/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media (min-width: 0rem) {
  #intro-video {
    position: relative;
    margin-top: 6rem;
    margin-inline: auto;
    width: 100%;
    max-width: 96.875rem;
  }
  #intro-video video {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 4px 5px 11px 0px rgba(0, 0, 0, 0.153);
    border-radius: 0px;
    border: 4px solid #2196f3;
    border-inline-width: 0px;
  }
  #intro-video button {
    display: none;
    position: absolute;
    width: 8.5%;
    height: 14%;
    top: 67%;
    left: 40%;
    background: transparent;
    border: none;
    outline: none;
    scale: 2;
  }
  #intro-video button.show {
    display: flex;
  }
}
@media (min-width: 0rem) and (min-width: 64rem) {
  #intro-video {
    margin-top: 10rem;
  }
  #intro-video video {
    box-shadow: 7px 8px 11px 0px rgba(0, 0, 0, 0.26);
    border-radius: 10px;
    border: 4px solid #2196f3;
  }
  #intro-video button {
    scale: 1;
  }
}
@media (min-width: 0rem) {
  #sbs {
    padding: var(--sectionPadding);
  }
  #sbs .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    row-gap: 2.5rem;
  }
  #sbs .cs-container a {
    text-decoration: none;
  }
  #sbs .blog-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 24em;
    width: 100%;
    box-sizing: border-box;
    row-gap: 3.125em;
    margin-bottom: auto;
    margin-inline: auto;
  }
  #sbs .blog-sidebar .blog-featured-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ebebeb;
    border-radius: 0.5em;
    width: 100%;
    padding: 1.5rem;
  }
  #sbs .blog-sidebar .blog-header {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.5em;
    font-weight: bold;
    color: var(--headerColor);
    text-align: center;
  }
  #sbs .blog-sidebar .blog-header:after {
    position: relative;
    content: "";
    display: block;
    border-radius: 0.25rem;
    margin: 1rem auto;
    background: var(--headerColor);
    height: 3px;
    width: 3.125rem;
  }
  #sbs .blog-sidebar .blog-feature {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(235, 235, 235, 0.5764705882);
    width: 100%;
    padding: 0.75rem 0;
    text-decoration: none;
    column-gap: 1.5em;
  }
  #sbs .blog-sidebar .blog-feature:nth-of-type(1) {
    padding-top: 0;
  }
  #sbs .blog-sidebar .blog-feature:last-of-type {
    border: none;
    padding-bottom: 0;
  }
  #sbs .blog-sidebar .blog-featureImage {
    position: relative;
    display: block;
    border-radius: 50%;
    height: 3.75em;
    width: 3.75em;
    overflow: hidden;
    flex: none;
    object-fit: cover;
  }
  #sbs .blog-sidebar .feature-h3 {
    display: block;
    margin: 0;
    margin-bottom: 0;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #sbs .blog-sidebar .feature-date {
    display: block;
    font-size: 0.8rem;
    font-weight: 100;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs .cs-right {
    margin: auto;
    max-width: 43.75rem;
  }
  #sbs .cs-topper {
    margin-bottom: 0.25rem;
    text-align: left;
  }
  #sbs .cs-title {
    max-width: 50rem;
    text-align: left;
  }
  #sbs .cs-text {
    margin-bottom: 1rem;
    max-width: 46.875rem;
    color: var(--bodyTextColor);
    text-align: left;
  }
  #sbs .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs .cs-text a {
    color: var(--primary);
    font-weight: bold;
  }
  #sbs .cs-flex-group {
    position: relative;
    border-radius: 1rem;
    background-color: #f7f7f7;
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
  }
  #sbs .cs-flex-p {
    margin: 0 0 1rem;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: #353535;
  }
  #sbs .cs-name {
    display: block;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
  }
  #sbs .cs-job {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #353535;
  }
  #sbs .cs-quote-icon {
    position: absolute;
    bottom: 0rem;
    /* 16px - 32px */
    right: clamp(1rem, 4vw, 2rem);
    height: auto;
    /* 60px - 136px */
    width: clamp(3.75rem, 10vw, 8.5rem);
  }
  #sbs .cs-button-solid {
    margin-top: 2rem;
  }
}
/* Desktop - 1024px */
@media (min-width: 64rem) {
  #sbs .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs .cs-left {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs .blog-sidebar {
    max-width: 26em;
  }
  #sbs .cs-right {
    margin: 0;
  }
}
/* Dark Mode */
@media (min-width: 0rem) {
  body.dark-mode .blog-sidebar .feature-h3,
  body.dark-mode .blog-sidebar .feature-date,
  body.dark-mode .blog-sidebar .blog-header {
    color: #f7f7f7 !important;
  }
  body.dark-mode .blog-sidebar .blog-header:after {
    background: var(--primary) !important;
  }
  body.dark-mode #sbs .cs-left:before, body.dark-mode #sbs .cs-left:after {
    background: var(--accent);
  }
  body.dark-mode #sbs .cs-picture2 {
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--dark);
    background-color: var(--dark);
  }
  body.dark-mode #sbs .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #sbs .cs-title,
  body.dark-mode #sbs .cs-text,
  body.dark-mode #sbs .cs-h3,
  body.dark-mode #sbs .cs-flex-p,
  body.dark-mode #sbs .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs .cs-text a {
    color: #9dafe5;
  }
  body.dark-mode #sbs .cs-flex-group {
    background-color: var(--accent);
  }
  body.dark-mode #sbs .cs-job {
    opacity: 0.8;
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs .cs-quote-icon {
    opacity: 0.2;
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile */
@media (min-width: 0rem) {
  .services {
    margin: auto;
    padding-top: 7.5rem;
    padding-bottom: 3.125rem;
  }
  .services .cs-title {
    margin-inline: auto;
    text-align: center;
  }
  .services .services-container {
    z-index: 100;
    position: relative;
    border-top: 0.375em solid var(--primary);
    border-radius: 0.3125em;
    margin: auto;
    background: #fff;
    max-width: 82.5em;
    width: 90%;
    padding: 3.125em 1.25em;
    box-shadow: 0 1.25em 2.5em rgba(0, 0, 0, 0.05);
  }
  .services .services-container .card {
    margin-inline: auto;
    display: block;
    margin-bottom: 1rem;
    max-width: 22.3125em;
    width: 100%;
  }
  .services .services-container .card picture {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 1.4375em;
    height: 8em;
    width: 6em;
  }
  .services .services-container .card picture img {
    border: 2px solid var(--primary);
    border-radius: 10%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .services .services-container .card .card-text h2 {
    width: 20rem;
    margin-inline: auto;
    margin-bottom: 0.65em;
    font-size: 2em;
    line-height: 1.35;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
  }
  .services .services-container .card .card-text p {
    opacity: 0.7;
    width: 100%;
    line-height: 1.333;
    text-align: center;
  }
  .services .view-all {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
}
/* Tablet & Desktop */
@media (min-width: 64rem) {
  .services-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 98%;
    font-size: min(1.8vw, 1em);
    gap: 4px;
    padding: 3.125em 5em;
  }
  .services-container .card {
    margin: 0;
    max-width: 22.3125em;
  }
}
/* Dark mode */
@media (min-width: 0rem) {
  body.dark-mode .services-container {
    background: rgb(7, 30, 48);
  }
  body.dark-mode .services-container .card .card-text h2 {
    color: #f3f3f3;
  }
}

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