/* COLORS */
/* TYPOGRAPHY */
/* COMMON SPACING */
/* 
TABLE OF CONTENTS
    - HIGH LEVEL
    - BASE TYPOGRAPHY
    - HEADER BAR
    - MAIN CONTENT
    - WORK
        - HERO CONTAINER
        - CASE STUDIES WORK
        - MINI CASE STUDIES WORK
    - CASE STUDY
    - MINI CASE STUDY 
    - ABOUT 
    - FOOTER
*/
/* ===== HIGH LEVEL ===== */
html {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  /* 1rem = 16px */
}

html, body {
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
  background-color: #ffffff;
}

#content-wrapper {
  height: 100%;
  position: relative;
}

hr {
  border-left: none;
  border-right: none;
}

/* ========== */
/* ===== BASE TYPOGRAPHY ===== */
#hero-text {
  color: #3a3434;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.355px;
}
#hero-text span.bolded {
  font-weight: 700;
}

#hero-subtext {
  color: #6C7075;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.355px;
}

h1 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-block-start: 0;
  margin-block-end: 0;
}
h1.on-lt {
  color: #06415B;
}
h1.on-dk {
  color: #ffffff;
}

.h1-subtext {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.h1-subtext.on-lt {
  color: #262021;
}
.h1-subtext.on-dk {
  color: #CFEEFC;
}

h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  margin-block-start: 0;
  margin-block-end: 0;
  text-transform: uppercase;
}
h2.on-lt {
  color: #262021;
}
h2.on-dk {
  color: #ffffff;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}
h3.on-lt {
  color: #06415B;
}
h3.on-dk {
  color: #ffffff;
}

.h3-subtext {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.h3-subtext.on-lt {
  color: #262021;
}
.h3-subtext.on-dk {
  color: #CFEEFC;
}

h4 {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  margin-block-start: 0;
  margin-block-end: 0;
  text-transform: uppercase;
}
h4.on-lt {
  color: #3a3434;
}
h4.on-dk {
  color: #ffffff;
}

p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
}
p.on-lt-box {
  color: #5a5252;
  line-height: 150%;
}
p.on-lt {
  color: #262021;
  line-height: 175%;
}
p.on-dk-box {
  color: #CFEEFC;
  line-height: 150%;
}
p.on-dk {
  color: #CFEEFC;
  line-height: 175%;
}

.p-larger {
  color: #5a5252;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

ul.inline-ul, ol.inline-ol {
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}
ul.inline-ul li.inline-li, ol.inline-ol li.inline-li {
  line-height: 150%;
  margin-bottom: 0.75rem;
}

a.link, a.link:visited, p.link {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
a.link.on-dk, a.link:visited.on-dk, p.link.on-dk {
  color: #6ECEF7;
}
a.link.on-dk:hover, a.link:visited.on-dk:hover, p.link.on-dk:hover {
  color: #CFEEFC;
  text-decoration: underline;
}
a.link.on-lt, a.link:visited.on-lt, p.link.on-lt {
  color: #105f81;
}
a.link.on-lt:hover, a.link:visited.on-lt:hover, p.link.on-lt:hover {
  color: #06415B;
  text-decoration: underline;
}

a.inline-link, a.inline-link:visited {
  color: #105f81;
  font-weight: 800;
  text-decoration: none;
}

a.inline-link:hover {
  color: #06415B;
  text-decoration: underline;
}

/* ========== */
/* ===== HEADER BAR ===== */
#header-bar {
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #bbbbbb;
  height: auto;
  padding: 0 3.125rem;
}
#header-bar #header-bar-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1280px;
}
#header-bar #header-bar-wrapper .logo-img {
  height: 3.125rem;
  padding: 0.8125rem 0;
}
#header-bar #header-bar-wrapper .logo-img img {
  height: 3.125rem;
  width: auto;
}
#header-bar #header-bar-wrapper ul.navigation {
  display: inline-flex;
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-bar #header-bar-wrapper ul.navigation li.nav-item {
  align-self: flex-end;
  color: #5a5252;
  font-weight: 800;
  letter-spacing: 0.1rem;
  margin-left: 0.109375rem;
  padding-bottom: 0.8rem;
  padding-top: 0.6125rem;
  text-align: center;
  text-transform: uppercase;
  width: 10.85rem;
}
#header-bar #header-bar-wrapper ul.navigation li.nav-item a, #header-bar #header-bar-wrapper ul.navigation li.nav-item a:visited {
  color: #3a3434;
  text-decoration: none;
}
#header-bar #header-bar-wrapper ul.navigation li.nav-item a:hover {
  color: #2188b4;
  text-decoration: none;
}
#header-bar #header-bar-wrapper ul.navigation li.nav-item.selected {
  background-image: url(../../images/Select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 900;
  margin-bottom: -1px;
}

/* ========== */
/* ===== MAIN CONTENT ===== */
.main-content {
  height: calc(100% - 4.8125rem);
  /* Height of header bar */
  overflow: hidden;
  overflow-y: auto;
}

.main-content.portfolio {
  height: calc(100% - 4.8125rem);
  /* Height of header bar */
  overflow: hidden;
  overflow-y: auto;
}

.shadowed-box {
  border-radius: 0.625rem;
  padding: 1.25rem;
  width: 100%;
}
.shadowed-box.on-dk {
  background-color: #273B45;
  box-shadow: 0 4px 5px 0 rgba(18, 16, 16, 0.4);
}
.shadowed-box.on-dk hr {
  border-top: none;
  border-color: #395665;
  margin-block-start: 0.625rem;
  margin-block-end: 0.625rem;
  width: 100%;
}
.shadowed-box.on-lt {
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(38, 32, 33, 0.1);
}
.shadowed-box.on-lt hr {
  border-top: none;
  border-color: #f0f0f0;
  margin-block-start: 0.625rem;
  margin-block-end: 0.625rem;
  width: 100%;
}

.box-container {
  display: flex;
  gap: 1.25rem;
}

.box {
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  gap: 0.325rem;
}
.box.on-dk {
  background-color: #273B45;
}
.box.on-lt {
  background-color: #f9f9f9;
}

/* ========== */
/* ===== WORK ===== */
/* ===== HERO CONTAINER ===== */
.hero-container {
  background-color: #f9f9f9;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
.hero-container .hero-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 2.625rem;
  margin: 0 auto;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
.hero-container .hero-content .h-left .link-bubble {
  border: 3px solid #105f81;
  border-radius: 3.125rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.625rem;
  padding: 4px 24px;
  width: fit-content;
}
.hero-container .hero-content .h-left .link-bubble .bubble-links {
  display: flex;
  font-size: 25px;
  gap: 28px;
  line-height: 26px;
}
.hero-container .hero-content .h-left .link-bubble .bubble-links a {
  color: #105f81;
}
.hero-container .hero-content .h-left .link-bubble .bubble-links a:hover {
  color: #2188b4;
}
.hero-container .hero-content .h-right {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  max-width: 37.5rem;
}

/* ========== */
/* ===== TOP CASE STUDIES WORK ===== */
.top-work-container {
  background-color: #f0f0f0;
  display: flex;
  width: 100%;
}
.top-work-container .top-work-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
.top-work-container .top-work-content h2 {
  margin-bottom: 1.25rem;
}
.top-work-container .top-work-content .top-case-study {
  height: 29.125rem;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(38, 32, 33, 0.2);
  border-radius: 0.625rem;
  max-width: 1050px;
}
.top-work-container .top-work-content .top-case-study .cs-left {
  display: flex;
  width: 32.8125rem;
  background-size: 32.8125rem auto;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.top-work-container .top-work-content .top-case-study .cs-left.gcs {
  background-image: url("../../images/GCS_thumb-01.png");
  background-repeat: no-repeat;
}
.top-work-container .top-work-content .top-case-study .cs-left.sota {
  background-image: url("../../images/SOTA_thumb-01.png");
  background-repeat: no-repeat;
}
.top-work-container .top-work-content .top-case-study .cs-left.tip-ds {
  background-image: url("../../images/TIP-DS_thumb-01.png");
  background-repeat: no-repeat;
}
.top-work-container .top-work-content .top-case-study .cs-right {
  width: 27.8125rem;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-left: 2px solid #cccccc;
  padding: 1.25rem 2.5rem;
}
.top-work-container .top-work-content .top-case-study .cs-right hr {
  border-top: none;
  border-bottom: 0.0625rem solid #f0f0f0;
  margin-block-start: 0.9375rem;
  margin-block-end: 0.9375rem;
}
.top-work-container .top-work-content .top-case-study .cs-right .box-container {
  gap: 0.625rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.9375rem;
}
.top-work-container .top-work-content .top-case-study .cs-right .box-container .box {
  background-color: #f9f9f9;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
}
.top-work-container .top-work-content .top-case-study .cs-right .box-container hr {
  border-top: none;
  border: 0.0625rem solid #f0f0f0;
  margin-block-start: 0.625rem;
  margin-block-end: 0.625rem;
  width: 100%;
}
.top-work-container .top-work-content .top-case-study .cs-right .box-container p.link {
  width: 100%;
  text-align: right;
}

.top-case-studies {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

a.case-study-link {
  text-decoration: none;
}
a.case-study-link:hover .top-case-study {
  background-color: #F5F8FA;
}
a.case-study-link:hover .top-case-study .cs-left {
  opacity: 0.85;
}
a.case-study-link:hover .top-case-study .cs-right hr {
  border-color: #EBF1F4;
}
a.case-study-link:hover .top-case-study .cs-right p.link {
  text-decoration: underline;
  color: #06415B;
}
a.case-study-link:hover .top-case-study .cs-right p.h3-subtext.on-lt {
  color: #06415B;
}
a.case-study-link:hover .top-case-study .cs-right h3.on-lt {
  color: #06415B;
}
a.case-study-link:hover .top-case-study .cs-right .box-container .box {
  background-color: #EBF1F4;
  border: 0.0625rem solid #EBF1F4;
}
a.case-study-link:hover .top-case-study .cs-right .box-container .box h4.on-lt {
  color: #06415B;
}
a.case-study-link:hover .top-case-study .cs-right .box-container .box p.on-lt-box {
  color: #06415B;
}
a.case-study-link:hover .top-case-study .cs-right .box-container hr {
  border: 0.0625rem solid #EBF1F4;
}
a.case-study-link:hover .top-case-study .cs-right .box-container p.link {
  text-decoration: underline;
  color: #06415B;
}

/* ========== */
/* ===== MINI CASE STUDIES WORK ===== */
.mini-case-study-container {
  background-color: #1C2A31;
  display: flex;
  width: 100%;
}
.mini-case-study-container .mini-case-study-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  width: 1050px;
}
.mini-case-study-container .mini-case-study-content h2 {
  margin-bottom: 1.25rem;
}
.mini-case-study-container .mini-case-study-content .mini-case-study {
  width: 18.125rem;
}
.mini-case-study-container .mini-case-study-content .mini-case-study h3 {
  margin-top: 0.325rem;
  margin-bottom: 0.9375rem;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb {
  width: 18.125rem;
  height: auto;
  aspect-ratio: 16/10;
  border-radius: 0.325rem;
  border: 0.0625rem solid #395665;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.tql {
  background-image: url(../../images/proj-tqlgenerator.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.adminia {
  background-image: url(../../images/proj-adminredesignia.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.intelreq {
  background-image: url(../../images/proj-intelligencerequirements.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.tablecol {
  background-image: url(../../images/proj-tablecolumnresizereorder.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.threatgraph {
  background-image: url(../../images/proj-threatgraph.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.customdet {
  background-image: url(../../images/proj-customdetails.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.aichat {
  background-image: url(../../images/proj-agenticchat.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.dashdesign {
  background-image: url(../../images/proj-dashboardredesign.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.timeline {
  background-image: url(../../images/proj-timeline.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.agids {
  background-image: url(../../images/proj-uxstyleguide.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.onesky {
  background-image: url(../../images/proj-onesky.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.teamplan {
  background-image: url(../../images/proj-teamplanning.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.detpagestudy {
  background-image: url(../../images/proj-edp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.usabilityfirst {
  background-image: url(../../images/proj-uf.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb.i70watch {
  background-image: url(../../images/proj-i70watch.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mini-case-study-container .mini-case-study-content .mini-case-study hr {
  margin-block-start: 0.9375rem;
  margin-block-end: 0.9375rem;
}
.mini-case-study-container .mini-case-study-content .mini-case-study p.link {
  width: 100%;
  text-align: right;
}

.mini-case-studies {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

a.mini-case-study-link {
  text-decoration: none;
}
a.mini-case-study-link:hover .mini-case-study {
  background-color: #2C434E;
}
a.mini-case-study-link:hover .mini-case-study h3 {
  color: #CFEEFC;
}
a.mini-case-study-link:hover .mini-case-study .mini-thumb {
  opacity: 0.85;
}
a.mini-case-study-link:hover .mini-case-study p.link {
  color: #CFEEFC;
  text-decoration: underline;
}

/* ========== */
/* ===== ABOUT ===== */
#about {
  background-color: #f9f9f9;
}
#about .section.overview {
  background: #f9f9f9;
  padding: 1.875rem 0 3.125rem 0;
}
#about .section.overview .content {
  max-width: 1050px;
  margin: 0 auto;
}
#about .section.overview .content h2.on-lt {
  margin-bottom: 0.625rem;
}
#about .section.overview .content h3.on-lt {
  margin-bottom: 0.325rem;
}
#about .section.overview .content .p-larger {
  margin-bottom: 1.25rem;
}
#about .section.overview .content .split {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
}
#about .section.overview .content .split .left {
  display: flex;
  flex-direction: column;
  margin-right: 1.875rem;
}
#about .section.overview .content .split .left .owl-carousel .owl-stage-outer {
  width: 21.875rem;
}
#about .section.overview .content .split .left img {
  height: auto;
  width: 21.875rem;
}
#about .section.overview .content .split .right {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#about .section.overview .content .split .right .box {
  background-color: #f0f0f0;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.325rem;
  max-width: 28.75rem;
  padding: 0.625rem 1.25rem;
}
#about .section.philosophy {
  background-color: #f0f0f0;
  padding: 3.125rem 0 3.125rem 0;
}
#about .section.philosophy .content {
  max-width: 1050px;
  margin: 0 auto;
}
#about .section.philosophy .content .p-larger {
  margin-top: 0.325rem;
}
#about .section.philosophy .content .box-container {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  margin-top: 1.25rem;
}
#about .section.philosophy .content .box-container .h3-subtext {
  margin-bottom: 0.325rem;
}
#about .section.references {
  background-color: #1C2A31;
  padding: 3.125rem 0 3.125rem 0;
}
#about .section.references .content {
  max-width: 1050px;
  margin: 0 auto;
}
#about .section.references .content .box-container {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  margin-top: 1.25rem;
}
#about .section.references .content .box-container .shadowed-box {
  height: fit-content;
}
#about .section.references .content .box-container .shadowed-box .h3-subtext {
  color: #ffffff;
  margin-bottom: 0.325rem;
}
#about .section.references .content .box-container .shadowed-box a {
  align-items: center;
  display: inline-flex;
  gap: 0.625rem;
  color: #6ECEF7;
  text-decoration: none;
}
#about .section.references .content .box-container .shadowed-box a:hover {
  color: #CFEEFC;
}
#about .section.references .content .box-container .shadowed-box a:hover h3 {
  text-decoration: underline;
}
#about .section.references .content .box-container .shadowed-box p {
  margin-bottom: 0.625rem;
}
#about .section.references .content .box-container .shadowed-box p:last-child {
  margin-bottom: 0;
}

/* ========== */
/* ===== OWL CAROUSEL ===== */
.carousel {
  display: flex;
  width: 1050px;
}
.carousel.on-dk .owl-carousel {
  margin-bottom: 3.125rem;
}
.carousel.on-dk .owl-carousel .carousel-item {
  height: 100%;
  width: auto;
}
.carousel.on-dk .owl-carousel .carousel-item img {
  height: 100%;
  width: auto;
}
.carousel.on-dk .owl-carousel .owl-item {
  height: 500px;
  display: flex;
  display: flex;
  justify-content: center;
  border-radius: 0.625rem;
  background-color: #131C20;
  border-bottom: 1.25rem solid #131C20;
  border-top: 1.25rem solid #131C20;
}
.carousel.on-dk .owl-carousel .owl-item.active.center {
  margin: 0 auto;
}
.carousel.on-dk .owl-carousel .owl-nav button, .carousel.on-dk .owl-carousel .owl-nav button:focus {
  color: #6ECEF7;
}
.carousel.on-dk .owl-carousel .owl-nav button:hover, .carousel.on-dk .owl-carousel .owl-nav button:focus:hover {
  color: #CFEEFC;
}
.carousel.on-dk .owl-carousel .owl-dots button.owl-dot:hover span {
  background-color: #CFEEFC;
}
.carousel.on-dk .owl-carousel .owl-dots button.owl-dot span {
  background: #6C7075;
}
.carousel.on-dk .owl-carousel .owl-dots button.owl-dot span:hover, .carousel.on-dk .owl-carousel .owl-dots button.owl-dot span:hover span {
  background-color: #CFEEFC;
}
.carousel.on-dk .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #6ECEF7;
}
.carousel.on-lt .owl-carousel {
  margin-bottom: 3.125rem;
}
.carousel.on-lt .owl-carousel .carousel-item {
  height: 100%;
  width: auto;
}
.carousel.on-lt .owl-carousel .carousel-item img {
  height: 100%;
  width: auto;
}
.carousel.on-lt .owl-carousel .owl-item {
  height: 500px;
  display: flex;
  display: flex;
  justify-content: center;
  border-radius: 0.625rem;
  background-color: #e0e0e0;
  border-bottom: 1.25rem solid #e0e0e0;
  border-top: 1.25rem solid #e0e0e0;
}
.carousel.on-lt .owl-carousel .owl-item.active.center {
  margin: 0 auto;
}
.carousel.on-lt .owl-carousel .owl-nav button, .carousel.on-lt .owl-carousel .owl-nav button:focus {
  color: #105f81;
}
.carousel.on-lt .owl-carousel .owl-nav button:hover, .carousel.on-lt .owl-carousel .owl-nav button:focus:hover {
  color: #2188b4;
}
.carousel.on-lt .owl-carousel .owl-dots button.owl-dot:hover span {
  background-color: #2188b4;
}
.carousel.on-lt .owl-carousel .owl-dots button.owl-dot span {
  background: #a9b3b4;
}
.carousel.on-lt .owl-carousel .owl-dots button.owl-dot span:hover, .carousel.on-lt .owl-carousel .owl-dots button.owl-dot span:hover span {
  background-color: #2188b4;
}
.carousel.on-lt .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #105f81;
}

/* ===== CASE STUDY DETAILS ===== */
.case-details-top {
  background-color: #1C2A31;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
.case-details-top .case-details-top-content {
  display: flex;
  flex-direction: column;
  width: 1050px;
  margin: 0 auto;
}
.case-details-top .case-details-top-content hr {
  margin-block-start: 0.9375rem;
  margin-block-end: 0.9375rem;
  border-top: none;
  border-bottom: 0.0625rem solid #273B45;
  width: 100%;
}
.case-details-top .case-details-top-content h1 {
  margin-bottom: 1.25rem;
}

.split-summary {
  display: flex;
  flex-direction: row;
  gap: 3.125rem;
  width: 1050px;
}
.split-summary .left .shadowed-box {
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
  width: 21.25rem;
  gap: 1.25rem;
}
.split-summary .left .shadowed-box .label-value {
  display: flex;
  flex-direction: column;
  gap: 0.325rem;
}
.split-summary .right h2 {
  margin-bottom: 0.625rem;
}
.split-summary .right p {
  margin-bottom: 0.9375rem;
}
.split-summary .right p:last-child {
  margin-bottom: 0;
}

.middle-case-container-01 {
  background-color: #f0f0f0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.middle-case-container-01 .middle-case-content-01 {
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  width: 1050px;
  gap: 3.125rem;
  display: flex;
  flex-direction: row;
}
.middle-case-container-01 .middle-case-content-01 .left {
  width: 37.5rem;
}
.middle-case-container-01 .middle-case-content-01 .left h2 {
  margin-bottom: 1.25rem;
}
.middle-case-container-01 .middle-case-content-01 .left h3 {
  margin-bottom: 0.325rem;
}
.middle-case-container-01 .middle-case-content-01 .left p {
  margin-bottom: 0.9375rem;
}
.middle-case-container-01 .middle-case-content-01 .left p:last-of-type {
  margin-bottom: 0;
}
.middle-case-container-01 .middle-case-content-01 .left .box-container {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
.middle-case-container-01 .middle-case-content-01 .left .box-container .box {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 0.325rem;
}
.middle-case-container-01 .middle-case-content-01 .left hr {
  margin-block-start: 1.875rem;
  margin-block-end: 1.875rem;
  border-top: none;
  border-bottom: 0.0625rem solid #cccccc;
}
.middle-case-container-01 .middle-case-content-01 .right {
  width: 25rem;
}
.middle-case-container-01 .middle-case-content-01 .right img {
  width: 100%;
  height: auto;
}

.middle-case-container-02 {
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.middle-case-container-02 .middle-case-content-02 {
  width: 1050px;
  gap: 3.125rem;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.middle-case-container-02 .middle-case-content-02 .left img {
  height: auto;
  width: 400px;
}
.middle-case-container-02 .middle-case-content-02 .right {
  width: 37.5rem;
}
.middle-case-container-02 .middle-case-content-02 .right h2 {
  margin-bottom: 1.25rem;
}
.middle-case-container-02 .middle-case-content-02 .right .paragraph-blocks {
  gap: 1.875rem;
  display: flex;
  flex-direction: column;
}
.middle-case-container-02 .middle-case-content-02 .right .paragraph-blocks p {
  margin-bottom: 0.9375rem;
}
.middle-case-container-02 .middle-case-content-02 .right .paragraph-blocks p:last-child {
  margin-bottom: 0;
}
.middle-case-container-02 .middle-case-content-02 .right .paragraph-blocks h3 {
  margin-top: 0.325rem;
}

.bottom-case-container {
  background-color: #1C2A31;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.bottom-case-container .bottom-case-content {
  display: flex;
  flex-direction: column;
  width: 1050px;
  margin: 0 auto;
}
.bottom-case-container .bottom-case-content h2 {
  margin-bottom: 1.25rem;
}
.bottom-case-container .bottom-case-content .split {
  display: flex;
  flex-direction: row;
}
.bottom-case-container .bottom-case-content .split .left {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.bottom-case-container .bottom-case-content .split .left h3 {
  margin-bottom: 0.325rem;
}
.bottom-case-container .bottom-case-content .split .left .box-container {
  margin-top: 1.25rem;
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}
.bottom-case-container .bottom-case-content .split .left .box-container .box {
  display: flex;
  flex-direction: column;
  gap: 0.325rem;
}
.bottom-case-container .bottom-case-content .split .right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.bottom-case-container .bottom-case-content .split .right p {
  margin-bottom: 0.625rem;
}
.bottom-case-container .bottom-case-content .split .right p:last-child {
  margin-bottom: 0;
}
.bottom-case-container .bottom-case-content .split .right h3 {
  margin-bottom: 0.325rem;
}
.bottom-case-container .bottom-case-content .divider {
  width: 0.0625rem;
  height: auto;
  background-color: #273B45;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  display: flex;
  flex-direction: column;
}
.bottom-case-container .bottom-case-content hr {
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  border-bottom: 0.0625rem solid #273B45;
  border-top: none;
  width: 100%;
}

/* ===== MINI CASE STUDY DETAILS ===== */
.mini-case-details-top {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  margin: 0 auto;
}
.mini-case-details-top .mini-case-details-top-content {
  display: flex;
  flex-direction: column;
  width: 1050px;
  margin: 0 auto;
}
.mini-case-details-top .mini-case-details-top-content hr {
  margin-block-start: 0.9375rem;
  margin-block-end: 0.9375rem;
  border-top: none;
  border-bottom: 0.0625rem solid #cccccc;
  width: 100%;
}
.mini-case-details-top .mini-case-details-top-content h1 {
  margin-bottom: 1.25rem;
}
.mini-case-details-top .mini-case-details-top-content .split-summary {
  display: flex;
  flex-direction: row;
  gap: 3.125rem;
  width: 1050px;
}
.mini-case-details-top .mini-case-details-top-content .split-summary .left .shadowed-box {
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
  width: 21.25rem;
  gap: 1.25rem;
}
.mini-case-details-top .mini-case-details-top-content .split-summary .left .shadowed-box .label-value {
  display: flex;
  flex-direction: column;
  gap: 0.325rem;
}
.mini-case-details-top .mini-case-details-top-content .split-summary .right h2 {
  margin-bottom: 0;
}
.mini-case-details-top .mini-case-details-top-content .split-summary .right h3 {
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}
.mini-case-details-top .mini-case-details-top-content .split-summary .right p {
  margin-bottom: 0.9375rem;
}
.mini-case-details-top .mini-case-details-top-content .split-summary .right p:last-child {
  margin-bottom: 0;
}

.mini-case-details-bottom {
  width: 100%;
  background-color: #1C2A31;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.mini-case-details-bottom .mini-case-details-bottom-content {
  width: 1050px;
  margin: 0 auto;
}
.mini-case-details-bottom .mini-case-details-bottom-content h2 {
  margin-bottom: 1.25rem;
}
.mini-case-details-bottom .mini-case-details-bottom-content .box-container {
  display: flex;
  flex-direction: row;
  gap: 1.875rem;
  width: 100%;
}
.mini-case-details-bottom .mini-case-details-bottom-content .box-container .box {
  display: flex;
  flex-direction: column;
  background-color: #273B45;
  border-radius: 0.625rem;
  gap: 0.325rem;
  width: 100%;
}
.mini-case-details-bottom .mini-case-details-bottom-content hr {
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  border-top: none;
  border-bottom: 0.0625rem solid #273B45;
}

/* ===== FOOTER ===== */
#footer-bar {
  align-items: center;
  background-color: #273B45;
  border-top: 0.0625rem solid #395665;
  bottom: 0;
  height: 2.1875rem;
  left: 0;
  padding: 0 3.125rem;
  right: 0;
}
#footer-bar #footer-bar-wrapper {
  align-items: center;
  display: flex;
  height: 2.1875rem;
  justify-content: space-between;
  margin: auto;
  max-width: 1280px;
}
#footer-bar #footer-bar-wrapper .social-icons {
  font-size: 0.9375rem;
}
#footer-bar #footer-bar-wrapper .social-icons a, #footer-bar #footer-bar-wrapper .social-icons a:visited {
  color: #ffffff;
  margin-right: 2.1875rem;
}
#footer-bar #footer-bar-wrapper .social-icons a:hover {
  color: #CFEEFC;
  text-decoration: none;
}
#footer-bar #footer-bar-wrapper .copyright-text p {
  color: #CFEEFC;
  font-size: 0.75rem;
  margin: 0;
}

/* ========== */
/* COLORS */
/* TYPOGRAPHY */
/* COMMON SPACING */
.navigation {
  overflow: hidden;
}

.navigation .icon {
  display: none;
}

.logo-img.mobile {
  display: none;
}

.hide-larger {
  display: none;
}

.hide-larger02 {
  display: none;
}

@media (760px <= width <= 1130px) {
  .main-content.responsive {
    height: calc(100% - 233px);
  }

  .main-content.portfolio.responsive {
    height: calc(100% - 233px);
  }

  div.logo-img.mobile img {
    margin-left: 1.875rem;
  }

  /* ===== HERO CONTAINER ===== */
  .hero-container .hero-content {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
    width: 700px;
  }
  .hero-container .hero-content .h-left img {
    width: 149px;
    height: auto;
  }
  .hero-container .hero-content .h-left .link-bubble {
    border: 3px solid #105f81;
  }
  .hero-container .hero-content .h-left .link-bubble .bubble-links {
    font-size: 25px;
  }
  .hero-container .hero-content .h-right {
    gap: 0.9375rem;
    max-width: 31.25rem;
  }

  /* ========== */
  /* ===== WORK ===== */
  .top-work-container .top-work-content h2 {
    margin-bottom: 1.25rem;
  }
  .top-work-container .top-work-content .top-case-study {
    height: fit-content;
    display: flex;
    flex-direction: column;
    max-width: 700px;
  }
  .top-work-container .top-work-content .top-case-study .cs-left {
    display: flex;
    height: 21.875rem;
    width: 700px;
    background-size: 700px auto;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.tql {
    background-image: url("../../images/TQLGen_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.sota {
    background-image: url("../../images/SOTA_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.tip-ds {
    background-image: url("../../images/TIP-DS_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-right {
    width: 38.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
  .top-work-container .top-work-content .top-case-study .cs-right .box-container p.link {
    text-align: right;
  }

  /* ========== */
  /* ===== MINI CASE STUDIES WORK ===== */
  .mini-case-study-container .mini-case-study-content {
    display: flex;
    flex-direction: column;
    width: 700px;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study {
    width: 18.4375rem;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb {
    width: 18.4375rem;
    height: auto;
    aspect-ratio: 16/10;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study p.link {
    width: 100%;
    text-align: right;
  }

  .mini-case-studies {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
  }

  #about .section.overview .content {
    max-width: 700px;
  }
  #about .section.philosophy .content {
    max-width: 700px;
  }
  #about .section.philosophy .content .box-container {
    flex-direction: column;
    gap: 1.25rem;
  }
  #about .section.references .content {
    max-width: 700px;
  }
  #about .section.references .content .box-container {
    flex-direction: column;
  }

  .hide-larger {
    display: flex;
    width: 23.125rem;
  }

  .hide-larger02 {
    display: none;
  }

  .hide-smaller {
    display: none;
  }

  .hide-smaller02 {
    display: block;
  }

  /* ===== OWL CAROUSEL ===== */
  .carousel {
    width: 100%;
  }
  .carousel.on-dk .owl-carousel .carousel-item {
    height: auto;
    width: 100%;
  }
  .carousel.on-dk .owl-carousel .carousel-item img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .carousel.on-dk .owl-carousel .owl-item {
    height: auto;
    display: flex;
    justify-content: center;
    border: 0.625rem solid #131C20;
  }
  .carousel.on-dk .owl-carousel .owl-item.active.center {
    margin: 0 auto;
  }
  .carousel.on-lt .owl-carousel .carousel-item {
    height: auto;
    width: 100%;
  }
  .carousel.on-lt .owl-carousel .carousel-item img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .carousel.on-lt .owl-carousel .owl-item {
    height: auto;
    display: flex;
    justify-content: center;
    border: 0.625rem solid #e0e0e0;
  }
  .carousel.on-lt .owl-carousel .owl-item.active.center {
    margin: 0 auto;
  }

  /* ===== CASE STUDY DETAILS ===== */
  .case-details-top {
    width: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .case-details-top .case-details-top-content {
    width: 100%;
  }

  .split-summary {
    display: flex;
    flex-direction: row;
    gap: 1.875rem;
    width: auto;
  }
  .split-summary .left {
    width: 50%;
  }
  .split-summary .left .shadowed-box {
    width: auto;
  }
  .split-summary .right {
    width: 50%;
  }

  .middle-case-container-01 {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .middle-case-container-01 h2 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .middle-case-container-01 .middle-case-content-01 {
    margin: 0 auto;
    padding: 0;
    width: auto;
    gap: 1.875rem;
    display: flex;
    flex-direction: row;
  }
  .middle-case-container-01 .middle-case-content-01 .left {
    width: 50%;
  }
  .middle-case-container-01 .middle-case-content-01 .right {
    width: 50%;
    align-content: center;
  }
  .middle-case-container-01 .middle-case-content-01 .right img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  .middle-case-container-02 {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .middle-case-container-02 h2 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .middle-case-container-02 .middle-case-content-02 {
    width: auto;
    gap: 1.875rem;
    display: flex;
    flex-direction: row;
  }
  .middle-case-container-02 .middle-case-content-02 .left {
    width: 50%;
  }
  .middle-case-container-02 .middle-case-content-02 .left img {
    height: auto;
    width: 100%;
    max-width: 400px;
  }
  .middle-case-container-02 .middle-case-content-02 .right {
    width: 50%;
  }

  .bottom-case-container {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .bottom-case-container .bottom-case-content {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
  }
  .bottom-case-container .bottom-case-content h2 {
    margin-bottom: 1.25rem;
  }
  .bottom-case-container .bottom-case-content .split {
    display: flex;
    flex-direction: row;
  }
  .bottom-case-container .bottom-case-content .split .left {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .bottom-case-container .bottom-case-content .split .left h3 {
    margin-bottom: 0.325rem;
  }
  .bottom-case-container .bottom-case-content .split .left .box-container {
    margin-top: 1.25rem;
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
  }
  .bottom-case-container .bottom-case-content .split .right {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .bottom-case-container .bottom-case-content .split .right h3 {
    margin-bottom: 0.325rem;
  }
  .bottom-case-container .bottom-case-content .divider {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  /* ===== MINI CASE STUDY DETAILS ===== */
  .mini-case-details-top {
    width: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .mini-case-details-top .mini-case-details-top-content {
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content h1 {
    margin-bottom: 1.25rem;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary {
    display: flex;
    flex-direction: row;
    gap: 1.875rem;
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .left {
    width: 50%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .left .shadowed-box {
    width: auto;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right {
    width: 50%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right h3 {
    margin-bottom: 0.625rem;
    margin-top: 1.25rem;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right p {
    margin-bottom: 0.9375rem;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right p:last-child {
    margin-bottom: 0;
  }

  .mini-case-details-bottom {
    width: auto;
    background-color: #1C2A31;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content {
    width: auto;
    margin: 0 auto;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content .box-container {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content .box-container .box {
    display: flex;
  }
}
@media (481px <= width <= 759px) {
  .main-content.responsive {
    height: calc(100% - 233px);
  }

  .main-content.portfolio.responsive {
    height: calc(100% - 233px);
  }

  div.logo-img.mobile img {
    margin-left: 1.875rem;
  }

  h1 {
    font-size: 1.75rem;
  }

  .h1-subtext {
    font-size: 0.875rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  #hero-text {
    font-size: 1.25rem;
  }

  #hero-subtext {
    font-size: 1.125rem;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
  }
  .hero-container .hero-content {
    display: flex;
    flex-direction: column;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    width: auto;
    align-items: flex-start;
    gap: 1.875rem;
  }
  .hero-container .hero-content .h-left img {
    width: 149px;
    height: auto;
  }
  .hero-container .hero-content .h-left .link-bubble {
    border: 3px solid #105f81;
  }
  .hero-container .hero-content .h-left .link-bubble .bubble-links {
    font-size: 25px;
  }
  .hero-container .hero-content .h-right {
    gap: 0.9375rem;
    max-width: 100%;
  }

  /* ===== WORK ===== */
  .top-work-container .top-work-content {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .top-work-container .top-work-content h2 {
    margin-bottom: 1.25rem;
  }
  .top-work-container .top-work-content .top-case-study {
    height: fit-content;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .top-work-container .top-work-content .top-case-study .cs-left {
    display: flex;
    height: 21.875rem;
    width: 100%;
    background-size: 100%;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.tql {
    background-image: url("../../images/TQLGen_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.sota {
    background-image: url("../../images/SOTA_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.tip-ds {
    background-image: url("../../images/TIP-DS_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-right {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
  .top-work-container .top-work-content .top-case-study .cs-right .box-container p.link {
    text-align: right;
  }

  /* ========== */
  /* ===== MINI CASE STUDIES WORK ===== */
  .mini-case-study-container .mini-case-study-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study {
    width: auto;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study p.link {
    width: 100%;
    text-align: left;
  }

  .mini-case-studies {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: auto;
    gap: 1.875rem;
  }

  #about .section.overview .content {
    max-width: 100%;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  #about .section.overview .content .split {
    flex-direction: column;
    gap: 1.875rem;
  }
  #about .section.overview .content .split .left {
    margin-right: 0;
  }
  #about .section.overview .content .split .left .owl-stage-outer {
    margin: 0 auto;
  }
  #about .section.overview .content .split .right .box {
    max-width: 100%;
  }
  #about .section.philosophy .content {
    max-width: 100%;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  #about .section.philosophy .content .box-container {
    flex-direction: column;
    gap: 1.25rem;
  }
  #about .section.philosophy .content .box-container .shadowed-box {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  #about .section.references .content {
    max-width: 100%;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  #about .section.references .content .box-container {
    flex-direction: column;
    gap: 1.25rem;
  }
  #about .section.references .content .box-container .shadowed-box {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  /* ===== OWL CAROUSEL ===== */
  .carousel {
    width: 100%;
  }
  .carousel.on-dk .owl-carousel .carousel-item {
    height: auto;
    width: 100%;
  }
  .carousel.on-dk .owl-carousel .carousel-item img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .carousel.on-dk .owl-carousel .owl-item {
    height: auto;
    display: flex;
    justify-content: center;
    border: 0.625rem solid #131C20;
  }
  .carousel.on-dk .owl-carousel .owl-item.active.center {
    margin: 0 auto;
  }
  .carousel.on-lt .owl-carousel .carousel-item {
    height: auto;
    width: 100%;
  }
  .carousel.on-lt .owl-carousel .carousel-item img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .carousel.on-lt .owl-carousel .owl-item {
    height: auto;
    display: flex;
    justify-content: center;
    border: 0.625rem solid #e0e0e0;
  }
  .carousel.on-lt .owl-carousel .owl-item.active.center {
    margin: 0 auto;
  }

  /* ===== CASE STUDY DETAILS ===== */
  .case-details-top {
    width: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .case-details-top .case-details-top-content {
    width: 100%;
  }

  .split-summary {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: auto;
  }
  .split-summary .left {
    width: 100%;
  }
  .split-summary .left .shadowed-box {
    width: auto;
  }
  .split-summary .right {
    width: 100%;
  }

  .middle-case-container-01 {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .middle-case-container-01 h2 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .middle-case-container-01 .middle-case-content-01 {
    margin: 0 auto;
    padding: 0;
    width: auto;
    gap: 1.875rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .middle-case-container-01 .middle-case-content-01 .left {
    width: 100%;
  }
  .middle-case-container-01 .middle-case-content-01 .right {
    width: 100%;
    text-align: center;
  }
  .middle-case-container-01 .middle-case-content-01 .right img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  .middle-case-container-02 {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .middle-case-container-02 h2 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .middle-case-container-02 .middle-case-content-02 {
    width: auto;
    gap: 1.875rem;
    display: flex;
    flex-direction: column;
  }
  .middle-case-container-02 .middle-case-content-02 .left {
    width: 100%;
    text-align: center;
  }
  .middle-case-container-02 .middle-case-content-02 .left img {
    height: auto;
    width: 100%;
    max-width: 400px;
  }
  .middle-case-container-02 .middle-case-content-02 .right {
    width: 100%;
  }

  .bottom-case-container {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .bottom-case-container .bottom-case-content {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
  }
  .bottom-case-container .bottom-case-content h2 {
    margin-bottom: 1.25rem;
  }
  .bottom-case-container .bottom-case-content .split {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  .bottom-case-container .bottom-case-content .split .left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bottom-case-container .bottom-case-content .split .left h3 {
    margin-bottom: 0.325rem;
  }
  .bottom-case-container .bottom-case-content .split .left .box-container {
    margin-top: 1.25rem;
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
  }
  .bottom-case-container .bottom-case-content .split .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #273B45;
  }
  .bottom-case-container .bottom-case-content .split .right h3 {
    margin-bottom: 0.325rem;
  }
  .bottom-case-container .bottom-case-content .divider {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  /* ===== MINI CASE STUDY DETAILS ===== */
  .mini-case-details-top {
    width: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .mini-case-details-top .mini-case-details-top-content {
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .left {
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .left .shadowed-box {
    width: auto;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right {
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right h3 {
    margin-bottom: 0.625rem;
    margin-top: 1.25rem;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right p {
    margin-bottom: 0.9375rem;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right p:last-child {
    margin-bottom: 0;
  }

  .mini-case-details-bottom {
    width: auto;
    background-color: #1C2A31;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content {
    width: auto;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content .box-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content .box-container .box {
    display: flex;
    width: auto;
  }

  .hide-larger {
    display: flex;
    width: 100%;
  }

  .hide-smaller {
    display: none;
  }

  #footer-bar {
    padding: 0 1.875rem;
  }

  .hide-larger02 {
    display: block;
  }

  .hide-smaller02 {
    display: none;
  }
}
@media (10px <= width <= 480px) {
  .main-content.responsive {
    height: calc(100% - 233px);
  }

  .main-content.portfolio.responsive {
    height: calc(100% - 233px);
  }

  div.logo-img.mobile img {
    margin-left: 1.25rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  .h1-subtext {
    font-size: 0.875rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }

  #hero-text {
    font-size: 1rem;
  }

  #hero-subtext {
    font-size: 0.875rem;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
  }
  .hero-container .hero-content {
    display: flex;
    flex-direction: column;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: auto;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .hero-container .hero-content .h-left img {
    width: 149px;
    height: auto;
  }
  .hero-container .hero-content .h-left .link-bubble {
    border: 3px solid #105f81;
  }
  .hero-container .hero-content .h-left .link-bubble .bubble-links {
    font-size: 25px;
  }
  .hero-container .hero-content .h-right {
    gap: 0.9375rem;
    max-width: 100%;
  }

  /* ===== WORK ===== */
  .top-work-container .top-work-content {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
  .top-work-container .top-work-content h2 {
    margin-bottom: 1.25rem;
  }
  .top-work-container .top-work-content .top-case-study {
    height: fit-content;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .top-work-container .top-work-content .top-case-study .cs-left {
    display: flex;
    height: 15.625rem;
    width: 100%;
    background-size: 100%;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-left-radius: 0;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.tql {
    background-image: url("../../images/TQLGen_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.sota {
    background-image: url("../../images/SOTA_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-left.tip-ds {
    background-image: url("../../images/TIP-DS_thumb-01.png");
    background-repeat: no-repeat;
  }
  .top-work-container .top-work-content .top-case-study .cs-right {
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    border-left: none;
    border-top: 1px solid #cccccc;
    padding: 1.25rem;
  }
  .top-work-container .top-work-content .top-case-study .cs-right .box-container p.link {
    text-align: right;
  }

  .top-case-studies {
    gap: 1.875rem;
  }

  /* ========== */
  /* ===== MINI CASE STUDIES WORK ===== */
  .mini-case-study-container .mini-case-study-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study {
    width: auto;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study .mini-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
  }
  .mini-case-study-container .mini-case-study-content .mini-case-study p.link {
    width: 100%;
    text-align: left;
  }

  .mini-case-studies {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: auto;
    gap: 1.875rem;
  }

  #about .section.overview .content {
    max-width: 100%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  #about .section.overview .content .split {
    flex-direction: column;
    gap: 1.875rem;
  }
  #about .section.overview .content .split .left {
    margin-right: 0;
    max-width: 100%;
  }
  #about .section.overview .content .split .left .owl-stage-outer {
    margin: 0 auto;
    width: 100% !important;
  }
  #about .section.overview .content .split .left .owl-stage-outer img {
    width: 100%;
  }
  #about .section.overview .content .split .right .box {
    max-width: 100%;
  }
  #about .section.philosophy .content {
    max-width: 100%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  #about .section.philosophy .content .box-container {
    flex-direction: column;
    gap: 1.25rem;
  }
  #about .section.philosophy .content .box-container .shadowed-box {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  #about .section.references .content {
    max-width: 100%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  #about .section.references .content .box-container {
    flex-direction: column;
    gap: 1.25rem;
  }
  #about .section.references .content .box-container .shadowed-box {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  /* ===== OWL CAROUSEL ===== */
  .carousel {
    width: 100%;
  }
  .carousel.on-dk .owl-carousel .carousel-item {
    height: auto;
    width: 100%;
  }
  .carousel.on-dk .owl-carousel .carousel-item img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .carousel.on-dk .owl-carousel .owl-item {
    height: auto;
    display: flex;
    justify-content: center;
    border: 0.625rem solid #131C20;
  }
  .carousel.on-dk .owl-carousel .owl-item.active.center {
    margin: 0 auto;
  }
  .carousel.on-lt .owl-carousel .carousel-item {
    height: auto;
    width: 100%;
  }
  .carousel.on-lt .owl-carousel .carousel-item img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .carousel.on-lt .owl-carousel .owl-item {
    height: auto;
    display: flex;
    justify-content: center;
    border: 0.625rem solid #e0e0e0;
  }
  .carousel.on-lt .owl-carousel .owl-item.active.center {
    margin: 0 auto;
  }

  /* ===== CASE STUDY DETAILS ===== */
  .case-details-top {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .case-details-top .case-details-top-content {
    width: 100%;
  }

  .split-summary {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: auto;
  }
  .split-summary .left {
    width: 100%;
  }
  .split-summary .left .shadowed-box {
    width: auto;
  }
  .split-summary .right {
    width: 100%;
  }

  .middle-case-container-01 {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .middle-case-container-01 h2 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .middle-case-container-01 .middle-case-content-01 {
    margin: 0 auto;
    padding: 0;
    width: auto;
    gap: 1.875rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .middle-case-container-01 .middle-case-content-01 .left {
    width: 100%;
  }
  .middle-case-container-01 .middle-case-content-01 .right {
    width: 100%;
  }
  .middle-case-container-01 .middle-case-content-01 .right img {
    width: 100%;
    height: auto;
  }

  .middle-case-container-02 {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .middle-case-container-02 h2 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .middle-case-container-02 .middle-case-content-02 {
    width: auto;
    gap: 1.875rem;
    display: flex;
    flex-direction: column;
  }
  .middle-case-container-02 .middle-case-content-02 .left {
    width: 100%;
  }
  .middle-case-container-02 .middle-case-content-02 .left img {
    height: auto;
    width: 100%;
  }
  .middle-case-container-02 .middle-case-content-02 .right {
    width: 100%;
  }

  .bottom-case-container {
    width: auto;
    display: flex;
    flex-direction: column;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .bottom-case-container .bottom-case-content {
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
  }
  .bottom-case-container .bottom-case-content h2 {
    margin-bottom: 1.25rem;
  }
  .bottom-case-container .bottom-case-content .split {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
  .bottom-case-container .bottom-case-content .split .left {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .bottom-case-container .bottom-case-content .split .left h3 {
    margin-bottom: 0.325rem;
  }
  .bottom-case-container .bottom-case-content .split .left .box-container {
    margin-top: 1.25rem;
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
  }
  .bottom-case-container .bottom-case-content .split .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #273B45;
  }
  .bottom-case-container .bottom-case-content .split .right h3 {
    margin-bottom: 0.325rem;
  }
  .bottom-case-container .bottom-case-content .divider {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  /* ===== MINI CASE STUDY DETAILS ===== */
  .mini-case-details-top {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mini-case-details-top .mini-case-details-top-content {
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .left {
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .left .shadowed-box {
    width: auto;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right {
    width: 100%;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right h3 {
    margin-bottom: 0.625rem;
    margin-top: 1.25rem;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right p {
    margin-bottom: 0.9375rem;
  }
  .mini-case-details-top .mini-case-details-top-content .split-summary .right p:last-child {
    margin-bottom: 0;
  }

  .mini-case-details-bottom {
    width: auto;
    background-color: #1C2A31;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content {
    width: auto;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content .box-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
  }
  .mini-case-details-bottom .mini-case-details-bottom-content .box-container .box {
    display: flex;
    width: auto;
  }

  .hide-larger {
    display: flex;
    width: 100%;
  }

  .hide-smaller {
    display: none;
  }

  .hide-larger02 {
    display: block;
  }

  .hide-smaller02 {
    display: none;
  }

  #footer-bar {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 830px) {
  #header-bar {
    padding: 0;
  }

  #header-bar #header-bar-wrapper ul.navigation {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    width: 100%;
  }
  #header-bar #header-bar-wrapper ul.navigation li.nav-item {
    min-width: 100%;
    padding: 0;
    width: 100%;
  }
  #header-bar #header-bar-wrapper ul.navigation li.nav-item.selected {
    background-size: 11.85rem;
  }
  #header-bar #header-bar-wrapper ul.navigation li.nav-item a {
    height: inherit;
    min-width: 100%;
    padding: 1rem 0;
    width: 100%;
  }

  .logo-img {
    display: none;
  }

  .navigation li {
    display: none;
  }

  div.logo-img.mobile {
    display: block;
    height: 3.25rem;
    padding: 0.8125rem 0 0.8125rem 3.125rem;
  }
  div.logo-img.mobile img {
    display: flex;
    height: 3.25rem;
    margin-left: 1.625rem;
    width: auto;
  }

  .navigation .icon {
    color: #3a3434;
    display: flex;
    font-size: 2rem;
    padding: 1.4rem 1rem 1.4rem 1rem;
    position: absolute;
    right: 26px;
    text-decoration: none;
    top: 0;
  }

  .navigation .icon:hover {
    color: #105f81;
  }

  .navigation.responsive {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .navigation.responsive .icon {
    position: absolute;
    right: 26px;
    top: 0;
  }

  #header-bar ul.navigation.responsive li.nav-item {
    background-position-x: center;
    background-position-y: bottom;
    background-size: 10.8rem;
    border-top: 0.0625rem solid #bbbbbb;
    display: flex;
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #header-bar ul.navigation.responsive li.nav-item a {
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
    width: 100%;
  }

  .main-content.responsive {
    height: calc(100% - 233px);
  }

  .main-content.portfolio.responsive {
    height: calc(100% - 233px);
  }
}

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