:root{
  --color-background: #fff;
  --color-foreground: #000;
  --color-primary: #ff5251;
  --color-secondary: #01cfe7;
  --color-muted: #f3f3f3;
  --color-faded: #7f7f7f;
  --color-footer: #1a1a1a;
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local('Open Sans'), url('../fonts/WOFF/OpenSans-Regular.woff') format('woff'),
    local('Open Sans'), url('../fonts/TTF/OpenSans-Regular.ttf') format('ttf')
    ;
}
@font-face {
  font-family: 'Open Sans Italic';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local('Open Sans Italic'), url('../fonts/WOFF/OpenSans-Italic.woff') format('woff'),
    local('Open Sans Italic'), url('../fonts/TTF/OpenSans-Italic.ttf') format('ttf')
    ;
}
@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local('Open Sans Bold'), url('../fonts/WOFF/OpenSans-Bold.woff') format('woff'),
    local('Open Sans Bold'), url('../fonts/TTF/OpenSans-Bold.ttf') format('ttf')
    ;
}
/*
@font-face {
  font-family: 'Open Sans Bold Italic';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local('Open Sans Bold Italic'), url('../fonts/WOFF/OpenSans-BoldItalic.woff') format('woff'),
    local('Open Sans Bold Italic'), url('../fonts/TTF/OpenSans-BoldItalic.ttf') format('ttf')
    ;
}
*/


@font-face {
  font-family: 'Georgia Regular';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local('Georgia Regular'), url('../fonts/WOFF/georgia.woff') format('woff'),
    local('Georgia Regular'), url('../fonts/TTF/georgia.ttf') format('ttf')
    ;
}
@font-face {
  font-family: 'Georgia Italic';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local('Georgia Italic'), url('../fonts/WOFF/georgiai.woff') format('woff'),
    local('Georgia Italic'), url('../fonts/TTF/georgiai.ttf') format('ttf')
}
@font-face {
  font-family: 'Georgia Bold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local('Georgia Bold'), url('../fonts/WOFF/georgiab.woff') format('woff'),
    local('Georgia Bold'), url('../fonts/TTF/georgiab.ttf') format('ttf')
}

b{
  font-family: 'Open Sans Bold', sans-serif;
}
i{
  font-family: 'Open Sans Italic', sans-serif;
}

code{
  font-size: 0.8rem;
  background-color: var(--color-muted);
  padding: 0 0.1rem;
}


body{
  color: var(--color-foreground);
  background-color: var(--color-background);
  font-family: 'Open Sans', sans-serif;
}

.serif{
  font-family: "Georgia Regular", "Times New Roman", serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Georgia Bold", "Times New Roman", serif;
  font-weight: normal;
}

.color-fg{
  color: var(--color-foreground);
}
.color-bg{
  color: var(--color-background);
}
.color-primary{
  color: var(--color-primary);
}
.color-secondary{
  color: var(--color-secondary);
}
.color-muted{
  color: var(--color-muted);
}
.color-faded{
  color: var(--color-faded);
}
.color-footer{
  color: var(--color-footer);
}

.custom-wrapper {
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-transition: height,width 0.5s ease-in-out;
  -moz-transition: height,width 0.5s ease-in-out;
  -ms-transition: height,width 0.5s ease-in-out;
  transition: height,width 0.5s ease-in-out;
  width: 100%;
  margin-top: 3.125rem;
  z-index: 5;
  position: relative;
}
.header-wrap-article .custom-wrapper {
  margin-top: 0;
}

.custom-menu-3 {
  text-align: left;
}

.custom-toggle {
  display: none;
  position: relative;
}

.custom-toggle .bar {
    background-color: var(--color-secondary);
    display: block;
    width: 11vw;
    height: 1vw;
    border-radius: 6.56250rem;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    left: 1vw;
}

.custom-toggle .bar:first-child {
  -webkit-transform: translateY(-4vw);
  -moz-transform: translateY(-4vw);
  -ms-transform: translateY(-4vw);
  transform: translateY(-4vw);
}

.custom-toggle .bar:last-child {
  -webkit-transform: translateY(4vw);
  -moz-transform: translateY(4vw);
  -ms-transform: translateY(4vw);
  transform: translateY(4vw);
}

.custom-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content{
  margin: 0 auto;
}
body.front .content, body.error .content{
  overflow: hidden;
}
.section{
  max-width: 51.25rem;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 6.25rem;
  position: relative;
  padding: 0;
}
.section-header{
  padding: 0;
}
.section-wwd{
  padding-top: 6em;
}
.section h2{
  font-size: 2.15rem;
  width: 100%;
  margin-bottom: 2.15rem;
  margin-top: 5rem;
}
.section .wwd-column{
  float: left;
  font-size: 1.1rem;
  line-height: 1.65;
}
.section .wwd-column:last-child{
  padding-left: 1.7rem;
  box-sizing: border-box;
}
.wwd-column p{
  margin: 0 0 1.9rem;
}
.section h3{
  color: var(--color-primary);
  margin: -0.3125rem 0 0.5rem;
  line-height: 1.4;
}
.wwd-column h3{
  margin: -0.3125rem 0 0;
  padding-top: 0.35rem;
}
.wwd-column a{
  font-weight: bold;
  color: var(--color-secondary);
  display: block;
  text-decoration: none;
}

.section-clients{
  background-color: var(--color-muted);
  text-align: center;
  max-width: 100%;
}
.clients-logo-holder{
  max-width: 51.25rem;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
  opacity: 0.7;
}
.section-clients img{
  max-width: 25%;
  max-height: 2.2rem;
  margin: 1rem 2rem;
  object-fit: cover;
}
.section-clients img:last-child{
  max-height: 3.5rem;
}

.header-wrap{
  background-color: var(--color-primary);
  position: relative;
  min-height:34rem;
}
.header-wrap.header-wrap-article{
  min-height: 2.375rem;
  height: 2.375rem;
}

.header-wrap-article h1 {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  margin-right: -0.8rem;
}

.header-menu-1{
  width: 50%
}
.brand-wrap{
  padding-top: 0.5625rem;
  margin-right: -2.25rem;
  height: 4.0625rem;
}
.header-wrap-article .brand-wrap{
  padding-top: 0;
  height: 3.5625rem;
}

.custom-brand {
  background-color: var(--color-foreground);
  display: block;
  color: var(--color-background);
  text-align: right;
  font-size: 2.3125rem;
  padding-top: 0.43750rem;
  padding-right: 1.18750rem;
  letter-spacing: 0.31250rem;
}
.header-wrap-article .custom-brand{
  padding-bottom: 0.5rem;
}
.custom-wrapper .pure-menu-link {
  padding: 0.18750rem 0.31250rem;
}
.header-wrap-article .custom-wrapper .pure-menu-link {
  padding: 0 0.31250rem;
}
ul.pure-menu-list{
  margin-top: 0.6rem;
  margin-left: 6rem;
  transition: all 0.5s;
}
.header-wrap-article ul.pure-menu-list{
  margin-top: 0.250rem;
}

li.pure-menu-item{
  margin-right: 2.6250rem;
  margin-left: 0.31250rem;
}
li.pure-menu-item:last-child{
  margin-right: 0;
}
.pure-menu-link {
  text-transform: lowercase;
  font-family: 'Georgia Bold', serif;
  font-size: 1.0em;
  color: var(--color-foreground);
}

.pure-menu-link:hover {
  background-color: var(--color-primary);
}
.menu-item-active a{
  border-bottom: 0.250rem solid var(--color-secondary);
}

.slope-red {
  background-color: var(--color-primary);
}
div.slope-white {
  background-color: var(--color-background);
  z-index: 1 !important;
  top: -12rem;
}
.slope {
  position: absolute;
  width: 130%;
  min-height: 100%;
  transform: rotate(-2.6deg);
  margin-left: -10%;
  margin-bottom: -2%;
  z-index: -1;
  top: 2.0rem;
}

.slope-white-wrap{
  position: absolute;
  width: 100%;
  height: 132%;
  left: calc(50% - 6.0rem);
  overflow: hidden;
  top: 2.3750rem;
  filter: drop-shadow(-0.06250rem 0.1250rem 0.18750rem rgba(50, 50, 0, 0.2));
}

#logocanvas, #logocanvasalt{
  position: absolute;
  display: block;
  z-index: 100;  
  transform-origin: 0 0;
  transform: scale(1.4);
  width: 40.43750rem;
  height: 33.81250rem;
  top: -3.0rem;
  left: -6.68750rem;
  filter: drop-shadow(0.31250rem 0.31250rem 0.6250rem rgba(0, 100, 200, 0.3));
  transition: all 0.5s;
}
#logocanvasalt{
  background-image: url(../assets/3dlogo.png);
  background-size: 100%;
}


div.header-left h1 {
  color: var(--color-foreground);
  font-size: 2.4rem;
  width: 200%;
  margin-top: 4.9rem;
  padding: 0;
  text-shadow: 0.06250rem 0.06250rem 0.18750rem rgba(0, 0, 0, 0.4);
}
.header-left {
  width: 40%;
  color: var(--color-background);
  z-index: 1;
}

.header-left p {
  width: 18rem;
  font-size: 0.88em;
  line-height: 1.37;
  padding-top: 0.7rem;
}
.content a.front-button{
  background-color: var(--color-secondary);
  margin-top: 2.8750rem;
  width: 7.8750rem;
  height: 2.43750rem;
  color: var(--color-foreground);
  font-size: 0.8rem;
  padding-top: 0.65rem;
}

.header-right {
  width: 60%;
  margin-top: -6.50rem;
  z-index: 0;
  margin-right: -625.0rem;
  padding-right: 625.0rem;
}


.section-page-content{
  min-height: 31.250rem;
  margin-top: 5.5rem;
}
.section-page-content a, .section-page-content a:visited{
  color: var(--color-primary);
  text-decoration: underline;
}
.section-page-content a:hover{
  color: var(--color-secondary);
}

.section-page-content a[href^="http"]:not([href*="hyperglitch.com"]):after{
  content: '';
  background-image: url(../assets/external-link-svgrepo-com.svg);
  background-size: 100%;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.1rem;
  vertical-align: middle;
  margin-top: -1px;

}

#breadcrumbs{
  font-size: 0.74rem;
}
#breadcrumbs span[itemprop=item]{
  font-family: 'Open Sans Bold', sans-serif;
}
#breadcrumbs a{
  text-decoration: none;
  color: var(--color-foreground);
}

.section-page-content .content-item{
  width: 100%;
}
.section-page-content .content-title{
  text-align: left;
  position: relative;
  overflow: hidden;
  width: 96.5%;
  margin-top: 1rem;
  padding-bottom: 5.5rem;
  margin-bottom: -0.5rem;
  filter: drop-shadow(0.31250rem 0.31250rem 0 var(--color-secondary));
}
.section-page-content .content-title:before{
  content: '';
  position: absolute;
  width: 150%;
  height: 5rem;
  background: var(--color-foreground);
  transform: rotate(-2.3deg);
  top: -50%;
  height: 100%;
  left: -10%;
  z-index: -2;
}
.section-page-content .content-title h2{
  margin-top: 1.3rem;
  margin-left: 1rem;
}
.section-page-content .content-title h2{
  color: var(--color-background);
}
.section-page-content .content-title h2 a{
  color: var(--color-background);
  text-decoration: none;
}
.section-page-content .content-title span.blog-date{
  color: var(--color-secondary);
  font-size: 0.7rem;
  float: right;
  margin-top: -2.2rem;
  margin-right: 0.6rem;
}
.section-page-content .content-title span.tags{
  font-size: 0.7rem;
  margin-top: -1.5rem;
  margin-left: 1rem;
  display: block;
}
.section-page-content .content-title span.tags a{
  color: var(--color-secondary);
  margin-right: 0.2rem;
}
.section-page-content .page-toc h4{
  display: none;
}
.section-page-content .page-toc{
  margin-bottom: 5rem;
}
.section-page-content .page-toc ul {
  list-style-type: none;
  font-family: 'Georgia Bold', 'Times New Roman', serif;
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: 0.1250rem;
  margin: 0;
  padding: 0;
  margin-top: 0.8rem;
}
.section-page-content .page-toc ul li{
  margin-bottom: 0.8rem;
}

.section-page-content h3{
  color: var(--color-foreground);
  border-bottom: 0.1250rem solid var(--color-secondary);
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
  margin-top: 5rem;
}
.section-page-content .content-title + h3, .section-page-content h3:first-child{
  margin-top:0;
}
.section-page-content h4{
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  font-size: 1.2rem;
}

.section-page-content{
  text-align: justify;
}
.section-page-content p{
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1.7rem;
}
.section-page-content p + ul{
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.section-page-content ul li, .section-page-content ol li{
  margin-bottom: 1rem;
  margin-left: 0.8rem;
  line-height: 1.5;
}

.section-page-content .simple-responsive-table{
  margin-bottom: 1.7rem;
}

.section-page-content .floated-img{
  float: left;
  width: 33%;
  max-width: 25rem;
  margin: -0.5rem 2rem 0 0;
}

.section-page-content img{
  max-width: 100%;
  box-shadow: 0.31250rem 0.31250rem 0 var(--color-secondary);
  margin: 0.8rem;
  margin-left: 0.4rem;
}

a[rel=lightbox]{
  text-decoration: none;
}
.section-page-content figure.image-caption figcaption,
.section-page-content a figure.image-caption figcaption{
  font-size: 0.8rem;
  color: var(--color-foreground);
  font-style: italic;
}

.section-page-content table {
  margin: 0 auto;
  min-width: 50%;
  border-collapse: collapse;
  border: 0.1250rem solid var(--color-footer);
}
.section-page-content table td, .section-page-content table th {
  border: 0.06250rem solid var(--color-footer);
  padding: 0.31250rem 1rem;
  font-size: 0.9rem;
}
.section-page-content table th {
  background: var(--color-footer);
  color: var(--color-background);
  font-weight: bold;
}
.section-page-content table tr:nth-child(2n+1) {
  background-color: var(--color-muted);
}



.section-featured{
  margin-bottom: 1rem;
}


.section-featured .featured-project{
  background-color: var(--color-primary);
  margin-left: 4rem;
  margin-top: 2.5rem;
  margin-right: 0rem;
  min-height: 22.6250rem;
}
.section-featured .featured-image {
  margin-left: -4rem;
  margin-top: -2.5rem;
  width: 21.8750rem;
  height: 22.50rem;
  position: relative;
  z-index: 2;
  float: left;
}
.section-featured .featured-image:after {
  position: absolute;
  content: '';
  display: block;
  width: 21.8750rem;
  height: 19.93750rem;
  background-color: var(--color-secondary);
  z-index: -1;
  top: 3.0rem;
  left: 0.3750rem;
}
.section-featured .featured-image a{
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-size: small;
  background-color: var(--color-secondary);
  padding: 0.81250rem 1.93750rem;
  text-decoration: none;
  color: var(--color-foreground);
}
.section-featured .featured-image a:hover{
  color: var(--color-background);
}
.featured-image a:visited{
  color: var(--color-foreground);
}
.section-featured .featured-image span.img{
  display: block;
  overflow: hidden;
  width: 21.8750rem;
  height: 22.50rem;
}
.section-featured .featured-image span.img img{
  object-fit: cover;
  width: 100%;
}
.section-featured .featured-text{
  margin-left: 21.250rem;
  margin-top: 3.8750rem;
}
.section-featured .featured-text a{
  color: var(--color-foreground);
  text-decoration: none;
}
.section-featured .featured-text h3{
  color: var(--color-foreground);
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.section-featured .featured-text p{
  color: var(--color-background);
  font-size: 1.2rem;
  line-height: 1.5;
}
.section-featured .featured-text a.front-button{
  display: none;
}



.front-blog-item{
  box-sizing: border-box;
  margin-bottom: 2.8rem;
  text-decoration: none !important;
}
.section-page-content .front-blog-item {
  padding: 1rem;
  margin: 0;
}

.section-page-content .front-blog-item div, .section-page-content .front-blog-item:nth-child(odd) div {
  margin-left: 0;
}

.front-blog-item span.img {
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: left;
  height: 12.81250rem;
}
.front-blog-item:nth-child(odd) div {
  margin-left: 6%;
}
.front-blog-item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.front-blog-item .date{
  display: block;
  margin-top: 1rem;
  color: var(--color-faded);
  font-size: 0.7rem;
}

.front-blog-item .title{
  display: block;
  color: var(--color-foreground);
  font-weight: bold;
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
.front-blog-item:hover .title{
  text-decoration: underline;
}
.front-blog-item:hover span.img{
  box-shadow: 5px 5px 0 var(--color-secondary);
}
.front-blog-item .info{
  font-size: small;
  color: var(--color-foreground);
}
a.load-more{
  display: block;
  margin: 1rem auto 6rem;
  font-weight: bold;
  font-size: large;
  color: var(--color-secondary);
}

form .pure-control-group{
  margin: 2rem 0;
}
form .pure-control-group input, form .pure-control-group textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 0.31250rem 1rem;
  font-size: 0.9rem;
}
form .pure-control-group textarea{
  min-height: 10rem;
}

.notices{
  margin: 3rem 0;
  padding: 1rem;
}
blockquote{
  border-left: 10px solid var(--color-footer);
  background: var(--color-muted);
  margin: 2rem 0;
  padding: 1rem;
  font-style: italic;
}

.section-page-content blockquote p, .section-page-content .notices p{
  margin: 1rem 0;
}


#isso-thread{
  width: 100%;
  font-size: 0.8rem;
}
#isso-thread h4{
  margin-top: 0;
}
.isso-postbox label{
  display: block;
  font-size: 0.6rem;
}
.isso-textarea-wrapper textarea, .isso-input-wrapper input{
  width: 100%;
}
.isso-post-action{
  display: inline-block;
  width: 6rem;
  padding: 0 1rem 0 0;
}
.isso-post-action input{
  width: 100%;
}
.isso-auth-section{
  margin: 1rem 0;
}
.isso-auth-section p{
  margin-bottom: 1rem;
}
.isso-avatar{
  width: 60px;
  float: left;
  margin-right: 1rem;
}
.isso-text{
  overflow: hidden; /* prevent text from wrapping around avatar */
}
.isso-comment-header{
  padding-top: 0.5rem;
}
.isso-comment-header .isso-author{
  font-weight: bold;
}
.isso-text-wrapper{
  margin-top: 1rem;
}
.isso-comment-footer{
  padding-left: 5rem;
}
.isso-follow-up{
  margin-left: 4rem;
  border-left: 4px solid var(--color-muted);
}


div.footer-holder{
  width: 100%;
  overflow: hidden;
}

.section-footer{
  margin-top: 10rem;
  min-height: 22rem;
}
.section-footer .slope{
  background-color: var(--color-footer);
  display: block;
  margin-left: -500%;
  width: 1100%;
  transform: rotate(-3.35deg);
  top: auto;
  min-height:500%;
}
.section-footer .company-name{
  color: var(--color-background);
  display: block;
  margin-top: 4.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.28rem;
  width: 100%;
}
.section-footer .location{
  color: var(--color-faded);
  margin-top: 0.6rem;
  font-size: 0.8rem;
}
.section-footer img.logo{
  width: 7rem;
  position: absolute;
  right: 2.2rem;
  bottom: 11.5rem;
}
.section-footer .foot{
  color: var(--color-faded);
  width: 100%;
  text-align: right;
  font-size: 0.8rem;
  margin-top: 10rem;
  margin-right: 2.1rem;
}
.section-footer .foot a{
  color: var(--color-faded);
}
.section-footer .foot img{
  width: 0.7rem;
}
.content-direction-arrow{
  display: none;
}


.go-to-top:hover{
  background-color: var(--color-primary);
}
.go-to-top{
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  width: 4rem;
  height: 4rem;
  background-image: url(../assets/triangle.svg);
  background-size: 2.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10rem;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  border: 0.06250rem solid var(--color-faded);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.progressbar{
  position: fixed;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  top:0;
  left:0;
  width: 100vw;
  height: 0.1250rem;
  opacity: 0;
  background-color: var(--color-background);
  z-index: 100;
}
.progressbar .-progress{
  background-color: var(--color-primary);
  height: 100%;
}
html[data-scroll='1'] .go-to-top, html[data-scroll='1'] .progressbar {
  opacity: 1;
}


.go-to-top a {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -100vw;
}

#bgcanvas{
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

@media (max-width: 117em) {
  div.slope-white {
    top: -11rem;
  }
}

@media (max-width: 59.375em) {
  #logocanvas, #logocanvasalt{
    transform: scale(1.2);
    top: 0;
  }
  ul.pure-menu-list{
    margin-left: 4rem;
  }
  div.slope-white {
    top: -11rem;
  }
}

@media (max-width: 47.9375em) {

  .custom-menu-3 {
    text-align: left;
  }

  .custom-toggle {
    display: block;
    float: right;
    width: 15vw;
    height: 15vw;
    margin-top: 1.2vw;
  }

  .custom-wrapper {
    overflow: visible;
    margin-top: 7vw;
    position: absolute;
    height: 19vw;
    overflow: hidden;
    transition: opacity,width 0.5s ease-in-out;
  }
  .custom-wrapper .header-menu-2{
    opacity: 0;
  }
  .custom-wrapper.open .header-menu-2{
    opacity: 1;
  }
  .custom-wrapper.open {
    background-color: var(--color-foreground);
    height: 111vw;
  }
  .custom-wrapper.closing {
    background-color: var(--color-foreground);
  }


  html[data-scroll='1'] .custom-wrapper {
    margin-top: 0;
    background-color: var(--color-foreground);
    position: fixed;
    width: 9vw;
    height: 9vw;
  }  
  html[data-scroll='1'] .custom-wrapper.open {
    width: 100vw;
    height: auto;
  }
  html[data-scroll='1'] .custom-wrapper.open .custom-brand{
    display: inline;
  }
  html[data-scroll='1'] .custom-wrapper .custom-brand{
    display: none;
  }
  html[data-scroll='1'] .custom-wrapper.open .custom-toggle{
    background-image: none;
    float: right;
    margin-left: 0;
    margin-top: 1.2vw;
  }
  html[data-scroll='1'] .custom-wrapper.open .custom-toggle s.bar{
    display: block;
  }
  html[data-scroll='1'] .custom-wrapper .custom-toggle{
    background-image: url(../assets/logo_hg_blue.svg);
    background-size: 6vw;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: -3vw;
    margin-top: -3vw;
    float: none;
  }
  html[data-scroll='1'] .custom-wrapper .custom-toggle s.bar{
    display: none;
  }

  .brand-wrap{
    padding: 0;
    margin: 0;
    height: auto;
  }
  .brand-wrap:after{
    content: "";
    display: block;
    clear: left;
    clear: both;
  }
  .header-wrap-article h1{
    display: none;
  }

  .header-wrap-article .custom-brand{
    padding-bottom: 5vw;
  }
  .custom-brand {
    padding: 5vw 2.6vw 5vw 7vw;
    font-size: 7.8vw;
    width: calc(100% - 26.5vw);
    letter-spacing: 1.3vw;
    display: block;
    float: left;
  }

  .custom-wrapper .pure-menu-link {
    color: var(--color-background);
    padding: 0.18750rem 0.31250rem;
  }
  .custom-wrapper .pure-menu-link:hover {
    background-color: transparent;
  }

  ul.pure-menu-list{
    margin-top: 16.5vw;
    margin-left: 11.8vw;
  }

  li.pure-menu-item{
    margin: 0;
    margin-bottom: 11vw;
  }

  .pure-menu-link {
    color: var(--color-background);
    font-size: 5.5vw;
  }

  div.slope-white {
    display: block;
    margin: 0;
    padding: 0;
    margin-left: -50%;
    width: 200%;
    top: -27%;
  }

  .slope {
    display: none;
  }
  .slope-white-wrap{
    height: 114vw;
    top: 23vw;
    left: 5.5vw;
    filter: drop-shadow(0.18750rem 0.250rem 0.3750rem rgba(50, 50, 0, 0.3));
  }

  #logocanvas, #logocanvasalt{
    transform: scale(1.3);
    top: -6vw;
    left: -19vw;
    width: 100vw;
    height: 83.6vw;
  }

  div.header-left h1 {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 77%;
    font-size: 7vw;
  }

  .header-left {
    width: 100%;
    margin-top: 120vw;
  }

  .header-left p {
    margin: 3.5vw auto;
    padding: 0;
    font-size: 4.8vw;
    width: 77%;
    line-height: 1.35;
  }

  .content a.front-button{
    margin: 8vw auto 3vw;
    padding: 0;
    display: block;
    width: 77%;
    height: 9vw;
    font-size: 4vw;
    letter-spacing: -0.1vw;
    padding-top: 1.8vw;
  }

  .header-menu-1{
    width: 100vw;
  }
  .section{
    padding: 0;
  }

  .section:not(:first-child){
    padding-top: 1vw;
  }
  .section:not(:last-child){
    padding-bottom: 12vw;
  }

  .section:not(:first-child):not(:last-child):before{
    content: '';
    display: block;
    /*background-image: url(triangle.svg);*/
    background-size: 100% 100%;
    width: 6vw;
    height: 6vW;
    left: calc(50% - 3vw);
    top: 4vw;
    position: absolute;
  }
  .section:not(:last-child):after{
    content: '';
    display: block;
    /*background-image: url(triangle_inverted.svg);*/
    background-size: 100% 100%;
    width: 6vw;
    height: 6vW;
    left: calc(50% - 3vw);
    bottom: 4vw;
    position: absolute;
  }

  .section h2{
    width: 77%;
    margin: 7vw 0 3vw;
    font-size: 11.6vw;
  }
  .section .wwd-column{
    width: 77%;
    margin: 0 auto;
    font-size: 4.5vw;
  }
  .section .wwd-column h3{
    color: var(--color-primary);
    font-size: 4.85vw;
    margin: 7vw 0 4vw;
    line-height: 1.3;
  }
  .section .wwd-column p{
    margin: 0;
    line-height: 1.68;
  }
  .section .wwd-column:last-child{
    /* reset the float */
    padding: 0;
    margin: 0 auto;
    width: 77%;
  }













  .section-page-content{
    width: 100vw;
    padding: 9vw;
    font-size: 4.3vw;
    margin-top: 15vw;
    text-align: left;
  }
  .section-page-content .content-title{
    filter: drop-shadow(2vw 2vw 0 var(--color-secondary));
    margin-bottom: 10vw;
  }
  .section-page-content .content-title:before{
    transform: rotate(-6.3deg);
    height: 131%;
  }
  .section-page-content .content-title h2{
    line-height: 0.75;
    margin-left: 3vw;
    margin-bottom: 0;
  }
  .section-page-content .content-title h2 a{
    font-size: 7vw;
  }
  .section-page-content .content-title span.blog-date{
    float: none;
    display: block;
    margin-top: 4vw;
    margin-left: 3vw;
    margin-bottom: 2vw
  }
  .section-page-content .content-title span.tags{
    margin-left: 3vw;
    margin-top: 0;
  }
  .section-page-content .page-toc{
    margin-bottom: 0;
  }

  .section-page-content h3{
    margin-top: 4rem;
  }
  .section-page-content iframe{
    max-width: 100%;
  }

  .section-page-content p{
    line-height: 1.5;
  }
  .section-page-content ul{
    margin-left: 0vw;
  }

  .section-page-content table {
    min-width: 70vw;
  }

  .section-featured .featured-project{
    margin-left: 5.5vw;
    margin-top: 10vw;
    width: 89.5vw;
  }
  .section-featured .featured-image {
    margin-left: -3.5vw;
    width: 88vw;
    height: 90vw;
    margin-top: -10vw;
  }
  .section-featured .featured-image:after {
    width: 88.5vw;
    height: 79.5vw;
    top: 12vw;
    left: 1vw;
  }
  .section-featured .featured-image a{
    display: none;
  }
  .section-featured .featured-image span.img{
    width: 88vw;
    height: 90vw;
  }
  .section-featured .featured-image span.img img{
    width: 100%;
    height: 100%;
  }
  .section-featured .featured-text{
    margin-left: 12vw;
    margin-top: 89vw;
    padding-right: 3vw;
  }
  .section-featured .featured-text h3{
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  .section-featured .featured-text p{
    font-size: 4vw;
    line-height: 1.7;
  }

  .section-featured .featured-text a.front-button{
    display: block;
    margin-bottom: 12vw;
    margin-top: 10vw;
    margin-left: 5vw;
  }

  .section-page-content .front-blog-item {
    width: 100%;
  }
  .front-blog-item{
    display: block;
    width: 77%;
    margin: 6vw auto 4.5vw;
    text-decoration: none;
    color: var(--color-foreground);
  }
  .front-blog-item span.img{
    width: 100%;
    height: 42vw;
  }
  .front-blog-item:nth-child(odd) div {
    margin-left: 0;
  }
  .front-blog-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .front-blog-item .date{
    display: block;
    margin-top: 3.5vw;
    font-weight: bold;
    color: var(--color-faded);
  }

  .front-blog-item .title{
    display: block;
    margin: 1.5vw 0 1vw;
    font-size: 4.5vw;
    text-decoration: none;
    color: var(--color-foreground);
    font-weight: bold;
  }

  a.load-more{
    width: 77%;
    display: block;
    text-align: center;
    color: var(--color-secondary);
    margin: 10vw auto 10vw;
    font-size: 4.5vw;
    font-weight: bold;
  }


  .clients-logo-holder{
    padding: 0;
  }
  .section-clients img{
    max-width: 23vw;
    max-height: 6vw;
    margin: 5vw;
  }
  .section-clients img:last-child{
    max-height: 8vw;
    margin: 2vw 6vw;
  }

  .section-footer{
    margin-top: 14vw;
    padding-bottom: 6vw;
  }

  .section-footer .company-name{
    width: 100%;
    margin-top: 11.5vw;
    margin-left: 9vw;
    font-size: 7.7vw;
    letter-spacing: 1.1vw;
  }
  .section-footer .location{
    width: 100%;
    margin-left: 9vw;
    margin-top: 2.5vw;
    font-size: 4.2vw;
    letter-spacing: 0.3vw;
  }

  .section-footer img.logo{
    width: 23vw;
    margin-top: 19vw;
    margin-left: 9vw;
    position: relative;
    right: auto;
    bottom: auto;
  }

  .section-footer .foot{
    text-align: center;
    width: 100%;
    margin-top: 15vw;
    font-size: 2.3vw;
  }
  .section-footer .foot img{
    width: 1.8vw;
  }

  .go-to-top{
    position: fixed;
    right: 5vw;
    bottom: 5vw;
    width: 10vw;
    height: 10vw;
    background-size: 7vw;
    background-position: 1.55vw 1.2vw;
  }
  .progressbar{
    top: calc(100vh - 0.250rem);
    bottom: 0;
  }

} /* /media 47.93750rem */

