@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  background: #06183a;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 56px;
}

/* line 18, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
}
/* line 24, ../sass/_common.sass */
h2 .small {
  color: #33bffa;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 29, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 35, ../sass/_common.sass */
p {
  margin-bottom: 0;
  font-size: 18px;
}

/* line 39, ../sass/_common.sass */
.red {
  color: #ff3e00;
}

/* line 41, ../sass/_common.sass */
.orange1 {
  color: #ff530d;
}

/* line 43, ../sass/_common.sass */
.blue {
  color: #06183a;
}

/* line 45, ../sass/_common.sass */
.blue1 {
  color: #00b5f0;
}

/* line 47, ../sass/_common.sass */
.light-blue {
  color: #33bffa;
}

/* line 49, ../sass/_common.sass */
.grey {
  color: #a1a1a1;
}

/* line 52, ../sass/_common.sass */
a.white:hover, a.white:focus {
  color: #ffffff;
}

/* line 55, ../sass/_common.sass */
.bg-blue {
  background: #06183a;
}

/* line 58, ../sass/_common.sass */
.wide-font {
  letter-spacing: 1.5px;
}

/* line 61, ../sass/_common.sass */
.vline-wrapper {
  border-left: 1px solid #ffffff;
  margin-left: 170px;
  padding-left: 20px;
}

/* line 66, ../sass/_common.sass */
.left-gap-wrapper {
  padding-left: 190px;
}

/* line 69, ../sass/_common.sass */
.get-in-touch-button {
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  border: 2px solid #33bffa;
  border-radius: 25px;
  height: 50px;
  padding: 0 70px 0 20px;
  background: url(/images/icons/arrow-right.png) right 23px center no-repeat;
  -moz-box-shadow: 0px 0px 6px 0px #33bffa, inset 0px 0px 6px 0px #33bffa;
  -webkit-box-shadow: 0px 0px 6px 0px #33bffa, inset 0px 0px 6px 0px #33bffa;
  box-shadow: 0px 0px 6px 0px #33bffa, inset 0px 0px 6px 0px #33bffa;
  -moz-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
/* line 81, ../sass/_common.sass */
.get-in-touch-button:hover, .get-in-touch-button:focus {
  color: #ffffff;
  text-decoration: none;
  -moz-box-shadow: 0px 0px 10px 2px #33bffa, inset 0px 0px 10px 2px #33bffa;
  -webkit-box-shadow: 0px 0px 10px 2px #33bffa, inset 0px 0px 10px 2px #33bffa;
  box-shadow: 0px 0px 10px 2px #33bffa, inset 0px 0px 10px 2px #33bffa;
}

/* line 87, ../sass/_common.sass */
.icon-link:hover, .icon-link:focus {
  text-decoration: none;
}

/* line 90, ../sass/_common.sass */
.prospectus-button {
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  padding-right: 42px;
  background: url(/images/icons/upload.png) right 7px no-repeat;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
/* line 99, ../sass/_common.sass */
.prospectus-button .small {
  color: #33bffa;
  font-size: 10px;
  font-weight: 400;
}
/* line 103, ../sass/_common.sass */
.prospectus-button:hover, .prospectus-button:focus {
  color: #33bffa;
  text-decoration: none;
}

/* line 107, ../sass/_common.sass */
.feedback-widget {
  background: #ffffff;
  padding-top: 42px;
  padding-bottom: 42px;
}
/* line 112, ../sass/_common.sass */
.feedback-widget .text {
  font-size: 18px;
  background: #ffffff;
  border: 1px solid #06183a;
  color: #06183a;
  outline: none;
  width: 100%;
  padding: 10px 20px;
}
/* line 61, D:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget .text:-moz-placeholder {
  color: #06183a;
}
/* line 64, D:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget .text::-moz-placeholder {
  color: #06183a;
}
/* line 67, D:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget .text:-ms-input-placeholder {
  color: #06183a;
}
/* line 56, D:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.feedback-widget .text::-webkit-input-placeholder {
  color: #06183a;
}

/* line 3, ../sass/components/_arrow-link.sass */
.arrow-link {
  width: 145px;
  background: none;
  border: none;
  outline: none;
  color: #06183a;
  text-decoration: none;
  font-size: 22px;
  position: relative;
  padding: 8px 50px 8px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 17, ../sass/components/_arrow-link.sass */
.arrow-link .bg {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  top: 50%;
  background: #06183a;
  margin-top: -1px;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 28, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before, .arrow-link .bg:after {
  content: "";
  height: 2px;
  width: 10px;
  background: #06183a;
  position: absolute;
  right: -2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 36, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before {
  bottom: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 39, ../sass/components/_arrow-link.sass */
.arrow-link .bg:after {
  top: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 42, ../sass/components/_arrow-link.sass */
.arrow-link:hover {
  padding-right: 20px;
  color: #ffffff;
}
/* line 46, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg {
  height: 100%;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 51, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before, .arrow-link:hover .bg:after {
  right: 0;
}
/* line 53, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before {
  bottom: 6px;
}
/* line 55, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:after {
  top: 6px;
}

/* line 3, ../sass/components/_wide-picture.sass */
.wide-picture {
  position: relative;
}
/* line 6, ../sass/components/_wide-picture.sass */
.wide-picture .inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
/* line 15, ../sass/components/_wide-picture.sass */
.wide-picture .inner img {
  width: 100%;
  margin-top: -5%;
}
/* line 18, ../sass/components/_wide-picture.sass */
.wide-picture .inner .vline-wrapper {
  position: absolute;
  height: 100%;
}
/* line 22, ../sass/components/_wide-picture.sass */
.wide-picture .inner .vline-wrapper h2 {
  display: block;
  position: absolute;
  bottom: 25px;
}

/* line 3, ../sass/components/_need-help.sass */
#need-help {
  position: absolute;
  left: 0;
  width: 170px;
  color: #ffffff;
  z-index: 1;
}
/* line 12, ../sass/components/_need-help.sass */
#need-help > div:first-child {
  padding: 5px;
  background: #ff3e00;
  -moz-box-shadow: 0px 0px 26px 9px rgba(1, 8, 13, 0.63);
  -webkit-box-shadow: 0px 0px 26px 9px rgba(1, 8, 13, 0.63);
  box-shadow: 0px 0px 26px 9px rgba(1, 8, 13, 0.63);
}
/* line 17, ../sass/components/_need-help.sass */
#need-help > div:first-child h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 21, ../sass/components/_need-help.sass */
#need-help > div:first-child div {
  font-size: 16px;
}
/* line 23, ../sass/components/_need-help.sass */
#need-help > div:last-child {
  font-size: 24px;
  font-weight: 900;
  padding-left: 5px;
  background: #06183a;
}

/* line 4, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-slide {
  padding-left: 190px;
  outline: none;
}
/* line 7, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 70px;
  width: 14px;
  height: 31px;
  background: center center no-repeat;
  appearance: none;
  border: none;
  outline: none;
  opacity: 0.5;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 20, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-arrow.slick-prev {
  left: 105px;
  background-image: url(/images/icons/arrow-left1.png);
}
/* line 23, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-arrow.slick-next {
  opacity: 1;
  left: 135px;
  background-image: url(/images/icons/arrow-right1.png);
}
/* line 27, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-arrow:hover, .testimonials-carousel .slick-arrow:focus {
  opacity: 1;
}
/* line 29, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots {
  position: absolute;
  top: 40px;
  left: 77px;
  padding-left: 0;
  list-style: none;
}
/* line 36, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
/* line 42, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li button {
  display: block;
  position: relative;
  color: transparent;
  font-size: 0;
  line-height: 0;
  user-select: none;
  outline: none;
  border: none;
  padding: 0;
  opacity: 0.5;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 55, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: "";
  background: #ffffff;
}
/* line 64, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li button:hover, .testimonials-carousel .slick-dots li button:focus {
  opacity: 1;
}
/* line 66, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li:first-child button:before {
  width: 6px;
  height: 6px;
  margin-top: 3px;
}
/* line 70, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li:nth-child(2) button:before {
  width: 8px;
  height: 8px;
  margin-top: 2px;
}
/* line 74, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li:nth-child(3) button:before {
  width: 10px;
  height: 10px;
  margin-top: 1px;
}
/* line 78, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots li:last-child button:before {
  width: 12px;
  height: 12px;
  margin-top: 0;
}
/* line 83, ../sass/components/_testimonials-carousel.sass */
.testimonials-carousel .slick-dots .slick-active button {
  opacity: 1;
}

/* line 3, ../sass/partials/_header.sass */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/* line 10, ../sass/partials/_header.sass */
#header #black-bar {
  background: #000000;
  text-align: right;
  color: #ffffff;
  height: 36px;
  padding-top: 6px;
  font-size: 16px;
}
/* line 17, ../sass/partials/_header.sass */
#header #navbar-wrapper {
  height: 110px;
  padding-top: 35px;
}
/* line 21, ../sass/partials/_header.sass */
#header #navbar-wrapper .logo {
  color: #ffffff;
  display: inline-block;
}
/* line 25, ../sass/partials/_header.sass */
#header #navbar-wrapper .logo img {
  display: block;
  float: left;
}
/* line 28, ../sass/partials/_header.sass */
#header #navbar-wrapper .logo > span {
  display: block;
  margin-left: 170px;
  padding-left: 15px;
  line-height: 25px;
  border-left: 1px solid #ffffff;
}
/* line 35, ../sass/partials/_header.sass */
#header #navbar-wrapper .logo > span span {
  display: block;
  font-size: 32px;
  font-weight: 300;
}
/* line 39, ../sass/partials/_header.sass */
#header #navbar-wrapper .logo:hover, #header #navbar-wrapper .logo:focus {
  text-decoration: none;
}
/* line 41, ../sass/partials/_header.sass */
#header #navbar-wrapper .navbar {
  margin-bottom: 0;
}
/* line 44, ../sass/partials/_header.sass */
#header #navbar-wrapper .navbar #navbar {
  padding-right: 0;
  margin-right: -15px;
}
/* line 48, ../sass/partials/_header.sass */
#header #navbar-wrapper .navbar #navbar ul {
  float: right;
}
/* line 51, ../sass/partials/_header.sass */
#header #navbar-wrapper .navbar #navbar ul li {
  margin-left: 30px;
}
/* line 54, ../sass/partials/_header.sass */
#header #navbar-wrapper .navbar #navbar ul li a {
  color: #ffffff;
}
/* line 57, ../sass/partials/_header.sass */
#header #navbar-wrapper .navbar #navbar ul li a:hover, #header #navbar-wrapper .navbar #navbar ul li a:focus {
  color: #06183a;
  background: rgba(255, 255, 255, 0.8);
}
/* line 60, ../sass/partials/_header.sass */
#header #navbar-wrapper .navbar #navbar ul li:first-child {
  margin-left: 0;
}
/* line 63, ../sass/partials/_header.sass */
#header .is-sticky #navbar-wrapper {
  background: rgba(6, 24, 58, 0.7);
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  background: #000000;
  font-size: 14px;
  padding-top: 34px;
  padding-bottom: 30px;
}
/* line 9, ../sass/partials/_footer.sass */
#footer a {
  color: #ffffff;
}
/* line 11, ../sass/partials/_footer.sass */
#footer .logo {
  display: inline-block;
}
/* line 14, ../sass/partials/_footer.sass */
#footer .logo span {
  display: block;
  font-size: 25px;
  font-weight: 300;
}
/* line 19, ../sass/partials/_footer.sass */
#footer .logo span:nth-child(2) {
  margin-bottom: -14px;
}
/* line 21, ../sass/partials/_footer.sass */
#footer .logo:hover, #footer .logo:focus {
  text-decoration: none;
}
/* line 23, ../sass/partials/_footer.sass */
#footer .about {
  font-size: 16px;
}
/* line 25, ../sass/partials/_footer.sass */
#footer .headline {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
/* line 29, ../sass/partials/_footer.sass */
#footer ul {
  padding-left: 0;
  list-style: none;
}

/* line 4, ../sass/pages/_index.sass */
.index-page #section-1 {
  background: url(/images/pages/home/1.jpg?2) center top no-repeat;
}
/* line 7, ../sass/pages/_index.sass */
.index-page #section-1 > div {
  background: url(/images/hexagons2.png) right 70% bottom 50px no-repeat;
}
/* line 10, ../sass/pages/_index.sass */
.index-page #section-1 > div #section-1-inner {
  padding-top: 77px;
  margin-top: 150px;
  padding-bottom: 75px;
}
/* line 15, ../sass/pages/_index.sass */
.index-page #section-1 > div #section-1-inner .chart-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #33bffa;
  border-color: rgba(51, 191, 250, 0.15);
}
/* line 25, ../sass/pages/_index.sass */
.index-page #section-1 > div #section-1-inner .chart-wrapper .chart canvas {
  margin-left: -3px;
  margin-top: -3px;
}
/* line 28, ../sass/pages/_index.sass */
.index-page #section-1 > div #section-1-inner .chart-wrapper .chart .value,
.index-page #section-1 > div #section-1-inner .chart-wrapper .chart .title {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 33, ../sass/pages/_index.sass */
.index-page #section-1 > div #section-1-inner .chart-wrapper .chart .value {
  top: 16px;
  font-size: 32px;
}
/* line 36, ../sass/pages/_index.sass */
.index-page #section-1 > div #section-1-inner .chart-wrapper .chart .title {
  top: 53px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/* line 41, ../sass/pages/_index.sass */
.index-page #section-2 {
  background: url(/images/pages/home/3.jpg) center top no-repeat;
}
/* line 44, ../sass/pages/_index.sass */
.index-page #section-2 > div {
  background: url(/images/pages/home/4.png) right 70% bottom -70px no-repeat;
}

/* line 4, ../sass/pages/_about.sass */
.about-page #section-1 {
  background: url(/images/pages/about/1.jpg?2) center top no-repeat;
}
/* line 7, ../sass/pages/_about.sass */
.about-page #section-1 > div {
  background: url(/images/hexagons1.png) center top -110px no-repeat;
  background-position-x: calc(50% + 170px);
}
/* line 11, ../sass/pages/_about.sass */
.about-page #section-1 > div > div {
  background: url(/images/hexagons2.png) right 70% top 220px no-repeat;
  background-position-x: calc(50% - 270px);
}
/* line 15, ../sass/pages/_about.sass */
.about-page #section-1 > div > div #section-1-inner {
  margin-top: 150px;
  padding-top: 70px;
  padding-bottom: 80px;
}
/* line 19, ../sass/pages/_about.sass */
.about-page #section-2 {
  background: url(/images/hexagons6.png) left top 190px no-repeat #ffffff;
  background-position-x: calc(50% - 420px);
  color: #06183a;
}
/* line 24, ../sass/pages/_about.sass */
.about-page #section-2 #section-2-inner {
  border-left-color: #000000;
}
/* line 26, ../sass/pages/_about.sass */
.about-page #section-3 {
  background: url(/images/hexagons7.png) right top no-repeat;
}
/* line 30, ../sass/pages/_about.sass */
.about-page #section-3 #section-3-1-inner .icon-wrapper {
  position: relative;
  height: 93px;
}
/* line 34, ../sass/pages/_about.sass */
.about-page #section-3 #section-3-1-inner .icon-wrapper img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 40, ../sass/pages/_about.sass */
.about-page #section-3 #section-3-2-inner {
  border-left-color: transparent;
}
/* line 44, ../sass/pages/_about.sass */
.about-page #section-3 #section-3-2-inner .testimonials-carousel .slick-arrow {
  top: -45px;
}
/* line 47, ../sass/pages/_about.sass */
.about-page #section-3 #section-3-2-inner .testimonials-carousel .slick-arrow.slick-prev {
  left: 100px;
}
/* line 49, ../sass/pages/_about.sass */
.about-page #section-3 #section-3-2-inner .testimonials-carousel .slick-arrow.slick-next {
  left: 130px;
}
/* line 51, ../sass/pages/_about.sass */
.about-page #section-3 #section-3-2-inner .testimonials-carousel .slick-dots {
  top: -75px;
  left: 72px;
}
/* line 54, ../sass/pages/_about.sass */
.about-page #section-4 {
  background: #ffffff;
  color: #06183a;
  padding-top: 70px;
  padding-bottom: 90px;
}
/* line 60, ../sass/pages/_about.sass */
.about-page #section-4 #section-4-inner {
  border-left-color: transparent;
}

/* line 4, ../sass/pages/_projects.sass */
.projects-page #section-1 {
  background: url(/images/pages/contact/1.jpg?1) center top 20px no-repeat;
}
/* line 7, ../sass/pages/_projects.sass */
.projects-page #section-1 > div {
  background: url(/images/hexagons1.png) center top -110px no-repeat;
  background-position-x: calc(50% + 170px);
}
/* line 11, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div {
  background: url(/images/hexagons2.png) right 70% top 220px no-repeat;
  background-position-x: calc(50% - 270px);
}
/* line 15, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner {
  padding-top: 0;
  margin-top: 190px;
}
/* line 19, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .image-wrapper {
  position: relative;
}
/* line 22, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .image-wrapper > div {
  position: absolute;
  right: 10px;
  top: 0;
  background: #ff3e00;
  text-align: center;
}
/* line 28, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .content {
  padding: 30px 50px 60px 10px;
  background: url(/images/hexagons5.png) right -260px bottom no-repeat #ffffff;
  color: #06183a;
}
/* line 33, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .content h1 {
  font-size: 44px;
}
/* line 35, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .content .plans-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #a1a1a1;
  background: top left no-repeat;
  padding-top: 70px;
  margin-right: 40px;
}
/* line 45, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .content .plans-link:hover {
  text-decoration: none;
}
/* line 47, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .content .register-link {
  color: #06183a;
  font-size: 32px;
  display: inline-block;
  border: 5px solid #06183a;
  padding: 0 20px;
  border-radius: 50px;
}
/* line 55, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner .content .register-link:hover, .projects-page #section-1 > div > div #section-1-inner .content .register-link:focus {
  text-decoration: none;
}
/* line 59, ../sass/pages/_projects.sass */
.projects-page #section-1 > div > div #section-1-inner > .row:last-child .content {
  padding-bottom: 100px;
}

/* line 4, ../sass/pages/_project.sass */
.project-page #section-1 {
  background: url(/images/pages/contact/1.jpg?1) center top 20px no-repeat;
}
/* line 7, ../sass/pages/_project.sass */
.project-page #section-1 > div {
  background: url(/images/hexagons1.png) center top -110px no-repeat;
  background-position-x: calc(50% + 170px);
  padding-top: 150px;
}
/* line 12, ../sass/pages/_project.sass */
.project-page #section-1 > div > div {
  background: url(/images/hexagons5.png) right top 700px no-repeat #ffffff;
  background-position-x: calc(50% + 420px);
}
/* line 16, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner {
  margin-top: 40px;
  border-left-color: #000000;
}
/* line 21, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .thumbs img {
  cursor: pointer;
  margin-bottom: 34px;
}
/* line 25, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .thumbs img:last-child {
  margin-bottom: 0;
}
/* line 27, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .thumbs img.active {
  outline: 5px solid #ea5e21;
}
/* line 29, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .content {
  padding: 0 50px 120px 10px;
  color: #06183a;
}
/* line 33, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .content h1 {
  font-size: 44px;
}
/* line 35, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .content .plans-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #a1a1a1;
  background: top left no-repeat;
  padding-top: 70px;
  margin-right: 40px;
}
/* line 45, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .content .plans-link:hover {
  text-decoration: none;
}
/* line 47, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .content .register-link {
  color: #06183a;
  font-size: 32px;
  display: inline-block;
  border: 5px solid #06183a;
  padding: 0 20px;
  border-radius: 50px;
}
/* line 55, ../sass/pages/_project.sass */
.project-page #section-1 > div > div #section-1-inner .content .register-link:hover, .project-page #section-1 > div > div #section-1-inner .content .register-link:focus {
  text-decoration: none;
}
/* line 57, ../sass/pages/_project.sass */
.project-page #section-1 > div > div .spacer {
  border-left: 1px solid transparent;
}
/* line 60, ../sass/pages/_project.sass */
.project-page #section-1 > div > div .spacer .inner {
  height: 80px;
  background: #ffffff;
}
/* line 63, ../sass/pages/_project.sass */
.project-page #section-2 {
  background: url(/images/hexagons3.png) center top -110px no-repeat;
  background-position-x: calc(50% - 370px);
}
/* line 67, ../sass/pages/_project.sass */
.project-page #section-2 > div {
  height: 160px;
  background: url(/images/hexagons4.png) right top -460px no-repeat;
}

/* line 4, ../sass/pages/_portfolio.sass */
.portfolio-page #section-1 {
  background: url(/images/pages/portfolio/top.jpg?2) center top no-repeat;
}
/* line 7, ../sass/pages/_portfolio.sass */
.portfolio-page #section-1 > div {
  background: url(/images/pages/portfolio/bg-1.png) left bottom 50px no-repeat;
}
/* line 10, ../sass/pages/_portfolio.sass */
.portfolio-page #section-1 > div #section-1-inner {
  padding-top: 77px;
  margin-top: 150px;
}
/* line 13, ../sass/pages/_portfolio.sass */
.portfolio-page #section-2 {
  background: url(/images/pages/portfolio/bg-2.png?3) bottom -80px left 10% no-repeat;
}
/* line 16, ../sass/pages/_portfolio.sass */
.portfolio-page #section-2 > div {
  background: url(/images/pages/portfolio/bg-3.png) right bottom no-repeat;
}
/* line 19, ../sass/pages/_portfolio.sass */
.portfolio-page #section-2 > div #section-2-inner {
  padding-top: 40px;
  margin-bottom: 135px;
}

/* line 4, ../sass/pages/_case-study.sass */
.case-study-page #section-1 {
  background: url(/images/pages/contact/1.jpg?1) center top 20px no-repeat;
}
/* line 7, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div {
  background: url(/images/hexagons1.png) center top -110px no-repeat;
  background-position-x: calc(50% + 170px);
}
/* line 11, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div {
  background: url(/images/hexagons2.png) right 70% top 220px no-repeat;
  background-position-x: calc(50% - 270px);
}
/* line 15, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner {
  padding-top: 0;
  margin-top: 190px;
}
/* line 19, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .image-wrapper {
  position: relative;
}
/* line 22, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .image-wrapper > div {
  position: absolute;
  right: 10px;
  top: 0;
  background: #ff3e00;
  text-align: center;
}
/* line 28, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .content {
  padding: 20px 50px 0 10px;
  background: url(/images/hexagons5.png) right -260px center no-repeat #ffffff;
  color: #06183a;
}
/* line 33, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .content h1 {
  font-size: 44px;
}
/* line 35, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .content .plans-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #a1a1a1;
  background: top left no-repeat;
  padding-top: 70px;
  margin-right: 40px;
}
/* line 45, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .content .plans-link:hover {
  text-decoration: none;
}
/* line 47, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .content .register-link {
  color: #06183a;
  font-size: 32px;
  display: inline-block;
  border: 5px solid #06183a;
  padding: 0 20px;
  border-radius: 50px;
}
/* line 55, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div #section-1-inner .content .register-link:hover, .case-study-page #section-1 > div > div #section-1-inner .content .register-link:focus {
  text-decoration: none;
}
/* line 57, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div .spacer {
  border-left: 1px solid transparent;
}
/* line 60, ../sass/pages/_case-study.sass */
.case-study-page #section-1 > div > div .spacer .inner {
  height: 200px;
  background: #ffffff;
}
/* line 63, ../sass/pages/_case-study.sass */
.case-study-page #section-2 {
  background: url(/images/hexagons3.png) center top -110px no-repeat;
  background-position-x: calc(50% - 370px);
}
/* line 67, ../sass/pages/_case-study.sass */
.case-study-page #section-2 > div {
  height: 160px;
  background: url(/images/hexagons4.png) right top -460px no-repeat;
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page #section-1 {
  background: url(/images/pages/contact/1.jpg?1) center top 20px no-repeat;
}
/* line 7, ../sass/pages/_contact.sass */
.contact-page #section-1 > div {
  background: url(/images/hexagons1.png) center top -110px no-repeat;
  background-position-x: calc(50% + 170px);
}
/* line 11, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div {
  background: url(/images/hexagons2.png) right 70% top 220px no-repeat;
  background-position-x: calc(50% - 270px);
}
/* line 15, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner {
  padding-top: 77px;
  margin-top: 150px;
}
/* line 19, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner .icon-wrapper {
  position: relative;
  height: 47px;
}
/* line 23, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner .icon-wrapper img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 30, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form label {
  display: block;
  font-size: 16px;
  color: #ff3e00;
  font-weight: 400;
  position: absolute;
  margin-bottom: 0;
  top: 8px;
  cursor: text;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
/* line 41, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form .active label {
  top: -18px;
  cursor: default;
}
/* line 44, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form input[type=text], .contact-page #section-1 > div > div #section-1-inner #contact-form textarea {
  display: block;
  border: none;
  border-bottom: 1px solid #ff3e00;
  background: transparent;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 55, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form input[type=text]:focus, .contact-page #section-1 > div > div #section-1-inner #contact-form textarea:focus {
  outline: none;
}
/* line 57, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form select {
  display: block;
  border: none;
  border-bottom: 1px solid #ff3e00;
  background: url(/images/icons/triangle.png) right center no-repeat;
  width: 100%;
  color: #ff3e00;
  font-size: 16px;
  padding: 5px 0;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 70, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form .error .errorMessage {
  color: #ffad00;
  font-size: 16px;
  position: absolute;
  top: 100%;
  margin-top: 2px;
}
/* line 76, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form .arrow-link {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 60px;
  color: #ff3e00;
  font-weight: 300;
}
/* line 84, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form .arrow-link .bg {
  background: #ff3e00;
}
/* line 87, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form .arrow-link .bg:before, .contact-page #section-1 > div > div #section-1-inner #contact-form .arrow-link .bg:after {
  background: #ff3e00;
}
/* line 89, ../sass/pages/_contact.sass */
.contact-page #section-1 > div > div #section-1-inner #contact-form .arrow-link:hover {
  color: #ffffff;
}
/* line 91, ../sass/pages/_contact.sass */
.contact-page #section-2 {
  background: url(/images/hexagons3.png) center top -110px no-repeat;
  background-position-x: calc(50% - 370px);
}
/* line 95, ../sass/pages/_contact.sass */
.contact-page #section-2 > div {
  height: 160px;
  background: url(/images/hexagons4.png) right top -460px no-repeat;
}
/* line 98, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 550px;
}
