<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-- -------------------------- --&gt;
&lt;---       Side By Side         --&gt;
&lt;--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside {
    padding: 20px 0;
  }
  #sidebyside .ftw-nav-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sidebyside .content {
    order: 2;
    margin: auto;
    margin-top: 1.25em;
    max-width: 38.1875em;
  }
  #sidebyside .content h2 {
    font-size: 28px;
    margin-bottom: 0.875em;
  }
  #sidebyside .content p {
    color: #000;
    margin-bottom: 1.11111111em;
  }
  #sidebyside .content ul {
    padding-left: 1.25em;
    margin-bottom: 1.25em;
  }
  #sidebyside .content ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #sidebyside .content ul li img {
    margin-right: 0.625em;
    margin-top: 0.22222222em;
  }
  #sidebyside .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 43.75em;
    height: 43.75em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 100vh;
    max-width: 100vh;
    object-fit: contain;
  }
  .team-cards {
    border-radius: 0.3125em;
    margin: auto;
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 93.75em;
    padding: 3.125em 1.25em 0 1.25em;
  }
  .team-cards:last-of-type {
    margin-bottom: 3.125em;
  }
  .team-cards .first {
    z-index: 10;
  }
  .team-cards .second {
    z-index: 8;
  }
  .team-cards .third {
    z-index: 1;
  }
  .team-cards .card {
    width: 350px;
    margin: auto;
    text-align: center;
    margin-bottom: 3.125em;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    position: relative;
  }
  .team-cards .card:last-of-type {
    margin-bottom: 0;
  }
  .team-cards .card .flip-card {
    width: 350px;
    height: 394px;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    margin-bottom: 1.25em;
  }
  .team-cards .card .flip-card .front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
  }
  .team-cards .card .flip-card .front picture {
    width: 100%;
    height: 100%;
  }
  .team-cards .card .flip-card .front picture img {
    width: 350px;
    height: 394px;
  }
  .team-cards .card .flip-card .back {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #EDEEEF;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    transform: rotateY(180deg);
  }
  .team-cards .card .flip-card .back p {
    color: #000;
    font-size: 16px;
    text-align: left;
    padding: 10px;
  }
  .team-cards .card .social {
    display: flex;
    flex-direction: row;
    max-width: 380px;
  }
  .team-cards .card .social .name h3 {
    float: left;
    text-align: left;
    font-size: 32px;
    line-height: 1.35em;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0.15em;
  }
  .team-cards .card .social .name p {
    float: left;
    color: #1a1a1a;
    text-align: left;
    font-size: 20px;
    line-height: 1.33333333em;
    width: 100%;
    margin-bottom: 0.86666667em;
  }
  .team-cards .card .social a {
    text-decoration: none;
    margin-left: auto;
    float: right;
    clear: right;
    right: 0;
  }
  .team-cards .card .social a img {
    width: 54px;
    height: 54px;
  }
  .team-footer {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .team-footer p {
    text-align: center;
    line-height: 1.33333333em;
    width: 80%;
    margin: auto;
    opacity: 1;
    color: #000000;
  }
  .team-footer a {
    font-size: 1em;
    line-height: 1.33333333em;
    color: #000000;
  }
  .core-value-row {
    width: 90%;
    margin: auto;
  }
  .core-value-row .core-value {
    display: flex;
    flex-direction: row;
    margin: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: left;
  }
  .core-value-row .core-value img {
    float: left;
    height: 50px;
    width: 50px;
  }
  .core-value-row .core-value .values {
    padding-left: 10px;
    float: right;
  }
  .core-value-row .core-value .values h3 {
    color: #000;
    font-size: 1.25em;
  }
  .core-value-row .core-value .values p {
    color: #000;
  }
  .core-value-row:last-of-type {
    margin-bottom: 50px;
  }
  .core-value-row .expertise-badge {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
  }
  .core-value-row .expertise-badge img {
    float: left;
    height: 120px;
    width: auto;
  }
  .core-value-row .expertise-badge .disclaimer p {
    text-align: center;
    font-size: 12px;
  }
  #slanted-video .slanted {
    margin-top: -2.66666667em;
    margin-bottom: -0.33333333em;
    height: 25vh;
    background: linear-gradient(-8deg, #edeeef 50%, rgba(255, 255, 255, 0) 25%);
  }
  #slanted-video .slanted-reverse {
    height: 30vh;
    margin-bottom: -3.33333333em;
    background: linear-gradient(-188deg, #edeeef 50%, rgba(255, 255, 255, 0) 25%);
  }
  #slanted-video .video {
    background: #EDEEEF;
    height: 330px;
    text-align: center;
    margin-bottom: -0.33333333em;
  }
  #slanted-video .video h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.35em;
    font-weight: 700;
    color: #000000;
    width: 80%;
    margin: auto;
  }
  #slanted-video .video .video-container video {
    object-fit: cover;
    margin-top: 2.5em;
    margin-bottom: 1.25em;
    width: 380px;
    height: 214px;
    border-radius: 20px;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside {
    padding: 0;
  }
  .team-cards .card {
    max-width: 500px;
    width: 408px;
  }
  .team-cards .card .flip-card {
    width: 408px;
    height: 460px;
  }
  .team-cards .card .flip-card .front picture {
    width: 100%;
    height: 100%;
  }
  .team-cards .card .flip-card .front picture img {
    width: 408px;
    height: 460px;
  }
  .team-cards .card .flip-card .back {
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .team-cards .card .social {
    max-width: 408px;
  }
  .team-cards .card h3 {
    font-size: 32px;
  }
  .team-cards .card p {
    font-size: 20px;
  }
  #slanted-video .slanted {
    margin-top: -2.66666667em;
    height: 30vh;
  }
  #slanted-video .slanted-reverse {
    height: 30vh;
    margin-bottom: -2em;
  }
  #slanted-video .video {
    height: 500px;
  }
  #slanted-video .video .video-container video {
    margin-top: 2.5em;
    width: 700px;
    height: 393px;
  }
  .core-value-row {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    max-width: 1100px;
  }
  .core-value-row .core-value {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
  }
  .shrink-row {
    width: 60%;
  }
}
/* Inbetween */
@media only screen and (min-width: 960px) {
  #slanted-video .slanted {
    margin-top: -2.66666667em;
    height: 30vh;
  }
  #slanted-video .slanted-reverse {
    height: 30vh;
  }
  #slanted-video .video {
    height: 600px;
  }
  #slanted-video .video .video-container video {
    margin-top: 2.5em;
    width: 800px;
    height: 450px;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside {
    padding-top: 80px;
    margin-bottom: -40px;
  }
  #sidebyside .ftw-nav-container {
    max-width: 86.9375em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #sidebyside .content {
    margin: 0;
    width: 60%;
  }
  #sidebyside .image-box {
    margin: 0;
    margin-right: 10.625em;
  }
  #sidebyside .image-box img {
    padding-bottom: 100px;
  }
  .team-cards {
    font-size: min(1.8vw, 1em);
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
  }
  .team-cards .card {
    margin: 0;
    width: 408px;
  }
  #slanted-video .slanted {
    height: 40vh;
  }
  #slanted-video .slanted h2 {
    padding-top: 7.66666667em;
  }
  #slanted-video .slanted-reverse {
    height: 40vh;
  }
  #slanted-video .video {
    height: 700px;
  }
  #slanted-video .video .video-container video {
    width: 1000px;
    height: 563px;
  }
}
/*-- -------------------------- --&gt;
&lt;---    Final Call To Action    --&gt;
&lt;--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
</pre></body></html>