@import "../font-8-2024/stylesheet.css";
body {
  font-size: 20px;
}

* {
  font-family: "Signifier";
  font-weight: 300 !important;
  font-style: normal;
}

.intro h1 {
  font-size: 35px;
  line-height: 140%;
  color: #000000;
  font-weight: 275 !important;
}

.intro h2 {
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 40px;
}

.intro p, .pureText p {
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .intro p, .pureText p {
    font-size: 30px;
    line-height: 140%;
    padding-top: 6px;
    font-weight: 275 !important;
  }
}
.pureText {
  padding-bottom: 90px;
}

.pureText p {
  margin-top: 30px;
}

.pureText p:first-child {
  margin-top: 0px;
}

.infoText p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 50px;
}

.infoText p.infoheadtext {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #C4C4C4;
  margin-bottom: 5px;
}

@media (min-width: 760px) {
  .intro h2 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .intro + .new-article.bigone {
    margin-top: 80px;
  }

  #circlecursor {
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: black;
    z-index: 999999;
    position: fixed;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, background-color 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, background-color 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, background-color 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, background-color 0.5s ease-in-out;
  }

  #circlecursor.bigone {
    width: 35px;
    height: 35px;
    background-color: #06009F;
    mix-blend-mode: color-burn;
  }
}
@media (max-width: 767px) {
  .intro h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .intro h2 {
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 40px;
  }

  .intro h2.gray-text {
    display: none;
  }

  .intro p, .pureText p {
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 30px;
  }
}
.image-overlay-line, .image-overlay-text {
  opacity: 0 !important;
}

.gray-text {
  color: #C4C4C4 !important;
}

#b-part {
  padding-top: 120px;
}

.navbar-brand {
  margin-right: 0px;
}

.navbar-toggler {
  font-size: 20px;
}

.navbar-brand h1 {
  font-size: 16px;
  color: black;
  margin-right: 0px;
  font-style: italic;
  font-weight: 300 !important;
}
.navbar-brand h1 span {
  color: #FF3D00 !important;
  font-weight: bold !important;
  font-style: normal !important;
}

.brand-name {
  font-size: 16px;
  color: #C4C4C4;
  padding-left: 15px;
  padding-right: 1px;
  margin-left: auto;
  display: inline-block;
  font-style: italic;
  font-weight: 300;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 40px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 20px 20px;
  font-weight: 300 !important;
  font-style: italic;
}

.nav-link {
  font-size: 16px !important;
  color: black !important;
  font-style: italic;
  font-weight: 300;
}

.bg-light {
  background-color: white !important;
}

.new-article img {
  width: 100%;
  margin-bottom: 20px;
}

.new-article video {
  margin-bottom: 20px;
}

.new-article a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .new-article.havabigtext {
    padding-top: 146px;
    margin-bottom: 250px;
  }

  .navbar-expand-lg .navbar-nav .nav-link.active {
    position: relative;
  }

  .navbar-expand-lg .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    width: calc(100% - 39px);
    height: 2px;
    background-color: #FF3D00;
    left: 0px;
    bottom: -8px;
  }
}
.new-article.havabigtext h2 {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 50px;
  line-height: 116%;
}

.new-article h3 {
  font-size: 20px;
  font-weight: 300;
  color: black;
  margin-bottom: 20px;
}

.new-article h4 {
  font-size: 20px;
  color: #C4C4C4;
  margin-bottom: 20px;
}

footer {
  margin-top: 120px;
}

.fitems-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fitems-wrp p {
  font-size: 20px;
  color: #C4C4C4;
}

.fitems-wrp p a {
  font-size: 20px;
  color: #C4C4C4;
  text-decoration: none;
}

.btnwrap .main-button {
  width: 100%;
  text-align: center;
  height: 60px;
  margin-bottom: 36px;
  margin-top: 36px;
  display: block;
  position: relative;
  color: #FF3D00;
  text-decoration: none;
  padding-top: 14px;
  border: 1px solid #FF3D00;
  border-radius: 0px;
  transition: all linear 0.5s;
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275;
  font-size: 50px;
  line-height: 116%;
}
@media (max-width: 767px) {
  .btnwrap .main-button {
    font-size: 34px;
    line-height: 116%;
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .btnwrap .main-button {
    height: 90px;
  }
}

@media (min-width: 992px) {
  .bckwork {
    padding-left: 44px !important;
  }

  .scrolled .bckwork {
    transform: translate(28px, 0px);
  }

  #b-part {
    padding-top: 207px;
  }

  .brand-name {
    margin-left: 0px;
    margin-right: auto;
  }

  .navbar-brand.qub-small {
    padding-top: 0px;
    margin-top: 10px;
    padding-right: 28px;
  }

  .scrolled .navbar-brand.qub-small {
    padding-top: 0px;
    margin-top: 12px;
  }

  ul.navbar-nav {
    padding-left: 40px !important;
    padding-top: 15px !important;
    padding-bottom: 17px !important;
  }

  ul.navbar-nav.scrolled {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .container-fluid {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .btnwrap .main-button {
    width: 250px;
    margin-bottom: 147px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0) !important;
    color: black;
    display: flex;
    align-items: center;
  }

  .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ul.navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-brand {
    margin-right: 0px;
    position: absolute;
    right: 17px;
    top: 9px;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 13px;
  }

  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-left: 0px !important;
    text-align: center;
    padding-top: 60px !important;
  }

  .navbar-collapse.show {
    height: calc(100vh - 47px);
  }
}
.new-article a {
  transition: opacity 0.3s ease-in-out !important;
  -moz-transition: opacity 0.3s ease-in-out !important;
  -webkit-transition: opacity 0.3s ease-in-out !important;
}

.new-article a:hover {
  opacity: 0.7;
}

video {
  width: 100%;
  height: auto;
}

.navbar-toggler[aria-expanded=false] .openedmenu {
  display: none;
}

.navbar-toggler[aria-expanded=true] .closedmenu {
  display: none;
}

.navbar-toggler[aria-expanded=true] .openedmenu svg {
  transform: translateX(-2px);
}

@media (max-width: 767px) {
  .new-article .mabig-sm {
    margin-bottom: 20px !important;
  }

  .fitems-wrp p a {
    margin-left: 0px !important;
    margin-right: 15px;
  }

  .new-article h3 {
    font-size: 20px;
    font-weight: 300;
    color: black;
    margin-bottom: 20px;
  }

  .new-article h4 {
    font-size: 20px;
    color: #C4C4C4;
    margin-bottom: 20px;
  }

  .new-article.havabigtext {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .new-article.havabigtext h2 {
    font-size: 32px;
  }

  .navbar-toggler {
    font-size: 14px;
  }

  .fitems-wrp p {
    font-size: 20px;
    color: black;
  }

  .fitems-wrp p a {
    font-size: 20px;
    color: black;
  }
}
.menu-button-lines {
  display: inline-block;
}

.menu-button-line {
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  background-color: #FF3D00;
  opacity: 1;
  transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
}

.menu-button-lines + .closedmenu {
  display: block;
}

[aria-expanded=true] .menu-button-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

[aria-expanded=true] .menu-button-line:nth-child(2) {
  width: 0px;
  opacity: 0;
}

[aria-expanded=true] .menu-button-line:nth-child(3) {
  transform: rotate(-45deg) translate(1.5px, -1.5px);
}

.mfp-bg {
  background-color: transparent !important;
}

.mfp-close {
  font-size: 0px !important;
  background-image: url("/bundles/qub/images/Icon-Close.svg") !important;
  background-size: 30px 30px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 699px) {
  .mfp-close {
    right: 18px;
    top: 18px;
  }
}
@media (min-width: 700px) {
  .mfp-close {
    top: 2rem !important;
    right: calc(50% - 300px);
  }
}
.mfp-wrap .jumbotron {
  max-width: 700px;
  margin: 0 auto;
  background-color: white;
  border-radius: 0px;
  padding: 5rem 5rem 8rem 5rem;
  -webkit-box-shadow: 22px 31px 62px -4px #dbdbdb;
  -moz-box-shadow: 22px 31px 62px -4px #dbdbdb;
  box-shadow: 22px 31px 62px -4px #dbdbdb;
}

@media (max-width: 767px) {
  .mfp-wrap .jumbotron {
    padding: 5rem 40px 8rem 40px;
  }
}
.mfp-wrap .jumbotron h3 {
  font-size: 28px;
  font-weight: 275;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #1b1d22;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .mfp-wrap .jumbotron h3 {
    font-size: 45px;
    line-height: 1.11;
    margin-bottom: 60px;
  }
}
.mfp-wrap .jumbotron label {
  width: 100%;
  font-size: 15px;
  color: #1b1d22;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.mfp-wrap .jumbotron label.error {
  color: red !important;
}

.mfp-wrap .jumbotron input {
  caret-color: #1b1d22;
  width: 100%;
  color: #1b1d22;
  font-size: 15px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #1b1d22;
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-radius: 0px !important;
  background-color: transparent;
}

.mfp-wrap .jumbotron input:focus {
  outline-color: transparent !important;
  outline-style: none;
  outline-width: 0px;
  border-bottom: 1px solid #1b1d22;
}

.mfp-wrap .jumbotron input.error {
  margin-bottom: 0;
  color: red;
}

.mfp-wrap .jumbotron textarea {
  caret-color: #1b1d22;
  width: 100%;
  color: #1b1d22;
  font-size: 15px;
  height: 130px;
  border: none;
  border-bottom: 1px solid #1b1d22;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-radius: 0px !important;
  background-color: transparent;
}

.mfp-wrap .jumbotron textarea:focus {
  outline-color: transparent !important;
  outline-style: none;
  outline-width: 0px;
  border-bottom: 1px solid #1b1d22;
}

.mfp-wrap .jumbotron textarea.error {
  border-bottom: 1px solid red !important;
  margin-bottom: 0;
  color: red;
}

.mfp-wrap .jumbotron .error-msg {
  color: red;
}

.mfp-wrap .jumbotron .opacited {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 6px;
}

.mfp-wrap .jumbotron .opacited.smaller-label {
  -webkit-transform: translate(-15%, -20px) scale(0.7);
  -moz-transform: translate(-15%, -20px) scale(0.7);
  -ms-transform: translate(-15%, -20px) scale(0.7);
  -o-transform: translate(-15%, -20px) scale(0.7);
  transform: translate(-15%, -20px) scale(0.7);
}

.mfp-wrap .jumbotron .opacited.smaller-label.label-zprava {
  -webkit-transform: translate(-15%, -30px) scale(0.7);
  -moz-transform: translate(-15%, -30px) scale(0.7);
  -ms-transform: translate(-15%, -30px) scale(0.7);
  -o-transform: translate(-15%, -30px) scale(0.7);
  transform: translate(-15%, -30px) scale(0.7);
}

.mfp-wrap .jumbotron .bottomwrapp {
  margin-top: 50px;
}

.mfp-wrap .jumbotron .main-button {
  width: 100%;
  text-align: center;
  height: 92px;
  display: block;
  position: relative;
  color: #FF3D00;
  text-decoration: none;
  padding-top: 14px;
  border: 1px solid #FF3D00;
  border-radius: 0px;
  transition: all linear 0.5s;
  background-color: white;
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275;
  font-size: 50px;
  line-height: 116%;
}

@media (min-width: 768px) {
  .mfp-wrap .jumbotron .main-button {
    width: 250px;
  }
}
.mfp-wrap .jumbotron .main-button:hover {
  background-color: #FF3D00;
  border-color: #FF3D00;
  color: white;
}

.new-ontact h1 {
  font-style: normal;
  font-weight: 275;
  font-size: 35px;
  line-height: 140.9%;
  margin-bottom: 40px;
}

.new-ontact {
  min-height: calc(100vh - 240px);
}

@media (min-width: 992px) {
  .new-ontact {
    min-height: calc(100vh - 440px);
  }
}
.animemod {
  font-weight: 275 !important;
  display: inline-block;
  width: 147px;
}

@keyframes newfontschange {
  0% {
    font-family: "Signifier";
    font-size: 50px;
    line-height: 58px;
  }
  33% {
    font-family: "Signifier";
    font-size: 50px;
    line-height: 58px;
  }
  33.1% {
    font-size: 47px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 56px;
  }
  66% {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 47px;
    line-height: 56px;
  }
  66.1% {
    font-size: 35.6px;
    font-family: "Unknown";
    line-height: 52px;
  }
  100% {
    font-family: "Unknown";
    font-size: 35.6px;
    line-height: 52px;
  }
}
.animemod:first-child {
  color: #FF3D00;
  animation-name: newfontschange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@media (min-width: 992px) {
  .new-article.havabigtext.halved {
    padding-top: 0px;
    margin-bottom: 65px;
  }
}
.text-red {
  color: #FF3D00;
}

.thinkingblock img {
  border: 1px solid #FF3D00;
}
.thinkingblock a {
  text-decoration: none;
}
.thinkingblock h2 {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 50px;
  line-height: 116%;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .thinkingblock h2 {
    font-size: 34px;
  }
}
.thinkingblock h5 {
  font-family: "Signifier";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 140.9%;
  color: #FF3D00 !important;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .thinkingblock h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.thinkingblock p {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 30px;
  line-height: 40px;
  color: black !important;
}
@media (max-width: 767px) {
  .thinkingblock p {
    font-size: 24px;
    line-height: 32px;
  }
}
.thinkingblock p span {
  font-weight: 275 !important;
}

body {
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
body nav.fixed-top {
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
body.greenbg {
  background: #E6EEEB;
}
body.greenbg nav.fixed-top.bg-light {
  background: #E6EEEB !important;
}

.new-ontact h3 {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 30px;
  line-height: 40px;
}

.thinking-intro h1 {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 34px !important;
  line-height: 116% !important;
  color: #FF3D00 !important;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .thinking-intro h1 {
    font-size: 50px !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .thinking-intro h1 {
    font-size: 32px !important;
    line-height: 120% !important;
  }
}
.thinking-intro p {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .thinking-intro p {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .thinking-intro p {
    font-size: 20px !important;
    line-height: 140% !important;
  }
}
.thinking-intro .autohr p {
  font-family: "Signifier";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 140.9%;
  color: #000000;
}
.thinking-intro .autohr p a {
  font-family: "Signifier";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 140.9%;
  text-decoration: none;
  color: #FF3D00;
}

.thinking-content h2 {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 30px !important;
  line-height: 40px;
  color: #FF3D00;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .thinking-content h2 {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 65%;
  }
}
.thinking-content p {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
}
.thinking-content p a {
  font-family: "Signifier";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-decoration: none;
  color: #FF3D00;
}
.thinking-content p.predital, .thinking-content p i {
  font-family: "Signifier";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 140.9%;
  color: #FF3D00;
}
.thinking-content h4 {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.thinking-content .listwithlines {
  padding-left: 0px;
  border-top: 1px solid #FF3D00;
  list-style: none;
  margin-top: 10px;
}
.thinking-content .listwithlines li {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 230%;
  color: #FF3D00;
  position: relative;
}
.thinking-content .listwithlines li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF3D00;
  display: block;
  position: relative;
}

.project-naw {
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid black;
  border-radius: 100px;
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 5000;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 549px) {
  .project-naw {
    top: 7px;
    transform: translateX(-60%);
  }
}
@media (min-width: 550px) and (max-width: 1199px) {
  .project-naw {
    padding-left: 15px;
    padding-right: 15px;
    left: auto;
    right: 200px;
    top: 7px;
  }
}
@media (min-width: 1200px) {
  .project-naw {
    transform: translateX(-30%);
  }
}
@media (min-width: 1400px) {
  .project-naw {
    transform: translateX(-50%);
  }
}

.nav-subitem {
  cursor: pointer;
  font-size: 24px;
  line-height: 140.9%;
  color: #000000;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  display: block;
}
@media (max-width: 600px) {
  .nav-subitem {
    font-size: 20px;
  }
}

.nav-subitem.active, .nav-subitem:hover {
  color: #FF3D00;
}

.scrolled .project-naw {
  top: 0px;
}

@media (min-width: 992px) {
  .nav-subitem {
    font-size: 35px;
  }

  .scrolled .project-naw {
    top: 10px;
  }
  .scrolled .project-naw .nav-subitem {
    font-size: 24px;
  }
}
.delay-1 {
  animation-delay: 0.125s;
}

.delay-2 {
  animation-delay: 0.25s;
}

.delay-3 {
  animation-delay: 0.375s;
}

.delay-4 {
  animation-delay: 0.5s;
}

.delay-5 {
  animation-delay: 0.625s;
}

.delay-6 {
  animation-delay: 0.75s;
}

.delay-7 {
  animation-delay: 0.875s;
}

.delay-8 {
  animation-delay: 1s;
}

.delay-9 {
  animation-delay: 1.125s;
}

.delay-10 {
  animation-delay: 1.25s;
}

.roundedborders.main-button {
  border-radius: 200px !important;
  margin-top: 0px !important;
}

.smallerheader {
  font-family: "Signifier" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 140.9% !important;
}

.smallernumbers {
  padding-left: 0px;
  counter-reset: item;
  list-style-type: none;
}
.smallernumbers li {
  display: block;
}
.smallernumbers li:before {
  content: counter(item) "  ";
  counter-increment: item;
  font-size: 20px !important;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .smallernumbers li:before {
    margin-right: 6px;
    margin-left: -20px;
  }
}
.smallernumbers li {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 275 !important;
  font-size: 50px;
  line-height: 110%;
  color: #FF3D00;
}
@media (max-width: 767px) {
  .smallernumbers li {
    font-size: 32px;
    padding-left: 20px;
    margin-bottom: 16px;
  }
}
.smallernumbers li a {
  color: #FF3D00 !important;
  position: relative;
  display: inline-block;
  font-weight: 275 !important;
}
@media (max-width: 767px) {
  .smallernumbers li a {
    display: inline;
  }
}
.smallernumbers li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: #FF3D00;
  transition: width 0.5s linear;
}
.smallernumbers li a:hover {
  opacity: 1 !important;
}
.smallernumbers li a:hover::after {
  width: 100%;
}
.smallernumbers li::marker {
  font-size: 20px !important;
}

.smallheadredlistlines hr {
  border-color: #FF3D00 !important;
}

@media (min-width: 992px) {
  nav.bg-light {
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  ul.navbar-nav {
    padding-left: 88px !important;
  }

  .navbar-brand.qub-small {
    padding-right: 68px;
  }
}
@media (min-width: 992px) {
  .bigMarginTop {
    margin-top: 150px !important;
  }
}

.markers-over {
  position: relative;
}
.markers-over .blacktag {
  padding: 10px 16px;
  position: absolute;
  left: 40px;
  bottom: 60px;
  border-radius: 100px;
  font-family: "Signifier";
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 140.9%;
  color: #FFFFFF;
  background: #000000;
  border: 1px solid #000000;
}
.markers-over .blacktag.withwhiteborder {
  border: 1px solid #FFFFFF;
}
.markers-over .smalltags {
  position: absolute;
  top: 40px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 80px);
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 768px) {
  .markers-over .smalltags {
    top: 15px;
    left: 15px;
  }
}
.markers-over .smalltags .onetag {
  padding: 10px 16px;
  border-radius: 100px;
  font-family: "Signifier";
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 140.9%;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
}
@media (max-width: 768px) {
  .markers-over .smalltags .onetag {
    padding: 4px 12px;
    font-size: 14px;
  }
}

.thinking-content ul li {
  line-height: 170%;
}

@media (max-width: 767px) {
  .worddesign {
    margin-bottom: -15px;
    width: 132px !important;
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .mobilemodify {
    overflow: hidden !important;
  }
  .mobilemodify dotlottie-player {
    float: none !important;
    margin-bottom: -40px !important;
    margin-top: -40px !important;
    transform: translateX(-75px);
  }
}

@media (max-width: 767px) {
  .smmobiletext {
    font-size: 16px !important;
  }
}
.about-team h2 {
  font-family: "Signifier" !important;
  font-style: italic !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 140.9% !important;
  color: #FF3D00 !important;
}

@media (max-width: 767px) {
  svg[viewBox="0 0 91 2"] {
    width: 30px !important;
  }
}
@media (min-width: 1600px) {
  .bckwork {
    padding-left: 88px !important;
  }
}
.formrow-red {
  align-items: center;
  border-bottom: 1px solid #FF3D00;
  padding-top: 10px;
  padding-bottom: 10px;
}
.formrow-red:first-child {
  border-top: 1px solid #ff3d00;
}
.formrow-red p, .formrow-red .error-msg, .formrow-red label {
  font-family: "Signifier";
  font-style: normal;
  font-weight: 300;
  font-size: 20px !important;
  line-height: 140%;
  color: #FF3D00;
  margin-bottom: 0px;
}
.formrow-red input {
  margin-bottom: 0px !important;
  font-family: "Signifier" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  border-bottom: 1px solid transparent !important;
}
.formrow-red input .error {
  border-bottom: 1px solid transparent !important;
}
.formrow-red textarea {
  border-bottom: 1px solid transparent !important;
  font-family: "Signifier" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  height: 40px !important;
  margin-bottom: 0px !important;
}

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