@charset "UTF-8";
/*
Theme Name: amba
Theme URI: http://wearepes.co.uk
Author: Chris Pink
Author URI: http://chrispink.co.uk
Version: 0.8.9
Text Domain: amba
*/
@import url(css/comfortaa.css);
@import url(css/roboto.css);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0 0 0.67em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Helpers */
.no-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #454856;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 18px;
  line-height: 1.4; }

p {
  margin: 0 0 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: block;
  float: left;
  margin-right: 60px; }

.alignright {
  display: block;
  float: right;
  margin-left: 60px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.grecaptcha-badge {
  visibility: hidden; }

.panel-close {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px; }
  .panel-close .icon {
    width: 40px;
    height: 40px;
    stroke-width: 2px;
    stroke: #fc5149; }

button,
.button,
.button-alt,
.button-alt2,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fc5149;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 200;
  font-weight: 400;
  min-width: 170px;
  padding: 8px 40px;
  background: #454856;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  border: 2px solid #fc5149;
  cursor: pointer; }
  button:hover,
  .button:hover,
  .button-alt:hover,
  .button-alt2:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #fece34;
    color: #454856;
    border-color: #454856; }
  button:active,
  .button:active,
  .button-alt:active,
  .button-alt2:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    background: #fc5149;
    color: #fece34;
    border-color: #fece34; }

.button-alt {
  background: #fff;
  border: 1px solid #454856 !important;
  color: #fc5149 !important;
  margin-left: 20px; }

.button-alt2 {
  background: #454856;
  border: 2px solid #fc5149;
  color: #fc5149 !important; }
  .button-alt2:hover {
    background: #fece34;
    color: #454856 !important;
    border-color: #454856; }
  .button-alt2:active {
    background: #fc5149;
    color: #fece34 !important;
    border-color: #fece34; }

.button-alt3 {
  color: #f28705 !important;
  font-size: 16px;
  font-family: "Comfortaa";
  font-weight: 500;
  font-weight: 400;
  padding: 8px 40px;
  background: #fff;
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
  border-radius: 12px;
  border: 1px solid #f28705;
  cursor: pointer; }

.button-small {
  background: #f28705;
  color: #fff;
  padding: 3px 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 200; }

.button[disabled] {
  background: #ccc;
  border: 1px solid #ccc !important;
  pointer-events: none; }

.play {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 125px;
  background: url(images/play.png) no-repeat 0 0/contain;
  cursor: pointer;
  margin-left: 50px; }
  .play:hover {
    opacity: 0.8; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  color: #666;
  border: 2px solid #fc5149;
  border-radius: 100px;
  padding: 5px 20px;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 20px;
  max-width: 100%; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus {
    outline: none;
    border-color: #fece34; }

textarea {
  border: 2px solid #fc5149;
  border-radius: 12px;
  color: #ccc;
  padding: 5px 20px;
  margin: 30px 0 10px;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 20px;
  max-width: 100%; }
  textarea::-moz-placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  textarea::placeholder {
    font-family: "Roboto";
    font-weight: 200; }
  textarea:focus {
    outline: none; }

select {
  border: 1px solid #ccc;
  border-radius: 100px;
  border: 2px solid #fc5149;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 20px;
  font-family: "Roboto";
  font-weight: 200;
  color: #22262f;
  font-size: 16px; }

textarea {
  width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px; }
  input[type="checkbox"]:before {
    display: inline-block;
    vertical-align: -3px;
    height: 15px;
    width: 15px;
    content: "";
    background: url(images/tick-plain.svg);
    border: 1px solid #fff; }
  input[type="checkbox"]:checked:before {
    content: "";
    background: url(images/tick.svg); }

/*
input[type="checkbox"] {
  position: relative;
  border: 1px solid $text;
  appearance: none;
  width: 18px;
  background: transparent;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  border-radius: 6px;
  &:checked {
    background: $tealgrey;
    &::before, &::after {
      content: "";
      position: absolute;
      top: 7px;
      left: -1px;
      height: 2px;
      width: 18px;
      background-color: #fff;
      backface-visibility: hidden;
    }
    &::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    &::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
}
*/
/*--------------------------------------------------------------
# Animated Search
--------------------------------------------------------------*/
#search-form {
  display: inline-block;
  width: 200px;
  margin-top: -3px; }

.sb-search {
  position: relative;
  width: 0%;
  min-width: 32px;
  height: 32px;
  float: right;
  overflow: hidden;
  border-radius: 4px;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }

.sb-search-input {
  position: absolute;
  top: 0;
  right: 32px;
  background: #fff;
  width: 166px;
  margin: 0;
  z-index: 10;
  font-family: "Comfortaa";
  font-weight: 500;
  font-size: 14px;
  color: #888;
  height: 32px; }

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  border-radius: 4px;
  margin-right: 2px; }

.sb-search-input::-webkit-input-placeholder,
.sb-search-input:-moz-placeholder,
.sb-search-input::-moz-placeholder,
.sb-search-input:-ms-input-placeholder {
  color: #888; }

.sb-icon-search,
.sb-search-submit {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
  margin: 0;
  cursor: pointer; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  background: #f6f3e8;
  z-index: 90;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  width: 32px;
  height: 32px;
  border-radius: 4px; }
  .sb-icon-search:hover {
    background: #4e7abd; }

.sb-icon-search.active {
  background: #f28705 !important; }
  .sb-icon-search.active .icon.search-icon {
    stroke: #fff; }
  .sb-icon-search.active:hover {
    background: #4e7abd !important; }

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #f6f3e8;
  z-index: 11; }
  .sb-search.sb-search-open .sb-icon-search:hover,
  .no-js .sb-search .sb-icon-search:hover {
    background: #4e7abd; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

/*--------------------------------------------------------------
# Normal Search
--------------------------------------------------------------*/
.search-form {
  max-width: 400px;
  border-radius: 4px;
  -webkit-backface-visibility: hidden; }
  .search-form input[type="search"].search-input {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    margin: 0;
    margin-left: 5px;
    font-family: "Comfortaa";
    font-weight: 500;
    padding-left: 15px !important;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 4px;
    margin-left: 2px; }
  .search-form .search-input::-webkit-input-placeholder,
  .search-form .search-input:-moz-placeholder,
  .search-form .search-input::-moz-placeholder,
  .search-form .search-input:-ms-input-placeholder {
    color: #888; }
  .search-form .search-submit {
    display: none; }
  .search-form .icon.search40 {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    fill: none;
    stroke: #fc5149;
    background: #454856; }
    .search-form .icon.search40:hover {
      background: #fc5149;
      stroke: #fff;
      fill: rgba(255, 255, 255, 0.2); }

.icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px; }
  .icon.logo {
    width: 138px;
    height: 92px; }
    .icon.logo.white {
      fill: #fff; }
  .icon.search-icon {
    fill: none;
    stroke: #454856;
    height: 24px;
    width: 24px;
    margin-left: 4px;
    margin-top: 4px; }
    .icon.search-icon:hover {
      stroke: #fff;
      background: #4e7abd; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  color: #fc5149;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #f28705; }

a:focus,
a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Uses $navbackground, $navbghover, $selected */
.menu-toggle {
  position: fixed;
  right: 0;
  top: 10px;
  width: 100px;
  height: 75px;
  padding: 0;
  margin: 0;
  z-index: 1001; }
  .menu-toggle:hover .icon.bars {
    stroke: #fc5149; }
  .menu-toggle .icon.bars {
    stroke: #92aaac;
    width: 100px;
    height: 75px; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

@media screen and (min-width: 769px) {
  .main-navigation {
    height: 24px;
    font-family: "Roboto";
    font-weight: 200;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-right: 40px; }
    .main-navigation ul li {
      display: inline-block;
      position: relative;
      margin-left: 36px;
      padding: 0 5px; }
      .main-navigation ul li a {
        color: #454856; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #92aaac; }
  .main-navigation ul ul {
    background: #f6f3e8;
    left: -999em;
    position: absolute;
    top: 44px;
    padding: 10px 0;
    z-index: 99999;
    width: 250px; }
    .main-navigation ul ul li {
      margin-left: 0;
      padding: 5px;
      width: 100%; }
      .main-navigation ul ul li:hover {
        background: #92aaac; }
        .main-navigation ul ul li:hover a {
          color: #fff; }
      .main-navigation ul ul li a {
        color: #454856;
        line-height: 1.7;
        padding-left: 16px;
        border: none !important; }
        .main-navigation ul ul li a:hover {
          text-decoration: underline; }
  .sub-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f6f3e8;
    border-top: 0;
    margin-top: -10px; }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0; }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #fc5149;
    border-bottom: 4px solid #fece34; }
  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a {
    color: #fc5149;
    border: none; }
  .main-navigation ul li.menu-item-has-children {
    padding: 0 5px 20px; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    margin-left: -20px; }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #fc5149;
    border-bottom: 4px solid #fece34; }
  .main-navigation ul ul li.current_page_item > a {
    border: none; }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; }
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; }
  #menu-item-24110,
  #menu-item-24111,
  #menu-item-24112,
  #menu-item-24113,
  #menu-item-24114 {
    display: none; } }

@media screen and (max-width: 768px) {
  .menu-main-menu-container {
    background: #454856;
    position: fixed;
    top: 0;
    left: 100%;
    width: 50%;
    height: 100%;
    padding-top: 20px;
    transition: all .5s ease;
    z-index: 1000;
    overflow: scroll; }
  .main-navigation.toggled .menu-toggle {
    right: -20px;
    top: 0; }
  .main-navigation.toggled .menu-main-menu-container {
    left: 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2); }
  .main-navigation ul li {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 20px;
    margin: 4px 0; }
    .main-navigation ul li a {
      width: 100%;
      display: block;
      padding: 5px 10px;
      color: #fc5149;
      line-height: 1.1; }
      .main-navigation ul li a:hover {
        color: #fff; }
    .main-navigation ul li ul li {
      font-size: 18px;
      padding-left: 10px; }
      .main-navigation ul li ul li a {
        color: #fff; }
        .main-navigation ul li ul li a:hover {
          color: #fc5149; }
  #menu-item-17444 > a {
    display: none; } }

@media screen and (max-width: 480px) {
  .menu-main-menu-container {
    width: 100%; }
  .main-navigation.toggled .menu-main-menu-container {
    left: 0%;
    box-shadow: none; } }

/*--------------------------------------------------------------
# Lumina Navigation
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .lumina .main-navigation ul li a {
    color: #fff; }
  .lumina .main-navigation ul ul li a {
    color: #454856; } }

/*--------------------------------------------------------------
# Page Navigation
--------------------------------------------------------------*/
.archive-nav {
  text-align: center;
  margin-bottom: 50px; }
  .archive-nav .page-numbers {
    display: inline-block;
    height: 45px;
    margin: 0 3px;
    padding: 0 12px;
    font-size: 16px;
    color: #a6bcdd;
    line-height: 39px;
    border: 3px solid #f6f3e8;
    border-radius: 10px; }
    .archive-nav .page-numbers.current {
      background: #a6bcdd;
      color: #fff; }
    .archive-nav .page-numbers:hover {
      background: #a6bcdd;
      color: #fff; }
    .archive-nav .page-numbers:active {
      background: #fc5149; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Footer Menu
--------------------------------------------------------------*/
#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  #footer-menu li {
    display: block;
    margin-right: 18px;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px; }
    #footer-menu li.current-menu-item > a, #footer-menu li.current_page_item > a {
      color: #fc5149;
      border-bottom: 4px solid #fece34; }

#base-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  #base-menu li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 300;
    font-size: 15px; }
    #base-menu li:after {
      content: "|";
      margin-left: 10px; }
    #base-menu li:last-of-type:after {
      content: none; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.wpcf7 {
  position: relative; }
  .wpcf7 div.grid-2col {
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    text-align: left;
    align-items: center; }
    .wpcf7 div.grid-2col + .submit {
      margin-top: 50px; }
    .wpcf7 div.grid-2col.submit-container {
      margin-top: 30px; }
  .wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #f28705;
    line-height: 2;
    padding-left: 20px; }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
    width: 100%; }

.submit {
  display: flex;
  justify-content: flex-end; }

.name-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .name-fields div:first-of-type input {
    border-right: none;
    border-radius: 100px 0 0 100px; }
  .name-fields div:nth-of-type(2) input {
    border-left: none;
    border-radius: 0 100px 100px 0; }

.subscribe-form {
  padding: 50px 0;
  max-width: 850px;
  margin: 0 auto; }
  .subscribe-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 20px; }

.subscribe-form {
  padding: 50px 0;
  max-width: 850px;
  margin: 0 auto;
  text-align: center; }
  .subscribe-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 20px; }

#demo-form {
  padding-top: 30px; }

.widget .name-fields {
  grid-column: 1/-1; }
  .widget .name-fields + div {
    grid-column: 1/-1; }

.widget .wpcf7-response-output {
  grid-column: 1/-1; }

.widget .main-form h3, .widget .footer-demo-form h3 {
  font-family: "Comfortaa";
  font-weight: 500;
  color: #fff;
  font-size: 24px; }

.widget .main-form form > div.grid-2col .submit, .widget .footer-demo-form form > div.grid-2col .submit {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; }

.widget .message {
  display: block; }
  .widget .message textarea {
    height: 250px; }

.widget .widget_subscribe_widget .wpcf7 {
  background: #f6f3e8;
  padding: 15px;
  border-radius: 12px; }

.widget .widget .wpcf7-form-control-wrap input {
  width: 100%;
  margin-bottom: 10px; }

.widget .widget .wpcf7-form-control.wpcf7-submit {
  margin-top: 10px; }

span.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 300;
  display: block;
  position: absolute;
  right: 33px;
  top: -0px; }

.wpcf7-form-control:focus + .wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  font-weight: 400;
  border-radius: 100px;
  margin: 30px 0;
  padding: 0.5em;
  text-align: center;
  border: none;
  grid-column: 1/-1; }

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0;
  padding: 8px;
  font-weight: 300; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1fa495;
  background: #1fa495;
  color: #fff; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fece34;
  background: #fece34; }

div.wpcf7 .ajax-loader {
  display: none; }

.wpcf7-spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px; }
  .wpcf7-spinner:before {
    top: 14px;
    left: 14px;
    width: 16px;
    height: 16px;
    transform-origin: 18px 18px; }

@media screen and (max-width: 600px) {
  .subscribe-form .your-name, .subscribe-form .your-email {
    width: 100% !important;
    margin-bottom: 10px; }
    .subscribe-form .your-name input, .subscribe-form .your-email input {
      width: 100% !important; } }

/********************************************************/
/** Opt in **/
/********************************************************/
.opt-in {
  margin-left: 10px; }
  .opt-in .wpcf7-list-item-label {
    display: none; }
  .opt-in .wpcf7-list-item {
    margin: 0; }
  .opt-in label {
    display: inline-block;
    padding: 0;
    font-weight: 300;
    color: #454856; }

.privacy {
  font-size: 14px;
  margin-top: 30px; }

.lumina .opt-in label {
  color: #fff; }

/********************************************************/
/** Lumina Choice **/
/********************************************************/
.explainer {
  margin: 20px 0 20px;
  text-align: center; }
  .explainer h4 {
    color: #fff;
    font-size: 14px; }
  .explainer p.smallprint {
    font-size: 12px; }

.lumina-choice-container {
  margin-bottom: 30px; }

.lumina-choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 40px; }
  .lumina-choice .wpcf7-list-item {
    margin: 0;
    position: relative; }
    .lumina-choice .wpcf7-list-item .wpcf7-list-item-label {
      display: block;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 100px;
      padding: 8px 20px;
      font-family: "Comfortaa";
      font-weight: 500;
      font-size: 14px;
      text-align: center; }
    .lumina-choice .wpcf7-list-item input[type="radio"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      cursor: pointer;
      z-index: 900; }
      .lumina-choice .wpcf7-list-item input[type="radio"][checked="checked"] {
        border: 2px solid #fff;
        border-radius: 100px; }
  .lumina-choice .wpcf7-list-item .wpcf7-list-item-label span {
    color: #7f48df; }
  .lumina-choice .wpcf7-list-item.first .wpcf7-list-item-label span {
    color: #1fa495; }
  .lumina-choice .wpcf7-list-item.last .wpcf7-list-item-label span {
    color: #fece34; }

.lumina {
  height: auto;
  background: #272a31; }
  .lumina #masthead {
    background: url(images/lumina-masthead.jpg) no-repeat right top/cover; }
  .lumina .lumina-content {
    color: #fff; }
  .lumina h1.page-title {
    color: #fff; }
  .lumina .banner {
    position: relative; }
    .lumina .banner img {
      display: block; }
    .lumina .banner .overlay .inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .lumina .banner .overlay h1 {
      font-size: 54px;
      color: #fff;
      margin: 0; }
    .lumina .banner.short-banner .overlay h1 {
      font-size: 39px;
      max-width: 600px; }
  .lumina .border {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background: #7f48df;
    height: 16px; }
  .lumina .block {
    background: transparent;
    color: #fff; }
    .lumina .block:nth-of-type(2n) {
      background: rgba(255, 255, 255, 0.05); }
    .lumina .block h1, .lumina .block h2 {
      color: #7f48df; }
      .lumina .block h1:after, .lumina .block h2:after {
        content: none; }
    .lumina .block.has-form {
      background: #272a31; }
    .lumina .block .form h2 {
      color: #fff; }
  .lumina .basic-block {
    padding: 90px 0 50px; }
    .lumina .basic-block.has-form {
      padding-bottom: 90px; }
  .lumina .screenshots-block h2 {
    color: #7f48df; }
  .lumina .testimonial-block .quote {
    color: #fff; }
  .lumina .client-slider {
    background: #272a31; }
  .lumina .values-block {
    background: #272a31; }
    .lumina .values-block h2 {
      color: #7f48df; }
    .lumina .values-block .values .value {
      color: #fff; }
  .lumina .subscribe {
    background: #272a31; }
    .lumina .subscribe h2 {
      color: #7f48df; }
      .lumina .subscribe h2:after {
        content: none; }
  .lumina .client-hero .text .hero-quote {
    color: #272a31; }
  .lumina .video-block .content.nobg {
    color: #fff; }
  .lumina #footer {
    background: #272a31;
    color: #fff; }
    .lumina #footer a {
      color: #fff; }
      .lumina #footer a:hover {
        color: #7f48df; }

html, body {
  height: 100%;
  background: #fff;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 17px;
  line-height: 1.4; }
  html.video, body.video {
    aspect-ratio: unset; }

body {
  position: relative;
  z-index: 0;
  width: 100vw;
  overflow-x: hidden; }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site {
  overflow: hidden;
  margin-top: 105px;
  width: 100vw; }

section {
  clear: both; }

.inner,
.full-content,
.page-header,
.no-results,
.legal-notice,
.footer-navigation,
.section-header {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px; }
  .inner.with-sidebar,
  .full-content.with-sidebar,
  .page-header.with-sidebar,
  .no-results.with-sidebar,
  .legal-notice.with-sidebar,
  .footer-navigation.with-sidebar,
  .section-header.with-sidebar {
    padding: 0 30px; }
  .inner.no-thumb,
  .full-content.no-thumb,
  .page-header.no-thumb,
  .no-results.no-thumb,
  .legal-notice.no-thumb,
  .footer-navigation.no-thumb,
  .section-header.no-thumb {
    padding-top: 80px; }

.no-results {
  padding: 0 30px; }
  .no-results .page-header {
    padding: 0; }

.single-post-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 30px 50px;
  overflow: hidden; }

.default-content {
  padding-top: 60px;
  padding-bottom: 50px; }

.single-text-panel {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0; }

.preamble {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-bottom: 60px; }

.fullwidth-text-panel {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 50px; }
  .fullwidth-text-panel:empty {
    display: none; }

.banner + .fullwidth-text-panel {
  padding-top: 60px; }
  .banner + .fullwidth-text-panel:empty {
    padding-top: 60px; }

.middle-content {
  padding-top: 60px; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90000;
  background: rgba(255, 255, 255, 0.85); }
  .overlay .overlay-flex {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

#primary {
  float: left;
  margin: 0 -33.3333% 0 0;
  width: 100%; }
  #primary .site-main {
    margin: 0 33.3333% 0 0; }

#secondary {
  float: right;
  overflow: hidden;
  width: 33.3333%;
  padding-left: 60px; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', serif;
  font-weight: 500; }

h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 42px;
  color: #454856; }
  h1.page-title {
    text-align: center;
    font-size: 36px; }
    h1.page-title:after {
      content: "";
      display: block;
      background: #fc5149;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  h1.entry-title {
    font-size: 36px; }

.fullwidth-text-panel h1:after {
  content: "";
  display: block;
  background: #fc5149;
  height: 4px;
  width: 230px;
  margin: 18px auto 0; }

.page-header h1 span {
  font-size: 19px;
  display: block;
  font-weight: 200;
  color: #fc5149; }

h2 {
  font-size: 32px;
  line-height: 1.4;
  color: #454856;
  margin: 0 0 32px; }

h3,
article h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 20px 0; }
  h3 strong, h3 b,
  article h2 strong,
  article h2 b {
    font-weight: 200; }

h4 {
  font-size: 19px;
  margin: 0;
  color: #92aaac; }

h5, h6 {
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 200;
  font-weight: 400; }
  h5 b, h5 strong, h6 b, h6 strong {
    font-weight: 400; }

.smallprint {
  font-size: 14px;
  line-height: 1.2; }

b, strong {
  font-weight: 500; }

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse; }

td {
  vertical-align: top;
  padding: 4px; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  height: 105px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000; }
  #masthead .inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end; }

.site-branding {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-right: auto; }
  .site-branding #logo {
    display: block;
    width: 150px; }

.header-search {
  display: inline-block;
  height: 28px;
  width: 200px; }

.contacts-block {
  margin-bottom: 2px; }

/*----------------
# Promo Bar
-----------------*/
.promo-bar {
  background: #fc5149;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 9px 0; }
  .promo-bar p {
    margin: 0;
    line-height: 1; }
  .promo-bar a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-right: 20px; }

.new-flash {
  background: #10416e;
  padding: 3px 10px;
  border-radius: 100px;
  margin-right: 10px;
  color: #fff; }

/*---------------------
#Popup
---------------------*/
.popup-container {
  position: relative;
  background: #fff;
  padding: 80px 60px;
  border-radius: 50px;
  max-width: 1000px;
  margin: 80px; }
  .popup-container .popup-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px; }
    .popup-container .popup-inner h2 {
      font-size: 57px;
      line-height: 60px; }
    .popup-container .popup-inner .popup-content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .popup-container .popup-inner .popup-content .button-alt4 {
        margin-top: auto;
        align-self: flex-start; }
    .popup-container .popup-inner .popup-image img {
      display: block;
      width: 100%; }
    .popup-container .popup-inner .button-alt {
      margin: auto 0 0 0;
      align-self: flex-start; }

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-text-content {
  background: #fff;
  text-align: center;
  font-family: "Comfortaa";
  font-weight: 500;
  font-weight: 500;
  font-size: 27px;
  padding: 0 20px; }
  .home-text-content:after {
    content: "";
    display: block;
    background: url(images/underline.svg) no-repeat center top;
    height: 6px;
    margin-top: 20px; }
  .home-text-content p {
    margin: 0; }

/*--------------------------------------------------------------
#   Banner
--------------------------------------------------------------*/
.banner {
  background-color: #f28705;
  background-size: cover;
  background-position: right;
  padding: 70px 0; }
  .banner .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff; }
    .banner .inner .content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 115px; }
      .banner .inner .content.full-width {
        grid-template-columns: 1fr; }
        .banner .inner .content.full-width h1 {
          margin-bottom: 30px; }
    .banner .inner .video-thumb img {
      width: 100%; }
  .banner h1 {
    font-size: 57px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 50px; }
  .banner p {
    font-size: 15px;
    margin-bottom: 50px;
    max-width: 800px; }

.video {
  position: relative;
  aspect-ratio: 16/9; }
  .video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -68px;
    margin-left: -68px; }

/*--------------------------------------------------------------
#  Home slider
--------------------------------------------------------------*/
.home-slider-container {
  position: relative;
  height: 620px;
  overflow: hidden; }
  .home-slider-container .curve {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -0.5%;
    width: 101%;
    height: 101%;
    z-index: 100;
    background: url(images/mask.svg) no-repeat 0 100%/100% auto;
    padding-top: 186px; }

#home-slider {
  position: relative; }
  #home-slider .inner {
    padding: 0; }
  #home-slider .slick-slide {
    text-align: left;
    margin: 0; }
  #home-slider .slick-arrow {
    top: 34%; }
    #home-slider .slick-arrow.slider-left {
      left: 50px; }
    #home-slider .slick-arrow.slider-right {
      right: 50px; }
    #home-slider .slick-arrow .icon {
      stroke: #fff;
      fill: none; }
  #home-slider .slide {
    position: relative;
    height: 620px; }
    #home-slider .slide .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      direction: ltr; }
      #home-slider .slide .background img {
        display: block;
        width: 100%;
        height: auto;
        max-width: unset; }
    #home-slider .slide .screenshot {
      float: right;
      width: 50%;
      max-width: 560px;
      margin-top: -120px; }
    #home-slider .slide#slick-slide03 .screenshot {
      width: 40%;
      margin-right: 130px; }
    #home-slider .slide .slider-content {
      vertical-align: top;
      padding: 100px 0 0 150px; }
      #home-slider .slide .slider-content h2 {
        line-height: 1.2;
        color: #fff;
        margin: 0 0 32px; }
        #home-slider .slide .slider-content h2 span {
          display: inline-block; }
        #home-slider .slide .slider-content h2 .line1 {
          display: block;
          font-size: 50px;
          margin-bottom: 5px; }
        #home-slider .slide .slider-content h2 .line2 {
          display: inline-block;
          font-size: 40px; }
          #home-slider .slide .slider-content h2 .line2 .icon.people {
            width: 320px;
            height: 56px;
            margin-top: 10px;
            fill: #fff; }
      #home-slider .slide .slider-content .button {
        vertical-align: middle; }

/*--------------------------------------------------------------
#  Home Banner
--------------------------------------------------------------*/
.home-banner {
  position: relative;
  color: #fff;
  height: 710px;
  background-size: cover; }
  .home-banner #bgvid {
    display: block; }
  .home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 135px; }
  .home-banner h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 80px;
    max-width: 600px; }
  .home-banner p {
    font-family: "Comfortaa";
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.block {
  background: #fff; }
  .block.left .content {
    order: -1; }
  .block .inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px;
    align-items: center; }
  .block .thumb {
    text-align: center; }
  .block.has-form {
    background: #f6f3e8; }
    .block.has-form .content {
      padding-right: 180px; }
  .block h1, .block h2 {
    font-size: 36px;
    color: #454856; }
    .block h1::after, .block h2::after {
      content: "";
      display: block;
      background: #fc5149;
      height: 4px;
      width: 230px;
      margin: 18px 0 0; }
  .block .content h2 {
    padding: 0; }
  .block h3 {
    font-size: 20px;
    margin: 0; }
  .block .content .cta {
    float: left;
    margin-top: 20px; }
    .block .content .cta .cta1, .block .content .cta .cta2 {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px; }
  .block.blue, .block.beige {
    background-color: #f6f3e8; }

.basic-block {
  padding: 60px 0;
  overflow: hidden; }
  .basic-block .thumb {
    text-align: center; }
  .basic-block.left .thumb {
    order: 1; }

.text-block {
  padding: 60px 0; }
  .text-block .inner {
    display: block; }
  .text-block .content {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .text-block .content .cta {
      float: none; }
  .text-block.widetext .content {
    max-width: 800px;
    width: 100%;
    text-align: left; }

/************************************************************/
/************************************************************/
.testimonial-block {
  padding: 60px 0;
  text-align: center; }
  .testimonial-block .inner {
    display: block;
    max-width: 1000px; }
  .testimonial-block .quote {
    font-family: "Comfortaa";
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500; }
    .testimonial-block .quote:before {
      content: "“"; }
    .testimonial-block .quote:after {
      content: "”"; }
  .testimonial-block .attributed {
    font-size: 15px;
    margin: 0; }
    .testimonial-block .attributed:before {
      content: "-- "; }

/* VIDEO BLCOK */
.video-block {
  padding: 100px 0 50px;
  background-color: #4f5ea7;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden; }
  .video-block .content {
    display: block;
    width: 100%; }
    .video-block .content h2 {
      color: #fff; }
      .video-block .content h2:after {
        content: none; }
    .video-block .content a {
      color: #f8f8b2; }
      .video-block .content a:hover {
        border-bottom: 1px solid #fff; }
    .video-block .content.nobg {
      color: #454856; }
      .video-block .content.nobg a {
        color: #fc5149; }
        .video-block .content.nobg a:hover {
          color: #f28705; }
  .video-block .video {
    position: relative;
    float: right;
    width: 590px;
    margin-bottom: 50px; }
    .video-block .video .video-play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -68px;
      margin-left: -68px; }
  .video-block .content .cta {
    float: none; }
  .video-block.demo-block .content h2 {
    color: #fff;
    font-size: 28px; }

.accordion-block {
  padding: 60px 0;
  overflow: hidden;
  background: #f6f3e8; }
  .accordion-block h2 {
    text-align: center;
    margin-bottom: 100px; }
    .accordion-block h2:after {
      content: "";
      display: block;
      background: #fc5149;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  .accordion-block .acc-container .acc-item {
    margin-bottom: 10px; }
    .accordion-block .acc-container .acc-item .acc-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 400;
      font-size: 18px;
      background: #fff;
      color: #f28705;
      padding: 0 0 0 30px;
      border-radius: 10px;
      cursor: pointer; }
      .accordion-block .acc-container .acc-item .acc-title .trigger {
        flex: 0 0 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #454856;
        height: 60px;
        border-radius: 0 10px 10px 0;
        transform: translateX(1px); }
        .accordion-block .acc-container .acc-item .acc-title .trigger .icon {
          fill: #fc5149;
          width: 24px;
          height: 21px; }
    .accordion-block .acc-container .acc-item.active .trigger .icon {
      transform: rotate(180deg); }
    .accordion-block .acc-container .acc-item .acc-content {
      display: none;
      padding: 10px; }
      .accordion-block .acc-container .acc-item .acc-content .acc-icon {
        float: left;
        margin-right: 50px; }
        .accordion-block .acc-container .acc-item .acc-content .acc-icon + p {
          padding-left: 150px; }
      .accordion-block .acc-container .acc-item .acc-content p {
        display: block;
        margin: 0;
        padding-left: 15px; }

/************************************************************/
/************************************************************/
.block.heroes {
  padding: 50px 0 50px; }
  .block.heroes h2 {
    text-align: center;
    margin-bottom: 50px; }
    .block.heroes h2:after {
      content: "";
      display: block;
      background: #92aaac;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  .block.heroes .heroes-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 45px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    .block.heroes .heroes-grid .thumb {
      display: block;
      width: 100px;
      height: 100px;
      margin: 0 auto;
      text-align: center;
      border-radius: 200px;
      border: 4px solid #fff;
      box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1), -15px 15px 25px rgba(0, 0, 0, 0.1) inset; }
    .block.heroes .heroes-grid .label {
      color: #454856;
      text-align: center;
      font-size: 15px;
      margin-top: 15px;
      font-weight: 400; }
    .block.heroes .heroes-grid h3 {
      font-family: "Comfortaa";
      font-weight: 500;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500;
      max-width: 150px;
      margin: 15px auto;
      color: #fff; }

.screenshots-block {
  padding-top: 50px; }
  .screenshots-block .inner {
    position: relative;
    display: block; }
  .screenshots-block h2 {
    text-align: center; }
    .screenshots-block h2:after {
      content: "";
      display: block;
      background: #fc5149;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  .screenshots-block .intro {
    color: #fff;
    text-align: center;
    font-size: 16px; }
  .screenshots-block .container {
    padding-top: 100px;
    position: relative; }

.image-block {
  padding: 60px 0 30px; }
  .image-block.reverse {
    background: #454856;
    color: #fff; }
    .image-block.reverse h2 {
      color: #fff; }
      .image-block.reverse h2:after {
        content: "";
        display: block;
        background: #fff;
        height: 4px;
        width: 230px;
        margin: 18px auto 0; }
  .image-block .inner {
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .image-block h2 {
    text-align: center; }
    .image-block h2:after {
      content: "";
      display: block;
      background: #fece34;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  .image-block .content {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }
  .image-block .container img, .image-block .container object {
    width: 100%;
    height: auto; }

.client-slider {
  padding: 30px 0 0;
  background: #f6f3e8; }
  .client-slider .slick {
    max-width: 1180px;
    margin: 0 auto; }

.values-block {
  background: #f6f3e8;
  padding: 50px 15px;
  text-align: center; }
  .values-block .content {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
  .values-block h2:after {
    content: "";
    display: block;
    background: #fc5149;
    height: 4px;
    width: 230px;
    margin: 18px auto 0; }
  .values-block .values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 30px 0; }
    .values-block .values .value {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: #454856;
      position: relative; }
      .values-block .values .value .thumb {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 110px;
        height: 110px;
        z-index: 101; }
        .values-block .values .value .thumb img {
          display: block;
          width: 100%;
          height: auto; }
      .values-block .values .value .text {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 20px;
        margin-top: 0;
        font-size: 15px; }
        .values-block .values .value .text span {
          display: block;
          font-family: "Comfortaa";
          font-weight: 500;
          font-weight: bold;
          font-size: 17px;
          line-height: 22px;
          margin-bottom: 15px; }
      .values-block .values .value .button {
        align-self: center; }

/* The animation code */
@keyframes bounce {
  0% {
    top: -20px; }
  50% {
    top: -35px; }
  100% {
    top: -20px; } }

.block-team {
  padding: 60px 0;
  text-align: center; }
  .block-team .inner {
    display: block; }
  .block-team .content {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
  .block-team h2:after {
    content: "";
    display: block;
    background: #fc5149;
    height: 4px;
    width: 230px;
    margin: 18px auto 0; }
  .block-team .team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0 0; }
    .block-team .team-grid .character {
      position: absolute;
      right: 40px;
      transform: rotate(5deg);
      width: 120px;
      animation-name: bounce;
      animation-duration: 2s;
      animation-iteration-count: infinite; }
    .block-team .team-grid .grid-team {
      position: relative;
      font-size: 17px;
      padding: 20px;
      border-radius: 20px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .block-team .team-grid .grid-team .thumb {
        background: #ccc;
        width: 100%;
        overflow: hidden;
        border-radius: 9px; }
        .block-team .team-grid .grid-team .thumb img {
          display: block; }
      .block-team .team-grid .grid-team .title {
        font-weight: 200;
        padding-top: 10px;
        line-height: 1.4;
        color: #f28705; }
        .block-team .team-grid .grid-team .title span {
          display: block;
          color: #454856; }
      .block-team .team-grid .grid-team .overlay {
        background: #454856;
        color: #fff;
        height: 0;
        text-align: left;
        overflow: hidden;
        border-radius: 12px; }
        .block-team .team-grid .grid-team .overlay .linkedin-icon {
          display: block;
          position: absolute;
          bottom: 30px;
          right: 30px;
          width: 50px;
          height: 50px; }
          .block-team .team-grid .grid-team .overlay .linkedin-icon .icon.linkedin {
            fill: #fff;
            filter: drop-shadow(5px 5px 0 #000); }
            .block-team .team-grid .grid-team .overlay .linkedin-icon .icon.linkedin:hover {
              fill: #fc5149; }
      .block-team .team-grid .grid-team:hover .overlay {
        height: calc(100% - 72px);
        padding: 30px;
        transition: .5s height ease; }

/************************************************************/
/************************************************************/
.client-heroes {
  background: #f6f3e8;
  padding: 60px 30px; }
  .client-heroes h2 {
    text-align: center; }
    .client-heroes h2:after {
      content: "";
      display: block;
      background: #f28705;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  .client-heroes .clients-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 70px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    .client-heroes .clients-grid .post {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      padding: 30px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      text-align: left;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .client-heroes .clients-grid .post .thumb {
        margin-bottom: 30px; }
        .client-heroes .clients-grid .post .thumb img {
          height: auto;
          width: 100%; }
      .client-heroes .clients-grid .post h3 {
        color: #f28705;
        font-family: "Roboto";
        font-weight: 200;
        font-weight: 100;
        line-height: 1.2;
        margin-bottom: 10px; }
      .client-heroes .clients-grid .post .excerpt {
        margin-bottom: 20px; }
      .client-heroes .clients-grid .post .button {
        align-items: center;
        margin: auto auto 0; }

.news-block {
  background: #fff;
  padding: 50px 30px; }
  .news-block h2 {
    text-align: center; }
    .news-block h2:after {
      content: "";
      display: block;
      background: #92aaac;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  .news-block .news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 70px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 50px; }
    .news-block .news-grid .post {
      display: flex;
      flex-direction: column;
      line-height: 1.4;
      padding: 30px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      text-align: left;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .news-block .news-grid .post .thumb {
        max-height: 210px;
        overflow: hidden;
        margin-bottom: 30px; }
        .news-block .news-grid .post .thumb img {
          height: auto;
          width: 100%; }
      .news-block .news-grid .post h3 {
        font-family: "Roboto";
        font-weight: 200;
        font-weight: 100;
        line-height: 1.2;
        margin-bottom: 10px; }
      .news-block .news-grid .post .entry-meta {
        border: none;
        padding: 10px 0 0;
        margin-top: auto;
        color: #fc5149; }
    .news-block .news-grid a {
      color: #f28705; }
      .news-block .news-grid a:hover {
        color: #f28705; }
  .news-block.hr-news .cta .button {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

/************************************************************/
/************************************************************/
.lumina-heroes {
  padding: 80px; }
  .lumina-heroes .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px; }
    .lumina-heroes .inner > div {
      text-align: center;
      border: 2px solid #454856;
      font-size: 16px;
      padding: 0 20px 20px; }
      .lumina-heroes .inner > div h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        background: #454856;
        border-radius: 100px;
        margin-top: -20px;
        padding: 10px; }
      .lumina-heroes .inner > div p {
        padding: 0 15px; }
      .lumina-heroes .inner > div:first-of-type h2 span {
        color: #1fa495; }
      .lumina-heroes .inner > div:nth-of-type(2) h2 span {
        color: #7f48df; }
      .lumina-heroes .inner > div:nth-of-type(3) h2 span {
        color: #fece34; }
      .lumina-heroes .inner > div a.button {
        margin-top: 30px; }

/************************************************************/
/************************************************************/
.section-header h2 {
  text-align: center; }
  .section-header h2::after {
    content: "";
    display: block;
    background: #fc5149;
    height: 4px;
    width: 230px;
    margin: 18px auto 0; }

.section-header .intro {
  max-width: 760px;
  margin: 0 auto 40px;
  padding: 0 15px;
  text-align: center; }

.vacancies {
  padding: 60px 0; }
  .vacancies .inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 60px 40px; }
  .vacancies .post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
    .vacancies .post .thumb {
      max-height: 210px;
      overflow: hidden;
      margin-bottom: 30px; }
      .vacancies .post .thumb img {
        height: auto;
        width: 100%; }
    .vacancies .post h3 {
      font-family: "Roboto";
      font-weight: 200;
      font-weight: 100;
      line-height: 1.2;
      margin-bottom: 10px; }
    .vacancies .post .text {
      margin-bottom: 20px; }
      .vacancies .post .text .entry-meta {
        font-weight: 500;
        color: #454856;
        padding: 0; }
    .vacancies .post .button {
      align-items: center;
      margin: auto auto 0; }

/************************************************************/
/************************************************************/
.spotlight {
  padding: 60px 0; }
  .spotlight .inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 60px 40px; }
  .spotlight .post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
    .spotlight .post .thumb {
      aspect-ratio: 1;
      border-radius: 400px;
      overflow: hidden;
      margin-bottom: 30px; }
      .spotlight .post .thumb img {
        height: auto;
        width: 100%; }
    .spotlight .post h3 {
      font-family: "Roboto";
      font-weight: 200;
      font-weight: 100;
      line-height: 1.2;
      margin-bottom: 10px; }
    .spotlight .post .excerpt {
      margin-bottom: 20px; }
      .spotlight .post .excerpt p:before {
        content: '“'; }
      .spotlight .post .excerpt p:after {
        content: '”'; }
    .spotlight .post button {
      align-items: center;
      margin: auto auto 0; }
  .spotlight .detail {
    display: none; }

.spotlight-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3001; }
  .spotlight-overlay .spotlight-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    .spotlight-overlay .spotlight-flex .spotlight-container {
      position: relative;
      background: #fff;
      border-radius: 20px;
      padding: 30px;
      margin-top: 60px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 40px;
        max-width: 700px; }
        .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content h2 {
          color: #f28705;
          font-weight: 200; }
          .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content h2 span {
            display: block;
            color: #454856;
            font-size: 20px; }
        .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content h3 {
          font-size: 20px;
          font-weight: 300; }
        .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content h4 {
          color: #454856;
          font-size: 16px; }
        .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .thumb {
          aspect-ratio: 1;
          overflow: hidden;
          border-radius: 400px;
          width: 80%;
          margin-bottom: 40px; }
        .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .spotlight-meta {
          border-left: 1px solid #454856;
          padding: 20px 0 20px 20px;
          font-size: 15px; }
          .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .spotlight-meta div {
            margin-bottom: 20px; }
          .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .spotlight-meta .icon {
            fill: #f28705;
            width: 60px;
            height: 60px; }
            .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .spotlight-meta .icon:hover {
              fill: #fc5149; }

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/
.single-career .single-text-panel {
  padding-bottom: 0; }

.careers {
  clear: both;
  padding: 60px 0;
  background: #f6f3e8; }
  .careers .inner {
    padding: 0 15px; }
    .careers .inner .career-header {
      display: flex;
      justify-content: space-between;
      padding: 30px 30px 20px;
      font-family: "Comfortaa";
      font-weight: 500;
      font-size: 24px;
      background: #fff;
      color: #fc5149; }
      .careers .inner .career-header .more {
        margin-top: -10px; }
        .careers .inner .career-header .more .icon {
          width: 25px;
          height: 25px;
          fill: #f28705; }
      .careers .inner .career-header.active .more .icon {
        transform: rotate(180deg); }
    .careers .inner .career-content {
      background: #fff;
      padding: 0 30px 15px;
      margin-bottom: 30px; }
      .careers .inner .career-content * {
        display: none; }
      .careers .inner .career-content p:first-of-type {
        display: block; }
        .careers .inner .career-content p:first-of-type:after {
          content: " …"; }
      .careers .inner .career-content span {
        font-weight: 500;
        display: block; }
        .careers .inner .career-content span:first-of-type {
          color: #fc5149; }
      .careers .inner .career-content.active * {
        display: block; }
      .careers .inner .career-content.active p:first-of-type:after {
        content: none; }

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.single-post-header {
  max-width: 620px;
  margin: 0 auto;
  padding: 50px 10px 0;
  text-align: center; }
  .single-post-header .page-title:after {
    background-position: center top;
    margin-top: 20px; }

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/
section.month {
  padding: 50px 0 0; }
  section.month:nth-of-type(2n) {
    background: #f6f3e8; }

.month-header {
  color: #454856; }
  .month-header:after {
    content: "";
    display: block;
    content: "";
    display: block;
    background: #fc5149;
    height: 4px;
    width: 230px;
    margin: 18px 0 0;
    margin-top: 10px; }

.event-listing {
  font-size: 0;
  padding-bottom: 50px;
  overflow: hidden; }
  .event-listing:after {
    content: "";
    display: block;
    background: #fc5149;
    height: 4px;
    width: 230px;
    margin: 18px auto 0;
    margin-top: 40px; }
  .event-listing .thumb-container {
    display: inline-block;
    vertical-align: top;
    width: 20%; }
  .event-listing .event-detail {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 16px;
    padding-left: 50px; }
    .event-listing .event-detail h2 {
      line-height: 1.2; }
      .event-listing .event-detail h2 a {
        color: #f28705; }
      .event-listing .event-detail h2 span {
        font-size: 27px; }
    .event-listing .event-detail .event-meta {
      margin-bottom: 32px; }

.single-event-header {
  font-size: 0;
  margin-bottom: 30px; }
  .single-event-header .single-event-meta {
    display: inline-block;
    vertical-align: top;
    width: 66.6666%;
    font-size: 16px;
    line-height: 36px; }
    .single-event-header .single-event-meta .link-container {
      padding-top: 30px; }
  .single-event-header .thumb {
    display: inline-block;
    width: 33.3333%;
    padding-left: 60px; }

.event-footer {
  padding: 30px 0; }

article.event h2:after {
  content: "";
  display: block;
  background: url(images/underline.svg) no-repeat;
  height: 6px;
  margin-top: 10px; }

/*--------------------------------------------------------------
# Clients Page
--------------------------------------------------------------*/
.clients-title {
  text-align: center; }

.client-videos {
  max-width: 1180px;
  margin: 0 auto; }
  .client-videos .video-block {
    color: #454856;
    max-width: 1180px;
    width: 100%;
    padding: 50px 0;
    background: none;
    outline: none;
    text-align: left; }
    .client-videos .video-block .content h2 {
      color: #454856; }

.clients-grid {
  max-width: 1380px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 50px 0; }
  .clients-grid .alm-reveal {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px; }

/*--------------------------------------------------------------
# Blog - Section
--------------------------------------------------------------*/
.blog-grid-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 50px 0; }
  .blog-grid-container .archive-nav {
    padding: 50px 0; }
  .blog-grid-container .alm-reveal, .blog-grid-container .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
    margin-bottom: 40px; }
    .blog-grid-container .alm-reveal .post, .blog-grid-container .blog-grid .post {
      display: flex;
      flex-direction: column;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .blog-grid-container .alm-reveal .post.thumb, .blog-grid-container .blog-grid .post.thumb {
        margin-bottom: 15px; }
      .blog-grid-container .alm-reveal .post h3, .blog-grid-container .blog-grid .post h3 {
        font-size: 20px; }
      .blog-grid-container .alm-reveal .post a, .blog-grid-container .blog-grid .post a {
        color: #f28705; }
        .blog-grid-container .alm-reveal .post a:hover, .blog-grid-container .blog-grid .post a:hover {
          color: #f28705; }
      .blog-grid-container .alm-reveal .post .text, .blog-grid-container .blog-grid .post .text {
        margin-bottom: 20px; }
      .blog-grid-container .alm-reveal .post .button-alt2, .blog-grid-container .blog-grid .post .button-alt2 {
        align-self: center;
        margin-top: auto; }

.alm-btn-wrap {
  text-align: center;
  padding: 0 0 60px; }
  .alm-btn-wrap .done {
    display: none; }

.alm-results-text {
  padding-bottom: 30px;
  font-size: 15px; }

.entry-meta {
  font-weight: 200;
  text-align: left;
  overflow: hidden;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #f28705; }
  .entry-meta a {
    color: #454856; }
    .entry-meta a:hover {
      color: #f28705; }
  .entry-meta .author {
    margin-right: 15px; }
  .entry-meta .icon {
    width: 18px;
    height: 18px;
    fill: #fc5149; }

/*--------------------------------------------------------------
# Blog - Single
--------------------------------------------------------------*/
.single-post-content .entry-meta {
  margin: 30px 0 20px;
  font-size: 16px; }
  .single-post-content .entry-meta:after {
    content: "";
    display: block;
    background: #fc5149;
    height: 4px;
    width: 230px;
    margin: 18px 0 0;
    height: 2px;
    margin-top: 10px; }

.single-post-content .thumb {
  text-align: center; }
  .single-post-content .thumb img {
    width: 100%; }

/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.page-header {
  padding: 50px 50px 0; }

/*--------------------------------------------------------------
# Resources area
--------------------------------------------------------------*/
.resources .inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 60px;
  padding: 60px 30px 80px; }

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 43px; }
  .resource-grid .resource {
    color: #454856;
    border-radius: 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 15px; }
    .resource-grid .resource .thumb {
      overflow: hidden;
      margin-bottom: 15px; }
      .resource-grid .resource .thumb img {
        display: block;
        aspect-ratio: 1;
        -o-object-fit: cover;
           object-fit: cover; }
    .resource-grid .resource .term-flag {
      font-size: 15px;
      margin-bottom: 20px; }
    .resource-grid .resource h2 {
      color: #f28705;
      font-size: 20px;
      font-weight: 200; }
    .resource-grid .resource .excerpt {
      font-size: 15px; }
    .resource-grid .resource:first-of-type {
      position: relative;
      grid-column: 1/-1;
      flex-direction: row;
      align-items: flex-start;
      padding: 20px 50px 20px 170px; }
      .resource-grid .resource:first-of-type .featured {
        position: absolute;
        left: -20px;
        top: 10px;
        padding: 5px 30px 5px 20px;
        border-radius: 10px 100px 100px 0;
        background: #fc5149;
        font-family: "Comfortaa";
        font-weight: 500;
        font-size: 22px;
        color: #fff; }
        .resource-grid .resource:first-of-type .featured:after {
          content: "";
          position: absolute;
          border-style: solid;
          border-width: 18px 0 0 20px;
          border-color: #fc5149 transparent;
          display: block;
          width: 0;
          z-index: 1;
          bottom: -18px;
          left: 0; }
      .resource-grid .resource:first-of-type .text {
        padding-right: 50px; }
        .resource-grid .resource:first-of-type .text h2 {
          font-size: 22px; }
      .resource-grid .resource:first-of-type .thumb {
        order: 2; }

/*--------------------------------------------------------------
# Single resource
--------------------------------------------------------------*/
.download-content {
  margin-top: 80px; }

.carousel-block, .teaser-block {
  padding: 60px 0; }

.carousel {
  width: 100%;
  max-width: 420px;
  margin: 0 auto; }
  .carousel .img-wrapper {
    padding: 8px; }
    .carousel .img-wrapper img {
      display: block;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }

.bullets li {
  list-style: none;
  margin-bottom: 10px; }
  .bullets li:before {
    content: '✓';
    color: #f28705;
    margin-right: 5px; }

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/
.related-downloads {
  padding-bottom: 60px;
  margin-top: 60px; }
  .related-downloads a {
    color: #f28705; }
    .related-downloads a:hover {
      color: #fc5149; }
  .related-downloads .section-header h2 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 60px; }
    .related-downloads .section-header h2:after {
      margin: 18px 0 0; }
  .related-downloads .inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px; }
    .related-downloads .inner .post {
      padding: 15px;
      border-radius: 20px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }

/*--------------------------------------------------------------
# Calendly
--------------------------------------------------------------*/
.calendly-popup {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 3001; }
  .calendly-popup.active {
    display: flex; }
  .calendly-popup #calendly {
    min-width: 320px;
    height: 80%;
    width: 80%; }
  .calendly-popup .popup-close {
    top: 10px;
    right: 10px; }

#gatekeeper {
  display: none;
  position: absolute;
  max-width: 960px;
  width: 100%;
  max-height: 100vh;
  overflow: scroll;
  padding: 50px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  #gatekeeper h3 {
    font-size: 36px;
    color: #f28705;
    text-align: center;
    margin-bottom: 45px; }
    #gatekeeper h3 span {
      display: block; }
  #gatekeeper p {
    line-height: 1.4;
    font-size: 15px; }
  #gatekeeper input[type="submit"] {
    margin: auto 0 auto auto; }

#gatekeeper-enter {
  border-radius: 0;
  width: 100%;
  text-align: center; }

.filter ul {
  padding: 0;
  margin: 0; }

.filter .download-topics {
  margin-bottom: 0;
  padding: 0 0 30px; }

.filter .download-types {
  margin-bottom: 0;
  padding: 0 0 60px; }

.download-topics {
  max-width: 1280px;
  padding: 0 5px 60px;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .download-topics li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0; }
    .download-topics li::after {
      content: "|";
      display: inline-block;
      margin-left: 10px; }
    .download-topics li:last-of-type::after {
      content: none; }

.download-types {
  max-width: 1280px;
  padding: 0 5px 60px;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .download-types img {
    display: block;
    margin: 0 auto 20px; }
  .download-types a {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    color: #454856;
    font-family: "Comfortaa";
    font-weight: 500;
    font-weight: 500;
    line-height: 1.2; }

.featured-downloads {
  padding: 50px 0; }
  .featured-downloads .inner {
    padding: 0; }
  .featured-downloads h2 {
    text-align: center;
    color: #454856;
    font-size: 42px; }
    .featured-downloads h2:after {
      content: "";
      display: block;
      background: url(images/underline.svg) no-repeat center;
      height: 6px;
      margin-top: 10px; }
  .featured-downloads .description {
    text-align: left;
    padding: 10px 20px;
    font-size: 14px; }
    .featured-downloads .description h3 {
      font-family: "Comfortaa";
      font-weight: 500;
      font-weight: 800;
      line-height: 1.2;
      font-size: 17px; }

.empty-result {
  font-size: 22px;
  max-width: 800px;
  margin: 50px auto; }

/*--------------------------------------------------------------
# Download Archive
--------------------------------------------------------------*/
.download-grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 50px;
  text-align: center; }
  .download-grid-container .archive-nav {
    padding: 50px 0; }
  .download-grid-container .post {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 12px;
    font-size: 17px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
    .download-grid-container .post .thumb {
      overflow: hidden;
      margin-bottom: 10px; }
    .download-grid-container .post h2 {
      font-family: "Roboto";
      font-weight: 200;
      font-size: 22px;
      font-weight: 200;
      margin-bottom: 10px;
      color: #f28705; }
    .download-grid-container .post .text {
      margin-bottom: 20px; }
    .download-grid-container .post .button {
      align-self: center;
      margin-top: auto; }

/*--------------------------------------------------------------
# Contact section inc Map
--------------------------------------------------------------*/
.map-container {
  position: relative; }
  .map-container .overlay {
    pointer-events: none; }
  .map-container .contact-form {
    background: #fff;
    width: 360px;
    padding: 20px;
    float: right;
    margin-top: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    pointer-events: all; }

#map {
  height: 600px;
  background: #eee; }

button.gm-control-active {
  min-width: 0; }

#thank-you {
  display: none;
  padding-top: 60px; }

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-block {
  background: #f6f3e8;
  padding: 60px 0; }
  .contact-block .inner {
    max-width: 1030px; }
    .contact-block .inner.page-header {
      padding-top: 0; }
  .contact-block .contacts {
    clear: both;
    padding: 0 0 60px;
    font-size: 0; }
    .contact-block .contacts h2 {
      margin-bottom: 50px; }
      .contact-block .contacts h2:after {
        content: none; }
    .contact-block .contacts .contact-icon {
      margin-bottom: 10px; }
    .contact-block .contacts > div {
      display: inline-block;
      vertical-align: top;
      width: 33%;
      line-height: 24px;
      margin-bottom: 20px;
      font-size: 16px; }
      .contact-block .contacts > div > div {
        vertical-align: top; }
    .contact-block .contacts h4 {
      color: #000;
      margin: 0; }
    .contact-block .contacts .icon {
      width: 50px;
      margin-right: 20px;
      fill: #fc5149;
      background-color: #454856; }
  .contact-block #contact-form {
    margin-bottom: 50px; }

.contact-form {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: right; }
  .contact-form.demo {
    position: absolute;
    top: 100px;
    right: 100px;
    width: 400px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-right: 100px;
    z-index: 1; }
  .contact-form h2 {
    color: #454856;
    font-size: 24px;
    margin-bottom: 10px; }
    .contact-form h2:after {
      content: none; }
  .contact-form h3 {
    margin: 10px 0;
    font-size: 14px; }
  .contact-form input {
    width: 100%;
    margin-bottom: 10px; }
  .contact-form input[type="checkbox"] {
    width: auto; }
  .contact-form .terms {
    clear: both;
    font-size: 16px;
    padding: 10px 0; }
  .contact-form button {
    float: right;
    margin-top: 20px; }
  .contact-form label {
    font-size: 16px;
    display: block; }
  .contact-form .check-label {
    width: 80%;
    display: inline-block;
    font-size: 14px;
    vertical-align: -15px;
    line-height: 1.2;
    margin-left: 8px;
    margin-bottom: 20px; }
  .contact-form select {
    border: 1px solid #ccc;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #666;
    font-weight: 200;
    font-family: "Roboto";
    font-weight: 200;
    padding: 0 5px; }
  .contact-form option {
    font-family: "Roboto";
    font-weight: 200;
    color: #666;
    font-size: 16px; }
  .contact-form .optout {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 20px; }

/* Zoho 1 */
.name {
  width: 50% !important; }
  .name.first {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  .name.last {
    border-left: 0;
    border-radius: 0 4px 4px 0; }

.interest-area {
  font-size: 16px;
  -moz-column-count: 2;
       column-count: 2; }

#formsubmit {
  width: 40%;
  margin: 0 5%; }
  #formsubmit[disabled="true"] {
    background: #ccc;
    pointer: none; }

#formreset {
  width: 40%;
  background: #fff;
  color: #f28705 !important;
  margin: 0 5%; }
  #formreset:hover {
    background: #4e7abd;
    color: #fff !important; }

.captcha-container {
  font-size: 16px;
  margin-bottom: 20px; }

/*--------------------------------------------------------------
# Subscribe
--------------------------------------------------------------*/
.subscribe {
  padding: 50px 0;
  background: #f6f3e8; }
  .subscribe h2 {
    text-align: center; }
    .subscribe h2:after {
      content: "";
      display: block;
      background: #fc5149;
      height: 4px;
      width: 230px;
      margin: 18px auto 0; }
  .subscribe .subscribe-form {
    padding: 0 0; }

/*--------------------------------------------------------------
# Accreditations
--------------------------------------------------------------*/
.accreditations-strip {
  padding: 30px 0;
  background: #fff; }
  .accreditations-strip .inner {
    display: flex;
    justify-content: center;
    align-items: center; }
  .accreditations-strip .item {
    width: 200px;
    margin: 0 15px; }
    .accreditations-strip .item img {
      display: block;
      width: 100%;
      height: auto; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget {
  line-height: 1.2;
  margin-bottom: 50px; }
  .widget h2 {
    font-size: 26px; }
    .widget h2:after {
      content: "";
      display: block;
      background: #92aaac;
      height: 4px;
      width: 230px;
      margin: 18px 0 0; }
  .widget h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 30px 0 10px; }
  .widget ul {
    margin: 0 0 10px;
    padding: 0; }
    .widget ul li {
      margin: 0 0 10px 15px;
      padding: 0;
      line-height: 1.2; }
      .widget ul li span {
        font-size: 14px; }
  .widget a {
    color: #454856; }
    .widget a:hover {
      color: #f28705; }

.widget.download {
  background: #f6f3e8;
  padding: 10px 10px 20px;
  text-align: center; }
  .widget.download h2 {
    text-align: left; }
  .widget.download .thumb img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px; }
  .widget.download p {
    font-family: "Comfortaa";
    font-weight: 500;
    font-weight: 500;
    color: #4e7abd;
    margin: 10px 0 20px; }

.widget2 {
  margin-bottom: 45px; }
  .widget2 a {
    color: #f28705; }
    .widget2 a:hover {
      color: #fc5149; }
  .widget2 h2 {
    font-size: 22px; }
  .widget2 ul {
    list-style: none;
    padding: 0; }
    .widget2 ul li {
      font-family: "Comfortaa";
      font-weight: 500;
      color: #f28705;
      font-size: 22px;
      margin-bottom: 15px;
      cursor: pointer; }

/*--------------------------------------------------------------
# CTA Section
--------------------------------------------------------------*/
section.cta {
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 50px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f6f3e8;
  padding: 40px 0 0; }
  #footer a {
    color: #454856; }
    #footer a:hover {
      color: #fc5149; }
  #footer .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    #footer .inner:nth-of-type(2) {
      align-items: flex-end; }
    #footer .inner .site-info {
      flex: 0 1 360px; }
      #footer .inner .site-info .contacts {
        line-height: 40px;
        font-size: 15px !important;
        margin-bottom: 20px; }
    #footer .inner .social-links .icon {
      height: 40px;
      width: 40px;
      margin-right: 5px;
      fill: #f28705; }
      #footer .inner .social-links .icon:hover {
        fill: #fc5149; }
    #footer .inner .imprint {
      font-size: 15px; }
      #footer .inner .imprint img {
        display: inline-block;
        vertical-align: -4px; }
    #footer .inner .footer-navigation {
      -moz-column-count: 2;
           column-count: 2; }
    #footer .inner .base-navigation {
      flex: 0 1 360px; }
  #footer .subscribe {
    padding: 40px 0 10px; }
    #footer .subscribe p {
      font-family: "Comfortaa";
      font-weight: 500;
      font-weight: 500;
      font-size: 19px; }
    #footer .subscribe #form input[type="text"] {
      width: 365px;
      margin-right: 20px; }
  #footer h2 {
    font-size: 19px;
    margin: 0;
    color: #fff; }
  #footer .footer-navigation {
    margin-top: 25px; }
  #footer .legal-notice {
    padding-top: 30px;
    font-size: 12px;
    line-height: 1.5; }

#cookie-banner {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 50px 0;
  background: #f6f3e8;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  z-index: 10001; }
  #cookie-banner a {
    color: #fc5149; }
    #cookie-banner a:hover {
      color: #f28705; }
  #cookie-banner #cookie-close {
    display: inline-block;
    margin-left: 20px;
    padding: 5px;
    border-radius: 4px;
    border: none !important;
    font-size: 14px;
    min-width: unset;
    vertical-align: middle; }

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
#overlay {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 99998; }

#iframecontainer {
  top: 5%;
  position: fixed;
  left: 10%;
  right: 10%;
  background: #FFF;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  padding-bottom: 45%; }
  #iframecontainer iframe {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none; }

.iframecontainer2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #272a31;
  z-index: 100;
  width: 100%;
  height: 100%; }
  .iframecontainer2 iframe {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none; }

.loader {
  display: none;
  background: url("images/loader.svg");
  background-repeat: no-repeat;
  margin: auto;
  width: 235px;
  height: 235px;
  position: absolute;
  top: calc(50% - 118px);
  left: calc(50% - 118px); }

.iframecontainer3 {
  display: none;
  position: absolute;
  top: 45px;
  left: 99px;
  background: #FFF;
  z-index: 100;
  width: 400px;
  height: 260px;
  overflow: hidden; }

/*--------------------------------------------------------------
# Closers and helpers
--------------------------------------------------------------*/
.no-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed; }

#overlay-close {
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.panel-close {
  position: absolute;
  z-index: 100;
  padding: 2px;
  cursor: pointer;
  transition: .7s all ease; }

.icon.close {
  width: 36px;
  height: 36px;
  stroke: #4f5ea7;
  fill: #fff; }

#popup-close {
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px; }
  #popup-close .icon {
    fill: #fff;
    width: 30px;
    height: 30px; }

.spotlight-close {
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px; }
  .spotlight-close .icon {
    fill: #fff;
    width: 30px;
    height: 30px; }

.back-to-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 5px;
  right: 5px;
  z-index: 100001;
  display: none;
  text-decoration: none;
  background: #454856;
  width: 40px;
  height: 40px; }
  .back-to-top .icon {
    fill: #fc5149;
    transform: rotate(180deg);
    height: 21px;
    width: 24px; }

.admin-error {
  background: #b9332a;
  color: #fff;
  text-align: center;
  padding: 5px; }

.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*---------------------------------------------------------------------
                         Great screenshots
-----------------------------------------------------------------------*/
.iq-screenshots {
  overflow: hidden;
  position: relative; }

@keyframes heartbeat {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(1.2); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.screenshots-slider {
  display: inline-block;
  width: 100%;
  min-height: 591px; }

.slider-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 780px;
  height: 591px;
  margin: -300px 0 0 -390px; }

.slider-container .slider-content {
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%); }

.slider-container .slider-content .slider-single {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: z-index 0ms 250ms; }

.slider-container .slider-content .slider-single .slider-single-image {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  box-shadow: 0px 0 30px rgba(255, 255, 255, 0.4);
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0);
  opacity: 0; }

.slider-container .slider-content .slider-single.preactivede .slider-single-image {
  transform: translateX(-50%) scale(0); }

.slider-container .slider-content .slider-single.preactive {
  z-index: 1; }

.slider-container .slider-content .slider-single.preactive .slider-single-image {
  opacity: .3;
  transform: translateX(-25%) scale(0.8); }

.slider-container .slider-content .slider-single.proactive {
  z-index: 1; }

.slider-container .slider-content .slider-single.proactive .slider-single-image {
  opacity: .3;
  transform: translateX(25%) scale(0.8); }

.slider-container .slider-content .slider-single.proactivede .slider-single-image {
  transform: translateX(50%) scale(0); }

.slider-container .slider-content .slider-single.active {
  z-index: 2; }

.slider-container .slider-content .slider-single.active .slider-single-image {
  opacity: 1;
  transform: translateX(0%) scale(1); }

.slider-container .slider-left {
  position: absolute;
  z-index: 3;
  display: block;
  left: -25%;
  top: 50%;
  transform: rotate(180deg);
  margin-top: -25px;
  opacity: 0.8; }
  .slider-container .slider-left:hover {
    opacity: 1; }
  .slider-container .slider-left .icon {
    stroke: #fc5149;
    fill: #454856; }

.slider-container .slider-right {
  position: absolute;
  z-index: 3;
  display: block;
  right: -25%;
  top: 50%;
  margin-top: -25px;
  opacity: 0.8; }
  .slider-container .slider-right:hover {
    opacity: 1; }
  .slider-container .slider-right .icon {
    stroke: #fc5149;
    fill: #454856; }

/* Screenshots Slider NO Shadow  */
.no-shadow .slider-container .slider-content .slider-single .slider-single-image {
  box-shadow: none; }

.no-shadow .slider-container .slider-content .slider-single.preactive .slider-single-image {
  opacity: 0; }

.no-shadow .slider-container .slider-content .slider-single.proactive .slider-single-image {
  opacity: 0; }

@media (max-width: 1365px) {
  .screenshots-slider {
    min-height: 502px; }
  .slider-container .slider-content {
    width: 85%;
    height: 85%; }
  .slider-container .slider-left {
    right: 100%; }
  .slider-container .slider-right {
    left: 100%; } }

@media (max-width: 992px) {
  .screenshots-slider {
    min-height: 505px; } }

@media (max-width: 979px) {
  .slider-container .slider-content {
    width: 68%;
    height: 68%; }
  .screenshots-slider {
    min-height: 405px; }
  .slider-container .slider-left {
    right: 90%; }
  .slider-container .slider-right {
    left: 90%; } }

@media (max-width: 767px) {
  .slider-container .slider-content {
    width: 40%;
    height: 40%; }
  .screenshots-slider {
    min-height: 250px; }
  .slider-container .slider-left {
    right: 74%; }
  .slider-container .slider-right {
    left: 74%; } }

@media (max-width: 767px) {
  .slider-container .slider-content {
    width: 28%;
    height: 28%; }
  .screenshots-slider {
    min-height: 180px; }
  .slider-container .slider-left {
    right: 62%; }
  .slider-container .slider-right {
    left: 62%; } }

@media screen and (max-width: 1280px) {
  .inner,
  .full-content,
  .no-results,
  .legal-notice,
  .footer-navigation {
    padding: 0 30px; }
  .page-header {
    padding-left: 30px;
    padding-right: 30px; }
  .client-heroes .clients-grid {
    grid-gap: 30px; }
  .block.has-form .content {
    padding-right: 0; } }

@media screen and (max-width: 1100px) {
  .main-navigation {
    padding-right: 0; }
  .contacts-block {
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    right: 10px; }
  .inner,
  .full-content,
  .no-results,
  .legal-notice,
  .footer-navigation {
    padding: 0 15px; }
  .page-header {
    padding-left: 15px;
    padding-right: 15px; }
  .blog-grid-container .alm-reveal .post, .blog-grid-container .blog-grid .post {
    padding: 15px; }
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media screen and (max-width: 960px) {
  .resource-grid .resource:first-of-type {
    padding: 60px 30px 20px;
    align-items: center; } }

@media screen and (max-width: 900px) {
  button,
  .button,
  .button-alt,
  .button-alt2,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 4px 20px;
    min-width: unset; }
  .contact-block .content {
    width: 100%; }
  .block-team .team-grid,
  .values-block .values,
  .download-grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media screen and (max-width: 834px) {
  .carousel-block .inner {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 768px) {
  .banner {
    padding: 30px 0 0; }
  /* sidebar structure */
  .inner.with-sidebar {
    padding: 0; }
  #primary {
    float: none;
    margin: 0; }
    #primary .site-main {
      margin: 0;
      padding: 0 30px; }
  #secondary {
    float: none;
    background: #f6f3e8;
    padding: 20px 30px;
    width: 100%; }
  .contacts-block {
    display: none; }
  .banner {
    background-blend-mode: multiply; }
    .banner .inner .content {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
      .banner .inner .content h1 {
        line-height: 1.2;
        margin-bottom: 30px; }
  .home-banner {
    height: 530px;
    background-position: 60% center; }
  .home-banner .overlay {
    justify-content: flex-end;
    padding-bottom: 30px; }
    .home-banner .overlay h1 {
      margin-bottom: 30px; }
  h1 {
    font-size: 36px !important; }
  /* Blocks */
  /* Testimonial */
  .testimonial-block .testimonial {
    margin: 0 auto 50px;
    padding: 0; }
  .block .inner {
    grid-template-columns: 1fr; }
  .block h2 {
    text-align: center; }
    .block h2:after {
      margin: 18px auto 0; }
  .block .content {
    width: 100%;
    font-size: 17px;
    padding: 0; }
    .block .content .cta {
      float: none;
      text-align: center; }
  .block.left .content {
    order: 0; }
  .basic-block {
    padding: 50px 0; }
  .block.has-form .content {
    order: -1; }
  /* Hereos */
  /* Accordion */
  .accordion-block .acc-container .acc-item .acc-title {
    border-radius: 0; }
    .accordion-block .acc-container .acc-item .acc-title .trigger {
      border-radius: 0; }
  /* Testimonial */
  .testimonial-block .testimonial {
    margin: 0 auto 50px;
    padding: 0; }
  .client-heroes .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .client-heroes .clients-grid .client-hero:nth-of-type(3) {
      display: none; }
  .news-block .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-block .news-grid .post:nth-of-type(3) {
      display: none; }
  .video-block {
    padding-top: 50px; }
  .subscribe .subscribe-form {
    padding: 0; }
  .image-block .inner {
    padding: 0; }
    .image-block .inner .content {
      padding: 0 10px; }
  .video-block .video {
    float: none;
    margin: 0 auto 50px; }
  .block.heroes .heroes-grid {
    padding: 0; }
  .block.heroes h2 {
    margin-bottom: 50px; }
  /* resources */
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resources .inner {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 30px 30px 60px; }
  .resources-sidebar.widget-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .resources-sidebar.widget-area .widget2 {
      margin-bottom: 0; }
      .resources-sidebar.widget-area .widget2 ul li {
        font-size: 16px;
        margin-bottom: 6px; }
  .related-downloads .inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #gatekeeper {
    padding: 20px;
    border-radius: 0;
    box-shadow: none; }
  #gatekeeper h3 {
    font-size: 24px;
    margin-bottom: 15px; }
  /* Clients */
  .clients-grid {
    padding: 50px 30px; }
    .clients-grid .alm-reveal {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-gap: 0 40px; }
  .single-post-content .blog-post {
    border: none;
    padding: 0;
    border-radius: 0; }
  /* search */
  .no-results {
    padding: 0;
    margin-bottom: 50px; }
    .no-results #search {
      display: none; }
  /* Map overlay */
  .map-container .overlay {
    display: none; }
    .map-container .overlay .gm-style {
      display: none; }
    .map-container .overlay .contact-form {
      background: #fff;
      width: 100%;
      padding: 0;
      float: none;
      margin-top: 0;
      box-shadow: none; }
  /* main video */
  #iframecontainer {
    top: 35px;
    left: 0%;
    right: 0;
    padding-bottom: 56.25%; }
  #overlay-close {
    top: -35px;
    right: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    text-align: right; }
  .panel-close:hover {
    transform: none; }
  .spotlight-overlay .spotlight-flex {
    display: block; }
  .spotlight-overlay .spotlight-flex .spotlight-container {
    border-radius: 0;
    box-shadow: none; }
  /* Events */
  .event-listing .thumb-container {
    float: right;
    margin-left: 50px; }
  .event-listing .event-detail {
    display: block;
    width: 100%;
    padding-left: 0; }
  .single-event-header {
    margin-bottom: 50px;
    padding: 0 50px; }
  /* blog */
  .blog-grid-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 0; }
  .single-post-content {
    padding: 50px 0 0; }
    .single-post-content .blog-post {
      margin-bottom: 50px; }
  /* contact */
  .contact-block {
    padding: 0; }
    .contact-block .contact-form {
      display: block;
      vertical-align: top;
      width: 100%;
      float: none; }
      .contact-block .contact-form h2 {
        margin-bottom: 20px; }
      .contact-block .contact-form button {
        float: left; }
    .contact-block .contacts {
      padding: 50px 0 0; }
      .contact-block .contacts > div {
        width: 50%;
        margin-bottom: 50px; }
  /* footer */
  .accreditations-strip {
    display: none; }
  #footer .inner {
    grid-template-columns: 1fr 1fr; }
  #footer .subscribe p {
    font-size: 17px; }
  #footer li {
    font-size: 16px; }
  #cookie-banner #cookie-close {
    margin: 5px 0;
    text-align: center; }
  .back-to-top {
    transform: scale(0.9); }
  .up {
    height: 0;
    padding: 0;
    transition: all .5s ease; } }

@media screen and (max-width: 600px) {
  /* structure */
  #primary .site-main {
    padding: 0 20px; }
  #secondary {
    padding: 20px; }
  h2 {
    line-height: 1.2; }
  .home .home-banner {
    height: 430px;
    background-position: 80% -50px; }
  .lumina .home-banner {
    height: 430px;
    background-position: center; }
  .lumina .banner {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .lumina .banner img {
      position: absolute;
      right: -50%;
      height: 100%;
      max-width: unset;
      width: auto; }
  .home-text-content p {
    line-height: 1.67; }
  .home-banner h1 {
    margin-bottom: 58px; }
  /* Blocks*/
  .block .thumb img {
    width: 100%;
    height: auto; }
  .testimonial-block .testimonial {
    width: 100%;
    background: none; }
    .testimonial-block .testimonial .inner-block .quote {
      padding: 0 50px; }
  .client-heroes {
    background: #fff; }
    .client-heroes .clients-grid .client-hero {
      width: 100%;
      margin: 0 0 40px;
      border: 0;
      padding: 0 20px 20px;
      border-radius: 0; }
  .clients-grid .client {
    width: 100%;
    margin: 0 0 80px;
    border: 0;
    padding: 0 20px 20px;
    border-radius: 0; }
  .testimonial-block .testimonial {
    width: 100%;
    background: none; }
    .testimonial-block .testimonial .inner-block .quote {
      padding: 0 50px; }
  .accordion-block .thumb {
    display: none; }
  .accordion-block h2 {
    margin-bottom: 50px; }
    .accordion-block h2::after {
      background-position: center top; }
  .client-heroes .clients-grid {
    grid-template-columns: 1fr; }
    .client-heroes .clients-grid .client-hero:nth-of-type(3) {
      display: block; }
  .news-block .news-grid {
    grid-template-columns: 1fr; }
    .news-block .news-grid .post:nth-of-type(3) {
      display: block; }
  .blog-grid-container .alm-reveal,
  .blog-grid-container .blog-grid {
    grid-template-columns: 1fr; }
  .archive-nav {
    margin-bottom: 50px; }
  .video-block .video {
    width: 360px; }
  .loader {
    width: 140px;
    height: 140px;
    top: calc(50% - 70px);
    left: calc(50% - 70px); }
  .iframecontainer2 {
    top: 9px;
    left: 54px;
    width: 250px;
    height: 176px; }
  .block-team .team-grid,
  .values-block .values,
  .download-grid-container {
    grid-template-columns: 1fr;
    padding: 0 15px; }
  .event-listing .link-container {
    float: none; }
  .single-event-header {
    padding: 0 20px; }
    .single-event-header .single-event-meta {
      width: 100%; }
    .single-event-header .thumb {
      display: none; }
  .contact-block .contacts > div {
    width: 100%;
    margin-bottom: 50px; }
  .blog-grid .post {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    margin: 40px 0;
    border-radius: 0; }
  .blog-grid-container .archive-nav {
    padding: 0; }
  .widget_search {
    display: none; }
  /* sliders */
  .client-slider {
    display: none; }
  /* Footer */
  #footer .site-info > div {
    width: 100%; }
  #footer .subscribe {
    display: none; }
  #footer .site-info .footer-demo-form {
    width: 100%; }
  .panel-close.spotlight-close {
    position: fixed; }
  .spotlight-overlay .spotlight-flex .spotlight-container {
    border-radius: 0;
    padding: 15px;
    box-shadow: none; }
    .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content {
      grid-template-columns: 2fr; }
      .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .left {
        order: 1; }
      .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .right .thumb {
        width: 60%;
        margin: 0 auto 20px; }
        .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .right .thumb img {
          width: 1005; }
      .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .spotlight-meta {
        border-left: none;
        border-bottom: 1px solid #ccc;
        padding: 0; }
        .spotlight-overlay .spotlight-flex .spotlight-container #spotlight-content .spotlight-meta div {
          margin-bottom: 10px; } }

@media screen and (max-width: 520px) {
  .resource-grid {
    grid-template-columns: 1fr; }
  .resource-grid .resource:first-of-type {
    flex-direction: column; }
  .resource-grid .resource:first-of-type .thumb {
    order: -1; }
  .related-downloads .inner {
    grid-template-columns: 1fr; }
  .resource-grid .resource:first-of-type .text {
    padding-right: 0; }
  .overlay .overlay-flex {
    height: 100%;
    justify-content: flex-start; }
  .popup-container {
    margin: 0;
    border-radius: 0;
    padding: 15px;
    overflow-y: scroll; }
    .popup-container .popup-inner {
      grid-template-columns: 1fr;
      grid-gap: 30px; }
      .popup-container .popup-inner .popup-content {
        order: 1; }
      .popup-container .popup-inner h2 {
        font-size: 36px;
        line-height: 1.2; }
  #video-slider {
    display: none; }
  #footer .inner {
    display: block;
    grid-template-columns: 1fr; }
    #footer .inner .contacts, #footer .inner .social-links, #footer .inner .footer-demo-form {
      margin-bottom: 40px; }
  .wpcf7 div.grid-2col {
    display: block; }
    .wpcf7 div.grid-2col > div {
      margin-bottom: 5px; }
  /* Blocks */
  /* Hereos */
  .block.heroes .heroes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 45px 0; }
  .values-block .values .value .text {
    padding: 0 0 20px; }
  .lumina-heroes {
    padding: 80px 0; }
  .client-heroes {
    padding: 30px 0; }
  .testimonial-block,
  image-bloc {
    padding: 30px 0; }
  .testimonial-block .quote {
    font-size: 20px; }
  .client-heroes .clients-grid .post,
  .blog-grid-container .alm-reveal .post,
  .blog-grid-container .blog-grid .post,
  .vacancies .post,
  .spotlight .post {
    height: auto;
    padding: 15px;
    background: #fff;
    border: navajowhite;
    border-radius: 0;
    text-align: left;
    box-shadow: none; }
  .lumina-choice {
    grid-template-columns: 1fr; }
  .lumina .basic-block.has-form {
    padding-bottom: 0; }
  #footer .inner .footer-navigation {
    -moz-column-count: 1;
         column-count: 1;
    padding: 0;
    margin-bottom: 29px; }
  .carousel-block .inner {
    padding: 0; }
    .carousel-block .inner .text {
      padding: 0 15px; }
  .carousel .img-wrapper {
    padding: 0; }
  .carousel {
    max-width: 100vw; }
  .slick-slide {
    margin: 0; } }

@media screen and (max-width: 480px) {
  .site {
    margin-top: 61px; }
  .banner + .fullwidth-text-panel {
    padding-top: 20px; }
  .page-header {
    padding: 20px 20px 0; }
  #masthead {
    height: 60px; }
    #masthead .inner {
      padding: 5px 10px; }
  .site-branding {
    margin-top: 0;
    height: 55px;
    overflow: hidden; }
    .site-branding #logo {
      width: 110px; }
  .menu-toggle {
    top: -3px;
    transform: scale(0.85); }
  .page-contact .contacts-block {
    display: none; }
  .no-banner {
    padding-top: 100px; }
  .home .home-banner .overlay {
    background-image: linear-gradient(to top, #f28705 0%, rgba(242, 135, 5, 0) 70%); }
  /* lumina */
  .lumina .banner .overlay .inner {
    justify-content: flex-end; }
  .lumina .banner .overlay h1 {
    margin-bottom: 50px; }
  .lumina .basic-block {
    padding: 40px 0 50px; }
  /* inputs, helpers */
  button, .button, .button-alt, .button-alt2, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 8px 20px; }
  .thumb img {
    width: 100%; }
  .alignright,
  .alignleft {
    float: none;
    margin: 0;
    width: 100%; }
  .block .content {
    margin-bottom: 0px !important; }
  .block h2 {
    padding: 0 10px; }
  .basic-block {
    padding: 30px 0; }
    .basic-block .thumb {
      padding: 0;
      min-height: 230px; }
  .client-heroes .clients-grid .client-hero {
    margin: 0; }
  .clients-grid .client {
    margin: 0 0 20px; }
  .accordion-block .acc-container .acc-item .acc-content .acc-icon {
    float: none;
    margin: 0 auto -20px;
    height: 200px;
    display: block; }
  .wpcf7 div.grid-2col {
    grid-template-columns: 1fr; }
  p.jobtitle {
    margin-bottom: .5em; }
  .block-team {
    padding: 50px 0 0; }
    .block-team .team-grid .character {
      display: none; }
  /* Resources */
  .resources-sidebar.widget-area {
    display: none; }
  #gatekeeper h3 {
    font-size: 18px; }
  section.month {
    padding: 0; }
  #footer {
    margin-top: 0px; }
  #footer-menu li {
    margin-right: 5px; }
    #footer-menu li::after {
      margin-left: 5px; } }

@media screen and (max-width: 400px) {
  .cta {
    margin: 0 !important; }
    .cta .button-alt {
      margin: 20px 0 0; } }
/*# sourceMappingURL=style.css.map */