/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:
    Eric Meyer                  :: http://meyerweb.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

main, article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
    In fact, it *will* cause problems with Google Maps' controls at small size.
    If this is the case for you, try uncommenting the following:
#map img {
        max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
    you'll have to restore the bullets within content,
    which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: separate; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after { content: " "; display: block; clear: both; }
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-arrow_back {
  background-image: url(sprite.png);
  background-position: -113px -132px;
  width: 38px;
  height: 32px;
}
.icon-arrow_right {
  background-image: url(sprite.png);
  background-position: -352px -249px;
  width: 70px;
  height: 10px;
}
.icon-arrow_right_hover {
  background-image: url(sprite.png);
  background-position: -357px -322px;
  width: 40px;
  height: 10px;
}
.icon-arrow_right_light {
  background-image: url(sprite.png);
  background-position: -282px -322px;
  width: 70px;
  height: 10px;
}
.icon-arrow_right_medium {
  background-image: url(sprite.png);
  background-position: -179px -344px;
  width: 77px;
  height: 27px;
}
.icon-brand_aotw {
  background-image: url(sprite.png);
  background-position: -282px -284px;
  width: 117px;
  height: 33px;
}
.icon-brand_apple {
  background-image: url(sprite.png);
  background-position: 0px -200px;
  width: 207px;
  height: 44px;
}
.icon-brand_birell {
  background-image: url(sprite.png);
  background-position: 0px -284px;
  width: 92px;
  height: 55px;
}
.icon-brand_calmind {
  background-image: url(sprite.png);
  background-position: -255px -195px;
  width: 118px;
  height: 35px;
}
.icon-brand_hn {
  background-image: url(sprite.png);
  background-position: -255px -151px;
  width: 173px;
  height: 39px;
}
.icon-brand_instarea {
  background-image: url(sprite.png);
  background-position: -188px -284px;
  width: 89px;
  height: 50px;
}
.icon-brand_lions {
  background-image: url(sprite.png);
  background-position: -255px 0px;
  width: 199px;
  height: 44px;
}
.icon-brand_lipno {
  background-image: url(sprite.png);
  background-position: -97px -284px;
  width: 86px;
  height: 52px;
}
.icon-brand_m {
  background-image: url(sprite.png);
  background-position: -171px -138px;
  width: 52px;
  height: 52px;
}
.icon-brand_osf {
  background-image: url(sprite.png);
  background-position: -255px -106px;
  width: 172px;
  height: 40px;
}
.icon-brand_pelay {
  background-image: url(sprite.png);
  background-position: -113px -80px;
  width: 35px;
  height: 47px;
}
.icon-brand_ponk {
  background-image: url(sprite.png);
  background-position: -216px -249px;
  width: 131px;
  height: 23px;
}
.icon-brand_rulezz {
  background-image: url(sprite.png);
  background-position: -255px -49px;
  width: 164px;
  height: 52px;
}
.icon-brand_samsung {
  background-image: url(sprite.png);
  background-position: -261px -344px;
  width: 112px;
  height: 17px;
}
.icon-brand_shock {
  background-image: url(sprite.png);
  background-position: -70px -344px;
  width: 104px;
  height: 35px;
}
.icon-brand_tc {
  background-image: url(sprite.png);
  background-position: 0px -249px;
  width: 211px;
  height: 30px;
}
.icon-chevron_right {
  background-image: url(sprite.png);
  background-position: -171px 0px;
  width: 79px;
  height: 133px;
}
.icon-icon_check {
  background-image: url(sprite.png);
  background-position: -112px -384px;
  width: 17px;
  height: 14px;
}
.icon-icon_clock {
  background-image: url(sprite.png);
  background-position: -433px -174px;
  width: 16px;
  height: 16px;
}
.icon-icon_clock_light {
  background-image: url(sprite.png);
  background-position: -430px -344px;
  width: 16px;
  height: 16px;
}
.icon-icon_contact {
  background-image: url(sprite.png);
  background-position: -113px -169px;
  width: 28px;
  height: 24px;
}
.icon-icon_facebook {
  background-image: url(sprite.png);
  background-position: -153px -102px;
  width: 9px;
  height: 17px;
}
.icon-icon_facebook_white {
  background-image: url(sprite.png);
  background-position: -153px -80px;
  width: 9px;
  height: 17px;
}
.icon-icon_fb_grey {
  background-image: url(sprite.png);
  background-position: -443px -195px;
  width: 10px;
  height: 17px;
}
.icon-icon_fb_small {
  background-image: url(sprite.png);
  background-position: -156px -132px;
  width: 8px;
  height: 14px;
}
.icon-icon_gplus_small {
  background-image: url(sprite.png);
  background-position: -91px -384px;
  width: 16px;
  height: 15px;
}
.icon-icon_instagram {
  background-image: url(sprite.png);
  background-position: -404px -284px;
  width: 22px;
  height: 22px;
}
.icon-icon_instagram_grey {
  background-image: url(sprite.png);
  background-position: -431px -284px;
  width: 22px;
  height: 22px;
}
.icon-icon_instagram_white {
  background-image: url(sprite.png);
  background-position: -432px -106px;
  width: 22px;
  height: 22px;
}
.icon-icon_linkedin_small {
  background-image: url(sprite.png);
  background-position: -70px -384px;
  width: 16px;
  height: 15px;
}
.icon-icon_mail {
  background-image: url(sprite.png);
  background-position: -432px -133px;
  width: 13px;
  height: 10px;
}
.icon-icon_plus {
  background-image: url(sprite.png);
  background-position: 0px -80px;
  width: 108px;
  height: 115px;
}
.icon-icon_scroll_dark {
  background-image: url(sprite.png);
  background-position: -228px -138px;
  width: 21px;
  height: 52px;
}
.icon-icon_scroll_light {
  background-image: url(sprite.png);
  background-position: -424px -49px;
  width: 21px;
  height: 52px;
}
.icon-icon_send {
  background-image: url(sprite.png);
  background-position: -433px -151px;
  width: 21px;
  height: 18px;
}
.icon-icon_sf {
  background-image: url(sprite.png);
  background-position: 0px 0px;
  width: 166px;
  height: 75px;
}
.icon-icon_twitter {
  background-image: url(sprite.png);
  background-position: -146px -169px;
  width: 20px;
  height: 17px;
}
.icon-icon_twitter_grey {
  background-image: url(sprite.png);
  background-position: -378px -344px;
  width: 22px;
  height: 17px;
}
.icon-icon_twitter_small {
  background-image: url(sprite.png);
  background-position: -134px -384px;
  width: 17px;
  height: 14px;
}
.icon-icon_twitter_white {
  background-image: url(sprite.png);
  background-position: -405px -344px;
  width: 20px;
  height: 17px;
}
.icon-mail_photo {
  background-image: url(sprite.png);
  background-position: 0px -344px;
  width: 65px;
  height: 65px;
}
.icon-quotation_mark {
  background-image: url(sprite.png);
  background-position: -212px -200px;
  width: 36px;
  height: 29px;
}
.icon-slovak_map {
  background-image: url(sprite.png);
  background-position: -378px -195px;
  width: 60px;
  height: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  .icon-arrow_back {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-arrow_right {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-arrow_right_hover {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-arrow_right_light {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-arrow_right_medium {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_aotw {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_apple {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_birell {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_calmind {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_hn {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_instarea {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_lions {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_lipno {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_m {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_osf {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_pelay {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_ponk {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_rulezz {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_samsung {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_shock {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-brand_tc {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-chevron_right {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_check {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_clock {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_clock_light {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_contact {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_facebook {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_facebook_white {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_fb_grey {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_fb_small {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_gplus_small {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_instagram {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_instagram_grey {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_instagram_white {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_linkedin_small {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_mail {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_plus {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_scroll_dark {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_scroll_light {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_send {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_sf {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_twitter {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_twitter_grey {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_twitter_small {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-icon_twitter_white {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-mail_photo {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-quotation_mark {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
  .icon-slovak_map {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
}

.site-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  height: 26px !important;
  top: 64px !important;
}
.site-header .site-branding {
  max-width: 1272px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .site-header .site-branding {
    max-width: none;
    padding: 0 60px;
  }
}
.site-header .logo {
  z-index: 1501;
  text-decoration: none;
}
.site-header .logo:after {
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.site-header .logo:after {
  content: "naum";
  font-size: 1.125rem;
  font-family: "Graphik";
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 1399px) {
  .site-header .logo {
    left: 25px;
  }
}
.site-header .midnightHeader.white .logo:after,
.page-id-13 .site-header .logo:after,
.page-template-page-calculator .site-header .logo:after,
.page-template-page-get-results .site-header .logo:after,
.page-template-page-results .site-header .logo:after,
.home .site-header .logo:after {
  color: #fff;
}
.site-header .midnightHeader.black .logo:after {
  color: #000 !important;
}
.site-header.toggled {
  overflow: visible !important;
}
.site-header.toggled .midnightHeader {
  overflow: visible !important;
}
.site-header.toggled .midnightHeader .midnightInner {
  overflow: visible !important;
}
@media screen and (max-width: 991px) {
  .site-header {
    top: 30px !important;
  }
}
#colophon {
  color: #b7b7b7;
  background-color: #f7f7f7;
  font-family: 'Franklin Gothic Book';
  font-size: 0.75rem;
  padding-top: 40px;
  padding-bottom: 230px;
}
#colophon .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#colophon .content .copyright a {
  text-decoration: none;
  color: #b7b7b7;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#colophon .content .copyright a:hover {
  color: #000;
}
@media screen and (max-width: 599px) {
  #colophon {
    padding-bottom: 60px;
  }
  #colophon .content {
    flex-wrap: wrap;
    position: relative;
  }
  #colophon .content figure:nth-of-type(1) {
    width: 100%;
    margin-bottom: 25px;
    padding-top: 7px;
  }
  #colophon .content figure:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 25px;
  }
  #colophon .content .copyright {
    line-height: 1.5rem;
  }
  #colophon .content .copyright a {
    display: table;
  }
  #colophon .content .copyright span {
    display: none;
  }
}
#footer-calculator {
  color: #747474;
  padding-bottom: 30px;
}
#footer-calculator .content {
  position: relative;
}
#footer-calculator .content:before {
  width: calc(100% - 40px);
  position: absolute;
  height: 2px;
  display: block;
  background-color: #1a1a1a;
  content: "";
  top: 0;
}
#footer-calculator .calculator-notice {
  padding-top: 30px;
  max-width: 880px;
}
#footer-calculator .calculator-notice .notice-links {
  font-size: 0.938rem;
  margin-bottom: 5px;
}
#footer-calculator .calculator-notice .notice-links span {
  font-weight: 600;
}
#footer-calculator .calculator-notice .notice-links ul {
  display: inline-block;
}
#footer-calculator .calculator-notice .notice-links ul li {
  display: inline-block;
}
#footer-calculator .calculator-notice .notice-links ul li:before {
  display: inline-block;
  content: "|";
  font-weight: 600;
  margin-right: 5px;
  margin-left: 2px;
}
#footer-calculator .calculator-notice .notice-links ul li:first-child {
  margin-left: 5px;
}
#footer-calculator .calculator-notice .notice-links ul li:first-child:before {
  display: none;
}
#footer-calculator .calculator-notice .notice-links ul li a {
  font-weight: 600;
  color: #747474;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#footer-calculator .calculator-notice .notice-links ul li a:hover {
  color: #fff;
}
#footer-calculator .calculator-notice p {
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 2;
  color: #444444;
}
#footer-calculator .calculator-notice p a {
  color: #fff;
  opacity: 0.3;
  display: inline-block;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#footer-calculator .calculator-notice p a i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
#footer-calculator .calculator-notice p a:hover {
  opacity: 1;
}
#footer-calculator .calculator-social {
  display: none;
  width: 100px;
}
#footer-calculator .calculator-social ul {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  align-items: center;
}
#footer-calculator .calculator-social ul li a i {
  opacity: 0.31;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#footer-calculator .calculator-social ul li a:hover i {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #footer-calculator .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer-calculator .content .calculator-social {
    display: block;
  }
}
.footer-result {
  padding-bottom: 20px;
}
.footer-result .calculator-social {
  padding-top: 50px;
  border-top: 2px solid #111;
}
.footer-result .calculator-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-result .calculator-social ul li {
  margin: 0 12px;
}
.footer-result .calculator-social ul li a i {
  opacity: 0.31;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.footer-result .calculator-social ul li a:hover i {
  opacity: 1;
}
.footer-result .range-wrapper {
  margin-top: 70px;
}
.footer-result .range-wrapper > span {
  font-size: 1.563rem;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.footer-result .range-wrapper .input-range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.footer-result .range-wrapper .input-range .range-slider {
  width: 100%;
  order: 1;
}
.footer-result .range-wrapper .input-range .range-slider .label {
  text-align: center;
  color: #fff;
  font-size: 1.563rem;
}
.footer-result .range-wrapper .input-range .range-slider .label .value-budget:before {
  content: "€";
  display: inline-block;
}
.footer-result .range-wrapper .input-range .range-slider .input-box {
  margin-top: 20px;
}
.footer-result .range-wrapper .input-range .range-slider .input-box input {
  width: 100%;
}
.footer-result .range-wrapper .input-range .range-slider .range-labels {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.footer-result .range-wrapper .input-range .range-slider .range-labels span {
  color: #363636;
  font-size: 0.875rem;
  width: 33.33333333%;
}
.footer-result .range-wrapper .input-range .range-slider .range-labels span:nth-child(2) {
  text-align: center;
}
.footer-result .range-wrapper .input-range .range-slider .range-labels span:nth-child(3) {
  text-align: right;
}
.footer-result .range-wrapper .input-range .range-slider .value-deadline {
  position: relative;
}
.footer-result .range-wrapper .input-range .range-slider .value-deadline:after {
  content: "days";
  display: inline-block;
  position: absolute;
  top: 0;
  vertical-align: super;
  font-size: 65%;
  margin-left: 5px;
}
.footer-result .range-wrapper .input-range .range-left,
.footer-result .range-wrapper .input-range .range-right {
  width: 50%;
  order: 2;
  font-size: 0.75rem;
  line-height: 1.125rem;
  width: 80px;
  color: #363636;
}
.footer-result .range-wrapper .input-range .range-right {
  text-align: right;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .footer-result .range-wrapper .input-range {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
  }
  .footer-result .range-wrapper .input-range p {
    margin: 0;
  }
  .footer-result .range-wrapper .input-range .range-left {
    width: 80px;
    margin-right: 40px;
    margin-top: -4px;
  }
  .footer-result .range-wrapper .input-range .range-right {
    width: 100px;
    margin-left: 20px;
    margin-top: -4px;
  }
  .footer-result .range-wrapper .input-range .range-slider {
    width: calc(100% - 240px);
    order: 2;
  }
  .footer-result .range-wrapper .input-range .range-slider .label {
    font-size: 1.875rem;
  }
  .footer-result .range-wrapper .input-range .range-slider .range-labels span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .footer-result .calculator-social ul {
    justify-content: flex-end;
  }
  .footer-result .range-wrapper {
    margin-top: 50px;
  }
  .footer-result .range-wrapper > span {
    text-align: left;
    margin-bottom: 0;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}
.page-id-13,
.page-id-68,
.home {
  background: #fff;
}
.page-id-13 #block-hero,
.page-id-68 #block-hero,
.home #block-hero,
.page-id-13 #block-ig,
.page-id-68 #block-ig,
.home #block-ig {
  background: #000;
}
.page-id-32,
.page-id-66 {
  background: #fff;
}
.page-id-32 .bg-page,
.page-id-66 .bg-page {
  background: #ffffff;
}
.page-id-32 #block-form,
.page-id-66 #block-form {
  background: #000;
}
.content {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  .content {
    padding: 0 25px;
  }
}
.site-content {
  padding: 45px 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.row {
  margin: 0 -5px;
}
@media (max-width: 1199px) {
  .row {
    margin: 0 -10px;
  }
}
.col-3 {
  width: 25%;
  float: left;
}
.col-4 {
  width: 33.33333333%;
  float: left;
}
.col-6 {
  width: 50%;
  float: left;
}
.col-8 {
  width: 66.66666667%;
  float: left;
}
.col-12 {
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .col-3 {
    width: 50%;
  }
  .col-6,
  .col-8,
  .col-4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-3,
  .col-4 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
}
.grecaptcha-badge {
  display: none !important;
}
html {
  font-family: 'Graphik', sans-serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.3;
  color: #9c9c9c;
  font-size: 16px;
}
a,
.btn {
  cursor: pointer;
}
.letter {
  overflow: visible;
  opacity: 1 !important;
}
.animation.bottom .letter {
  opacity: 1 !important;
}
a {
  color: #000000;
  position: relative;
}
a:hover {
  text-decoration: none;
}
a.arrow i {
  transition: all 0.3s ease-in-out;
}
a.arrow:hover i {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
a.link {
  text-decoration: none;
  display: inline-block;
}
a.link:after {
  width: 100%;
  position: absolute;
  height: 1px;
  display: block;
  content: "";
  background-color: #000000;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
a.link:hover:after {
  opacity: 0;
}
p {
  margin-bottom: 25px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  p {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 15px;
  }
}
.subtitle {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.656rem;
  font-family: 'Shree Devanagari 714';
  font-weight: bold;
}
sup + figure {
  position: absolute;
  display: none;
  transform: translate(-120%, -100%);
}
sup + figure img {
  float: left;
  max-width: none;
}
sup:hover + figure {
  display: block;
}
@media screen and (max-width: 991px) {
  sup + figure {
    transform: translate(-50%, -100%);
    margin-top: -40px;
  }
}
@media screen and (max-width: 599px) {
  sup + figure {
    transform: translate(0%, -100%);
    margin-top: -40px;
  }
  sup + figure img {
    max-width: 100%;
  }
}
#cookie-notice {
  font-size: 0.688rem !important;
  background: rgba(0, 0, 0, 0.2) !important;
}
#cookie-notice .cookie-notice-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px !important;
}
#cookie-notice .cookie-notice-container span a {
  color: #fff;
}
#cookie-notice .cookie-notice-container .cn-button {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  width: 110px;
  height: 25px;
  line-height: 25px;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  text-decoration: none;
}
#cookie-notice .cookie-notice-container .cn-button:hover {
  background: #000;
  color: #fff;
}
h1,
.h1 {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 1.563rem;
  }
}
h2,
.h2 {
  font-size: 1.875em;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 1.563rem;
  }
}
h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
.animation {
  opacity: 1 !important;
}
.animation:hover {
  transform: none !important;
}
@-webkit-keyframes change {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes change {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes change {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes change {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes top {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-o-keyframes top {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes top {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes top {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottom {
  0%,
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-o-keyframes bottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes bottom {
  0%,
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottom {
  0%,
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@font-face {
  font-family: 'Shree Devanagari 714';
  src: url('../fonts/ShreeDev0714-Bold.woff2') format('woff2'), url('../fonts/ShreeDev0714-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin Gothic Book';
  src: url('../fonts/FranklinGothic-Book.woff2') format('woff2'), url('../fonts/FranklinGothic-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.woff2') format('woff2'), url('../fonts/Graphik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.woff2') format('woff2'), url('../fonts/Graphik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.woff2') format('woff2'), url('../fonts/Graphik-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Franklin Gothic Demi';
  src: url('../fonts/FranklinGothic-Demi.woff2') format('woff2'), url('../fonts/FranklinGothic-Demi.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.about-page {
  overflow: hidden;
}
.about-page #block-hero {
  padding: 180px 0 139px;
  color: #474747;
  overflow: hidden;
}
.about-page #block-hero .content {
  overflow: visible;
}
.about-page #block-hero .col-4 p {
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-family: 'Franklin Gothic Book';
  margin-bottom: 30px;
  max-width: 369px;
  text-align: justify;
}
.about-page #block-hero .col-4 p:first-of-type {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.2;
  max-width: 340px;
  font-family: 'Graphik';
  margin-bottom: 52px;
  margin-left: -3px;
  text-align: left;
}
.about-page #block-hero .col-4 .footer {
  margin-top: 75px;
}
.about-page #block-hero .col-4 .footer span {
  margin-bottom: 9px;
  font-size: 0.656rem;
  font-family: "Graphik";
}
.about-page #block-hero .col-4 .footer strong {
  font-family: 'Franklin Gothic Book';
  font-weight: normal;
  color: #fff;
  font-size: 1.125rem;
  display: block;
}
.about-page #block-hero .col-8 {
  margin-top: -80px;
  position: relative;
  right: 10px;
}
.about-page #block-hero .col-8 #playground {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .about-page #block-hero .col-4 {
    width: 50%;
  }
  .about-page #block-hero .col-8 {
    width: 50%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page #block-hero .col-4 {
    width: 100%;
  }
  .about-page #block-hero .col-4 p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.563rem;
    margin-bottom: 25px;
  }
  .about-page #block-hero .col-4 p:first-of-type {
    font-size: 1.563rem;
    max-width: none;
    line-height: 1.2;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .about-page #block-hero .col-4 .footer {
    margin-top: 50px;
  }
  .about-page #block-hero .col-8 {
    display: none;
  }
}
.about-page #block-services {
  padding: 117px 0 102px;
}
.about-page #block-services .content {
  overflow: visible;
}
.about-page #block-services .subtitle {
  margin-bottom: 55px;
}
.about-page #block-services article {
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
  overflow: visible;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  padding-bottom: 38px;
}
.about-page #block-services article:last-of-type {
  border-bottom: none;
}
.about-page #block-services article header a {
  text-decoration: none;
  display: block;
}
.about-page #block-services article header a h2 {
  padding: 40px 0 38px;
  position: relative;
}
.about-page #block-services article header a h2:after {
  content: "-";
  font-family: "Graphik";
  font-size: 2.25rem;
  position: absolute;
  right: 4px;
  top: 29%;
}
.about-page #block-services article header a.collapsed h2:after {
  content: "+";
  right: 0;
  top: 31%;
}
.about-page #block-services article > div {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  display: flex;
  padding-left: 33.33333333%;
  margin-top: -38px;
}
.about-page #block-services article > div.in {
  height: auto;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.about-page #block-services article > div > * {
  flex: 1 33%;
}
.about-page #block-services article > div p {
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
  color: #000;
  max-width: 370px;
}
.about-page #block-services article > div ul {
  padding-left: 160px;
}
.about-page #block-services article > div ul li {
  color: #9c9c9c;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-family: 'Franklin Gothic Book';
}
@media screen and (max-width: 1199px) {
  .about-page #block-services article > div ul {
    padding-left: 120px;
  }
}
@media screen and (max-width: 991px) {
  .about-page #block-services {
    padding: 60px 0;
  }
  .about-page #block-services article {
    padding-bottom: 0;
  }
  .about-page #block-services article > div {
    padding-left: 0;
    margin-top: 0;
  }
  .about-page #block-services article > div p {
    margin-bottom: 38px;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .about-page #block-services article > div ul {
    margin-bottom: 38px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-page #block-services article > div {
    flex-wrap: wrap;
  }
  .about-page #block-services article > div p {
    width: 100%;
    flex: 1 100%;
    max-width: none;
  }
  .about-page #block-services article > div ul {
    width: 100%;
    padding-left: 0;
    flex: 1 100%;
  }
}
.about-page #block-products .top-block {
  border-top: 3px solid rgba(0, 0, 0, 0.04);
  padding: 80px 0 70px;
  display: flex;
  justify-content: space-between;
}
.about-page #block-products .top-block .subtitle {
  color: #555555;
  margin-bottom: 33px;
}
.about-page #block-products .top-block p {
  color: #000;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
.about-page #block-products .top-block ul {
  padding-left: 20px;
  margin-top: 40px;
}
.about-page #block-products .top-block ul li:last-child {
  border-top: 3px solid rgba(0, 0, 0, 0.04);
}
.about-page #block-products .top-block ul li:last-child a {
  padding-top: 5px;
}
.about-page #block-products .top-block ul li a {
  color: #9c9c9c;
  font-family: 'Franklin Gothic Book';
  font-size: 1.25rem;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.about-page #block-products .top-block ul li a:hover {
  color: #000;
}
.about-page #block-products .top-block ul li a:hover i {
  opacity: 1;
}
.about-page #block-products .top-block ul li a i {
  display: inline-block;
  float: right;
  position: relative;
  top: 9px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media screen and (max-width: 991px) {
  .about-page #block-products .top-block p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 599px) {
  .about-page #block-products .top-block {
    flex-wrap: wrap;
  }
  .about-page #block-products .top-block p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .about-page #block-products .top-block ul {
    padding-left: 0;
  }
}
.about-page #block-products .bottom-block {
  border-top: 3px solid rgba(0, 0, 0, 0.04);
  position: relative;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.about-page #block-products .bottom-block:before {
  position: absolute;
  height: 100%;
  width: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.04);
  content: "";
  z-index: 99;
}
.about-page #block-products .bottom-block .col-6 {
  text-align: center;
}
.about-page #block-products .bottom-block .col-6 a {
  display: block;
  padding: 105px 0 20px;
  text-decoration: none;
  position: relative;
}
body:not(.IE) .about-page #block-products .bottom-block .col-6 a:hover figure {
  opacity: 1;
}
body:not(.IE) .about-page #block-products .bottom-block .col-6 a:hover figure:after {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}
body:not(.IE) .about-page #block-products .bottom-block .col-6 a:hover figure img {
  transform: scale(1) translate(-50%, -50%);
  -webkit-filter: blur(0);
  filter: blur(0);
}
body:not(.IE) .about-page #block-products .bottom-block .col-6 a:hover span {
  opacity: 0;
}
.about-page #block-products .bottom-block .col-6 span {
  color: #000;
  font-weight: bold;
  font-size: 15.625rem;
  font-family: 'Shree Devanagari 714';
  position: relative;
  z-index: 99;
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.about-page #block-products .bottom-block .col-6 figure {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.about-page #block-products .bottom-block .col-6 figure:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  margin: auto;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.about-page #block-products .bottom-block .col-6 figure > img {
  -o-object-position: center;
  object-position: center;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 0.7s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.7s cubic-bezier(0.55, 0, 0.1, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1.2) translate(-50%, -50%);
}
.about-page #block-products .bottom-block .col-6:last-child a figure img {
  left: 60%;
}
@media screen and (max-width: 767px) {
  .about-page #block-products .bottom-block:before {
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.04);
    content: "";
    z-index: 99;
  }
  .about-page #block-products .bottom-block .col-6 span {
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 350px) {
  .about-page #block-products .bottom-block .col-6 span {
    font-size: 10rem;
  }
}
.about-page #block-awards {
  padding: 119px 0 126px;
}
.about-page #block-awards .content {
  overflow: visible;
}
.about-page #block-awards .content:before,
.about-page #block-awards .content:after {
  content: " ";
  display: table;
}
.about-page #block-awards .content:after {
  clear: both;
}
.about-page #block-awards .content .col-4 span {
  margin-bottom: 30px;
  color: #555555;
}
.about-page #block-awards .content .col-4 p {
  color: #000000;
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
  padding-right: 30px;
}
.about-page #block-awards .content .col-8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 125px;
  padding-top: 20px;
  align-items: center;
  position: relative;
}
.about-page #block-awards .content .col-8:after {
  content: "...";
  color: #000;
  font-size: 4.875rem;
  font-family: "Graphik";
  line-height: 48px;
  font-weight: 500;
  flex: 1 100%;
}
.about-page #block-awards .content .col-8 > span {
  flex: 1 33%;
  height: 105px;
  display: flex;
  align-items: center;
}
.about-page #block-awards .content .col-8 > span:nth-child(3) {
  justify-content: flex-end;
}
.about-page #block-awards .content .col-8 > span:nth-child(5) {
  justify-content: center;
}
.about-page #block-awards .content .col-8 > span:nth-child(6) {
  flex: 1 16%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about-page #block-awards {
    padding: 80px 0;
  }
  .about-page #block-awards .content .col-4 p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .about-page #block-awards .content .col-8 {
    padding-left: 0;
  }
  .about-page #block-awards .content .col-8 > span:nth-child(3),
  .about-page #block-awards .content .col-8 > span:nth-child(5),
  .about-page #block-awards .content .col-8 > span:nth-child(6) {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .about-page #block-awards {
    padding: 80px 0;
  }
  .about-page #block-awards .content .col-4 p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .about-page #block-awards .content .col-8 {
    padding-left: 0;
  }
  .about-page #block-awards .content .col-8 > span {
    height: 70px;
  }
  .about-page #block-awards .content .col-8 > span i {
    transform: scale(0.66) translateX(-27%);
  }
  .about-page #block-awards .content .col-8:after {
    margin-top: -20px;
    font-size: 3.375rem;
  }
}
.about-page #block-clients .content .col-12 {
  border-top: 3px solid rgba(0, 0, 0, 0.04);
  padding: 105px 0 152px;
}
.about-page #block-clients .content .col-12 .col-4 span {
  margin-bottom: 30px;
  color: #555555;
}
.about-page #block-clients .content .col-12 .col-4 p {
  color: #000000;
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
  padding-right: 25px;
  margin-bottom: 35px;
}
.about-page #block-clients .content .col-12 .col-4 p a {
  font-family: 'Franklin Gothic Demi';
}
.about-page #block-clients .content .col-12 .col-8 {
  padding-top: 33px;
}
.about-page #block-clients .content .col-12 .col-8 ul li {
  color: #9c9c9c;
  font-family: 'Franklin Gothic Book';
  font-size: 1.25rem;
  line-height: 2.5rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.about-page #block-clients .content .col-12 .col-8 ul li span {
  bottom: -100%;
  position: relative;
  float: left;
  display: block;
  opacity: 0;
}
.about-page #block-clients .content .col-12 .col-8 ul li span.active {
  animation: change 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}
.about-page #block-clients .content .col-12 .col-8 ul li:nth-child(2) span {
  animation-delay: 0.1s;
}
.about-page #block-clients .content .col-12 .col-8 ul li:nth-child(3) span {
  animation-delay: 0.2s;
}
.about-page #block-clients .content .col-12 .col-8 ul li:nth-child(4) span {
  animation-delay: 0.3s;
}
.about-page #block-clients .content .col-12 .col-8 ul li:nth-child(5) span {
  animation-delay: 0.4s;
}
.about-page #block-clients .content .col-12 .col-8 ul li:nth-child(6) span {
  animation-delay: 0.5s;
}
.about-page #block-clients .content .col-12 .col-8 ul li:nth-child(7) span {
  animation-delay: 0.6s;
}
.about-page #block-clients .content .col-12 .col-8 .col-6:first-of-type {
  padding-left: 125px;
}
.about-page #block-clients .content .col-12 .col-8 .col-6:last-of-type {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .about-page #block-clients .content .col-12 {
    padding: 100px 0;
  }
  .about-page #block-clients .content .col-12 .col-4 p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .about-page #block-clients .content .col-12 .col-8 {
    padding-top: 0;
  }
  .about-page #block-clients .content .col-12 .col-8 .col-6 {
    width: 50%;
    padding-left: 0 !important;
  }
  .about-page #block-clients .content .col-12 .col-8 .col-6 ul li {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .about-page #block-clients .content .col-12 .col-8 .col-6 {
    width: 100%;
  }
}
.about-page #block-ig {
  padding: 117px 0;
}
.about-page #block-ig .col-4 span {
  font-family: 'Shree Devanagari 714';
  font-weight: bold;
  font-size: 12.5rem;
  left: -12px;
  position: relative;
  color: #fff;
}
.about-page #block-ig .col-4 span.text-1 {
  top: 7px;
}
.about-page #block-ig .col-4 span.text-2 {
  top: -15px;
  opacity: 0.09;
}
.about-page #block-ig .col-4 span.text-3 {
  top: -42px;
  opacity: 0.04;
}
.about-page #block-ig .col-8 {
  position: relative;
}
.about-page #block-ig .col-8 span {
  color: #434343;
  font-size: 1.125rem;
  display: table;
  margin-bottom: 7px;
}
.about-page #block-ig .col-8 strong {
  color: #c1c1c1;
  font-size: 1.125rem;
  display: table;
  font-weight: normal;
}
.about-page #block-ig .col-8 .text {
  position: absolute;
  top: 50%;
  margin-left: 123px;
  margin-top: -28px;
}
.about-page #block-ig .col-8 #sb_instagram {
  float: right;
  margin: -2px -2px 0 0;
}
.about-page #block-ig .col-8 #sb_instagram #sbi_images .sbi_item {
  display: block;
  float: right;
}
.about-page #block-ig .col-8 #sb_instagram #sbi_images .sbi_item > div {
  padding: 2px;
}
.about-page #block-ig .col-8 #sb_instagram #sbi_images .sbi_item > div a {
  position: relative;
  opacity: 1 !important;
}
.about-page #block-ig .col-8 #sb_instagram #sbi_images .sbi_item > div a:before {
  content: "";
  display: block;
  background-color: #1b1b1b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.about-page #block-ig .col-8 #sb_instagram #sbi_images .sbi_item > div a:hover:before {
  opacity: 0;
}
.about-page #block-ig .col-8 #sb_instagram #sbi_images .sbi_item:last-child {
  clear: right;
}
@media screen and (max-width: 1199px) {
  .about-page #block-ig .content {
    position: relative;
  }
  .about-page #block-ig .col-4 span {
    font-size: 10rem;
  }
  .about-page #block-ig .col-8 .text {
    margin-left: 16%;
  }
}
@media screen and (max-width: 991px) {
  .about-page #block-ig .col-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13%;
  }
  .about-page #block-ig .col-4 .text-2,
  .about-page #block-ig .col-4 .text-3 {
    display: none;
  }
  .about-page #block-ig .col-8 {
    width: 100%;
  }
  .about-page #block-ig .col-8 #sb_instagram {
    width: 100% !important;
  }
  .about-page #block-ig .col-8 .text {
    margin-left: 8%;
    top: 80%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page #block-ig .col-4 {
    left: 18%;
  }
  .about-page #block-ig .col-4 .text-1 {
    font-size: 3.063rem;
  }
}
@media screen and (max-width: 480px) {
  .about-page #block-ig .content {
    padding: 0;
  }
  .about-page #block-ig .col-8 {
    padding: 0 2px;
  }
  .about-page #block-ig .col-8 .text {
    top: 77%;
  }
  .about-page #block-ig .col-8 #sb_instagram {
    width: 100% !important;
    margin: 0;
  }
}
.icon {
  display: block;
}
input:focus,
input:active {
  outline: none;
}
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner,
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-display-none {
  display: none !important;
}
.wpcf7-form p {
  margin: 0;
}
#catcher .wpcf7-form input[type="submit"] {
  background-image: url(sprite.png);
  background-position: -433px -151px;
  width: 21px;
  height: 18px;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  position: relative;
  top: 4px;
  opacity: 0.18;
  text-indent: -9999px;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#catcher .wpcf7-form input[type="submit"]:hover {
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #catcher .wpcf7-form input[type="submit"] {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
}
.wpcf7-form .wpcf7-not-valid {
  border-bottom: 1px solid rgba(255, 0, 0, 0.5) !important;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #363636;
  border: 0px solid #000;
}
input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  background: #363636;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #363636;
  border: 0px solid #000;
}
input[type=range]::-moz-range-thumb {
  position: relative;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  background: #363636;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-thumb {
  position: relative;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  background: #363636;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  margin-top: -4px;
}
.noUi-horizontal {
  padding: 0 40px;
}
.noUi-horizontal .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 45px;
}
.noUi-horizontal .noUi-base .noUi-connects {
  width: 100%;
  height: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #363636;
}
.noUi-horizontal .noUi-base .noUi-origin {
  transform: translate(0%, 0px);
  right: 0px;
  will-change: transform;
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform-origin: 0px 0px 0px;
}
.noUi-horizontal .noUi-base .noUi-origin:active,
.noUi-horizontal .noUi-base .noUi-origin:focus {
  outline: none;
}
.noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  cursor: default;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  background: #363636;
  position: absolute;
  right: -5px;
  left: auto;
  bottom: -4px;
}
.noUi-horizontal .noUi-base .noUi-origin .noUi-handle:active,
.noUi-horizontal .noUi-base .noUi-origin .noUi-handle:focus {
  outline: none;
}
.noUi-horizontal .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  color: #fff;
  font-size: 1.563rem;
  margin-top: -60px;
  position: absolute;
  transform: translateX(-45%);
}
@media screen and (min-width: 768px) {
  .noUi-horizontal {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .noUi-horizontal .noUi-base {
    padding-top: 70px;
  }
}
.main-navigation .toggle-container {
  width: 50px !important;
  height: 21px !important;
  z-index: 99999;
  cursor: pointer;
  right: 25px !important;
  position: absolute;
  top: 4px;
  display: none;
}
.midnightHeader.white .main-navigation .menu-toggle,
.page-id-13 .main-navigation .menu-toggle,
.page-template-page-calculator .main-navigation .menu-toggle,
.page-template-page-get-results .main-navigation .menu-toggle,
.page-template-page-results .main-navigation .menu-toggle,
.home .main-navigation .menu-toggle {
  color: #f2f2f0;
}
.midnightHeader.white .main-navigation .menu-toggle:hover,
.page-id-13 .main-navigation .menu-toggle:hover,
.page-template-page-calculator .main-navigation .menu-toggle:hover,
.page-template-page-get-results .main-navigation .menu-toggle:hover,
.page-template-page-results .main-navigation .menu-toggle:hover,
.home .main-navigation .menu-toggle:hover {
  color: #fff;
}
.midnightHeader.white .main-navigation ul li a,
.page-id-13 .main-navigation ul li a,
.page-template-page-calculator .main-navigation ul li a,
.page-template-page-get-results .main-navigation ul li a,
.page-template-page-results .main-navigation ul li a,
.home .main-navigation ul li a {
  color: #fff;
}
.midnightHeader.white .main-navigation ul li a:after,
.page-id-13 .main-navigation ul li a:after,
.page-template-page-calculator .main-navigation ul li a:after,
.page-template-page-get-results .main-navigation ul li a:after,
.page-template-page-results .main-navigation ul li a:after,
.home .main-navigation ul li a:after {
  background: #fff;
}
.midnightHeader.black .main-navigation .menu-toggle {
  color: #9c9c9c !important;
}
.midnightHeader.black .main-navigation .menu-toggle:hover {
  color: #000 !important;
}
.midnightHeader.black .main-navigation ul li a {
  color: #000 !important;
}
.midnightHeader.black .main-navigation ul li a:after {
  background: #000 !important;
}
.main-navigation .links {
  position: absolute;
  right: 60px;
  width: auto;
  top: 4px;
  z-index: 999;
}
.main-navigation .midnightHeader.default ul,
.main-navigation ul {
  display: flex;
}
.main-navigation .midnightHeader.default ul li a,
.main-navigation ul li a {
  display: block;
  margin: 0 20px;
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.main-navigation .midnightHeader.default ul li a:hover,
.main-navigation ul li a:hover {
  opacity: 1;
}
.main-navigation .midnightHeader.default ul li a:hover:after,
.main-navigation ul li a:hover:after {
  width: 100%;
}
.main-navigation .midnightHeader.default ul li a:after,
.main-navigation ul li a:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  height: 1px;
  background: #000;
  width: 0;
  bottom: -4px;
  left: 0;
}
.main-navigation .midnightHeader.default ul li:first-child a,
.main-navigation ul li:first-child a {
  margin-left: 0;
}
.main-navigation .midnightHeader.default ul li:last-child a,
.main-navigation ul li:last-child a {
  margin-right: 0;
}
.main-navigation .menu-toggle,
.main-navigation .articles,
.main-navigation .contacts {
  display: none;
}
@media screen and (max-width: 1399px) {
  .main-navigation .links {
    right: 25px;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
    top: 0 !important;
    height: auto !important;
  }
  .main-navigation .toggle-container {
    left: auto !important;
    display: block;
  }
  .main-navigation .menu-toggle {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Graphik';
    z-index: 9999;
    font-size: 1rem;
    background-color: transparent;
    height: 17px;
    color: #9c9c9c;
    position: relative;
    display: block;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .main-navigation .menu-toggle:hover {
    color: #000;
  }
  .main-navigation .menu-toggle:before {
    display: block;
    content: "menu";
    top: 0;
  }
  .main-navigation .menu-toggle:active,
  .main-navigation .menu-toggle:focus {
    outline: none;
  }
  .main-navigation .menu-wrapper {
    display: none;
    height: 100vh;
    background: #000;
    width: 100%;
    position: fixed;
    top: -30px;
    -webkit-transition: 0.3s opacity ease-out;
    -moz-transition: 0.3s opacity ease-out;
    -o-transition: 0.3s opacity ease-out;
    -ms-transition: 0.3s opacity ease-out;
    transition: 0.3s opacity ease-out;
    left: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .main-navigation .menu-wrapper .col-6 {
    padding-top: 145px;
    position: relative;
  }
  .main-navigation .menu-wrapper .col-6 div ul:hover > li a {
    color: #494949;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .main-navigation .menu-wrapper .col-6 div ul:hover > li:hover a {
    color: #fff;
  }
  .main-navigation .menu-wrapper .articles article {
    float: left;
    clear: right;
    width: 100%;
    max-width: 320px;
    margin-bottom: 60px;
  }
  .main-navigation .menu-wrapper .articles article header {
    margin-bottom: 20px;
  }
  .main-navigation .menu-wrapper .articles article header a {
    color: #9c9c9c;
    text-decoration: none;
    font-family: 'Franklin Gothic Book';
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .main-navigation .menu-wrapper .articles article header a h3 {
    font-size: 1.25rem;
    line-height: 1.563rem;
  }
  .main-navigation .menu-wrapper .articles article header a:hover {
    color: #fff;
  }
  .main-navigation .menu-wrapper .articles article footer {
    color: #414141;
    font-size: 0.656rem;
  }
  .main-navigation .menu-wrapper .articles + .col-6 {
    padding-bottom: 105px;
  }
  .main-navigation .menu-wrapper .articles + .col-6 div ul {
    counter-reset: ol-number;
  }
  .main-navigation .menu-wrapper .articles + .col-6 div ul li {
    overflow: hidden;
  }
  .main-navigation .menu-wrapper .articles + .col-6 div ul li a {
    opacity: 0;
    color: #f2f2f0 !important;
  }
  .main-navigation .menu-wrapper .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 3px solid #292929;
    padding-top: 60px;
  }
  .main-navigation .menu-wrapper .col-12 .col-6 {
    width: auto;
    padding-top: 0;
  }
  .main-navigation .menu-wrapper .col-12 .col-6 > span {
    display: block;
    color: #464645;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .main-navigation .menu-wrapper .col-12 .social {
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-bottom: 7px;
  }
  .main-navigation .menu-wrapper .col-12 .social a {
    opacity: 0.3;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .main-navigation .menu-wrapper .col-12 .social a:hover {
    opacity: 1;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul li {
    display: block;
    position: relative;
  }
  .main-navigation ul li a {
    color: #f2f2f0;
    font-size: 2.5rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    line-height: 4.063rem;
    margin-left: 0;
    margin-right: 0;
  }
  .main-navigation ul li.current-menu-item a,
  .main-navigation ul li:hover a {
    color: #fff;
  }
  .main-navigation .links {
    position: static;
    width: 50%;
    top: 0;
    right: 0;
  }
  .main-navigation .articles,
  .main-navigation .contacts {
    display: block;
  }
  .toggled .main-navigation .menu-wrapper {
    opacity: 1;
    z-index: 9999;
    pointer-events: auto;
    display: block;
  }
  .toggled .main-navigation .menu-wrapper .articles + .col-6 {
    transform: none;
    opacity: 1;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul {
    counter-reset: ol-number;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul li {
    float: right;
    clear: right;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul li a {
    animation: change 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: forwards;
    bottom: -100%;
    position: relative;
    float: right;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul li a:after {
    display: none;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul li:nth-child(2) a {
    animation-delay: 0.1s;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul li:nth-child(3) a {
    animation-delay: 0.2s;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul li:nth-child(4) a {
    animation-delay: 0.3s;
  }
  .toggled .main-navigation .menu-wrapper .col-6 div ul li:nth-child(5) a {
    animation-delay: 0.4s;
  }
  .toggled .main-navigation .menu-toggle {
    color: #fff;
  }
  .toggled .main-navigation .menu-toggle:before {
    content: "close";
    color: #494949;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .toggled .main-navigation .menu-toggle:hover:before {
    color: #fff;
  }
  .toggled .main-navigation .menu-toggle.sk:before {
    content: "zavrieť";
  }
}
@media screen and (max-width: 767px) {
  .main-navigation .menu-wrapper .col-6 {
    width: 50%;
    padding-top: 100px;
  }
  .main-navigation .menu-wrapper .col-12 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .main-navigation .menu-wrapper .articles {
    display: none;
  }
  .main-navigation .menu-wrapper .col-6 {
    width: 100%;
  }
  .main-navigation .menu-wrapper .col-12 {
    bottom: 0px;
    padding: 20px 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .main-navigation .menu-wrapper .col-12 .social {
    display: none;
  }
  .main-navigation .menu-wrapper .articles + .col-6 {
    padding-bottom: 80px;
  }
  .main-navigation .menu-wrapper .articles + .col-6 div ul li a {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 350px) {
  .main-navigation .menu-wrapper .articles + .col-6 div ul li a {
    line-height: 3.25rem;
  }
}
@media screen and (max-height: 730px) and (min-width: 768px) {
  .main-navigation .menu-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .main-navigation .menu-wrapper .col-12 {
    padding-bottom: 20px;
  }
  @-moz-document url-prefix() {
    .main-navigation .menu-wrapper {
      overflow-y: hidden;
    }
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    right: 0;
    z-index: 99;
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    border-radius: 4px;
  }
  .main-navigation .menu-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
}
@media screen and (max-height: 640px) and (min-width: 480px) and (max-width: 767px) {
  .main-navigation .menu-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .main-navigation .menu-wrapper .col-12 {
    padding-bottom: 20px;
  }
  @-moz-document url-prefix() {
    .main-navigation .menu-wrapper {
      overflow-y: hidden;
    }
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    right: 0;
    z-index: 99;
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    border-radius: 4px;
  }
  .main-navigation .menu-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
}
@media screen and (max-height: 560px) {
  .main-navigation .menu-wrapper {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  @-moz-document url-prefix() {
    .main-navigation .menu-wrapper {
      overflow-y: hidden;
    }
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    right: 0;
    z-index: 99;
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  .main-navigation .menu-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    border-radius: 4px;
  }
  .main-navigation .menu-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
}
.nav-lang {
  position: absolute;
  font-family: 'Graphik';
  z-index: 9999;
  font-size: 0.75rem;
  left: 50%;
  top: 6px;
}
.nav-lang.animation {
  transform: translateX(-50%) !important;
}
.nav-lang ul {
  display: flex;
}
.nav-lang ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 6px;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.midnightHeader.white .nav-lang ul li a,
.page-id-13 .nav-lang ul li a,
.page-template-page-calculator .nav-lang ul li a,
.page-template-page-get-results .nav-lang ul li a,
.page-template-page-results .nav-lang ul li a,
.home .nav-lang ul li a {
  color: #fff;
}
.midnightHeader.black .nav-lang ul li a {
  color: #000 !important;
}
.nav-lang ul li:hover a,
.nav-lang ul li.current-lang a {
  opacity: 1;
}
a.btn,
button.btn,
input.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  border: none;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  padding: 14px 22px 16px;
  position: relative;
  text-transform: uppercase;
}
a.btn:focus,
button.btn:focus,
input.btn:focus,
a.btn:active,
button.btn:active,
input.btn:active {
  outline: none;
}
a.btn span,
button.btn span,
input.btn span {
  position: relative;
  z-index: 2;
}
a.btn.btn-default,
button.btn.btn-default,
input.btn.btn-default {
  background-color: #000000;
  color: #ffffff;
}
a.btn.btn-default:hover,
button.btn.btn-default:hover,
input.btn.btn-default:hover {
  background-color: #010657;
}
a.btn.btn-inverse,
button.btn.btn-inverse,
input.btn.btn-inverse {
  border: 2px solid #000000;
  padding: 12px 20px 14px;
  background-color: transparent;
}
a.btn.btn-inverse:hover,
button.btn.btn-inverse:hover,
input.btn.btn-inverse:hover {
  border-color: #010657;
  background-color: #010657;
  color: white;
}
a.btn.btn-secondary,
button.btn.btn-secondary,
input.btn.btn-secondary {
  background-color: #ff4748;
  color: #ffffff;
}
a.btn.btn-secondary:hover,
button.btn.btn-secondary:hover,
input.btn.btn-secondary:hover {
  background-color: #000000;
}
a.btn.btn-white,
button.btn.btn-white,
input.btn.btn-white {
  background-color: white;
  color: #000000;
  padding: 14px 22px;
}
a.btn.btn-white:hover,
button.btn.btn-white:hover,
input.btn.btn-white:hover {
  background-color: #010657;
  color: white;
}
.home #block-hero {
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #000;
}
.home #block-hero p {
  max-width: 50%;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .home #block-hero {
    padding-top: 120px;
  }
  .home #block-hero p {
    max-width: none;
  }
}
#block-hero .content {
  display: flex;
  align-items: center;
  height: 100%;
}
#block-hero .content .letter-n {
  display: block;
  background-image: url("../img/letter-n.png");
  width: 242px;
  height: 303px;
  animation-name: rotate1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #block-hero .content .letter-n {
    background-image: url("../img/letter-n@2x.png");
    background-size: 242px 303px;
  }
}
#block-hero .content .letter-a {
  display: block;
  background: url(../img/letter-a.png);
  width: 232px;
  height: 308px;
  margin-left: 8px;
  animation-name: rotate2;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #block-hero .content .letter-a {
    background-image: url("../img/letter-a@2x.png");
    background-size: 232px 308px;
  }
}
#block-hero .content .letter-u {
  display: block;
  background: url(../img/letter-u.png);
  width: 240px;
  height: 303px;
  animation-name: rotate3;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #block-hero .content .letter-u {
    background-image: url("../img/letter-u@2x.png");
    background-size: 240px 303px;
  }
}
#block-hero .content .letter-m {
  display: block;
  background: url(../img/letter-m.png);
  width: 425px;
  height: 303px;
  animation-name: rotate4;
  margin-left: -90px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #block-hero .content .letter-m {
    background-image: url("../img/letter-m@2x.png");
    background-size: 425px 303px;
  }
}
.home #block-hero .content .col-6 {
  opacity: 1;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.home #block-hero .content .col-6.hidden {
  opacity: 0;
}
.home #block-hero .content .col-6:first-child {
  width: 50%;
  padding-top: 24px;
  padding-left: 63px;
  height: 308px;
  position: relative;
}
.home #block-hero .content .col-6:first-child > * {
  position: absolute;
  transform-style: preserve-3d;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  transform: rotateY(180deg);
}
.home #block-hero .content .col-6:nth-child(2) {
  width: 50%;
  padding-top: 85px;
}
.home #block-hero .content .col-6:nth-child(2) p {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: 0.36px;
  position: relative;
  left: -2px;
}
.home #block-hero .content .col-6:nth-child(2) p i {
  font-style: normal;
  font-weight: 300;
  opacity: 1;
  transform: scale(1);
  animation-name: scale-up;
  animation-duration: 0.2s;
  animation-fill-mode: backwards;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(1) {
  animation-delay: 0.03333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(2) {
  animation-delay: 0.06666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(3) {
  animation-delay: 0.1s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(4) {
  animation-delay: 0.13333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(5) {
  animation-delay: 0.16666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(6) {
  animation-delay: 0.2s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(7) {
  animation-delay: 0.23333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(8) {
  animation-delay: 0.26666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(9) {
  animation-delay: 0.3s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(10) {
  animation-delay: 0.33333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(11) {
  animation-delay: 0.36666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(12) {
  animation-delay: 0.4s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(13) {
  animation-delay: 0.43333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(14) {
  animation-delay: 0.46666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(15) {
  animation-delay: 0.5s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(16) {
  animation-delay: 0.53333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(17) {
  animation-delay: 0.56666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(18) {
  animation-delay: 0.6s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(19) {
  animation-delay: 0.63333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(20) {
  animation-delay: 0.66666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(21) {
  animation-delay: 0.7s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(22) {
  animation-delay: 0.73333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(23) {
  animation-delay: 0.76666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(24) {
  animation-delay: 0.8s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(25) {
  animation-delay: 0.83333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(26) {
  animation-delay: 0.86666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(27) {
  animation-delay: 0.9s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(28) {
  animation-delay: 0.93333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(29) {
  animation-delay: 0.96666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(30) {
  animation-delay: 1s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(31) {
  animation-delay: 1.03333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(32) {
  animation-delay: 1.06666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(33) {
  animation-delay: 1.1s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(34) {
  animation-delay: 1.13333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(35) {
  animation-delay: 1.16666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(36) {
  animation-delay: 1.2s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(37) {
  animation-delay: 1.23333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(38) {
  animation-delay: 1.26666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(39) {
  animation-delay: 1.3s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(40) {
  animation-delay: 1.33333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(41) {
  animation-delay: 1.36666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(42) {
  animation-delay: 1.4s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(43) {
  animation-delay: 1.43333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(44) {
  animation-delay: 1.46666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(45) {
  animation-delay: 1.5s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(46) {
  animation-delay: 1.53333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(47) {
  animation-delay: 1.56666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(48) {
  animation-delay: 1.6s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(49) {
  animation-delay: 1.63333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(50) {
  animation-delay: 1.66666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(51) {
  animation-delay: 1.7s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(52) {
  animation-delay: 1.73333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(53) {
  animation-delay: 1.76666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(54) {
  animation-delay: 1.8s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(55) {
  animation-delay: 1.83333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(56) {
  animation-delay: 1.86666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(57) {
  animation-delay: 1.9s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(58) {
  animation-delay: 1.93333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(59) {
  animation-delay: 1.96666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(60) {
  animation-delay: 2s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(61) {
  animation-delay: 2.03333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(62) {
  animation-delay: 2.06666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(63) {
  animation-delay: 2.1s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(64) {
  animation-delay: 2.13333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(65) {
  animation-delay: 2.16666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(66) {
  animation-delay: 2.2s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(67) {
  animation-delay: 2.23333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(68) {
  animation-delay: 2.26666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(69) {
  animation-delay: 2.3s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(70) {
  animation-delay: 2.33333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(71) {
  animation-delay: 2.36666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(72) {
  animation-delay: 2.4s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(73) {
  animation-delay: 2.43333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(74) {
  animation-delay: 2.46666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(75) {
  animation-delay: 2.5s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(76) {
  animation-delay: 2.53333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(77) {
  animation-delay: 2.56666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(78) {
  animation-delay: 2.6s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(79) {
  animation-delay: 2.63333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(80) {
  animation-delay: 2.66666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(81) {
  animation-delay: 2.7s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(82) {
  animation-delay: 2.73333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(83) {
  animation-delay: 2.76666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(84) {
  animation-delay: 2.8s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(85) {
  animation-delay: 2.83333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(86) {
  animation-delay: 2.86666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(87) {
  animation-delay: 2.9s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(88) {
  animation-delay: 2.93333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(89) {
  animation-delay: 2.96666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(90) {
  animation-delay: 3s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(91) {
  animation-delay: 3.03333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(92) {
  animation-delay: 3.06666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(93) {
  animation-delay: 3.1s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(94) {
  animation-delay: 3.13333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(95) {
  animation-delay: 3.16666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(96) {
  animation-delay: 3.2s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(97) {
  animation-delay: 3.23333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(98) {
  animation-delay: 3.26666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(99) {
  animation-delay: 3.3s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(100) {
  animation-delay: 3.33333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(101) {
  animation-delay: 3.36666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(102) {
  animation-delay: 3.4s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(103) {
  animation-delay: 3.43333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(104) {
  animation-delay: 3.46666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(105) {
  animation-delay: 3.5s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(106) {
  animation-delay: 3.53333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(107) {
  animation-delay: 3.56666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(108) {
  animation-delay: 3.6s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(109) {
  animation-delay: 3.63333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(110) {
  animation-delay: 3.66666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(111) {
  animation-delay: 3.7s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(112) {
  animation-delay: 3.73333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(113) {
  animation-delay: 3.76666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(114) {
  animation-delay: 3.8s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(115) {
  animation-delay: 3.83333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(116) {
  animation-delay: 3.86666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(117) {
  animation-delay: 3.9s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(118) {
  animation-delay: 3.93333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(119) {
  animation-delay: 3.96666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(120) {
  animation-delay: 4s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(121) {
  animation-delay: 4.03333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(122) {
  animation-delay: 4.06666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(123) {
  animation-delay: 4.1s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(124) {
  animation-delay: 4.13333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(125) {
  animation-delay: 4.16666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(126) {
  animation-delay: 4.2s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(127) {
  animation-delay: 4.23333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(128) {
  animation-delay: 4.26666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(129) {
  animation-delay: 4.3s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(130) {
  animation-delay: 4.33333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(131) {
  animation-delay: 4.36666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(132) {
  animation-delay: 4.4s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(133) {
  animation-delay: 4.43333333s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(134) {
  animation-delay: 4.46666667s;
}
.home #block-hero .content .col-6:nth-child(2) p i:nth-of-type(135) {
  animation-delay: 4.5s;
}
@media screen and (max-width: 1199px) {
  .home #block-hero .content .col-6:first-child {
    padding-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .home #block-hero .content .col-6:first-child > * {
    transform: rotateY(180deg) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .home #block-hero .content {
    flex-wrap: wrap;
  }
  .home #block-hero .content .col-6:first-child {
    width: 100%;
    padding: 10% 0 0;
  }
  .home #block-hero .content .col-6:first-child > * {
    transform: rotateY(180deg) scale(0.6);
    left: 50%;
  }
  .home #block-hero .content .col-6:first-child .letter-n {
    margin-left: -121px;
  }
  .home #block-hero .content .col-6:first-child .letter-a {
    margin-left: -116px;
  }
  .home #block-hero .content .col-6:first-child .letter-u {
    margin-left: -120px;
  }
  .home #block-hero .content .col-6:first-child .letter-m {
    margin-left: -212px;
  }
  .home #block-hero .content .col-6:nth-child(2) {
    width: 100%;
    padding: 0 0 10%;
    text-align: center;
  }
  .home #block-hero .content .col-6:nth-child(2) p {
    font-size: 1.5rem;
    line-height: 2.188rem;
  }
}
@media screen and (max-width: 480px) {
  .home #block-hero .content .col-6:first-child {
    width: 100%;
    padding: 20px 0 0;
    height: 300px;
  }
  .home #block-hero .content .col-6:first-child > * {
    transform: rotateY(180deg) scale(0.5);
  }
  .home #block-hero .content .col-6:nth-child(2) p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.contact-page #block-hero .content {
  display: block;
  padding-top: 170px;
  color: #000;
}
.contact-page #block-hero .content header h1 {
  margin-bottom: 50px;
}
.contact-page #block-hero .content .block-contact {
  display: flex;
  font-size: 1.25rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  justify-content: space-between;
  padding: 70px 0;
  border-top: 3px solid rgba(0, 0, 0, 0.04);
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.contact-page #block-hero .content .block-contact div p {
  max-width: 560px;
  margin-bottom: 0;
}
.contact-page #block-hero .content .block-contact div > span {
  display: block;
  color: #9c9c9c;
  position: relative;
  overflow: hidden;
}
.contact-page #block-hero .content .block-contact div > span span {
  opacity: 0;
  position: relative;
  bottom: -100%;
  overflow: hidden;
  display: block;
}
.contact-page #block-hero .content .block-contact div > span span.active {
  animation: change 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}
.contact-page #block-hero .content .block-contact div > span:nth-child(2) span {
  animation-delay: 0.1s;
}
.contact-page #block-hero .content .block-contact div > span:nth-child(3) span {
  animation-delay: 0.2s;
}
.contact-page #block-hero .content .block-contact div > span:nth-child(4) span {
  animation-delay: 0.3s;
}
.contact-page #block-hero .content .block-contact div > span:nth-child(5) span {
  animation-delay: 0.4s;
}
.contact-page #block-hero .content .block-map {
  padding-top: 110px;
  padding-bottom: 200px;
  font-size: 1.25rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
.contact-page #block-hero .content .block-map:before,
.contact-page #block-hero .content .block-map:after {
  content: " ";
  display: table;
}
.contact-page #block-hero .content .block-map:after {
  clear: both;
}
.contact-page #block-hero .content .block-map .col-4 {
  padding-top: 65px;
}
.contact-page #block-hero .content .block-map address {
  color: #9c9c9c;
  font-style: normal;
}
.contact-page #block-hero .content .block-map address > span {
  display: block;
  position: relative;
  overflow: hidden;
}
.contact-page #block-hero .content .block-map address > span span {
  opacity: 0;
  position: relative;
  bottom: -100%;
  overflow: hidden;
  display: block;
}
.contact-page #block-hero .content .block-map address > span span.active {
  animation: change 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}
.contact-page #block-hero .content .block-map address > span:nth-child(2) span {
  animation-delay: 0.1s;
}
.contact-page #block-hero .content .block-map address > span:nth-child(3) span {
  animation-delay: 0.2s;
}
.contact-page #block-hero .content .block-map address > span:nth-child(4) span {
  animation-delay: 0.3s;
}
.contact-page #block-hero .content .block-map address > span:nth-child(5) span {
  animation-delay: 0.4s;
}
@media screen and (max-width: 991px) {
  .contact-page #block-hero .content .block-contact div p {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page #block-hero .content {
    padding-top: 120px;
  }
  .contact-page #block-hero .content .block-contact {
    flex-wrap: wrap;
    padding: 55px 0;
  }
  .contact-page #block-hero .content .block-contact div {
    width: 100%;
  }
  .contact-page #block-hero .content .block-contact div p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 40px;
  }
  .contact-page #block-hero .content .block-map {
    padding-top: 65px;
  }
  .contact-page #block-hero .content .block-map .col-4 {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .contact-page #block-hero .content .block-map {
    padding-bottom: 65px;
  }
}
@keyframes rotate1 {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotateY(180deg);
  }
  25% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
}
@keyframes rotate3 {
  25% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  75% {
    transform: rotateY(180deg);
  }
}
@keyframes rotate4 {
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@media screen and (max-width: 991px) {
  @keyframes rotate1 {
    0% {
      transform: rotateY(0deg) scale(0.8);
    }
    25% {
      transform: rotateY(180deg) scale(0.8);
    }
    75% {
      transform: rotateY(180deg) scale(0.8);
    }
    100% {
      transform: rotateY(0deg) scale(0.8);
    }
  }
  @keyframes rotate2 {
    0% {
      transform: rotateY(180deg) scale(0.8);
    }
    25% {
      transform: rotateY(0deg) scale(0.8);
    }
    50% {
      transform: rotateY(180deg) scale(0.8);
    }
  }
  @keyframes rotate3 {
    25% {
      transform: rotateY(180deg) scale(0.8);
    }
    50% {
      transform: rotateY(0deg) scale(0.8);
    }
    75% {
      transform: rotateY(180deg) scale(0.8);
    }
  }
  @keyframes rotate4 {
    50% {
      transform: rotateY(180deg) scale(0.8);
    }
    75% {
      transform: rotateY(0deg) scale(0.8);
    }
    100% {
      transform: rotateY(180deg) scale(0.8);
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes rotate1 {
    0% {
      transform: rotateY(0deg) scale(0.6);
    }
    25% {
      transform: rotateY(180deg) scale(0.6);
    }
    75% {
      transform: rotateY(180deg) scale(0.6);
    }
    100% {
      transform: rotateY(0deg) scale(0.6);
    }
  }
  @keyframes rotate2 {
    0% {
      transform: rotateY(180deg) scale(0.6);
    }
    25% {
      transform: rotateY(0deg) scale(0.6);
    }
    50% {
      transform: rotateY(180deg) scale(0.6);
    }
  }
  @keyframes rotate3 {
    25% {
      transform: rotateY(180deg) scale(0.6);
    }
    50% {
      transform: rotateY(0deg) scale(0.6);
    }
    75% {
      transform: rotateY(180deg) scale(0.6);
    }
  }
  @keyframes rotate4 {
    50% {
      transform: rotateY(180deg) scale(0.6);
    }
    75% {
      transform: rotateY(0deg) scale(0.6);
    }
    100% {
      transform: rotateY(180deg) scale(0.6);
    }
  }
}
#block-projects .project-item {
  height: 50vw;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 720px;
}
#block-projects .project-item .col-6 {
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
}
#block-projects .project-item .col-6:hover > .content {
  opacity: 0;
}
#block-projects .project-item .col-6:hover > .img-hover {
  opacity: 1;
}
#block-projects .project-item .col-6 + .col-6 {
  right: 0;
}
#block-projects .project-item .col-6 + .col-6 .content {
  padding-left: 130px;
  right: auto;
  left: 0;
}
#block-projects .project-item .col-6 .content {
  max-width: 600px;
  right: 0;
}
#block-projects .project-item .content {
  position: absolute;
  color: #fff;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-wrap: wrap;
}
#block-projects .project-item .content .project-next {
  font-size: 3.125rem;
}
#block-projects .project-item .content .project-info {
  margin-top: auto;
  margin-bottom: 0;
}
#block-projects .project-item .content .project-name {
  margin-bottom: 30px;
  font-weight: 400;
}
#block-projects .project-item .content p {
  font-size: 1.875rem;
  line-height: 1.2;
  max-width: 400px;
  margin-bottom: 0;
}
#block-projects .project-item .project-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#block-projects .project-item .project-img img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}
#block-projects .project-item.project-full .content {
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
}
#block-projects .project-item .img-hover {
  opacity: 0;
}
#block-projects .project-item:hover > .project-img {
  opacity: 0;
}
#block-projects .project-item:hover > .img-hover {
  opacity: 1;
}
#block-projects .project-all {
  font-size: 1.875rem;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 160px 0;
  text-decoration: none;
  background: #000;
}
@media screen and (max-width: 1199px) {
  #block-projects .project-item .col-6 .content,
  #block-projects .project-item .col-6 + .col-6 .content,
  #block-projects .project-item .content {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
  }
  #block-projects .project-item.project-full .content {
    left: 0;
    transform: none;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  #block-projects .project-item .content .project-next {
    font-size: 2.5rem;
  }
  #block-projects .project-item .content p {
    font-size: 1.5rem;
  }
  #block-projects .project-item .col-6 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #block-projects .project-item {
    height: 100vw;
    max-height: none;
  }
  #block-projects .project-item .content .project-name {
    margin-bottom: 15px;
  }
  #block-projects .project-item .col-6 {
    width: 100%;
  }
  #block-projects .project-item .col-6 .content {
    padding: 25px;
  }
  #block-projects .project-item .col-6 .content,
  #block-projects .project-item .col-6 + .col-6 .content,
  #block-projects .project-item .content {
    padding: 25px;
  }
  #block-projects .project-item .project-wrapper-info {
    bottom: 0;
    top: auto;
  }
  #block-projects .project-item.project-half {
    height: 200vw;
  }
  #block-projects .project-item.project-half .col-6 {
    height: 50%;
  }
}
@media screen and (max-width: 480px) {
  #block-projects .project-item .content p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.letter {
  position: relative;
}
#block-site .site-text {
  padding: 152px 0 137px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
#block-site .site-text p {
  color: #000;
  font-size: 1.875rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #block-site .site-text {
    padding: 137px 0;
  }
  #block-site .site-text p {
    font-size: 1.563rem;
  }
}
#block-site .site-services {
  padding: 124px 0;
}
#block-site .site-services:before,
#block-site .site-services:after {
  content: " ";
  display: table;
}
#block-site .site-services:after {
  clear: both;
}
#block-site .site-services p {
  color: #000;
  font-size: 1.25rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  padding-top: 3px;
}
#block-site .site-services ul li {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-family: 'Franklin Gothic Book';
  position: relative;
  overflow: hidden;
  display: block;
}
#block-site .site-services ul li span {
  opacity: 0;
  position: relative;
  bottom: -100%;
  overflow: hidden;
  display: block;
}
#block-site .site-services ul li span.active {
  animation: change 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}
#block-site .site-services ul li:nth-child(2) span {
  animation-delay: 0.1s;
}
#block-site .site-services ul li:nth-child(3) span {
  animation-delay: 0.2s;
}
#block-site .site-services ul li:nth-child(4) span {
  animation-delay: 0.3s;
}
#block-site .site-services ul li:nth-child(5) span {
  animation-delay: 0.4s;
}
#block-site .site-services .col-6 .col-6:last-of-type {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #block-site .site-services {
    padding: 70px 0 40px;
  }
  #block-site .site-services p {
    margin-bottom: 70px;
    padding-top: 0;
    text-align: center;
  }
  #block-site .site-services p br {
    display: none;
  }
  #block-site .site-services .col-6 {
    display: flex;
    justify-content: center;
  }
  #block-site .site-services .col-6 .col-6 {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #block-site .site-services .col-6 {
    display: block;
    text-align: center;
  }
  #block-site .site-services .col-6 .col-6 {
    width: 100%;
    padding: 0 !important;
  }
  #block-site .site-services .col-6 .col-6 ul li {
    font-size: 1.125rem;
  }
}
#block-site .site-clients {
  padding: 57px 0;
}
#block-site .site-clients:before,
#block-site .site-clients:after {
  content: " ";
  display: table;
}
#block-site .site-clients:after {
  clear: both;
}
#block-site .site-clients .col-6 i {
  position: absolute;
  transform: translate(-100px, 10px);
}
@media screen and (max-width: 991px) {
  #block-site .site-clients .col-6 i {
    transform: translate(-50px, 10px);
  }
}
#block-site .site-clients .col-6 h3 {
  font-size: 1.875rem;
  color: #000;
}
#block-site .site-clients .col-6:last-child p {
  font-family: 'Franklin Gothic Book';
  font-size: 0.938rem;
  line-height: 1.5rem;
  margin-bottom: 50px;
}
#block-site .site-clients .col-6:last-child p:first-of-type {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 30px;
}
#block-site .site-clients .col-6:last-child .footer {
  font-size: 0.938rem;
  font-family: 'Franklin Gothic Book';
}
#block-site .site-clients .col-6:last-child .footer strong {
  font-weight: normal;
  color: #000000;
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #block-site .site-clients {
    padding: 40px 0;
  }
  #block-site .site-clients .col-6 i {
    position: static;
    transform: none;
    margin: 40px 0;
  }
  #block-site .site-clients .col-6 h3 {
    font-size: 1.563rem;
  }
  #block-site .site-clients .col-6 p {
    font-size: 1.125rem;
  }
}
#block-site .site-brands {
  width: 100%;
  padding: 50px 0 107px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
#block-site .site-brands > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#block-site .site-brands > * > span {
  height: 150px;
  display: flex;
  align-items: center;
}
#block-site .site-brands > *:last-child {
  padding-right: 30px;
}
#block-site .site-brands > *:last-child span:nth-child(2) {
  margin-left: -90px;
}
@media screen and (max-width: 767px) {
  #block-site .site-brands {
    padding: 0 0 50px;
  }
  #block-site .site-brands > * {
    flex-wrap: wrap;
    padding: 0 !important;
  }
  #block-site .site-brands > * > span {
    height: 100px;
    width: 50%;
    justify-content: center;
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  #block-site .site-brands > *:first-of-type > span {
    width: auto;
    min-width: 50%;
  }
  #block-site .site-brands > *:first-of-type > span:nth-child(2) {
    order: 4;
  }
  #block-site .site-brands > *:first-of-type > span:nth-child(4) {
    order: 2;
  }
  #block-site .site-brands > *:first-of-type > span:nth-child(4) i {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 420px) {
  #block-site .site-brands > * {
    margin: 0 -20px;
  }
  #block-site .site-brands > *:first-of-type > span:nth-child(3) {
    min-width: auto;
    width: 140px;
    display: block;
    padding-top: 29px;
  }
  #block-site .site-brands > *:first-of-type > span:nth-child(3) i {
    transform: scale(0.8);
    margin-left: -40px;
  }
  #block-site .site-brands > *:first-of-type > span:nth-child(4) {
    min-width: auto;
    width: 140px;
    display: block;
    padding-top: 27px;
  }
  #block-site .site-brands > *:first-of-type > span:nth-child(4) i {
    transform: scale(0.8);
  }
}
#block-site .site-blog {
  padding: 81px 0 92px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
#block-site .site-blog:before,
#block-site .site-blog:after {
  content: " ";
  display: table;
}
#block-site .site-blog:after {
  clear: both;
}
#block-site .site-blog > header {
  margin-bottom: 94px;
}
#block-site .site-blog > header strong {
  font-size: 1.875rem;
  color: #000;
  font-weight: normal;
  display: block;
}
#block-site .site-blog article {
  padding-right: 60px;
}
#block-site .site-blog article header {
  margin-bottom: 28px;
}
#block-site .site-blog article header a {
  text-decoration: none;
}
#block-site .site-blog article header h3 {
  font-family: 'Franklin Gothic Book';
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.563rem;
}
#block-site .site-blog article p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: 'Franklin Gothic Book';
  margin-bottom: 45px;
}
#block-site .site-blog article footer {
  font-size: 0.656rem;
}
@media screen and (max-width: 767px) {
  #block-site .site-blog {
    padding: 60px 0 0;
  }
  #block-site .site-blog > header {
    margin-bottom: 60px;
  }
  #block-site .site-blog > header strong {
    font-size: 1.563rem;
  }
  #block-site .site-blog article {
    margin-bottom: 80px;
  }
}
.slider-list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.slider-list .slick-dots li {
  margin: 0 4px;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.slider-list .slick-dots li.slick-active,
.slider-list .slick-dots li:hover {
  opacity: 1;
}
.slider-list .slick-dots li button {
  text-indent: -9999px;
  border: none;
  padding: 0;
  background: #000;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.slider-list .slick-dots li button:focus,
.slider-list .slick-dots li button:active {
  outline: none;
}
/* This animates individual letters of word */
@keyframes scale-up {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    transform: scale(1.2);
    /* this creates bounce effect */
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale-down {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
#block-cta {
  padding: 176px 0 160px;
}
.page-id-13 #block-cta,
.page-id-68 #block-cta {
  background-color: #fff;
}
#block-cta .content {
  display: flex;
  justify-content: space-between;
}
#block-cta .content .social {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding-top: 30px;
  align-items: center;
}
#block-cta .content .social a {
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-cta .content .social a:hover {
  opacity: 1;
}
#block-cta .content .block-cta {
  text-align: center;
  padding-top: 11px;
}
#block-cta .content .block-cta > span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.625rem;
  font-family: 'Shree Devanagari 714';
  font-weight: bold;
  display: block;
  color: #555555;
  margin-bottom: 20px;
}
#block-cta .content .block-cta a {
  text-decoration: none;
  color: #747474;
  font-family: 'Franklin Gothic Book';
  font-size: 2.688rem;
  display: flex;
  align-items: center;
}
#block-cta .content .block-cta a span {
  display: inline-block;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}
#block-cta .content .block-cta a span::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: #747474;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#block-cta .content .block-cta a span::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #000;
  white-space: nowrap;
  width: 0%;
  transition: width 0.4s 0.3s;
}
#block-cta .content .block-cta a i {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-cta .content .block-cta a:hover span:after {
  transform: translate3d(100%, 0, 0);
}
#block-cta .content .block-cta a:hover span:before {
  width: 100%;
}
#block-cta .content .block-cta a:hover i {
  opacity: 1;
  transform: translateX(20px);
}
#block-cta .content .nav {
  padding-left: 54px;
  width: 100px;
}
#block-cta .content .nav ul li a {
  text-decoration: none;
  font-family: 'Franklin Gothic Book';
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1.875rem;
  position: relative;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-cta .content .nav ul li a:hover {
  opacity: 1;
}
#block-cta .content .nav ul li a:hover:after {
  width: 100%;
}
#block-cta .content .nav ul li a:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  height: 1px;
  background: #000;
  width: 0;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #block-cta {
    padding: 73px 0;
  }
  #block-cta .content {
    flex-wrap: wrap;
  }
  #block-cta .content .social {
    padding: 0;
    text-align: center;
    margin: 0 auto;
  }
  #block-cta .content .block-cta {
    width: 100%;
    padding: 60px 0;
    display: flex;
    justify-content: center;
  }
  #block-cta .content .block-cta > span {
    display: none;
  }
  #block-cta .content .block-cta a {
    font-size: 1.875rem;
  }
  #block-cta .content .nav {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  #block-cta .content .block-cta a i {
    display: none;
  }
}
#block-cta-subpage {
  padding: 85px 0 0;
}
.page-id-13 #block-cta-subpage,
.page-id-68 #block-cta-subpage {
  background-color: #fff;
}
#block-cta-subpage .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#block-cta-subpage .content .social {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 45px;
  align-items: center;
}
#block-cta-subpage .content .social a {
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-cta-subpage .content .social a:hover {
  opacity: 1;
}
#block-cta-subpage .content .nav {
  width: 100%;
  text-align: center;
  order: 2;
  margin-bottom: 40px;
}
#block-cta-subpage .content .nav:first-of-type {
  order: 3;
  margin-bottom: 50px;
}
#block-cta-subpage .content .nav ul li a {
  text-decoration: none;
  font-family: 'Franklin Gothic Book';
  font-size: 0.875rem;
  opacity: 0.6;
  line-height: 1.875rem;
  position: relative;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-cta-subpage .content .nav ul li a:hover {
  opacity: 1;
}
#block-cta-subpage .content .nav ul li a:hover:after {
  width: 100%;
}
#block-cta-subpage .content .nav ul li a:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  height: 1px;
  background: #000;
  width: 0;
  bottom: -4px;
  left: 0;
}
#block-cta-subpage .content .cta-center {
  width: 100%;
  margin-bottom: 70px;
  order: 1;
}
#block-cta-subpage .content .cta-center .block-cta > span {
  text-align: center;
  color: #555555;
}
#block-cta-subpage .content .cta-center .block-cta a {
  text-decoration: none;
  color: #747474;
  font-family: 'Franklin Gothic Book';
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-cta-subpage .content .cta-center .block-cta a span {
  display: block;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
#block-cta-subpage .content .cta-center .block-cta a i {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -35px;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-cta-subpage .content .cta-center .block-cta a:hover {
  color: #000;
}
#block-cta-subpage .content .cta-center .block-cta a:hover i {
  opacity: 1;
  transform: translateX(20px);
}
@media screen and (min-width: 768px) {
  #block-cta-subpage {
    padding: 60px 0 60px;
  }
  #block-cta-subpage .content {
    justify-content: space-between;
    align-items: center;
  }
  #block-cta-subpage .content .nav {
    width: 160px;
  }
  #block-cta-subpage .content .nav:first-of-type {
    margin-bottom: 0;
    order: 1;
    text-align: left;
  }
  #block-cta-subpage .content .nav:last-of-type {
    margin-bottom: 0;
  }
  #block-cta-subpage .content .nav:last-of-type ul {
    width: 50px;
    text-align: left;
    float: right;
  }
  #block-cta-subpage .content .cta-center {
    width: calc(100% - 320px);
    order: 2;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }
  #block-cta-subpage .content .cta-center .social {
    order: 2;
    margin-top: 60px;
    margin-bottom: 0;
  }
  #block-cta-subpage .content .cta-center .block-cta {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #block-cta-subpage {
    padding: 80px 0 80px;
  }
  #block-cta-subpage .content .cta-center {
    padding-top: 70px;
  }
  #block-cta-subpage .content .cta-center .block-cta a {
    font-size: 2.688rem;
  }
  #block-cta-subpage .content .cta-center .block-cta a i {
    display: none;
  }
}
#catcher {
  position: fixed;
  right: 40px;
  bottom: 25px;
  z-index: 999;
}
#catcher .container {
  max-width: 360px;
}
#catcher .container .close {
  opacity: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  text-align: center;
  color: #fff;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -30px;
  font-family: 'Graphik';
  font-weight: 300;
  transform: rotateZ(45deg);
  font-size: 1.563rem;
  line-height: 28px;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#catcher .container .close:hover {
  background-color: #000;
}
#catcher .container .form {
  margin-bottom: 18px;
  box-shadow: 0px 4px 128px 0px rgba(1, 1, 1, 0.13);
  border-radius: 30px;
  opacity: 0;
  z-index: -1;
  display: none;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#catcher .container .form > .text {
  background-color: #e5e5e5;
  padding: 52px 20px 20px 26px;
  border-radius: 30px 30px 0 0;
}
#catcher .container .form > .text p {
  color: #707070;
  font-family: 'Franklin Gothic Book';
  font-size: 0.813rem;
  line-height: 1.25rem;
  margin: 0;
}
#catcher .container .form > .text:before {
  content: '“';
  font-family: 'Franklin Gothic Demi';
  color: #707070;
  font-size: 2.25rem;
  position: absolute;
  top: 13px;
}
#catcher .container .form .input {
  background-color: #fff;
  padding: 18px 20px 17px 35px;
  border-radius: 0 0 30px 30px;
}
#catcher .container .form .input input[type="text"],
#catcher .container .form .input input[type="email"] {
  border: none;
  color: #707070;
  font-family: 'Franklin Gothic Book';
  font-size: 1.25rem;
  padding: 0;
  width: calc(100% - 30px);
}
#catcher .container .form .input input#set-email {
  display: none;
}
#catcher .container .form .input button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  float: right;
  position: relative;
  top: 2px;
  opacity: 0.18;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#catcher .container .form .input button:hover {
  opacity: 1;
}
#catcher .container .form .input button:focus,
#catcher .container .form .input button:active {
  outline: none;
}
#catcher .container > button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  float: right;
}
#catcher .container > button:focus,
#catcher .container > button:active {
  outline: none;
}
#catcher .container > button span {
  color: #fff;
  font-family: 'Shree Devanagari 714';
  font-size: 0.813rem;
  width: 25px;
  height: 25px;
  background-color: #ee1c24;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 29px;
  font-weight: bold;
  position: absolute;
  right: 0;
  z-index: 2;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#catcher .container > button i {
  filter: drop-shadow(0px 4px 8px rgba(1, 1, 1, 0.22));
}
#catcher .container > button:before {
  content: "Vladimir";
  color: #707070;
  font-family: 'Franklin Gothic Book';
  font-size: 0.938rem;
  position: absolute;
  bottom: 22px;
  right: 81px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#catcher .container div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
  margin: 20px 0 0;
  padding: 0;
  font-size: 0.875rem;
}
#catcher.show .container .close,
#catcher.show .container .form {
  opacity: 1;
  z-index: 99;
}
#catcher.show .container .form {
  display: block;
}
#catcher.show .container > button {
  position: relative;
}
#catcher.show .container > button span {
  opacity: 0;
}
#catcher.show .container > button:before {
  opacity: 1;
}
@media screen and (max-width: 1399px) {
  #catcher {
    right: 25px;
  }
}
@media screen and (max-width: 480px) {
  #catcher .container {
    margin-left: 25px;
  }
}
.blog-page {
  padding-top: 170px;
}
.blog-page .content > header {
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.blog-page .content > header h1 {
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog-page {
    padding-top: 120px;
  }
}
.blog-posts article {
  width: 100%;
  margin: 75px 0;
  float: left;
  clear: left;
  position: relative;
}
.blog-posts article:before,
.blog-posts article:after {
  content: " ";
  display: table;
}
.blog-posts article:after {
  clear: both;
}
.blog-posts article:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.04);
  bottom: -75px;
  left: 0;
}
.blog-posts article figure {
  width: calc(100% - 55px);
  height: 265px;
  background: #f5f5f5;
  display: block;
  margin-right: 55px;
  overflow: hidden;
}
.blog-posts article figure img {
  max-width: 524px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.blog-posts article header {
  margin-bottom: 40px;
}
.blog-posts article header a {
  text-decoration: none;
}
.blog-posts article header a h2 {
  font-family: 'Franklin Gothic Book';
}
.blog-posts article header a:hover {
  text-decoration: underline;
}
.blog-posts article div:not(.col-6) {
  min-height: 70px;
  margin-bottom: 65px;
}
.blog-posts article div:not(.col-6) p {
  font-size: 0.938rem;
  line-height: 1.5rem;
}
.blog-posts article footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 0.656rem;
}
.blog-posts article footer .author {
  text-decoration: none;
  color: #9c9c9c;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: relative;
  overflow: hidden;
}
.blog-posts article footer .author i {
  opacity: 0;
  transform: translateX(-100%);
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.IE .blog-posts article footer .author i {
  margin-top: -6px;
}
.blog-posts article footer .author:hover {
  color: #000;
  padding-left: 80px;
}
.blog-posts article footer .author:hover i {
  opacity: 1;
  transform: none;
}
.blog-posts article:hover figure img {
  opacity: 1;
}
.blog-posts article:hover footer .author {
  color: #000;
  padding-left: 80px;
}
.blog-posts article:hover footer .author i {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 767px) {
  .blog-posts article figure {
    width: 100%;
    margin: 0 0 40px 0;
    height: auto;
    max-height: none;
  }
  .blog-posts article figure img {
    max-width: 100%;
    width: 100%;
    float: left;
    height: auto;
  }
}
.pagination {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.pagination .next,
.pagination .prev {
  display: none;
}
.pagination a {
  text-decoration: none;
  color: #9c9c9c;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.pagination a:hover {
  color: #000;
}
.pagination span,
.pagination a {
  font-size: 1.875rem;
  font-family: 'Franklin Gothic Book';
}
.pagination span {
  color: #000;
}
#block-recruit .content {
  padding: 170px 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
#block-recruit .content i {
  position: absolute;
  margin-top: 5px;
}
#block-recruit .content .col-8 {
  float: right;
  font-size: 1.25rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  color: #000;
}
#block-recruit .content .col-8 a {
  color: #9c9c9c;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #block-recruit {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  #block-recruit .content {
    text-align: center;
    padding: 80px 0;
  }
  #block-recruit .content i {
    position: relative;
    margin: 0 auto 80px;
  }
  #block-recruit .content .col-8 {
    font-size: 1rem;
    line-height: 1.875rem;
  }
  #block-recruit .content .col-8 p {
    margin-bottom: 0;
  }
  #block-recruit .content .col-8 p span {
    display: block;
    margin-top: 40px;
  }
  #block-recruit .content .col-8 a {
    font-size: 1.25rem;
  }
}
#block-form {
  padding-top: 80px;
}
#block-form h2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.18055556;
  margin-bottom: 40px;
}
#block-form .form-wrapper {
  position: relative;
  padding-bottom: 56px;
}
#block-form .input-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
#block-form .input-wrapper > * {
  width: 100%;
  display: block;
}
#block-form .input-wrapper label {
  color: #C7C7C7;
  font-size: 0.813rem;
  margin-bottom: 10px;
}
#block-form .input-wrapper p {
  font-size: 0.813rem;
}
#block-form .input-wrapper p a {
  color: #C7C7C7;
}
#block-form .input-wrapper input,
#block-form .input-wrapper textarea {
  width: 100%;
  background: rgba(73, 73, 73, 0.5);
  border-radius: 3px;
  border: 1px solid rgba(73, 73, 73, 0.5);
  color: #fff;
  border: none;
  font-size: 1rem;
  font-family: 'Graphik', sans-serif;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-form .input-wrapper input::placeholder,
#block-form .input-wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#block-form .input-wrapper input:focus,
#block-form .input-wrapper textarea:focus,
#block-form .input-wrapper input:active,
#block-form .input-wrapper textarea:active {
  outline: none;
  background: #494949;
}
#block-form .input-wrapper input {
  height: 55px;
  padding: 0 20px;
}
#block-form .input-wrapper textarea {
  padding: 20px;
  resize: none;
}
#block-form .input-wrapper .wpcf7-submit {
  background-color: #fff;
  color: #010101;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#block-form .input-wrapper .wpcf7-submit:hover {
  background: #989898;
}
#block-form .input-wrapper .wpcf7-not-valid {
  border: 1px solid rgba(255, 0, 0, 0.5) !important;
}
#block-form .input-wrapper .wpcf7-spinner {
  width: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  top: 16px;
  display: block !important;
}
#block-form .submitting .input-wrapper .wpcf7-submit {
  font-size: 0;
}
#block-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
  color: #FF7272;
  font-size: 0.813rem;
  position: absolute;
  width: 100%;
  right: 0;
}
#block-form .sent .wpcf7-response-output {
  color: #C7C7C7;
}
@media screen and (min-width: 768px) {
  #block-form .col-2 {
    display: flex;
    grid-template-columns: 2;
    gap: 15px;
  }
  #block-form .input-wrapper input,
  #block-form .input-wrapper textarea {
    padding-left: 30px;
    padding-right: 30px;
  }
  #block-form .input-wrapper .wpcf7-submit {
    max-width: 350px;
    margin-left: auto;
    margin-right: 0;
  }
  #block-form .input-wrapper .wpcf7-spinner {
    left: auto;
    transform: none;
    right: 163px;
  }
  #block-form .wpcf7-response-output {
    margin-left: auto;
    margin-right: 0;
    max-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  #block-form {
    padding-top: 110px;
  }
  #block-form .form-wrapper {
    padding-bottom: 96px;
  }
  #block-form h2 {
    font-size: 4.5rem;
  }
  #block-form .content {
    display: flex;
  }
  #block-form .form-wrapper {
    max-width: 710px;
    margin-left: auto;
    margin-right: 0;
  }
}
.contact-page {
  overflow: hidden;
}
.contact-page #block-cta .block-cta a {
  pointer-events: none;
}
/* Main form wrapper */
.fs-form-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.overview .fs-form-wrap {
  height: auto;
}
/* Form */
.fs-form {
  position: relative;
  text-align: left;
  font-size: 2.5em;
}
.no-js .fs-form {
  padding: 0 0 6em 0;
}
/* Views (fullscreen and overview)*/
.fs-form-full {
  top: 32%;
  margin: 0 auto;
}
.fs-form-full,
.fs-message-error {
  max-width: 980px;
}
.fs-form-overview {
  margin: 100px auto;
  width: 100%;
  max-width: 980px;
  height: 100%;
  color: #ffffff;
}
.fs-form-overview .fs-fields {
  height: auto;
  padding: 0;
}
.fs-form-overview .fs-fields::before {
  display: block;
  margin-bottom: 2.5em;
  color: #ffffff;
  content: 'Review & Submit';
  font-size: 1.875rem;
}
.sk .fs-form-overview .fs-fields::before {
  display: block;
  margin-bottom: 2.5em;
  color: #ffffff;
  content: 'Skontrolovať & Odoslať';
  font-size: 1.875rem;
}
/* Switch view animation (we hide the current view, switch the view class and show it again) */
.fs-form.fs-show {
  -webkit-animation: animFadeIn 0.5s;
  animation: animFadeIn 0.5s;
}
@-webkit-keyframes animFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fs-form.fs-show .fs-fields {
  -webkit-animation: animMove 0.5s;
  animation: animMove 0.5s;
}
@-webkit-keyframes animMove {
  from {
    top: 100px;
  }
}
@keyframes animMove {
  from {
    top: 100px;
  }
}
/* we need to use top here because otherwise all our fixed elements will become absolute */
/* Visibility control of elements */
.fs-form-full .fs-fields > li,
.fs-nav-dots,
.fs-progress,
.fs-numbers,
button.fs-continue,
.fs-message-error,
.fs-message-final {
  visibility: hidden;
}
.no-js .fs-form-full .fs-fields > li {
  visibility: visible;
}
.fs-show {
  visibility: visible !important;
}
/* Some general styles */
.fs-form-wrap button {
  border: none;
  background: none;
}
.fs-form-wrap button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.fs-form-wrap input:focus,
.fs-form-wrap button:focus {
  outline: none;
}
/* Hide the submit button */
.fs-form .fs-submit {
  display: none;
}
/* Fields */
.fs-fields {
  margin: 0 auto;
  padding: 0;
  top: 0;
  list-style: none;
  min-height: 600px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.fs-form-overview ol {
  max-width: ;
}
.fs-fields > li {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
}
.fs-fields > li:hover {
  z-index: 999;
}
.js .fs-form-full .fs-fields > li {
  position: absolute;
  width: 100%;
}
.fs-form-overview .fs-fields > li,
.no-js .fs-form .fs-fields > li {
  margin: 1em 0 2em;
}
/* Labels & info */
.fs-fields > li label {
  position: relative;
}
.fs-fields > li label.fs-field-label {
  display: inline-block;
  padding: 0 5px 1em 0;
  font-family: 'Franklin Gothic Book';
  pointer-events: none;
  font-size: 2.5rem;
}
.fs-form-full .fs-fields > li label[data-info]::after {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  content: 'i';
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, serif;
  line-height: 20px;
  cursor: pointer;
  pointer-events: auto;
}
.fs-form-full .fs-fields > li label[data-info]::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 0 0 10px;
  min-width: 200px;
  content: attr(data-info);
  font-size: 0.4em;
  color: #6a7b7e;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  pointer-events: none;
}
.fs-form-full .fs-fields > li label[data-info]:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fs-form-full .fs-fields > li label:hover ~ .fs-info,
.fs-form-full .fs-fields > li .fs-info:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
/* Inputs */
.fs-fields input {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #1f1f1f;
  background-color: transparent;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 3.75rem;
  border-radius: 0;
  font-family: 'Franklin Gothic Book';
}
.fs-fields input:invalid {
  box-shadow: none;
  /* removes red shadow in FF*/
}
.fs-fields > li .fs-radio-custom span {
  float: left;
  position: relative;
  margin-right: 3%;
  padding: 10px;
  max-width: 200px;
  width: 30%;
  text-align: center;
  font-weight: 700;
  font-size: 50%;
}
.fs-fields > li .fs-radio-custom span label {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fs-form-overview .fs-fields > li .fs-radio-custom span {
  max-width: 140px;
}
.fs-form-overview .fs-fields > li .fs-radio-custom span {
  font-size: 75%;
}
.fs-fields > li .fs-radio-custom label {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.fs-fields .fs-radio-custom label::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: 85%;
  background-repeat: no-repeat;
  content: '';
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fs-fields textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #1f1f1f;
  background-color: transparent;
  color: #fff;
  padding: 0 0 10px;
  font-size: 3.75rem;
  overflow: hidden;
  font-family: 'Franklin Gothic Book';
  resize: none;
  box-sizing: content-box;
}
.fs-fields textarea:focus {
  outline: none;
}
.fs-form-overview .fs-fields textarea {
  padding: 0 0 20px;
}
.fs-form div.cs-select.cs-skin-boxes {
  display: block;
}
.fs-form-overview .cs-skin-boxes > span {
  border-radius: 5px;
  width: 90px;
  height: 70px;
  font-size: 0.8em;
}
.fs-form-overview .cs-skin-boxes > span::before {
  padding-top: 50px;
  box-shadow: 0 20px 0 #292c30, inset 0 -5px #292c30;
}
.fs-fields input.fs-mark {
  padding-left: 1em;
  background-image: url(../img/dollar.svg);
  background-position: 0% 0.15em;
  background-size: auto 75%;
  background-repeat: no-repeat;
}
.fs-fields input.fs-mark[required] {
  background-image: url(../img/dollar.svg), url(../img/abacusstar.svg);
  background-position: 0% 0.15em, top right;
  background-size: auto 75%, 18px;
  background-repeat: no-repeat;
}
/* placeholder */
.fs-fields input::-webkit-input-placeholder,
.fs-fields textarea::-webkit-input-placeholder {
  color: #282828;
  font-family: 'Franklin Gothic Book';
}
.fs-fields input:-moz-placeholder,
.fs-fields textarea:-moz-placeholder {
  color: #282828;
  font-family: 'Franklin Gothic Book';
}
.fs-fields input::-moz-placeholder,
.fs-fields textarea::-moz-placeholder {
  color: #282828;
  font-family: 'Franklin Gothic Book';
}
.fs-fields input:-ms-input-placeholder,
.fs-fields textarea:-ms-input-placeholder {
  color: #282828;
  font-family: 'Franklin Gothic Book';
}
/* Hide placeholder when focused in Webkit browsers */
.fs-fields input:focus::-webkit-input-placeholder {
  color: transparent;
  font-family: 'Franklin Gothic Book';
}
/* Dot navigation */
.fs-nav-dots {
  position: absolute;
  top: 50%;
  right: -45px;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -57px;
}
.fs-nav-dots button {
  position: relative;
  display: block;
  padding: 0;
  margin: 16px 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.fs-nav-dots button:before,
.fs-nav-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2e2e2e;
  content: '';
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fs-nav-dots button:after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}
.fs-nav-dots button.fs-dot-current {
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}
.fs-nav-dots button:hover::before,
.fs-nav-dots button.fs-dot-current::before {
  background: #fff;
}
/* Progress bar */
.fs-progress {
  position: absolute;
  top: 0;
  width: 0%;
  height: 0.5em;
  background: #fff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: none;
}
/* Number indicator */
.fs-numbers {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4);
  margin: 40px;
  width: 2em;
  font-weight: 700;
  font-size: 2em;
  cursor: default;
  display: none;
}
.fs-numbers:after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: '/';
  font-weight: 300;
  opacity: 0.4;
  left: 0;
}
.fs-numbers span {
  float: right;
  width: 40%;
  text-align: center;
}
.fs-numbers .fs-number-current {
  float: left;
}
.fs-numbers .fs-number-new {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Animations for numbers */
/* Show next number */
.fs-numbers.fs-show-next .fs-number-new {
  -webkit-animation: animMoveUpFromDown 0.4s both;
  animation: animMoveUpFromDown 0.4s both;
}
@-webkit-keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes animMoveUpFromDown {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fs-numbers.fs-show-next .fs-number-current {
  -webkit-animation: animMoveUp 0.4s both;
  animation: animMoveUp 0.4s both;
}
@-webkit-keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes animMoveUp {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* Show previous number */
.fs-numbers.fs-show-prev .fs-number-new {
  -webkit-animation: animMoveDownFromUp 0.4s both;
  animation: animMoveDownFromUp 0.4s both;
}
@-webkit-keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes animMoveDownFromUp {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fs-numbers.fs-show-prev .fs-number-current {
  -webkit-animation: animMoveDown 0.4s both;
  animation: animMoveDown 0.4s both;
}
@-webkit-keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
  }
}
@keyframes animMoveDown {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* Continue button and submit button */
input[type="submit"].fs-submit,
button.fs-continue {
  padding: 14px 36px;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  font-size: 1.125rem;
}
input[type="submit"].fs-submit:focus,
button.fs-continue:focus,
input[type="submit"].fs-submit:hover,
button.fs-continue:hover {
  background: #fff;
  color: #000;
}
.fs-form-overview .fs-submit,
.no-js .fs-form .fs-submit {
  display: block;
  float: right;
}
.fs-form-overview .fs-submit {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
button.fs-continue {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 90px 200px 0;
  font-size: 1.125rem;
  z-index: 999;
}
.fs-continue::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #525252;
  margin-top: 16px;
  content: 'or press ENTER';
  font-size: 0.938rem;
  pointer-events: none;
}
.sk + .fs-controls .fs-continue::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #525252;
  margin-top: 16px;
  content: 'alebo stlačte ENTER';
  font-size: 0.938rem;
  pointer-events: none;
}
/* Error message */
.fs-message-error {
  position: absolute;
  bottom: 85%;
  margin-left: -2px;
  left: 50%;
  z-index: 800;
  max-width: 980px;
  width: 100%;
  color: #eb7e7f;
  font-weight: 700;
  font-size: 1em;
  opacity: 0;
  -webkit-transform: translate3d(-50%, -5px, 0);
  transform: translate3d(-50%, -5px, 0);
}
.fs-message-error.fs-show {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
/* Animation classes & animations */
.fs-form li.fs-current {
  visibility: visible;
}
.fs-form li.fs-current.textarea {
  position: relative !important;
  padding-bottom: 120px;
}
.fs-form li.fs-current.textarea + .fs-hide {
  transform: translateY(-107.5%);
}
.fs-form li.fs-hide,
.fs-form li.fs-show {
  pointer-events: none;
}
/* Hide current li when navigating to next question */
.fs-form .fs-display-next .fs-hide {
  visibility: visible;
}
.fs-form .fs-display-next .fs-hide .fs-anim-lower,
.fs-form .fs-display-next .fs-hide .fs-anim-upper {
  -webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.fs-form .fs-display-next .fs-hide .fs-anim-lower {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
  }
}
@keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
}
/* Show new li when navigating to next question */
.fs-form .fs-display-next .fs-show .fs-anim-lower,
.fs-form .fs-display-next .fs-show .fs-anim-upper {
  -webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}
.fs-form .fs-display-next .fs-show .fs-anim-lower {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
@-webkit-keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}
@keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}
/* Hide current li when navigating to previous question */
.fs-form .fs-display-prev .fs-hide {
  visibility: visible;
}
.fs-form .fs-display-prev .fs-hide .fs-anim-lower,
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
.fs-form .fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
}
@keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
  }
}
/* Show new li when navigating to previous question */
.fs-form .fs-display-prev .fs-show .fs-anim-lower,
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
}
.fs-form .fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
@-webkit-keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
  }
}
@keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
  }
}
/* Remove IE clear cross */
input[type=text]::-ms-clear {
  display: none;
}
@media screen and (max-width: 1399px) {
  .fs-nav-dots {
    right: 0;
    top: 30%;
  }
  button.fs-continue {
    margin-right: 20px;
  }
  .fs-fields input,
  .fs-fields textarea {
    width: calc(100% - 20px);
  }
}
/* Adjust form for smaller screens */
@media screen and (max-width: 52.5em) {
  body {
    min-height: 500px;
  }
  .fs-form-wrap {
    font-size: 70%;
  }
  .fs-form {
    right: 2em;
    left: 0;
    padding: 0 3.75em 0 1em;
    width: auto;
    font-size: 2em;
  }
  .fs-form.fs-form-overview {
    top: 0;
    right: 0;
    padding: 1.5em 1em 8em 1em;
    font-size: 1.5em;
  }
  .fs-title {
    padding: 20px;
  }
  .fs-numbers {
    margin: 20px;
  }
  .fs-message-error {
    bottom: 1.75em;
    left: 0;
    padding: 0 90px 0 2em;
    width: 100%;
    font-size: 1.5em;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  .fs-message-error.fs-show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .fs-fields > li label.fs-field-label {
    font-size: 1.563rem;
  }
  .fs-fields input,
  .fs-fields textarea {
    font-size: 1.875rem;
  }
  .fs-nav-dots button {
    height: 9px;
    width: 9px;
    margin: 13px 0;
  }
  button.fs-continue {
    margin-bottom: 240px;
  }
}
.site-content .content article {
  padding-right: 60px;
}
.site-content .content article section {
  margin-bottom: 60px;
}
.site-content .content article section h2:first-child + p {
  font-size: 20px;
}
.site-content .content article section > p:first-child {
  font-size: 20px;
}
.site-content .content article section > p a,
.site-content .content article section > ul a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.site-content .content article section > p a:after,
.site-content .content article section > ul a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.site-content .content article section > p a:hover:after,
.site-content .content article section > ul a:hover:after {
  opacity: 0;
}
.site-content .content article section p + h2 {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .site-content .content article {
    padding: 0;
  }
}
.info {
  background-color: #010657;
}
.info:before,
.info:after {
  content: " ";
  display: table;
}
.info:after {
  clear: both;
}
.info .flexbox {
  clear: both;
  display: flex;
  justify-content: space-around;
  padding: 40px 0 50px;
  color: white;
}
.info .flexbox .item {
  text-align: center;
  flex: 1;
}
.info .flexbox .item .big {
  font-size: 100px;
  font-weight: 700;
  font-family: "Roboto";
  display: block;
}
.info .flexbox .item .text {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .info .flexbox .item .text br {
    display: none;
  }
}
@media (max-width: 991px) {
  .info .flexbox {
    flex-wrap: wrap;
  }
  .info .flexbox .item {
    flex: 1 100%;
    margin-bottom: 40px;
  }
  .info .flexbox .item .big {
    font-size: 70px;
  }
  .info .flexbox .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .info .flexbox .item .big {
    font-size: 50px;
  }
}
aside {
  margin-top: -8px;
  padding-bottom: 120px;
}
aside .text {
  text-align: center;
}
@media (max-width: 991px) {
  aside {
    margin: 0 0 20px;
  }
}
aside ul {
  margin: 0;
  line-height: 30px;
}
aside ul li {
  padding-left: 35px;
  position: relative;
}
aside ul li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #03a9f4;
  left: 10px;
  top: 12px;
}
aside ul li a {
  color: #9c9c9c;
  text-decoration: none;
}
aside ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #2b2b2b;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
aside ul li a:hover:after {
  opacity: 0;
}
.error404 .site-header {
  background: #fff;
  top: 0 !important;
  height: 60px !important;
}
.error404 .site-header .site-branding {
  display: flex;
  align-items: center;
}
.error404 .site-header .site-branding > *,
.error404 .site-header .site-branding .toggle-container {
  margin-top: 16px;
}
.error404 .error-404 {
  background: url(../img/bg_404.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 80px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .error404 .error-404 {
    background: url(../img/bg_404@2x.jpg) no-repeat;
    background-size: cover;
  }
}
.error404 .error-404 h1 {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.19444444;
}
.error404 .error-404 .btn {
  text-transform: none;
  font-size: 1rem;
  width: 100%;
  max-width: 350px;
  text-align: center;
  border-radius: 3px;
  height: 55px;
  line-height: 55px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
@media screen and (min-width: 992px) {
  .error404 .site-header {
    height: 100px !important;
  }
  .error404 .site-header .site-branding > *,
  .error404 .site-header .site-branding .links {
    margin-top: 40px;
  }
  .error404 .error-404 {
    padding-top: 200px;
    padding-bottom: 140px;
    background-position: center;
  }
  .error404 .error-404 h1 {
    margin-bottom: 30px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .error404 .site-header {
    height: 150px !important;
  }
  .error404 .site-header .site-branding > *,
  .error404 .site-header .site-branding .links {
    margin-top: 65px;
  }
  .error404 .error-404 {
    padding-top: 250px;
    padding-bottom: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .error404 .error-404 {
    background: url(../img/bg_404@2x.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.single-page {
  z-index: auto;
}
.single-page #block-hero {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1500;
}
.single-page #block-hero .trigger {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 5000;
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
}
.single-page #block-hero .trigger span {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  filter: invert(100%);
}
.single-page #block-hero .trigger span i {
  margin-top: 15px;
}
.single-page #block-hero .trigger:focus,
.single-page #block-hero .trigger:active {
  outline: none;
}
.single-page #block-hero figure {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.single-page #block-hero figure img {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.single-page #block-hero figure img.height {
  width: auto;
  max-width: none;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-page #block-hero .content {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single-page #block-hero .content .col-6 {
  padding-left: 100px;
}
.single-page #block-hero .content .col-6 h1 {
  color: #fffefe;
  line-height: 1.2;
  margin: 70px 0;
}
.single-page #block-hero .content .col-6 time {
  font-size: 0.75rem;
  color: #fffefe;
  opacity: 0.4;
}
.single-page #block-hero .content .col-6 .footer {
  font-size: 0.75rem;
  color: #fffefe;
  opacity: 0.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-page #block-hero .content .col-6 .footer span:first-child {
  display: flex;
  align-items: center;
}
.single-page #block-hero .content .col-6 .footer span:first-child i {
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.single-page #block-hero .content .col-6 .footer span .span-reading-time {
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .single-page #block-hero figure img.height {
    right: 0;
    left: auto;
    transform: translate(0, -50%);
  }
  .single-page #block-hero .content .col-6 {
    padding-left: 0;
    padding-bottom: 100px;
  }
}
.single-page .block-article {
  padding-top: 110px;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
}
.page-template-page-cookies .single-page .block-article {
  opacity: 1;
  transform: none;
}
.single-page .block-article .content {
  max-width: 820px;
}
.single-page .block-article article header {
  margin-bottom: 70px;
}
.single-page .block-article article header > strong {
  font-size: 2.5rem;
  font-family: 'Franklin Gothic Book';
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 30px;
  display: block;
}
.single-page .block-article article header .article-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}
.single-page .block-article article header .article-info .left {
  float: none;
  display: flex;
}
.single-page .block-article article header .article-info .left time {
  margin-right: 30px;
}
.single-page .block-article article header .article-info .left span {
  display: flex;
}
.single-page .block-article article header .article-info .left span i {
  position: relative;
  top: -1px;
  margin-right: 7px;
}
.single-page .block-article article header .article-info .left span .span-reading-time {
  margin-right: 3px;
}
.single-page .block-article article header .article-info span strong {
  font-weight: 500;
}
.single-page .block-article article > div {
  margin-bottom: 120px;
}
.page-template-page-cookies .single-page .block-article article > div {
  margin-bottom: 0;
}
.single-page .block-article article > div p {
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  margin-bottom: 50px;
  color: #636363;
}
.single-page .block-article article > div p strong {
  color: #707070;
  font-family: 'Franklin Gothic Demi';
  font-weight: normal;
}
.single-page .block-article article > div blockquote {
  text-align: center;
}
.single-page .block-article article > div blockquote:before {
  content: "“";
  font-family: 'Graphik';
  font-weight: normal;
  font-size: 2.813rem;
  position: absolute;
  color: #000000;
  margin-top: -60px;
}
.single-page .block-article article > div blockquote p {
  font-family: 'Graphik';
  font-weight: 300;
  color: #010101;
  font-size: 1.438rem;
  line-height: 2.5rem;
  max-width: 480px;
  margin: 120px auto 100px;
}
.single-page .block-article article > div ul {
  margin: 50px 0;
  padding: 0 0 0 20px;
  font-family: 'Franklin Gothic Book';
  color: #636363;
}
.single-page .block-article article > div ul li {
  line-height: 2.188rem;
  padding-left: 30px;
  position: relative;
}
.single-page .block-article article > div ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #9c9c9c;
}
.single-page .block-article article > div img {
  height: auto;
}
.single-page .block-article article > div img.aligncenter {
  margin: 0 auto;
  display: block;
}
.single-page .block-article article > div h2,
.single-page .block-article article > div h3 {
  color: #000;
}
.single-page .block-article article > div h2 {
  margin: 80px 0 50px;
  font-weight: 600;
  font-size: 1.563rem;
}
.single-page .block-article article > div h3 {
  font-weight: 500;
  margin: 60px 0 50px;
  font-size: 1.25rem;
}
.single-page .block-article article footer {
  padding: 45px 0;
  overflow: hidden;
  border-top: 3px solid rgba(0, 0, 0, 0.04);
}
.single-page .block-article article footer .left figure {
  float: left;
  margin-right: 30px;
}
.single-page .block-article article footer .left figure img {
  border-radius: 100%;
}
.single-page .block-article article footer .left span {
  font-size: 1.125rem;
  color: #707070;
  font-family: 'Franklin Gothic Book';
  display: block;
  margin-bottom: 20px;
}
.single-page .block-article article footer .left p {
  font-size: 0.813rem;
  line-height: 1.125rem;
  font-family: 'Graphik';
  margin: 0;
}
.single-page .block-article article footer .right span {
  font-size: 0.75rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-page .block-article article footer .right .flexbox {
  display: flex;
  justify-content: space-between;
}
.single-page .block-article article footer .right a {
  display: inline-block;
  opacity: 0.49;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.single-page .block-article article footer .right a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .single-page .block-article {
    padding-top: 80px;
  }
  .single-page .block-article article header > strong {
    font-size: 2.25rem;
  }
  .single-page .block-article article > div p {
    margin-bottom: 40px;
  }
  .single-page .block-article article > div h2 {
    font-size: 1.375rem;
    margin: 60px 0 40px;
  }
  .single-page .block-article article > div h3 {
    font-size: 1.25rem;
    margin: 50px 0 30px;
  }
  .single-page .block-article article > div blockquote:before {
    margin-top: -40px;
  }
  .single-page .block-article article > div blockquote p {
    margin: 80px auto 30px;
    font-size: 1.25rem;
  }
  .single-page .block-article article > div ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .single-page .block-article article footer .left {
    max-width: 320px;
    float: none;
    margin: 0 auto 40px;
  }
  .single-page .block-article article footer .right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .single-page .block-article article footer .right span {
    margin: 80px 0 40px;
  }
  .single-page .block-article article footer .right .flexbox {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .single-page .block-article article header > strong {
    font-size: 2rem;
  }
  .single-page .block-article article > div p {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 2rem;
  }
  .single-page .block-article article > div ul {
    margin: 30px 0;
  }
  .single-page .block-article article > div ul li {
    font-size: 1rem;
    line-height: 2rem;
  }
  .single-page .block-article article footer .left figure {
    margin-right: 20px;
  }
}
.single-page .block-comments {
  padding: 70px 0 120px;
  background: #f3f3f3;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  opacity: 0;
}
.single-page .block-comments .content {
  max-width: 820px;
}
.single-page .block-comments .content .block-next {
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 60px;
}
.single-page .block-comments .content .block-next:before,
.single-page .block-comments .content .block-next:after {
  content: " ";
  display: table;
}
.single-page .block-comments .content .block-next:after {
  clear: both;
}
.single-page .block-comments .content .block-next > span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.625rem;
  font-family: 'Shree Devanagari 714';
  font-weight: bold;
  display: block;
  color: #555555;
  margin-bottom: 50px;
}
.single-page .block-comments .content .block-next .col-6 {
  padding-right: 40px;
}
.single-page .block-comments .content .block-next .col-6 a {
  text-decoration: none;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.single-page .block-comments .content .block-next .col-6 a strong {
  color: #000;
  font-weight: normal;
}
.single-page .block-comments .content .block-next .col-6 a:hover {
  text-decoration: underline;
}
.single-page .block-comments .content .block-next .col-6 time {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .single-page .block-comments .content .block-next {
    padding-bottom: 0;
  }
  .single-page .block-comments .content .block-next .col-6 {
    padding-right: 0;
    padding-bottom: 60px;
  }
}
#comments {
  margin-top: 60px;
}
#comments .comments-title {
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  line-height: 0.8;
  margin: 0 0 50px;
  position: relative;
  color: #000;
}
#comments > ol,
#comments > ul {
  margin: 0 0 45px !important;
}
#comments ol,
#comments ul {
  list-style: none;
}
#comments ol > li,
#comments ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 20px 0;
  margin: 0;
}
#comments ol > li #respond,
#comments ul > li #respond {
  clear: both;
}
#comments ol > li #respond #reply-title,
#comments ul > li #respond #reply-title {
  margin: 30px 0 20px;
}
#comments ol > li #respond #reply-title span,
#comments ul > li #respond #reply-title span {
  display: none;
}
#comments ol > li #respond #reply-title:after,
#comments ul > li #respond #reply-title:after {
  content: none;
}
#comments ol > li .comment-wrap:before,
#comments ul > li .comment-wrap:before,
#comments ol > li .comment-wrap:after,
#comments ul > li .comment-wrap:after {
  content: " ";
  display: table;
}
#comments ol > li .comment-wrap:after,
#comments ul > li .comment-wrap:after {
  clear: both;
}
#comments ol > li .comment-wrap .comment-img,
#comments ul > li .comment-wrap .comment-img {
  float: left;
  max-width: 80px;
}
#comments ol > li .comment-wrap .comment-img .img-thumbnail,
#comments ul > li .comment-wrap .comment-img .img-thumbnail {
  border: none;
  background: transparent;
}
#comments ol > li .comment-wrap .comment-img .img-thumbnail img,
#comments ul > li .comment-wrap .comment-img .img-thumbnail img {
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  #comments ol > li .comment-wrap .comment-img,
  #comments ul > li .comment-wrap .comment-img {
    max-width: 60px;
  }
  #comments ol > li .comment-wrap .comment-img img,
  #comments ul > li .comment-wrap .comment-img img {
    height: auto;
  }
}
#comments ol > li .comment-wrap .comment-block,
#comments ul > li .comment-wrap .comment-block {
  padding-left: 100px;
}
#comments ol > li .comment-wrap .comment-block .comment-header,
#comments ul > li .comment-wrap .comment-block .comment-header {
  margin: 0;
  padding: 0;
}
#comments ol > li .comment-wrap .comment-block .comment-header cite,
#comments ul > li .comment-wrap .comment-block .comment-header cite {
  color: #555;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5rem;
}
#comments ol > li .comment-wrap .comment-block .comment-header cite:after,
#comments ul > li .comment-wrap .comment-block .comment-header cite:after {
  content: "\f111";
  color: #e2e2e2;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 0.313rem;
  margin: 0 8px 0 14px;
  transform: translateY(-2px);
}
#comments ol > li .comment-wrap .comment-block .comment-header time,
#comments ul > li .comment-wrap .comment-block .comment-header time {
  color: #888888;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link {
  display: inline-block;
  margin-left: 12px;
  font-size: 0.875rem;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link:before,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link:before,
#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after {
  content: " ";
  display: table;
}
#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after {
  clear: both;
}
#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link:hover,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link:hover {
  opacity: 1;
}
#comments ol > li .comment-wrap .comment-block .comment-content p,
#comments ul > li .comment-wrap .comment-block .comment-content p {
  color: #555;
  margin: 0;
  line-height: 1.5rem;
}
#comments ol > li .comment-wrap .comment-block a.comment-reply-link,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link {
  color: #888888;
  font-size: 0.75rem;
  line-height: 1.25rem;
  opacity: 0.7;
  margin-top: 6px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#comments ol > li .comment-wrap .comment-block a.comment-reply-link i,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link i {
  margin-right: 5px;
}
#comments ol > li .comment-wrap .comment-block a.comment-reply-link:hover,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link:hover {
  color: #000;
}
@media screen and (max-width: 480px) {
  #comments ol > li .comment-wrap .comment-block,
  #comments ul > li .comment-wrap .comment-block {
    padding-left: 80px;
  }
}
#comments ol > li .children,
#comments ul > li .children {
  margin: 18px 0 -30px 100px;
}
@media screen and (max-width: 767px) {
  #comments ol > li .children,
  #comments ul > li .children {
    margin: 18px 0 -30px 40px;
  }
}
#comments ol > li .children li,
#comments ul > li .children li {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin: 0;
  padding: 25px 0;
}
#comments #respond .comment-reply-title {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  line-height: 0.8;
  margin: 0 0 30px;
  position: relative;
}
#comments #respond .comment-form .logged-in-as {
  margin-bottom: 10px;
}
#comments #respond .comment-form .logged-in-as a {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#comments #respond .comment-form .logged-in-as a:hover {
  opacity: 1;
}
#comments #respond .comment-form .comment-form-head {
  overflow: hidden;
  margin: 0 -15px 10px;
}
#comments #respond .comment-form .comment-form-head .col-6,
#comments #respond .comment-form .comment-form-head .col-12 {
  padding: 0 15px;
}
#comments #respond .comment-form .comment-form-url {
  margin: 10px 0 0;
}
#comments #respond .comment-form input[type='text'],
#comments #respond .comment-form input[type='email'] {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #f0f0f0;
  color: #666666;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 1.375rem;
  font-size: 1rem;
  width: 100%;
}
#comments #respond .comment-form input[type='text']:focus,
#comments #respond .comment-form input[type='email']:focus,
#comments #respond .comment-form input[type='text']:active,
#comments #respond .comment-form input[type='email']:active {
  outline: none;
}
#comments #respond .comment-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #f0f0f0;
  color: #666666;
  margin-bottom: 10px;
  padding: 15px 20px;
  line-height: 1.375rem;
  font-size: 1rem;
  width: 100%;
  border-radius: 0;
}
#comments #respond .comment-form textarea:focus,
#comments #respond .comment-form textarea:active {
  outline: none;
}
#comments #respond .form-submit {
  margin-top: 15px;
}
#comments #respond .form-submit input[type="submit"] {
  border: none;
  background: #6f6f6f;
  color: white;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 0.75rem;
  margin-top: 15px;
  line-height: 1.25rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 25px;
}
#comments #respond .form-submit input[type="submit"]:hover {
  background: #000;
}
#comments #respond .form-submit input[type="submit"]:focus {
  outline: none;
  outline-color: transparent;
}
#single-page:not(.no-trans) #block-hero,
#single-page:not(.no-trans) .block-article,
#single-page:not(.no-trans) .block-comments {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
#single-page:not(.no-trans) #block-hero {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
#single-page:not(.no-trans) #block-hero .trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
#single-page.modify #block-hero {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}
#single-page.modify .block-article,
#single-page.modify .block-comments {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#single-page.modify:not(.notrans) .block-article,
#single-page.modify:not(.notrans) .block-comments {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.single-project #block-top {
  padding-top: 180px;
}
.single-project #block-top .content {
  padding-bottom: 130px;
}
.single-project #block-top .content:before,
.single-project #block-top .content:after {
  content: " ";
  display: table;
}
.single-project #block-top .content:after {
  clear: both;
}
.single-project #block-top header {
  max-width: 560px;
  margin-bottom: 100px;
}
.single-project #block-top header h1 {
  color: #000000;
  line-height: 1.2;
}
.single-project #block-top header h1 .letter {
  opacity: 0;
}
.single-project #block-top .col-12 {
  display: flex;
  justify-content: space-between;
}
.single-project #block-top .col-12 .col-4 {
  width: auto;
}
.single-project #block-top .col-12 .col-4 header {
  padding-bottom: 30px;
  margin-bottom: 47px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
  max-width: none;
}
.single-project #block-top .col-12 .col-4:nth-child(1) {
  flex: 1 33%;
}
.single-project #block-top .col-12 .col-4:nth-child(1) > span {
  color: #000;
  font-size: 1.125rem;
}
.single-project #block-top .col-12 .col-4:nth-child(2) {
  flex: 1 57%;
}
.single-project #block-top .col-12 .col-4:nth-child(2) header {
  margin-bottom: 39px;
}
.single-project #block-top .col-12 .col-4:nth-child(2) p {
  color: #000;
  font-size: 1.125rem;
  font-family: 'Franklin Gothic Book';
  line-height: 2.188rem;
  max-width: 370px;
  margin-bottom: 45px;
}
.single-project #block-top .col-12 .col-4:nth-child(2) a {
  color: #000;
  font-size: 1.125rem;
  font-family: 'Franklin Gothic Book';
  text-decoration: none;
}
.single-project #block-top .col-12 .col-4:nth-child(2) a i {
  display: inline-block;
  margin-left: 18px;
}
.single-project #block-top .col-12 .col-4:nth-child(3) {
  flex: 1 14%;
}
.single-project #block-top .col-12 .col-4:nth-child(3) header {
  margin-bottom: 36px;
}
.single-project #block-top .col-12 .col-4:nth-child(3) ul li {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-family: 'Franklin Gothic Book';
  display: block;
  position: relative;
  overflow: hidden;
}
.single-project #block-top .col-12 .col-4:nth-child(3) ul li span {
  position: relative;
  overflow: hidden;
  display: block;
}
.single-project #block-top .col-12 .col-4:nth-child(3) ul li span.active {
  animation: change 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .single-project #block-top {
    padding-top: 120px;
  }
  .single-project #block-top .content {
    padding-bottom: 40px;
  }
  .single-project #block-top header {
    margin-bottom: 60px;
  }
  .single-project #block-top .col-12 {
    flex-wrap: wrap;
  }
  .single-project #block-top .col-12 .col-4 {
    width: 100%;
    flex: 1 100% !important;
    padding-bottom: 35px;
  }
  .single-project #block-top .col-12 .col-4:nth-child(1) > span {
    font-size: 1rem;
  }
  .single-project #block-top .col-12 .col-4:nth-child(2) p {
    font-size: 1rem;
    line-height: 1.875rem;
    max-width: none;
    margin-bottom: 35px;
  }
  .single-project #block-top .col-12 .col-4 header {
    padding-top: 35px;
    margin-bottom: 20px !important;
    border-top: 3px solid rgba(0, 0, 0, 0.04);
    border-bottom: none;
    padding-bottom: 0;
  }
}
.single-project #block-bottom .content {
  padding-top: 180px;
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
.single-project #block-bottom .content:before,
.single-project #block-bottom .content:after {
  content: " ";
  display: table;
}
.single-project #block-bottom .content:after {
  clear: both;
}
.single-project #block-bottom .content .col-4 {
  width: auto;
}
.single-project #block-bottom .content .col-4 header {
  padding-bottom: 30px;
  margin-bottom: 47px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.single-project #block-bottom .content .col-4:nth-child(1) {
  flex: 1 33%;
}
.single-project #block-bottom .content .col-4:nth-child(1) > a {
  color: #000;
  font-size: 1.125rem;
  text-decoration: none;
}
.single-project #block-bottom .content .col-4:nth-child(1) > a i {
  display: inline-block;
  margin-left: 23px;
}
.single-project #block-bottom .content .col-4:nth-child(2) {
  flex: 1 57%;
}
.single-project #block-bottom .content .col-4:nth-child(2) header {
  margin-bottom: 39px;
}
.single-project #block-bottom .content .col-4:nth-child(2) .credit-text > span {
  color: #000;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
.single-project #block-bottom .content .col-4:nth-child(2) .credit-text > span:first-child {
  width: 209px;
  display: inline-block;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd {
  color: #000;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd span.animation {
  opacity: 0;
  position: relative;
  bottom: -100%;
  overflow: hidden;
  display: block;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt span.animation.active,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd span.animation.active {
  animation: change 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(2) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(2) span.animation {
  animation-delay: 0.1s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(3) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(3) span.animation {
  animation-delay: 0.2s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(4) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(4) span.animation {
  animation-delay: 0.3s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(5) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(5) span.animation {
  animation-delay: 0.4s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(6) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(6) span.animation {
  animation-delay: 0.5s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(7) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(7) span.animation {
  animation-delay: 0.6s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(8) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(8) span.animation {
  animation-delay: 0.7s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(9) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(9) span.animation {
  animation-delay: 0.8s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt:nth-of-type(10) span.animation,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd:nth-of-type(10) span.animation {
  animation-delay: 0.9s;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt span,
.single-project #block-bottom .content .col-4:nth-child(2) dl dd span {
  display: block;
}
.single-project #block-bottom .content .col-4:nth-child(2) dl dt {
  width: 209px;
  clear: left;
}
.single-project #block-bottom .content .col-4:nth-child(3) {
  flex: 1 14%;
}
.single-project #block-bottom .content .col-4:nth-child(3) header {
  margin-bottom: 37px;
}
.single-project #block-bottom .content .col-4:nth-child(3) > span {
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-family: 'Franklin Gothic Book';
}
@media screen and (max-width: 991px) {
  .single-project #block-bottom .content {
    flex-wrap: wrap;
  }
  .single-project #block-bottom .content .col-4:nth-child(1),
  .single-project #block-bottom .content .col-4:nth-child(3) {
    flex: 1 50%;
  }
  .single-project #block-bottom .content .col-4:nth-child(2) {
    flex: 1 100%;
    order: 3;
  }
  .single-project #block-bottom .content .col-4:nth-child(2) header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .single-project #block-bottom .content {
    padding-top: 90px;
    padding-bottom: 10px;
  }
  .single-project #block-bottom .content .col-4 {
    padding-bottom: 35px;
  }
  .single-project #block-bottom .content .col-4 header {
    padding-top: 35px;
    margin-bottom: 20px !important;
    border-top: 3px solid rgba(0, 0, 0, 0.04);
    border-bottom: none;
    padding-bottom: 0;
  }
  .single-project #block-bottom .content .col-4:nth-child(1) header {
    border-top: none;
    padding-top: 0;
  }
  .single-project #block-bottom .content .col-4:nth-child(1) > a {
    font-size: 1rem;
  }
  .single-project #block-bottom .content .col-4:nth-child(1),
  .single-project #block-bottom .content .col-4:nth-child(3) {
    flex: 1 100%;
  }
  .single-project #block-bottom .content .col-4:nth-child(2) {
    flex: 1 100%;
    order: inherit;
  }
  .single-project #block-bottom .content .col-4:nth-child(2) header {
    margin-top: 0px;
  }
  .single-project #block-bottom .content .col-4:nth-child(2) dl dd,
  .single-project #block-bottom .content .col-4:nth-child(2) dl dt {
    font-size: 1rem;
  }
  .single-project #block-bottom .content .col-4:nth-child(2) dl dt {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .single-project #block-bottom .content .col-4:nth-child(2) dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .single-project #block-bottom .content .col-4:nth-child(2) dl dd,
  .single-project #block-bottom .content .col-4:nth-child(2) dl dt {
    min-width: 120px;
  }
}
.single-project #block-next .content {
  position: relative;
  overflow: hidden;
  padding-bottom: 72px;
}
.single-project #block-next .content:before,
.single-project #block-next .content:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 3px;
  background-color: #f5f5f5;
  left: 20px;
}
.single-project #block-next .content:before {
  top: 0;
}
.single-project #block-next .content:after {
  bottom: 0;
}
.single-project #block-next .content .title {
  font-family: 'Shree Devanagari 714';
  color: #000;
  font-size: 15.625rem;
  font-weight: bold;
  top: 48px;
  position: relative;
  left: -8px;
  display: inline-block;
  float: left;
  line-height: 1;
}
.single-project #block-next .content .desc {
  display: inline-block;
  float: right;
  padding-top: 38px;
  position: relative;
  width: 50%;
}
.single-project #block-next .content .desc a {
  text-decoration: none;
  display: block;
  padding-right: 19.8%;
  padding-bottom: 5px;
}
.single-project #block-next .content .desc a > span {
  display: block;
}
.single-project #block-next .content .desc a > span.small {
  font-size: 0.656rem;
  letter-spacing: 2px;
  color: #959595;
  text-transform: uppercase;
  margin-left: 4px;
  margin-bottom: 5px;
}
.single-project #block-next .content .desc .subtitle {
  margin-bottom: 50px;
}
.single-project #block-next .content .desc strong {
  font-family: 'Franklin Gothic Book';
  color: #000;
  font-size: 2.25rem;
  font-weight: normal;
  max-width: 350px;
  display: block;
  line-height: 1.2;
  margin-bottom: 20px;
}
.single-project #block-next .content .desc i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .single-project #block-next .content .desc {
    width: 45%;
  }
  .single-project #block-next .content .desc a {
    padding-right: 0;
  }
  .single-project #block-next .content .desc strong {
    max-width: none;
  }
  .single-project #block-next .content .desc i {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .single-project #block-next .content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .single-project #block-next .content .title {
    font-size: 12.5rem;
    top: 70px;
  }
  .single-project #block-next .content .desc {
    width: 100%;
    position: static;
    padding-top: 80px;
  }
  .single-project #block-next .content .desc .subtitle {
    position: absolute;
    top: 80px;
  }
  .single-project #block-next .content .desc a {
    position: static;
  }
  .single-project #block-next .content .desc strong {
    font-size: 1.875rem;
  }
}
.single-project #block-cta {
  padding: 121px 0 162px;
}
.single-project.postid-24 #block-2,
.single-project.postid-81 #block-2 {
  background: #b3a5e3;
  text-align: center;
}
.single-project.postid-24 #block-2:before,
.single-project.postid-81 #block-2:before,
.single-project.postid-24 #block-2:after,
.single-project.postid-81 #block-2:after {
  content: " ";
  display: table;
}
.single-project.postid-24 #block-2:after,
.single-project.postid-81 #block-2:after {
  clear: both;
}
.single-project.postid-24 #block-2 .content,
.single-project.postid-81 #block-2 .content {
  padding: 116px 0 0;
  position: relative;
  margin-bottom: 142px;
}
.single-project.postid-24 #block-2 .content i,
.single-project.postid-81 #block-2 .content i {
  position: absolute;
  top: 50%;
  transform: translateY(-17px);
  left: 18px;
}
@media screen and (max-width: 767px) {
  .single-project.postid-24 #block-2 .content,
  .single-project.postid-81 #block-2 .content {
    padding: 80px 0 70px;
    margin-bottom: 0;
  }
  .single-project.postid-24 #block-2 .content i,
  .single-project.postid-81 #block-2 .content i {
    display: none;
  }
}
.single-project.postid-24 #block-3 .content,
.single-project.postid-81 #block-3 .content {
  padding-bottom: 225px;
}
.single-project.postid-24 #block-3 .content:before,
.single-project.postid-81 #block-3 .content:before,
.single-project.postid-24 #block-3 .content:after,
.single-project.postid-81 #block-3 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-24 #block-3 .content:after,
.single-project.postid-81 #block-3 .content:after {
  clear: both;
}
.single-project.postid-24 #block-3 .content .top-block,
.single-project.postid-81 #block-3 .content .top-block {
  position: relative;
}
.single-project.postid-24 #block-3 .content .top-block .col-4,
.single-project.postid-81 #block-3 .content .top-block .col-4 {
  padding-top: 171px;
}
.single-project.postid-24 #block-3 .content .top-block .col-4 p,
.single-project.postid-81 #block-3 .content .top-block .col-4 p {
  color: #000;
  font-size: 1.125rem;
  font-family: 'Franklin Gothic Book';
  line-height: 2.188rem;
  max-width: 370px;
  margin-bottom: 100px;
}
.single-project.postid-24 #block-3 .content .top-block .col-8 figure,
.single-project.postid-81 #block-3 .content .top-block .col-8 figure {
  position: absolute;
  top: 8px;
  right: 138px;
  max-width: 507px;
}
.single-project.postid-24 #block-3 .content .bottom-block,
.single-project.postid-81 #block-3 .content .bottom-block {
  height: 398px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  position: relative;
}
.single-project.postid-24 #block-3 .content .bottom-block:before,
.single-project.postid-81 #block-3 .content .bottom-block:before {
  display: block;
  background-color: #f9f9f9;
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 575px;
  content: "";
  left: 0;
  top: 0;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors {
  margin-left: 10px;
  position: relative;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors {
  position: relative;
  left: 50px;
  top: 4px;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span {
  display: inline-block;
  height: 17px;
  width: 112px;
  margin-right: 1px;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span.color-1,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span.color-1 {
  background-color: #000000;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span.color-2,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span.color-2 {
  background-color: #66666d;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span.color-3,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span.color-3 {
  background-color: #d5ebea;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span.color-4,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span.color-4 {
  background-color: #faf36f;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span.color-5,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span.color-5 {
  background-color: #5c40c5;
}
.single-project.postid-24 #block-3 .content .bottom-block .block-colors > span,
.single-project.postid-81 #block-3 .content .bottom-block .block-colors > span {
  font-size: 1.125rem;
  font-family: 'Franklin Gothic Book';
  position: absolute;
  top: 52px;
  width: 100%;
  text-align: center;
  padding-left: 122px;
}
@media screen and (max-width: 1199px) {
  .single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span,
  .single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .single-project.postid-24 #block-3 .content .top-block .col-4,
  .single-project.postid-81 #block-3 .content .top-block .col-4 {
    width: 50%;
  }
  .single-project.postid-24 #block-3 .content .top-block .col-8 figure,
  .single-project.postid-81 #block-3 .content .top-block .col-8 figure {
    right: 0;
  }
  .single-project.postid-24 #block-3 .content .bottom-block,
  .single-project.postid-81 #block-3 .content .bottom-block {
    display: block;
  }
  .single-project.postid-24 #block-3 .content .bottom-block:before,
  .single-project.postid-81 #block-3 .content .bottom-block:before {
    width: 100%;
    height: 60%;
  }
  .single-project.postid-24 #block-3 .content .bottom-block figure,
  .single-project.postid-81 #block-3 .content .bottom-block figure {
    width: 100%;
    text-align: center;
    margin: 80px 0 200px;
  }
  .single-project.postid-24 #block-3 .content .bottom-block .block-colors,
  .single-project.postid-81 #block-3 .content .bottom-block .block-colors {
    margin: 0 auto;
  }
  .single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors,
  .single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors {
    left: 0;
    display: block;
    text-align: center;
  }
  .single-project.postid-24 #block-3 .content .bottom-block .block-colors > span,
  .single-project.postid-81 #block-3 .content .bottom-block .block-colors > span {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-24 #block-3 .content,
  .single-project.postid-81 #block-3 .content {
    padding-bottom: 40px;
  }
  .single-project.postid-24 #block-3 .content .top-block .col-4,
  .single-project.postid-81 #block-3 .content .top-block .col-4 {
    padding-top: 37px;
    width: 100%;
  }
  .single-project.postid-24 #block-3 .content .top-block .col-4 p,
  .single-project.postid-81 #block-3 .content .top-block .col-4 p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
  .single-project.postid-24 #block-3 .content .top-block .col-8,
  .single-project.postid-81 #block-3 .content .top-block .col-8 {
    width: 100%;
    height: 480px;
    position: relative;
  }
  .single-project.postid-24 #block-3 .content .top-block .col-8 figure,
  .single-project.postid-81 #block-3 .content .top-block .col-8 figure {
    top: 0;
  }
  .single-project.postid-24 #block-3 .content .bottom-block,
  .single-project.postid-81 #block-3 .content .bottom-block {
    padding-top: 0;
  }
  .single-project.postid-24 #block-3 .content .bottom-block:before,
  .single-project.postid-81 #block-3 .content .bottom-block:before {
    height: 270px;
  }
  .single-project.postid-24 #block-3 .content .bottom-block figure,
  .single-project.postid-81 #block-3 .content .bottom-block figure {
    margin: 100px 0 180px;
  }
}
@media screen and (max-width: 599px) {
  .single-project.postid-24 #block-3 .content .top-block .col-8,
  .single-project.postid-81 #block-3 .content .top-block .col-8 {
    height: auto;
    padding-top: 93%;
  }
}
@media screen and (max-width: 480px) {
  .single-project.postid-24 #block-3 .content .bottom-block:before,
  .single-project.postid-81 #block-3 .content .bottom-block:before {
    height: 220px;
  }
  .single-project.postid-24 #block-3 .content .bottom-block figure,
  .single-project.postid-81 #block-3 .content .bottom-block figure {
    margin: 90px 0 140px;
  }
  .single-project.postid-24 #block-3 .content .bottom-block figure img,
  .single-project.postid-81 #block-3 .content .bottom-block figure img {
    width: 220px;
  }
  .single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors,
  .single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors {
    display: flex;
    justify-content: space-between;
    margin: 0 -2px;
  }
  .single-project.postid-24 #block-3 .content .bottom-block .block-colors .colors span,
  .single-project.postid-81 #block-3 .content .bottom-block .block-colors .colors span {
    margin: 0 2px;
    height: 9px;
  }
  .single-project.postid-24 #block-3 .content .bottom-block .block-colors > span,
  .single-project.postid-81 #block-3 .content .bottom-block .block-colors > span {
    font-size: 0.875rem;
  }
}
.single-project.postid-24 #block-4,
.single-project.postid-81 #block-4 {
  background-color: #66676c;
}
.single-project.postid-24 #block-4 .content,
.single-project.postid-81 #block-4 .content {
  padding: 74px 3px 0;
  overflow: hidden;
  position: relative;
}
.single-project.postid-24 #block-4 .content > * img,
.single-project.postid-81 #block-4 .content > * img {
  float: left;
}
.single-project.postid-24 #block-4 .content p,
.single-project.postid-81 #block-4 .content p {
  max-width: 370px;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  margin-top: 158px;
  margin-bottom: 229px;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .single-project.postid-24 #block-4 .content,
  .single-project.postid-81 #block-4 .content {
    padding: 74px 25px 0;
  }
  .single-project.postid-24 #block-4 .content p,
  .single-project.postid-81 #block-4 .content p {
    margin-left: 0;
    width: 33.33333333%;
    padding-right: 28px;
  }
}
@media screen and (max-width: 991px) {
  .single-project.postid-24 #block-4 .content p,
  .single-project.postid-81 #block-4 .content p {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-24 #block-4 .content,
  .single-project.postid-81 #block-4 .content {
    padding-top: 100px;
  }
  .single-project.postid-24 #block-4 .content p,
  .single-project.postid-81 #block-4 .content p {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.single-project .scroll-container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .single-project .scroll-container figure:not(.scroll) {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .single-project .scroll-container {
    padding: 0 25px;
  }
}
.single-project .scroll {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 100%;
  max-width: 804px;
  transform: translateX(-50%);
  height: 458px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.single-project .scroll::-webkit-scrollbar {
  display: none;
}
.single-project .scroll::-webkit-scrollbar-track {
  background: transparent;
}
.single-project .scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  border-radius: 4px;
}
.single-project .scroll:hover::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
@media screen and (max-width: 991px) {
  .single-project .scroll {
    max-width: 590px;
    top: 25px;
    height: 339px;
  }
}
@media screen and (max-width: 767px) {
  .single-project .scroll {
    max-width: 590px;
    width: calc(100% - 80px);
    top: 4%;
    height: 69%;
  }
}
@media screen and (max-width: 480px) {
  .single-project .scroll {
    width: calc(100% - 70px);
    top: 5%;
    height: 67%;
  }
}
.single-project.postid-25 #block-2,
.single-project.postid-78 #block-2 {
  background: #131761;
  text-align: center;
}
.single-project.postid-25 #block-2 .content,
.single-project.postid-78 #block-2 .content {
  padding: 188px 0 185px;
}
.single-project.postid-25 #block-2 .content figure,
.single-project.postid-78 #block-2 .content figure {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .single-project.postid-25 #block-2 .content,
  .single-project.postid-78 #block-2 .content {
    padding: 80px 0;
  }
}
.single-project.postid-25 #block-3 .content,
.single-project.postid-78 #block-3 .content {
  padding: 135px 20px 165px;
}
.single-project.postid-25 #block-3 .content:before,
.single-project.postid-78 #block-3 .content:before,
.single-project.postid-25 #block-3 .content:after,
.single-project.postid-78 #block-3 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-25 #block-3 .content:after,
.single-project.postid-78 #block-3 .content:after {
  clear: both;
}
.single-project.postid-25 #block-3 .content .top-block,
.single-project.postid-78 #block-3 .content .top-block {
  padding-bottom: 135px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.single-project.postid-25 #block-3 .content .top-block .col-6 > p,
.single-project.postid-78 #block-3 .content .top-block .col-6 > p {
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  max-width: 365px;
  margin-bottom: 0;
}
.single-project.postid-25 #block-3 .content .top-block .top:before,
.single-project.postid-78 #block-3 .content .top-block .top:before,
.single-project.postid-25 #block-3 .content .top-block .top:after,
.single-project.postid-78 #block-3 .content .top-block .top:after {
  content: " ";
  display: table;
}
.single-project.postid-25 #block-3 .content .top-block .top:after,
.single-project.postid-78 #block-3 .content .top-block .top:after {
  clear: both;
}
.single-project.postid-25 #block-3 .content .top-block .top .col-4,
.single-project.postid-78 #block-3 .content .top-block .top .col-4 {
  color: #000000;
}
.single-project.postid-25 #block-3 .content .top-block .top .col-4 span,
.single-project.postid-78 #block-3 .content .top-block .top .col-4 span {
  display: block;
  text-transform: uppercase;
  font-family: 'setup_groteskregular';
  font-size: 0.75rem;
}
.single-project.postid-25 #block-3 .content .top-block .top .col-4 strong,
.single-project.postid-78 #block-3 .content .top-block .top .col-4 strong {
  font-family: 'setup_groteskbold';
  font-weight: normal;
  font-size: 1.125rem;
}
.single-project.postid-25 #block-3 .content .top-block .top .col-8,
.single-project.postid-78 #block-3 .content .top-block .top .col-8 {
  padding-left: 12px;
}
.single-project.postid-25 #block-3 .content .top-block .top .col-8 p,
.single-project.postid-78 #block-3 .content .top-block .top .col-8 p {
  font-family: 'setup_groteskmedium';
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 17px;
}
.single-project.postid-25 #block-3 .content .top-block .top .col-8 span,
.single-project.postid-78 #block-3 .content .top-block .top .col-8 span {
  font-family: 'setup_groteskregular';
  font-size: 0.75rem;
}
.single-project.postid-25 #block-3 .content .top-block .bottom,
.single-project.postid-78 #block-3 .content .top-block .bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.single-project.postid-25 #block-3 .content .top-block .bottom > span,
.single-project.postid-78 #block-3 .content .top-block .bottom > span {
  width: 157px;
  height: 157px;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 157px;
  color: #fff;
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
}
.single-project.postid-25 #block-3 .content .top-block .bottom > span.color-1,
.single-project.postid-78 #block-3 .content .top-block .bottom > span.color-1 {
  background: #010657;
}
.single-project.postid-25 #block-3 .content .top-block .bottom > span.color-2,
.single-project.postid-78 #block-3 .content .top-block .bottom > span.color-2 {
  background: #40d6d5;
}
.single-project.postid-25 #block-3 .content .top-block .bottom > span.color-3,
.single-project.postid-78 #block-3 .content .top-block .bottom > span.color-3 {
  background: #ff4d4d;
}
.single-project.postid-25 #block-3 .content .bottom-block,
.single-project.postid-78 #block-3 .content .bottom-block {
  padding-top: 160px;
  text-align: center;
  position: relative;
}
.single-project.postid-25 #block-3 .content .bottom-block i,
.single-project.postid-78 #block-3 .content .bottom-block i {
  position: absolute;
  top: 50%;
  transform: translateY(-17px);
  left: 18px;
}
.single-project.postid-25 #block-3 .content .bottom-block .scroll,
.single-project.postid-78 #block-3 .content .bottom-block .scroll {
  top: 37px;
  max-width: 820px;
  height: 464px;
}
@media screen and (max-width: 1199px) {
  .single-project.postid-25 #block-3 .content,
  .single-project.postid-78 #block-3 .content {
    padding: 135px 25px 165px;
  }
  .single-project.postid-25 #block-3 .content .top-block .bottom > span,
  .single-project.postid-78 #block-3 .content .top-block .bottom > span {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .single-project.postid-25 #block-3 .content .top-block .bottom > span,
  .single-project.postid-78 #block-3 .content .top-block .bottom > span {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .single-project.postid-25 #block-3 .content .bottom-block .scroll,
  .single-project.postid-78 #block-3 .content .bottom-block .scroll {
    max-width: 590px;
    top: 25px;
    height: 339px;
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-25 #block-3 .content,
  .single-project.postid-78 #block-3 .content {
    padding: 80px 25px;
  }
  .single-project.postid-25 #block-3 .content .top-block,
  .single-project.postid-78 #block-3 .content .top-block {
    padding-bottom: 80px;
  }
  .single-project.postid-25 #block-3 .content .top-block .col-6 > p,
  .single-project.postid-78 #block-3 .content .top-block .col-6 > p {
    font-size: 1rem;
    line-height: 1.875rem;
    max-width: none;
    margin-bottom: 40px;
  }
  .single-project.postid-25 #block-3 .content .top-block .top .col-8,
  .single-project.postid-78 #block-3 .content .top-block .top .col-8 {
    padding-left: 0;
    margin-top: 20px;
  }
  .single-project.postid-25 #block-3 .content .top-block .bottom > span,
  .single-project.postid-78 #block-3 .content .top-block .bottom > span {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .single-project.postid-25 #block-3 .content .bottom-block,
  .single-project.postid-78 #block-3 .content .bottom-block {
    padding-top: 80px;
  }
  .single-project.postid-25 #block-3 .content .bottom-block .scroll-container,
  .single-project.postid-78 #block-3 .content .bottom-block .scroll-container {
    padding: 0;
  }
  .single-project.postid-25 #block-3 .content .bottom-block .scroll,
  .single-project.postid-78 #block-3 .content .bottom-block .scroll {
    max-width: 590px;
    width: calc(100% - 36px);
    top: 4%;
    height: 68%;
  }
  .single-project.postid-25 #block-3 .content .bottom-block i,
  .single-project.postid-78 #block-3 .content .bottom-block i {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .single-project.postid-25 #block-3 .content .top-block .bottom > span,
  .single-project.postid-78 #block-3 .content .top-block .bottom > span {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .single-project.postid-25 #block-3 .content .top-block .bottom > span,
  .single-project.postid-78 #block-3 .content .top-block .bottom > span {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .single-project.postid-25 #block-3 .content .bottom-block .scroll,
  .single-project.postid-78 #block-3 .content .bottom-block .scroll {
    top: 5%;
    height: 67%;
    width: calc(100% - 20px);
  }
}
.single-project.postid-25 #block-4,
.single-project.postid-78 #block-4 {
  background: #292b70;
}
.single-project.postid-25 #block-4 .content,
.single-project.postid-78 #block-4 .content {
  padding-top: 200px;
  overflow: visible;
}
.single-project.postid-25 #block-4 .content:before,
.single-project.postid-78 #block-4 .content:before,
.single-project.postid-25 #block-4 .content:after,
.single-project.postid-78 #block-4 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-25 #block-4 .content:after,
.single-project.postid-78 #block-4 .content:after {
  clear: both;
}
.single-project.postid-25 #block-4 .content .col-4,
.single-project.postid-78 #block-4 .content .col-4 {
  color: #7073a4;
  position: absolute;
  max-width: 370px;
  padding-top: 28px;
  padding-right: 20px;
  z-index: 2;
}
.single-project.postid-25 #block-4 .content .col-4 > span,
.single-project.postid-78 #block-4 .content .col-4 > span {
  font-size: 1.875rem;
  margin-bottom: 37px;
  display: block;
}
.single-project.postid-25 #block-4 .content .col-4 > span .letter,
.single-project.postid-78 #block-4 .content .col-4 > span .letter {
  opacity: 0;
}
.single-project.postid-25 #block-4 .content .col-4 p,
.single-project.postid-78 #block-4 .content .col-4 p {
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
}
.single-project.postid-25 #block-4 .content figure,
.single-project.postid-78 #block-4 .content figure {
  margin: 80px -30px 0;
}
.single-project.postid-25 #block-4 .content figure img,
.single-project.postid-78 #block-4 .content figure img {
  float: left;
}
@media screen and (max-width: 1199px) {
  .single-project.postid-25 #block-4 .content figure,
  .single-project.postid-78 #block-4 .content figure {
    margin: 0 -25px;
  }
}
@media screen and (max-width: 991px) {
  .single-project.postid-25 #block-4 .content,
  .single-project.postid-78 #block-4 .content {
    padding-top: 100px;
  }
  .single-project.postid-25 #block-4 .content .col-4,
  .single-project.postid-78 #block-4 .content .col-4 {
    width: 100%;
    padding: 0;
    position: relative;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-25 #block-4 .content,
  .single-project.postid-78 #block-4 .content {
    padding-top: 80px;
  }
  .single-project.postid-25 #block-4 .content .col-4 span,
  .single-project.postid-78 #block-4 .content .col-4 span {
    margin-bottom: 20px;
    font-size: 1.563rem;
  }
  .single-project.postid-25 #block-4 .content .col-4 p,
  .single-project.postid-78 #block-4 .content .col-4 p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.single-project.postid-25 #block-5,
.single-project.postid-78 #block-5 {
  overflow: hidden;
  position: relative;
}
.single-project.postid-25 #block-5 .content,
.single-project.postid-78 #block-5 .content {
  padding-top: 206px;
  padding-bottom: 0;
  overflow: visible;
}
.single-project.postid-25 #block-5 .content:before,
.single-project.postid-78 #block-5 .content:before,
.single-project.postid-25 #block-5 .content:after,
.single-project.postid-78 #block-5 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-25 #block-5 .content:after,
.single-project.postid-78 #block-5 .content:after {
  clear: both;
}
.single-project.postid-25 #block-5 .col-12,
.single-project.postid-78 #block-5 .col-12 {
  padding-bottom: 135px;
}
.single-project.postid-25 #block-5 .col-12:before,
.single-project.postid-78 #block-5 .col-12:before,
.single-project.postid-25 #block-5 .col-12:after,
.single-project.postid-78 #block-5 .col-12:after {
  content: " ";
  display: table;
}
.single-project.postid-25 #block-5 .col-12:after,
.single-project.postid-78 #block-5 .col-12:after {
  clear: both;
}
.single-project.postid-25 #block-5 .col-12 .col-4,
.single-project.postid-78 #block-5 .col-12 .col-4 {
  max-width: 365px;
}
.single-project.postid-25 #block-5 .col-12 .col-4 header > span,
.single-project.postid-78 #block-5 .col-12 .col-4 header > span {
  color: #000;
  font-size: 1.875rem;
  margin-top: 5px;
  display: block;
}
.single-project.postid-25 #block-5 .col-12 .col-8 .col-6,
.single-project.postid-78 #block-5 .col-12 .col-8 .col-6 {
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
}
.single-project.postid-25 #block-5 .col-12 .col-8 .col-6:nth-child(1),
.single-project.postid-78 #block-5 .col-12 .col-8 .col-6:nth-child(1) {
  padding-right: 20px;
}
.single-project.postid-25 #block-5 .col-12 .col-8 .col-6:nth-child(2),
.single-project.postid-78 #block-5 .col-12 .col-8 .col-6:nth-child(2) {
  padding-left: 40px;
}
.single-project.postid-25 #block-5 .scroll-wrapper,
.single-project.postid-78 #block-5 .scroll-wrapper {
  position: relative;
  margin-bottom: 114px;
  clear: both;
}
.single-project.postid-25 #block-5 .scroll-wrapper:before,
.single-project.postid-78 #block-5 .scroll-wrapper:before,
.single-project.postid-25 #block-5 .scroll-wrapper:after,
.single-project.postid-78 #block-5 .scroll-wrapper:after {
  content: " ";
  display: table;
}
.single-project.postid-25 #block-5 .scroll-wrapper:after,
.single-project.postid-78 #block-5 .scroll-wrapper:after {
  clear: both;
}
.single-project.postid-25 #block-5 .scroll-wrapper i,
.single-project.postid-78 #block-5 .scroll-wrapper i {
  position: absolute;
  z-index: 99;
  top: 233px;
  left: 0;
}
.single-project.postid-25 #block-5 .frame,
.single-project.postid-78 #block-5 .frame {
  overflow: visible !important;
}
.single-project.postid-25 #block-5 .frame .slidee,
.single-project.postid-78 #block-5 .frame .slidee {
  width: 2440px;
  padding-left: 40px;
}
.single-project.postid-25 #block-5 .frame .slidee section,
.single-project.postid-78 #block-5 .frame .slidee section {
  width: 384px;
  padding: 0 65px;
  position: relative;
  float: left;
  height: 100%;
  display: block;
}
.single-project.postid-25 #block-5 .frame .slidee section .scroll,
.single-project.postid-78 #block-5 .frame .slidee section .scroll {
  left: 80px;
  top: 61px;
  height: 394px;
  transform: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  .single-project.postid-25 #block-5 .content,
  .single-project.postid-78 #block-5 .content {
    padding-top: 80px;
  }
  .single-project.postid-25 #block-5 .content .col-12,
  .single-project.postid-78 #block-5 .content .col-12 {
    padding-bottom: 80px;
  }
  .single-project.postid-25 #block-5 .content .col-12 .col-4 header span,
  .single-project.postid-78 #block-5 .content .col-12 .col-4 header span {
    margin: 0 0 20px;
    font-size: 1.563rem;
  }
  .single-project.postid-25 #block-5 .content .col-12 .col-8 .col-6,
  .single-project.postid-78 #block-5 .content .col-12 .col-8 .col-6 {
    padding: 0;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .single-project.postid-25 #block-5 .scroll-wrapper,
  .single-project.postid-78 #block-5 .scroll-wrapper {
    margin-bottom: 30px;
  }
}
.single-project.postid-26 #block-2,
.single-project.postid-82 #block-2 {
  background-color: #e4f7fb;
}
.single-project.postid-26 #block-2 .content,
.single-project.postid-82 #block-2 .content {
  padding-top: 365px;
  padding-bottom: 326px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-project.postid-26 #block-2 .content,
  .single-project.postid-82 #block-2 .content {
    padding: 120px 0;
  }
  .single-project.postid-26 #block-2 .content figure,
  .single-project.postid-82 #block-2 .content figure {
    padding: 0 25px;
  }
}
.single-project.postid-26 #block-3,
.single-project.postid-82 #block-3 {
  overflow: hidden;
}
.single-project.postid-26 #block-3 .content,
.single-project.postid-82 #block-3 .content {
  padding-top: 139px;
  overflow: visible;
}
.single-project.postid-26 #block-3 .content p,
.single-project.postid-82 #block-3 .content p {
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  max-width: 365px;
  margin-bottom: 0;
}
.single-project.postid-26 #block-3 .content figure,
.single-project.postid-82 #block-3 .content figure {
  position: relative;
  z-index: -1;
  top: -180px;
}
.single-project.postid-26 #block-3 .content figure img,
.single-project.postid-82 #block-3 .content figure img {
  max-width: none;
}
@media screen and (max-width: 991px) {
  .single-project.postid-26 #block-3 .content .col-4,
  .single-project.postid-82 #block-3 .content .col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-26 #block-3 .content,
  .single-project.postid-82 #block-3 .content {
    padding-top: 80px;
  }
  .single-project.postid-26 #block-3 .content .col-4,
  .single-project.postid-82 #block-3 .content .col-4 {
    width: 100%;
  }
  .single-project.postid-26 #block-3 .content p,
  .single-project.postid-82 #block-3 .content p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .single-project.postid-26 #block-3 .content figure,
  .single-project.postid-82 #block-3 .content figure {
    top: -80px;
  }
  .single-project.postid-26 #block-3 .content figure img,
  .single-project.postid-82 #block-3 .content figure img {
    max-width: 200%;
  }
}
.single-project.postid-26 #block-4,
.single-project.postid-82 #block-4 {
  background-color: #2f1f3c;
  position: relative;
}
.single-project.postid-26 #block-4 .content,
.single-project.postid-82 #block-4 .content {
  padding-top: 313px;
  padding-bottom: 400px;
}
.single-project.postid-26 #block-4 .content:before,
.single-project.postid-82 #block-4 .content:before,
.single-project.postid-26 #block-4 .content:after,
.single-project.postid-82 #block-4 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-26 #block-4 .content:after,
.single-project.postid-82 #block-4 .content:after {
  clear: both;
}
.single-project.postid-26 #block-4 .content figure,
.single-project.postid-82 #block-4 .content figure {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-project.postid-26 #block-4 .content p,
.single-project.postid-82 #block-4 .content p {
  color: #6a5978;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
  max-width: 365px;
  margin-bottom: 0;
}
@media screen and (max-width: 1399px) {
  .single-project.postid-26 #block-4 .content figure,
  .single-project.postid-82 #block-4 .content figure {
    left: 35%;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-26 #block-4 .content,
  .single-project.postid-82 #block-4 .content {
    padding: 80px 25px;
    overflow: hidden;
  }
  .single-project.postid-26 #block-4 .content p,
  .single-project.postid-82 #block-4 .content p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 40px;
  }
  .single-project.postid-26 #block-4 .content figure,
  .single-project.postid-82 #block-4 .content figure {
    position: relative;
    transform: none;
    left: auto;
    right: -25px;
  }
}
.single-project.postid-26 #block-5,
.single-project.postid-82 #block-5 {
  padding-top: 164px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
.single-project.postid-26 #block-5:before,
.single-project.postid-82 #block-5:before,
.single-project.postid-26 #block-5:after,
.single-project.postid-82 #block-5:after {
  content: " ";
  display: table;
}
.single-project.postid-26 #block-5:after,
.single-project.postid-82 #block-5:after {
  clear: both;
}
.single-project.postid-26 #block-5 .content,
.single-project.postid-82 #block-5 .content {
  min-height: 310px;
  padding-top: 0;
  overflow: visible;
}
.single-project.postid-26 #block-5 .content:before,
.single-project.postid-82 #block-5 .content:before,
.single-project.postid-26 #block-5 .content:after,
.single-project.postid-82 #block-5 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-26 #block-5 .content:after,
.single-project.postid-82 #block-5 .content:after {
  clear: both;
}
.single-project.postid-26 #block-5 figure,
.single-project.postid-82 #block-5 figure {
  float: left;
}
.single-project.postid-26 #block-5 figure img,
.single-project.postid-82 #block-5 figure img {
  box-shadow: 18px 0px 62px rgba(0, 0, 0, 0.08);
}
.single-project.postid-26 #block-5 .frame,
.single-project.postid-82 #block-5 .frame {
  overflow: visible !important;
}
.single-project.postid-26 #block-5 .frame .slidee,
.single-project.postid-82 #block-5 .frame .slidee {
  width: 1500px;
}
.single-project.postid-26 #block-5 .frame .slidee:before,
.single-project.postid-82 #block-5 .frame .slidee:before,
.single-project.postid-26 #block-5 .frame .slidee:after,
.single-project.postid-82 #block-5 .frame .slidee:after {
  content: " ";
  display: table;
}
.single-project.postid-26 #block-5 .frame .slidee:after,
.single-project.postid-82 #block-5 .frame .slidee:after {
  clear: both;
}
.single-project.postid-26 #block-5 .frame .slidee section,
.single-project.postid-82 #block-5 .frame .slidee section {
  width: 409px;
  margin: 0 45px;
  position: relative;
  float: left;
  height: 100%;
  display: block;
}
.single-project.postid-26 #block-5 .frame .slidee section:first-child,
.single-project.postid-82 #block-5 .frame .slidee section:first-child {
  margin-left: 0;
}
.single-project.postid-26 #block-5 .block-screens,
.single-project.postid-82 #block-5 .block-screens {
  position: absolute;
  white-space: nowrap;
  width: 100%;
}
.single-project.postid-26 #block-5 + #block-bottom .content,
.single-project.postid-82 #block-5 + #block-bottom .content {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .single-project.postid-26 #block-5,
  .single-project.postid-82 #block-5 {
    padding: 80px 0;
  }
}
.single-project.postid-28 #block-top .col-12 .col-4:nth-child(3),
.single-project.postid-83 #block-top .col-12 .col-4:nth-child(3) {
  flex: 1 26%;
}
.single-project.postid-28 #block-2:before,
.single-project.postid-83 #block-2:before,
.single-project.postid-28 #block-4:before,
.single-project.postid-83 #block-4:before,
.single-project.postid-28 #block-2:after,
.single-project.postid-83 #block-2:after,
.single-project.postid-28 #block-4:after,
.single-project.postid-83 #block-4:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-2:after,
.single-project.postid-83 #block-2:after,
.single-project.postid-28 #block-4:after,
.single-project.postid-83 #block-4:after {
  clear: both;
}
.single-project.postid-28 #block-2 figure img,
.single-project.postid-83 #block-2 figure img,
.single-project.postid-28 #block-4 figure img,
.single-project.postid-83 #block-4 figure img {
  width: 100%;
  float: left;
}
.single-project.postid-28 #block-3 .content,
.single-project.postid-83 #block-3 .content {
  padding-top: 135px;
}
.single-project.postid-28 #block-3 .content .block-top,
.single-project.postid-83 #block-3 .content .block-top {
  padding-bottom: 90px;
}
.single-project.postid-28 #block-3 .content .block-top:before,
.single-project.postid-83 #block-3 .content .block-top:before,
.single-project.postid-28 #block-3 .content .block-top:after,
.single-project.postid-83 #block-3 .content .block-top:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-3 .content .block-top:after,
.single-project.postid-83 #block-3 .content .block-top:after {
  clear: both;
}
.single-project.postid-28 #block-3 .content .block-top header > span,
.single-project.postid-83 #block-3 .content .block-top header > span {
  color: #000;
  font-size: 1.875rem;
  margin-top: 5px;
  display: block;
}
.single-project.postid-28 #block-3 .content .block-top .col-8 .col-6,
.single-project.postid-83 #block-3 .content .block-top .col-8 .col-6 {
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
  color: #000000;
}
.single-project.postid-28 #block-3 .content .block-top .col-8 .col-6:nth-child(1),
.single-project.postid-83 #block-3 .content .block-top .col-8 .col-6:nth-child(1) {
  padding-right: 30px;
}
.single-project.postid-28 #block-3 .content .block-top .col-8 .col-6:nth-child(2),
.single-project.postid-83 #block-3 .content .block-top .col-8 .col-6:nth-child(2) {
  padding-left: 30px;
}
.single-project.postid-28 #block-3 .content .block-middle,
.single-project.postid-83 #block-3 .content .block-middle {
  display: flex;
  padding-bottom: 266px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.single-project.postid-28 #block-3 .content .block-middle > .col-4,
.single-project.postid-83 #block-3 .content .block-middle > .col-4 {
  background-color: #f6f6f6;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-4 > span,
.single-project.postid-83 #block-3 .content .block-middle > .col-4 > span {
  left: 50%;
  transform: translateX(-50%);
}
.single-project.postid-28 #block-3 .content .block-middle > .col-4 .icon,
.single-project.postid-83 #block-3 .content .block-middle > .col-4 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 {
  background-color: #fbfbfb;
  padding: 80px 0 90px;
  position: relative;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 > span,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 > span {
  right: 60px;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font {
  width: 100%;
  position: absolute;
  text-align: left;
  font-family: 'Helvetica Neue';
  bottom: -66px;
  transform: translateY(100%);
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font .col-4,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font .col-4 {
  color: #000000;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font .col-4 span,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font .col-4 span {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.75rem;
  display: block;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font .col-4 strong,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font .col-4 strong {
  font-size: 1.125rem;
  display: block;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font .col-8 p,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font .col-8 p {
  letter-spacing: 2px;
  line-height: 1.05;
  margin-bottom: 15px;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font .col-8 p strong,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font .col-8 p strong {
  font-size: 1.25rem;
  display: block;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font .col-8 p span,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font .col-8 p span {
  font-weight: 300;
  font-size: 0.938rem;
  display: block;
}
.single-project.postid-28 #block-3 .content .block-middle > .col-8 .font .col-8 > span,
.single-project.postid-83 #block-3 .content .block-middle > .col-8 .font .col-8 > span {
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
.single-project.postid-28 #block-3 .content .block-middle > div,
.single-project.postid-83 #block-3 .content .block-middle > div {
  position: relative;
  text-align: center;
}
.single-project.postid-28 #block-3 .content .block-middle > div > span,
.single-project.postid-83 #block-3 .content .block-middle > div > span {
  position: absolute;
  color: #c2c2c2;
  font-size: 0.813rem;
  top: 50px;
}
.single-project.postid-28 #block-3 .content .block-bottom,
.single-project.postid-83 #block-3 .content .block-bottom {
  padding: 160px 0 0;
  margin-bottom: 260px;
  text-align: center;
  position: relative;
}
.single-project.postid-28 #block-3 .content .block-bottom i,
.single-project.postid-83 #block-3 .content .block-bottom i {
  position: absolute;
  top: 50%;
  transform: translateY(-17px);
  left: 18px;
}
.single-project.postid-28 #block-3 .content .block-bottom .scroll,
.single-project.postid-83 #block-3 .content .block-bottom .scroll {
  top: 20px;
}
@media screen and (max-width: 991px) {
  .single-project.postid-28 #block-3 .content .block-middle > .col-8 .font,
  .single-project.postid-83 #block-3 .content .block-middle > .col-8 .font {
    transform: translate(-50%, 100%);
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-28 #block-3 .content,
  .single-project.postid-83 #block-3 .content {
    padding-top: 80px;
  }
  .single-project.postid-28 #block-3 .content .block-top,
  .single-project.postid-83 #block-3 .content .block-top {
    padding-bottom: 70px;
  }
  .single-project.postid-28 #block-3 .content .block-top header span,
  .single-project.postid-83 #block-3 .content .block-top header span {
    margin: 0 0 40px 0;
    font-size: 1.563rem;
  }
  .single-project.postid-28 #block-3 .content .block-top .col-8 .col-6,
  .single-project.postid-83 #block-3 .content .block-top .col-8 .col-6 {
    padding: 0 !important;
  }
  .single-project.postid-28 #block-3 .content .block-top .col-8 .col-6 p,
  .single-project.postid-83 #block-3 .content .block-top .col-8 .col-6 p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .single-project.postid-28 #block-3 .content .block-middle,
  .single-project.postid-83 #block-3 .content .block-middle {
    flex-wrap: wrap;
  }
  .single-project.postid-28 #block-3 .content .block-middle > .col-4,
  .single-project.postid-83 #block-3 .content .block-middle > .col-4 {
    width: 100%;
    height: 280px;
  }
  .single-project.postid-28 #block-3 .content .block-middle > .col-8,
  .single-project.postid-83 #block-3 .content .block-middle > .col-8 {
    width: 100%;
    padding: 80px 0;
  }
  .single-project.postid-28 #block-3 .content .block-middle > .col-8 > span,
  .single-project.postid-83 #block-3 .content .block-middle > .col-8 > span {
    left: 50%;
    transform: translateX(-50%);
  }
  .single-project.postid-28 #block-3 .content .block-middle > .col-8 .font,
  .single-project.postid-83 #block-3 .content .block-middle > .col-8 .font {
    transform: translate(0, 100%);
  }
  .single-project.postid-28 #block-3 .content .block-bottom,
  .single-project.postid-83 #block-3 .content .block-bottom {
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .single-project.postid-28 #block-3 .content .block-bottom .scroll,
  .single-project.postid-83 #block-3 .content .block-bottom .scroll {
    top: 4%;
  }
  .single-project.postid-28 #block-3 .content .block-bottom i,
  .single-project.postid-83 #block-3 .content .block-bottom i {
    display: none;
  }
}
.single-project.postid-28 #block-5,
.single-project.postid-83 #block-5 {
  position: relative;
  overflow: hidden;
}
.single-project.postid-28 #block-5:before,
.single-project.postid-83 #block-5:before,
.single-project.postid-28 #block-5:after,
.single-project.postid-83 #block-5:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-5:after,
.single-project.postid-83 #block-5:after {
  clear: both;
}
.single-project.postid-28 #block-5 .content,
.single-project.postid-83 #block-5 .content {
  padding-top: 220px;
  padding-bottom: 220px;
}
.single-project.postid-28 #block-5 .content:before,
.single-project.postid-83 #block-5 .content:before,
.single-project.postid-28 #block-5 .content:after,
.single-project.postid-83 #block-5 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-5 .content:after,
.single-project.postid-83 #block-5 .content:after {
  clear: both;
}
.single-project.postid-28 #block-5 .content .col-4 header,
.single-project.postid-83 #block-5 .content .col-4 header {
  margin-bottom: 70px;
}
.single-project.postid-28 #block-5 .content .col-4 header > span,
.single-project.postid-83 #block-5 .content .col-4 header > span {
  color: #000000;
  font-size: 1.875rem;
  line-height: 2.188rem;
}
.single-project.postid-28 #block-5 .content .col-4 p,
.single-project.postid-83 #block-5 .content .col-4 p {
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
  color: #000000;
  position: relative;
  z-index: 1;
}
.single-project.postid-28 #block-5 .content figure,
.single-project.postid-83 #block-5 .content figure {
  position: absolute;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 950px;
}
@media screen and (max-width: 1199px) {
  .single-project.postid-28 #block-5 .content figure,
  .single-project.postid-83 #block-5 .content figure {
    right: -300px;
  }
}
@media screen and (max-width: 991px) {
  .single-project.postid-28 #block-5 .content .col-4,
  .single-project.postid-83 #block-5 .content .col-4 {
    width: 100%;
  }
  .single-project.postid-28 #block-5 .content .col-4 p,
  .single-project.postid-83 #block-5 .content .col-4 p {
    margin-bottom: 40px;
  }
  .single-project.postid-28 #block-5 .content figure,
  .single-project.postid-83 #block-5 .content figure {
    right: 0;
    position: relative;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-28 #block-5 .content,
  .single-project.postid-83 #block-5 .content {
    padding: 80px 25px;
  }
  .single-project.postid-28 #block-5 .content .col-4 header,
  .single-project.postid-83 #block-5 .content .col-4 header {
    margin-bottom: 40px;
  }
  .single-project.postid-28 #block-5 .content .col-4 header span,
  .single-project.postid-83 #block-5 .content .col-4 header span {
    font-size: 1.563rem;
  }
  .single-project.postid-28 #block-5 .content .col-4 p,
  .single-project.postid-83 #block-5 .content .col-4 p {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.single-project.postid-28 #block-6,
.single-project.postid-83 #block-6 {
  background-color: #201f24;
  overflow: hidden;
}
.single-project.postid-28 #block-6 .content,
.single-project.postid-83 #block-6 .content {
  padding-top: 150px;
  text-align: center;
}
.single-project.postid-28 #block-6 .content figure img,
.single-project.postid-83 #block-6 .content figure img {
  float: left;
  position: relative;
  margin-bottom: -1px;
}
.single-project.postid-28 #block-7:before,
.single-project.postid-83 #block-7:before,
.single-project.postid-28 #block-7:after,
.single-project.postid-83 #block-7:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-7:after,
.single-project.postid-83 #block-7:after {
  clear: both;
}
.single-project.postid-28 #block-7 .content,
.single-project.postid-83 #block-7 .content {
  padding-top: 220px;
}
.single-project.postid-28 #block-7 .content:before,
.single-project.postid-83 #block-7 .content:before,
.single-project.postid-28 #block-7 .content:after,
.single-project.postid-83 #block-7 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-7 .content:after,
.single-project.postid-83 #block-7 .content:after {
  clear: both;
}
.single-project.postid-28 #block-7 .content .col-4 header > span,
.single-project.postid-83 #block-7 .content .col-4 header > span {
  color: #000000;
  font-size: 1.875rem;
  line-height: 2.188rem;
}
.single-project.postid-28 #block-7 .content p,
.single-project.postid-83 #block-7 .content p {
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
  color: #000000;
  max-width: 365px;
}
.single-project.postid-28 #block-7 .content .col-6:nth-child(2) p,
.single-project.postid-83 #block-7 .content .col-6:nth-child(2) p {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .single-project.postid-28 #block-7 .content,
  .single-project.postid-83 #block-7 .content {
    padding-top: 80px;
  }
  .single-project.postid-28 #block-7 .content .col-4 header,
  .single-project.postid-83 #block-7 .content .col-4 header {
    margin-bottom: 40px;
  }
  .single-project.postid-28 #block-7 .content .col-4 header span,
  .single-project.postid-83 #block-7 .content .col-4 header span {
    font-size: 1.563rem;
  }
  .single-project.postid-28 #block-7 .content p,
  .single-project.postid-83 #block-7 .content p {
    max-width: none;
    padding: 0 !important;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.single-project.postid-28 #block-8,
.single-project.postid-83 #block-8 {
  padding-top: 164px;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
.single-project.postid-28 #block-8:before,
.single-project.postid-83 #block-8:before,
.single-project.postid-28 #block-8:after,
.single-project.postid-83 #block-8:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-8:after,
.single-project.postid-83 #block-8:after {
  clear: both;
}
.single-project.postid-28 #block-8 .content,
.single-project.postid-83 #block-8 .content {
  min-height: 310px;
  padding-top: 0;
  overflow: visible;
}
.single-project.postid-28 #block-8 .content:before,
.single-project.postid-83 #block-8 .content:before,
.single-project.postid-28 #block-8 .content:after,
.single-project.postid-83 #block-8 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-8 .content:after,
.single-project.postid-83 #block-8 .content:after {
  clear: both;
}
.single-project.postid-28 #block-8 figure,
.single-project.postid-83 #block-8 figure {
  float: left;
}
.single-project.postid-28 #block-8 figure img,
.single-project.postid-83 #block-8 figure img {
  box-shadow: 18px 0px 62px rgba(0, 0, 0, 0.08);
}
.single-project.postid-28 #block-8 figure:first-child,
.single-project.postid-83 #block-8 figure:first-child {
  margin-left: 0;
}
.single-project.postid-28 #block-8 .frame,
.single-project.postid-83 #block-8 .frame {
  overflow: visible !important;
}
.single-project.postid-28 #block-8 .frame .slidee,
.single-project.postid-83 #block-8 .frame .slidee {
  width: 1500px;
}
.single-project.postid-28 #block-8 .frame .slidee:before,
.single-project.postid-83 #block-8 .frame .slidee:before,
.single-project.postid-28 #block-8 .frame .slidee:after,
.single-project.postid-83 #block-8 .frame .slidee:after {
  content: " ";
  display: table;
}
.single-project.postid-28 #block-8 .frame .slidee:after,
.single-project.postid-83 #block-8 .frame .slidee:after {
  clear: both;
}
.single-project.postid-28 #block-8 .frame .slidee section,
.single-project.postid-83 #block-8 .frame .slidee section {
  width: 409px;
  margin: 0 45px;
  position: relative;
  float: left;
  height: 100%;
  display: block;
}
.single-project.postid-28 #block-8 .frame .slidee section:first-child,
.single-project.postid-83 #block-8 .frame .slidee section:first-child {
  margin-left: 0;
}
.single-project.postid-28 #block-8 .block-screens,
.single-project.postid-83 #block-8 .block-screens {
  position: absolute;
  white-space: nowrap;
  width: 100%;
}
.single-project.postid-28 #block-8 + #block-bottom .content,
.single-project.postid-83 #block-8 + #block-bottom .content {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .single-project.postid-28 #block-8,
  .single-project.postid-83 #block-8 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.single-project.postid-42 #block-2,
.single-project.postid-80 #block-2 {
  background-color: #403e43;
}
.single-project.postid-42 #block-2 .content,
.single-project.postid-80 #block-2 .content {
  text-align: center;
  position: relative;
  padding: 137px 20px 105px;
}
.single-project.postid-42 #block-2 .content i,
.single-project.postid-80 #block-2 .content i {
  position: absolute;
  top: 50%;
  transform: translateY(-76px);
  left: 18px;
}
@media screen and (max-width: 767px) {
  .single-project.postid-42 #block-2 .content,
  .single-project.postid-80 #block-2 .content {
    padding: 80px 25px;
  }
  .single-project.postid-42 #block-2 .content i,
  .single-project.postid-80 #block-2 .content i {
    display: none;
  }
}
.single-project.postid-42 #block-3 .content,
.single-project.postid-80 #block-3 .content {
  padding-top: 134px;
}
.single-project.postid-42 #block-3 .content .col-4,
.single-project.postid-80 #block-3 .content .col-4 {
  color: #000;
}
.single-project.postid-42 #block-3 .content .col-4 header h2,
.single-project.postid-80 #block-3 .content .col-4 header h2 {
  margin-bottom: 70px;
}
.single-project.postid-42 #block-3 .content .col-4 p,
.single-project.postid-80 #block-3 .content .col-4 p {
  max-width: 370px;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
.single-project.postid-42 #block-3 .content figure img,
.single-project.postid-80 #block-3 .content figure img {
  float: right;
  margin-right: 15%;
}
@media screen and (max-width: 767px) {
  .single-project.postid-42 #block-3 .content,
  .single-project.postid-80 #block-3 .content {
    padding-top: 80px;
  }
  .single-project.postid-42 #block-3 .content .col-4 header h2,
  .single-project.postid-80 #block-3 .content .col-4 header h2 {
    margin-bottom: 40px;
  }
  .single-project.postid-42 #block-3 .content .col-4 p,
  .single-project.postid-80 #block-3 .content .col-4 p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .single-project.postid-42 #block-3 .content figure img,
  .single-project.postid-80 #block-3 .content figure img {
    margin: 0;
  }
}
.single-project.postid-42 #block-4:before,
.single-project.postid-80 #block-4:before,
.single-project.postid-42 #block-4:after,
.single-project.postid-80 #block-4:after {
  content: " ";
  display: table;
}
.single-project.postid-42 #block-4:after,
.single-project.postid-80 #block-4:after {
  clear: both;
}
.single-project.postid-42 #block-4 figure,
.single-project.postid-80 #block-4 figure {
  width: 100%;
}
.single-project.postid-42 #block-4 figure img,
.single-project.postid-80 #block-4 figure img {
  width: 100%;
  float: left;
}
.single-project.postid-42 #block-5,
.single-project.postid-80 #block-5 {
  overflow: hidden;
}
.single-project.postid-42 #block-5 .content,
.single-project.postid-80 #block-5 .content {
  padding-top: 210px;
  overflow: visible;
}
.single-project.postid-42 #block-5 .content .block-top,
.single-project.postid-80 #block-5 .content .block-top {
  color: #000;
  padding-bottom: 115px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.single-project.postid-42 #block-5 .content .block-top:before,
.single-project.postid-80 #block-5 .content .block-top:before,
.single-project.postid-42 #block-5 .content .block-top:after,
.single-project.postid-80 #block-5 .content .block-top:after {
  content: " ";
  display: table;
}
.single-project.postid-42 #block-5 .content .block-top:after,
.single-project.postid-80 #block-5 .content .block-top:after {
  clear: both;
}
.single-project.postid-42 #block-5 .content .block-top .col-8 p,
.single-project.postid-80 #block-5 .content .block-top .col-8 p {
  max-width: 370px;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
.single-project.postid-42 #block-5 .content .block-top .col-8 .col-6:last-child,
.single-project.postid-80 #block-5 .content .block-top .col-8 .col-6:last-child {
  padding-left: 30px;
}
.single-project.postid-42 #block-5 .content .block-middle,
.single-project.postid-80 #block-5 .content .block-middle {
  text-align: center;
  position: relative;
  padding-top: 185px;
  padding-bottom: 170px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.single-project.postid-42 #block-5 .content .block-middle i,
.single-project.postid-80 #block-5 .content .block-middle i {
  position: absolute;
  top: 50%;
  transform: translateY(-76px);
  left: 18px;
}
.single-project.postid-42 #block-5 .content .block-bottom,
.single-project.postid-80 #block-5 .content .block-bottom {
  position: relative;
  padding-top: 185px;
  padding-bottom: 270px;
}
.single-project.postid-42 #block-5 .content .block-bottom:before,
.single-project.postid-80 #block-5 .content .block-bottom:before,
.single-project.postid-42 #block-5 .content .block-bottom:after,
.single-project.postid-80 #block-5 .content .block-bottom:after {
  content: " ";
  display: table;
}
.single-project.postid-42 #block-5 .content .block-bottom:after,
.single-project.postid-80 #block-5 .content .block-bottom:after {
  clear: both;
}
.single-project.postid-42 #block-5 .content .block-bottom i,
.single-project.postid-80 #block-5 .content .block-bottom i {
  position: absolute;
  top: 50%;
  transform: translateY(-76px);
}
.single-project.postid-42 #block-5 .content .block-bottom .frame,
.single-project.postid-80 #block-5 .content .block-bottom .frame {
  overflow: visible !important;
}
.single-project.postid-42 #block-5 .content .block-bottom .frame .slidee,
.single-project.postid-80 #block-5 .content .block-bottom .frame .slidee {
  width: 2740px;
  padding-left: 40px;
}
.single-project.postid-42 #block-5 .content .block-bottom .frame .slidee:before,
.single-project.postid-80 #block-5 .content .block-bottom .frame .slidee:before,
.single-project.postid-42 #block-5 .content .block-bottom .frame .slidee:after,
.single-project.postid-80 #block-5 .content .block-bottom .frame .slidee:after {
  content: " ";
  display: table;
}
.single-project.postid-42 #block-5 .content .block-bottom .frame .slidee:after,
.single-project.postid-80 #block-5 .content .block-bottom .frame .slidee:after {
  clear: both;
}
.single-project.postid-42 #block-5 .content .block-bottom .frame .slidee section,
.single-project.postid-80 #block-5 .content .block-bottom .frame .slidee section {
  width: 254px;
  margin: 0 65px;
  position: relative;
  float: left;
  height: 100%;
  display: block;
}
.single-project.postid-42 #block-5 .content .block-bottom .frame .slidee section .scroll,
.single-project.postid-80 #block-5 .content .block-bottom .frame .slidee section .scroll {
  left: 15px;
  transform: none;
  top: 61px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .single-project.postid-42 #block-5 .content,
  .single-project.postid-80 #block-5 .content {
    padding-top: 80px;
  }
  .single-project.postid-42 #block-5 .content .block-top,
  .single-project.postid-80 #block-5 .content .block-top {
    padding-bottom: 60px;
  }
  .single-project.postid-42 #block-5 .content .block-top header h2,
  .single-project.postid-80 #block-5 .content .block-top header h2 {
    margin-bottom: 40px;
  }
  .single-project.postid-42 #block-5 .content .block-top .col-8 p,
  .single-project.postid-80 #block-5 .content .block-top .col-8 p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .single-project.postid-42 #block-5 .content .block-top .col-8 .col-6:last-child,
  .single-project.postid-80 #block-5 .content .block-top .col-8 .col-6:last-child {
    padding: 0;
  }
  .single-project.postid-42 #block-5 .content .block-middle,
  .single-project.postid-80 #block-5 .content .block-middle {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .single-project.postid-42 #block-5 .content .block-middle i,
  .single-project.postid-80 #block-5 .content .block-middle i {
    display: none;
  }
  .single-project.postid-42 #block-5 .content .block-bottom,
  .single-project.postid-80 #block-5 .content .block-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.single-project.postid-42 #block-6,
.single-project.postid-80 #block-6 {
  background-image: url("../img/project_tv_11.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.single-project.postid-42 #block-6 .content,
.single-project.postid-80 #block-6 .content {
  padding-top: 182px;
  padding-bottom: 182px;
  color: #636363;
}
.single-project.postid-42 #block-6 .content:before,
.single-project.postid-80 #block-6 .content:before,
.single-project.postid-42 #block-6 .content:after,
.single-project.postid-80 #block-6 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-42 #block-6 .content:after,
.single-project.postid-80 #block-6 .content:after {
  clear: both;
}
.single-project.postid-42 #block-6 .content header h2,
.single-project.postid-80 #block-6 .content header h2 {
  margin-bottom: 40px;
}
.single-project.postid-42 #block-6 .content p,
.single-project.postid-80 #block-6 .content p {
  margin-bottom: 40px;
  max-width: 370px;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
.single-project.postid-42 #block-6 .content .block-bottom,
.single-project.postid-80 #block-6 .content .block-bottom {
  margin-top: 255px;
}
.single-project.postid-42 #block-6 .content .block-bottom span,
.single-project.postid-80 #block-6 .content .block-bottom span {
  color: #000;
  font-size: 1.875rem;
  display: block;
}
.single-project.postid-42 #block-6 .content .block-bottom .big,
.single-project.postid-80 #block-6 .content .block-bottom .big {
  font-size: 8rem;
  color: #fff;
  margin-bottom: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .single-project.postid-42 #block-6,
  .single-project.postid-80 #block-6 {
    background-image: url("../img/project_tv_11@2x.jpg") !important;
    background-size: 1920px;
  }
}
@media screen and (max-width: 991px) {
  .single-project.postid-42 #block-6,
  .single-project.postid-80 #block-6 {
    background-position: bottom center;
    background-color: #151515;
  }
  .single-project.postid-42 #block-6 .content,
  .single-project.postid-80 #block-6 .content {
    padding-top: 100px;
  }
  .single-project.postid-42 #block-6 .content p,
  .single-project.postid-80 #block-6 .content p {
    max-width: none;
  }
  .single-project.postid-42 #block-6 .content .col-4,
  .single-project.postid-80 #block-6 .content .col-4 {
    width: 60%;
    padding-bottom: 220px;
  }
  .single-project.postid-42 #block-6 .content .block-bottom,
  .single-project.postid-80 #block-6 .content .block-bottom {
    transform: translateY(270px);
  }
}
@media screen and (max-width: 767px) {
  .single-project.postid-42 #block-6 .content,
  .single-project.postid-80 #block-6 .content {
    padding-top: 80px;
  }
  .single-project.postid-42 #block-6 .content .col-4,
  .single-project.postid-80 #block-6 .content .col-4 {
    width: 100%;
  }
  .single-project.postid-42 #block-6 .content .block-bottom,
  .single-project.postid-80 #block-6 .content .block-bottom {
    padding-bottom: 240px;
    transform: translateY(500px);
  }
  .single-project.postid-42 #block-6 .content .block-bottom .big,
  .single-project.postid-80 #block-6 .content .block-bottom .big {
    font-size: 4rem;
  }
  .single-project.postid-42 #block-6 .content .block-bottom span,
  .single-project.postid-80 #block-6 .content .block-bottom span {
    font-size: 1.563rem;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
  .single-project.postid-42 #block-6,
  .single-project.postid-80 #block-6 {
    background-position: 40% 100%;
  }
  .single-project.postid-42 #block-6 .content .col-4,
  .single-project.postid-80 #block-6 .content .col-4 {
    padding-bottom: 320px;
  }
  .single-project.postid-42 #block-6 .content .block-bottom,
  .single-project.postid-80 #block-6 .content .block-bottom {
    transform: translateY(360px);
  }
}
.single-project.postid-43 #block-top .col-12 .col-4:nth-child(3),
.single-project.postid-79 #block-top .col-12 .col-4:nth-child(3) {
  flex: 1 24%;
}
.single-project.postid-43 #block-2,
.single-project.postid-79 #block-2 {
  background-color: #000;
}
.single-project.postid-43 #block-2 .content,
.single-project.postid-79 #block-2 .content {
  padding-top: 379px;
  padding-bottom: 356px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-project.postid-43 #block-2 .content,
  .single-project.postid-79 #block-2 .content {
    padding: 80px 25px;
  }
}
.single-project.postid-43 #block-3 .content,
.single-project.postid-79 #block-3 .content {
  padding-top: 244px;
}
.single-project.postid-43 #block-3 .content .block-top,
.single-project.postid-79 #block-3 .content .block-top {
  color: #000;
  padding-bottom: 140px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
.single-project.postid-43 #block-3 .content .block-top:before,
.single-project.postid-79 #block-3 .content .block-top:before,
.single-project.postid-43 #block-3 .content .block-top:after,
.single-project.postid-79 #block-3 .content .block-top:after {
  content: " ";
  display: table;
}
.single-project.postid-43 #block-3 .content .block-top:after,
.single-project.postid-79 #block-3 .content .block-top:after {
  clear: both;
}
.single-project.postid-43 #block-3 .content .block-top .col-8 .col-6,
.single-project.postid-79 #block-3 .content .block-top .col-8 .col-6 {
  font-family: 'Franklin Gothic Book';
  font-size: 1.125rem;
  line-height: 2.188rem;
}
.single-project.postid-43 #block-3 .content .block-top .col-8 .col-6:nth-child(2),
.single-project.postid-79 #block-3 .content .block-top .col-8 .col-6:nth-child(2) {
  padding-left: 20px;
}
.single-project.postid-43 #block-3 .content .block-top .col-8 .col-6 p,
.single-project.postid-79 #block-3 .content .block-top .col-8 .col-6 p {
  max-width: 370px;
}
.single-project.postid-43 #block-3 .content .block-bottom,
.single-project.postid-79 #block-3 .content .block-bottom {
  text-align: center;
  padding-top: 178px;
  padding-bottom: 205px;
}
@media screen and (max-width: 767px) {
  .single-project.postid-43 #block-3 .content,
  .single-project.postid-79 #block-3 .content {
    padding-top: 80px;
  }
  .single-project.postid-43 #block-3 .content .block-top,
  .single-project.postid-79 #block-3 .content .block-top {
    padding-bottom: 60px;
  }
  .single-project.postid-43 #block-3 .content .block-top header h2,
  .single-project.postid-79 #block-3 .content .block-top header h2 {
    margin-bottom: 40px;
  }
  .single-project.postid-43 #block-3 .content .block-top .col-8 .col-6,
  .single-project.postid-79 #block-3 .content .block-top .col-8 .col-6 {
    padding: 0 !important;
  }
  .single-project.postid-43 #block-3 .content .block-top .col-8 .col-6 p,
  .single-project.postid-79 #block-3 .content .block-top .col-8 .col-6 p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .single-project.postid-43 #block-3 .content .block-bottom,
  .single-project.postid-79 #block-3 .content .block-bottom {
    padding: 80px 0;
  }
}
.single-project.postid-43 #block-4,
.single-project.postid-79 #block-4 {
  background-color: #d7d7d7;
}
.single-project.postid-43 #block-4 .content,
.single-project.postid-79 #block-4 .content {
  text-align: center;
  padding-top: 226px;
  padding-bottom: 205px;
  position: relative;
}
.single-project.postid-43 #block-4 .content i,
.single-project.postid-79 #block-4 .content i {
  position: absolute;
  top: 50%;
  transform: translateY(-80px);
}
@media screen and (max-width: 767px) {
  .single-project.postid-43 #block-4 .content,
  .single-project.postid-79 #block-4 .content {
    padding: 80px 25px;
  }
  .single-project.postid-43 #block-4 .content i,
  .single-project.postid-79 #block-4 .content i {
    display: none;
  }
}
.single-project.postid-43 #block-5 .content,
.single-project.postid-79 #block-5 .content {
  padding-top: 237px;
  padding-bottom: 213px;
}
.single-project.postid-43 #block-5 .content:before,
.single-project.postid-79 #block-5 .content:before,
.single-project.postid-43 #block-5 .content:after,
.single-project.postid-79 #block-5 .content:after {
  content: " ";
  display: table;
}
.single-project.postid-43 #block-5 .content:after,
.single-project.postid-79 #block-5 .content:after {
  clear: both;
}
.single-project.postid-43 #block-5 .content figure,
.single-project.postid-79 #block-5 .content figure {
  margin-left: -80px;
}
.single-project.postid-43 #block-5 .content .col-4,
.single-project.postid-79 #block-5 .content .col-4 {
  float: right;
  color: #000;
}
.single-project.postid-43 #block-5 .content .col-4 header h2,
.single-project.postid-79 #block-5 .content .col-4 header h2 {
  margin-bottom: 60px;
}
.single-project.postid-43 #block-5 .content .col-4 p,
.single-project.postid-79 #block-5 .content .col-4 p {
  max-width: 370px;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
@media screen and (max-width: 767px) {
  .single-project.postid-43 #block-5 .content,
  .single-project.postid-79 #block-5 .content {
    padding: 80px 25px;
    display: flex;
    flex-wrap: wrap;
  }
  .single-project.postid-43 #block-5 .content .col-8,
  .single-project.postid-79 #block-5 .content .col-8 {
    order: 2;
  }
  .single-project.postid-43 #block-5 .content .col-4 header h2,
  .single-project.postid-79 #block-5 .content .col-4 header h2 {
    margin-bottom: 40px;
  }
  .single-project.postid-43 #block-5 .content .col-4 p,
  .single-project.postid-79 #block-5 .content .col-4 p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 40px;
  }
  .single-project.postid-43 #block-5 .content figure,
  .single-project.postid-79 #block-5 .content figure {
    margin: 0;
    text-align: center;
  }
}
.single-project.postid-43 #block-6:before,
.single-project.postid-79 #block-6:before,
.single-project.postid-43 #block-6:after,
.single-project.postid-79 #block-6:after {
  content: " ";
  display: table;
}
.single-project.postid-43 #block-6:after,
.single-project.postid-79 #block-6:after {
  clear: both;
}
.single-project.postid-43 #block-6 figure,
.single-project.postid-79 #block-6 figure {
  width: 100%;
}
.single-project.postid-43 #block-6 figure img,
.single-project.postid-79 #block-6 figure img {
  float: left;
  width: 100%;
}
.single-project.postid-43 #block-7,
.single-project.postid-79 #block-7 {
  overflow: hidden;
}
.single-project.postid-43 #block-7 .content,
.single-project.postid-79 #block-7 .content {
  overflow: visible;
}
.single-project.postid-43 #block-7 .block-top,
.single-project.postid-79 #block-7 .block-top {
  color: #000;
  padding-top: 165px;
  padding-bottom: 140px;
}
.single-project.postid-43 #block-7 .block-top:before,
.single-project.postid-79 #block-7 .block-top:before,
.single-project.postid-43 #block-7 .block-top:after,
.single-project.postid-79 #block-7 .block-top:after {
  content: " ";
  display: table;
}
.single-project.postid-43 #block-7 .block-top:after,
.single-project.postid-79 #block-7 .block-top:after {
  clear: both;
}
.single-project.postid-43 #block-7 .block-top .col-4:last-child,
.single-project.postid-79 #block-7 .block-top .col-4:last-child {
  float: right;
}
.single-project.postid-43 #block-7 .block-top .col-4 p,
.single-project.postid-79 #block-7 .block-top .col-4 p {
  max-width: 370px;
  font-size: 1.125rem;
  line-height: 2.188rem;
  font-family: 'Franklin Gothic Book';
}
.single-project.postid-43 #block-7 .block-bottom,
.single-project.postid-79 #block-7 .block-bottom {
  padding-bottom: 34px;
}
.single-project.postid-43 #block-7 .block-bottom:before,
.single-project.postid-79 #block-7 .block-bottom:before,
.single-project.postid-43 #block-7 .block-bottom:after,
.single-project.postid-79 #block-7 .block-bottom:after {
  content: " ";
  display: table;
}
.single-project.postid-43 #block-7 .block-bottom:after,
.single-project.postid-79 #block-7 .block-bottom:after {
  clear: both;
}
.single-project.postid-43 #block-7 .block-bottom .frame,
.single-project.postid-79 #block-7 .block-bottom .frame {
  overflow: visible !important;
}
.single-project.postid-43 #block-7 .block-bottom .frame .slidee,
.single-project.postid-79 #block-7 .block-bottom .frame .slidee {
  width: 1960px;
}
.single-project.postid-43 #block-7 .block-bottom .frame .slidee:before,
.single-project.postid-79 #block-7 .block-bottom .frame .slidee:before,
.single-project.postid-43 #block-7 .block-bottom .frame .slidee:after,
.single-project.postid-79 #block-7 .block-bottom .frame .slidee:after {
  content: " ";
  display: table;
}
.single-project.postid-43 #block-7 .block-bottom .frame .slidee:after,
.single-project.postid-79 #block-7 .block-bottom .frame .slidee:after {
  clear: both;
}
.single-project.postid-43 #block-7 .block-bottom .frame .slidee figure,
.single-project.postid-79 #block-7 .block-bottom .frame .slidee figure {
  width: 409px;
  margin: 0 45px;
  position: relative;
  float: left;
  height: 100%;
  display: block;
}
.single-project.postid-43 #block-7 .block-bottom .frame .slidee figure:first-of-type,
.single-project.postid-79 #block-7 .block-bottom .frame .slidee figure:first-of-type {
  margin-left: 0;
}
.single-project.postid-43 #block-7 .block-bottom .frame .slidee figure img,
.single-project.postid-79 #block-7 .block-bottom .frame .slidee figure img {
  box-shadow: 18px 0px 62px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .single-project.postid-43 #block-7 .block-top,
  .single-project.postid-79 #block-7 .block-top {
    padding-top: 37px;
    padding-bottom: 80px;
  }
  .single-project.postid-43 #block-7 .block-top .col-4,
  .single-project.postid-79 #block-7 .block-top .col-4 {
    float: left !important;
  }
  .single-project.postid-43 #block-7 .block-top .col-4 header h2,
  .single-project.postid-79 #block-7 .block-top .col-4 header h2 {
    margin-bottom: 40px;
  }
  .single-project.postid-43 #block-7 .block-top .col-4 header h2 br,
  .single-project.postid-79 #block-7 .block-top .col-4 header h2 br {
    display: none;
  }
  .single-project.postid-43 #block-7 .block-top .col-4 p,
  .single-project.postid-79 #block-7 .block-top .col-4 p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.875rem;
  }
  .single-project.postid-43 #block-7 .block-bottom,
  .single-project.postid-79 #block-7 .block-bottom {
    padding-bottom: 0;
  }
}
.single-project .block-full-width-image figure {
  display: flex;
  align-items: center;
}
.single-project .block-full-width-image figure img {
  max-width: none;
  width: 100%;
  height: auto;
}
.single-project .block-basic .content.no-overflow {
  overflow: visible;
}
.single-project .block-basic .content p {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: 'Franklin Gothic Book';
  margin-bottom: 0;
}
.single-project .block-basic .content .title {
  color: #000;
  font-weight: 400;
  font-size: 1.875rem;
  margin-bottom: 20px;
  display: block;
}
.single-project .block-basic .right {
  float: right;
}
@media screen and (max-width: 767px) {
  .single-project .block-basic .content .title {
    font-size: 1.563rem;
  }
}
.single-project .block-quote {
  padding-top: 70px;
  padding-bottom: 70px;
}
.single-project .block-quote .content {
  max-width: 600px;
}
.single-project .block-quote .content .quote-text {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.95;
  margin-bottom: 50px;
}
.single-project .block-quote .content .quote-text svg {
  display: block;
  margin-bottom: 10px;
}
.single-project .block-quote .content .quote-footer {
  font-size: 0.938rem;
}
.single-project .block-quote .content .quote-footer strong {
  font-weight: 400;
  color: #000;
}
.single-project .block-quote .content .quote-footer span {
  color: #9C9C9C;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .single-project .block-quote .content .quote-footer sup + figure {
    transform: translate(0%, -100%);
  }
}
@media screen and (max-width: 767px) {
  .single-project .block-quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-project .block-quote .content .quote-text {
    font-size: 1rem;
  }
  .single-project .block-quote .content .quote-text svg {
    height: 50px;
    width: auto;
  }
}
.single-project .block-gallery .content {
  max-width: 1190px;
}
.single-project .block-gallery .gallery-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-project .block-gallery .gallery-wrapper > figure {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
}
.single-project .block-gallery .gallery-wrapper .col-6 {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .single-project .block-gallery .gallery-wrapper > figure {
    margin-top: 30px;
  }
  .single-project .block-gallery .gallery-wrapper .col-6 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .single-project .block-gallery .gallery-wrapper > figure {
    margin-top: 20px;
  }
  .single-project .block-gallery .gallery-wrapper .col-6 {
    width: 100%;
  }
}
.single-project .no-pt {
  padding-top: 0 !important;
}
.single-project .no-pb {
  padding-bottom: 0 !important;
}
.single-project .p-top-lg {
  padding-top: 180px;
}
.single-project .p-bottom-lg {
  padding-bottom: 180px;
}
.single-project .p-top-md {
  padding-top: 150px;
}
.single-project .p-bottom-md {
  padding-bottom: 150px;
}
.single-project .p-top-sm {
  padding-top: 130px;
}
.single-project .p-bottom-sm {
  padding-bottom: 130px;
}
.single-project .has-shadow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-project .has-shadow > * {
  background: #D8D8D8;
  box-shadow: 0 49px 86px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  height: auto;
  max-width: none;
}
.single-project .image-slider {
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
}
.single-project .image-slider > figure {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.single-project .image-slider > figure img {
  max-width: none;
}
.single-project .image-slider > figure:first-child {
  left: 0;
  width: 100%;
}
.single-project .image-slider > figure:last-child {
  right: 0;
  position: absolute;
  width: calc(100% - var(--x, 50%));
  box-shadow: inset 2px 0 0 #111, -2px 0 0 #111;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .single-project .p-top-lg {
    padding-top: 120px;
  }
  .single-project .p-bottom-lg {
    padding-bottom: 120px;
  }
  .single-project .p-top-md {
    padding-top: 100px;
  }
  .single-project .p-bottom-md {
    padding-bottom: 100px;
  }
  .single-project .p-top-sm {
    padding-top: 80px;
  }
  .single-project .p-bottom-sm {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .single-project .p-top-lg {
    padding-top: 80px;
  }
  .single-project .p-bottom-lg {
    padding-bottom: 80px;
  }
  .single-project .p-top-md {
    padding-top: 60px;
  }
  .single-project .p-bottom-md {
    padding-bottom: 60px;
  }
  .single-project .p-top-sm {
    padding-top: 40px;
  }
  .single-project .p-bottom-sm {
    padding-bottom: 40px;
  }
}
#block-project-list {
  padding-top: 170px;
  color: #000;
  padding-bottom: 80px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}
#block-project-list header {
  margin-bottom: 60px;
}
#block-project-list .project-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
}
#block-project-list .project-list .project-item {
  text-decoration: none;
  width: calc(33.333% - 118px);
  display: flex;
  align-items: center;
  margin-left: 59px;
  margin-right: 59px;
}
#block-project-list .project-list .project-item figure {
  margin-bottom: 25px;
  display: flex;
}
#block-project-list .project-list .project-item figure.hover {
  display: none;
}
#block-project-list .project-list .project-item .subtitle {
  opacity: 0.5;
  margin-bottom: 8px;
}
#block-project-list .project-list .project-item p {
  font-size: 1.125rem;
  line-height: 1.45;
}
#block-project-list .project-list .project-item:hover figure {
  display: none;
}
#block-project-list .project-list .project-item:hover figure.hover {
  display: flex;
}
@media screen and (max-width: 991px) {
  #block-project-list .project-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  #block-project-list .project-list .project-item {
    width: calc(33.333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-project-list {
    padding-top: 120px;
  }
  #block-project-list .project-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  #block-project-list .project-list .project-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  #block-project-list .project-list {
    margin-left: 0;
    margin-right: 0;
  }
  #block-project-list .project-list .project-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-page-calculator,
.page-template-page-get-results,
.page-template-page-results {
  background: #000;
}
.page-template-page-calculator #awwwards,
.page-template-page-get-results #awwwards,
.page-template-page-results #awwwards {
  display: none;
}
.page-template-page-calculator.show-login:before {
  background: #000 url(../img/bg_form.jpg) no-repeat top center;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
}
.login-wrapper {
  max-width: 480px;
  width: 100%;
  padding: 0 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: -1;
}
.show-login .login-wrapper {
  display: block;
  z-index: 10;
}
.login-wrapper header {
  position: relative;
  z-index: 1;
}
.login-wrapper header h1 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.login-wrapper header p {
  color: #707070;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.login-wrapper div {
  position: relative;
  z-index: 1;
}
.login-wrapper div .input-wrapper {
  margin-bottom: 10px;
}
.login-wrapper div .input-wrapper input[type="text"],
.login-wrapper div .input-wrapper input[type="email"] {
  background: #111111;
  height: 42px;
  border: none;
  padding: 15px 25px;
  font-size: 0.938rem;
  border-radius: 5px;
  width: 100%;
  color: #707070;
}
.login-wrapper div .input-wrapper label {
  color: #707070;
  margin-bottom: 5px;
  display: block;
}
.login-wrapper div .input-wrapper.checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0;
}
.login-wrapper div .input-wrapper.checkbox input {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.login-wrapper div .input-wrapper.checkbox label {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.login-wrapper div .input-wrapper.checkbox label a {
  color: #707070;
}
.login-wrapper div .button-group span {
  display: none;
}
@media screen and (min-width: 480px) {
  .login-wrapper div .input-wrapper:not(.checkbox) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .login-wrapper div .input-wrapper:not(.checkbox) label {
    width: 100px;
  }
  .login-wrapper div .input-wrapper:not(.checkbox) input {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 768px) {
  .login-wrapper {
    padding: 0 100px;
  }
  .login-wrapper div .input-wrapper:not(.checkbox) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .login-wrapper div .input-wrapper:not(.checkbox) label {
    position: absolute;
    left: -100px;
    height: 42px;
    line-height: 42px;
  }
  .login-wrapper div .input-wrapper:not(.checkbox) input {
    width: 100%;
  }
  .login-wrapper div .button-group span {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}
.page-template-page-get-results {
  background: #000 url(../img/bg_form.jpg) no-repeat top center;
}
.page-template-page-get-results .calculator-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-get-results .calculator-page section {
  max-width: 480px;
}
.page-template-page-get-results .calculator-page section .content {
  padding: 0;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper {
  max-width: 480px;
  width: 100%;
  padding: 0 20px;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper header h1 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper header p {
  color: #707070;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper {
  margin-bottom: 10px;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper input[type="text"],
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper input[type="email"] {
  background: #111111;
  height: 42px;
  border: none;
  padding: 15px 25px;
  font-size: 0.938rem;
  border-radius: 5px;
  width: 100%;
  color: #707070;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper label {
  color: #707070;
  margin-bottom: 5px;
  display: block;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper.checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper.checkbox input {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper.checkbox label {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .input-wrapper.checkbox label a {
  color: #707070;
}
.page-template-page-get-results .calculator-page section .content .login-wrapper div .button-group span {
  display: none;
}
@media screen and (min-width: 480px) {
  .page-template-page-get-results .calculator-page section .content .login-wrapper form .input-wrapper:not(.checkbox) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .page-template-page-get-results .calculator-page section .content .login-wrapper form .input-wrapper:not(.checkbox) label {
    width: 100px;
  }
  .page-template-page-get-results .calculator-page section .content .login-wrapper form .input-wrapper:not(.checkbox) input {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 768px) {
  .page-template-page-get-results .calculator-page section .content .login-wrapper {
    padding: 0 100px;
    position: relative;
  }
  .page-template-page-get-results .calculator-page section .content .login-wrapper form .input-wrapper:not(.checkbox) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .page-template-page-get-results .calculator-page section .content .login-wrapper form .input-wrapper:not(.checkbox) label {
    position: absolute;
    left: 0;
    height: 42px;
    line-height: 42px;
  }
  .page-template-page-get-results .calculator-page section .content .login-wrapper form .input-wrapper:not(.checkbox) input {
    width: 100%;
  }
  .page-template-page-get-results .calculator-page section .content .login-wrapper form .button-group span {
    display: block;
    text-align: center;
    margin-top: 16px;
  }
}
.calculator-page {
  padding: 70px 0 60px;
  position: static;
}
.calculator-page #block-calculator {
  padding-top: 20px;
}
.calculator-page .tab-content .tab-pane {
  display: none;
}
.calculator-page .tab-content .tab-pane header {
  margin-bottom: 40px;
}
.calculator-page .tab-content .tab-pane header h2,
.calculator-page .tab-content .tab-pane header span {
  color: #fff;
  font-size: 1.563rem;
  margin-bottom: 35px;
}
.calculator-page .tab-content .tab-pane header span {
  color: #707070;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.calculator-page .tab-content .tab-pane header .subheader-right {
  color: #707070;
}
.calculator-page .tab-content .tab-pane header .subheader-right .subtitle {
  margin-bottom: 15px;
}
.calculator-page .tab-content .tab-pane header .subheader-right p {
  font-size: 0.75rem;
  max-width: 380px;
}
.calculator-page .tab-content .tab-pane.active {
  display: block;
}
.calculator-page .tab-content .tab-pane#tab1 {
  margin-top: 70px;
}
.calculator-page .tab-content .tab-pane#tab1 #cvs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  filter: grayscale(100%);
  height: 100%;
  opacity: 0.5;
}
.calculator-page .tab-content .tab-pane#tab1:before {
  position: absolute;
  width: 75%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #000000 25%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 25%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 25%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.calculator-page .tab-content .tab-pane#tab1 header,
.calculator-page .tab-content .tab-pane#tab1 .btn {
  position: relative;
  z-index: 1;
}
.calculator-page .tab-content .tab-pane#tab1 h2 {
  font-size: 1.875rem;
  line-height: 1.65;
}
.calculator-page .tab-content .tab-pane#tab1 #title-service {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.calculator-page .tab-content .tab-pane#tab1 #title-service span {
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
.calculator-page .tab-content .tab-pane#tab1 .insertElt {
  position: absolute;
  top: -100%;
  opacity: 0;
}
.calculator-page .tab-content .tab-pane#tab1 .displayElt {
  position: absolute;
  top: 0;
  opacity: 1;
}
.calculator-page .tab-content .tab-pane#tab1 .removeElt {
  position: absolute;
  top: 100%;
  opacity: 0;
}
.calculator-page .tab-content .tab-pane#tab1 .btn {
  margin-top: 100px;
}
.calculator-page .tab-content .tab-pane#tab1.active ~ .pager {
  display: none;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper {
  margin-bottom: 25px;
  position: relative;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper > input {
  display: none;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper > input:checked + label {
  border-color: #fff;
  color: #fff;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper > input:checked + label a {
  color: #fff;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper > input:checked + label:after {
  display: block;
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background: #fff;
  right: 20px;
  bottom: -13px;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper > input:checked + label:before {
  background-image: url(sprite.png);
  background-position: -112px -384px;
  width: 17px;
  height: 14px;
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 26px;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper > input:checked + label:before {
    background-image: url(sprite@2x.png);
    background-size: 454px 409px;
  }
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper > input:checked + label .recommended {
  background: #fff;
  color: #707070;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper label {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 2px solid #111111;
  border-radius: 5px;
  padding: 30px 35px;
  color: #707070;
  font-size: 1.25rem;
  font-family: 'Franklin Gothic Book';
  font-weight: 400;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper label strong {
  font-weight: 500;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper label a {
  color: #707070;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 35px;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper label .recommended {
  letter-spacing: 2px;
  font-size: 0.563rem;
  text-transform: uppercase;
  position: absolute;
  top: -9px;
  height: 20px;
  display: block;
  border-radius: 10px;
  background: #111111;
  width: 124px;
  line-height: 20px;
  text-align: center;
  left: 17px;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper label p {
  font-size: 0.75rem;
  margin: 20px 0 0;
  font-family: 'Graphik';
  color: #707070;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper label p.strong {
  font-weight: 600;
  font-family: "Graphik";
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper label:hover {
  background: #111111;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number {
  position: absolute;
  padding: 0 30px 15px;
  width: 100%;
  bottom: 0;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number > span {
  display: block;
  font-size: 0.75rem;
  color: #707070;
  font-family: 'Franklin Gothic Book';
  margin-bottom: 10px;
  padding-top: 15px;
  border-top: 1px solid #141414;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number input {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 1.875rem;
  font-family: 'Franklin Gothic Book';
  text-align: center;
  padding: 0;
  position: absolute;
  left: 50px;
  bottom: 21px;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number input::-webkit-outer-spin-button,
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number .quantity-nav {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number .quantity-nav .quantity-button {
  font-family: 'Franklin Gothic Book';
  color: #707070;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number .quantity-nav .quantity-button:hover {
  color: #fff;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number .quantity-nav .quantity-button span {
  font-size: 2.25rem;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper .input-number .quantity-nav .quantity-button.quantity-down span {
  position: relative;
  top: -2px;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-group .input-wrapper.input-small label {
  min-height: 130px;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider {
  width: 100%;
  order: 1;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider input {
  display: none;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .range-labels {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .range-labels span {
  color: #707070;
  font-size: 0.875rem;
  width: 33.33333333%;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .range-labels span:nth-child(2) {
  text-align: center;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .range-labels span:nth-child(3) {
  text-align: right;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider #range-deadline .noUi-tooltip:after {
  content: "days";
  display: inline-block;
  position: absolute;
  top: 0;
  vertical-align: super;
  font-size: 65%;
  margin-left: 5px;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-left,
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-right {
  width: 50%;
  order: 2;
  font-size: 0.75rem;
  line-height: 1.125rem;
  width: 80px;
  color: #707070;
}
.calculator-page .tab-content .tab-pane .tab-inner .input-range .range-right {
  text-align: right;
  width: 100px;
}
.calculator-page .tab-content .tab-pane#tab2 .tab-inner .input-group .input-wrapper:nth-of-type(2) {
  margin-top: 40px;
  position: relative;
}
.calculator-page .tab-content .tab-pane#tab2 .tab-inner .input-group .input-wrapper:nth-of-type(2):before {
  content: "+";
  display: block;
  position: absolute;
  color: #191919;
  top: -38px;
  left: 30px;
  font-size: 1.875rem;
}
.calculator-page button.btn-inverse {
  border-radius: 26px;
  border-color: #fff;
  color: #fff;
  width: 100%;
  font-size: 1.125rem;
  text-transform: none;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  font-family: 'Graphik', sans-serif;
}
.calculator-page button.btn-inverse:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.calculator-page .navbar {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.calculator-page .navbar h1 {
  color: #555555;
}
.calculator-page .navbar span {
  display: none;
}
.calculator-page .pager {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.calculator-page .pager .previous {
  order: 2;
  width: 100%;
}
.calculator-page .pager .previous .btn-prev {
  background: transparent;
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
  font-family: 'Graphik', sans-serif;
  text-transform: none;
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  opacity: 0.23;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.calculator-page .pager .previous .btn-prev span {
  margin-left: 15px;
}
.calculator-page .pager .previous .btn-prev:hover {
  opacity: 1;
}
.calculator-page .pager .next,
.calculator-page .pager .finish {
  order: 1;
  width: 100%;
}
.calculator-page .pager .next > span,
.calculator-page .pager .finish > span {
  display: none;
}
.calculator-page .pager .next.hidden,
.calculator-page .pager .finish.hidden {
  display: none;
}
@media screen and (min-width: 480px) {
  .calculator-page .tab-content .tab-pane#tab1 h2,
  .calculator-page .tab-content .tab-pane#tab1 span {
    max-width: 480px;
    font-size: 2.5rem;
    line-height: 1.625;
  }
  .calculator-page .tab-content .tab-pane#tab1 .btn {
    width: 205px;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .calculator-page {
    padding-top: 140px;
  }
  .calculator-page .tab-content .tab-pane .tab-inner {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-group {
    width: calc(50% - 8px);
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range p {
    margin: 0;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-left {
    width: 80px;
    margin-right: 40px;
    margin-top: -12px;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-right {
    width: 100px;
    margin-left: 20px;
    margin-top: -12px;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider {
    width: calc(100% - 240px);
    order: 2;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .label {
    font-size: 1.875rem;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .range-labels span {
    font-size: 1rem;
  }
  .calculator-page .tab-content #tab2 .tab-inner {
    justify-content: flex-end;
    margin: 0 -8px;
  }
  .calculator-page .tab-content #tab2 .tab-inner .input-group {
    width: calc(33.333% - 16px);
    max-width: 280px;
    margin: 0 8px;
  }
  .calculator-page .tab-content #tab8 .tab-inner,
  .calculator-page .tab-content #tab9 .tab-inner,
  .calculator-page .tab-content #tab10 .tab-inner {
    justify-content: flex-start;
    margin: 0 -8px;
  }
  .calculator-page .tab-content #tab8 .tab-inner .input-group,
  .calculator-page .tab-content #tab9 .tab-inner .input-group,
  .calculator-page .tab-content #tab10 .tab-inner .input-group {
    width: calc(33.333% - 16px);
    max-width: 280px;
    margin: 0 8px;
  }
  .calculator-page .pager {
    justify-content: space-between;
    margin-top: 20px;
    align-items: flex-end;
  }
  .calculator-page .pager .previous {
    order: 1;
    width: auto;
    padding-bottom: 5px;
  }
  .calculator-page .pager .previous .btn {
    margin-top: 0;
  }
  .calculator-page .pager .next,
  .calculator-page .pager .finish {
    width: 160px;
    order: 2;
  }
  .calculator-page .pager .next > span,
  .calculator-page .pager .finish > span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 0.938rem;
    color: #525252;
  }
}
@media screen and (min-width: 992px) {
  .calculator-page {
    padding-top: 160px;
  }
  .calculator-page .tab-content .tab-pane header {
    position: relative;
    margin-bottom: 50px;
  }
  .calculator-page .tab-content .tab-pane header h2,
  .calculator-page .tab-content .tab-pane header span {
    margin-bottom: 0;
    font-size: 1.875rem;
  }
  .calculator-page .tab-content .tab-pane header .subheader-right {
    position: absolute;
    right: 0px;
    top: -22px;
    text-align: right;
  }
  .calculator-page .tab-content .tab-pane header .subheader-right .subtitle {
    margin-bottom: 25px;
  }
  .calculator-page .tab-content .tab-pane header .subheader-right p {
    margin-bottom: 0;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range {
    padding: 80px 0;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider {
    width: calc(100% - 240px);
    order: 2;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .input-box {
    margin-top: 30px;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .label {
    font-size: 1.875rem;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .range-labels {
    margin: 30px 0;
  }
  .calculator-page .tab-content .tab-pane .tab-inner .input-range .range-slider .range-labels span {
    font-size: 1.125rem;
  }
  .calculator-page .tab-content .tab-pane#tab1 {
    min-height: calc(100vh - 490px);
  }
}
@media screen and (min-width: 1200px) {
  .calculator-page .tab-content .tab-pane .tab-inner .input-group {
    width: calc(25% - 10px);
  }
  .calculator-page .tab-content #tab10 {
    padding-bottom: 60px;
  }
  .calculator-page .tab-content #tab10 .tab-inner .input-group {
    width: calc(25% - 7px);
    margin: 0 7px;
  }
  .calculator-page .tab-content #tab10 .tab-inner .input-group .input-wrapper {
    margin-bottom: 15px;
  }
}
.results-page {
  padding: 90px 0;
  color: #747474;
  position: static;
}
.results-page header {
  margin-bottom: 40px;
}
.results-page header .subtitle {
  margin-bottom: 10px;
}
.results-page header h1 {
  color: #fff;
}
.results-page .result-info .subtitle {
  margin-bottom: 5px;
}
.results-page .result-info strong {
  color: #fff;
  font-size: 3.125rem;
  font-weight: normal;
}
.results-page .result-tables {
  margin-bottom: 60px;
  position: relative;
}
.results-page .result-tables table {
  font-size: 0.938rem;
  margin-top: 25px;
  width: 100%;
}
.results-page .result-tables table:first-of-type tr th.table-title .desc {
  text-indent: 0px;
}
.results-page .result-tables table:first-of-type tr th.table-days {
  text-indent: 0px;
}
.results-page .result-tables table:first-of-type tr th.table-cost {
  text-indent: 0px;
}
.results-page .result-tables table tr th {
  display: table-cell;
  text-align: left;
  padding: 15px;
  color: #707070;
}
.results-page .result-tables table tr th.table-title .desc {
  display: none;
  text-indent: -9999px;
}
.results-page .result-tables table tr th.table-days {
  width: 65px;
  text-indent: -9999px;
}
.results-page .result-tables table tr th.table-cost {
  text-align: center;
  width: 75px;
  text-indent: -9999px;
}
.results-page .result-tables table tr td .title {
  color: #fff;
}
.results-page .result-tables table tr td .desc {
  color: #707070;
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 10px;
}
.results-page .result-tables table tr td.table-days,
.results-page .result-tables table tr td.table-cost {
  color: #707070;
}
.results-page .result-tables table tr .hidden {
  display: none;
}
.results-page .result-tables table tbody tr {
  position: relative;
}
.results-page .result-tables table tbody tr:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #111;
  width: calc(100% - 30px);
  left: 15px;
  display: block;
}
.results-page .result-tables table tbody tr:first-child:after {
  display: none;
}
.results-page .result-tables table tbody tr:first-child td {
  border-top: 2px solid #111;
}
.results-page .result-tables table tbody tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.results-page .result-tables table tbody tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.results-page .result-tables table tbody tr:last-child td {
  border-bottom: 2px solid #111;
}
.results-page .result-tables table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.results-page .result-tables table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.results-page .result-tables table tbody tr td {
  padding: 25px 15px;
}
.results-page .result-tables table tbody tr td:first-child {
  border-left: 2px solid #111;
}
.results-page .result-tables table tbody tr td:last-child {
  border-right: 2px solid #111;
}
.results-page .result-total {
  text-align: center;
  margin-bottom: 60px;
}
.results-page .result-total .h2 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.results-page .result-total p {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #707070;
  margin-bottom: 30px;
}
.results-page .result-total .result-price {
  font-size: 3.125rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}
.results-page .result-contact {
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 50px 40px;
  margin-bottom: 80px;
}
.results-page .result-contact p {
  font-size: 1.563rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
}
.results-page .result-contact p a {
  color: #fff;
  font-weight: 500;
}
.results-page .result-text {
  margin-bottom: 0;
  font-size: 1.563rem;
  color: #252525;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .results-page {
    padding-top: 160px;
  }
  .results-page .result-tables table tr th.table-title {
    width: calc(100% - 140px);
  }
  .results-page .result-tables table tr th.table-title .title {
    display: inline-block;
    width: 40%;
  }
  .results-page .result-tables table tr th.table-title .desc {
    display: inline-block;
    width: 60%;
  }
  .results-page .result-tables table tr th.table-days,
  .results-page .result-tables table tr th.table-cost {
    width: 200px;
    text-align: right;
  }
  .results-page .result-tables table tr td.table-title .title {
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
  .results-page .result-tables table tr td.table-title .desc {
    display: inline-block;
    width: 60%;
    margin-top: 0;
  }
  .results-page .result-tables table tr td.table-days,
  .results-page .result-tables table tr td.table-cost {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .results-page {
    padding-top: 180px;
  }
  .results-page header {
    position: relative;
    margin-bottom: 50px;
    max-width: 320px;
  }
  .results-page header h2 {
    margin-bottom: 0;
    font-size: 1.875rem;
  }
  .results-page .content {
    position: relative;
  }
  .results-page .result-info {
    position: absolute;
    right: 25px;
    top: 0px;
    text-align: right;
  }
  .results-page .result-info .subtitle {
    margin-bottom: 25px;
  }
  .results-page .result-info p {
    margin-bottom: 0;
  }
  .results-page .result-tables table tr th {
    padding: 20px 30px;
  }
  .results-page .result-tables table tr th.table-title {
    width: calc(100% - 400px);
  }
  .results-page .result-tables table tr th.table-title .title,
  .results-page .result-tables table tr th.table-title .desc {
    width: 50%;
  }
  .results-page .result-tables table tbody tr td {
    padding: 30px;
    font-size: 1.25rem;
  }
  .results-page .result-tables table tbody tr td.table-title .title,
  .results-page .result-tables table tbody tr td.table-title .desc {
    width: 50%;
  }
  .results-page .result-tables table tbody tr:after {
    width: calc(100% - 60px);
    left: 30px;
  }
  .results-page .result-total {
    display: flex;
    justify-content: space-between;
    padding-left: 30%;
  }
  .results-page .result-total .total-text {
    text-align: left;
  }
  .results-page .result-total .total-text .h2 {
    margin-bottom: 0;
  }
  .results-page .result-total .total-text p {
    margin-bottom: 0;
    max-width: 330px;
  }
  .results-page .result-total .result-price {
    margin-bottom: 0;
  }
  .results-page .result-total .total-price {
    text-align: right;
  }
  .results-page .result-contact p {
    font-size: 1.875rem;
  }
  .results-page .result-text {
    font-size: 1.875rem;
  }
}
@keyframes loop {
  0% {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 100% 50%;
  }
  100% {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}
.hover-reveal {
  position: fixed;
  width: 200px;
  height: 150px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}
.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}
#awwwards {
  display: none;
}
.landing-page #block-hero {
  padding-top: 80px;
}
.landing-page #block-hero .content {
  display: block;
  padding: 0;
}
.landing-page #block-hero .content header {
  padding: 0 25px;
  max-width: 530px;
}
.landing-page #block-hero .content header .subtitle {
  color: #555555;
  font-size: 0.563rem;
  display: block;
}
.landing-page #block-hero .content header h1 {
  color: #000000;
  font-weight: 500;
  font-size: 1.875rem;
  margin-top: 25px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.landing-page #block-hero .content > figure {
  display: flex;
  align-items: flex-end;
}
.landing-page #block-hero .content .hero-text .hero-logo {
  display: block;
  text-align: center;
  position: relative;
  width: calc(39.25% - 25px);
  margin-left: 25px;
  padding-top: calc(39.25% - 25px);
  margin-bottom: 50px;
}
.landing-page #block-hero .content .hero-text .hero-logo span {
  position: absolute;
  font-weight: 600;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-page #block-hero .content .hero-text p {
  font-size: 0.938rem;
  line-height: 2;
  color: #000000;
  padding: 0 25px;
  font-family: 'Franklin Gothic Book';
}
@media screen and (min-width: 768px) {
  .landing-page #block-hero {
    padding-top: 130px;
  }
  .landing-page #block-hero .content > figure {
    max-width: 750px;
    margin-left: auto;
    margin-right: 0;
  }
  .landing-page #block-hero .content .hero-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .landing-page #block-hero .content .hero-text .hero-logo {
    width: 180px;
    height: 180px;
    padding-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .landing-page #block-hero .content .hero-text .hero-logo span {
    font-size: 1.5rem;
  }
  .landing-page #block-hero .content .hero-text p {
    padding: 0;
    margin: 0;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-hero {
    position: relative;
  }
  .landing-page #block-hero .content {
    min-height: 720px;
  }
  .landing-page #block-hero .content header {
    position: absolute;
    z-index: 1;
    top: 30%;
    max-width: 350px;
  }
  .landing-page #block-hero .content header h1 {
    font-weight: normal;
  }
  .landing-page #block-hero .content > figure {
    position: absolute;
    top: 0;
    right: 0;
  }
  .landing-page #block-hero .content .hero-text {
    position: absolute;
    bottom: 0;
    max-width: 730px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page #block-hero .content {
    min-height: 605px;
  }
  .landing-page #block-hero .content header {
    max-width: 570px;
    top: 35%;
  }
  .landing-page #block-hero .content header h1 {
    font-size: 2.5rem;
  }
  .landing-page #block-hero .content .hero-text .hero-logo {
    margin-right: 50px;
  }
}
.landing-page #block-design {
  padding: 60px 0;
}
.landing-page #block-design header {
  max-width: 490px;
}
.landing-page #block-design header h2 {
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 60px;
}
.landing-page #block-design p {
  font-size: 0.938rem;
  line-height: 2;
  font-family: 'Franklin Gothic Book';
  margin-bottom: 60px;
}
.landing-page #block-design ul {
  line-height: 2.22;
  font-size: 1.125rem;
  margin-bottom: 50px;
  font-family: 'Franklin Gothic Book';
}
.landing-page #block-design .btn {
  width: 100%;
  font-size: 0.813rem;
  text-transform: none;
  padding: 0;
  height: 45px;
  line-height: 41px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  border: 2px solid #000;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.landing-page #block-design .btn:hover {
  background: transparent;
  color: #000;
}
@media screen and (min-width: 768px) {
  .landing-page #block-design {
    padding: 120px 0;
  }
  .landing-page #block-design ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .landing-page #block-design ul li {
    width: 50%;
    max-width: 320px;
    padding-left: 60px;
  }
  .landing-page #block-design ul li:nth-child(1) {
    order: 1;
  }
  .landing-page #block-design ul li:nth-child(5) {
    order: 2;
  }
  .landing-page #block-design ul li:nth-child(2) {
    order: 3;
  }
  .landing-page #block-design ul li:nth-child(6) {
    order: 4;
  }
  .landing-page #block-design ul li:nth-child(3) {
    order: 5;
  }
  .landing-page #block-design ul li:nth-child(7) {
    order: 6;
  }
  .landing-page #block-design ul li:nth-child(4) {
    order: 7;
  }
  .landing-page #block-design ul li:nth-child(8) {
    order: 8;
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-design header h2 {
    margin-bottom: 70px;
  }
  .landing-page #block-design p {
    width: 35%;
    float: left;
  }
  .landing-page #block-design ul {
    width: 65%;
    float: right;
  }
  .landing-page #block-design ul li {
    padding-left: 40px;
  }
  .landing-page #block-design .btn {
    clear: both;
    margin-left: 0;
    max-width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page #block-design {
    padding-top: 180px;
  }
  .landing-page #block-design p {
    max-width: 370px;
  }
  .landing-page #block-design ul {
    width: 55%;
  }
  .landing-page #block-design ul li {
    padding-left: 40px;
  }
}
.landing-page #block-process {
  padding-bottom: 20px;
  overflow: hidden;
}
.landing-page #block-process header {
  margin-bottom: 50px;
}
.landing-page #block-process header .subtitle {
  color: #555555;
}
.landing-page #block-process section {
  margin-bottom: 40px;
}
.landing-page #block-process section h3 {
  color: #000000;
  font-size: 0.938rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.landing-page #block-process section p {
  font-family: 'Franklin Gothic Book';
  font-size: 0.75rem;
  line-height: 1.7;
}
.landing-page #block-process p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .landing-page #block-process {
    padding-bottom: 80px;
  }
  .landing-page #block-process section {
    width: 180px;
    float: left;
    margin: 0 25px;
  }
  .landing-page #block-process section:first-of-type {
    margin-left: 0;
  }
  .landing-page #block-process .content {
    overflow: visible;
  }
  .landing-page #block-process .process-wrapper {
    margin: 0;
    overflow: visible !important;
    padding-bottom: 40px;
    min-height: 140px;
  }
  .landing-page #block-process .nicescroll-rails-hr {
    background: #ebebeb;
    opacity: 1 !important;
    width: calc(100%) !important;
    border-radius: 3px;
  }
  .landing-page #block-process .nicescroll-rails-hr .nicescroll-cursors {
    height: 8px !important;
    color: #000000 !important;
    border: none !important;
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-process {
    padding-bottom: 120px;
  }
  .landing-page #block-process header {
    margin-bottom: 60px;
  }
  .landing-page #block-process .process-wrapper {
    min-height: 170px;
  }
}
.landing-page #block-percent {
  position: relative;
  padding-top: 110px;
  color: #fff;
}
.landing-page #block-percent p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.landing-page #block-percent p .percent-big {
  font-weight: 500;
  display: block;
  font-size: 3.75rem;
  margin-bottom: 50px;
  line-height: 1;
}
.landing-page #block-percent .btn {
  display: none;
}
.landing-page #block-percent figure {
  margin: -30% -25px 0;
}
.landing-page #block-percent figure picture {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.landing-page #block-percent figure img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .landing-page #block-percent .btn {
    width: 100%;
    font-size: 0.813rem;
    text-transform: none;
    padding: 0;
    height: 45px;
    line-height: 41px;
    text-align: center;
    max-width: 200px;
    margin: 40px 0 0;
    border-radius: 3px;
    display: block;
    background: #fff;
    border: 2px solid #fff;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .landing-page #block-percent .btn:hover {
    background: transparent;
    color: #fff;
  }
  .landing-page #block-percent .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .landing-page #block-percent .content .percent-text {
    width: 50%;
    order: 2;
    padding-bottom: 100px;
  }
  .landing-page #block-percent .content figure {
    width: 50%;
    order: 1;
    margin: 0 0 0 -25px;
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-percent {
    padding-top: 0;
  }
  .landing-page #block-percent .content {
    min-height: 575px;
    align-items: center;
    justify-content: flex-end;
  }
  .landing-page #block-percent .content .percent-text {
    width: 495px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }
  .landing-page #block-percent .content .percent-text p {
    font-size: 1.125rem;
  }
  .landing-page #block-percent .content .percent-text p .percent-big {
    font-size: 6.25rem;
  }
  .landing-page #block-percent .content .percent-text .btn {
    margin-top: 50px;
  }
  .landing-page #block-percent .content figure {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .landing-page #block-percent .content figure {
    width: auto;
  }
}
.landing-page #block-slider ul .slick-list {
  background: #c1c1c1;
}
.landing-page #block-slider ul .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.landing-page #block-slider ul li figure {
  display: flex;
}
.landing-page #block-slider ul li.slick-slide p {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 0;
  font-size: 0.938rem;
  width: 100%;
  text-align: center;
}
.landing-page #block-slider ul li:active,
.landing-page #block-slider ul li:focus {
  outline: none;
}
.landing-page #block-slider ul .slick-arrow {
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.25);
  background: transparent;
  z-index: 1;
}
.landing-page #block-slider ul .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.landing-page #block-slider ul .slick-arrow.slick-prev {
  left: -10px;
  transform: translateY(-50%) rotate(-180deg) scale(0.25);
}
.landing-page #block-slider ul .slick-arrow.slick-next {
  right: -10px;
}
.landing-page #block-slider ul .slick-arrow:focus,
.landing-page #block-slider ul .slick-arrow:active {
  outline: none;
}
.landing-page #block-slider ul .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.landing-page #block-slider ul .slick-dots li {
  margin: 0 3px;
}
.landing-page #block-slider ul .slick-dots li button {
  font-size: 0;
  border: none;
  padding: 0;
  width: 6px;
  height: 6px;
  display: block;
  background: #fff;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.landing-page #block-slider ul .slick-dots li button:active,
.landing-page #block-slider ul .slick-dots li button:focus {
  outline: none;
}
.landing-page #block-slider ul .slick-dots li.slick-active button {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .landing-page #block-slider ul li.slick-slide p {
    font-size: 1.5rem;
  }
  .landing-page #block-slider ul .slick-arrow {
    transform: translateY(-50%) scale(0.5);
  }
  .landing-page #block-slider ul .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(-180deg) scale(0.5);
    left: 0;
  }
  .landing-page #block-slider ul .slick-arrow.slick-next {
    right: 0;
  }
  .landing-page #block-slider ul .slick-dots {
    bottom: 30px;
  }
  .landing-page #block-slider ul .slick-dots li {
    margin: 0 6px;
  }
  .landing-page #block-slider ul .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-slider ul li.slick-slide p {
    font-size: 1.875rem;
  }
  .landing-page #block-slider ul .slick-arrow {
    transform: translateY(-50%) scale(1);
  }
  .landing-page #block-slider ul .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(-180deg) scale(1);
    left: 90px;
  }
  .landing-page #block-slider ul .slick-arrow.slick-next {
    right: 90px;
  }
  .landing-page #block-slider ul .slick-dots {
    bottom: 50px;
  }
}
.landing-page #block-clients .site-clients {
  padding: 80px 0 40px;
}
.landing-page #block-clients .site-clients:before,
.landing-page #block-clients .site-clients:after {
  content: " ";
  display: table;
}
.landing-page #block-clients .site-clients:after {
  clear: both;
}
.landing-page #block-clients .site-clients .col-6 i {
  position: static;
  transform: none;
  margin: 40px 0;
}
.landing-page #block-clients .site-clients .col-6 h3 {
  font-size: 1.563rem;
  color: #000;
}
.landing-page #block-clients .site-clients .col-6 p {
  font-size: 1.125rem;
}
.landing-page #block-clients .site-clients .col-6:last-child p {
  font-family: 'Franklin Gothic Book';
  font-size: 0.938rem;
  line-height: 1.5rem;
  margin-bottom: 50px;
}
.landing-page #block-clients .site-clients .col-6:last-child p:first-of-type {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 30px;
}
.landing-page #block-clients .site-clients .col-6:last-child .footer {
  font-size: 0.938rem;
  font-family: 'Franklin Gothic Book';
}
.landing-page #block-clients .site-clients .col-6:last-child .footer strong {
  font-weight: normal;
  color: #000000;
  display: block;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .landing-page #block-clients .site-clients {
    padding: 100px 0 60px;
  }
  .landing-page #block-clients .site-clients .col-6 i {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-clients .site-clients {
    padding: 120px 0 80px;
  }
}
.landing-page #block-clients .site-brands {
  margin: 0 -20px;
  padding: 40px 0 20px;
}
.landing-page #block-clients .site-brands figure {
  text-align: center;
}
.landing-page #block-clients .site-contact strong {
  font-weight: normal;
  color: #000;
  text-align: center;
  display: block;
  font-size: 1.875rem;
  max-width: 240px;
  margin: 50px auto;
  line-height: 1.5;
}
.landing-page #block-clients .site-contact .btn {
  width: 100%;
  font-size: 0.813rem;
  text-transform: none;
  padding: 0;
  height: 45px;
  line-height: 41px;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  border: 2px solid #000;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.landing-page #block-clients .site-contact .btn:hover {
  background: transparent;
  color: #000;
}
@media screen and (min-width: 768px) {
  .landing-page #block-clients .site-contact strong {
    font-size: 2.5rem;
    max-width: none;
    margin-bottom: 30px;
  }
  .landing-page #block-clients .site-contact .btn {
    max-width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-clients .site-contact strong {
    margin-top: 80px;
  }
}
.landing-page #block-benefits {
  padding: 50px 0 0;
}
.landing-page #block-benefits header {
  max-width: 380px;
}
.landing-page #block-benefits header .subtitle {
  color: #555555;
  font-size: 0.563rem;
  display: block;
}
.landing-page #block-benefits header h2 {
  color: #000000;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.landing-page #block-benefits section section {
  margin-bottom: 50px;
}
.landing-page #block-benefits section section strong {
  color: #000000;
  font-size: 0.938rem;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.landing-page #block-benefits section section p {
  font-family: 'Franklin Gothic Book';
  font-size: 0.75rem;
  line-height: 1.7;
}
.landing-page #block-benefits figure {
  display: flex;
  align-items: flex-end;
}
.landing-page #block-benefits .benefits-top figure {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .landing-page #block-benefits {
    padding-top: 100px;
  }
  .landing-page #block-benefits header h2 {
    margin-bottom: 80px;
  }
  .landing-page #block-benefits section section p {
    margin: 0;
  }
  .landing-page #block-benefits .benefits-top .benefits-list {
    float: left;
    width: 40%;
    clear: left;
  }
  .landing-page #block-benefits .benefits-top figure {
    float: right;
    width: 60%;
    padding-left: 40px;
    margin-bottom: 0;
  }
  .landing-page #block-benefits .benefits-bottom .benefits-list {
    float: right;
    width: 40%;
    clear: right;
    padding-top: 60px;
  }
  .landing-page #block-benefits .benefits-bottom figure {
    float: left;
    width: 60%;
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .landing-page #block-benefits {
    padding-top: 140px;
  }
  .landing-page #block-benefits header h2 {
    margin-bottom: 100px;
  }
  .landing-page #block-benefits .benefits-top .benefits-list {
    width: 50%;
  }
  .landing-page #block-benefits .benefits-top .benefits-list section {
    max-width: 460px;
  }
  .landing-page #block-benefits .benefits-top figure {
    width: 50%;
    padding-left: 0;
  }
  .landing-page #block-benefits .benefits-bottom .benefits-list {
    width: 50%;
  }
  .landing-page #block-benefits .benefits-bottom .benefits-list section {
    max-width: 460px;
    float: right;
    clear: right;
  }
  .landing-page #block-benefits .benefits-bottom figure {
    width: 50%;
    padding-right: 0;
  }
}
.landing-page #block-cta-contact {
  padding: 120px 0 140px;
  background: #000;
  text-align: center;
}
.landing-page #block-cta-contact header .subtitle {
  color: #555555;
}
.landing-page #block-cta-contact header .h2 {
  color: #ffffff;
  font-size: 2.188rem;
  margin-top: 30px;
  margin-bottom: 75px;
  font-family: 'Franklin Gothic Book';
  display: block;
  font-weight: normal;
}
.landing-page #block-cta-contact .btn {
  color: #000;
  background: #fff;
  padding: 0;
  width: 285px;
  height: 76px;
  line-height: 70px;
  font-weight: 500;
  font-size: 1.313rem;
  margin-bottom: 60px;
  border-radius: 38px;
  text-transform: none;
  border: 3px solid #fff;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.landing-page #block-cta-contact .btn:hover {
  background: transparent;
  color: #fff;
}
.landing-page #block-cta-contact .content > span {
  font-family: 'Franklin Gothic Book';
  display: block;
  font-size: 1.25rem;
}
.landing-page #block-cta-contact .content > span.contact-mail {
  color: #bdbdbd;
  margin-bottom: 5px;
}
.landing-page #block-cta-contact .content > span.contact-tel {
  color: #525252;
}
@media screen and (min-width: 768px) {
  .landing-page #block-cta-contact {
    padding: 120px 0;
  }
  .landing-page #block-cta-contact header .h2 {
    font-size: 2.813rem;
    margin-bottom: 60px;
    margin-top: 20px;
  }
}
.webdesign-page #block-hero .content .hero-text .hero-logo {
  background: #000;
}
@media screen and (min-width: 768px) {
  .webdesign-page #block-design ul {
    justify-content: center;
  }
  .webdesign-page #block-design ul:before {
    content: "";
    display: block;
    height: calc(100% - 10px);
    width: 3px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .webdesign-page #block-process .process-slider {
    width: 2800px;
  }
}
.webdesign-page #block-percent {
  background: #000;
}
.branding-page #block-hero .content .hero-text .hero-logo {
  background: #c4c4c4;
}
@media screen and (min-width: 768px) {
  .branding-page #block-design ul {
    max-width: 640px;
    justify-content: space-between;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) {
  .branding-page #block-process .process-slider {
    width: 2050px;
  }
}
.branding-page #block-percent {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/branding_bg_percent_w480.jpg");
  background-size: cover;
  padding: 110px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .branding-page #block-percent {
    background-image: url("../img/branding_bg_percent_w960.jpg");
  }
}
@media screen and (min-width: 768px) {
  .branding-page #block-percent {
    padding-bottom: 0;
    background-image: url("../img/branding_bg_percent_w960.jpg");
  }
}
@media screen and (min-width: 992px) {
  .branding-page #block-percent {
    background-image: url("../img/branding_bg_percent_w1440.jpg");
    padding: 0;
  }
}
@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 992px) and (min-resolution: 192dpi) {
  .branding-page #block-percent {
    background-image: url("../img/branding_bg_percent_w2880.jpg");
  }
}
@media screen and (min-width: 1440px) {
  .branding-page #block-percent {
    background-image: url("../img/branding_bg_percent_w2880.jpg");
  }
}
