@charset "UTF-8";
.material-icons {
  font-family: "Material Icons Outlined";
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.transitions-off * {
  transition: all 0ms 0ms !important;
}

.underline {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .indent {
    padding-left: 1.5em;
    border-left: 1px solid;
    margin: 2px 0 33px;
  }
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cover {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-columns {
  columns: 1;
}

@media screen and (min-width: 768px) {
  .responsive-columns {
    columns: 2;
  }
}
@media screen and (min-width: 992px) {
  .responsive-columns {
    columns: 3;
  }
}
html,
body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 300;
  margin: 0;
}

::selection {
  color: inherit;
  background: rgba(57, 161, 217, 0.15);
}

html {
  overflow-y: scroll;
  transition: opacity 500ms;
}
html.fonts-loading {
  opacity: 0;
}

body {
  min-width: 375px;
  font-size: 16px;
  position: relative;
  background-color: white;
  color: rgba(0, 0, 0, 0.7);
}

section {
  position: relative;
  min-height: 50px;
}
section + section {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

summary:focus {
  outline: none;
}

header {
  padding-bottom: 5vw;
}
header #logo img {
  min-width: 78px;
  width: 13.5vw;
  max-width: 162px;
}

.overlayed-header header {
  position: absolute;
  z-index: 10;
  padding: 0 !important;
}
.overlayed-header header #logo {
  margin-left: 5vw;
}
@media (min-width: 1200px) {
  .overlayed-header header #logo {
    margin-left: 60px;
  }
}

footer {
  max-height: 520px;
  height: 100vh;
  padding-top: 20px;
  background-color: #333333;
}
@media screen and (min-width: 576px) {
  footer {
    padding-top: 33px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 44px;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding-top: 55px;
  }
}
footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.3em;
}
@media screen and (min-width: 576px) {
  footer p {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  footer p {
    font-size: 14px;
  }
}
footer p.indent {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (hover) {
  footer a[href^="tel:"] {
    pointer-events: none;
  }
}
footer .footer-map,
footer .footer-phone,
footer .footer-mail {
  width: fit-content;
  margin-bottom: 1em;
}
footer .footer-map.footer-mail,
footer .footer-phone.footer-mail,
footer .footer-mail.footer-mail {
  margin-bottom: 50px;
}
footer .footer-map > a,
footer .footer-phone > a,
footer .footer-mail > a {
  display: flex;
  align-items: center;
  height: 30px;
  color: inherit;
  border-radius: 5px;
}
footer .footer-map > a:before,
footer .footer-phone > a:before,
footer .footer-mail > a:before {
  font-family: "Material Icons Outlined";
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  color: #39a1d9;
  font-size: 24px;
  width: 30px;
}
footer .footer-map > a:before {
  content: "\e55f";
}
footer .footer-phone > a:before {
  content: "\e0b0";
}
footer .footer-mail > a:before {
  content: "\e0be";
}

[class^=col] > h2,
[class^=col] > h3,
[class^=col] > h4 {
  margin-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  word-break: break-word;
  margin: 0;
}

h1 {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  font-weight: 700;
}
h2 + p {
  margin-top: 1em;
}
h2 + h3 {
  margin-top: 1em;
}

h3 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
h3 + p {
  margin-top: 1em;
}
h3 + h4 {
  margin-top: 1em;
}

h4 {
  font-size: 21px;
  margin-bottom: 0.5em;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 100%;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 1.3em;
}
p + h2 {
  margin-top: 1.5em;
}
p + h3 {
  margin-top: 1.5em;
}

strong {
  font-style: normal;
  font-weight: 600;
}

q {
  quotes: "“" "”";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  margin: 0 0 30px 0;
  width: 100%;
  border-left: none;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
}
blockquote > p:last-of-type:before {
  content: "“";
  vertical-align: top;
  top: 30px;
  left: -3px;
  font-size: 80px;
  position: relative;
  color: #39a1d9;
  line-height: 0;
}
blockquote > p:last-of-type:after {
  content: "”";
  font-size: inherit;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
}
figure .circle,
figure .square,
figure .portrait,
figure .landscape {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
figure .circle.portrait,
figure .square.portrait,
figure .portrait.portrait,
figure .landscape.portrait {
  padding-bottom: 150%;
}
figure .circle.landscape,
figure .square.landscape,
figure .portrait.landscape,
figure .landscape.landscape {
  padding-bottom: 66.6666666667%;
}
figure .circle.circle,
figure .square.circle,
figure .portrait.circle,
figure .landscape.circle {
  border-radius: 50%;
}
figure .circle img,
figure .square img,
figure .portrait img,
figure .landscape img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #39a1d9;
}

a.text-link {
  border-bottom: 2px solid #39a1d9;
  transition: border-color 150ms;
}
a.text-link:hover {
  border-bottom-color: transparent;
}

a.button {
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  background: #39a1d9;
  color: white;
  margin: 10px auto;
  border-radius: 30px;
  min-width: 180px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  user-select: none;
  border: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1em;
}

figure.stockDoodle {
  height: 400px;
  padding: 0;
  margin: 35px;
  position: relative;
}
figure.stockDoodle figcaption {
  top: 100%;
  position: absolute;
}
figure.stockDoodle > div, figure.stockDoodle > svg {
  width: calc(100% - 60px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  overflow: visible;
}
figure.stockDoodle .overlay label {
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  left: calc(100% + 3px);
  background-color: white;
  opacity: 0;
}
figure.stockDoodle .overlay label.selected {
  opacity: 1;
}
figure.stockDoodle .overlay label.pinned {
  background-image: url("pin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
figure.stockDoodle .overlay label.pinned span {
  margin-left: 10px;
}
figure.stockDoodle .overlay .zeroPercent {
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: calc(100% + 3px);
  bottom: 0;
}
figure.stockDoodle .datalines g path, figure.stockDoodle .datalines g polyline {
  vector-effect: non-scaling-stroke;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}
figure.stockDoodle .datalines g.pinned polyline {
  stroke-dasharray: 1 5;
}
figure.stockDoodle .datalines g.selected polyline {
  stroke-dasharray: none;
}
figure.stockDoodle .datalines g:not(.selected, .pinned) path, figure.stockDoodle .datalines g:not(.selected, .pinned) polyline {
  stroke: black !important;
  opacity: 0.1;
}
figure.stockDoodle .datalines g:not(.selected, .pinned) polyline {
  stroke-width: 1;
}

.list-filter {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #888888;
}
@media screen and (min-width: 400px) {
  .list-filter {
    justify-content: space-around;
  }
}
.list-filter li {
  display: none;
}
@media screen and (min-width: 768px) {
  .list-filter li {
    display: inline-flex;
  }
}
.list-filter li.combo {
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .list-filter li.combo {
    display: none;
  }
}
.list-filter li label {
  position: relative;
}
.list-filter li label > span {
  display: flex;
  position: relative;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px;
  font-size: 13px;
  line-height: 1em;
  padding: 2px 7px;
  padding: 5px 9px;
  color: rgba(57, 161, 217, 0.45);
  background-color: white;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #eeeeee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 992px) {
  .list-filter li label > span {
    font-size: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .list-filter li label > span {
    font-size: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .list-filter li label > span {
    font-size: 26px;
    font-size: 18px;
  }
}
.list-filter li label > input[type=radio] {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.list-filter li label > input[type=radio]:checked ~ span {
  border-color: #888888;
  color: #333333;
  top: 1px;
}

#clients-list {
  padding-left: 50px;
}
@media screen and (min-width: 576px) {
  #clients-list {
    column-count: 2;
    column-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  #clients-list {
    padding-left: 100px;
  }
}
#clients-list a {
  color: inherit;
  cursor: default;
}
#clients-list a:hover {
  color: #39a1d9;
}

#client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#client-logos img {
  width: 50%;
  max-width: 198px;
  opacity: 0.35;
}
@media screen and (min-width: 576px) {
  #client-logos img {
    max-width: 25%;
  }
}

#testimonials {
  margin-top: 40px;
}
#testimonials ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
#testimonials ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 40px;
}
#testimonials ul li blockquote span {
  font-size: 18px;
  font-family: "Nanum Pen Script", cursive;
}

#projects-list {
  position: relative;
  overflow: hidden;
}
#projects-list > ul {
  opacity: 1;
  transition: opacity 150ms linear 250ms;
}
@media screen and (min-width: 576px) {
  #projects-list > ul {
    column-count: 2;
    column-gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  #projects-list > ul {
    column-count: 3;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #projects-list > ul {
    column-count: 4;
    column-gap: 50px;
  }
}
#projects-list > ul li {
  margin-bottom: 0.5em;
  position: relative;
  width: fit-content;
  white-space: nowrap;
}
#projects-list .spinner {
  display: block;
  position: absolute;
  top: 3em;
  left: calc(100% + 100px);
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 0;
  transition: opacity 250ms linear 0ms, left 0s linear 500ms;
}
#projects-list.loading {
  pointer-events: none;
}
#projects-list.loading > ul {
  opacity: 0.15;
  transition: opacity 150ms linear 0s;
}
#projects-list.loading .spinner {
  transition: opacity 250ms linear 250ms, left 0s linear 0s;
  left: 50%;
  opacity: 1;
}

#projects {
  margin-top: 4px;
}
@media screen and (min-width: 576px) {
  #projects {
    margin-top: 9px;
  }
}
@media screen and (min-width: 768px) {
  #projects {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  #projects {
    margin-top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  #projects {
    margin-top: 34px;
  }
}

details {
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
  min-height: 50px;
}
details summary::-webkit-details-marker,
details summary::marker {
  display: none;
}
details summary {
  list-style: none;
  position: relative;
  display: inline-block;
}
details summary > * {
  margin: 0;
  user-select: none;
  color: #39a1d9;
}
details summary > *:focus {
  outline: none;
}
details summary > *:last-child:after {
  content: "+";
  position: absolute;
  color: #39a1d9;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  align-items: center;
  justify-content: center;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  font-size: 50%;
  transition: all 150ms;
}
details summary h2 {
  font-size: 28px;
  margin-left: 10px;
}
@media screen and (min-width: 576px) {
  details summary h2 {
    font-size: 30px;
    margin-left: 2px;
  }
}
@media screen and (min-width: 768px) {
  details summary h2 {
    font-size: 33px;
  }
}
@media screen and (min-width: 992px) {
  details summary h2 {
    font-size: 36px;
  }
}
details summary + * {
  padding-top: 30px;
  padding-bottom: 60px;
}
details summary + *:last-child {
  opacity: 0;
  transition: all 0ms linear 0ms;
}

details[open] summary > *:last-child:after,
details.open summary > *:last-child:after {
  transform: translateY(-35%) rotate(45deg);
  color: rgba(0, 0, 0, 0.1);
}
details[open] summary + *:last-child,
details.open summary + *:last-child {
  opacity: 1;
  transition: opacity 200ms linear 200ms;
}

#simpleCarousel {
  background-color: #333333;
  overflow: hidden;
  height: 56.25vw;
  min-height: 230px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1440px) and (orientation: landscape) {
  #simpleCarousel {
    height: 50vw;
  }
}
#simpleCarousel .slide {
  opacity: 0;
  transition: opacity 250ms;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#simpleCarousel .slide > img:first-of-type:last-of-type {
  transition: transform 0s linear 2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#simpleCarousel .slide.current-slide {
  opacity: 1;
}
#simpleCarousel .slide.current-slide > img:first-of-type:last-of-type {
  transition: transform 12s linear;
  transform: scale3d(1.1, 1.1, 1);
}

.spinner {
  display: none;
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.spinner .path {
  stroke: rgba(0, 0, 0, 0.5);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

#instagramWrapper {
  position: relative;
  z-index: 1;
}
#instagramWrapper h2 {
  margin: 20px 0;
  white-space: nowrap;
  font-family: "Nanum Pen Script", cursive;
  font-size: 25px;
}
#instagramWrapper h2 img {
  height: 70px;
}
#instagramWrapper iframe {
  display: flex;
  height: calc(20vw - 3px);
}
#instagramWrapper .spinner {
  z-index: -1;
  display: block;
  position: absolute;
  left: calc(50% - 5vw);
  height: 10vw;
  width: 10vw;
  bottom: 5vw;
}

#banner {
  position: relative;
}
#banner > div {
  background-color: #39a1d9;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
#banner > div h4, #banner > div h3, #banner > div h2 {
  color: white;
  text-transform: none;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
#banner > div h2 {
  font-size: 40px;
  font-weight: 500;
}
#banner > div h4 {
  font-family: "Nanum Pen Script", cursive;
  font-size: 30px;
}
#banner > div img {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  #banner > div {
    position: absolute;
    z-index: 9;
    right: 5vw;
    bottom: 5vw;
    padding: 1vw 2vw;
  }
  #banner > div h2 {
    font-size: 3.43vw;
  }
  #banner > div h4 {
    font-size: 2.67vw;
  }
}
@media (min-width: 1200px) and (orientation: landscape) {
  #banner > div {
    right: 60px;
    bottom: 60px;
  }
}
