@charset "UTF-8";
/* CSS Document */
a {
	text-decoration: none !important;
}
body {
  background-color: #485057 !important;
}
.teq_top_bg {
  height: auto;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/Teq_startup_top_BG.jpg');
}
.startup-footer {
  background: #000000;
  height: 7vh;
  position: fixed;
  bottom: 0;
  width: 100%;
  border: 0 !important;
  margin: 0 !important;
}
.title_startup {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.5rem;
}
.subtitle_startup {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 0 !important;
	padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.phone {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #906af7;
}
.phone-spacer {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.otis-logo {
	width: 75% !important;
	height: auto !important;
	padding-bottom: 1.5rem !important;
}
.otis-character {
	width: 104px !important;
	height: auto !important;
}
.otis-spacer {
margin-top: 0rem !important;
}
.subtitle_l2_startup {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.cta_startup {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.body-startup {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.325;
  letter-spacing: .025em;
}
.intro {
  font-size: 1rem;
  line-height: 1.375rem;
  /*padding-left: 16rem;*/
}
.nav {
  --bs-nav-link-padding-x: 1rem !important;
  --bs-nav-link-padding-y: 0.5rem !important;
  --bs-nav-link-font-weight: 300 !important;
  --bs-nav-link-color: #ffffff !important;
  --bs-nav-link-hover-color: #ffffff !important;
  display: flex !important;
  flex-wrap: wrap !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
	font-size: 1rem !important;
}
.clock-sizer {
	width: 24px !important;
	height: 24px !important;
}
.green-button {
  color: #ffffff;
  background: #a9c682;
  border-radius: 15rem;
  padding: 6px 24px;
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
}
a:hover.green-button {
  color: #ffffff;
  background: #1DABA6;
  border-radius: 15rem;
  padding: 6px 24px;
  font-weight: 500;
  font-size: 1rem;
}
.row_padding {
  padding: 1.25rem 3rem;
}
.text-start {
  text-align: left !important
}
.text-end {
  text-align: right !important
}
.text-center {
  text-align: center !important
}
.text-decoration-none {
  text-decoration: none !important
}
.text-decoration-underline {
  text-decoration: underline !important
}
.text-decoration-line-through {
  text-decoration: line-through !important
}
.purple-text {
  color: #906af7;
}
.green-text {
  color: #a9c682;
  text-decoration: none;
}
a:hover.green-text {
  color: #1DABA6;
  text-decoration: none;
}
.think-svgs {
  width: auto;
  height: 3vh;
}
.text-white {
  color: rgb(255, 255, 255);
}

.white-border {
  border: 1px solid #FFFFFF;
}
.course-card-container {
  margin-top: 1rem;
  padding-right: 0;
  text-decoration: none !important;
}
.course-card-container > .card.course-card {
  border: none;
}
.course-card-container > .card.course-card > .card-header {
	background-color: rgb(169, 198, 130);
}
.card-text {
  font-size: 1rem !important;	 
  margin-bottom: 0 !important;
}
.card-header {
  padding: .5rem 1rem !important;
  margin-bottom: 0 !important;
  color: #ffffff !important;
  background-color: rgb(169, 198, 130) !important;
  border-bottom: 0 solid !important;
}
.card-footer {
  padding: .5rem .75rem !important;
  background-color: #906af7 !important;
  font-size: 1rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.card-footer a {
  color: #ffffff !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.nav-item.category-duration-details > svg {
  height: 27px;
  width: 27px;
}
.nav-item.category-duration-details > a {
  color: #FFFFFF;
}
.video-card {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #000 !important;
  background-clip: border-box;
  border: 0px !important;
  display: flex;
  border-radius: .25rem;
}
.card {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px !important;
  border-radius: .25rem;
  display: flex;
}
.course-card-container > .card.course-card > .card-body {
  padding: 1rem;
}
.card-body p {
  margin-bottom: .36rem;
}
.card-body p a {
  line-height: 1.2 !important;
  font-size: 1.5rem !important;
  color: #000000 !important;
}
.hidden {
  display: none;
}
.video-backdrop {
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper {
  background: #fff;
  width: 72vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .otis-container {
    height: 120px;
    width: 100%;
  }
	
.startup-footer {
  background: #000000;
  height: auto;
  position: relative;
  bottom: 0;
  width: 100%;
  border: 0 !important;
  margin: 0 !important;
}
}
@media (max-height: 720px) {
 .title_startup {
  font-size: 2.5rem;
    font-weight: 700;
	 line-height: 2.5rem;
	}
.subtitle_startup {
  font-size: 1.25rem;
    font-weight: 700;
    line-height: 1rem;
    margin-top: -20px !important;
	padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.phone {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #906af7;
}
.phone-spacer {
  padding-top: .125rem !important;
  padding-bottom: .125rem !important;
}
.otis-logo {
	width: 65% !important;
	height: auto !important;
	padding-bottom: 1rem !important;
}
.otis-spacer {
margin-top: 0rem !important;
}
	.otis-character {
	width: 60px !important;
	height: auto !important;
}
.subtitle_l2_startup {
  font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.cta_startup {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1rem;
}
.body-startup {
  font-size: 0.85rem;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: 0;
}
.intro {
  font-size: .9rem;
  line-height: 1.25rem;
  padding-left: 2rem;
}
.nav {
  --bs-nav-link-padding-x: .5rem !important;
  --bs-nav-link-padding-y: 0.25rem !important;
  --bs-nav-link-font-weight: 300 !important;
  --bs-nav-link-color: #ffffff !important;
  --bs-nav-link-hover-color: #ffffff !important;
  display: flex !important;
  flex-wrap: wrap !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
	font-size: .85rem !important;
}	
.clock-sizer {
	width: 16px !important;
	height: 16px !important;
}
.green-button {
  color: #ffffff;
  background: #a9c682;
  border-radius: 15rem;
  padding: 4px 12px;
  font-weight: 500;
  font-size: .85rem;
  white-space: nowrap;
}
a:hover.green-button {
  color: #ffffff;
  background: #1DABA6;
  border-radius: 15rem;
  padding: 4px 12px;
  font-weight: 500;
  font-size: .85rem;
}
.row_padding {
  padding: 1.25rem 3rem;
}
.card {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px !important;
  border-radius: .25rem;
  display: flex;
}
.course-card-container > .card.course-card > .card-body {
  padding: .625rem;
    line-height: 1.2rem !important;
}
.card-body p {
  margin-bottom: .36rem;
}
.card-body p a {
  line-height: 1.2rem !important;
    font-size: .95rem !important;
    color: #000000 !important;
    font-weight: 400 !important;
    letter-spacing: -.035em !important;
}
.card-text {
  font-size: .75rem !important;
    margin-bottom: 0 !important;
    line-height: 1rem !important;
}	
.card-header {
  padding: .25rem 1rem !important;
    margin-bottom: 0 !important;
    color: #ffffff !important;
    background-color: rgb(169, 198, 130) !important;
    border-bottom: 0 solid !important;
}	
.card-footer {
  padding: .25rem .5rem !important;
    background-color: #906af7 !important;
    font-size: .75rem !important;
    line-height: .85rem !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
.card-footer a {
  color: #ffffff !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}	
}