.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Circular, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Circular, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Circular, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circular, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circular, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Circular, sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Circular, sans-serif;
  line-height: 21px;
  font-weight: 400;
}

.lightbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  -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: #000;
}

.lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Circular, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.lightbox._2 {
  background-image: url('../images/2.jpg');
}

.lightbox._3 {
  background-image: url('../images/3.jpg');
}

.lightbox._4 {
  background-image: url('../images/4.jpg');
}

.lightbox._5 {
  background-image: url('../images/5.jpg');
}

.lightbox._6 {
  background-image: url('../images/6.jpg');
}

.lightbox._7 {
  background-image: url('../images/7.jpg');
}

.lightbox._8 {
  background-image: url('../images/8.jpg');
}

.lightbox._9 {
  background-image: url('../images/9.jpg');
}

.lightbox._10 {
  background-image: url('../images/10.jpg');
}

.lightbox._11 {
  background-image: url('../images/11.jpg');
}

.lightbox-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-wrapper {
  z-index: 99;
  overflow: hidden;
  width: 35vw;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  -webkit-transition: width 400ms ease, -webkit-transform 400ms ease;
  transition: width 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, width 400ms ease;
  transition: transform 400ms ease, width 400ms ease, -webkit-transform 400ms ease;
}

.sidebar-wrapper.collapsed {
  width: 5vw;
}

.sidebar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-right: 2vw;
  padding-left: 2vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sidebar.collapsed {
  display: none;
  opacity: 0;
}

.sidebar-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.sidebar-footer.view {
  display: none;
}

.team-check {
  width: 130px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/team_check.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.close-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 2vw;
  padding: 10px 45px 10px 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/close.svg');
  background-position: 100% 40%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #03c3d1;
  cursor: pointer;
}

.close-btn:hover {
  padding-right: 0px;
  background-position: 150% 40%;
}

.close-btn.view {
  margin-bottom: 3vw;
}

.footer-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-wrapper {
  width: 320px;
  min-width: 30vw;
  font-family: Circular, sans-serif;
}

.sst-logo {
  width: 120px;
  margin-bottom: 10px;
}

.top-margin {
  margin-top: 20px;
}

.footer {
  position: relative;
  z-index: 98;
  padding-right: 5vw;
  padding-left: 5vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #fff;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  min-width: 150px;
  padding-right: 42px;
  padding-left: 25px;
  -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: 50px;
  background-color: #00c3d1;
  background-image: url('../images/white_arrow.svg');
  background-position: 90% 50%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  box-shadow: 2px 20px 25px -15px rgba(0, 0, 0, 0.54);
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.button-2:hover {
  padding-right: 50px;
  background-color: #0195a0;
  background-position: 95% 50%;
}

.button-2.w--current {
  display: none;
}

.button-2.white {
  background-color: #fff;
  background-image: url('../images/black-arrow.svg');
  background-size: auto 12px;
  color: #000;
}

.link-block {
  margin-bottom: 0px;
}

.link-block.w--current {
  margin-bottom: 15px;
}

.social-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon:hover {
  opacity: 0.7;
}

.social-icon.lk {
  background-image: url('../images/icon-social-linkedin-white.svg');
  opacity: 0.7;
}

.social-icon.lk:hover {
  opacity: 1;
}

.social-icon.tw {
  background-image: url('../images/tw.svg');
}

.social-icon.tw.white {
  background-image: url('../images/social-icon-twitter-white.svg');
  opacity: 0.7;
}

.social-icon.tw.white:hover {
  opacity: 1;
}

.social-icon.md {
  background-image: url('../images/icon-social-medium-white.svg');
  opacity: 0.7;
}

.social-icon.md:hover {
  opacity: 1;
}

.social-icon.db {
  background-image: url('../images/icon-social-dribble-white.svg');
  background-size: contain;
  opacity: 0.7;
}

.social-icon.db:hover {
  opacity: 1;
}

.social-icon.ig {
  background-image: url('../images/IG.svg');
  background-size: cover;
}

.social-icon.ig.white {
  background-image: url('../images/social-icon-instagram-white.svg');
  background-size: contain;
  opacity: 0.7;
}

.social-icon.ig.white:hover {
  opacity: 1;
}

.team-check-white {
  width: 25vh;
  height: 10vh;
  margin-top: 15px;
  margin-bottom: 2vh;
  background-image: url('../images/team_check.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.check-logo {
  width: 120px;
}

.check-logo.auth {
  width: 3vw;
  height: 3vw;
  min-height: 40px;
  min-width: 40px;
  background-image: url('../images/CD_Logo_Icon_Black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-link {
  padding: 10px;
  font-family: Circular, sans-serif;
  color: rgba(46, 129, 216, 0.65);
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #2e81d8;
}

.footer-link.w--current {
  color: #00c3d1;
  font-weight: 700;
}

.footer-link.no-link:hover {
  color: rgba(46, 129, 216, 0.65);
}

.footer-link.no-link.social-pg:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.footer-link.social-pg {
  color: hsla(0, 0%, 100%, 0.5);
}

.centralize-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-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;
  text-align: center;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vh;
  padding-bottom: 4vh;
  -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-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.footer-bottom-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-mid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.document-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5vw 3vw;
  -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;
  border-bottom: 1px solid #fff;
  background-color: #000;
  color: #fff;
}

.a4-aspect-ratio {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-top: 70.72%;
}

.lightbox-a4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.scrollable {
  overflow: auto;
  padding-bottom: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.document-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.document-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

._50-opacity {
  opacity: 0.5;
}

.brand-logo {
  display: none;
  width: 35px;
  height: 35px;
  max-width: none;
}

.brand-logo.auth {
  width: 5vw;
  height: 5vw;
  min-height: 50px;
  min-width: 50px;
}

.document-details {
  width: 100%;
  margin-top: 3vw;
  margin-bottom: 1.5vw;
  padding-right: 3vw;
}

.document-comment-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 68px;
  min-height: 68px;
  margin-bottom: 2vw;
  padding: 0.8vw 1vw 1vw;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.26);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.document-comment-wrapper.expand {
  height: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.document-comment-wrapper.focus {
  border-color: #03c3d1;
}

.hide {
  display: none;
}

.comment-field {
  height: 45px;
  margin-bottom: 20px;
  border: 0px none #000;
  font-family: Circular, sans-serif;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.comment-field::-webkit-input-placeholder {
  font-family: Circular, sans-serif;
  color: rgba(0, 0, 0, 0.31);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.comment-field:-ms-input-placeholder {
  font-family: Circular, sans-serif;
  color: rgba(0, 0, 0, 0.31);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.comment-field::-ms-input-placeholder {
  font-family: Circular, sans-serif;
  color: rgba(0, 0, 0, 0.31);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.comment-field::placeholder {
  font-family: Circular, sans-serif;
  color: rgba(0, 0, 0, 0.31);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.comment-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.avatar {
  width: 30px;
  height: 30px;
  margin-right: 1vw;
  border-radius: 50%;
  background-color: #585858;
}

.comment-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.25vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-btn {
  padding: 10px 20px;
  background-color: #000;
  font-family: Circular, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.cancel-btn {
  margin-right: 10px;
  padding: 10px 5px;
  border-bottom: 1.5px solid #bbb;
  font-family: Circular, sans-serif;
  color: #acacac;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.teal-text {
  color: #03c3d1;
}

.expand-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 5vw;
  height: 100%;
  padding-top: 12px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.expand-wrapper.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.expand-btn {
  width: 100%;
  height: 50px;
  background-color: #fff;
  background-image: url('../images/expand.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sidebar-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.view-comments {
  margin-top: 10px;
  padding: 15px 20px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Circular, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.view-comments:hover {
  background-color: #03c3d1;
}

.comment-btn {
  overflow: hidden;
  min-width: 140px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/comment.svg');
  background-position: 100% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0.5;
  font-family: Circular, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.posted-comments {
  overflow: auto;
  width: 100%;
  max-height: 63%;
  padding-bottom: 2vw;
}

.back-btn {
  padding: 10px 20px;
  background-image: url('../images/back.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Circular, sans-serif;
  color: #03c3d1;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  cursor: pointer;
}

.comment {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 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;
  background-image: url('../images/bullet.svg');
  background-position: 0% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: color 400ms ease-in-out, height 500ms ease-in-out, padding 500ms ease-in-out, min-height 500ms ease-in-out, opacity 100ms ease-in-out;
  transition: color 400ms ease-in-out, height 500ms ease-in-out, padding 500ms ease-in-out, min-height 500ms ease-in-out, opacity 100ms ease-in-out;
  font-family: Circular, sans-serif;
  cursor: default;
}

.comment.resolved {
  min-height: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
}

.comment.resolved.show {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/resolved-bullett.svg');
  background-position: 0% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1vw;
  -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;
}

.show-resolved {
  overflow: hidden;
  min-width: 190px;
  padding: 10px 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/view.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  font-family: Circular, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.show-resolved:hover {
  opacity: 1;
  color: #000;
}

.show-resolved.active {
  background-image: url('../images/hide.svg');
}

.resolve-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-left: 20px;
  padding: 10px 20px;
  -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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #03c3d1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #fff;
  cursor: pointer;
}

.resolve-btn.active {
  background-color: #000;
}

.resolve-btn-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(76deg, hsla(0, 0%, 100%, 0), #fff 64%);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.resolved {
  overflow: hidden;
  height: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.show {
  height: auto;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.comment-header {
  margin-bottom: 20px;
}

.comment-success {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: #03c3d1;
  opacity: 0;
  color: #fff;
}

.view-btn {
  text-decoration: underline;
  cursor: pointer;
}

.white-body {
  -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: #fff;
}

.sign-in-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 2vw 5vw 5vw;
  -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;
}

.auth-form-block {
  width: 30vw;
  min-width: 300px;
  margin-top: 3vw;
  margin-bottom: 0px;
  padding: 2vw;
  border-style: solid;
  border-width: 1px;
  border-color: #03c3d1;
}

.form-field {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-field:hover {
  border-color: #03c3d1;
}

.form-field:focus {
  border-color: #000;
}

.form-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 20px;
}

.form-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 20px;
}

.form-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 20px;
}

.form-field::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 20px;
}

.form-field.checkbox {
  margin-top: 0px;
  padding: 0px;
  border-style: none;
  font-size: 14px;
  line-height: 14px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2vw;
  -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;
}

.button {
  padding: 10px 20px;
  background-color: #03c3d1;
  font-family: Circular, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.button.white {
  background-color: #fff;
  color: #000;
}

.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;
}

.author {
  position: absolute;
  left: 20px;
  top: auto;
  right: 0%;
  bottom: 5%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
}

.comment-info {
  display: none;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Circular, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.error-message {
  margin-top: 25px;
  padding: 15px 40px;
  background-color: #ec4c4c;
  opacity: 0;
  font-family: Circular, sans-serif;
  color: #fff;
  text-align: center;
}

.error-message.prompt {
  opacity: 1;
}

.checkbox {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
}

.download-wrapper {
  padding: 2vw 5vw;
  border-top: 1px solid #fff;
}

.dowmload-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Circular, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

.dummy-slider {
  display: none;
}

.bg-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  -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: #000;
}

.video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
}

.video.audio {
  display: block;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.bg-video.audio {
  display: none;
}

.video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5vw;
  padding-right: 0.5vw;
  padding-left: 0.5vw;
  -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: #000;
}

.unmute-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/mute.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.unmute-button.mute {
  background-image: url('../images/unmute.svg');
}

.lightbox-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-image: url('../images/1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Circular, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.lightbox-2._8 {
  background-image: url('../images/8_1.jpg');
}

.lightbox-2._15 {
  background-image: url('../images/15.jpg');
}

.lightbox-2._14 {
  background-image: url('../images/14.jpg');
}

.lightbox-2._3 {
  background-image: url('../images/3_1.jpg');
}

.lightbox-2._4 {
  background-image: url('../images/4_1.jpg');
}

.lightbox-2._10 {
  background-image: url('../images/10_1.jpg');
}

.lightbox-2._9 {
  background-image: url('../images/9_1.jpg');
}

.lightbox-2._11 {
  background-image: url('../images/11_1.jpg');
}

.lightbox-2._2 {
  background-image: url('../images/2_1.jpg');
}

.lightbox-2._7 {
  background-image: url('../images/7_1.jpg');
}

.button-3 {
  padding: 10px 20px;
  background-color: #03c3d1;
  font-family: Circular, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.button-3.white {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 991px) {
  .sidebar-wrapper {
    width: 45vw;
  }

  .sidebar-wrapper.collapsed {
    width: 7vw;
  }

  .sidebar {
    padding-top: 5vw;
  }

  .sidebar-footer.view {
    display: none;
  }

  .footer {
    background-image: none;
  }

  .document-header {
    height: 12%;
  }

  .scrollable {
    height: 88%;
  }

  .document-pages {
    width: 55vw;
  }

  .document-comment-wrapper {
    height: 62px;
    min-height: 62px;
    margin-bottom: 3vw;
  }

  .document-comment-wrapper.expand {
    height: 115px;
  }

  .document-comment-wrapper.view {
    height: 61px;
    min-height: 61px;
  }

  .expand-wrapper {
    width: 7vw;
  }

  .auth-form-block {
    width: 45vw;
  }

  .download-wrapper {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .video {
    display: none;
  }

  .video.audio {
    display: none;
  }

  .bg-video {
    display: block;
  }

  .bg-video.audio {
    display: block;
  }

  .unmute-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lightbox-container {
    padding: 2vw 2vw 0px;
  }

  .sidebar-wrapper {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    min-height: 300px;
  }

  .sidebar-wrapper.collapsed {
    width: 100%;
    -webkit-transform: translate(0px, 88%);
    -ms-transform: translate(0px, 88%);
    transform: translate(0px, 88%);
  }

  .sidebar {
    height: 100%;
    padding: 0px 20px 15px;
  }

  .sidebar-footer {
    position: static;
    padding-bottom: 30px;
  }

  .close-btn {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    z-index: 3;
    margin-top: 0vw;
    padding-right: 25px;
    background-image: url('../images/close-mobile.svg');
    background-position: 100% 40%;
    background-size: 15px;
  }

  .close-btn:hover {
    padding-right: 25px;
    background-position: 100% 50%;
  }

  .close-btn.view {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
  }

  .footer-icon-wrapper {
    margin-top: 10px;
  }

  .social-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .team-check-white {
    width: 29vw;
    height: 60px;
  }

  .footer-link {
    padding-right: 40px;
    padding-left: 0px;
  }

  .footer-bottom {
    padding-top: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .document-header {
    height: 100px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .scrollable {
    overflow: visible;
  }

  .document-container {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .document-container.lockscroll {
    overflow: hidden;
  }

  .document-pages {
    width: 100%;
    padding-bottom: 100px;
  }

  .document-comment-wrapper {
    height: 59px;
    min-height: 0px;
    margin-bottom: 30px;
    padding: 5px 10px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .document-comment-wrapper.view {
    height: 59px;
    min-height: 59px;
  }

  .expand-wrapper {
    z-index: 2;
    width: 50px;
    padding-top: 10px;
  }

  .expand-btn {
    background-image: url('../images/expand-mobile.svg');
    background-size: 20px;
  }

  .comment-btn {
    min-width: 142px;
    padding-right: 15px;
    color: #000;
  }

  .posted-comments {
    overflow: visible;
    max-height: none;
  }

  .button-wrapper {
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .show-resolved {
    min-width: 190px;
    padding-right: 15px;
    opacity: 1;
    color: #000;
  }

  .comment-header {
    margin-bottom: 0px;
  }

  .auth-form-block {
    width: 70%;
    min-width: 0px;
    margin-top: 30px;
    padding: 20px;
  }

  .logo-wrapper {
    margin-bottom: 20px;
  }

  .comment-info {
    display: block;
    color: rgba(0, 0, 0, 0.5);
  }

  .download-wrapper {
    padding: 20px 50px;
  }

  .dowmload-block {
    padding: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .bg-video-container {
    padding: 2vw 2vw 0px;
  }

  .video-container {
    padding: 2vw 2vw 0px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 17px;
  }

  .lightbox-container {
    padding-top: 3vw;
    padding-bottom: 0px;
  }

  .sidebar-wrapper {
    height: 70vh;
  }

  .sidebar {
    height: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .sidebar-footer {
    padding-bottom: 10px;
  }

  .close-btn.view {
    margin-bottom: 0px;
  }

  .footer-logo-wrapper {
    width: auto;
    max-width: 320px;
    margin-bottom: 25px;
  }

  .footer {
    padding-bottom: 4vw;
  }

  .button-2 {
    width: 70%;
    max-width: 220px;
  }

  .social-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-left: 7px;
  }

  .team-check-white {
    width: 55vw;
    max-width: 200px;
    margin-bottom: 20px;
  }

  .footer-link {
    display: block;
    padding-right: 0px;
  }

  .footer-bottom {
    padding-top: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-bottom-right-block {
    margin-top: 10px;
    padding-top: 20px;
    -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;
    border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  }

  .footer-mid-flex {
    -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;
  }

  .scrollable {
    overflow: visible;
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .document-pages {
    padding-bottom: 90px;
  }

  .document-comment-wrapper {
    height: 56px;
    min-height: 0px;
  }

  .document-comment-wrapper.expand {
    height: 115px;
  }

  .document-comment-wrapper.view {
    height: 60px;
    min-height: 60px;
    margin-bottom: 10px;
  }

  .comment-field {
    font-size: 16px;
    line-height: 20px;
  }

  .comment-field::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .comment-field:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .comment-field::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .comment-field::placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .expand-wrapper {
    padding-top: 5px;
  }

  .expand-btn {
    background-size: 17px;
  }

  .sidebar-slider {
    overflow: hidden;
  }

  .comment-btn {
    margin-top: 5px;
  }

  .posted-comments {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .show-resolved {
    margin-top: 5px;
    opacity: 1;
  }

  .slide {
    overflow: auto;
  }

  .sign-in-wrapper {
    height: 85vh;
    padding-top: 0px;
    padding-bottom: 4vw;
  }

  .auth-form-block {
    width: 100%;
  }

  .lock {
    width: auto;
    height: auto;
  }

  .error-message {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 11px;
  }

  .download-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dowmload-block {
    font-size: 18px;
    line-height: 20px;
  }

  .bg-video-container {
    padding: 1vw 1vw 0px;
  }

  .video-container {
    padding: 1vw 1vw 0px;
  }
}

@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}