@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;700;900&family=Oswald:wght@500&display=swap");
.modal {
  z-index: 154;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 16vw;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  height: calc(100% - 16vw);
  left: 0;
  width: 100%;
  padding: 5vw 5vw 0;
}

@media (min-width: 760px) {
  .modal {
    width: 82%;
    height: 82%;
    top: 9%;
    left: 9%;
    padding: 3vw 3vw 0;
  }
}

@media (min-width: 975px) {
  .modal {
    width: 72vw;
    left: 8vw;
    height: auto;
    max-height: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1400px) {
  .modal {
    width: 60vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 42px;
  }
}

@media (min-height: 740px) {
  .modal {
    min-height: 660px;
  }
}

.modal-main {
  width: 100%;
}

.help-modal {
  width: 80vw;
  height: 80vh;
  background-color: black;
  border-radius: 10px;
  padding: 10vw 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 160;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@media (min-width: 760px) {
  .help-modal {
    width: auto;
    max-width: 80vw;
    height: auto;
    max-height: 80vh;
    padding: 5vw 14vw;
  }
}

@media (min-width: 975px) {
  .help-modal {
    padding: 5vw 7vw;
  }
}

@media (min-width: 1400px) {
  .help-modal {
    padding: 70px 95px;
    max-width: 1120px;
  }
}

.help-modal__flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 760px) {
  .help-modal__flexer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.help-modal__graphic--mouse {
  display: none;
}

@media (hover: hover) {
  .help-modal__graphic--touch {
    display: none;
  }
  .help-modal__graphic--mouse {
    display: block;
  }
}

.help-modal__title {
  color: white;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.help-modal__title img {
  margin-right: 0.5em;
  width: 1em;
  margin-top: 2px;
}

@media (min-width: 760px) {
  .help-modal__title {
    font-size: 4vw;
    margin-top: 0;
  }
}

@media (min-width: 975px) {
  .help-modal__title {
    font-size: 3vw;
  }
}

@media (min-width: 1400px) {
  .help-modal__title {
    font-size: 40px;
  }
}

.modal-title {
  line-height: 1.25;
  font-size: 7vw;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Oswald,sans-serif;
  letter-spacing: 0.0875em;
}

@media (min-width: 760px) {
  .modal-title {
    font-size: 4vw;
  }
}

@media (min-width: 975px) {
  .modal-title {
    font-size: 2.5vw;
  }
}

@media (min-width: 1400px) {
  .modal-title {
    font-size: 35px;
  }
}

.help-modal__graphic {
  max-height: 15vh;
}

.help-modal__graphic:nth-child(3n-1) {
  margin: 5vw;
}

@media (min-width: 760px) {
  .help-modal__graphic:nth-child(3n-1) {
    margin: 3vw;
  }
}

@media (min-width: 975px) {
  .help-modal__graphic:nth-child(3n-1) {
    margin: 0 3vw;
  }
}

@media (min-width: 1400px) {
  .help-modal__graphic:nth-child(3n-1) {
    margin: 0 40px;
  }
}

@media (min-width: 760px) {
  .help-modal__graphic {
    max-height: auto;
    max-width: 15vw;
  }
}

@media (min-width: 975px) {
  .help-modal__graphic {
    width: 12vw;
  }
}

@media (min-width: 1400px) {
  .help-modal__graphic {
    width: 160px;
  }
}

.help-modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  padding: 0;
  color: white;
  font-size: 4vw;
  font-family: 'Oswald', sans-serif;
  padding: 0.75em 1.25em;
}

@media (min-width: 760px) {
  .help-modal__close-btn {
    font-size: 2vw;
  }
}

@media (min-width: 975px) {
  .help-modal__close-btn {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .help-modal__close-btn {
    font-size: 22px;
  }
}

.help-modal__bottom-txt {
  text-align: center;
  color: white;
  font-size: 5vw;
  line-height: 1.25;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-top: 5vw;
}

@media (min-width: 760px) {
  .help-modal__bottom-txt {
    font-size: 3vw;
  }
}

@media (min-width: 975px) {
  .help-modal__bottom-txt {
    font-size: 2vw;
    margin-top: 3vw;
  }
}

@media (min-width: 1400px) {
  .help-modal__bottom-txt {
    font-size: 26px;
    margin-top: 40px;
  }
}

.modal--show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.benefit {
  color: #b41017;
}

.modal-img-wrapper {
  width: 30vw;
  height: 30vw;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 760px) {
  .modal-img-wrapper {
    width: 25vw;
    height: 25vw;
  }
}

@media (min-width: 975px) {
  .modal-img-wrapper {
    position: absolute;
    top: 3vw;
    max-width: 28vh;
    max-height: 28vh;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (min-width: 1400px) {
  .modal-img-wrapper {
    top: 42px;
    width: 350px;
    height: 350px;
  }
}

.modal-img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.help-header-icon {
  height: 60px;
  position: absolute;
}

.cta {
  background-color: #222;
  color: #fff;
  font-size: 4vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4vw 5vw;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 760px) {
  .cta {
    padding: 3vw;
    bottom: 9%;
    width: 82%;
    left: 9%;
  }
}

@media (min-width: 975px) {
  .cta {
    position: absolute;
    bottom: 3vw;
    width: 25vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding: 2.5vw 3vw;
  }
}

@media (min-width: 1400px) {
  .cta {
    bottom: 42px;
    width: 364px;
    padding: 35px 42px;
  }
}

.cta-title {
  font-size: 4vw;
  font-weight: 600;
  text-align: left;
  margin-right: 1em;
}

@media (min-width: 760px) {
  .cta-title {
    font-size: 3vw;
  }
}

@media (min-width: 975px) {
  .cta-title {
    font-size: 1.5vw;
    text-align: center;
    margin: 0 0 1em 0;
    white-space: nowrap;
  }
}

@media (min-width: 1400px) {
  .cta-title {
    font-size: 22px;
  }
}

.cta-btn {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  border: 1px solid white;
  background-color: #cd202c;
  font-size: 3vw;
  padding: 1em 2em;
  white-space: nowrap;
}

@media (min-width: 760px) {
  .cta-btn {
    font-size: 2vw;
    width: auto;
  }
}

@media (min-width: 975px) {
  .cta-btn {
    font-size: 1.125vw;
  }
}

@media (min-width: 1400px) {
  .cta-btn {
    font-size: 16px;
  }
}

.cta-btn:hover {
  background-color: #c6121a;
}

.confirm-btn {
  background-color: #b41017;
  color: #fff;
  font-size: 18px;
  padding: 20px 32px;
  border: solid 1px rgba(255, 255, 255, 0.877);
  cursor: pointer;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-btn-icon {
  display: inline-block;
  padding-left: 1em;
  line-height: 0;
}

.cta-btn-icon img {
  height: 1.5em;
}

.modal, .modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-modal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 25vw;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 1s;
  transition: opacity 0.3s linear, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 0.3s linear;
  transition: transform 1s, opacity 0.3s linear;
  transition: transform 1s, opacity 0.3s linear, -webkit-transform 1s;
}

@media (min-width: 760px) {
  .content-modal {
    padding-bottom: 12vw;
  }
}

@media (min-width: 975px) {
  .content-modal {
    padding-bottom: 3vw;
    overflow: initial;
  }
}

@media (min-width: 1400px) {
  .content-modal {
    padding-bottom: 42px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.95) translate(-50%, -50%);
    -ms-transform: scale(0.95) translate(-50%, -50%);
    transform: scale(0.95) translate(-50%, -50%);
  }
}

@media (min-width: 1400px) {
  .content-modal.modal--show {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}

.content-modal__title {
  padding-right: 6vw;
  margin: 0;
  text-align: left;
}

@media (min-width: 975px) {
  .content-modal__title {
    font-size: 2.5vw;
    width: 100%;
    padding-right: 15vw;
  }
}

@media (min-width: 1400px) {
  .content-modal__title {
    padding-right: 210px;
    font-size: 35px;
  }
}

.modal__table {
  width: 100%;
}

.modal__table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.modal__back-btn, .modal__close-btn {
  background: transparent;
  white-space: nowrap;
  max-width: none;
  margin: 0;
  position: relative;
  color: #cd202c;
  font-weight: 700;
  cursor: pointer;
  font-size: 20px;
  padding: 0 0 0 1em;
}

.modal__close-btn {
  padding: 0;
}

.modal__back-btn-chevron {
  display: inline-block;
  font-size: 32px;
  position: absolute;
  top: calc(50% - 0.05em);
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}

.content-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 5vw 0;
}

@media (min-width: 760px) {
  .content-modal__header {
    padding: 3vw;
  }
}

@media (min-width: 975px) {
  .content-modal__header {
    padding: 2vw 0;
  }
}

@media (min-width: 1400px) {
  .content-modal__header {
    padding: 28px;
  }
}

.solution, .benefit {
  width: calc(50% - 23px);
  text-align: left;
  font-size: 4vw;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (min-width: 760px) {
  .solution, .benefit {
    font-size: 3vw;
  }
}

@media (min-width: 975px) {
  .solution, .benefit {
    font-size: 1.75vw;
  }
}

@media (min-width: 1400px) {
  .solution, .benefit {
    font-size: 24px;
  }
}

.chevron-col {
  width: 45px;
  text-align: center;
}

@media (min-width: 760px) {
  .chevron-col {
    width: 60px;
  }
}

.solutions-benefits-row .solution, .solutions-benefits-row .benefit, .solutions-benefits-row .chevron-col {
  opacity: 0;
  -webkit-transform: translateX(-0.5em);
  -ms-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
}

.solutions-benefits-row .fade-in-0 {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s;
  transition: opacity 0.5s linear, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s linear, transform 0.5s;
  transition: opacity 0.5s linear, transform 0.5s;
  transition: opacity 0.5s linear, transform 0.5s, -webkit-transform 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-1 {
  -webkit-transition: opacity 0.5s 0.25s linear, -webkit-transform 0.5s 0.25s;
  transition: opacity 0.5s 0.25s linear, -webkit-transform 0.5s 0.25s;
  -o-transition: opacity 0.5s 0.25s linear, transform 0.5s 0.25s;
  transition: opacity 0.5s 0.25s linear, transform 0.5s 0.25s;
  transition: opacity 0.5s 0.25s linear, transform 0.5s 0.25s, -webkit-transform 0.5s 0.25s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-2 {
  -webkit-transition: opacity 0.5s 0.375s linear, -webkit-transform 0.5s 0.375s;
  transition: opacity 0.5s 0.375s linear, -webkit-transform 0.5s 0.375s;
  -o-transition: opacity 0.5s 0.375s linear, transform 0.5s 0.375s;
  transition: opacity 0.5s 0.375s linear, transform 0.5s 0.375s;
  transition: opacity 0.5s 0.375s linear, transform 0.5s 0.375s, -webkit-transform 0.5s 0.375s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-3 {
  -webkit-transition: opacity 0.5s 1s linear, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s 1s linear, -webkit-transform 0.5s 1s;
  -o-transition: opacity 0.5s 1s linear, transform 0.5s 1s;
  transition: opacity 0.5s 1s linear, transform 0.5s 1s;
  transition: opacity 0.5s 1s linear, transform 0.5s 1s, -webkit-transform 0.5s 1s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-4 {
  -webkit-transition: opacity 0.5s 1.125s linear, -webkit-transform 0.5s 1.125s;
  transition: opacity 0.5s 1.125s linear, -webkit-transform 0.5s 1.125s;
  -o-transition: opacity 0.5s 1.125s linear, transform 0.5s 1.125s;
  transition: opacity 0.5s 1.125s linear, transform 0.5s 1.125s;
  transition: opacity 0.5s 1.125s linear, transform 0.5s 1.125s, -webkit-transform 0.5s 1.125s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-5 {
  -webkit-transition: opacity 0.5s 1.25s linear, -webkit-transform 0.5s 1.25s;
  transition: opacity 0.5s 1.25s linear, -webkit-transform 0.5s 1.25s;
  -o-transition: opacity 0.5s 1.25s linear, transform 0.5s 1.25s;
  transition: opacity 0.5s 1.25s linear, transform 0.5s 1.25s;
  transition: opacity 0.5s 1.25s linear, transform 0.5s 1.25s, -webkit-transform 0.5s 1.25s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-6 {
  -webkit-transition: opacity 0.5s 1.875s linear, -webkit-transform 0.5s 1.875s;
  transition: opacity 0.5s 1.875s linear, -webkit-transform 0.5s 1.875s;
  -o-transition: opacity 0.5s 1.875s linear, transform 0.5s 1.875s;
  transition: opacity 0.5s 1.875s linear, transform 0.5s 1.875s;
  transition: opacity 0.5s 1.875s linear, transform 0.5s 1.875s, -webkit-transform 0.5s 1.875s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-7 {
  -webkit-transition: opacity 0.5s 2s linear, -webkit-transform 0.5s 2s;
  transition: opacity 0.5s 2s linear, -webkit-transform 0.5s 2s;
  -o-transition: opacity 0.5s 2s linear, transform 0.5s 2s;
  transition: opacity 0.5s 2s linear, transform 0.5s 2s;
  transition: opacity 0.5s 2s linear, transform 0.5s 2s, -webkit-transform 0.5s 2s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-8 {
  -webkit-transition: opacity 0.5s 2.125s linear, -webkit-transform 0.5s 2.125s;
  transition: opacity 0.5s 2.125s linear, -webkit-transform 0.5s 2.125s;
  -o-transition: opacity 0.5s 2.125s linear, transform 0.5s 2.125s;
  transition: opacity 0.5s 2.125s linear, transform 0.5s 2.125s;
  transition: opacity 0.5s 2.125s linear, transform 0.5s 2.125s, -webkit-transform 0.5s 2.125s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-9 {
  -webkit-transition: opacity 0.5s 2.75s linear, -webkit-transform 0.5s 2.75s;
  transition: opacity 0.5s 2.75s linear, -webkit-transform 0.5s 2.75s;
  -o-transition: opacity 0.5s 2.75s linear, transform 0.5s 2.75s;
  transition: opacity 0.5s 2.75s linear, transform 0.5s 2.75s;
  transition: opacity 0.5s 2.75s linear, transform 0.5s 2.75s, -webkit-transform 0.5s 2.75s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-10 {
  -webkit-transition: opacity 0.5s 2.875s linear, -webkit-transform 0.5s 2.875s;
  transition: opacity 0.5s 2.875s linear, -webkit-transform 0.5s 2.875s;
  -o-transition: opacity 0.5s 2.875s linear, transform 0.5s 2.875s;
  transition: opacity 0.5s 2.875s linear, transform 0.5s 2.875s;
  transition: opacity 0.5s 2.875s linear, transform 0.5s 2.875s, -webkit-transform 0.5s 2.875s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-11 {
  -webkit-transition: opacity 0.5s 3s linear, -webkit-transform 0.5s 3s;
  transition: opacity 0.5s 3s linear, -webkit-transform 0.5s 3s;
  -o-transition: opacity 0.5s 3s linear, transform 0.5s 3s;
  transition: opacity 0.5s 3s linear, transform 0.5s 3s;
  transition: opacity 0.5s 3s linear, transform 0.5s 3s, -webkit-transform 0.5s 3s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-12 {
  -webkit-transition: opacity 0.5s 3.625s linear, -webkit-transform 0.5s 3.625s;
  transition: opacity 0.5s 3.625s linear, -webkit-transform 0.5s 3.625s;
  -o-transition: opacity 0.5s 3.625s linear, transform 0.5s 3.625s;
  transition: opacity 0.5s 3.625s linear, transform 0.5s 3.625s;
  transition: opacity 0.5s 3.625s linear, transform 0.5s 3.625s, -webkit-transform 0.5s 3.625s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-13 {
  -webkit-transition: opacity 0.5s 3.75s linear, -webkit-transform 0.5s 3.75s;
  transition: opacity 0.5s 3.75s linear, -webkit-transform 0.5s 3.75s;
  -o-transition: opacity 0.5s 3.75s linear, transform 0.5s 3.75s;
  transition: opacity 0.5s 3.75s linear, transform 0.5s 3.75s;
  transition: opacity 0.5s 3.75s linear, transform 0.5s 3.75s, -webkit-transform 0.5s 3.75s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-14 {
  -webkit-transition: opacity 0.5s 3.875s linear, -webkit-transform 0.5s 3.875s;
  transition: opacity 0.5s 3.875s linear, -webkit-transform 0.5s 3.875s;
  -o-transition: opacity 0.5s 3.875s linear, transform 0.5s 3.875s;
  transition: opacity 0.5s 3.875s linear, transform 0.5s 3.875s;
  transition: opacity 0.5s 3.875s linear, transform 0.5s 3.875s, -webkit-transform 0.5s 3.875s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-15 {
  -webkit-transition: opacity 0.5s 4.5s linear, -webkit-transform 0.5s 4.5s;
  transition: opacity 0.5s 4.5s linear, -webkit-transform 0.5s 4.5s;
  -o-transition: opacity 0.5s 4.5s linear, transform 0.5s 4.5s;
  transition: opacity 0.5s 4.5s linear, transform 0.5s 4.5s;
  transition: opacity 0.5s 4.5s linear, transform 0.5s 4.5s, -webkit-transform 0.5s 4.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-16 {
  -webkit-transition: opacity 0.5s 4.625s linear, -webkit-transform 0.5s 4.625s;
  transition: opacity 0.5s 4.625s linear, -webkit-transform 0.5s 4.625s;
  -o-transition: opacity 0.5s 4.625s linear, transform 0.5s 4.625s;
  transition: opacity 0.5s 4.625s linear, transform 0.5s 4.625s;
  transition: opacity 0.5s 4.625s linear, transform 0.5s 4.625s, -webkit-transform 0.5s 4.625s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solutions-benefits-row .fade-in-17 {
  -webkit-transition: opacity 0.5s 4.75s linear, -webkit-transform 0.5s 4.75s;
  transition: opacity 0.5s 4.75s linear, -webkit-transform 0.5s 4.75s;
  -o-transition: opacity 0.5s 4.75s linear, transform 0.5s 4.75s;
  transition: opacity 0.5s 4.75s linear, transform 0.5s 4.75s;
  transition: opacity 0.5s 4.75s linear, transform 0.5s 4.75s, -webkit-transform 0.5s 4.75s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3vw 4vw;
}

@media (min-width: 760px) {
  tr {
    padding: 2vw 3vw;
  }
}

@media (min-width: 975px) {
  tr {
    padding: 1vw 2vw;
  }
}

@media (min-width: 1400px) {
  tr {
    padding: 14px 28px;
  }
}

@media (min-width: 975px) {
  th {
    padding: 1vw 0;
  }
}

@media (min-width: 1400px) {
  th {
    padding: 14px 0;
  }
}

td, th {
  display: block;
}

td {
  font-weight: 300;
}

.video-container {
  width: 100%;
}

.video-title {
  font-size: 4vw;
  padding: 3vw 4vw;
  margin: 5vw 0 0;
}

@media (min-width: 760px) {
  .video-title {
    font-size: 3vw;
    padding: 2vw 3vw;
  }
}

@media (min-width: 975px) {
  .video-title {
    font-size: 1.75vw;
    padding: 1vw 2vw;
  }
}

@media (min-width: 1400px) {
  .video-title {
    font-size: 24px;
    padding: 14px 28px;
    margin-top: 80px;
  }
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  line-height: 0;
  width: 100%;
  height: 0;
}

@media (min-width: 760px) {
  .video-wrapper {
    margin-bottom: 8vw;
  }
}

@media (min-width: 975px) {
  .video-wrapper {
    margin-bottom: 0;
  }
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal--confirmation {
  width: 90vw;
  height: auto;
  padding: 10vw;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 760px) {
  .modal--confirmation {
    width: 70vw;
  }
}

@media (min-width: 975px) {
  .modal--confirmation {
    width: 50vw;
  }
}

@media (min-width: 1400px) {
  .modal--confirmation {
    width: 600px;
  }
}

.modal--confirmation .modal-title {
  margin-top: 0;
}

.modal__desktop-scroller {
  position: relative;
}

@media (min-width: 975px) {
  .modal__desktop-scroller {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: calc(100% - 14vw);
    padding-right: 1vw;
  }
}

@media (min-width: 1400px) {
  .modal__desktop-scroller {
    padding-right: 14px;
    width: calc(100% - 196px);
  }
}

@media (min-width: 975px) {
  .modal__desktop-scroller::-webkit-scrollbar {
    width: 12px;
  }
  .modal__desktop-scroller::-webkit-scrollbar-track {
    background-color: #a9a9a9;
  }
  .modal__desktop-scroller::-webkit-scrollbar-thumb {
    background-color: black;
  }
}

.modal__scroll-indicator {
  line-height: 1;
  position: absolute;
  bottom: 22vw;
  right: 0.75vw;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}

@media (min-width: 760px) {
  .modal__scroll-indicator {
    bottom: 15vw;
    right: 0.5vw;
  }
}

@media (min-width: 975px) {
  .modal__scroll-indicator {
    bottom: 3vw;
    right: 14.25vw;
  }
}

@media (hover: hover) and (min-width: 975px) {
  .modal__scroll-indicator {
    right: 13.75vw;
  }
}

@media (min-width: 1400px) {
  .modal__scroll-indicator {
    right: 197px;
    bottom: 42px;
  }
}

.modal__scroll-indicator--show {
  -webkit-animation: scrollIndicator 5s 1s infinite;
  animation: scrollIndicator 5s 1s infinite;
  pointer-events: all;
}

.modal__scroll-indicator-img {
  width: 3.25vw;
  height: auto;
}

@media (min-width: 760px) {
  .modal__scroll-indicator-img {
    width: 2vw;
  }
}

@media (min-width: 1400px) {
  .modal__scroll-indicator-img {
    width: 28px;
  }
}

@-webkit-keyframes scrollIndicator {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrollIndicator {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.modal-form .modal-title {
  width: 100%;
}

form {
  padding-top: 48px;
}

form label {
  font-weight: 700;
}

.form-subheading {
  letter-spacing: .5;
  color: #333;
}

form input {
  padding: 12px;
  width: 100%;
  font-size: 18px;
  border-color: black;
  border: 1px solid grey;
  letter-spacing: 1px;
}

input:required:valid {
  border: 1px solid green;
  background-image: url(../../img/check.svg);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: 23px 23px;
}

form textarea {
  height: 260px;
  width: 100%;
  font-size: 18px;
  padding: 6px;
  border-color: grey;
  border-width: .5;
  border-style: solid;
}

textarea#comments {
  padding-bottom: 30px;
}

.col {
  float: left;
  width: 27%;
  margin-right: 3%;
}

.col-md {
  float: left;
  width: 40%;
}

.col-half {
  float: left;
  width: 49.7%;
}

form .row {
  padding: 12px 0;
}

form label {
  display: block;
  padding-bottom: 8px;
  letter-spacing: .75px;
  font-size: 18px;
}

span.optional {
  font-size: 12px;
}

.btn-container {
  margin-top: 14px;
}

.submit-btn {
  background-color: #b41017;
  color: white;
  font-size: 18px;
  border: none;
  padding: 16px 40px;
  height: 60px;
  cursor: pointer;
}

@media (min-width: 760px) {
  .submit-btn {
    width: auto;
  }
}

@media (min-width: 1400px) {
  .submit-btn {
    margin-bottom: 20px;
  }
}

@media (min-width: 760px) {
  .g-recaptcha {
    margin-right: 20px;
  }
}

@media (min-width: 1400px) {
  .g-recaptcha {
    margin-bottom: 20px;
  }
}

.captcha-row {
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .captcha-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.submit-btn:disabled {
  background-color: #7e7e7e;
  cursor: default;
}

/* Responsive Styles */
@media only screen and (max-width: 1500px) {
  form {
    padding: 0;
  }
  .col {
    width: 47%;
  }
  .col-md {
    width: 100%;
  }
  .col-half {
    width: 100%;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  form {
    padding: 0;
  }
  form textarea {
    height: 150px;
  }
  .col {
    width: 47%;
  }
  .col-md {
    width: 100%;
  }
  .col-half {
    width: 100%;
    padding-bottom: 12px;
  }
  .btn-container {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 768px) {
  form {
    padding: 0;
  }
  form textarea {
    height: 150px;
  }
  .col {
    width: 100%;
    margin-right: 0;
  }
  .col-md {
    width: 100%;
  }
  .col-half {
    width: 100%;
    padding-bottom: 12px;
  }
  .modal-form header {
    margin-bottom: 0;
  }
  .btn-container {
    margin-bottom: 38px;
  }
}

/* Nav fonts */
body {
  margin: 0;
  background-color: #b41017;
  background-image: -webkit-radial-gradient(#cd202c, #b41017);
  background-image: -o-radial-gradient(#cd202c, #b41017);
  background-image: radial-gradient(#cd202c, #b41017);
  position: relative;
  overflow: hidden;
  font-family: Lato, sans-serif;
}

.scene-nav-info {
  display: none;
}

[x-cloak] {
  display: none !important;
}

.close-help {
  position: absolute;
  color: white;
  font-weight: 900;
  cursor: pointer;
  font-size: 20px;
  top: 18px;
  right: 0;
  padding: 24px;
  margin-right: 20px;
}

@media (hover: hover) {
  .close-help:hover {
    color: #818181;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
  }
}

.help {
  position: absolute;
  bottom: 18px;
  right: 18px;
  display: none;
}

@media (min-width: 760px) {
  .help {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    line-height: 0;
  }
}

@media (hover: hover) {
  .help {
    border-radius: 100%;
  }
  .help:hover {
    background-color: #a11923;
  }
}

.help:hover {
  cursor: pointer;
}

.nav__home-icon {
  padding: 12px;
  color: white;
}

#main {
  -webkit-transition: margin-left .5s;
  -o-transition: margin-left .5s;
  transition: margin-left .5s;
  padding: 20px;
}

.overlay-darken {
  background-color: rgba(42, 42, 42, 0.38);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 153;
}

@media only screen and (max-width: 600px) {
  .nav__menu-btn {
    top: 5px;
    right: -14px;
    border: none;
  }
  .nav__home {
    top: 6px;
    right: 70px;
    font-size: 20px;
    border: unset;
  }
  .close-x {
    color: white;
  }
  .nav-section {
    margin-bottom: 8px;
    padding: 4px;
  }
  .nav__home-icon {
    padding: 4px;
  }
  .nav__home:hover, .nav__menu-btn:hover {
    background-color: unset;
    cursor: pointer;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1500px) {
  .col-half {
    padding-top: 5px;
  }
  .g-recaptcha {
    padding-top: 22px;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media screen and (max-width: 1500px) {
  .col-half {
    padding-top: 5px;
  }
  .g-recaptcha {
    padding-top: 22px;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.sprite-label {
  pointer-events: all;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 4.5em;
  letter-spacing: 0.3em;
  padding: 0 0 0.1em 0.3em;
  font-size: 3vw;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.1s, background-color 0.075s linear;
  -o-transition: all 0.1s, background-color 0.075s linear;
  transition: all 0.1s, background-color 0.075s linear;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 760px) {
  .sprite-label {
    font-size: 2vw;
  }
}

@media (min-width: 975px) {
  .sprite-label {
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .sprite-label {
    font-size: 21px;
  }
}

.sprite-label--third-level {
  margin-top: 2.5em;
}

.sprite-label--focused {
  background-color: #cd202ccc;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.3em 0.6em 0.4em 0.9em;
  margin-top: 4.4em;
  font-size: 3.5vw;
  position: relative;
}

@media (min-width: 760px) {
  .sprite-label--focused {
    font-size: 3vw;
  }
}

@media (min-width: 975px) {
  .sprite-label--focused {
    margin-top: 6em;
    font-size: 1.5vw;
  }
}

@media (min-width: 1400px) {
  .sprite-label--focused {
    margin-top: 110px;
    font-size: 32px;
  }
}

.tier-1-btn-group {
  opacity: 0;
  pointer-events: none;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 15px));
  -ms-transform: translate(-50%, calc(100% + 15px));
  transform: translate(-50%, calc(100% + 15px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tier-1-btn-group div {
  pointer-events: none;
  font-size: 14px;
  padding: 0.75em 1.25em;
  white-space: nowrap;
  line-height: 1;
  background-color: #cd202c;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Oswald, sans-serif;
  letter-spacing: 0.125em;
  -webkit-transition: background-color 0.075s linear;
  -o-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  cursor: pointer;
}

@media (hover: hover) {
  .tier-1-btn-group div:hover {
    background-color: #aa1a24;
  }
}

.tier-1-btn-group div:first-child {
  margin-right: 15px;
}

.node-icon {
  pointer-events: all;
  position: absolute;
  margin-left: 50%;
  top: 1.8em;
  left: -0.45em;
  font-size: 4vw;
  color: #fff;
  line-height: 1;
  width: 0.95em;
  height: 0.95em;
  background-image: url(../../img/node-icon--main.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s linear, background-color 0.075s linear, -webkit-box-shadow 0.075s linear;
  transition: all 1s linear, background-color 0.075s linear, -webkit-box-shadow 0.075s linear;
  -o-transition: all 1s linear, background-color 0.075s linear, box-shadow 0.075s linear;
  transition: all 1s linear, background-color 0.075s linear, box-shadow 0.075s linear;
  transition: all 1s linear, background-color 0.075s linear, box-shadow 0.075s linear, -webkit-box-shadow 0.075s linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
  background-color: #cd202c;
  border-radius: 100%;
}

@media (min-width: 760px) {
  .node-icon {
    font-size: 3vw;
    top: 1.5em;
  }
}

@media (min-width: 975px) {
  .node-icon {
    font-size: 2vw;
    top: 1.8em;
  }
}

@media (min-width: 1400px) {
  .node-icon {
    font-size: 28px;
  }
}

.node-icon--third-level {
  background-image: url(../../img/node-icon--third-level.svg);
  background-color: transparent;
  top: 1em;
}

.node-icon--focused {
  font-size: 6vw;
  top: 1.5em;
}

@media (min-width: 760px) {
  .node-icon--focused {
    font-size: 3.5vw;
    top: 2.4em;
  }
}

@media (min-width: 975px) {
  .node-icon--focused {
    font-size: 2.5vw;
    top: 2em;
  }
}

@media (min-width: 1400px) {
  .node-icon--focused {
    font-size: 36px;
  }
}

.node-icon--focused-child {
  font-size: 3.5vw;
  top: 2.25em;
  left: -1em;
  width: 2em;
  height: 2em;
}

@media (min-width: 760px) {
  .node-icon--focused-child {
    font-size: 3vw;
  }
}

@media (min-width: 975px) {
  .node-icon--focused-child {
    font-size: 1.5vw;
    top: 3.2em;
  }
}

@media (min-width: 1400px) {
  .node-icon--focused-child {
    font-size: 20px;
  }
}

@media (hover: hover) {
  .node-icon--focused-child:hover {
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  }
}

.element {
  display: inherit !important;
}

.element--focused .icon-and-sprite, .element--focused .sprite-label, .element--focused .node-icon {
  pointer-events: none;
}

.element--focused .tier-1-btn-group {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.element--focused .tier-1-btn-group div {
  pointer-events: all;
}

.icon-and-sprite:hover .sprite-label, .icon-and-sprite:hover .node-icon {
  background-color: #aa1a24;
}

button {
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}

nav {
  position: absolute;
  top: 3vw;
  right: 0;
  z-index: 154;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 760px) {
  nav {
    background-color: rgba(205, 32, 44, 0.85);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60px;
    height: 170px;
    border: 1px solid white;
    border-right: 0;
    top: 5vw;
  }
}

@media (min-width: 975px) {
  nav {
    top: 60px;
  }
}

nav button {
  color: white;
  background-color: transparent;
}

@media (min-width: 760px) {
  nav button {
    -webkit-transition: background-color 0.075s linear;
    -o-transition: background-color 0.075s linear;
    transition: background-color 0.075s linear;
  }
}

.nav__menu-btn {
  font-size: 5.5vw;
  font-family: Oswald,sans-serif;
  letter-spacing: 0.125em;
  padding: 0 5vw 0 3vw;
}

@media (min-width: 760px) {
  .nav__menu-btn {
    font-size: 20px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 110px;
    height: 60px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: 60px;
    left: 100%;
    padding: 0;
  }
}

.nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background-color: rgba(205, 32, 44, 0.85);
  z-index: 149;
  -webkit-box-shadow: 0 0 3vw rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3vw rgba(0, 0, 0, 0.08);
}

@media (min-width: 760px) {
  .nav__bg {
    display: none;
  }
}

.nav__help-btn {
  width: 10vw;
  background: url(../../img/icons/help.svg) no-repeat center center;
}

@media (min-width: 760px) {
  .nav__help-btn {
    display: none;
  }
}

.nav__home {
  width: 10vw;
  font-size: 6vw;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 760px) {
  .nav__home {
    border-bottom: 1px solid white;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

@media (hover: hover) {
  .nav__home:hover, .nav__menu-btn:hover {
    background-color: #b71d27;
  }
}

.logo {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 27vw;
  height: auto;
  cursor: pointer;
  z-index: 156;
}

@media (min-width: 760px) {
  .logo {
    z-index: 152;
    width: 18vw;
    top: 5vw;
    left: 5vw;
    -webkit-box-shadow: 0 0 30px rgba(180, 16, 23, 0.8);
    box-shadow: 0 0 30px rgba(180, 16, 23, 0.8);
    background-color: rgba(180, 16, 23, 0.8);
    padding: 10px;
    border-radius: 15px;
  }
}

@media (min-width: 975px) {
  .logo {
    width: 12vw;
    top: 3.5vw;
    left: 3.5vw;
  }
}

@media (min-width: 1400px) {
  .logo {
    width: 125px;
    top: 50px;
    left: 50px;
  }
}

.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 155;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  background-color: #3c3c3c;
  color: white;
  padding: 23vw 0 0 13vw;
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 760px) {
  .sidenav {
    width: 40vw;
    padding: 6vw 0 6vw 6vw;
    right: -10vw;
  }
}

@media (min-width: 975px) {
  .sidenav {
    width: 36vw;
    padding: 4vw 10vw 4vw 4vw;
  }
}

@media (min-width: 1400px) {
  .sidenav {
    width: 460px;
    padding: 60px 0 60px 60px;
    right: -140px;
  }
}

.sidenav__scroll-window {
  height: 100%;
  padding-bottom: 13vw;
  padding-right: 13vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

@media (min-width: 760px) {
  .sidenav__scroll-window {
    padding: 0 6vw 0 0;
  }
}

@media (min-width: 975px) {
  .sidenav__scroll-window {
    padding-right: 4vw;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .sidenav__scroll-window {
    padding-right: 80px;
  }
}

.sidenav.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
}

@media (min-width: 760px) {
  .sidenav.show {
    -webkit-transform: translateX(-10vw);
    -ms-transform: translateX(-10vw);
    transform: translateX(-10vw);
  }
}

@media (min-width: 975px) {
  .sidenav.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 1400px) {
  .sidenav.show {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.sidenav .close-nav {
  background-color: #3c3c3c;
  -webkit-transition: all 0.3s, color 0.075s linear;
  -o-transition: all 0.3s, color 0.075s linear;
  transition: all 0.3s, color 0.075s linear;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
  position: absolute;
  color: white;
  z-index: 152;
  font-size: 5vw;
  top: 4vw;
  right: 0vw;
}

@media (min-width: 760px) {
  .sidenav .close-nav {
    font-size: 3vw;
    top: 6.75vw;
    left: 0;
    right: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 1vw 2vw;
  }
}

@media (min-width: 975px) {
  .sidenav .close-nav {
    font-size: 1.75vw;
    top: 4.5vw;
  }
}

@media (min-width: 1400px) {
  .sidenav .close-nav {
    font-size: 24px;
    padding: 14px 28px;
    top: 63px;
  }
}

.close-nav:hover {
  color: #818181;
}

.nav-section {
  margin-bottom: 30px;
}

.nav-section.nav__home {
  margin-top: 24px;
}

.nav__link {
  display: block;
  background: none;
  -webkit-appearance: none;
  color: white;
  border: 0;
  padding: 5px 0;
  text-decoration: none;
  color: white;
  -webkit-transition: color 0.075s linear;
  -o-transition: color 0.075s linear;
  transition: color 0.075s linear;
  font-size: 18px;
  cursor: pointer;
  text-align: left;
}

@media (min-width: 760px) {
  .nav__link {
    padding: 4px 0;
  }
}

.nav__link:hover {
  color: #818181;
}

.nav-heading {
  font-weight: bolder;
  cursor: default !important;
  font-size: 20px;
  font-family: Oswald,sans-serif;
  letter-spacing: 1px;
}

.bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

@media (orientation: portrait) {
  .bg-video {
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
    -ms-transform: rotate(90deg) translate(-50%, -50%);
    transform: rotate(90deg) translate(-50%, -50%);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    width: 220%;
    height: auto;
  }
}

.isInvalid {
  border: 1px solid red !important;
  background-image: unset !important;
}

.isInvalid-label {
  color: red;
}

h2.modal-title {
  padding-top: 14px;
}

input:required:valid {
  padding-right: 38px;
}

.touchscreen-message {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  z-index: 10000;
}

.touchscreen-message__img {
  position: absolute;
  bottom: 10vh;
  left: calc(50vw - 22.1065989848vh);
  height: 5vh;
  width: 0;
  background: url(../../img/touchscreen-message.svg) no-repeat left center/cover;
  -webkit-transition: width 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 2s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (min-width: 760px) {
  .touchscreen-message__img {
    bottom: 5vh;
  }
}

.touchscreen-message__hand {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: auto;
  -webkit-transform: rotate(-15deg) translateX(40%);
  -ms-transform: rotate(-15deg) translateX(40%);
  transform: rotate(-15deg) translateX(40%);
  z-index: 10001;
  opacity: 0;
}

@media (min-width: 760px) {
  .touchscreen-message__hand {
    width: 50px;
  }
}

@media (min-width: 975px) {
  .touchscreen-message__hand {
    width: 60px;
  }
}

.touchscreen-message--show {
  opacity: 1;
}

.touchscreen-message--show .touchscreen-message__img {
  width: 44.2131979695vh;
}

.touchscreen-message--show .touchscreen-message__hand {
  opacity: 1;
}
