html, body {
  padding: 0;
  margin: 0;
}

.ob-container {
  padding: 0 6vw;
  position: relative;
}

.bg--white {
  background-color: #FFF;
}

img {
  max-width: 100%;
}

.h2-grad > h2 {
  color: #808080;
}
.h2-grad > h2:first-of-type {
  margin: 0;
  background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tags {
  text-align: center;
}
.tags a {
  background-color: #DCE8F3;
  padding: 1rem 2rem;
  margin: 0.5rem;
  font-weight: 300;
  font-size: 1.2rem;
  border-radius: 3rem;
  text-decoration: none;
  color: #1A1818;
}
@media (max-width: 991px) {
  .tags a {
    display: inline-block;
  }
}
.tags--end {
  margin-top: 10rem;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .tags--end {
    margin-left: -1vw;
    margin-right: -1vw;
  }
}

.share {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 20rem;
}
.share p {
  color: #AA101C !important;
  margin-bottom: -0.5rem !important;
}
.share p strong {
  font-weight: 500;
}
.share ul {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .share ul {
    margin-top: 1rem !important;
  }
}
.share ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.share ul li a {
  display: inline-block;
  margin: 0.6rem;
}
.share ul li img {
  margin: 0;
  width: 3.5rem;
}

.hide {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

html, body {
  font-size: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h2 {
  /*background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center; 
  max-width:600px; 
  margin: auto; */
  font-size: 4.2rem;
  margin-bottom: 4rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

h1 {
  font-size: 7.5rem;
  line-height: 9rem;
  letter-spacing: -3px;
  max-width: 90rem;
  margin: auto;
  padding: 0;
  margin-bottom: 4rem;
}

h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  max-width: 90rem;
  margin: auto;
  padding: 0;
  margin-bottom: 4rem;
}

h5 {
  font-size: 0.8rem;
  letter-spacing: 0.72rem;
  line-height: 1.4rem;
  margin-bottom: 3rem;
}

.title-3 { /* 35 / 42 */
  font-size: 3.8rem;
  font-weight: 600;
  margin-top: 12rem;
  line-height: 4.2rem;
}
@media (max-width: 991px) {
  .title-3 {
    margin-bottom: 3rem;
  }
}
.title-top {
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 12rem;
}

.btn {
  border-radius: unset;
  border: unset;
  transition: all ease 0.3s;
  font-size: 1.2rem;
  padding: 1rem 3rem;
}
.btn--light {
  background-color: rgba(255, 255, 255, 0.63);
  color: #003255;
}
.btn--light:hover {
  background-color: white;
  color: #003255;
}
.btn--transp {
  background-color: rgba(255, 255, 255, 0);
  color: #FFF;
  border: 1px solid #FFF;
}
.btn--transp:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.btn--transp-red {
  background-color: rgba(134, 12, 22, 0);
  color: #860C16;
  border: 1px solid #860C16;
}
.btn--transp-red:hover {
  background-color: #860c16;
  color: #FFF;
  border-color: transparent;
}
.btn--transp--blue {
  background-color: rgba(15, 46, 80, 0);
  color: #0F2E50;
  border: 1px solid #0F2E50;
}
.btn--transp--blue:hover {
  background-color: #0f2e50;
  color: #FFF;
  border-color: transparent;
}
.btn--transp-gr {
  background-color: transparent;
  color: #AA101C;
  border: 1px solid rgba(112, 112, 112, 0.7);
  margin-right: 2rem;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .btn--transp-gr {
    font-size: 1.2rem;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.btn--transp-gr:hover, .btn--transp-gr.active {
  background-color: #AA101C;
  color: #FFF;
  border-color: #AA101C;
}

.client {
  padding: 7rem 0 0 0;
}
.client h4.ti {
  color: #003255;
  text-align: center;
  font-weight: 600;
}
.client--logos {
  text-align: center;
  margin-bottom: 2rem;
}
.client--logos img {
  max-width: 14rem;
  margin: 0 4rem 3rem 4rem;
}
@media (max-width: 991px) {
  .client--logos img {
    max-width: 8rem;
    margin: 0 1rem 1rem 1rem;
  }
}
.client--logos.more {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .client--logos.more {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.client--logos.more img {
  max-width: 10rem;
  margin: unset;
}
@media (max-width: 991px) {
  .client--logos.more img {
    max-width: 8rem;
    margin: 0 1rem 1rem 1rem;
  }
}
.client--block {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: top;
  margin: 8rem 0;
  gap: 14rem;
  color: #003255;
}
@media (max-width: 991px) {
  .client--block {
    grid-template-columns: 1fr;
    gap: 8rem;
  }
}
.client--block p {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.56px;
  font-weight: 300;
}
.client--testimony {
  display: grid;
  grid-template-columns: 15rem auto;
  gap: 4rem;
}
@media (max-width: 991px) {
  .client--testimony {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .client--testimony img {
    max-width: 12rem;
    margin: auto;
  }
}
.client--speaks {
  color: #003255;
}
@media (max-width: 991px) {
  .client--speaks p + p {
    margin-top: 2rem;
  }
}
.client--name {
  margin-top: 4rem;
}
.client--name h5 {
  font-size: 1.5rem;
  letter-spacing: -0.4px;
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.client--name h6 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: -0.4px;
  font-weight: 300;
}
.client--success h4 {
  color: #9E1120;
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 3rem;
  font-weight: 600;
}
.client--success-links {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .client--success-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.client--success-links a:not(.btn) {
  color: #AA101C;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .client--success-links a:not(.btn) {
    margin-top: 3rem;
  }
}
.client--success-links a:not(.btn):hover {
  color: #003255;
}

.links h2 {
  font-size: 4.5rem;
}
@media (max-width: 991px) {
  .links h2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
.links ul {
  padding: 0;
  margin: 0;
  max-width: 48rem;
}
.links ul li {
  list-style-type: none;
}
.links ul li a {
  padding: 0.8rem 0 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  font-size: 1.8rem;
  display: block;
  color: #003255;
  text-decoration: none;
  position: relative;
  transition: all ease 0.3s;
  font-weight: 500;
  padding-left: 2rem;
}
.links ul li a::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  transition: all ease 0.3s;
}
.links ul li a:hover {
  padding-left: 2.5rem;
  color: #AA101C;
}
.links ul li a:hover::after {
  right: 1.5rem;
}
.links ul li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.26);
}
.links.white li a {
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.links.white li a:hover {
  color: #FFF;
}
.links.white li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}
.links.sector--links ul {
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .links.sector--links ul {
    margin-top: 4rem;
  }
}
.links.sector--links h5 {
  color: #AA101C;
}

.form--row input {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border: unset;
  border-radius: 0.5rem;
  margin-bottom: 0.8rem;
}
.form--row input::placeholder {
  color: #215C8C;
}
.form--row--search {
  display: block;
  width: 100%;
  position: relative;
}
.form--row--search button {
  border: unset;
  background-color: transparent;
  position: absolute;
  right: 0.6rem;
  top: 1rem;
}
.form--row--search button img {
  width: 2rem;
}
.form--col {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .form--col {
    display: block;
    width: 100%;
  }
}
.form--col input, .form--col select {
  display: inline-block;
  width: 30rem;
  font-size: 1.4rem;
  padding: 1.5rem 2rem;
  border: 1px solid #BFC7CC;
  background-color: #FFF;
  -moz-border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  border-radius: 0.7rem;
  color: #0F2E50;
  margin-left: 1rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .form--col input, .form--col select {
    margin: 0;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
  }
}
.form--col input::placeholder, .form--col select::placeholder {
  color: #0F2E50;
  font-weight: 300;
}
.form--col input {
  padding: 1.48rem 2rem;
}
.form--col select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form--col img, .form--col i {
  position: absolute;
  width: 2rem;
  right: 2rem;
  top: 1.5rem;
  user-select: none;
  pointer-events: none;
}
.form--col i {
  font-size: 2rem;
  right: 1rem;
  top: 1.6rem;
}
.form input[type=submit] {
  margin-top: 2rem;
}

.ti--big {
  position: relative;
  margin-top: 6.4rem;
}
@media (max-width: 991px) {
  .ti--big {
    overflow: hidden;
    margin-top: 5rem;
  }
}
@media (max-width: 991px) {
  .ti--big img:not(.mouse) {
    height: calc(100vh - 5rem);
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .ti--big.l2 img:not(.mouse) {
    position: relative;
    left: -40%;
  }
}
@media (max-width: 991px) {
  .ti--mid img:not(.mouse) {
    height: 65vh;
    max-width: unset;
  }
}
.ti--cap {
  position: absolute;
  z-index: 1;
  color: #FFF;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding-top: 7rem;
}
@media (max-width: 991px) {
  .ti--cap {
    padding: 9rem 6vw 0 6vw;
  }
}
.ti--cap h5 {
  color: #B9B9B9;
  letter-spacing: normal;
  margin-bottom: 12rem;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .ti--cap h5 {
    margin-bottom: 8rem;
    position: relative;
    top: -3rem;
  }
}
.ti--cap h1 {
  font-size: 13rem;
  line-height: 13rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991px) {
  .ti--cap h1 {
    margin-bottom: 3rem;
    font-size: 5rem;
    line-height: 5rem;
    margin-top: -3rem;
  }
}
.ti--cap h2 {
  font-size: 9rem;
  line-height: 9rem;
  font-weight: 700;
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 991px) {
  .ti--cap h2 {
    margin-bottom: 3rem;
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-top: 60%;
  }
}
.ti--cap h4 {
  font-size: 2rem;
  line-height: 2.9rem;
  max-width: 65rem;
  margin: auto;
  font-weight: 400;
}
@media (max-width: 991px) {
  .ti--cap h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.ti--cap img.mouse {
  margin-top: 11rem;
}
@media (max-width: 991px) {
  .ti--cap img.mouse {
    margin-top: 20%;
  }
}
.ti--white .ti--cap {
  position: unset;
}
.ti--white h1 {
  text-shadow: none;
}
.ti--white .ti--cap-sm h2 {
  max-width: 85rem;
  margin: auto;
  font-size: 5.5rem;
  line-height: 7rem;
  font-weight: 500;
  background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -7rem;
  margin-bottom: 7rem;
  text-shadow: none;
}
@media (max-width: 991px) {
  .ti--white .ti--cap-sm h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.ti--white .ti--cap-sm h5 {
  color: #B9B9B9;
}
.ti--white .ti--cap-search h1 {
  color: #AA101C;
  font-size: 7.2rem;
  line-height: 8rem;
  font-weight: 500;
  max-width: 120rem;
  margin: auto;
  margin-bottom: 10rem;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .ti--white .ti--cap-search h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.ti--white .ti--cap-sm.ti--cap-search h1 {
  margin-top: -7rem;
}
.ti--white .ti--cap-black {
  margin-bottom: 10rem;
}
.ti--white .ti--cap-black h1 {
  background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1607843137);
}
.ti--white .ti--cap-black h4 {
  color: #1A1818;
}
.ti--white .ti--cap-black a {
  color: #1A1818;
}
.ti--cap.ti--career h5 {
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .ti--cap.ti--career h5 {
    margin-bottom: 8rem;
  }
}

.box {
  border: 1px solid #DEDEDE;
  padding: 5rem 5rem;
}
@media (max-width: 400px) {
  .box {
    padding: 4rem 2rem;
  }
}
.box img {
  height: 5.2rem;
  margin-bottom: 2rem;
}
.box h2 {
  background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 40%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  font-size: 3.8rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .box h2 {
    line-height: 4.1rem;
  }
}
.box p {
  color: #808080;
  font-size: 1.6rem;
  line-height: 2.1rem;
  letter-spacing: -0.2px;
  margin-bottom: 4rem;
  font-weight: 300;
}
.box--es {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding-top: 8rem;
  padding-bottom: 25rem;
}
@media (max-width: 991px) {
  .box--es {
    grid-template-columns: 1fr;
  }
}

.article {
  max-width: 70.3rem;
  margin: 10rem auto;
}
@media (max-width: 991px) {
  .article {
    padding: 0 7vw;
  }
}
.article h3 {
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .article h3 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.article h2 {
  color: #AA101C;
  font-size: 7.2rem;
  line-height: 8.8rem;
  font-weight: 500;
  max-width: 90%;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .article h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    max-width: 100%;
  }
}
.article p, .article ul, .article ol {
  color: #1A1818;
  font-size: 2rem;
  line-height: 4rem;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .article p, .article ul, .article ol {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.article p a, .article ul a, .article ol a {
  color: #008BFF;
  text-decoration: underline;
}
.article p a:hover, .article ul a:hover, .article ol a:hover {
  color: #AA101C;
}
.article ul, .article ol {
  margin: 0;
  padding: 0;
  margin-left: 2.5rem;
}
.article p strong {
  font-weight: 700;
}
.article p.br {
  padding-top: 3rem;
}
.article ol > li {
  padding-bottom: 2rem;
}
.article ol {
  margin-left: 2.7rem;
}
.article ol li strong {
  font-weight: 700;
}
.article ol li::marker {
  font-weight: 700;
}
.article ol li ul {
  margin-left: 2rem;
}
.article ol li ul li {
  list-style-type: disc;
}
.article ol li ul li strong {
  font-weight: 500;
}
.article p + ul {
  margin-top: -3rem;
}
.article img {
  margin: 10rem 0;
}
@media (max-width: 991px) {
  .article img {
    margin: 6rem 0;
  }
}
.article--large {
  max-width: 85rem;
}
.article--large h4 {
  color: #AA101C;
}
.article--large p {
  margin-bottom: 3rem;
}
.article--large .download {
  background-color: #DCE8F3;
  margin-top: 10rem;
  padding: 6rem 8rem;
  background-image: url(../img/case-study/objectwin-case-study-download-form-v2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 991px) {
  .article--large .download {
    padding: 3rem;
    background-size: cover;
    background-position: right bottom;
  }
}
.article--large .download .title-top {
  margin-top: 0;
}
.article--large .download .form {
  max-width: 40rem;
}
.article--large.privacy {
  margin-bottom: 25rem;
}
@media (max-width: 991px) {
  .article--large.privacy {
    margin-top: 0;
  }
}
.article--large.privacy a {
  color: #1A1818;
}
.article--large.privacy p a {
  color: #1A1818;
}
.article--l2 p strong, .article--l2 p b {
  font-weight: 700;
}
.article--l2 p + p {
  margin-top: 3rem;
}
.article--l2 p + ul {
  margin-top: 0;
  margin-left: 2rem;
}
.article--l2 p + ul a {
  color: #1A1818;
}
.article--l2 p + ul strong, .article--l2 p + ul b {
  font-weight: 500;
}
.article--l2 ul + p {
  margin-top: 3rem;
}
.article--l2 h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #003255;
  font-weight: 600;
}
.article--type {
  color: #1A1818 !important;
  margin-top: -4rem;
  margin-bottom: 5rem !important;
}
@media (max-width: 991px) {
  .article--type {
    margin-top: unset;
    margin-bottom: 1rem !important;
  }
}
.article--case p strong {
  font-weight: 700;
}
.article--case p.br {
  padding-top: 3rem;
}
.article--case ol > li {
  padding-bottom: 2rem;
}
.article--case ol ul li, .article--case ul li {
  padding: 0;
}
.article--careers h2 {
  max-width: unset;
}
.article--careers h2:not(:first-child) {
  margin-top: 2rem;
}

.case {
  border-bottom: 1px solid #9DBAD1;
  padding: 2rem;
}
.case:first-of-type {
  border-top: 1px solid #9DBAD1;
}
.case h5 {
  margin: 0;
  margin-bottom: 1rem;
  letter-spacing: normal;
  color: #1A1818;
  font-size: 1.2rem;
}
.case h5 span {
  display: inline-block;
  padding: 0 0.7rem;
}
.case a {
  color: #0F2E50;
  font-size: 2rem;
  text-decoration: none;
  padding-right: 3rem;
  position: relative;
  display: block;
  transition: all ease 0.3s;
  font-weight: 300;
}
@media (max-width: 991px) {
  .case a {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.case a::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0;
  top: 1rem;
  transition: all ease 0.3s;
  font-weight: bold;
}
.case a:hover {
  color: #AA101C;
}
.case--studies {
  margin: 15rem 0;
}
.case--studies h4 {
  color: #AA101C;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .case--studies h4 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
.case--studies--sm {
  margin: 5rem 0 20rem 0;
}
.case--studies--sm .case a {
  font-weight: 500;
}

.filter--blocks {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .filter--blocks {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }
}

.the-modal {
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(220, 232, 243, 0.6);
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  z-index: 200;
}
.the-modal--end {
  position: fixed;
  bottom: 2rem;
  width: 100%;
}
.the-modal--soft-black {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.the-modal .search-form {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.the-modal form {
  max-width: 90%;
  width: 40rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 80;
}
.the-modal .btn-close {
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  z-index: 101;
}

.fixed-top {
  z-index: 10;
}

.hide {
  display: none;
}

.navbar {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.navbar-nav li {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.navbar-nav li a {
  color: #003255;
}

.navbar-expand-lg {
  padding: 0;
}

.navbar-brand img {
  max-width: 18rem;
}
@media (max-width: 991px) {
  .navbar-brand img {
    max-width: 16rem;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 1rem 0;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #003255;
  padding: 1.5rem 1.5rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: all ease 0.3s;
  outline: none;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 2.5rem;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #AA101C;
}
.navbar-expand-lg .navbar-nav .nav-link:focus-visible {
  box-shadow: none;
}

.nav-link.dropdown-toggle.show {
  background-color: #DCE8F3;
  border-top: 5px solid #AA101C;
  color: #AA101C;
  outline: none;
}
@media (max-width: 991px) {
  .nav-link.dropdown-toggle.show {
    background-color: #DCE8F3;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: unset;
  background-color: #DCE8F3;
  padding: 4rem 3rem;
  border: unset;
  outline: none;
  -moz-box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.1), 0px 5px 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.1), 0px 5px 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 1rem rgba(0, 0, 0, 0.1), 0px 5px 1rem rgba(0, 0, 0, 0.01);
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #DCE8F3;
    box-shadow: unset;
    padding-top: 0;
  }
}

.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(5), .navbar-expand-lg .navbar-nav .nav-item:first-child, .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(2) {
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(5), .navbar-expand-lg .navbar-nav .nav-item:first-child, .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(2) {
    margin-right: unset;
  }
}

.dropdown-menu[data-bs-popper] {
  top: 97%;
}
@media (max-width: 991px) {
  .dropdown-menu[data-bs-popper] {
    box-shadow: unset;
  }
}

@media (max-width: 991px) {
  .dropdown-toggle {
    position: relative;
  }
}

.dropdown-toggle::after {
  border: none;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: unset;
}
@media (max-width: 991px) {
  .dropdown-toggle::after {
    position: absolute;
    top: 1rem;
    right: 2.5rem;
  }
}

.dropdown-item {
  font-size: 1.6rem;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #AA101C;
}

/*.dropdown:hover {
    & .dropdown-menu {
        display: block;
    }
}*/
.navbar-toggler {
  border: none;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 2em;
  background-image: url(../img/menu.svg);
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    padding: 3rem 0;
    width: 90%;
    right: 0px;
    top: 0;
    background-color: #DCE8F3;
    max-height: 100vh;
    overflow-y: scroll;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

.btn-close {
  display: none;
}
@media (max-width: 991px) {
  .btn-close {
    display: block;
    position: absolute;
    right: 2rem;
    top: 4rem;
    transform: scale(1.4, 1.4);
    z-index: 2;
    opacity: 0.6;
  }
}

@media (max-width: 991px) {
  .desktop-search {
    display: none;
  }
}

.the-brand {
  display: none;
}
@media (max-width: 991px) {
  .the-brand {
    display: block;
    padding-left: 2.5rem;
  }
  .the-brand img {
    max-width: 16rem;
    margin-bottom: 2rem;
  }
}

.footer--blocks {
  color: #FFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .footer--blocks {
    grid-template-columns: 1fr;
  }
}
.footer--blocks h2 {
  font-size: 3.8rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer--blocks h2 {
    font-size: 3.3rem;
  }
}
.footer--block {
  padding: 6rem 0;
}
.footer--block.navy {
  background-color: #931513;
}
.footer--block.red {
  background-color: #034E83;
}
.footer--block form {
  max-width: 42rem;
}
.footer--block p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 200;
  margin-bottom: 3rem;
}
.footer--block p a {
  color: #FFF;
  text-decoration: none;
}
.footer--block p a:hover, .footer--block p a:focus {
  color: #FFF;
  text-decoration: underline;
}
.footer--nav {
  background-color: #DCE8F3;
  padding: 8rem 0;
}
.footer--nav a, .footer--nav h4 {
  color: #003255;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-decoration: none;
}
.footer--nav a {
  padding: 0.5rem 0;
  display: block;
  font-weight: 300;
}
.footer--nav a:hover {
  color: #AA101C;
}
.footer--nav h4 {
  margin: 0;
  font-weight: 600;
}
.footer--nav h4 a {
  font-weight: 600;
}
.footer--nav h4 + h4 {
  margin-top: 4.5rem;
}
.footer--nav ul {
  margin: 0;
  padding: 0;
}
.footer--nav ul li {
  list-style-type: none;
}
.footer--nav h4 + ul {
  margin-top: 1.5rem;
}
.footer--navs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 991px) {
  .footer--navs {
    grid-template-columns: 1fr;
  }
}
.footer--navs .no-bold {
  font-weight: 400;
}
.footer--cp {
  font-size: 1.2rem;
  color: #808080;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 8rem 0;
}
@media (max-width: 991px) {
  .footer--cp {
    grid-template-columns: 1fr;
  }
}
.footer--cp div > a {
  display: inline-block;
  margin-left: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .footer--cp div > a {
    display: block;
    margin: 0;
  }
}
.footer--cp > div:nth-child(1) img {
  max-width: 23rem;
}
@media (max-width: 991px) {
  .footer--cp > div:nth-child(1) img {
    display: block;
    margin: auto;
    width: 18rem;
    margin-bottom: 4rem;
  }
}
.footer--cp > div:nth-child(2) {
  text-align: center;
}
.footer--cp > div:nth-child(3) {
  text-align: right;
}
@media (max-width: 991px) {
  .footer--cp > div:nth-child(3) {
    text-align: center;
    margin-top: 4rem;
  }
}
.footer--cp ul {
  margin: 0;
  padding: 0;
}
.footer--cp ul li {
  display: inline;
}
.footer--cp ul a {
  padding: 1rem 1.8rem;
}
@media (max-width: 991px) {
  .footer--cp ul a {
    padding: 1rem;
  }
}
.footer--cp ul a img {
  max-width: 3.8rem;
  filter: grayscale(0);
}
.footer--cp ul a:hover img {
  filter: grayscale(1);
}

.vid {
  position: relative;
  margin-bottom: -0.5rem;
}
@media (max-width: 991px) {
  .vid {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .vid--port {
    width: 380%;
  }
}
@media (max-width: 400px) {
  .vid--port {
    width: 390%;
  }
}
@media (max-width: 330px) {
  .vid--port {
    width: 410%;
  }
}
.vid--cap {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #FFF;
  padding: 0 5rem;
}
@media (max-width: 991px) {
  .vid--cap {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    text-align: center;
    padding: 0;
  }
}
.vid--cap img {
  margin-bottom: 0.5rem;
  align-self: flex-end;
  -webkit-filter: drop-shadow(-1rem 0 1rem #003255);
  filter: drop-shadow(-1rem 0 1rem #003255);
  box-shadow: none !important;
}
.vid--cap h1 {
  font-size: 6rem;
  line-height: 7rem;
  letter-spacing: -1px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .vid--cap h1 {
    font-size: 4.2rem;
    line-height: 4.5rem;
    letter-spacing: normal;
    padding: 0 3rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 330px) {
  .vid--cap h1 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.vid--cap h4 {
  padding-right: 7rem;
  line-height: 2.4rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .vid--cap h4 {
    padding-right: 0;
    font-size: 1.5rem;
    padding: 0 3rem;
    margin-bottom: 3rem;
  }
}
.vid--cap h4.desktop {
  display: block;
}
@media (max-width: 991px) {
  .vid--cap h4.desktop {
    display: none;
  }
}
.vid--cap h4.mobile {
  display: none;
}
@media (max-width: 991px) {
  .vid--cap h4.mobile {
    display: block;
  }
}

.home--block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .home--block {
    grid-template-columns: 1fr;
  }
}
.home--block > div {
  padding: 8rem 0 40rem 0;
  color: #FFF;
}
@media (max-width: 991px) {
  .home--block > div {
    padding-bottom: 20rem;
  }
}
.home--block > div h2, .home--block > div h4 {
  max-width: 42rem;
  margin-left: 0;
}
.home--block > div h4 {
  max-width: 45rem;
  margin-bottom: 3rem;
  letter-spacing: 0.4px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .home--block > div h4 {
    font-size: 1.5rem;
    letter-spacing: unset;
    line-height: 2.4rem;
  }
}
.home--block > div h2 {
  font-size: 4.5rem;
}
@media (max-width: 991px) {
  .home--block > div h2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
.home--block--navy {
  background-image: url(../img/objectwin-home-gcc.webp);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #013256;
}
.home--block--red {
  background-image: url(../img/objectwin-home-careers.webp);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #69110F;
}

.capable {
  position: relative;
  color: #FFF;
}
@media (max-width: 991px) {
  .capable {
    overflow: hidden;
    background-image: url(../img/objectwin-home-capabilities-bg-responsive.webp);
    background-size: cover;
    background-position: 20%;
  }
}
.capable h2 {
  max-width: 50rem;
}
.capable--links {
  position: absolute;
  left: 0;
  top: 10rem;
}
@media (max-width: 991px) {
  .capable--links {
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 10rem;
  }
}
@media (max-width: 991px) {
  .capable img.desktop {
    display: none;
  }
}
.capable img.mobile {
  display: none;
}
@media (max-width: 991px) {
  .capable img.mobile {
    display: block;
    width: 400%;
    max-width: unset;
  }
}
.capable img.mobile--woman {
  display: none;
}
@media (max-width: 991px) {
  .capable img.mobile--woman {
    display: block;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .capable img {
    width: 400%;
    max-width: unset;
  }
}

.sector--block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding: 8rem 0;
  align-items: center;
}
@media (max-width: 991px) {
  .sector--block {
    grid-template-columns: 1fr;
  }
}
.sector--block.service--block {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .sector--block.service--block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .sector--block.service--block img {
    order: -1;
  }
}

.resource {
  background: transparent linear-gradient(90deg, #034E84 0%, #931513 100%) 0% 0% no-repeat;
  padding: 10rem 0;
}
.resource--ti {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  align-items: center;
  margin-bottom: 6rem;
}
.resource--ti h2 {
  margin: 0;
  font-size: 3.8rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .resource--ti h2 {
    font-size: 3.3rem;
  }
}
.resource--ti a {
  color: #FFF;
  text-decoration: underline;
  font-size: 1.2rem;
}
.resource--blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 991px) {
  .resource--blocks {
    grid-template-columns: 1fr;
  }
}
.resource--block {
  background-color: #FFF;
  padding: 5rem 6rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991px) {
  .resource--block {
    padding: 3rem 4rem;
  }
}
.resource--block h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: -0.42px;
  color: #0F2E50;
  font-weight: 600;
  margin-bottom: 3rem;
  flex-grow: 1;
}
.resource--block a {
  font-size: 1.2rem;
  color: #0F2E50;
  text-decoration: underline;
}
.resource--block a:hover {
  color: #AA101C;
}
.resource--block span {
  display: block;
  font-size: 1.2rem;
  color: #1A1818;
  margin-bottom: 2rem;
}
.resource--block span a {
  font-size: 1.2rem;
}

.join {
  position: relative;
}
@media (max-width: 991px) {
  .join {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .join--im {
    width: 400%;
    position: relative;
    left: -200%;
  }
}
.join--caption {
  position: absolute;
  z-index: 1;
  padding: 8rem;
  margin: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .join--caption {
    padding: 2rem 2rem 8rem 2rem;
  }
}
.join--caption h2 {
  text-align: center;
  background: transparent linear-gradient(90deg, #008BFF 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 100rem;
  margin: auto;
  margin-bottom: 4rem;
  font-size: 4.5rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .join--caption h2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
.join--caption h4 {
  max-width: 50rem;
  margin: auto;
  margin-bottom: 3rem;
  color: #0F2E50;
  font-weight: 400;
}
.join--caption a {
  padding-left: 7rem;
  padding-right: 7rem;
}

.feature {
  margin: 10rem 0;
}
.feature h4 {
  color: #808080;
  text-align: center;
}
.feature--blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .feature--blocks {
    grid-template-columns: 1fr;
  }
}
.feature--block {
  padding: 5rem 6rem 7rem 6rem;
  color: #FFF;
}
@media (max-width: 991px) {
  .feature--block {
    padding: 3rem 4rem;
  }
}
.feature--block h5 {
  letter-spacing: normal;
  font-size: 1.2rem;
  font-weight: 300;
}
.feature--block h5 span {
  display: inline-block;
  padding: 0 0.5rem;
}
.feature--block h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  max-width: 41rem;
}
.feature--block a {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #FFF;
  font-weight: 200;
}
.feature--block a:hover {
  text-decoration: none;
}
.feature--block.red {
  background-color: #931513;
}
.feature--block.navy {
  background-color: #034E83;
}

.blogs {
  margin: 7rem 0 20rem 0;
}
.blogs .resource--block {
  border: 1px solid #DEDEDE;
}
.blogs .resource--block h5 {
  color: #1A1818;
}
.blogs--page {
  margin-top: 5rem;
  font-size: 2rem;
}
.blogs--page .page-item:first-child {
  margin-right: 2rem;
}
.blogs--page .page-item:first-child i {
  margin-right: 1rem;
}
.blogs--page .page-item:last-child {
  margin-left: 2rem;
}
.blogs--page .page-item:last-child i {
  margin-left: 1rem;
}
.blogs--page .page-item.disabled .page-link {
  color: #808080;
  text-decoration: none;
}
.blogs--page .page-item .page-link {
  background-color: transparent;
  font-size: 1.8rem;
  border: unset;
  color: #0F2E50;
  text-decoration: none;
}
.blogs--page .page-item .page-link:hover {
  background-color: transparent;
  color: #AA101C;
}
.blogs--page .page-item.active .page-link {
  text-decoration: underline;
}

.nav-tabs {
  border-bottom: unset;
}

.search {
  max-width: 100rem;
  margin: auto;
}
@media (max-width: 1350px) {
  .search {
    padding: 0 7vw;
  }
}
.search--result--block h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}
.search--result--block p {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  font-weight: 300;
}
.search--result hr {
  margin: 5rem 0;
}
.search--page {
  margin: 8rem 0 20rem 0;
}
.search--form {
  text-align: center;
  margin-bottom: 20rem;
}
.search--form p {
  font-size: 2rem;
  line-height: 3rem;
  color: #003255;
  margin-bottom: 2rem;
}
.search--form .form--col input {
  width: 50rem;
  margin: 0;
}
@media (max-width: 991px) {
  .search--form .form--col input {
    width: 100%;
  }
}
.search--form .form--col img {
  user-select: unset;
  pointer-events: unset;
  cursor: pointer;
}
.search--mob-icon {
  display: none;
}
@media (max-width: 991px) {
  .search--mob-icon {
    display: inline-block;
  }
  .search--mob-icon a {
    display: inline-block;
    color: #003255;
    font-size: 1.6rem;
    margin-right: 1rem;
    position: relative;
    top: 0.1rem;
  }
}
.search--im {
  width: 1.8rem;
}

.career--vid {
  position: relative;
  overflow: hidden;
}
.career--vid--in {
  position: absolute;
  padding: 0 10%;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .career--vid--in h1 {
    margin-bottom: 0;
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .career--vid video {
    position: relative;
    width: 250%;
    left: -44%;
  }
}
.career--head h1 {
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #FFF;
}
@media (max-width: 991px) {
  .career--head h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
.career--head.career--testimony h1, .career--head.career--apply h1 {
  text-align: center;
  background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 15rem auto;
}
@media (max-width: 991px) {
  .career--head.career--testimony h1, .career--head.career--apply h1 {
    margin: 12rem auto;
  }
}
.career--head.career--testimony h2, .career--head.career--apply h2 {
  max-width: 100%;
}
.career--testimony-blocks {
  max-width: 70.3rem;
  margin: 10rem auto;
}
@media (max-width: 991px) {
  .career--testimony-blocks {
    margin: 5rem auto;
  }
}
.career--testimony-blocks p {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.56px;
  font-weight: 300;
  color: #0F2E50;
}
.career--testimony-blocks > div {
  padding: 4.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.career--testimony-blocks > div:first-child {
  padding-top: 0;
}
.career--testimony-blocks > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.career--testimony-blocks > div p + p {
  margin-top: 3rem;
}
.career--slider {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.career--slider .slick-prev, .career--slider .slick-next {
  width: 4rem;
  height: 4rem;
}
.career--slider .slick-prev {
  left: 6vw;
  z-index: 2;
}
.career--slider .slick-prev::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f104";
  font-size: 6rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.career--slider .slick-next {
  right: 6vw;
}
.career--slider .slick-next::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  font-size: 6rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.career--slider .slick-dots {
  bottom: 1rem;
}
.career--slider .slick-dots li {
  margin: 0;
}
.career--slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 15px;
}
.career--slider .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #AA101C;
  opacity: 1;
}
.career--slider .slick-dots li.slick-active button:before {
  background-color: #AA101C;
}
.career--apply {
  margin-bottom: 6rem;
}
.career--apply--cta {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 20rem;
}
@media (max-width: 991px) {
  .career--apply--cta {
    margin-bottom: 2rem;
  }
}
.career--apply p {
  padding-top: 2rem;
}
.career--counts {
  background: transparent linear-gradient(86deg, #034E83 0%, #98245A 52%, #AA101C 100%) 0% 0% no-repeat padding-box;
  padding: 10rem 0;
}
.career--counts--blocks {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -5rem;
}
.career--counts--blocks > div {
  flex: 0 1 calc(20% - 8px);
  padding: 0 2.8vw;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  margin-bottom: 5rem;
}
.career--counts--blocks > div:last-child, .career--counts--blocks > div:nth-child(5n) {
  border-right: none;
}
@media (max-width: 991px) {
  .career--counts--blocks > div:last-child, .career--counts--blocks > div:nth-child(5n) {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
  }
}
@media (max-width: 991px) {
  .career--counts--blocks > div {
    flex: 0 1 calc(50% - 8px);
  }
}
@media (max-width: 991px) {
  .career--counts--blocks > div:nth-child(2n) {
    border-right: none;
  }
}
.career--counts--blocks span {
  font-size: 2rem;
  margin: 0;
  font-weight: 300;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .career--counts--blocks span {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.career--counts--blocks span:first-child {
  font-size: 3.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .career--counts--blocks span:last-child {
    margin-top: 0.8rem;
  }
}
.career--opp a {
  font-weight: 600;
}

.leadership h2 {
  margin-top: 10rem;
}
.leadership--blocks {
  display: grid;
  grid-template-columns: 1fr;
}
.leadership--blocks > div:last-child .ltop {
  border-bottom: none;
}
.leadership--block .ltop {
  display: grid;
  grid-template-columns: 20rem auto 5rem;
  gap: 4rem;
  align-items: center;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
@media (max-width: 991px) {
  .leadership--block .ltop {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
    padding: 3rem 0;
    position: relative;
  }
}
.leadership--block .ltop.active {
  grid-template-columns: auto 5rem;
  text-align: left;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .leadership--block .ltop.active i {
    position: absolute;
    right: 0;
    top: 4rem;
  }
}
.leadership--block .ltop--img {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
  background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 991px) {
  .leadership--block .ltop--img {
    width: 15rem;
    height: 15rem;
    margin: auto;
  }
}
.leadership--block .ltop--img img {
  transform: scale(1.4) translate(0.4rem, 4rem);
  margin: 0;
}
@media (max-width: 991px) {
  .leadership--block .ltop--img img {
    transform: scale(1.3) translate(0.2rem, 3rem);
  }
}
.leadership--block .ltop i {
  font-size: 5rem;
  color: #0F2E50;
  font-weight: 700;
  cursor: pointer;
  transition: all ease 0.3s;
}
@media (max-width: 991px) {
  .leadership--block .ltop i {
    font-size: 2.5rem;
  }
}
.leadership--block .ltop i:hover {
  color: #AA101C;
}
.leadership--block .ltop p {
  margin: 0;
  color: #0F2E50;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 700;
}
.leadership--block .ltop span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .leadership--block .ltop span {
    line-height: 1.8rem;
    margin-top: 0.5rem;
  }
}
.leadership--block .lbottom {
  margin-top: -2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.leadership--block .lbottom--img {
  background: transparent linear-gradient(90deg, #007CD3 0%, #AA101C 100%) 0% 0% no-repeat padding-box;
  height: 30rem;
  padding-top: 2rem;
  padding-left: 2rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .leadership--block .lbottom--img {
    padding-left: 0;
    height: unset;
  }
}
.leadership--block .lbottom--img img {
  max-height: 100%;
  margin: 0;
}

.logos {
  padding: 0 10rem;
}
@media (max-width: 991px) {
  .logos {
    padding: 0;
  }
}
.logos--block {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  margin-bottom: 20rem;
  justify-content: center;
}
@media (max-width: 991px) {
  .logos--block {
    gap: 2rem;
  }
}
.logos--block img {
  height: 8rem;
  opacity: 1;
}
@media (max-width: 991px) {
  .logos--block img {
    height: unset;
    max-height: 5rem;
  }
}

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