.navigation-wrapper {
  font-family: "Montserrat", "Roboto";
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(black, transparent);
  transition: all ease-in-out 0.5s;
  z-index: 2;
}
.navigation-wrapper.alt-nav {
  background-color: black;
  z-index: 0;
}
.navigation-wrapper:hover {
  background-color: black;
}
.navigation-wrapper .nav-wrapper-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
}
.navigation-wrapper .nav-wrapper-left .nav-logo-wrapper > a {
  display: flex;
  align-items: center;
  height: 100px;
}
.navigation-wrapper .nav-wrapper-left .link-wrapper {
  display: flex;
  justify-content: space-between;
  width: 285px;
  padding: 0px 40px;
}
.navigation-wrapper .nav-wrapper-left .link-wrapper .nav-link {
  border-bottom: 2px solid transparent;
  padding: 4.5px 0px 2.5px 0px;
  transition: 0.5s ease-in-out;
  margin: 0 20px;
}
.navigation-wrapper .nav-wrapper-left .link-wrapper .nav-link:hover {
  border-bottom: 2px solid white;
}
.navigation-wrapper .nav-wrapper-left .link-wrapper .nav-link.broken:hover {
  border-bottom: 2px solid grey;
}
.navigation-wrapper .nav-wrapper-right {
  display: flex;
  align-items: center;
  padding-right: 12.5px;
}
.navigation-wrapper .nav-wrapper-right .user-button-link {
  padding-left: 15px;
}
.navigation-wrapper .nav-wrapper-right .user-button-link > a {
  height: 100px;
}
.navigation-wrapper .nav-wrapper-right .user-button-link .material-icons {
  display: flex;
  align-items: center;
  font-size: 40px;
  transition: ease-in-out 0.4s;
}
.navigation-wrapper .nav-wrapper-right .user-button-link .material-icons:hover {
  color: #0083da;
}

.toggle .navigation-wrapper {
  background-color: black;
}
.toggle .navigation-wrapper .nav-wrapper-left .link-wrapper {
  transform: translateX(0%);
  transition: transform 0.5s ease-in;
}
.toggle .navigation-wrapper .nav-wrapper-right {
  transform: translateX(0%);
  transition: transform 0.5s ease-in;
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.burger {
  cursor: pointer;
  display: none;
}
.burger > div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  transition: all 0.4s ease;
}
.burger:hover > div {
  background-color: #0d6dad;
}

@media only screen and (max-width: 1023px) {
  .navigation-wrapper {
    font-family: "Montserrat", "Roboto";
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: ease-in-out;
    transition: 0.5s;
    z-index: 2;
  }
  .navigation-wrapper .nav-wrapper-left .link-wrapper {
    /* visibility: hidden; */
    position: absolute;
    right: 0px;
    height: 500px;
    width: 100%;
    top: 100px;
    background-color: black;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0 0 0;
    border-top: 1px solid white;
    z-index: 2;
    transform: translateX(100%);
    /* transition: transform 0s; */
  }
  .navigation-wrapper .nav-wrapper-left .link-wrapper .nav-link {
    margin: 10px 0;
  }
  .navigation-wrapper .nav-wrapper-left .link-wrapper .nav-link .download-button-link {
    /* margin: 75px 0 0 0; */
    padding: 0;
  }
  .navigation-wrapper .nav-wrapper-left .link-wrapper .nav-link .download-button-link > a {
    margin: 0;
  }
  .navigation-wrapper .nav-wrapper-left .link-wrapper .nav-link .download-button-link > a:hover {
    margin: 0;
  }
  .navigation-wrapper .nav-wrapper-right {
    /* visibility: hidden; */
    z-index: 100;
    position: absolute;
    right: 0px;
    height: 250px;
    width: 100%;
    top: 375px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid white;
    margin: 0;
    padding: 0;
    transform: translateX(100%);
    /* transition: transform 0s; */
  }
  .navigation-wrapper .nav-wrapper-right .user-button-link {
    padding: 0;
    margin: -10px 0;
  }
  .navigation-wrapper .nav-wrapper-right .user-button-link > a {
    height: 100%;
    padding-bottom: 3rem;
  }
  .navigation-wrapper .nav-wrapper-right .logout-button {
    margin: 0 0 3rem 0;
  }
  .navigation-wrapper .nav-wrapper-right .logout-button:hover {
    margin: 0 0 3rem 0;
  }

  .burger {
    display: block;
    margin-right: 25px;
  }
}
.footer-legal-wrapper {
  width: fit-content;
  max-width: 100vw;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 479px) {
  .footer-legal-links-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-legal-links-wrapper .footer-legal-links {
    display: flex;
    gap: 0.25em;
  }
}
.download-item-container {
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 5px 10px 0 black;
  margin-bottom: 2rem;
  min-width: 0;
}
.download-item-container .download-logo {
  display: contents;
  flex: 0;
}
.download-item-container .download-logo img {
  display: block;
  object-fit: fill;
  flex: 0 1 auto;
  align-self: center;
  max-height: 12rem;
  max-width: 17rem;
  margin: 0.5rem;
  box-shadow: 3px 3px 6px 0px #888888;
}
.download-item-container .download-information {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  flex: 1 1 auto;
  align-items: flex-start;
  min-width: 0;
  align-items: center;
  margin: 0 1rem;
  text-align: center;
}
.download-item-container .download-information .download-title {
  font-size: 2rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 200;
  white-space: pre;
  margin-bottom: 0.125em;
}
.download-item-container .download-information .download-title strong {
  font-weight: 500;
}
.download-item-container .download-information .download-description {
  font-weight: 400;
  color: black;
}
.download-item-container .download-information .download-description a {
  color: #0283d9;
}
.download-item-container .download-item-buttons {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0;
  justify-content: center;
  text-transform: uppercase;
  align-self: center;
}
.download-item-container .download-item-buttons .download-item-button {
  display: flex;
  height: fit-content;
  align-items: center;
  padding: 1em 1.5em;
  background-color: #0283d9;
  color: white;
  margin: 1rem;
  border-radius: 99rem;
  white-space: nowrap;
}
.download-item-container .download-item-buttons .download-item-button:hover {
  background-color: #0e6cad;
}

.additional-downloads-background {
  background-color: #424242;
  color: white;
  display: flex;
  justify-content: center;
  padding: 2rem;
}
.additional-downloads-background:first {
  margin-top: 2rem;
}
.additional-downloads-background .additional-downloads-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  width: 60rem;
  max-width: 100vw;
}
.additional-downloads-background .additional-downloads-container .additional-downloads-header {
  grid-column: 1/-1;
  font-size: 2.5rem;
  font-weight: 200;
  margin-top: 0.25em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1020px) {
  .additional-downloads-background .additional-downloads-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 710px) {
  .additional-downloads-background .additional-downloads-container {
    grid-template-columns: 1fr;
  }
}
button {
  display: block;
  font-weight: 700;
  color: white;
  font-size: inherit;
  border: 2px solid #0083da;
  padding: 0.75em 1.5em;
  margin: 1em 0;
  width: fit-content;
  border-radius: 100rem;
  background-color: #0083da;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
button:hover {
  background-color: #0d6dad;
  border: 2px solid white;
}
button.schedule-button {
  border: 2px solid #333333;
  background-color: #333333;
}
button.schedule-button:hover {
  border: 2px solid #bbbbbb;
  background-color: #222222;
}

.button.disabled a {
  background-color: #888888;
  border-color: #888888;
  cursor: default;
}
.button.disabled a:hover {
  background-color: #888888;
  border-color: #888888;
}

.buy-button-link > a {
  background-color: transparent;
  padding: 13px 32px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: ease-in-out 0.4s;
}
.buy-button-link > a:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.download-button-link > a {
  background-color: #0083da;
  border: 2px solid #0083da;
  padding: 13px 32px;
  margin-left: 12px;
  border-radius: 50px;
  transition: ease-in-out 0.4s;
}
.download-button-link > a:hover {
  background-color: #0d6dad;
  border: 2px solid white;
}

.buy-hero-wrapper {
  position: relative;
  height: auto;
  margin-top: -100px;
  background-color: #19191d;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  z-index: -1;
}
.buy-hero-wrapper .buy-hero-graphic img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: 30rem;
  z-index: -1;
}
.buy-hero-wrapper .buy-hero-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-shadow: 2px 2px 10px #0000009a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  color: white;
  font-size: 6em;
  letter-spacing: 4px;
  margin-top: 100px;
  font-weight: 600;
  z-index: 1;
}

@media only screen and (max-width: 936px) {
  .buy-hero-wrapper .buy-hero-text {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 456px) {
  .buy-hero-wrapper .buy-hero-text {
    font-size: 3rem;
  }
}
.clean-input-label {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  gap: 0.25rem;
  border-bottom: 2px solid black;
  transition: all 0.3s ease-in-out;
}
.clean-input-label:focus {
  border-bottom-color: #0083da;
}
.clean-input-label .required-pip {
  color: red;
}
.clean-input-label .clean-label-text {
  display: flex;
  text-align: start;
  font-weight: 300;
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
.clean-input-label input {
  font-size: 1.1rem;
  border: none;
  padding: 0.5rem;
  font-weight: 300;
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
.clean-input-label input:focus {
  outline: none;
}
.clean-input-label textarea {
  border: none;
  background-color: white;
  resize: none;
  height: 7rem;
  font-family: inherit;
  padding: 0.5rem;
  font-size: 1.1rem;
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.clean-input-label textarea:focus {
  outline: none;
}

.file-explorer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  width: 100%;
  border: 1px solid black;
}

.image-cycler {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start !important;
}
.image-cycler img {
  display: block;
  min-width: 0;
  object-fit: contain;
  flex-shrink: 1;
  flex-basis: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.image-cycler img.image-showing {
  flex-shrink: 0;
  flex-basis: 100%;
  opacity: 1;
}
.image-cycler .back-arrow-wrapper {
  border: none;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 33%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  cursor: pointer;
}
.image-cycler .back-arrow-wrapper .back-arrow {
  padding: 1rem;
  background-color: #cfcfcf6f;
}
.image-cycler .back-arrow-wrapper:hover .back-arrow {
  background-color: #cfcfcfaf;
}
.image-cycler .forward-arrow-wrapper {
  border: none;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 33%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
}
.image-cycler .forward-arrow-wrapper .forward-arrow {
  padding: 1rem;
  background-color: #cfcfcf6f;
}
.image-cycler .forward-arrow-wrapper:hover .forward-arrow {
  background-color: #cfcfcfaf;
}

#loading-wrapper {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  display: flex;
  align-content: center;
  justify-content: center;
}

/* loading dots */
#loading-dots {
  font-size: 10em;
  margin-top: 30vh;
  margin-left: -100px;
}

.loading:after {
  content: ".";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: black;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 black, 0.5em 0 0 black;
  }
}
.logout-button {
  display: flex;
  align-content: center;
  justify-items: right;
  cursor: pointer;
  color: white;
  background-color: transparent;
  padding: 13px 17px 12px 32px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  margin-right: 20px;
  transition: all ease-in-out 0.4s;
}
.logout-button:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.logout-button .logout-x {
  margin-left: 15px;
}

.select-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1em;
  gap: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.select-input .select-input-label {
  font-weight: 300;
  text-align: start;
}
.select-input select {
  border: none;
  font-weight: 300;
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
  padding: 0.5rem;
  font-size: 1.1rem;
}

.video-list-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 70rem;
  max-width: 95vw;
  margin: 0 auto;
}
.video-list-wrapper .video-section-title {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
.video-list-wrapper .video-section-title .expand-arrow {
  transition: all 0.3s ease-in-out;
}
.video-list-wrapper .video-list {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding: 0;
  margin: 1rem 0;
}
.video-list-wrapper .video-list .video-wrapper .video-title {
  font-weight: 300;
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
.video-list-wrapper .video-list .video-wrapper .video-title .video-time {
  color: #888888;
  font-size: 0.9rem;
}
.video-list-wrapper .video-list .video-wrapper .video-iframe-wrapper {
  width: auto;
  padding-bottom: 56.25%;
  position: relative;
}
.video-list-wrapper .video-list .video-wrapper .video-iframe-wrapper .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-list-wrapper ::-webkit-scrollbar {
  height: 0.75rem;
  border-radius: 4rem;
}
.video-list-wrapper ::-webkit-scrollbar-track {
  background-color: #d7d9db;
}
.video-list-wrapper ::-webkit-scrollbar-thumb {
  background-color: #828282;
}
.video-list-wrapper[data-collapsed=true] .video-section-title .expand-arrow {
  transform: rotateZ(-90deg);
}

@media only screen and (max-width: 1080px) {
  .video-list-wrapper {
    max-width: 90vw;
  }
  .video-list-wrapper .video-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 750px) {
  .video-list-wrapper {
    max-width: 100vw;
  }
  .video-list-wrapper .video-section-title {
    padding-left: 1rem;
  }
  .video-list-wrapper .video-list {
    grid-template-columns: 1fr;
  }
  .video-list-wrapper .video-list .video-wrapper .video-title {
    padding-left: 1rem;
  }
}
#warning-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #99999988;
  z-index: 98;
}
#warning-modal .warning-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 40rem;
  padding: 2rem;
  z-index: 99;
  border-radius: 0.25rem;
}
#warning-modal .warning-content h2 {
  font-size: 2.5rem;
  margin: 0;
}
#warning-modal .warning-content .warning-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
#warning-modal .warning-content .warning-modal-buttons button {
  border-radius: 0.25rem;
}
#warning-modal .warning-content .warning-modal-buttons button.cancel-button {
  background-color: transparent;
  color: black;
  border-color: white;
}
#warning-modal .warning-content .warning-modal-buttons button.cancel-button:hover {
  background-color: #dddddd;
}
#warning-modal .warning-content .warning-modal-buttons button.alert-button {
  border-color: #ff0000;
  background-color: #ff0000;
}
#warning-modal .warning-content .warning-modal-buttons button.alert-button:hover {
  background-color: #cc0000;
  border-color: white;
}

.expandable-section-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 70rem;
  max-width: 95vw;
  margin: auto;
  padding: 0.5rem 0 0.5rem 0;
  border-bottom: solid 2px lightgray;
}
.expandable-section-wrapper .section-title {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  cursor: pointer;
}
.expandable-section-wrapper .section-title .expand-arrow {
  transition: all 0.3s ease-in-out;
}
.expandable-section-wrapper .section-content {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  list-style: none;
  padding: 0;
  font-weight: 300;
  max-width: 75%;
}
.expandable-section-wrapper .section-content ul {
  margin: 0;
}
.expandable-section-wrapper .section-content .spacer {
  width: 100%;
  margin-top: 1rem;
  height: 1px;
}
.expandable-section-wrapper ::-webkit-scrollbar {
  height: 0.75rem;
  border-radius: 4rem;
}
.expandable-section-wrapper ::-webkit-scrollbar-track {
  background-color: #d7d9db;
}
.expandable-section-wrapper ::-webkit-scrollbar-thumb {
  background-color: #828282;
}
.expandable-section-wrapper[data-collapsed=true] .section-title .expand-arrow {
  transform: rotateZ(-90deg);
}

@media only screen and (max-width: 1080px) {
  .expandable-section-wrapper {
    max-width: 90vw;
  }
  .expandable-section-wrapper .section-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 750px) {
  .expandable-section-wrapper {
    max-width: 100vw;
  }
  .expandable-section-wrapper .section-title {
    padding-left: 1rem;
  }
  .expandable-section-wrapper .section-content {
    grid-template-columns: 1fr;
  }
}
.data-management-page-container {
  background-color: white;
  color: black;
}
.data-management-page-container .data-management-error-container {
  display: flex;
  background-color: #ff7777;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.data-management-page-container .data-management-error-container .material-icons {
  color: black;
}
.data-management-page-container .content-container {
  max-width: 80rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.data-management-page-container .content-container .data-management-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-management-page-container .content-container .data-management-header h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 4rem;
}
.data-management-page-container .content-container .data-management-header .links {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
.data-management-page-container .content-container .data-management-header .links .link-container {
  display: flex;
  flex-direction: column;
}
.data-management-page-container .content-container .data-management-header .links .link-container::before {
  display: block;
  height: 2rem;
  width: 100%;
  background: transparent;
  content: "";
  margin: 0;
  background: linear-gradient(#ffffff, #dddddd);
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.data-management-page-container .content-container .data-management-header .links .link-container.active::before {
  opacity: 1;
}
.data-management-page-container .content-container .data-management-header .links .link-container.active a {
  background-color: #dddddd;
}
.data-management-page-container .content-container .data-management-header .links .link-container:hover::before {
  opacity: 1;
}
.data-management-page-container .content-container .data-management-header .links .link-container:hover a {
  background-color: #dddddd;
}
.data-management-page-container .content-container .data-management-header .links .link-container a {
  color: black;
  font-size: 2rem;
  height: fit-content;
  text-align: center;
  background-color: transparent;
  padding: 0.5em 1em;
  transition: background-color ease-in-out 0.3s;
}

.choose-download-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  /* background-image: linear-gradient(#19191d 0%, #08080c 5%); */
  background-color: #08080c;
  display: flex;
  align-items: center;
  justify-items: right;
  flex-direction: column;
  color: white;
  border-top: 2px solid #868686;
  /* box-shadow: 0px 40px 50px 60px rgb(0, 0, 0); */
}

.choose-download-title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4em;
  padding: 70px 0;
  flex-wrap: wrap;
}

.normal-title-text {
  font-weight: 200;
  padding: 0 7.5px;
}

.bold-title-text {
  font-weight: 500;
  padding: 0 7.5px;
}

.download-cards-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.single-card {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  max-width: 50%;
  padding: 0 10px;
}

.card-top-wrapper {
  height: 13rem;
  width: 100%;
  max-width: 360px;
  /* padding: 0 100px; */
  /* background-color: rgb(44, 44, 44); */
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem;
  font-family: "Montserrat";
}

.card-title-wrapper {
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
}

.card-title-top {
  font-size: 2.25em;
  letter-spacing: 3px;
}

.card-title-bottom {
  font-size: 2.25em;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 2rem;
  text-align: center;
  flex: 0;
}

.card-subtext {
  font-weight: 300;
}

.card-bottom-wrapper {
  box-sizing: border-box;
  height: 15rem;
  width: 100%;
  max-width: 360px;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
  padding: 48px 45px;
}

.download-plugins-background {
  background-color: #424242;
  color: white;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  padding: 2rem;
}
.download-plugins-background .download-plugins-wrapper {
  display: flex;
  flex-direction: column;
  width: 60rem;
  max-width: 100vw;
}
.download-plugins-background .download-plugins-wrapper .plugins-header {
  font-size: 2.5rem;
  font-weight: 200;
  margin-top: 0.25em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.download-plugins-background .download-plugins-wrapper .plugin-container {
  background-color: white;
  color: black;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  box-shadow: 5px 5px 10px 0 black;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-logo {
  display: block;
  flex: 0 1 auto;
  align-self: center;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-logo img {
  display: block;
  height: auto;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-information {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  flex: 1 0 auto;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-information .plugin-title {
  font-size: 2rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-information .plugin-title strong {
  font-weight: 500;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-information .plugin-description {
  font-weight: 400;
  text-align: start;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-download-button {
  align-self: flex-end;
  display: flex;
  height: fit-content;
  align-items: center;
  padding: 1em 1.5em;
  background-color: #0283d9;
  color: white;
  flex: 0;
  margin: 1rem;
  border-radius: 99rem;
  white-space: nowrap;
}
.download-plugins-background .download-plugins-wrapper .plugin-container .plugin-download-button:hover {
  background-color: #0e6cad;
}

@media only screen and (max-width: 850px) {
  .download-plugins-background .download-plugins-wrapper .plugin-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .download-plugins-background .download-plugins-wrapper .plugin-container .plugin-information {
    align-items: center;
    margin: 0 1rem;
    text-align: center;
  }
  .download-plugins-background .download-plugins-wrapper .plugin-container .plugin-download-button {
    align-self: center;
    margin: 2rem 1rem;
  }
}
.faq-body .buy-hero-text {
  font-size: 5rem;
  font-weight: 400;
}

.faq-main {
  background-color: white;
  padding: 2rem 0;
}
.faq-main a {
  color: #0283d9;
}

.login-page-body .error-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  padding: 1rem;
}
.login-page-body .error-container .error-message-container {
  min-width: 30rem;
  width: fit-content;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff4444;
  padding: 0.5rem 1rem;
  font-weight: 300;
  border-radius: 4px;
}
.login-page-body .error-container .error-message-container .error-close {
  cursor: pointer;
  margin-left: 1em;
}

@keyframes shineLoading {
  0% {
    transform: translateX(-100%) skewX(-15deg);
  }
  100% {
    transform: translateX(100%) skewX(-15deg);
  }
}
.presets-content {
  display: grid;
  grid-template-columns: 15rem auto;
  gap: 1rem;
}

.preset-groups {
  font-size: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
}
.preset-groups .preset-group {
  display: flex;
  cursor: pointer;
}
.preset-groups .preset-group::before {
  display: block;
  height: 100%;
  width: 3rem;
  content: "";
  background: linear-gradient(90deg, #ffffff00, #dddddd);
  margin: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.preset-groups .preset-group.active::before {
  opacity: 1;
}
.preset-groups .preset-group.active .preset-text {
  background-color: #dddddd;
}
.preset-groups .preset-group:hover::before {
  opacity: 1;
}
.preset-groups .preset-group:hover .preset-text {
  background-color: #dddddd;
}
.preset-groups .preset-group .preset-text {
  color: black;
  padding: 0.5rem 1rem;
  background-color: transparent;
  transition: background-color ease-in-out 0.3s;
}

.presets-container {
  border: 1px solid #333333;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  overflow: auto;
  gap: 1rem;
  height: 33rem;
}
.presets-container .preset {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
}
.presets-container .preset:hover {
  background-color: #efefef;
}
.presets-container .preset .preset-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.presets-container .preset .preset-left .preset-index {
  font-size: 1.75rem;
  padding-right: 1.5rem;
}
.presets-container .preset .preset-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.presets-container .preset .preset-right .delete {
  font-size: 1.7rem;
}
.presets-container .preset .preset-right .material-icons {
  padding: 0.5rem;
  cursor: pointer;
}
.presets-container .preset .preset-right .material-icons:hover {
  background-color: #dddddd;
}
.presets-container .no-presets-placeholder {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.presets-container .loading-box {
  height: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #dddddd;
  z-index: 0;
}
.presets-container .loading-box::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(126, 185, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  width: 100%;
  transform: translateX(100%) skewX(-15deg);
  z-index: 1;
  overflow: hidden;
}
.presets-container .loading-box.loading-box-1::after {
  animation: shineLoading 1s infinite 5ms;
}
.presets-container .loading-box.loading-box-2 {
  opacity: 0.6;
}
.presets-container .loading-box.loading-box-2::after {
  animation: shineLoading 1.25s infinite 0.25s;
}
.presets-container .loading-box.loading-box-3 {
  opacity: 0.2;
}
.presets-container .loading-box.loading-box-3::after {
  animation: shineLoading 1.5s infinite 0.5s;
}

.schedule-demo-page-container {
  background-color: white;
  width: 100%;
}
.schedule-demo-page-container .demo-request-wrapper {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}
.schedule-demo-page-container .demo-request-wrapper .demo-request-header {
  font-size: 3.5rem;
}
.schedule-demo-page-container .demo-request-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.schedule-demo-page-container .demo-request-wrapper form .name-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media only screen and (max-width: 500px) {
  .schedule-demo-page-container .demo-request-wrapper form .name-inputs {
    display: flex;
    flex-direction: column;
  }
}
.schedule-demo-landing-page-body {
  background-color: white;
}
.schedule-demo-landing-page-body nav {
  max-width: 1920px;
  margin: 0 auto;
}

.schedule-demo-landing-page-wrapper {
  max-width: 100%;
  width: 1920px;
  background-color: white;
  margin: 0 auto;
}
.schedule-demo-landing-page-wrapper h2 {
  font-weight: 200;
}
.schedule-demo-landing-page-wrapper h2 strong {
  font-weight: 400;
}

.introduction-video-wrapper {
  text-align: center;
  position: relative;
  height: 25rem;
  max-height: 1080px;
  width: 100%;
  transition: all 0.5s ease-in;
}
.introduction-video-wrapper .introduction-video {
  border: none;
  background-color: #cccccc;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.introduction-video-wrapper .video-cover {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.introduction-video-wrapper .video-cover img {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.introduction-video-wrapper .introduction-video-text-wrapper {
  transition: all 0.5s ease-in-out;
  text-shadow: 0 0 4px #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  color: white;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text h1 {
  z-index: inherit;
  font-size: 3rem;
  font-weight: 200;
  margin: 0;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text h1 strong {
  font-weight: 500;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text p {
  font-size: 2rem;
  z-index: inherit;
  max-width: 60rem;
  font-weight: 200;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text .material-icons {
  font-size: 3rem;
  z-index: inherit;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  margin: 0;
  border: none;
  background-color: white;
  border-radius: 44rem;
  box-shadow: 0 0 3px #000000;
  cursor: pointer;
}
.introduction-video-wrapper.show-video {
  height: calc((100vw * 9) / 16);
}
.introduction-video-wrapper.show-video .video-cover {
  opacity: 0;
}
.introduction-video-wrapper.show-video .introduction-video-text-wrapper {
  opacity: 0;
}

.schedule-demo-signup-form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #eeeeee;
}
.schedule-demo-signup-form-section h2 {
  font-weight: 200;
  font-size: 2.5rem;
  margin: 3rem 0 0.5rem;
  padding: 0 1rem;
}
.schedule-demo-signup-form-section h2 strong {
  font-weight: 500;
}
.schedule-demo-signup-form-section p {
  margin: 0 0 0rem;
  font-weight: 200;
  font-size: 1.5rem;
  max-width: 40rem;
  padding: 0 1rem;
  text-align: center;
}
.schedule-demo-signup-form-section #schedule-demo-form {
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem;
  align-items: center;
  max-width: 100%;
  width: 40rem;
  padding: 0 1rem;
}
.schedule-demo-signup-form-section #schedule-demo-form .clean-input-label {
  width: 100%;
  border: none;
}
.schedule-demo-signup-form-section #schedule-demo-form .clean-input-label .clean-label-text {
  font-weight: 300;
}
.schedule-demo-signup-form-section #schedule-demo-form .clean-input-label input {
  padding: 0.5rem;
  font-size: 1.1rem;
  font-weight: 300;
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
.schedule-demo-signup-form-section #schedule-demo-form .clean-input-label input::placeholder {
  font-weight: 200;
}
.schedule-demo-signup-form-section #schedule-demo-form .schedule-demo-error-text {
  color: #cf0000;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0.5rem 1rem 0;
}
.schedule-demo-signup-form-section #schedule-demo-form .login-redirect a {
  color: black;
  text-decoration: underline;
  font-size: 0.9rem;
}
.schedule-demo-signup-form-section #schedule-demo-form #submit-button {
  align-self: flex-end;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}
.schedule-demo-signup-form-section #schedule-demo-form #submit-button:disabled {
  background-color: #777777;
  border: none;
}

.schedule-demo-landing-page-content {
  background-color: white;
}

.stage-introduction-text {
  background-color: white;
}
.stage-introduction-text .stage-introduction-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 1rem;
}
.stage-introduction-text .stage-introduction-header h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.stage-introduction-text .stage-introduction-header p {
  font-weight: 300;
  font-size: 1.5rem;
  max-width: 90vw;
  width: 42rem;
  line-height: 2.25rem;
}
.stage-introduction-text .stage-introduction-header p br {
  display: block;
  content: " ";
  margin: 1rem;
}
.stage-introduction-text .side-by-side-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 1rem 0;
}
.stage-introduction-text .side-by-side-info:nth-of-type(even) .side-by-side-image-wrapper {
  grid-column-start: 2;
}
.stage-introduction-text .side-by-side-info:nth-of-type(even) .side-by-side-text-wrapper {
  grid-column-start: 1;
}
.stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
  max-width: 50vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-start: 1;
  padding: 1rem;
  height: 100%;
}
.stage-introduction-text .side-by-side-info .side-by-side-image-wrapper img {
  display: block;
  min-width: 0;
  object-fit: contain;
  box-shadow: 5px 5px 5px 0 #afafaf;
}
.stage-introduction-text .side-by-side-info .side-by-side-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-row-start: 1;
  height: 100%;
  padding: 2rem;
}
.stage-introduction-text .side-by-side-info .side-by-side-text-wrapper h3 {
  font-size: 2rem;
  font-weight: 300;
}
.stage-introduction-text .side-by-side-info .side-by-side-text-wrapper p {
  font-size: 1.75rem;
  font-weight: 200;
}

.information-break {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background-color: #eeeeee;
}
.information-break .info-break-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.information-break .info-break-icons {
  display: flex;
  justify-content: center;
}
.information-break .info-break-icons .info-break-icon-wrapper {
  width: 6rem;
  height: 6rem;
  border-radius: 55rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  box-shadow: 3px 3px 5px #afafaf;
}
.information-break .info-break-icons .info-break-icon-wrapper img {
  display: block;
  object-fit: contain;
  min-width: 0;
}
.information-break .info-break-quote {
  font-family: "Roboto" sans-serif;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 200;
  max-width: 90vw;
  width: 42rem;
  text-align: center;
}
.information-break .info-break-credits {
  text-align: end;
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 90vw;
  width: 42rem;
  margin-bottom: 2rem;
}

.schedule-demo-signup-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
  background-color: #eeeeee;
}
.schedule-demo-signup-footer h2 {
  font-size: 3rem;
  margin: 0rem;
}
.schedule-demo-signup-footer p {
  text-align: center;
  font-size: 1.5rem;
  max-width: 90vw;
  width: 40rem;
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (max-width: 950px) {
  .schedule-demo-landing-page-body {
    text-align: center;
  }

  .introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text p {
    font-size: 1.5rem;
  }

  .stage-introduction-text .side-by-side-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
    max-width: 100%;
  }
  .stage-introduction-text .side-by-side-info .side-by-side-text-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .tutorial-landing-page-content .stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
    max-width: 100%;
  }

  .schedule-demo-signup-form-section #schedule-demo-signup-form #submit-button {
    align-self: center;
  }

  .information-break .info-break-icons {
    flex-wrap: wrap;
  }
  .information-break .info-break-icons .info-break-icon-wrapper {
    margin: 0 0.5rem;
  }
  .information-break .info-break-icons .info-break-icons-breakpoint {
    height: 0px;
    flex-basis: 100%;
  }
  .information-break .info-break-credits {
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .tutorial-landing-page-content .stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
    padding: 0;
    box-shadow: 0 0 8px 2px #afafaf;
  }
}
.stream-page-container {
  background-color: black;
  height: calc(100vh - 177px);
  position: relative;
}
.stream-page-container .stream-page-background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  object-fit: cover;
}
.stream-page-container .stream-page-status {
  position: absolute;
  max-width: 34rem;
  text-shadow: 0 0 1rem #000000, 0 0 1rem #000000, 0 0 1rem #000000;
  color: white;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.stream-page-container .stream-hints-wrapper {
  background: linear-gradient(0deg, black, transparent);
  padding: 3rem 3rem 1rem;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
}

.Progressbar {
  position: relative;
  height: 10px;
  background-color: #000000;
  border: solid white 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.Progressbar__value {
  height: 100%;
  transition: width 0.4s ease-in-out;
  background-color: #ffffff;
  will-change: width;
  position: absolute;
}

.Progressbar > progress {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

#SlideShow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.slide {
  display: none;
}

.slide {
  transition: visibility 0s, opacity 0.5s linear;
}

.slide.show {
  display: block;
  width: 100%;
  height: 100%;
}

.slide.show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ToolTipSlideShow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
}

.tip {
  display: none;
}

.tip.show {
  display: block;
  width: 75%;
}

.test-content {
  background-color: white;
}

.thank-you-body .buy-hero-wrapper .buy-hero-text {
  font-weight: 200;
  flex-direction: row;
  gap: 2rem;
}
.thank-you-body .buy-hero-wrapper .buy-hero-text strong {
  font-weight: 600;
}
.thank-you-body .buy-hero-wrapper .buy-hero-graphic {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.thank-you-body .buy-hero-wrapper .buy-hero-graphic img {
  object-fit: cover;
  align-items: flex-start;
}

.thank-you-wrapper {
  background-color: #000000;
}
.thank-you-wrapper .thank-you-content-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 300;
}
.thank-you-wrapper .thank-you-content-wrapper .thank-you-message {
  margin-bottom: 2rem;
  color: white;
}
.thank-you-wrapper .thank-you-content-wrapper .thank-you-message h2 {
  margin: 3rem 2rem 0;
  font-size: 2.5rem;
  font-weight: 300;
}
.thank-you-wrapper .thank-you-content-wrapper .thank-you-message h2 strong {
  font-weight: 600;
}
.thank-you-wrapper .thank-you-content-wrapper .next-steps {
  display: flex;
  justify-content: space-around;
  width: 60rem;
  max-width: 100vw;
  margin: 0 auto;
}
.thank-you-wrapper .thank-you-content-wrapper .next-steps .section-wrapper {
  width: 25rem;
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  margin-bottom: 3rem;
  background-color: white;
  color: black;
  border: solid 1px #868686;
}
.thank-you-wrapper .thank-you-content-wrapper .next-steps .section-wrapper .section-title {
  font-size: 2rem;
  font-weight: 300;
  background-color: #000000;
  padding: 2rem 2rem;
  color: white;
  margin: 0;
  flex: 1 0 auto;
}
.thank-you-wrapper .thank-you-content-wrapper .next-steps .section-wrapper .explanation-paragraph {
  padding: 2rem 2rem 0;
  flex-shrink: 0;
}
.thank-you-wrapper .thank-you-content-wrapper .next-steps .section-wrapper .button {
  display: block;
  color: #ffffff;
  background-color: #0083da;
  padding: 1rem 2rem;
  font-weight: 500;
  border-radius: 4rem;
  margin: 2rem;
}

@media only screen and (max-width: 980px) {
  .thank-you-wrapper .thank-you-content-wrapper .next-steps {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.trial-landing-page-body {
  background-color: white;
}
.trial-landing-page-body nav {
  max-width: 1920px;
  margin: 0 auto;
}

.trial-landing-page-wrapper {
  max-width: 100%;
  width: 1920px;
  background-color: white;
  margin: 0 auto;
}
.trial-landing-page-wrapper h2 {
  font-weight: 200;
}
.trial-landing-page-wrapper h2 strong {
  font-weight: 400;
}

.introduction-video-wrapper {
  text-align: center;
  position: relative;
  height: 25rem;
  max-height: 1080px;
  width: 100%;
  transition: all 0.5s ease-in;
}
.introduction-video-wrapper .introduction-video {
  border: none;
  background-color: #cccccc;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.introduction-video-wrapper .video-cover {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.introduction-video-wrapper .video-cover img {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.introduction-video-wrapper .introduction-video-text-wrapper {
  transition: all 0.5s ease-in-out;
  text-shadow: 0 0 4px #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  color: white;
  font-family: "Montserrat";
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text h1 {
  z-index: inherit;
  font-size: 3rem;
  font-weight: 200;
  margin: 0;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text h1 strong {
  font-weight: 500;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text p {
  font-size: 2rem;
  z-index: inherit;
  max-width: 60rem;
  font-weight: 200;
}
.introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text .material-icons {
  font-size: 3rem;
  z-index: inherit;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  margin: 0;
  border: none;
  background-color: white;
  border-radius: 44rem;
  box-shadow: 0 0 3px #000000;
  cursor: pointer;
}
.introduction-video-wrapper.show-video {
  height: calc((100vw * 9) / 16);
}
.introduction-video-wrapper.show-video .video-cover {
  opacity: 0;
}
.introduction-video-wrapper.show-video .introduction-video-text-wrapper {
  opacity: 0;
}

.trial-signup-form-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 0;
  background-color: #eeeeee;
}
.trial-signup-form-section h2 {
  font-weight: 200;
  font-size: 2.5rem;
  margin: 3rem 0 0.5rem;
  padding: 0 1rem;
}
.trial-signup-form-section h2 strong {
  font-weight: 500;
}
.trial-signup-form-section p {
  margin: 0 0 -1rem;
  font-weight: 200;
  font-size: 1.5rem;
  max-width: 20rem;
  padding: 0 1rem;
  text-align: center;
}
.trial-signup-form-section #trial-signup-form {
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem;
  align-items: center;
  max-width: 100%;
  width: 40rem;
  padding: 0 1rem;
}
.trial-signup-form-section #trial-signup-form .clean-input-label {
  width: 100%;
  border: none;
}
.trial-signup-form-section #trial-signup-form .clean-input-label .clean-label-text {
  font-weight: 300;
}
.trial-signup-form-section #trial-signup-form .clean-input-label input {
  padding: 0.5rem;
  font-size: 1.1rem;
  font-weight: 300;
  font-family: "Montserrat", "Roboto", Helvetica, Arial, sans-serif;
}
.trial-signup-form-section #trial-signup-form .clean-input-label input::placeholder {
  font-weight: 200;
}
.trial-signup-form-section #trial-signup-form .trial-error-text {
  color: #cf0000;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0.5rem 1rem 0;
}
.trial-signup-form-section #trial-signup-form .login-redirect a {
  color: black;
  text-decoration: underline;
  font-size: 0.9rem;
}
.trial-signup-form-section #trial-signup-form #signup-button {
  align-self: flex-end;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}

.trial-landing-page-content {
  background-color: white;
}

.stage-introduction-text {
  background-color: white;
}
.stage-introduction-text .trial-header {
  font-family: "Montserrat";
}
.stage-introduction-text .stage-introduction-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 1rem;
}
.stage-introduction-text .stage-introduction-header h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.stage-introduction-text .stage-introduction-header p {
  font-weight: 300;
  font-size: 1.5rem;
  max-width: 90vw;
  width: 42rem;
  line-height: 2.25rem;
}
.stage-introduction-text .stage-introduction-header p br {
  display: block;
  content: " ";
  margin: 1rem;
}
.stage-introduction-text .side-by-side-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 1rem 0;
}
.stage-introduction-text .side-by-side-info:nth-of-type(even) .side-by-side-image-wrapper {
  grid-column-start: 2;
}
.stage-introduction-text .side-by-side-info:nth-of-type(even) .side-by-side-text-wrapper {
  grid-column-start: 1;
}
.stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
  max-width: 50vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row-start: 1;
  padding: 1rem;
  height: fit-content;
}
.stage-introduction-text .side-by-side-info .side-by-side-image-wrapper img {
  display: block;
  min-width: 0;
  object-fit: contain;
  box-shadow: 5px 5px 5px 0 #afafaf;
}
.stage-introduction-text .side-by-side-info .side-by-side-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-row-start: 1;
  height: 100%;
  padding: 2rem;
}
.stage-introduction-text .side-by-side-info .side-by-side-text-wrapper h3 {
  font-size: 2rem;
  font-weight: 300;
}
.stage-introduction-text .side-by-side-info .side-by-side-text-wrapper p {
  font-size: 1.75rem;
  font-weight: 200;
}

.information-break {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background-color: #eeeeee;
}
.information-break .info-break-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.information-break .info-break-icons {
  display: flex;
  justify-content: center;
}
.information-break .info-break-icons .info-break-icon-wrapper {
  width: 6rem;
  height: 6rem;
  border-radius: 55rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  box-shadow: 3px 3px 5px #afafaf;
}
.information-break .info-break-icons .info-break-icon-wrapper img {
  display: block;
  object-fit: contain;
  min-width: 0;
}
.information-break .info-break-quote {
  font-family: "Roboto" sans-serif;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 200;
  max-width: 90vw;
  width: 42rem;
  text-align: center;
}
.information-break .info-break-credits {
  text-align: end;
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 90vw;
  width: 42rem;
  margin-bottom: 2rem;
}

.trial-signup-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem;
  background-color: #eeeeee;
}
.trial-signup-footer h2 {
  font-size: 3rem;
  margin: 0rem;
}
.trial-signup-footer p {
  text-align: center;
  font-size: 1.5rem;
  max-width: 90vw;
  width: 30rem;
  font-weight: 300;
  margin-bottom: 0;
}

.tutorial-header {
  font-family: "Montserrat";
}

@media only screen and (max-width: 950px) {
  .trial-landing-page-body {
    text-align: center;
  }

  .introduction-video-wrapper .introduction-video-text-wrapper .introduction-video-text p {
    font-size: 1.5rem;
  }

  .stage-introduction-text .side-by-side-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
    max-width: 100%;
  }
  .stage-introduction-text .side-by-side-info .side-by-side-text-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .tutorial-landing-page-content .stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
    max-width: 100%;
  }

  .trial-signup-form-section #trial-signup-form #signup-button {
    align-self: center;
  }

  .information-break .info-break-icons {
    flex-wrap: wrap;
  }
  .information-break .info-break-icons .info-break-icon-wrapper {
    margin: 0 0.5rem;
  }
  .information-break .info-break-icons .info-break-icons-breakpoint {
    height: 0px;
    flex-basis: 100%;
  }
  .information-break .info-break-credits {
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .tutorial-landing-page-content .stage-introduction-text .side-by-side-info .side-by-side-image-wrapper {
    padding: 0;
    box-shadow: 0 0 8px 2px #afafaf;
  }
}
.tutorials-home-container {
  width: 100%;
  height: fit-content;
  background-color: white;
}
.tutorials-home-container .sub-header {
  display: flex;
  justify-content: center;
  background-color: #424242;
  max-width: 100vw;
}
.tutorials-home-container .sub-header .main-video-container {
  color: white;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.tutorials-home-container .sub-header .main-video-container .main-video-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 300;
  width: 43rem;
  max-width: 45vw;
}
.tutorials-home-container .sub-header .main-video-container .main-video-description h2 {
  font-weight: 200;
  font-size: 2.5rem;
  margin-top: 0;
}
.tutorials-home-container .sub-header .main-video-container .main-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 43rem;
  max-width: 45vw;
}
.tutorials-home-container .sub-header .main-video-container .main-video-wrapper .main-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tutorials-home-container .break-line {
  width: 100%;
  max-width: 70rem;
  height: 1px;
  content: "";
  margin: 0 auto;
  border-bottom: 2px solid #424242;
}

.tutorials-home-body .buy-hero-wrapper .buy-hero-graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tutorials-home-body .buy-hero-wrapper .buy-hero-graphic img {
  object-fit: cover;
}

@media only screen and (max-width: 936px) {
  .tutorials-home-container .sub-header .main-video-container {
    display: flex;
    flex-direction: column;
  }
  .tutorials-home-container .sub-header .main-video-container .main-video-description {
    max-width: 95vw;
  }
  .tutorials-home-container .sub-header .main-video-container .main-video-wrapper {
    max-width: 95vw;
  }
}
@media only screen and (max-width: 456px) {
  .tutorials-home-container .sub-header .main-video-container .main-video-description h2 {
    font-size: 2rem;
  }
}
.account-page-container {
  background-color: white;
}
.account-page-container .user-account-wrapper {
  height: 759px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: left;
}
.account-page-container .user-account-wrapper .account-content {
  font-weight: 500;
  margin-top: 100px;
}
.account-page-container .user-account-wrapper .account-content .account-heading {
  font-weight: 700;
  font-size: 3.5em;
  margin-bottom: 50px;
}
.account-page-container .user-account-wrapper .account-content .account-fields {
  display: flex;
  flex-wrap: wrap;
}
.account-page-container .user-account-wrapper .account-content .account-fields .field-title {
  box-sizing: content-box;
  width: 480px;
  font-weight: 600;
  margin-right: 10px;
  padding: 10px 0 10px 10px;
  background-color: #0083da;
  color: white;
}
.account-page-container .user-account-wrapper .account-content .account-fields .field-data {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-page-container .user-account-wrapper .account-content .account-fields .manage-seats {
  color: #0083da;
  margin-right: 10px;
  text-decoration: underline;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .left-account-buttons {
  display: flex;
  flex-direction: column;
  width: 330px;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .left-account-buttons .data-management-button {
  background-color: black;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 0.4s;
  padding: 12px 10px;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .left-account-buttons .data-management-button:hover {
  background-color: #242424;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 10px;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .edit-account-section {
  display: flex;
  width: 330px;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .edit-account-section .change-password-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: black;
  background-color: transparent;
  width: 57.5%;
  border: 2px solid black;
  padding: 12px 10px;
  transition: ease-in-out 0.4s;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .edit-account-section .change-password-button:hover {
  background-color: #f8f8f8;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .edit-account-section .profile-button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: black;
  width: 42.5%;
  padding: 12px 10px;
  transition: all ease-in-out 0.4s;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .edit-account-section .profile-button-link:hover {
  background-color: #242424;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .billing-subscription-section {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  width: 330px;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .billing-subscription-section .billing-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: black;
  width: 100%;
  padding: 12px 10px;
  transition: ease-in-out 0.4s;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .billing-subscription-section .billing-button:hover {
  background-color: #242424;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .billing-subscription-section > .subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: black;
  width: 100%;
  padding: 12px 10px;
  transition: ease-in-out 0.4s;
}
.account-page-container .user-account-wrapper .account-content .account-buttons-section .right-account-buttons .billing-subscription-section > .subscribe:hover {
  background-color: #242424;
}

/*# sourceMappingURL=index.css.map */
