/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* =============
    Base
============= */
/* =============
    Mixins
============= */
/* =============
    Variables
============= */
:root {
  --black: #000000;
  --white: #ffffff;
  --purple: #65265c;
  --yellow: #febe4a;
  --blue: #2b4158;
  --gray: #8f9ca4;
  --gray-light: #b1c0c9;
  --white-smoke: #F9FAFB;
  --red: #DF1C41;
}

/* ---------------- Font Sizing ---------------- */
html {
  font-size: 100%;
}

/* ---------------- Media Queries ---------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

ul li {
  list-style: none;
}

.show-lg {
  display: none;
}
@media (min-width: 992px) {
  .show-lg {
    display: block;
  }
}

@media (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

.content-padding {
  padding: 10vh 0;
  padding-left: 16px;
  padding-right: 16px;
}
.callout-section h2 {
  font-weight: 550;
}
@media (min-width: 768px) {
  .callout-section h2 {
    font-size: 2.1875rem;
    font-weight: 550;
  }
}
.callout-section button {
  margin-top: 24px;
  border: none;
  background-color: var(--yellow);
  padding: 16px;
  color: var(--blue);
  font-weight: 550;
  transition: 0.25s;
  cursor: pointer;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .callout-section button {
    font-size: 1.25rem;
    padding: 24px;
  }
}
.callout-section button:hover {
  background-color: var(--blue);
  color: var(--white);
}

/* =============
    Typography
============= */
body {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.content-title {
  font-size: 2.5rem;
  font-weight: 350;
  margin-bottom: 24px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 16px;
}

/* =============
    Buttons
============= */
button {
  cursor: pointer;
  transition: 0.25s;
}

/* =============
    Forms
============= */
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  box-shadow: none;
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
  box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
}

/* Chrome, Opera, Safari */
::-webkit-input-placeholder {
  color: var(--mint);
}

/* Firefox 19+ */
::-moz-placeholder {
  color: var(--mint);
  opacity: 1; /* Firefox adds a lower opacity by default, so set to 1 for full opacity */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: var(--mint);
}

/* Microsoft Edge */
::-ms-input-placeholder {
  color: var(--mint);
}

/* =============
    Navigation
============= */
a {
  text-decoration: none;
}

#mainNav {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
}
@media (min-width: 992px) {
  #mainNav {
    overflow: visible;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#mainNav ul {
  list-style: none;
  margin: 0;
  padding: 16px 0 0 0;
}
@media (min-width: 992px) {
  #mainNav ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: auto;
  }
}
#mainNav ul li {
  text-align: right;
  height: 100%;
}
@media (min-width: 992px) {
  #mainNav ul li {
    padding-right: 16px;
  }
}
#mainNav ul li a:link, #mainNav ul li a:visited {
  font-weight: 550;
  display: inline-block;
  padding: 24px 0;
  color: var(--blue);
  transition: 0.25s;
  height: 100%;
}
@media (min-width: 992px) {
  #mainNav ul li a:link, #mainNav ul li a:visited {
    padding: 24px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  #mainNav ul li a:link:hover, #mainNav ul li a:link:active, #mainNav ul li a:visited:hover, #mainNav ul li a:visited:active {
    background-color: var(--gray-light);
    color: var(--white);
    border: 8px;
    border-radius: 8px;
  }
}
#mainNav ul li .contact-btn {
  background-color: var(--yellow);
  color: var(--blue);
  border: none;
  border-radius: 8px;
  padding: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}
#mainNav ul li .contact-btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

/* =============
    Header
============= */
header {
  position: fixed;
  top: 16px;
  left: 3%;
  width: 95%;
  z-index: 1000;
  padding: 24px;
  box-sizing: border-box;
  background-color: var(--white);
  border-radius: 16px;
  will-change: padding, background-color;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media (min-width: 1200px) {
  header {
    max-width: 1440px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
header #header-container {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50% auto;
  grid-template-areas: "logo burger" "nav nav";
}
@media (min-width: 992px) {
  header #header-container {
    grid-template-columns: 15% auto;
    grid-template-areas: "logo nav";
  }
}
header #header-container #logo {
  grid-area: logo;
  display: flex;
  align-items: center;
}
header #header-container #logo img {
  width: 150px;
}
@media (min-width: 992px) {
  header #header-container #logo img {
    width: 100%;
  }
}
header #header-container #burger-container {
  grid-area: burger;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header #header-container #burger-container #burgerBtn {
  height: 25px;
  width: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  cursor: pointer;
}
header #header-container #burger-container #burgerBtn .line {
  border-radius: 2px;
  height: 3px;
  width: 100%;
  background-color: var(--blue);
}
header #header-container #burger-container #burgerBtn .line-container {
  display: flex;
  flex: 1;
  height: 100%;
  width: 100%;
}
header #header-container #burger-container #burgerBtn #top {
  background-color: var(--blue);
  align-self: flex-start;
}
header #header-container #burger-container #burgerBtn #middle {
  background-color: var(--blue);
  align-items: center;
}
header #header-container #burger-container #burgerBtn #bottom {
  background-color: var(--blue);
}
@media (min-width: 992px) {
  header #header-container #burger-container {
    display: none;
  }
}
header #header-container #mainNav {
  grid-area: nav;
  position: relative;
}
header #header-container #mainNav #nav-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--purple);
  pointer-events: none;
  opacity: 0;
}

/* =============
    Footer
============= */
#site-footer {
  background-color: var(--blue);
  color: var(--white);
  padding: 10vh 16px 0;
  font-family: "Montserrat", sans-serif;
}
#site-footer #footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  #site-footer #footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  #site-footer #footer-inner {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 64px;
  }
}
#site-footer #footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#site-footer #footer-brand img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}
#site-footer #footer-brand p {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gray-light);
  line-height: 1.6;
  max-width: 28ch;
}
#site-footer #footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#site-footer #footer-nav li a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gray-light);
  text-decoration: none;
  transition: color 0.2s ease;
}
#site-footer #footer-nav li a:hover, #site-footer #footer-nav li a:focus {
  color: var(--yellow);
}
#site-footer #footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#site-footer #footer-contact h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--yellow);
  margin: 0 0 4px;
}
#site-footer #footer-contact a {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--gray-light);
  text-decoration: none;
  transition: color 0.2s ease;
}
#site-footer #footer-contact a:hover, #site-footer #footer-contact a:focus {
  color: var(--white);
}
#site-footer #footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #site-footer #footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
#site-footer #footer-bottom p {
  font-size: 0.8rem;
  color: var(--gray);
  margin: 0;
}
#site-footer #footer-bottom #footer-legal {
  display: flex;
  gap: 24px;
}
#site-footer #footer-bottom #footer-legal a {
  font-size: 0.8rem;
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s ease;
}
#site-footer #footer-bottom #footer-legal a:hover, #site-footer #footer-bottom #footer-legal a:focus {
  color: var(--white);
}

/* =============
    Home
============= */
#home {
  height: 100dvh;
  background-color: #0a6383;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 0;
}
#home #home-top {
  padding: 16px;
  color: var(--white);
  display: grid;
  align-items: end;
  padding-bottom: 10vh;
}
@media (min-width: 768px) {
  #home #home-top {
    grid-template-columns: auto 70vw auto;
    grid-template-areas: ". hero-content .";
    padding-bottom: 15vh;
  }
}
@media (min-width: 992px) {
  #home #home-top {
    padding-bottom: 0vh;
  }
}
@media (min-width: 1200px) {
  #home #home-top {
    grid-template-columns: auto 60vw auto;
  }
}
@media (min-width: 1440px) {
  #home #home-top {
    grid-template-columns: auto 1200px auto;
  }
}
#home #home-top > div {
  grid-area: hero-content;
}
#home #home-top > div h1 {
  font-size: 2.0625rem;
  font-weight: 375;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #home #home-top > div h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  #home #home-top > div h1 {
    font-size: 3.125rem;
  }
}
#home #home-top > div p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
#home #home-top > div p span {
  font-weight: 600;
  color: var(--yellow);
}
#home #home-img {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #home #home-img {
    height: 30vh;
    background-image: url("../img/home/hero-2.jpg");
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  #home #home-img {
    height: 40vh;
  }
}
@media (min-width: 1440px) {
  #home #home-img {
    height: 50vh;
  }
}
#home #home-img img {
  width: 100%;
  object-fit: scale-down;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #home #home-img img {
    display: none;
  }
}

/* =============
    Overview
============= */
#overview {
  scroll-margin-top: 80px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: var(--white);
}
@media (min-width: 1440px) {
  #overview {
    display: grid;
    grid-template-columns: auto 1200px auto;
    grid-template-areas: ". overview-top ." ". overview-bottom .";
  }
}
#overview #overview-top {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "svg" "content";
}
@media (min-width: 992px) {
  #overview #overview-top {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "content svg";
    gap: 24px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  #overview #overview-top {
    grid-area: overview-top;
  }
}
#overview #overview-top #overview-svg {
  grid-area: svg;
  margin: 0 auto;
  width: 80vw;
  aspect-ratio: 1036/808;
  position: relative;
}
@media (min-width: 768px) {
  #overview #overview-top #overview-svg {
    width: 70vw;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #overview #overview-top #overview-svg {
    width: 100%;
  }
}
#overview #overview-top #overview-svg #overview-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(#blob-mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
#overview #overview-top #overview-title {
  grid-area: title;
}
@media (min-width: 768px) {
  #overview #overview-top #overview-title {
    width: 80vw;
    margin: 0 auto;
  }
}
#overview #overview-top #overview-content {
  margin-top: 24px;
  grid-area: content;
}
@media (min-width: 768px) {
  #overview #overview-top #overview-content {
    padding-top: 24px;
    width: 80vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #overview #overview-top #overview-content {
    width: 100%;
  }
}
#overview #overview-top #overview-content p {
  font-size: 1.0625rem;
  line-height: 1.75rem;
  margin-bottom: 16px;
}
#overview #overview-bottom {
  margin-top: 24px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #overview #overview-bottom {
    grid-area: overview-bottom;
  }
}

/* =============
    What
============= */
#what {
  scroll-margin-top: 80px;
  background-color: var(--white-smoke);
  position: relative;
  z-index: 50;
}
@media (min-width: 992px) {
  #what {
    display: grid;
    grid-template-columns: auto 1200px auto;
    grid-template-areas: ". what .";
  }
}
@media (min-width: 992px) {
  #what > div {
    grid-area: what;
  }
}
#what > div #what-top {
  margin-bottom: 24px;
}
#what > div #what-top p {
  font-size: 1.0625rem;
  line-height: 1.75rem;
}
#what > div #what-cards #what-card-container {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  #what > div #what-cards #what-card-container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "card-1 card-1 card-2 card-2" ". card-3 card-3 .";
  }
}
@media (min-width: 992px) {
  #what > div #what-cards #what-card-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "card-1 card-2 card-3";
  }
}
#what > div #what-cards #what-card-container .what-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--white);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
#what > div #what-cards #what-card-container .what-card .card-img {
  height: 30vh;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  #what > div #what-cards #what-card-container .what-card .card-img {
    height: 20vh;
  }
}
@media (min-width: 992px) {
  #what > div #what-cards #what-card-container .what-card .card-img {
    height: 15vh;
  }
}
#what > div #what-cards #what-card-container .what-card .card-content {
  padding: 16px;
}
#what > div #what-cards #what-card-container .what-card .card-content h3 {
  margin-bottom: 16px;
  font-weight: 600;
}
#what > div #what-cards #what-card-container .what-card .card-content p {
  margin-bottom: 16px;
}
#what > div #what-cards #what-card-container .what-card .card-content ul li {
  margin-bottom: 8px;
  font-size: 0.875rem;
}
#what > div #what-cards #what-card-container .what-card .card-content ul li i {
  margin-right: 8px;
}
@media (min-width: 768px) {
  #what > div #what-cards #what-card-container #card-1-container {
    grid-area: card-1;
  }
}
#what > div #what-cards #what-card-container #card-1-container #card-1 {
  background-image: url("../img/what/card-1.jpg");
}
@media (min-width: 768px) {
  #what > div #what-cards #what-card-container #card-2-container {
    grid-area: card-2;
  }
}
#what > div #what-cards #what-card-container #card-2-container #card-2 {
  background-image: url("../img/what/card-2.jpg");
}
@media (min-width: 768px) {
  #what > div #what-cards #what-card-container #card-3-container {
    grid-area: card-3;
  }
}
#what > div #what-cards #what-card-container #card-3-container #card-3 {
  background-image: url("../img/what/card-3.jpg");
}

/* =============
    Services
============= */
#services {
  position: relative;
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  box-sizing: border-box;
  display: grid;
}
@media (min-width: 1200px) {
  #services {
    grid-template-columns: auto 1200px auto;
    grid-template-areas: ". services .";
  }
}
@media (min-width: 1200px) {
  #services #services-container {
    grid-area: services;
  }
}
#services #services-container #service-card-container {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  #services #services-container #service-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  #services #services-container #service-card-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
#services #services-container #service-card-container .service-card {
  background-color: var(--white-smoke);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
#services #services-container #service-card-container .service-card .service-img {
  height: 200px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
#services #services-container #service-card-container .service-card .service-img img {
  position: relative;
  bottom: -30px;
}
#services #services-container #service-card-container .service-card article {
  margin-top: 24px;
  padding: 16px;
}
#services #services-container #service-card-container .service-card article h2 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
#services #services-container #service-card-container .service-card article p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
#services #services-container #service-card-container .service-card article ul li {
  font-size: 0.875rem;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
}
#services #services-container #service-card-container .service-card article #fda-list i {
  color: #F97316;
  margin-right: 8px;
}
#services #services-container #service-card-container .service-card article #doc-list i {
  color: #111827;
  margin-right: 8px;
}
#services #services-container #service-card-container .service-card article #cmc-list i {
  color: #10B981;
  margin-right: 8px;
}
#services #services-container #service-card-container .service-card article #therapy-list i {
  color: #EF4444;
  margin-right: 8px;
}
#services #services-container #service-card-container #service-card-1 {
  background-image: url("../img/service/fda.jpg");
}
#services #services-container #service-card-container #service-card-2 {
  background-image: url("../img/service/doc.jpg");
}
#services #services-container #service-card-container #service-card-3 {
  background-image: url("../img/service/therapy.jpg");
}
#services #services-container #service-card-container #service-card-4 {
  background-image: url("../img/service/cmc.jpg");
}

/* =============
    GxP Services
============= */
#gxp {
  background-color: #0a6383;
  color: var(--white);
}
@media (min-width: 1440px) {
  #gxp {
    display: grid;
    grid-template-columns: auto 1200px auto;
    grid-template-areas: ". gxp .";
  }
}
@media (min-width: 1440px) {
  #gxp > div {
    grid-area: gxp;
  }
}
#gxp > div #gxp-card-container {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  #gxp > div #gxp-card-container {
    grid-template-columns: 50% auto;
  }
}
@media (min-width: 992px) {
  #gxp > div #gxp-card-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
#gxp > div #gxp-card-container .gxp-card {
  display: grid;
  background-color: #0a6383;
  background-color: rgba(255, 255, 255, 0.0823529412);
  color: var(--white-smoke);
}
#gxp > div #gxp-card-container .gxp-card .gxp-img {
  background-position: center;
  background-size: cover;
  height: 20vh;
}
@media (min-width: 768px) {
  #gxp > div #gxp-card-container .gxp-card .gxp-img {
    height: 100%;
    min-height: 20vh;
  }
}
#gxp > div #gxp-card-container .gxp-card #gxp-card-1 {
  background-image: url("../img/gxp/card-1.jpg");
}
#gxp > div #gxp-card-container .gxp-card #gxp-card-2 {
  background-image: url("../img/gxp/card-2.jpg");
}
#gxp > div #gxp-card-container .gxp-card #gxp-card-3 {
  background-image: url("../img/gxp/card-3.jpg");
}
#gxp > div #gxp-card-container .gxp-card #gxp-card-4 {
  background-image: url("../img/gxp/card-4.jpg");
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom {
  padding: 16px;
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom .icon-title i {
  margin-right: 8px;
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom .icon-title h2 {
  font-weight: 450;
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom p {
  margin-bottom: 16px;
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom .gxp-divide {
  height: 1px;
  background-color: var(--white);
  margin: 16px 0;
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom ul li {
  display: flex;
  margin-bottom: 16px;
  font-size: 0.875rem;
}
#gxp > div #gxp-card-container .gxp-card .gxp-bottom ul li i {
  margin-right: 4px;
}

/* =============
    Who We Are
============= */
#who {
  scroll-margin-top: 80px;
  background-color: var(--white-smoke);
}
@media (min-width: 1200px) {
  #who {
    display: grid;
    grid-template-columns: auto 1200px auto;
    grid-template-areas: ". who .";
  }
}
@media (min-width: 1200px) {
  #who > div {
    grid-area: who;
  }
}
#who > div #who-container {
  display: grid;
  gap: 16px;
  align-items: start;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #who > div #who-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  #who > div #who-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  #who > div #who-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
#who > div #who-container .card-wrapper {
  width: 100%;
  height: 360px;
  perspective: 1000px;
  cursor: pointer;
}
#who > div #who-container .card-wrapper .card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
}
#who > div #who-container .card-wrapper .card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}
#who > div #who-container .card-wrapper .card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--white);
  overflow: hidden;
}
#who > div #who-container .card-wrapper .card-front .photo-area {
  position: absolute;
  inset: 0;
  background-position: center top;
  background-size: cover;
}
#who > div #who-container .card-wrapper .card-front #william {
  background-image: url("../img/who/william.jpg");
}
#who > div #who-container .card-wrapper .card-front #nancy {
  background-image: url("../img/who/nancy.jpg");
}
#who > div #who-container .card-wrapper .card-front #paul {
  background-image: url("../img/who/paul.jpg");
}
#who > div #who-container .card-wrapper .card-front #david {
  background-image: url("../img/who/david.jpg");
}
#who > div #who-container .card-wrapper .card-front #larry {
  background-image: url("../img/who/larry.jpg");
}
#who > div #who-container .card-wrapper .card-front #nemisha {
  background-image: url("../img/who/nemisha.jpg");
}
#who > div #who-container .card-wrapper .card-front .name-area {
  position: relative;
  z-index: 1;
  transform: translateZ(0.5px);
  width: 100%;
  padding: 0.75rem 1rem;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
#who > div #who-container .card-wrapper .card-front .name-area .name {
  font-size: 1rem;
  color: var(--purple);
  font-weight: 550;
  margin: 0 0 2px;
}
#who > div #who-container .card-wrapper .card-front .name-area .title {
  font-size: 0.875rem;
  color: var(--blue);
  margin: 0;
}
#who > div #who-container .card-wrapper .card-front,
#who > div #who-container .card-wrapper .card-back {
  overflow: hidden;
}
#who > div #who-container .card-wrapper .card-back {
  transform: rotateY(180deg);
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}
#who > div #who-container .card-wrapper .card-back .initials {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 10px;
  flex-shrink: 0;
}
#who > div #who-container .card-wrapper .card-back .back-name {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 550;
  margin: 0 0 2px;
}
#who > div #who-container .card-wrapper .card-back .back-title {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--blue);
  margin: 0 0 14px;
}
#who > div #who-container .card-wrapper .card-back .divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;
}
#who > div #who-container .card-wrapper .card-back .contact-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
#who > div #who-container .card-wrapper .card-back .contact-row a:link, #who > div #who-container .card-wrapper .card-back .contact-row a:visited {
  background-color: var(--white-smoke);
  width: 100%;
  padding: 16px;
  font-size: 1rem;
  font-weight: 450;
  display: inline-block;
  color: var(--purple);
}
#who > div #who-container .card-wrapper .card-back .contact-row a:link i, #who > div #who-container .card-wrapper .card-back .contact-row a:visited i {
  font-size: 14px;
  color: var(--purple);
  margin-top: 1px;
  flex-shrink: 0;
}
#who > div #who-container .card-wrapper .card-back .contact-row a:link span, #who > div #who-container .card-wrapper .card-back .contact-row a:visited span {
  font-size: 11px;
  color: #555;
  line-height: 1.4;
  word-break: break-word;
}
#who > div #who-container .card-wrapper .card-back .contact-row button {
  border: none;
  background-color: var(--yellow);
  color: var(--blue);
  cursor: pointer;
  padding: 16px;
  font-weight: 450;
  border-radius: 8px;
}
#who > div #who-container .card-wrapper .card-back .contact-row button:hover {
  background-color: var(--blue);
  color: var(--white);
}

/* =============
    Submission
============= */
#submission {
  background-image: url("../img/who/submission.jpg");
  background-blend-mode: multiply;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
@media (min-width: 768px) {
  #submission {
    justify-content: flex-end;
    height: auto;
  }
}
@media (min-width: 992px) {
  #submission {
    justify-content: center;
    height: auto;
  }
}
#submission #sub-card {
  background: var(--black);
  padding: 16px;
  color: var(--white);
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  #submission #sub-card {
    width: 50vw;
    padding: 24px;
  }
}
@media (min-width: 1440px) {
  #submission #sub-card {
    width: 30vw;
    padding: 32px;
  }
}
#submission #sub-card p {
  margin-bottom: 16px;
  line-height: 1.5rem;
}

/* =============
    Contact
============= */
#contact-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#contact-overlay #contact-panel {
  /* style your panel however you like */
  background: var(--white);
  margin: 40px auto;
  padding: 16px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  border-radius: 16px;
  width: 90vw;
}
@media (min-width: 768px) {
  #contact-overlay #contact-panel {
    width: 90vw;
  }
}
@media (min-width: 992px) {
  #contact-overlay #contact-panel {
    width: 75vw;
  }
}
@media (min-width: 1200px) {
  #contact-overlay #contact-panel {
    width: 60vw;
  }
}
@media (min-width: 1440px) {
  #contact-overlay #contact-panel {
    width: 50vw;
  }
}
#contact-overlay #contact-panel #contact-close {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  width: 100%;
  top: -16px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  background-color: var(--white);
  padding: 4px;
}
#contact-overlay #contact-panel #contact-close button {
  border: none;
  background-color: var(--red);
  color: var(--white);
  padding: 16px;
  border-radius: 16px;
  font-weight: 550;
}
#contact-overlay #contact-panel #contact-close button:hover {
  background-color: var(--black);
  color: var(--red);
}
@media (min-width: 768px) {
  #contact-overlay #contact-panel #contact-top {
    display: grid;
    grid-template-columns: 50% auto;
  }
}
#contact-overlay #contact-panel #contact-top #contact-methods {
  margin-top: 16px;
}
#contact-overlay #contact-panel #contact-top #contact-methods li {
  margin-bottom: 8px;
}
#contact-overlay #contact-panel #contact-top #contact-methods li a:link,
#contact-overlay #contact-panel #contact-top #contact-methods li a:visited {
  background-color: var(--white-smoke);
  display: flex;
  color: var(--purple);
  padding: 12px;
  font-weight: 700;
  border-radius: 12px;
  font-size: 1rem;
}
#contact-overlay #contact-panel #contact-top #contact-methods li a:link .contact-icon,
#contact-overlay #contact-panel #contact-top #contact-methods li a:visited .contact-icon {
  color: var(--purple);
  margin-right: 8px;
}
#contact-overlay #contact-panel #contact-top #contact-methods li a:link,
#contact-overlay #contact-panel #contact-top #contact-methods li a:visited {
  color: var(--blue);
}
#contact-overlay #contact-panel #divide-line {
  height: 1px;
  background-color: var(--gray);
  width: 100%;
  margin: 24px 0;
}
#contact-overlay #contact-panel #contact-bottom {
  margin-top: 24px;
}
#contact-overlay #contact-panel #contact-bottom h2 {
  font-size: 1.5625rem;
  font-weight: 550;
  margin-bottom: 8px;
}
#contact-overlay #contact-panel #contact-bottom p {
  margin-bottom: 24px;
}
#contact-overlay #contact-panel #form-container {
  background-color: #f8f8f8;
  padding: 16px;
  border-radius: 16px;
}
#contact-overlay #contact-panel #form-container form label {
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
}
#contact-overlay #contact-panel #form-container form input {
  border: none;
  padding: 20px 8px;
  box-sizing: border-box;
  font-weight: 450;
}
#contact-overlay #contact-panel #form-container form #name-container input {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #contact-overlay #contact-panel #form-container form #name-container #name-input-container {
    display: flex;
    gap: 16px;
  }
}
#contact-overlay #contact-panel #form-container form #company-container {
  margin-top: 24px;
}
#contact-overlay #contact-panel #form-container form #company-container input {
  width: 100%;
}
#contact-overlay #contact-panel #form-container form #email-container {
  margin-top: 24px;
}
#contact-overlay #contact-panel #form-container form #email-container input {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #contact-overlay #contact-panel #form-container form #email-container #email-input-container {
    display: flex;
    gap: 16px;
  }
}
#contact-overlay #contact-panel #form-container form #phone-container {
  margin-top: 24px;
}
#contact-overlay #contact-panel #form-container form #phone-container input {
  width: 100%;
}
#contact-overlay #contact-panel #form-container form #reason-container {
  margin-top: 24px;
}
#contact-overlay #contact-panel #form-container form #reason-container .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
#contact-overlay #contact-panel #form-container form #reason-container .checkbox label {
  display: inline-block;
}
#contact-overlay #contact-panel #form-container form #comment-container {
  margin-top: 24px;
}
#contact-overlay #contact-panel #form-container form #comment-container textarea {
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 50vh;
  display: inline-block;
  padding: 8px;
}
@media (min-width: 768px) {
  #contact-overlay #contact-panel #form-container form #comment-container textarea {
    height: 25vh;
  }
}
#contact-overlay #contact-panel #form-container form #submit-container {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
#contact-overlay #contact-panel #form-container form #submit-container button {
  font-weight: 600;
  border: none;
  background-color: var(--yellow);
  padding: 16px;
  border-radius: 12px;
  color: var(--blue);
}
#contact-overlay #contact-panel #form-container form #submit-container button:hover {
  background-color: var(--blue);
  color: var(--white);
}

/* =============
    Slideshow
============= */
#slideshow {
  overflow: hidden;
}
#slideshow .slides-track {
  display: flex;
  width: max-content;
}
#slideshow .slide {
  width: 80vw;
  height: 70vh;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
}
#slideshow #slide-1 {
  background-image: url("../img/slideshow/slide-1.jpg");
}
#slideshow #slide-2 {
  background-image: url("../img/slideshow/slide-2.jpg");
}
#slideshow #slide-3 {
  background-image: url("../img/slideshow/slide-3.jpg");
}

/* =============
    Divide
============= */
#divide-1 {
  background-image: url("../img/divide/divide-1.jpg");
  height: 25vh;
  background-position: left center;
  background-size: cover;
}
@media (min-width: 768px) {
  #divide-1 {
    height: 35vh;
  }
}

/* =============
    Phase 1
============= */
#phase-1 {
  background-image: url("../img/phase-1/background-MB.jpg");
  background-position: center bottom;
  background-size: cover;
  height: 60vh;
  display: flex;
  justify-content: flex-end;
  padding: 24px;
}
@media (min-width: 768px) {
  #phase-1 {
    height: 45vh;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  #phase-1 {
    height: 40vh;
    background-image: url("../img/phase-1/background-DT.jpg");
    background-position: center;
  }
}
#phase-1 > div {
  padding-top: 15vh;
}
@media (min-width: 768px) {
  #phase-1 > div {
    width: 70vw;
    padding-top: 0vh;
  }
}
@media (min-width: 992px) {
  #phase-1 > div {
    width: 70vw;
  }
}
@media (min-width: 1200px) {
  #phase-1 > div {
    width: 60vw;
  }
}
@media (min-width: 1440px) {
  #phase-1 > div {
    width: 40vw;
    margin: 0 auto;
  }
}
#phase-1 > div h2 {
  color: var(--blue);
  text-align: right;
}
#phase-1 > div #phase-btn-container {
  display: flex;
  justify-content: flex-end;
}
#phase-1 > div #phase-btn-container button {
  background-color: var(--purple);
  color: var(--white);
}
#phase-1 > div #phase-btn-container button:hover {
  background-color: var(--blue);
  color: var(--white);
}

/* =============
    Bio Modal
============= */
#bio-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#bio-overlay #bio-panel {
  background: var(--white);
  margin: 40px auto;
  padding: 16px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  border-radius: 16px;
  width: 90vw;
}
@media (min-width: 768px) {
  #bio-overlay #bio-panel {
    width: 90vw;
  }
}
@media (min-width: 992px) {
  #bio-overlay #bio-panel {
    width: 75vw;
  }
}
@media (min-width: 1200px) {
  #bio-overlay #bio-panel {
    width: 60vw;
  }
}
@media (min-width: 1440px) {
  #bio-overlay #bio-panel {
    width: 50vw;
  }
}
#bio-overlay #bio-panel #bio-close {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  width: 100%;
  top: -16px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  background-color: var(--white);
  padding: 4px;
}
#bio-overlay #bio-panel #bio-close button {
  border: none;
  background-color: var(--red);
  color: var(--white);
  padding: 16px;
  border-radius: 16px;
  font-weight: 550;
}
#bio-overlay #bio-panel #bio {
  color: var(--blue);
}
#bio-overlay #bio-panel #bio #bio-name {
  color: var(--blue);
  font-size: 1.875rem;
  margin-bottom: 16px;
}
#bio-overlay #bio-panel #bio #bio-title {
  color: var(--gray);
  font-size: 1.25rem;
  margin-bottom: 16px;
}
#bio-overlay #bio-panel #bio p {
  margin-bottom: 24px;
  line-height: 1.5625rem;
}

/* =============
    Get Started
============= */
#started {
  background-color: var(--white-smoke);
}
@media (min-width: 992px) {
  #started {
    display: grid;
    grid-template-columns: auto 1200px auto;
    grid-template-areas: ". started .";
  }
}
@media (min-width: 992px) {
  #started > div {
    grid-area: started;
  }
}
#started > div #steps-container {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  #started > div #steps-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  #started > div #steps-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
#started > div #steps-container .steps {
  padding: 16px;
  background-color: var(--blue);
  border: 3px solid var(--purple);
  border-radius: 12px;
  text-align: center;
  height: 25vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
#started > div #steps-container .steps .step-top {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
#started > div #steps-container .steps .step-top .number {
  background-color: var(--purple);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 1.875rem;
  color: var(--white);
  border-radius: 100%;
  border: 3px solid var(--gray);
}
#started > div #steps-container .steps .step-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  box-sizing: border-box;
}
#started > div #steps-container .steps .step-bottom h3 {
  font-weight: 500;
  color: var(--white);
}
#started > div #steps-container .steps .arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(90deg);
  height: 40px;
  width: 40px;
  z-index: 10;
}
@media (min-width: 768px) {
  #started > div #steps-container .steps .arrow {
    top: 50%;
    right: -10px;
    left: auto;
    transform: translate(50%, -50%) rotate(0deg);
  }
}
#started > div #steps-container .steps .arrow .arrow-inner {
  height: 100%;
  width: 100%;
  background-color: var(--yellow);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--blue);
  border: 2px solid var(--blue);
}

/* =============
    IND Submission
============= */
#ind {
  background-image: url("../img/vendor/vendor-bg.jpg");
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  #ind {
    height: 45vh;
  }
}
#ind > div {
  color: var(--blue);
  background-color: var(--white-smoke);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  #ind > div {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  #ind > div {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  #ind > div {
    margin: 0 auto;
    width: 40vw;
  }
}
/* =============
    Vendor Audits
============= */
#vendor {
  background-image: url("../img/vendor/vendor-bg.jpg");
  height: 60vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  #vendor {
    height: 45vh;
  }
}
#vendor > div {
  color: var(--blue);
  background-color: var(--white-smoke);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  #vendor > div {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  #vendor > div {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  #vendor > div {
    margin: 0 auto;
    width: 40vw;
  }
}
