.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

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

p {
  letter-spacing: -0.02em;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.login-text-field {
  height: 40px;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.login-submit-button {
  height: 40px;
  margin-top: 10px;
  padding: 0px;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.intro-h1 {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 30px;
  padding-left: 0px;
  background-image: url('../images/title-underline-3.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Fraunces, sans-serif;
  color: #2a2a29;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 700;
}

.intro-h1.intro-h1-short {
  background-size: auto 7px;
}

.content-h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Fraunces, sans-serif;
  color: #c44536;
  font-size: 34px;
  line-height: 1.3em;
  font-weight: 600;
}

.content-p {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
  font-family: 'Work Sans', sans-serif;
  color: #2e2825;
  font-size: 17px;
  line-height: 1.6em;
  font-weight: 400;
}

.intro-snippet {
  margin-bottom: 0px;
  padding: 15px 25px;
  border: 1px solid #d4ccc8;
  border-radius: 7px;
  background-color: rgba(189, 181, 171, 0.1);
  font-family: 'Courier Prime', sans-serif;
  color: #1f1c1a;
  font-size: 15px;
  line-height: 1.4em;
}

.hero-image-block {
  overflow: hidden;
  border-radius: 12px;
}

.video-settings-body {
  background-color: #f4eee6;
  background-image: url('../images/bg-light-4_1bg-light-4.gif');
  background-position: 0px 0px;
  background-size: 8px;
}

.hero {
  position: relative;
}

.hero-sketch {
  position: absolute;
  left: -9px;
  top: -7px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 50px;
  height: 55px;
  background-image: url('../images/photo-sketch.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.list-block {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4ccc8 #d5d0c8 #d4ccc8 #d4ccc8;
  border-radius: 7px;
  background-color: rgba(254, 251, 246, 0.45);
}

.settings-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.settings-grid.hide {
  display: none;
}

.list-h3 {
  padding-right: 10px;
  border-right: 1px dotted #d5d0c8;
  border-bottom: 1px solid #d5d0c8;
  font-family: Rubik, sans-serif;
  color: #60766a;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.list-data {
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #d5d0c8;
  font-family: Rubik, sans-serif;
  color: #2a2a29;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.list-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  background-color: #2a2a29;
  background-image: url('../images/charcoal-bg-desktop.png');
  background-position: 50% 0%;
  background-size: 1003px;
  background-repeat: repeat;
  font-family: 'Lexend Peta', sans-serif;
  color: #e5e5e5;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.content-h3 {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  background-image: url('../images/underline-green-lg.svg');
  background-position: 0% 100%;
  background-size: auto 7px;
  background-repeat: no-repeat;
  font-family: 'Courier Prime', sans-serif;
  color: #2a2a29;
  font-size: 23px;
  line-height: 1.7;
  font-weight: 700;
}

.list-button {
  margin-top: 15px;
  padding: 0px 20px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #c4bdb4;
  border-radius: 20px;
  background-color: #fbf8f4;
  font-family: 'Work Sans', sans-serif;
  color: #2a2a29;
  font-size: 13px;
  line-height: 1.9em;
  font-weight: 400;
}

.content-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.content-table-block {
  overflow: auto;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4ccc8;
  border-radius: 6px;
  background-color: rgba(247, 245, 242, 0.5);
}

.content-table-heading {
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.56);
  border-right: 1px solid #d4ccc8;
  border-bottom: 1px solid #d4ccc8;
  background-color: rgba(220, 214, 208, 0.66);
  font-family: 'Courier Prime', sans-serif;
  color: #083232;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.content-table-heading.content-table-heading-right {
  border-right-style: none;
}

.content-table-cell {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px dashed #d4ccc8;
  border-bottom: 1px solid #d4ccc8;
  font-family: 'Work Sans', sans-serif;
  color: #083232;
  font-size: 17px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.content-table-cell.content-table-cell-right {
  border-right-style: none;
  border-right-width: 0px;
}

.content-table-cell.content-table-cell-bottom {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.header-logo {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/magic-settings-dark-gray-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-logo.no-access-logo {
  width: 46px;
  height: 46px;
  margin: 28px auto;
}

.sidebar-page-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #d4ccc8;
  border-radius: 50px;
  background-color: #f8f4ec;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.sidebar-page-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid transparent;
  border-bottom: 1px dashed #c2bbb3;
  border-left: 3px solid transparent;
  color: #39312e;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.sidebar-page-menu-link:hover {
  border-left-color: #99aea2;
  font-weight: 700;
}

.sidebar-page-menu-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-nav-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sidebar-nav-menu-button-animation {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sidebar-back-button-bg {
  width: 25px;
  height: 25px;
  border: 0.5px solid #d5d0c8;
  border-radius: 50px;
  background-color: #f8f4ec;
  background-image: url('../images/arrow-left-dark.svg');
  background-position: 52% 50%;
  background-size: auto 10px;
  background-repeat: no-repeat;
}

.sidebar-back-button-bg:hover {
  border-color: #729681;
  background-color: #729681;
  background-image: url('../images/arrow-left-white.svg');
  background-size: auto 10px;
}

.data-source-lens {
  margin-bottom: 0px;
}

.lens-select {
  height: 24px;
  margin-bottom: 0px;
  padding: 0px 25px 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  background-color: hsla(0, 0%, 95.3%, 0);
  background-image: url('../images/down-arrow-svgrepo-com-2.svg');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  font-family: Rubik, sans-serif;
  color: #c44536;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/charcoal-bg-desktop.png');
  background-size: 1003px;
  line-height: 2px;
}

.nav-overlay-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 400px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-overlay-link {
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px dashed #76716c;
  font-family: 'Krona One', sans-serif;
  color: #ded7cf;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.nav-overlay-link:hover {
  border-bottom-style: solid;
  color: #f5f0eb;
}

.nav-overlay-link-title {
  margin-bottom: 10px;
  font-family: Fraunces, sans-serif;
  color: #60ccb2;
  font-size: 28px;
  line-height: 2em;
  font-weight: 700;
  text-decoration: none;
}

.nav-overlay-link-title:hover {
  color: #8cedd5;
}

.sidebar-nav-menu-button-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps-sidebar {
  position: relative;
  z-index: 50;
  max-width: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step-content {
  overflow: auto;
  margin-bottom: 30px;
  padding-bottom: 40px;
  background-image: url('../images/divider-slant.svg');
  background-position: 50% 100%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.step-content.footer {
  background-image: none;
}

.content-rich-text-block {
  border-bottom-width: 2px;
}

.content-rich-text-block h3 {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-right: 8px;
  padding-left: 8px;
  background-image: url('../images/underline-green-lg.svg');
  background-position: 0% 100%;
  background-size: auto 8px;
  background-repeat: no-repeat;
  font-family: Springsnote, sans-serif;
  color: #2a2a29;
  font-size: 33px;
  line-height: 1.5em;
  font-weight: 400;
}

.content-rich-text-block p {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
  clear: both;
  font-family: 'Work Sans', sans-serif;
  color: #1f1c1a;
  font-size: 16px;
  line-height: 1.6em;
}

.content-rich-text-block img {
  border-radius: 8px;
}

.content-rich-text-block a {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  border-bottom: 2px solid #f2d950;
  color: #3a4f43;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: 0em;
  text-decoration: none;
}

.content-rich-text-block a:hover {
  border-bottom-color: #c44536;
  color: #c44536;
}

.content-rich-text-block h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 8px;
  padding-left: 8px;
  font-family: Fraunces, sans-serif;
  color: #c44536;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
}

.content-rich-text-block h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 6px 10px;
  border-radius: 3px;
  background-color: #083232;
  background-image: url('../images/charcoal-bg-desktop.png');
  background-position: 0px 0px;
  background-size: 1003px;
  font-family: 'Lexend Peta', sans-serif;
  color: #e5e5e5;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.content-rich-text-block figure {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;
}

.content-rich-text-block blockquote {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 12px 20px 10px;
  border-style: none solid solid none;
  border-width: 1px 2px 2px 1px;
  border-color: #d4ccc8 rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) #d4ccc8;
  border-radius: 7px;
  background-color: rgba(254, 251, 246, 0.45);
  font-family: 'Courier Prime', sans-serif;
  color: #1f1c1a;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: -0.3px;
}

.content-rich-text-block ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 8px;
  padding-left: 60px;
  font-family: 'Work Sans', sans-serif;
  color: #39312d;
  line-height: 1.7em;
}

.content-rich-text-block ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 60px;
  font-family: 'Work Sans', sans-serif;
  color: #1f1c1a;
}

.content-rich-text-block h5 {
  display: block;
  margin: 25px 4px 15px;
  padding-top: 3px;
  padding-right: 4px;
  padding-left: 4px;
  background-image: url('../images/divider4_1divider4.png');
  background-position: 0% 100%;
  background-size: auto 2px;
  background-repeat: repeat-x;
  font-family: 'Lexend Peta', sans-serif;
  color: #c44536;
  font-size: 13px;
  line-height: 2.5em;
  font-weight: 800;
  text-align: left;
  letter-spacing: -0.06rem;
  text-transform: uppercase;
}

.content-rich-text-block h6 {
  display: block;
  margin-top: 16px;
  margin-bottom: 0px;
  padding: 10px 8px 0px;
  font-family: 'Krona One', sans-serif;
  color: #161818;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.content-rich-text-block strong {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border: 2px solid #efdc6b;
  border-radius: 4px;
  background-color: #efdc6b;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0em;
}

.content-rich-text-block em {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #39312e;
  border-radius: 4px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 500;
}

.content-rich-text-block li {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1f1c1a;
  font-size: 16px;
  line-height: 1.6em;
}

.content-rich-text-block h1 {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 20px;
  background-image: url('../images/title-underline-3.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Fraunces, sans-serif;
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 800;
}

.content-divider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: url('../images/divider-slant.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sidebar-page-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav-menu-button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.header-nav-menu-button-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
}

.header-nav-menu-button-animation {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-logo-light {
  z-index: 1;
  display: block;
  width: 38px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/magic-settings-light-tan-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.overlay-block {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps {
  overflow: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background-image: url('../images/divider-slant.svg');
  background-position: 50% 100%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.page-wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.poster {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  border-radius: 8px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.19);
}

.poster-text {
  position: absolute;
  left: 5%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 3;
  width: 90%;
  font-family: Fraunces, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.71);
}

.poster-block {
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.poster-logo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 8px;
  background-color: #c44536;
}

.poster-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.75));
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.poster-link {
  display: block;
  height: 300px;
  border-radius: 8px;
}

.poster-link.poster-vertical {
  background-image: url('../images/video-settings-vertical.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-vlog {
  background-image: url('../images/video-settings-vlog.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-real-estate-ext {
  background-image: url('../images/video-settings-real-estate-exterior.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-studio-natural {
  background-image: url('../images/video-settings-studio-natural-light.jpg');
  background-position: 48% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-studio-dark {
  background-image: url('../images/video-settings-studio-dark-moody.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-green-screen {
  background-image: url('../images/video-settings-green-screen.jpg');
  background-position: 45% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-studio-seamless {
  background-image: url('../images/video-settings-studio-seamless.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-studio-bright {
  background-image: url('../images/video-settings-studio-bright-airy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-studio-colorful {
  background-image: url('../images/video-settings-studio-colorful-led.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-flat-lay {
  background-image: url('../images/video-settings-flat-lay.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-livestream {
  background-image: url('../images/video-settings-live-stream.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-studio-mixed {
  background-image: url('../images/video-settings-studio-mixed-light.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-podcast {
  background-image: url('../images/video-settings-podcast.jpg');
  background-position: 35% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-cooking {
  background-image: url('../images/video-settings-cooking-diy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-keynote {
  background-image: url('../images/video-settings-keynotes-performances.jpg');
  background-position: 90% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-filming-daylight {
  background-image: url('../images/video-settings-filming-outdoors-daylight-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-filming-lowlight {
  background-image: url('../images/video-settings-filming-outdoors-lowlight.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-slow-motion {
  background-image: url('../images/video-settings-slow-motion.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-time-lapse {
  background-image: url('../images/video-settings-time-lapse.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-action {
  background-image: url('../images/video-settings-kids.jpg');
  background-position: 55% 50%;
  background-size: cover;
}

.poster-link.poster-action {
  background-image: url('../images/video-settings-sports-action.jpg');
  background-position: 55% 50%;
  background-size: cover;
}

.poster-link.poster-nature {
  background-image: url('../images/video-settings-nature.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-wildlife {
  background-image: url('../images/video-settings-birds-wildlife.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-pets {
  background-image: url('../images/video-settings-pets.jpg');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-close-up {
  background-image: url('../images/close-up-video-settings.jpg');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-real-estate-int {
  background-image: url('../images/video-settings-real-estate-interior.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-landscapes {
  background-image: url('../images/video-settings-landscapes.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.poster-link.poster-kids {
  background-image: url('../images/video-settings-kids.jpg');
  background-position: 55% 50%;
  background-size: cover;
}

.content-h5 {
  display: block;
  margin: 25px 4px 10px;
  padding-top: 3px;
  padding-right: 4px;
  padding-left: 4px;
  border-bottom: 1.5px dashed #a2b4a9;
  font-family: 'Courier Prime', sans-serif;
  color: #39312d;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
}

.content-h4 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #083232;
  background-image: url('../images/charcoal-bg-desktop.png');
  background-position: 50% 0%;
  background-size: 1003px;
  background-repeat: repeat;
  font-family: 'Krona One', sans-serif;
  color: #e5e5e5;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-overlay {
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.header-block {
  width: 100%;
}

.content-overlay {
  overflow: auto;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 1vh;
  padding-left: 10px;
}

.hero-block {
  padding-right: 10px;
  padding-left: 10px;
}

.intro-block {
  padding-right: 24px;
  padding-left: 24px;
}

.content-block {
  padding-right: 24px;
  padding-left: 24px;
}

.steps-block {
  padding-right: 20px;
  padding-left: 20px;
}

.overlay-header-spacer {
  display: block;
  width: 42px;
}

.poster-number {
  font-family: Fraunces, sans-serif;
  color: #e0e1dc;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}

.poster-thumb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 533px;
  height: 300px;
  max-width: none;
  border-radius: 8px;
}

.poster-thumb.poster-real-estate-ext {
  left: -45%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.poster-thumb.poster-studio-natural {
  left: -59%;
}

.poster-thumb.poster-studio-dark {
  left: -63%;
}

.poster-thumb.poster-green-screen {
  left: -63%;
}

.poster-thumb.poster-studio-seamless {
  left: -63%;
}

.poster-thumb.poster-studio-bright {
  left: -69%;
}

.poster-thumb.poster-studio-colorful {
  left: -63%;
}

.poster-thumb.poster-close-up {
  left: -82%;
}

.poster-thumb.poster-flat-lay {
  left: -25%;
}

.poster-thumb.poster-livestream-2 {
  left: -63%;
}

.poster-thumb.poster-studio-mixed-2 {
  left: -55%;
}

.poster-thumb.poster-vlog {
  left: -38%;
}

.poster-thumb.poster-vertical {
  left: -64%;
}

.poster-thumb.poster-podcast-2 {
  left: -38%;
}

.poster-thumb.poster-cooking {
  left: -64%;
}

.poster-thumb.poster-keynote {
  left: -108%;
}

.poster-thumb.poster-filming-daylight {
  left: -64%;
}

.poster-thumb.poster-filming-lowlight {
  left: -60%;
}

.poster-thumb.poster-slow-motion {
  left: -44%;
}

.poster-thumb.poster-time-lapse {
  left: -15%;
}

.poster-thumb.poster-action {
  left: -70%;
}

.poster-thumb.poster-action-2 {
  left: -61%;
}

.poster-thumb.poster-landscapes {
  left: -15%;
}

.poster-thumb.poster-nature {
  left: -60%;
}

.poster-thumb.poster-pets {
  left: auto;
  right: -41%;
}

.poster-thumb.poster-wildlife {
  left: -63%;
}

.poster-thumb.poster-real-estate-int {
  left: -45%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.hero-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
}

.hero-video.hide {
  display: none;
}

.form-select-lens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c4b6b3;
}

.print-settings-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.html-intro-settings {
  display: none;
}

.content-h6 {
  display: block;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 8px;
  padding-left: 8px;
  font-family: 'Krona One', sans-serif;
  color: #161818;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.list-h4 {
  border-bottom: 1px solid #d5d0c8;
  background-color: rgba(233, 227, 220, 0.85);
  font-family: Rubik, sans-serif;
  color: #2a2a29;
  font-size: 13px;
  line-height: 3em;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intro-settings-h4-link {
  display: inline-block;
  padding-right: 16px;
  padding-left: 16px;
  color: #2a2a29;
  line-height: 1.6em;
  text-decoration: none;
}

.intro-settings-h4-link:hover {
  color: #c44536;
}

.content-accordion-block {
  padding-top: 10px;
}

.content-accordion {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.content-accordion-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  padding: 0px 0px 0px 22px;
  text-decoration: none;
}

.content-accordian-heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Work Sans', sans-serif;
  color: #2a2a29;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}

.accordian-heading-bold {
  display: inline-block;
  background-image: url('../images/line-wavy-yellow.svg');
  background-position: 50% 100%;
  background-size: auto 4px;
  background-repeat: repeat-x;
  color: #3a4f43;
  line-height: 26px;
  font-weight: 700;
}

.accordian-heading-bold:hover {
  border-bottom-color: #c44536;
  color: #c44536;
}

.content-accordion-text-block {
  position: static;
  display: block;
  width: 100%;
  padding: 0px 0px 25px;
  background-color: transparent;
}

.accordion-title-number {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50px;
  background-color: #39312e;
  background-image: url('../images/bullet-play-light.svg');
  background-position: 60% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: 'Krona One', sans-serif;
  color: #e5e5e5;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.content-accordion-text-indent {
  margin-left: 34px;
  padding-top: 18px;
  padding-left: 14px;
  border-left: 2px solid rgba(0, 0, 0, 0.2);
}

.sidebar-button-top {
  width: 100%;
  height: 1px;
  border-top: 1px dashed #c2bbb3;
}

.footer-block {
  background-color: rgba(0, 0, 0, 0.06);
}

.content-bq {
  margin-bottom: 20px;
  padding-top: 12px;
  border-right: 3px solid rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-left-style: none;
  border-radius: 7px;
  background-color: rgba(254, 251, 246, 0.45);
  font-family: 'Courier Prime', sans-serif;
  color: #211f1d;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: -0.3px;
}

.content-ul {
  margin-top: 20px;
  padding-right: 8px;
  padding-left: 60px;
  font-family: 'Work Sans', sans-serif;
  color: #39312d;
}

.content-list-item {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.6em;
}

.content-ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 60px;
  font-family: 'Work Sans', sans-serif;
  color: #39312d;
}

.content-bq-link {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  border-bottom: 1.5px dotted #b8b8b4;
  color: #3a4f43;
  line-height: 0.8em;
  text-decoration: none;
}

.content-p-link {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  border-bottom: 1.5px solid #d8c655;
  color: #3a4f43;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.content-p-link:hover {
  border-bottom-color: #c44536;
  color: #c44536;
}

.intro-snippet-link {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
  border-bottom: 1.5px dotted #b8b8b4;
  color: #3a4f43;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.student-info {
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d4ccc8;
  background-color: rgba(189, 181, 171, 0.15);
  font-family: 'Lexend Peta', sans-serif;
  color: rgba(57, 49, 46, 0.7);
  font-size: 0.5rem;
  line-height: 2em;
  font-weight: 400;
  text-transform: uppercase;
}

.student-email {
  padding-left: 2px;
  font-weight: 700;
}

.no-access-message {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-access-message-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.access-form-field {
  margin-right: 20px;
  border-radius: 6px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access-form-submit {
  height: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #3a4f43;
  font-family: 'Work Sans', sans-serif;
  color: #f5eee5;
  font-size: 0.9rem;
  font-weight: 600;
}

.new-course-link {
  display: none;
}

.success-message {
  border: 1px solid #d5d0c8;
  border-radius: 6px;
  background-color: rgba(189, 181, 171, 0.13);
  font-family: 'Courier Prime', sans-serif;
  color: #211f1d;
}

.error-message {
  border: 1px solid #d5d0c8;
  border-radius: 5px;
  background-color: rgba(189, 181, 171, 0.13);
  font-family: 'Courier Prime', sans-serif;
  color: #211f1d;
}

.intro-settings-data-link {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #d8c655;
  border-radius: 4px;
  background-color: rgba(250, 235, 142, 0.15);
  color: #3a4f43;
  line-height: 1.2rem;
  text-decoration: none;
}

.intro-settings-data-link:hover {
  border-color: #a53528;
  background-color: #c44536;
  color: #faf4ed;
}

.lens-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-text-logo {
  font-family: 'Lexend Peta', sans-serif;
  color: #39312e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.05rem;
  text-decoration: none;
  text-transform: uppercase;
}

.header-text-logo.access {
  display: none;
}

.overlay-header-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-header-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #131311;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  font-family: Rubik, sans-serif;
  color: #d9d1c8;
  font-size: 13px;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-decoration: none;
  text-transform: uppercase;
}

.overlay-header-link:hover {
  border-color: #d9d1c8;
  background-color: rgba(0, 0, 0, 0.34);
  color: #f3f0eb;
}

.sidebar-nav-menu-button-block {
  width: 42px;
  height: 42px;
}

.poster-unlock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
  display: none;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.poster-unlock-link {
  padding-right: 17px;
  padding-left: 17px;
  border: 2px solid #d9d1c8;
  border-radius: 5px;
  font-family: Rubik, sans-serif;
  color: #d9d1c8;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.overlay-header-title {
  display: none;
  font-family: 'Lexend Peta', sans-serif;
  color: #d9d1c8;
  font-size: 13px;
  line-height: 1rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}

.overlay-header-cta-link {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  background-color: #efdc6b;
  font-family: Rubik, sans-serif;
  color: #2a2a29;
  font-size: 13px;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-decoration: none;
  text-transform: uppercase;
}

.overlay-header-cta-link:hover {
  background-color: #fff;
}

.header-title-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #39312e;
  text-decoration: none;
}

.header-title {
  font-family: 'Lexend Peta', sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 800;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}

.overlay-header-title-link-block {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e7e1db;
  text-decoration: none;
}

.poster-sample {
  position: absolute;
  left: 4%;
  top: 3%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: #efdc6b;
  font-family: 'Lexend Peta', sans-serif;
  color: #2a2a29;
  font-size: 10px;
  line-height: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}

.poster-lock {
  position: absolute;
  left: 3%;
  top: 3%;
  right: auto;
  bottom: auto;
  display: none;
  width: 24px;
  height: 24px;
  background-image: url('../images/lock.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.overlay-header-nav-menu-button {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .login-text-field {
    height: 40px;
    border-radius: 5px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 40px;
  }

  .login-submit-button {
    height: 40px;
    margin-top: 10px;
    padding: 0px;
    border-radius: 5px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 40px;
  }

  .intro-h1 {
    margin-top: 20px;
    font-size: 35px;
  }

  .content-h2 {
    font-size: 35px;
  }

  .content-p {
    font-size: 16px;
  }

  .hero-sketch {
    left: -10px;
    top: -8px;
    width: 50px;
  }

  .list-block {
    margin-bottom: 20px;
  }

  .list-h2 {
    padding-top: 0px;
  }

  .content-h3 {
    font-size: 22px;
  }

  .nav-overlay {
    padding-right: 0px;
  }

  .nav-overlay-links {
    height: 88vh;
    max-width: 710px;
    margin-top: 12vh;
    padding-bottom: 7vh;
    padding-left: 20px;
  }

  .nav-overlay-link {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-overlay-link-title {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .step-content {
    margin-bottom: 25px;
    padding-bottom: 30px;
    background-size: 75%;
  }

  .content-rich-text-block h4 {
    margin-top: 50px;
  }

  .content-divider-block {
    height: 80px;
  }

  .content-divider {
    width: 70%;
  }

  .content {
    background-size: 75%;
  }

  .poster-text {
    font-size: 18px;
  }

  .content-h4 {
    margin-top: 50px;
    font-size: 16px;
  }

  .content-overlay {
    padding-right: 20px;
    padding-bottom: 1vh;
    padding-left: 20px;
  }

  .content-h6 {
    font-size: 13px;
  }

  .content-accordion-text-block {
    padding-bottom: 20px;
  }

  .content-ul {
    margin-top: 10px;
  }

  .content-list-item {
    font-size: 16px;
  }

  .content-ol {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .intro-h1 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .content-h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 32px;
  }

  .content-p {
    font-size: 15px;
  }

  .intro-snippet {
    font-size: 14px;
  }

  .hero-sketch {
    left: -7px;
    top: -7px;
    width: 40px;
    height: 44px;
  }

  .list-block {
    margin-top: 20px;
    padding: 30px 30px 15px;
  }

  .settings-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .list-h3 {
    line-height: 35px;
  }

  .list-data {
    line-height: 35px;
  }

  .list-h2 {
    margin-top: 0px;
    font-size: 17px;
    line-height: 40px;
  }

  .content-h3 {
    font-size: 20px;
  }

  .list-button {
    margin-top: 10px;
    font-size: 12px;
  }

  .content-table-grid {
    border-radius: 12px;
  }

  .content-table-block {
    overflow: auto;
    box-shadow: inset -10px 0 6px -5px rgba(0, 0, 0, 0.2);
  }

  .content-table-heading {
    font-size: 14px;
  }

  .content-table-cell {
    font-size: 15px;
  }

  .header-logo {
    width: 30px;
    height: 24px;
  }

  .sidebar-page-menu {
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar-nav {
    padding-top: 9px;
    padding-bottom: 40px;
  }

  .lens-select {
    background-size: 12px;
  }

  .nav-overlay-links {
    height: 90vh;
    margin-top: 10vh;
    padding-bottom: 18vh;
    padding-left: 20px;
  }

  .nav-overlay-link {
    font-size: 13px;
    line-height: 20px;
  }

  .nav-overlay-link-title {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .header {
    height: 60px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .steps-sidebar {
    max-width: 44px;
  }

  .content-area {
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-rich-text-block h3 {
    margin-top: 10px;
    font-size: 31px;
  }

  .content-rich-text-block p {
    font-size: 15px;
  }

  .content-rich-text-block h2 {
    font-size: 28px;
  }

  .content-rich-text-block h4 {
    margin-top: 45px;
    font-size: 17px;
  }

  .content-rich-text-block blockquote {
    margin-bottom: 15px;
    padding: 12px 15px 10px;
    font-size: 14px;
  }

  .content-rich-text-block ul {
    padding-left: 50px;
  }

  .content-rich-text-block ol {
    padding-left: 50px;
  }

  .content-rich-text-block h5 {
    font-size: 12px;
  }

  .content-rich-text-block h6 {
    margin-top: 11px;
    font-size: 16px;
  }

  .content-rich-text-block strong {
    padding-right: 4px;
    padding-left: 4px;
    line-height: 1.2em;
  }

  .content-rich-text-block em {
    padding-right: 4px;
    padding-left: 4px;
    line-height: 1.2em;
  }

  .content-rich-text-block li {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .content-rich-text-block h1 {
    font-size: 32px;
  }

  .content-divider-block {
    height: 60px;
  }

  .content-divider {
    width: 75%;
  }

  .header-nav-menu-button {
    margin-right: 10px;
  }

  .header-logo-light {
    width: 30px;
    height: 24px;
  }

  .steps {
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .poster-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-h4 {
    margin-top: 35px;
    font-size: 14px;
  }

  .header-overlay {
    height: 60px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .content-overlay {
    padding-right: 15px;
    padding-bottom: 1vh;
    padding-left: 15px;
  }

  .intro-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-block {
    padding-right: 18px;
    padding-left: 18px;
  }

  .steps-block {
    padding-right: 12px;
    padding-left: 12px;
  }

  .poster-thumb.poster-studio-natural {
    left: -136px;
  }

  .poster-thumb.poster-studio-dark {
    left: -129px;
  }

  .poster-thumb.poster-green-screen {
    left: -129px;
  }

  .poster-thumb.poster-studio-seamless {
    left: -129px;
  }

  .poster-thumb.poster-studio-bright {
    left: -150px;
  }

  .poster-thumb.poster-studio-colorful {
    left: -129px;
  }

  .poster-thumb.poster-close-up {
    left: -201px;
  }

  .poster-thumb.poster-flat-lay {
    left: -201px;
  }

  .poster-thumb.poster-livestream-2 {
    left: -129px;
  }

  .poster-thumb.poster-studio-mixed-2 {
    left: -129px;
  }

  .poster-thumb.poster-vlog {
    left: -38%;
  }

  .poster-thumb.poster-vertical {
    left: -38%;
  }

  .poster-thumb.poster-podcast-2 {
    left: -97px;
  }

  .poster-thumb.poster-cooking {
    left: -129px;
  }

  .poster-thumb.poster-keynote {
    left: auto;
    right: 0px;
  }

  .poster-thumb.poster-filming-daylight {
    left: -129px;
  }

  .poster-thumb.poster-filming-lowlight {
    left: -127px;
  }

  .poster-thumb.poster-slow-motion {
    left: -78px;
  }

  .poster-thumb.poster-time-lapse {
    left: -40px;
  }

  .poster-thumb.poster-action {
    left: -135px;
  }

  .poster-thumb.poster-action-2 {
    left: -135px;
  }

  .poster-thumb.poster-landscapes {
    left: -46px;
  }

  .poster-thumb.poster-nature {
    left: -131px;
  }

  .poster-thumb.poster-pets {
    right: -34%;
  }

  .poster-thumb.poster-wildlife {
    left: -151px;
  }

  .content-h6 {
    margin-top: 11px;
    font-size: 16px;
  }

  .list-h4 {
    line-height: 2.8em;
  }

  .content-accordion-block {
    padding-top: 6px;
  }

  .content-accordion-title-block {
    height: 20px;
    padding-left: 16px;
  }

  .content-accordian-heading {
    font-size: 16px;
  }

  .accordian-heading-bold {
    background-size: auto 3px;
    line-height: 20px;
  }

  .content-accordion-text-block {
    padding-bottom: 15px;
  }

  .accordion-title-number {
    width: 20px;
    height: 20px;
    background-position: 55% 45%;
    background-size: 7px;
    font-size: 12px;
    line-height: 20px;
  }

  .content-accordion-text-indent {
    margin-left: 25px;
    padding-top: 14px;
    padding-left: 10px;
  }

  .content-ul {
    padding-left: 50px;
  }

  .content-list-item {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .content-ol {
    padding-left: 50px;
  }

  .lens-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .overlay-header-link {
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
  }

  .overlay-header-cta-link {
    font-size: 12px;
  }

  .overlay-header-nav-menu-button {
    z-index: 50;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .intro-h1 {
    margin-right: 6px;
    margin-bottom: 20px;
    margin-left: 6px;
    font-size: 26px;
    letter-spacing: -0.04rem;
  }

  .content-h2 {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 26px;
    letter-spacing: -0.02em;
  }

  .content-p {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }

  .intro-snippet {
    padding: 10px 15px;
  }

  .hero-sketch {
    width: 36px;
    height: 40px;
  }

  .list-block {
    padding: 12px;
  }

  .settings-grid {
    -ms-grid-columns: 0.47fr 0.53fr;
    grid-template-columns: 0.47fr 0.53fr;
  }

  .list-h3 {
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 0.02rem;
  }

  .list-data {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    font-size: 11px;
    line-height: 22px;
  }

  .list-h2 {
    margin-top: 0px;
    padding: 8px 20px 6px;
    font-size: 15px;
    line-height: 24px;
  }

  .content-h3 {
    margin-top: 25px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 19px;
    line-height: 1.6;
  }

  .content-table-cell {
    font-size: 15px;
  }

  .header-logo {
    margin-right: 6px;
    margin-left: 6px;
  }

  .sidebar-page-menu {
    border-width: 0.05rem;
  }

  .sidebar-nav {
    padding-bottom: 40px;
  }

  .sidebar-back-button-bg {
    border-width: 0.05rem;
  }

  .lens-select {
    height: 22px;
    padding-right: 20px;
    font-size: 11px;
  }

  .nav-overlay-links {
    height: 88vh;
    margin-top: 12vh;
    padding-bottom: 20vh;
    padding-left: 20px;
  }

  .nav-overlay-link {
    font-size: 13px;
    line-height: 20px;
  }

  .nav-overlay-link-title {
    font-size: 20px;
    line-height: 1.5em;
  }

  .header {
    padding-right: 6px;
    padding-left: 6px;
  }

  .content-area {
    padding-right: 6px;
    padding-left: 6px;
  }

  .step-content {
    margin-bottom: 15px;
    padding-bottom: 25px;
    background-image: url('../images/divider-slant-sm.svg');
  }

  .content-rich-text-block h3 {
    margin-top: 10px;
    padding-right: 6px;
    padding-left: 6px;
    background-position: 0% 100%;
    font-size: 29px;
  }

  .content-rich-text-block p {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }

  .content-rich-text-block h2 {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 26px;
  }

  .content-rich-text-block h4 {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }

  .content-rich-text-block figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-rich-text-block blockquote {
    font-size: 14px;
  }

  .content-rich-text-block ul {
    padding-right: 6px;
    padding-left: 40px;
  }

  .content-rich-text-block ol {
    padding-right: 6px;
    padding-left: 40px;
  }

  .content-rich-text-block h5 {
    margin-top: 20px;
  }

  .content-rich-text-block h6 {
    margin-top: 12px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }

  .content-rich-text-block strong {
    line-height: 1.1em;
  }

  .content-rich-text-block em {
    line-height: 1.1em;
  }

  .content-rich-text-block li {
    font-size: 14px;
  }

  .content-rich-text-block h1 {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 28px;
  }

  .content-divider {
    width: 80%;
  }

  .header-nav-menu-button {
    margin-right: 2px;
  }

  .header-logo-light {
    right: 10px;
    margin-right: 6px;
    margin-left: 6px;
  }

  .steps {
    padding-right: 6px;
    padding-left: 6px;
  }

  .content {
    background-image: url('../images/divider-slant-sm.svg');
  }

  .poster {
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  }

  .poster-text {
    bottom: 4%;
    font-size: 17px;
    line-height: 1.3em;
    letter-spacing: -0.04em;
  }

  .poster-logo {
    width: 32px;
    height: 32px;
    background-size: 18px;
  }

  .poster-link {
    height: 300px;
    background-position: 45% 50%;
  }

  .poster-link.poster-real-estate-ext {
    background-position: 35% 50%;
  }

  .poster-link.poster-action {
    background-position: 50% 50%;
  }

  .poster-link.poster-close-up {
    background-position: 60% 50%;
  }

  .poster-link.poster-landscapes {
    background-position: 10% 50%;
  }

  .content-h5 {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 17px;
  }

  .content-h4 {
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }

  .header-overlay {
    padding-right: 6px;
    padding-left: 6px;
  }

  .content-overlay {
    padding-bottom: 1vh;
  }

  .intro-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-block {
    padding-right: 6px;
    padding-left: 6px;
  }

  .steps-block {
    padding-right: 6px;
    padding-left: 6px;
  }

  .poster-thumb {
    width: 533px;
    height: 300px;
  }

  .poster-thumb.poster-real-estate-ext {
    left: -131px;
  }

  .poster-thumb.poster-studio-natural {
    left: -180px;
  }

  .poster-thumb.poster-studio-dark {
    left: -180px;
  }

  .poster-thumb.poster-green-screen {
    left: -180px;
  }

  .poster-thumb.poster-studio-seamless {
    left: -180px;
  }

  .poster-thumb.poster-studio-bright {
    left: -182px;
  }

  .poster-thumb.poster-studio-colorful {
    left: -180px;
  }

  .poster-thumb.poster-close-up {
    left: -241px;
  }

  .poster-thumb.poster-flat-lay {
    left: -43%;
  }

  .poster-thumb.poster-livestream-2 {
    left: -180px;
  }

  .poster-thumb.poster-studio-mixed-2 {
    left: -175px;
  }

  .poster-thumb.poster-vlog {
    left: -120px;
  }

  .poster-thumb.poster-vertical {
    left: -180px;
  }

  .poster-thumb.poster-podcast-2 {
    left: -109px;
  }

  .poster-thumb.poster-cooking {
    left: -180px;
  }

  .poster-thumb.poster-keynote {
    left: auto;
    right: -67px;
  }

  .poster-thumb.poster-filming-daylight {
    left: -180px;
  }

  .poster-thumb.poster-filming-lowlight {
    left: -180px;
  }

  .poster-thumb.poster-slow-motion {
    left: -130px;
  }

  .poster-thumb.poster-time-lapse {
    left: -40px;
  }

  .poster-thumb.poster-action {
    left: -205px;
  }

  .poster-thumb.poster-action-2 {
    left: -151px;
  }

  .poster-thumb.poster-landscapes {
    left: -86px;
  }

  .poster-thumb.poster-nature {
    left: -201px;
  }

  .poster-thumb.poster-pets {
    right: -140px;
  }

  .poster-thumb.poster-wildlife {
    left: -184px;
  }

  .poster-thumb.poster-real-estate-int {
    left: -154px;
  }

  .form-select-lens {
    padding-left: 7px;
  }

  .content-h6 {
    margin-top: 12px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 14px;
  }

  .list-h4 {
    font-size: 12px;
  }

  .content-accordion-block {
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 8px;
  }

  .content-accordion {
    margin-bottom: 15px;
  }

  .content-accordion-title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .content-accordian-heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 15px;
    letter-spacing: -0.02em;
    white-space: normal;
  }

  .content-accordion-text-block {
    padding-bottom: 10px;
  }

  .accordion-title-number {
    min-width: 20px;
    margin-right: 6px;
    background-position: 55% 48%;
  }

  .content-accordion-text-indent {
    margin-left: 9px;
    padding-left: 9px;
  }

  .content-ul {
    padding-right: 6px;
    padding-left: 40px;
  }

  .content-list-item {
    font-size: 14px;
  }

  .content-ol {
    padding-right: 6px;
    padding-left: 40px;
  }

  .student-info {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2vw;
  }

  .no-access-message-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .access-form-field {
    margin-right: 10px;
    font-size: 0.8rem;
  }

  .access-form-submit {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.8rem;
  }

  .intro-settings-data-link {
    line-height: 1.1rem;
  }

  .lens-grid {
    -ms-grid-columns: 0.4fr 0.6fr;
    grid-template-columns: 0.4fr 0.6fr;
  }

  .header-text-logo {
    font-size: 12px;
  }

  .overlay-header-link {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
    line-height: 1.4rem;
    letter-spacing: 0rem;
  }

  .overlay-header-title {
    font-size: 12px;
  }

  .overlay-header-cta-link {
    font-size: 11px;
    line-height: 1.4rem;
    letter-spacing: 0rem;
  }

  .header-title {
    font-size: 3.5vw;
  }

  .poster-sample {
    top: 2%;
    font-size: 10px;
  }

  .overlay-header-nav-menu-button {
    margin-right: 2px;
  }
}

#w-node-_7950dbcb-8022-944f-f957-af503c87497c-57a3cc52 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-66a3cc56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-ada3cc57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-99a3cc58 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-bfa3cc59 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-eaa3cc5c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-fda3cc5e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-f7a3cc5f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-cfa3cc60 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-5fa3cc61 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3adc6dbd-0ed3-7395-20d4-a305a18e868a-a1a3cc62 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3adc6dbd-0ed3-7395-20d4-a305a18e868e-a1a3cc62 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-89a3cc67 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-e9a3cc68 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-4ca3cc69 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-f7a3cc6b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-91a3cc6e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-4fa3cc76 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-d5a3cc77 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-02a3cc7a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-22a3cce7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-afa3cd3c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-79a3cd76 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-a1a3cd7f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-57a3cd80 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-02a3cd81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-28a3cd82 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-a1a3cd83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-c7a3cd84 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-82a3cd86 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-e3a3cd8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-7ba3cd8e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-1da3cd8f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1568f325-643a-f7fe-d363-1f2fd4ee4950-4da3cd90 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Springsnote';
  src: url('../fonts/springsnote.woff2') format('woff2'), url('../fonts/springsnote.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}