/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
button {
  background: none;
  border: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tooltipster-noir {
  border-radius: 0px;
  border: 3px solid #2c2c2c;
  background: #fff;
  color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
  font-family: 'Georgia', serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons-939e0c9234e21e88fce4e88dacfc35ed.eot");
  src: url("../fonts/icons-939e0c9234e21e88fce4e88dacfc35ed.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-939e0c9234e21e88fce4e88dacfc35ed.woff") format("woff"), url("../fonts/icons-939e0c9234e21e88fce4e88dacfc35ed.ttf") format("truetype"), url("../fonts/icons-939e0c9234e21e88fce4e88dacfc35ed.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.js-icon-address,
.js-icon-check,
.js-icon-close,
.js-icon-email,
.js-icon-folder,
.js-icon-home,
.js-icon-idea,
.js-icon-laptop,
.js-icon-location,
.js-icon-monitor,
.js-icon-people,
.js-icon-phone,
.js-icon-plant,
.js-icon-plus,
.js-icon-quote,
.js-icon-right {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.js-icon-address {
  content: "\f101";
}
.js-icon-check {
  content: "\f102";
}
.js-icon-close {
  content: "\f103";
}
.js-icon-email {
  content: "\f104";
}
.js-icon-folder {
  content: "\f105";
}
.js-icon-home {
  content: "\f106";
}
.js-icon-idea {
  content: "\f107";
}
.js-icon-laptop {
  content: "\f108";
}
.js-icon-location {
  content: "\f109";
}
.js-icon-monitor {
  content: "\f10a";
}
.js-icon-people {
  content: "\f10b";
}
.js-icon-phone {
  content: "\f10c";
}
.js-icon-plant {
  content: "\f10d";
}
.js-icon-plus {
  content: "\f10e";
}
.js-icon-quote {
  content: "\f10f";
}
.js-icon-right {
  content: "\f110";
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.accessible-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  top: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.site-container,
.js-app,
.js-footer {
  width: 1024px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .site-container,
  .js-app,
  .js-footer {
    width: 100%;
  }
}
.reset-list-style,
.js-about-list,
.js-code-list,
.js-tools-list,
.js-work-list,
.js-contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-family: Century Gothic, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-smoothing: antialiased;
}
p {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
ol,
ul {
  list-style-type: none;
  padding-left: 20px;
}
ol > li:last-child,
ul > li:last-child {
  margin-bottom: 0;
}
a {
  position: relative;
  text-decoration: none;
  color: #4a6b93;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #395271;
}
a:hover:after {
  width: 100%;
  transition: width 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #4a6b93;
  bottom: -3px;
  left: 0;
}
html,
body {
  height: 100%;
}
html {
  background-size: cover;
  background-attachment: fixed;
}
body {
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.js-loaded {
  opacity: 1;
}
.js-bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../images/bg-vid.jpg) no-repeat;
  background-size: cover;
}
.js-app-container {
  background-color: #fff;
}
.js-section {
  padding: 70px 0;
  border-bottom: 1px solid #f1f1f2;
}
@media (max-width: 767px) {
  .js-section {
    padding: 50px 0;
  }
}
.js-section-title {
  margin-bottom: 30px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .js-section-title {
    font-size: 50px;
    font-size: 5rem;
  }
}
.js-section-title:after {
  content: "";
  display: block;
  height: 5px;
  width: 100px;
  margin-top: 10px;
  background-color: #4a6b93;
}
.js-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.js-title-wrapper {
  position: relative;
  padding: 80px 10px;
  text-shadow: 0 2px 2px #464646;
}
.js-title-wrapper .js-title {
  display: inline-block;
  padding: 10px 20px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 868px) {
  .js-title-wrapper .js-title {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .js-title-wrapper .js-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.js-about-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 868px) {
  .js-about-list {
    display: block;
  }
}
.js-about-list > li {
  width: 30%;
}
@media (max-width: 868px) {
  .js-about-list > li {
    position: relative;
    width: auto;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 868px) {
  .js-about-list > li:first-child {
    margin-top: 0;
    border-top: 0;
  }
}
.js-about-list > li a {
  text-decoration: underline;
}
.js-about-list > li a:after {
  display: none;
}
.js-about-list p:last-child {
  margin-bottom: 0;
}
.js-about-list-item-title,
.js-love-title,
.js-work-info-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.js-love-container {
  margin-bottom: 50px;
}
.js-love-title {
  margin-bottom: 20px;
  text-align: center;
}
.js-code-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.js-code-list > li {
  width: 120px;
  height: 70px;
  margin: 0 5px 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .js-code-list > li {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
  }
}
.js-code-list > li.js-code-less {
  background-image: url(../images/less.png);
}
.js-code-list > li.js-code-sass {
  background-image: url(../images/sass.svg);
}
.js-code-list > li.js-code-html {
  background-image: url(../images/html5.svg);
}
.js-code-list > li.js-code-wordpress {
  background-image: url(../images/wordpress1.svg);
}
.js-code-list > li.js-code-css {
  background-image: url(../images/css3.svg);
}
.js-code-list > li.js-code-angular {
  background-image: url(../images/angular.svg);
}
.js-code-list > li.js-code-jquery {
  background-image: url(../images/jquery.svg);
}
.js-tools-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.js-tools-list > li {
  width: 120px;
  height: 70px;
  margin: 0 5px 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .js-tools-list > li {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
  }
}
.js-tools-list > li.js-tool-grunt {
  background-image: url(../images/grunt.svg);
}
.js-tools-list > li.js-tool-git {
  background-image: url(../images/git.svg);
}
.js-tools-list > li.js-tool-bower {
  background-image: url(../images/bower.svg);
}
.js-tools-list > li.js-tool-webstorm {
  background-image: url(../images/webstorm.svg);
}
.js-tools-list > li.js-tool-sketch {
  background-image: url(../images/sketch.png);
}
.js-tools-list > li.js-tool-photoshop {
  background-image: url(../images/photoshop.svg);
}
.js-tools-list > li.js-tool-illustrator {
  background-image: url(../images/illustrator.svg);
}
.js-work-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.js-work-list > li {
  position: relative;
  width: 48%;
  margin-bottom: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .js-work-list > li {
    width: auto;
  }
}
.js-work-list > li:last-child {
  margin-bottom: 40px;
}
.js-work-list > li:hover .js-work-list-item-title > span {
  background-color: rgba(57, 56, 57, 0.9);
  color: #fff;
}
.js-work-list > li.show-modal {
  cursor: default;
}
.js-work-list > li .js-work-list-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  z-index: 2;
}
.js-work-list > li .js-work-list-item-title > span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  background-color: #fff;
  transition: all 0.2s ease;
}
.js-work-list-item-image {
  display: block;
  width: 100%;
  box-shadow: 0 1px 3px #464646;
}
.js-modal-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 810px;
  height: 550px;
  margin-top: -275px;
  margin-left: -405px;
  background-color: #fff;
  border: 5px solid #fff;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
  font-family: Georgia, Palatino, serif;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.5s;
}
.visible-modal .js-modal-container {
  display: block;
}
.show-modal .js-modal-container {
  opacity: 1;
}
@media (max-width: 900px) {
  .js-modal-container {
    width: 90%;
    left: 0;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .js-modal-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    overflow: scroll;
    background-color: #393839;
  }
}
.js-modal-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .js-modal-bg {
    position: relative;
    height: 300px;
  }
}
@media (max-width: 400px) {
  .js-modal-bg {
    height: 200px;
  }
}
.js-modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 25px 60px 25px 25px;
  box-sizing: border-box;
  background-color: rgba(57, 56, 57, 0.9);
  color: #fff;
}
@media (max-width: 767px) {
  .js-modal {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 25px;
  }
}
.visible-modal .js-modal {
  display: flex;
}
@media (max-width: 767px) {
  .visible-modal .js-modal {
    display: block;
  }
}
.js-work-info-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  font-family: Century Gothic, sans-serif;
}
@media (max-width: 767px) {
  .js-work-info-title {
    margin-right: 50px;
  }
}
.js-work-info-list {
  margin-bottom: 40px;
  list-style-type: disc;
}
.js-work-info-list > li {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.js-work-info-list > li:first-child {
  margin-top: 0;
}
.js-site-link {
  display: inline-block;
  color: #96b8d4;
}
.js-site-link:hover {
  color: #72a0c5;
}
.js-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-right: none;
  border-top: none;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.js-close:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f103";
  line-height: 50px;
  color: #333;
}
.js-close:after {
  display: none;
}
.js-close:hover {
  background-color: transparent;
}
.js-close:hover:before {
  color: #fff;
}
.js-contact-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .js-contact-list {
    display: block;
  }
}
.js-contact-list > li {
  width: 33%;
  text-align: center;
}
@media (max-width: 767px) {
  .js-contact-list > li {
    width: auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .js-contact-list > li:first-child {
    margin-top: 0;
  }
}
.js-contact-list > li > a {
  display: inline-block;
}
.js-contact-list > li > a:before {
  padding-bottom: 5px;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}
.js-contact-list > li > a.js-contact-link-email:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f104";
  display: block;
}
.js-contact-list > li > a.js-contact-link-location:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f109";
  display: block;
}
.js-contact-list > li > a.js-contact-link-phone:before {
  font-family: "icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10c";
  display: block;
}
.js-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.visible-modal .js-overlay {
  display: block;
}
.show-modal .js-overlay {
  opacity: 1;
}
.js-footer-container {
  background-color: rgba(255, 255, 255, 0.1);
}
.js-footer {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #afafaf;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.js-footer > p {
  margin-bottom: 0;
}
