@charset "UTF-8";
@font-face {
  font-family: 'greycliff-bold';
  src: url("../fonts/greycliffcf-bold-webfont.woff2") format("woff2"), url("../fonts/greycliffcf-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'greycliff-light';
  src: url("../fonts/greycliffcf-light-webfont.woff2") format("woff2"), url("../fonts/greycliffcf-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'greycliff-medium';
  src: url("../fonts/greycliffcf-medium-webfont.woff2") format("woff2"), url("../fonts/greycliffcf-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'greycliff-regular';
  src: url("../fonts/greycliffcf-regular-webfont.woff2") format("woff2"), url("../fonts/greycliffcf-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Hack';
  src: url("../fonts/hack-regular-subset.woff2") format("woff2"), url("../fonts/hack-regular-subset.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

body {
  position: relative; }

#body-wrapper .container {
  padding: 2rem 0 2rem; }

.header-fixed #body-wrapper {
  padding-top: 4rem; }

.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0; }

section.section {
  position: relative; }

.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0; }

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
  background-size: cover;
  background-position: center; }
  .hero h1 {
    color: black;
    font-size: 3rem; }
  .hero h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 2.5rem; }
  .hero.hero-fullscreen {
    min-height: 100vh; }
  .hero.hero-large {
    min-height: 500px; }
  .hero.hero-medium {
    min-height: 400px; }
  .hero.hero-small {
    min-height: 110px; }
  .hero.hero-tiny {
    min-height: 8rem; }
  .hero.bg-dark {
    background: rgba(21, 20, 18, 0.95) !important; }
    .hero.bg-dark h1, .hero.bg-dark .h1, .hero.bg-dark h3, .hero.bg-dark .h3 {
      color: #fff; }
  @media (max-width: 840px) {
    .hero h1 {
      font-size: 3rem; }
    .hero h2 {
      font-size: 1.75rem; } }
  @media (max-width: 600px) {
    .hero h1 {
      font-size: 2rem; }
    .hero h2 {
      font-size: 1.25rem; } }
  .hero.text-light h1 {
    color: #fff; }
  .hero.text-light h2 {
    color: rgba(255, 255, 255, 0.8); }
  .hero p {
    font-size: .9rem;
    font-weight: 300; }
  .hero #to-start {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 2rem;
    cursor: pointer; }

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .overlay-light .image-overlay {
    background: rgba(255, 255, 255, 0.4); }
  .overlay-light-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); }
  .overlay-dark .image-overlay {
    background: rgba(0, 0, 0, 0.4); }
  .overlay-dark-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); }

.align-self-end {
  align-self: end; }

.m-25 {
  margin: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.my-25 {
  margin-bottom: 25px !important;
  margin-top: 25px !important; }

.p-25 {
  padding: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.py-25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important; }

.m-50 {
  margin: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.my-50 {
  margin-bottom: 50px !important;
  margin-top: 50px !important; }

.p-50 {
  padding: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.py-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important; }

.p-100 {
  padding: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.py-100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important; }

.m-100 {
  margin: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.my-100 {
  margin-bottom: 100px !important;
  margin-top: 100px !important; }

html {
  font-size: 18px; }
  @media screen and (min-width: 480px) {
    html {
      font-size: calc(18px + 2 * ((100vw - 480px) / 800)); } }
  @media screen and (min-width: 1280px) {
    html {
      font-size: 20px; } }

body {
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: "greycliff-bold", "Helvetica Neue", sans-serif;
  color: #070706; }

h2, .h2 {
  letter-spacing: -1px; }

h5, .h5 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8rem; }

.page-header-title h1 {
  font-size: 3rem; }

.title-center h1, .title-center h2 {
  text-align: left; }

.valign-middle {
  align-items: center;
  vertical-align: middle; }

a:focus {
  outline: none !important;
  box-shadow: none !important; }

img {
  max-width: 100%; }

pre code, pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto; }

pre code:not(.hljs) {
  background: #f8f8f8; }

i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920; }

b,
strong {
  font-weight: 700; }

.heavy {
  font-weight: 700; }

.light {
  font-weight: 200; }

.text-light {
  color: rgba(255, 255, 255, 0.8); }
  .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: rgba(255, 255, 255, 0.9); }

#error {
  text-align: center;
  position: relative;
  margin-top: 5rem; }
  #error .icon {
    font-size: 50px; }

#messages {
  margin-bottom: 1rem; }
  #messages .icon {
    font-size: 1rem; }

ul,
ol {
  margin-left: 1.6rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-left: 1.6rem; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

.notices {
  margin: 1.5rem 0; }
  .notices p {
    margin: 1rem 0; }

mark {
  background: #DC2E23;
  color: #fff;
  border-bottom: 0.05rem solid #9a2019;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0; }

.bg-cream h2, .bg-cream .h3 {
  margin-top: 0; }

.bg-cream h5, .bg-cream .h5 {
  color: #7c7670; }

.bg-cream a {
  color: #151412; }

.bg-cream p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #7c7670; }

/*a:not(.plain):not(.nav-link) {
  background-repeat: no-repeat;
//   background-position: 100% 100%;
  background-position: 100% 1rem;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -2px;
  margin-right: -2px;
  transition: all 0.2s ease-in-out;
  color: $dark-color;
  text-decoration: underline;

  &:hover {
    text-decoration: none;
    background-position: 100% 100%;
    color: $light-color;
    background-image: linear-gradient(to top, $primary-color,  $primary-color);
  }
}*/
a:not(.plain):not(.nav-link) {
  background: 0 100%/2px 2px linear-gradient(to bottom, #151412 0%, #151412 100%) repeat-x;
  text-decoration: none;
  transition: background-size .3s, color .3s; }
  a:not(.plain):not(.nav-link):not(.btn-dark) {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -2px;
    margin-right: -2px;
    color: #151412; }
  a:not(.plain):not(.nav-link):hover {
    border-radius: 2px;
    color: #fff;
    background: 0 100%/2px 2px linear-gradient(to bottom, #DC2E23 0%, #DC2E23 100%) repeat-x;
    background-size: 4px 50px; }

.text-cream-2 {
  color: #CCC3BA;
  mix-blend-mode: multiply; }

.text-cream {
  color: #7c7670;
  mix-blend-mode: multiply; }

.card-title, a {
  font-weight: bold; }

.card-footer {
  display: block !important; }
  .card-footer a {
    margin: 0 8px !important;
    padding: 4px !important; }
    .card-footer a:first-child {
      margin-left: 0 !important; }
    .card-footer a:last-child {
      margin-right: 0 !important; }

.btn {
  border-radius: 1.8rem;
  border: none;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

button.special-button, a.special-button {
  cursor: pointer;
  border: none;
  filter: url(#mtb);
  background: none;
  color: inherit;
  padding: 0;
  font: inherit;
  outline: inherit;
  position: relative;
  width: 158px;
  height: 41px;
  left: calc(100% - 150px); }
  button.special-button span, a.special-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%); }
  @media (max-width: 840px) {
    button.special-button, a.special-button {
      filter: none; } }

form button.special-button, form a.special-button {
  color: #fff; }

svg.sparkles {
  position: absolute;
  z-index: -1;
  left: 0; }

div.balls-container, div.exploding-container {
  position: absolute;
  top: 0; }

div.ball {
  position: absolute;
  display: block;
  float: left;
  width: 41px;
  height: 41px;
  background: #DC2E23;
  top: 0;
  border-radius: 50% 50%; }

div.ball-small {
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  float: left;
  background: #DC2E23;
  top: 0;
  left: 0;
  border-radius: 50%; }

form {
  /** Reset some defaults for Quark Theme **/ }
  form .button-wrapper {
    margin-top: 0.75rem; }
  form span.required {
    color: #e85600;
    font-weight: 700;
    font-size: 1.2rem; }
  form .form-input[type=range] {
    appearance: slider-horizontal; }
    form .form-input[type=range]:focus {
      box-shadow: none;
      border: none; }
  form .form-group:not(.form-field-toggleable) .checkboxes {
    display: inherit; }
    form .form-group:not(.form-field-toggleable) .checkboxes label {
      display: inherit;
      padding: 0.1rem 0.4rem 0.1rem 1.2rem;
      margin: inherit; }
      form .form-group:not(.form-field-toggleable) .checkboxes label:before {
        display: none; }
  form .form-field {
    padding-top: 12px;
    padding-bottom: 10px; }
    form .form-field .form-input::placeholder {
      color: #ada9a5; }
    form .form-field input.form-input, form .form-field textarea.form-input {
      border: none;
      border-bottom: 2px dotted #151412;
      transition: all 3s ease-in-out; }
      form .form-field input.form-input:focus, form .form-field textarea.form-input:focus {
        border: none;
        border-bottom: 2px solid #151412;
        box-shadow: none; }

.email-client-picker, .btn-dark {
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: .6em 1.8em .5em .8em;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #7c7670;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: .2em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237c7670%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #272727 0%, #000000 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }
  .email-client-picker::-ms-expand, .btn-dark::-ms-expand {
    display: none; }
  .email-client-picker:hover, .btn-dark:hover {
    border-color: #fff; }
  .email-client-picker:focus, .btn-dark:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #fff;
    outline: none; }
  .email-client-picker option, .btn-dark option {
    font-weight: normal; }

.btn-dark {
  padding: .5em 0.8em .5em .8em !important;
  color: white;
  height: 32px !important;
  margin-bottom: 2px;
  margin-left: 2px;
  background: none; }
  .btn-dark:visited {
    color: white; }

#grav-login > form {
  margin: 2rem auto 0;
  max-width: 350px; }

#grav-login .form-label {
  display: none; }

#grav-login .form-data {
  margin: 1rem 0; }

#grav-login .form-input {
  text-align: center; }

#grav-login .button-wrapper {
  text-align: right; }
  #grav-login .button-wrapper .form-data.rememberme {
    margin: 0;
    float: left; }

#grav-login .login-form button[type="submit"] {
  background: #DC2E23;
  border-color: #cf2b21;
  color: #fff; }
  #grav-login .login-form button[type="submit"]:focus, #grav-login .login-form button[type="submit"]:hover {
    background: #c62920;
    border-color: #b9271d;
    color: #fff; }
  #grav-login .login-form button[type="submit"]:active, #grav-login .login-form button[type="submit"].active {
    background: #bd281e;
    border-color: #b0251c;
    color: #fff; }

#grav-login .twofa-form button[type="submit"]:first-child {
  background: #DC2E23;
  border-color: #cf2b21;
  color: #fff;
  float: right;
  margin-left: 4px; }
  #grav-login .twofa-form button[type="submit"]:first-child:focus, #grav-login .twofa-form button[type="submit"]:first-child:hover {
    background: #c62920;
    border-color: #b9271d;
    color: #fff; }
  #grav-login .twofa-form button[type="submit"]:first-child:active, #grav-login .twofa-form button[type="submit"]:first-child.active {
    background: #bd281e;
    border-color: #b0251c;
    color: #fff; }

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 999; }

.mobile-logo svg, .mobile-logo img {
  height: 42px;
  margin-top: .7rem; }
  .mobile-logo svg path, .mobile-logo img path {
    fill: #fff; }

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3; }
  .header-fixed .mobile-menu {
    position: fixed; }
  @media (max-width: 840px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu .button_container {
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    height: 24px;
    width: 28px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease, top 0.5s ease; }
    .mobile-menu .button_container:hover {
      opacity: .7; }
    .mobile-menu .button_container.active {
      position: fixed; }
      .mobile-menu .button_container.active .top {
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #FFF; }
      .mobile-menu .button_container.active .middle {
        opacity: 0;
        background: #FFF; }
      .mobile-menu .button_container.active .bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #FFF; }
    .mobile-menu .button_container span {
      background: #DC2E23;
      border: none;
      height: 4px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .35s ease;
      cursor: pointer; }
      .mobile-menu .button_container span:nth-of-type(2) {
        top: 8px; }
      .mobile-menu .button_container span:nth-of-type(3) {
        top: 16px; }

.overlay {
  position: fixed;
  background: #DC2E23;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
  .overlay nav {
    position: relative;
    margin: 0 auto;
    text-align: center; }
  .overlay .mobile-logo {
    position: relative;
    z-index: 200; }
  .overlay #toggle-close {
    position: absolute;
    top: 8px;
    width: 50px;
    height: 50px;
    right: 14px; }
    .overlay #toggle-close .button_container {
      display: block;
      position: absolute;
      top: 42%;
      right: 0;
      height: 50%;
      width: 50%;
      cursor: pointer;
      z-index: 100;
      transform: translateX(-50%) translateY(-50%); }
      .overlay #toggle-close .button_container span {
        background: #fff;
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer; }
        .overlay #toggle-close .button_container span.top {
          transform: translateY(8px) translateX(0) rotate(45deg);
          background: #fff;
          top: 8px; }
        .overlay #toggle-close .button_container span.middle {
          opacity: 0;
          background: #fff; }
        .overlay #toggle-close .button_container span.bottom {
          transform: translateY(-8px) translateX(0) rotate(-45deg);
          background: #fff;
          top: 24px; }

.overlay-menu {
  height: 100%;
  position: absolute !important;
  width: 100%;
  top: 0px;
  overflow-y: hidden; }
  .overlay-menu > .tree {
    text-align: center;
    margin: 0;
    list-style: none;
    top: 50%;
    position: relative;
    transform: translateY(-50%); }
    .overlay-menu > .tree li {
      margin: 1rem; }
    .overlay-menu > .tree a {
      color: #fff !important;
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 600; }
      .overlay-menu > .tree a:hover, .overlay-menu > .tree a:focus, .overlay-menu > .tree a.active {
        color: #fff !important;
        text-decoration: none; }
      .overlay-menu > .tree a i.rotated {
        transform: rotate(90deg); }
    .overlay-menu > .tree .submenu {
      list-style: none;
      text-align: center;
      margin: 0;
      display: none; }
      .overlay-menu > .tree .submenu.expanded {
        display: block; }
      .overlay-menu > .tree .submenu li {
        margin: 0.3rem; }
      .overlay-menu > .tree .submenu a {
        color: black !important;
        font-size: 1rem; }
        .overlay-menu > .tree .submenu a:hover, .overlay-menu > .tree .submenu a:focus, .overlay-menu > .tree .submenu a.active {
          color: black !important;
          text-decoration: none; }

.treemenu.treemenu-root {
  margin: 1rem; }

.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 5px 0;
  line-height: 1.2rem;
  background: rgba(62, 59, 53, 0.1); }
  .treemenu li a {
    display: block;
    margin-left: 1.2rem;
    font-size: 1rem; }
    .treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
      color: #de3b30 !important;
      text-decoration: none; }

.treemenu ul {
  margin: 0 0 0 1rem; }

.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left; }
  .treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt; }

.treemenu li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default; }
  .treemenu li.tree-empty > .toggler:before {
    content: "\2022"; }

.treemenu li.tree-closed > .toggler:before {
  content: "+"; }

.treemenu li.tree-opened > .toggler:before {
  content: "\2212"; }

.mobile-nav-open {
  overflow-y: hidden; }

@media (max-width: 600px) {
  .hero {
    padding: 0.6rem; }
    .hero .writing-text {
      text-align: center;
      height: 4rem; } }

@media (max-width: 600px) {
  .p-100 {
    padding: 1rem !important; } }

@media (max-width: 600px) {
  .px-100 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }

.default-animation, #header, #header .navbar-section, #header .logo svg, #header .logo img, .modular-features.small .feature-icon i, .modular-features .feature-icon {
  transition: all 0.5s ease; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

#header {
  position: relative;
  z-index: 400;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid rgba(131, 125, 112, 0.2);
  font-size: 0.7rem;
  font-weight: 700;
  background: #fff;
  color: #151412; }
  #header a:not(.special-button) {
    color: #151412; }
  #header .logo svg path {
    fill: #000000; }
  .header-dark #header:not(.scrolled) {
    background: rgba(21, 20, 18, 0.95);
    color: #fff; }
    .header-dark #header:not(.scrolled) a:not(.special-button) {
      color: #CCC3BA !important; }
      .header-dark #header:not(.scrolled) a:not(.special-button).text-light {
        color: #fff !important; }
      .header-dark #header:not(.scrolled) a:not(.special-button).active {
        color: #fff !important; }
    .header-dark #header:not(.scrolled) .dropmenu ul ul a, .header-dark #header:not(.scrolled) .dropmenu ul ul a.active {
      color: #151412 !important; }
    .header-dark #header:not(.scrolled) .logo svg path.text {
      fill: #fff; }
  .header-dark.header-transparent #header:not(.scrolled) {
    background: rgba(0, 0, 0, 0.05); }
  .header-transparent #header:not(.scrolled) {
    background: rgba(255, 255, 255, 0.05); }
  #header .navbar-section {
    height: 4rem; }
    @media (max-width: 840px) {
      #header .navbar-section {
        margin-right: 2rem; } }
    #header .navbar-section.mobile-menu-button {
      display: none; }
      @media (max-width: 840px) {
        #header .navbar-section.mobile-menu-button {
          display: flex; } }
      #header .navbar-section.mobile-menu-button .button_container {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        height: 20px;
        width: 50%;
        cursor: pointer;
        z-index: 100;
        transform: translateX(-50%) translateY(-50%); }
        #header .navbar-section.mobile-menu-button .button_container span {
          background: #fff;
          border: none;
          height: 2px;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          transition: all .35s ease;
          cursor: pointer; }
          #header .navbar-section.mobile-menu-button .button_container span:nth-of-type(2) {
            top: 8px; }
          #header .navbar-section.mobile-menu-button .button_container span:nth-of-type(3) {
            top: 16px; }
      #header .navbar-section.mobile-menu-button .blob-animate {
        margin-top: 15px; }
  @media (max-width: 840px) {
    #header .navbar-section.desktop-menu {
      display: none; } }
  #header .logo svg, #header .logo img {
    height: 55px;
    display: inherit; }
  .header-fixed #header {
    position: fixed;
    top: 0;
    z-index: 2; }
  #header .navbar .desktop-menu ul li {
    margin-left: 0.6rem; }
    #header .navbar .desktop-menu ul li:first-child {
      margin-left: 0; }
    #header .navbar .desktop-menu ul li a {
      position: relative;
      padding: 7px 20px 7px 20px; }
      #header .navbar .desktop-menu ul li a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        width: 100%;
        background-color: #fff;
        transform-origin: bottom right;
        transform: scaleX(0);
        transition: transform 0.5s ease; }
      #header .navbar .desktop-menu ul li a:hover:before {
        transform-origin: bottom left;
        transform: scaleX(1); }
      #header .navbar .desktop-menu ul li a.active:before {
        content: '';
        position: absolute;
        height: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        transform-origin: bottom left;
        transform: scaleX(1);
        transition: transform 0.3s ease-in-out; }
      #header .navbar .desktop-menu ul li a.active:hover:before {
        transform: scaleX(0);
        transform-origin: bottom right; }
  #header .navbar .desktop-menu ul.submenu {
    left: 50%;
    transform: translateX(-50%); }
    #header .navbar .desktop-menu ul.submenu li {
      margin-left: 0; }
      #header .navbar .desktop-menu ul.submenu li a:before {
        background-color: #DC2E23; }

body.header-fixed.header-animated #header.scrolled {
  height: 2.3rem; }
  body.header-fixed.header-animated #header.scrolled .navbar-section {
    height: 2.3rem; }
  body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img {
    height: 35px; }
  body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
    top: 0.5rem; }

.login-status-wrapper {
  white-space: nowrap; }

body.sticky-footer #page-wrapper {
  overflow-x: hidden; }
  @media (max-width: 600px) {
    body.sticky-footer #page-wrapper {
      padding-top: 0 !important; } }

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  body.sticky-footer #page-wrapper {
    flex: 1 0 auto;
    padding-top: 2.4rem; }

#footer {
  color: #CCC3BA;
  padding: 1rem 1rem 0;
  text-align: center;
  font-weight: 500; }
  #footer p {
    margin-bottom: 0.8rem; }
  #footer a {
    color: #CCC3BA;
    background-image: linear-gradient(#CCC3BA, #CCC3BA); }
    #footer a:hover {
      color: #fff; }
  #footer .logo {
    width: 100px;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    fill: #CCC3BA;
    opacity: 0.3; }
  #footer .social-media > a {
    display: inline-flex;
    padding: .25rem;
    margin: .25rem;
    background: none;
    border: 2px dotted #CCC3BA;
    border-radius: 100%;
    transition: all .25s ease-in-out; }
    #footer .social-media > a:hover {
      transition: all .25s ease-in-out;
      border-style: solid; }
      #footer .social-media > a:hover.github {
        border-color: #000; }
        #footer .social-media > a:hover.github svg {
          fill: #000; }
      #footer .social-media > a:hover.linkedin {
        border-color: #0072b1; }
        #footer .social-media > a:hover.linkedin svg {
          fill: #0072b1; }
      #footer .social-media > a:hover.facebook {
        border-color: #39569c; }
        #footer .social-media > a:hover.facebook svg {
          fill: #39569c; }
      #footer .social-media > a:hover.twitter {
        border-color: #00acee; }
        #footer .social-media > a:hover.twitter svg {
          fill: #00acee; }
    #footer .social-media > a span {
      display: flex;
      width: 16px;
      height: 16px; }
    #footer .social-media > a svg {
      width: 100%;
      height: 100%;
      fill: #CCC3BA; }

@media (max-width: 840px) {
  .dropmenu {
    display: none; } }

.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex; }
  .dropmenu ul li {
    position: relative;
    margin: 0; }
    .dropmenu ul li a {
      text-decoration: none;
      padding: 7px 30px 7px 20px;
      display: block; }
      .dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
        color: #DC2E23 !important; }
      .dropmenu ul li a:before {
        content: '\f107';
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: -20px; }
      .dropmenu ul li a:only-child {
        padding-right: 20px; }
        .dropmenu ul li a:only-child:before {
          content: ''; }
    .dropmenu ul li:hover > ul {
      display: block;
      visibility: visible; }
  .dropmenu ul ul li a:before {
    content: '\f105'; }
  .dropmenu ul ul {
    position: absolute;
    top: 100%;
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    visibility: hidden; }
    .dropmenu ul ul ul {
      position: absolute;
      left: 100%;
      top: 0; }

.dropmenu > ul > li {
  display: inline-block; }

.dropmenu.animated ul li {
  transition: background .7s, color 0.5s; }

.dropmenu.animated ul li:hover > ul {
  opacity: 1;
  transform: translateY(0); }

.dropmenu.animated ul ul {
  transition: transform .3s, opacity .5s;
  opacity: 0;
  transform: translateY(-10px); }

.bg-cream {
  background: #F3EFEB !important; }

.bg-dark {
  background: #151412 !important;
  color: #fff; }

.align-center {
  align-items: center; }

.blend-mode {
  mix-blend-mode: multiply; }

.blend-mode-diff {
  mix-blend-mode: difference; }

.grecaptcha-badge {
  display: none; }

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

.width-25 {
  width: 25%; }

.width-100 {
  width: 100%; }

.nowrap {
  white-space: nowrap; }

.flex {
  display: flex; }

.space-between {
  justify-content: space-between; }

.form-tools {
  color: #fff;
  width: 100%;
  font-size: .65rem; }
  .form-tools .protected-by-recaptcha {
    text-align: right; }

.fade-in-fwd {
  -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.gs-dev-tools {
  z-index: 999999999999999999999999999999999999; }

.z1 {
  z-index: 1; }

.blob-section {
  position: relative; }

.blob {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  z-index: 0; }

/*
    HOMEPAGE
*/
#header-blobs {
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden; }

.blob-section-1 .blob-1 {
  left: -8%;
  top: -16%;
  width: 100%;
  height: 100%; }

.blob-section-1 .blob-2 {
  right: -15%;
  width: 50%;
  height: 100%;
  top: -20%; }

.blob-section-1 .blob-3 {
  left: 15%;
  top: 30%; }

.blob-section-1 .blob-4 {
  right: 25%;
  top: 45%; }

body:not(.homepage) .blob-section-1 .blob-1 svg path, body:not(.homepage) .blob-section-1 .blob-2 svg path {
  fill: #FAF7F3 !important; }

.blob-section-2 .blob-1, .blob-section-2 .blob-1-out, .blob-section-2 .blob-1-over, .blob-section-2 .blob-2, .blob-section-2 .blob-2-over, .blob-section-2 .blob-3, .blob-section-2 .blob-3-over {
  margin-left: -100px;
  margin-top: -100px; }

.blob-section-2 .blob-1-out {
  left: -50px;
  z-index: -1;
  margin-top: 0;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9); }

.blob-section-2 .blob-1 {
  bottom: -25px;
  right: 30%;
  z-index: 2; }

.blob-section-2 .blob-1-over {
  left: 50px;
  top: 150px; }

.blob-section-2 .blob-2 {
  top: 80px;
  left: 25%;
  z-index: -1; }

.blob-section-2 .blob-2-over {
  right: 0;
  overflow: hidden;
  height: 100%; }

.blob-section-2 .blob-3 {
  right: -30px;
  bottom: 30px;
  z-index: -1; }

.blob-section-2 .blob-3-over {
  right: -55%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0; }

.blob-section-3 .blob-1, .blob-section-3 .blob-2, .blob-section-3 .blob-3, .blob-section-3 .blob-4, .blob-section-3 .blob-5 {
  z-index: -1; }

.blob-section-3 .blob-1 {
  left: -160px;
  top: -20px; }
  .blob-section-3 .blob-1 svg {
    max-width: 75%;
    height: auto; }

.blob-section-3 .blob-2 {
  right: 40%;
  bottom: 0; }

.blob-section-3 .blob-3 {
  top: 25px;
  left: -50px; }

.blob-section-3 .blob-4 {
  right: -50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.blob-section-3 .blob-5 {
  right: 10%;
  top: 55%;
  transform: translate(-50%, -50%); }

.blob-section-4 .card {
  overflow: hidden;
  position: relative; }

.blob-section-4 .blob-1, .blob-section-4 .blob-2, .blob-section-4 .blob-3, .blob-section-4 .blob-4, .blob-section-4 .blob-5 {
  z-index: -1; }

.blob-section-4 .blob-1 {
  left: 0;
  transform: translateX(-50%); }

.blob-section-4 .blob-2 {
  top: 175px;
  right: 75px; }

.blob-section-4 .blob-3 {
  right: -80px;
  top: 110px; }

.blob-section-4 .blob-4 {
  right: -130px;
  top: -10px; }

.blob-section-4 .blob-right {
  top: calc(-55px + 0.4rem + 18px);
  right: -120px; }

.blob-section-4 .blob-left {
  top: calc(-55px - 0.4rem - 18px);
  left: -120px; }

.blob-section-5 .blob-1 {
  top: -5%;
  right: -20%;
  z-index: -1;
  transform: scale(1.2); }

.blob-section-5 .blob-2 {
  z-index: 1;
  right: -20px;
  margin-right: -100px;
  margin-top: -100px;
  top: 210px; }

.blob-section-5 .blob-3 {
  top: -10px;
  left: 0; }
  @media (max-width: 600px) {
    .blob-section-5 .blob-3 {
      left: -32px; } }

/*
    OTHER SECTIONS
*/
#body-blobs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  overflow-x: hidden; }
  #body-blobs .accent svg path {
    fill: #DC2E23 !important; }
  #body-blobs .header-blobs .blob-1 {
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: 0; }
  #body-blobs .body-blobs .blob-1 {
    /*top: 20%;
            left: -25%;*/
    top: 35rem;
    left: -20rem; }
  #body-blobs .body-blobs .blob-2 {
    /*top: 30%;
            left: 6%;*/
    top: 50rem;
    left: 5rem; }
  #body-blobs .body-blobs .blob-3 {
    /*top: 48%;
            left: 30%;*/
    top: 80rem;
    left: 25rem; }
  #body-blobs .body-blobs .blob-4 {
    /*top: 25%;
            right: -40%;*/
    top: 40rem;
    right: -30rem; }
  #body-blobs .body-blobs .blob-5 {
    /*top: 50%;
            right: 10%;*/
    top: 84rem;
    right: 8rem; }
  #body-blobs .body-blobs .blob-6 {
    /*top: 22%;
            right: -10%;*/
    top: 37rem;
    right: -8rem; }
  #body-blobs .body-blobs .blob-7 {
    top: 125rem;
    left: -5rem; }
  #body-blobs .body-blobs .blob-8 {
    top: 127rem;
    left: -4rem; }

.team-page .blob-6 {
  display: none; }

/** Extra columns spacing **/
.extra-spacing:not(.col-12), :not(.col12) > .e-content {
  padding-right: 1rem; }
  @media (max-width: 840px) {
    .extra-spacing:not(.col-12), :not(.col12) > .e-content {
      padding-right: 0; } }

/** Breadcrumbs styling **/
#breadcrumbs {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem; }
  #breadcrumbs i {
    display: none; }
  #breadcrumbs span, #breadcrumbs a {
    padding: 0 0.5rem; }
    #breadcrumbs span:first-child, #breadcrumbs a:first-child {
      padding-left: 0; }
  #breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before {
    color: #e7e9ed;
    content: "/";
    padding-right: 1rem; }

/** Blog Listing **/
.blog-listing .bricklayer-column {
  padding-left: 0px;
  padding-right: 25px; }

.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1); }

.blog-listing .card-footer {
  text-align: right; }

.blog-listing .blog-date {
  font-size: 13px; }

/** Blog Item **/
.content-title {
  margin-bottom: 2rem; }
  .content-title h2 {
    margin-bottom: 0.5rem; }

.label {
  font-size: 12px;
  text-transform: uppercase; }

/** Pagination **/
ul.pagination {
  justify-content: center; }

.prev-next {
  margin-top: 4rem; }

/** Sidebar specific tweaks **/
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0; }
  #sidebar ul.related-pages li {
    border-bottom: 1px solid #b3afa6; }
    #sidebar ul.related-pages li:last-child {
      border-bottom: 0; }

#sidebar ul.archives {
  list-style: none;
  margin-left: 0; }
  #sidebar ul.archives .label {
    vertical-align: text-top; }

.modular-hero #to-start {
  bottom: 3.5rem; }

.modular-features {
  text-align: center; }
  .modular-features.offset-box .frame-box {
    margin: -3rem -1.4rem 3rem;
    padding: 1rem 1rem;
    background: #fff;
    box-shadow: 0 0 75px 0 rgba(21, 20, 18, 0.1); }
  .modular-features.small .columns {
    margin-top: -1rem; }
  .modular-features.small .column:hover .feature-icon i {
    color: #DC2E23; }
  .modular-features.small .feature-icon {
    display: block;
    justify-content: left; }
    .modular-features.small .feature-icon i {
      position: relative;
      display: inherit;
      font-size: 70px;
      margin: 0 auto 1rem;
      transform: none;
      left: auto;
      top: auto;
      color: #837d70; }
    .modular-features.small .feature-icon h6 {
      text-transform: none; }
  .modular-features .frame-box {
    padding: 3rem 0; }
    .modular-features .frame-box > p {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
  .modular-features .column {
    padding: 1rem; }
    .modular-features .column:hover .feature-icon {
      color: #837d70; }
      .modular-features .column:hover .feature-icon h6 {
        color: #DC2E23; }
    .modular-features .column:hover .feature-content {
      color: #3e3b35; }
  .modular-features .feature-icon {
    font-size: 130px;
    height: 100px;
    color: #b3afa6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0; }
    .modular-features .feature-icon i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .modular-features .feature-icon h6 {
      background: #fff;
      line-height: 1;
      z-index: 1;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      display: block;
      color: #3e3b35; }
  .modular-features .feature-content {
    color: #837d70; }

.modular-text {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .modular-text .columns.left {
    flex-direction: row-reverse; }

.hero .columns {
  position: relative; }
  @media (max-width: 1280px) {
    .hero .columns #hero-text {
      padding-bottom: 50px; } }
  @media (max-width: 1280px) {
    .hero .columns #hero-text h3.writing-text {
      position: absolute;
      bottom: 20px;
      left: 0px;
      text-align: left; } }
  @media (max-width: 840px) {
    .hero .columns #hero-text h3.writing-text {
      position: static; } }
  .hero .columns #hero-image {
    text-align: center; }
    @media (max-width: 840px) {
      .hero .columns #hero-image img {
        width: 70%;
        margin: 0 auto; } }

@media (max-width: 600px) {
  #start .modular-text {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media (max-width: 600px) {
  #start .modular-text .container {
    overflow: hidden;
    padding: 2rem !important; } }

@media (max-width: 960px) {
  #services #headline {
    flex: 0 0 100%;
    max-width: 100%; }
    #services #headline h2 {
      margin: 0;
      text-align: center;
      position: relative;
      z-index: 400; } }

@media (max-width: 960px) {
  #services .column {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
    #services .column h2 {
      margin-right: 0; } }

#services h2.h1 {
  margin-right: 35%;
  margin-left: 10%; }
  @media (max-width: 600px) {
    #services h2.h1 {
      margin-right: 25%; } }

#plugins .plugin, .plugins-list .plugin {
  margin-bottom: 1.2rem; }
  #plugins .plugin .style-2, .plugins-list .plugin .style-2 {
    margin-left: 10px; }
  #plugins .plugin .style-3, .plugins-list .plugin .style-3 {
    margin-left: 10px;
    margin-top: -1.2rem; }

#plugins .card, .plugins-list .card {
  border: none;
  /*.card-footer {
      display: flex;
      justify-content: space-between;
    }*/ }
  #plugins .card.style-1, .plugins-list .card.style-1 {
    background: #F3EFEB;
    margin-right: 10px; }
    @media (max-width: 600px) {
      #plugins .card.style-1, .plugins-list .card.style-1 {
        margin-right: 0; } }
  #plugins .card.style-2, .plugins-list .card.style-2 {
    background: #F3EFEB; }
  #plugins .card.style-2-inverse, .plugins-list .card.style-2-inverse {
    background: #FAF7F3; }
  #plugins .card.style-3, .plugins-list .card.style-3 {
    background: #FAF7F3; }
  #plugins .card .card-body, .plugins-list .card .card-body {
    color: #7c7670; }
  #plugins .card.style-premium, .plugins-list .card.style-premium {
    color: white; }
    #plugins .card.style-premium .card-body, .plugins-list .card.style-premium .card-body {
      color: #cac7c2; }
    #plugins .card.style-premium a, .plugins-list .card.style-premium a {
      color: inherit; }
      #plugins .card.style-premium a:not(:hover), .plugins-list .card.style-premium a:not(:hover) {
        background: 0 100%/2px 2px linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) repeat-x; }

@media (max-width: 960px) {
  #plugins .column#title {
    flex: 0 0 100%;
    max-width: 100%; }
    #plugins .column#title h1, #plugins .column#title p {
      text-align: center;
      margin: 0; } }

@media (max-width: 960px) {
  #plugins .column .plugins-list {
    margin-top: 50px; } }

#contact p, #plugins p {
  margin-right: 26%;
  color: #7c7670; }
  @media (max-width: 600px) {
    #contact p, #plugins p {
      color: #151412; } }

#contact {
  background-color: #0e0d0c; }
  @media (max-width: 600px) {
    #contact {
      padding: 50px !important; } }
  #contact p {
    color: #fff; }
  #contact h1 {
    color: #fff; }
  #contact .form-field input.form-input, #contact .form-field textarea.form-input {
    border-bottom: 2px dotted #7c7670;
    transition: all .5s ease-in-out;
    background: #0e0d0c;
    color: #fff; }
    @media (max-width: 600px) {
      #contact .form-field input.form-input, #contact .form-field textarea.form-input {
        background: rgba(0, 0, 0, 0.2); } }
    #contact .form-field input.form-input:focus, #contact .form-field textarea.form-input:focus {
      border: none;
      border-bottom: 2px solid #fff;
      transition: all .5s ease-in-out;
      box-shadow: none; }
  #contact .form-field input:-webkit-autofill,
  #contact .form-field input:-webkit-autofill:hover,
  #contact .form-field input:-webkit-autofill:focus,
  #contact .form-field textarea:-webkit-autofill,
  #contact .form-field textarea:-webkit-autofill:hover,
  #contact .form-field textarea:-webkit-autofill:focus,
  #contact .form-field select:-webkit-autofill,
  #contact .form-field select:-webkit-autofill:hover,
  #contact .form-field select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #0e0d0c inset;
    transition: all .5s ease-in-out; }
  @media (max-width: 600px) {
    #contact .special-button {
      background: #DC2E23;
      border-radius: 30px;
      overflow: hidden; } }

#quotes .container {
  min-height: 480px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #0e0d0c;
  background-size: cover; }
  #quotes .container .columns {
    z-index: 2;
    position: relative; }
    #quotes .container .columns h5 {
      color: #7c7670; }
    #quotes .container .columns h2 {
      color: #fff; }
    #quotes .container .columns h6 {
      color: #CCC3BA; }
    #quotes .container .columns .featured-quote {
      font-size: 2rem;
      line-height: 64px; }
    #quotes .container .columns .quote-quote {
      font-size: 1.2rem;
      line-height: 1.6rem; }
  #quotes .container .blob {
    position: absolute;
    bottom: 30px;
    left: 30%;
    z-index: 0; }

@media (max-width: 1280px) {
  .services-list {
    padding-left: 100px;
    padding-right: 100px; } }

@media (max-width: 960px) {
  .services-list {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 600px) {
  .services-list {
    padding-left: 15px;
    padding-right: 15px; } }

.services-list .description {
  font-weight: normal;
  letter-spacing: normal; }

.services-list .pull {
  position: relative;
  right: 50%; }
  @media (max-width: 840px) {
    .services-list .pull {
      right: 0; } }

.services-list .push {
  position: relative;
  left: 50%; }
  @media (max-width: 840px) {
    .services-list .push {
      left: 0; } }

.services-list .spacer {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 960px) {
    .services-list .spacer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 600px) {
    .services-list .spacer {
      padding-top: 15px;
      padding-bottom: 15px; } }

.portfolio {
  column-count: 2;
  column-gap: 1em; }
  .portfolio .deliverable-image {
    box-shadow: 0px 10px 50px rgba(124, 118, 112, 0.5);
    border-radius: 12px;
    max-width: 100%; }
  .portfolio .item {
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%; }

.hosting-page .features-list .card {
  background-color: transparent;
  border: none; }

.hosting-page .features-list .card-image img {
  max-height: 65px; }

.hosting-page .features-list .card-image.large img {
  max-height: inherit; }

.hosting-page .panel {
  border-radius: 200px;
  border: 0;
  padding: 1rem 0; }

.hosting-page .plans-cream {
  border-radius: 200px;
  background: #F3EFEB;
  border: none;
  padding: 2rem 0; }

.hosting-page .plans-dark {
  border-radius: 200px;
  background: #151412;
  border: none;
  padding: 2rem 0;
  color: #fff; }
  .hosting-page .plans-dark h1 {
    color: #fff; }

.hosting-page .plans-red {
  margin: -4rem;
  background: #DC2E23;
  color: #fff;
  z-index: 1;
  align-items: center;
  border-radius: 200px;
  vertical-align: middle; }
  .hosting-page .plans-red h1 {
    color: #fff;
    font-size: 3.5rem; }
  .hosting-page .plans-red .panel {
    margin-top: 6rem;
    border: 0; }

.extras.card {
  border: 0;
  background: #F3EFEB;
  padding: 0.8rem;
  margin-bottom: 0.8rem; }

.extra-body .badge::after {
  font-size: 0.5rem;
  padding: .2rem .4rem; }

.extra-title img {
  max-height: 80px;
  min-width: 60px;
  max-width: 60px; }

.datacenters {
  margin: 4rem 0; }
  .datacenters .map {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 840px) {
      .datacenters .map {
        max-width: inherit; } }
  .datacenters svg {
    border-radius: 2rem 2rem 0 0; }
    @media (max-width: 840px) {
      .datacenters svg {
        border-radius: 0; } }
  .datacenters .legend {
    border-radius: 0 0 2rem 2rem;
    background-color: #000;
    color: #fff;
    padding: 2rem; }
    .datacenters .legend h1, .datacenters .legend h2, .datacenters .legend h3, .datacenters .legend h4, .datacenters .legend h5, .datacenters .legend h6, .datacenters .legend p {
      color: #fff; }
    .datacenters .legend .country-flag {
      width: 24px;
      display: inline-flex;
      margin: 0 1rem; }
      .datacenters .legend .country-flag svg {
        width: 24px;
        height: 24px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 100%; }
    .datacenters .legend .country {
      display: flex;
      margin: 1rem 0;
      border-radius: 6px;
      padding: .5rem 0;
      border: 1px solid #333; }
      .datacenters .legend .country ul, .datacenters .legend .country li {
        list-style: none;
        margin: 0; }
    @media (max-width: 840px) {
      .datacenters .legend {
        border-radius: 0; } }

body.sla #body-wrapper {
  text-align: left;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  body.sla #body-wrapper h1, body.sla #body-wrapper h2, body.sla #body-wrapper h3, body.sla #body-wrapper h4 {
    text-align: center; }
  body.sla #body-wrapper ul li {
    list-style: none;
    font-weight: 600; }
    body.sla #body-wrapper ul li:before {
      margin-left: -1.5rem;
      color: #DC2E23;
      content: '✓';
      margin-right: 0.5rem;
      font-size: 150%;
      vertical-align: middle; }
  body.sla #body-wrapper .alpha-list ol li {
    list-style: upper-alpha;
    margin-bottom: 1rem; }
  body.sla #body-wrapper #sla-plans {
    display: flex;
    margin-bottom: 3rem; }
    body.sla #body-wrapper #sla-plans .plan {
      flex: 1;
      border-radius: 50px;
      padding: 0 1.5rem 1.5rem 0.5rem;
      margin: 0 0 3rem -1rem; }
      body.sla #body-wrapper #sla-plans .plan h5 {
        margin: 0;
        font-size: 0.8rem;
        line-height: 1.5;
        text-align: center; }
      body.sla #body-wrapper #sla-plans .plan ul {
        color: #5a554d; }
        body.sla #body-wrapper #sla-plans .plan ul li {
          list-style: circle;
          padding: inherit;
          line-height: 1.2; }
          body.sla #body-wrapper #sla-plans .plan ul li:before {
            content: '';
            margin: 0; }
          body.sla #body-wrapper #sla-plans .plan ul li strong {
            color: #23211e; }
      body.sla #body-wrapper #sla-plans .plan.enterprise, body.sla #body-wrapper #sla-plans .plan.paygo {
        color: #fff; }
        body.sla #body-wrapper #sla-plans .plan.enterprise h3, body.sla #body-wrapper #sla-plans .plan.enterprise h5, body.sla #body-wrapper #sla-plans .plan.enterprise ul li strong, body.sla #body-wrapper #sla-plans .plan.paygo h3, body.sla #body-wrapper #sla-plans .plan.paygo h5, body.sla #body-wrapper #sla-plans .plan.paygo ul li strong {
          color: #fff; }
        body.sla #body-wrapper #sla-plans .plan.enterprise ul li, body.sla #body-wrapper #sla-plans .plan.paygo ul li {
          color: #ddd; }
      body.sla #body-wrapper #sla-plans .plan:last-child {
        padding-right: 0.5rem; }
      body.sla #body-wrapper #sla-plans .plan.gold {
        background-color: #fff; }
      body.sla #body-wrapper #sla-plans .plan.platinum {
        transform: translateY(40px);
        background-color: #F3EFEB; }
      body.sla #body-wrapper #sla-plans .plan.enterprise {
        transform: translateY(0);
        background-color: #DC2E23; }
      body.sla #body-wrapper #sla-plans .plan.paygo {
        transform: translateY(40px);
        background-color: #0e0d0c; }
    @media (max-width: 840px) {
      body.sla #body-wrapper #sla-plans {
        display: block; }
        body.sla #body-wrapper #sla-plans .plan {
          padding-top: 1px;
          margin: 1rem 0.5rem;
          transform: translateY(0) !important; } }
  body.sla #body-wrapper .accordion-wrapper article p:first-child {
    margin-top: 0.5rem; }
  body.sla #body-wrapper .accordion-wrapper article p:last-child {
    margin-bottom: 2rem; }

.customer-logo {
  max-width: 250px;
  margin: 0 auto;
  text-align: center; }

table.sla-table {
  max-width: 960px;
  margin: 0 auto;
  mix-blend-mode: multiply; }
  @media (max-width: 600px) {
    table.sla-table .entry-pc {
      display: none; } }
  table.sla-table .title {
    font-size: 1rem;
    font-family: 'greycliff-bold', sans-serif; }
  table.sla-table tr.history {
    font-size: 0.7rem; }
    table.sla-table tr.history table tbody tr:last-child td {
      border-bottom: 0; }
    table.sla-table tr.history table thead tr td:last-child,
    table.sla-table tr.history table tbody tr td:last-child {
      width: 1%; }
  table.sla-table .progress-bg {
    position: relative;
    height: 16px;
    border-radius: 8px;
    background: #F3EFEB;
    border: 2px solid #CCC3BA; }
    table.sla-table .progress-bg .progress {
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      border-radius: 8px; }
      table.sla-table .progress-bg .progress.text-success {
        background-color: #32b643; }
      table.sla-table .progress-bg .progress.text-warning {
        background-color: #ffb700; }
      table.sla-table .progress-bg .progress.text-error {
        background-color: #e85600; }
      table.sla-table .progress-bg .progress.text-over {
        background-color: #a923a9; }
    table.sla-table .progress-bg.inactive > div {
      background-color: #e85600 !important; }
      table.sla-table .progress-bg.inactive > div.text-over {
        background-color: #c400e8 !important; }

.team {
  align-items: center;
  justify-content: center; }
  .team .card {
    border: none;
    padding: 50px;
    background: transparent; }
    .team .card .card-title {
      padding-bottom: 15px; }
    .team .card .card-footer .plain {
      font-size: 25px;
      margin-left: 15px; }
      .team .card .card-footer .plain:first-child {
        margin-left: 0; }

@media (max-width: 840px) {
  .hosting-page #body-blobs .blob-5 {
    top: 110rem;
    right: 2rem; } }

@media (max-width: 840px) {
  .hosting-page .features-list .blob {
    display: none; } }

@media (max-width: 1280px) {
  .hosting-page .features-list .blob-3-over {
    display: none; } }

@media (max-width: 600px) {
  .hosting-page .features-list {
    padding: 15px; } }

@media (max-width: 1280px) {
  .hosting-page .plans-section {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 840px) {
  .hosting-page .plans-section {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 840px) {
  .hosting-page .plans-section .plans-red {
    margin: -2rem; } }

@media (max-width: 600px) {
  .hosting-page .plans-section .plans-red {
    margin: -4rem auto !important; } }

@media (max-width: 840px) {
  .hosting-page .plans-section .plans-red .panel-body, .hosting-page .plans-section .plans-red .panel-header, .hosting-page .plans-section .plans-red .panel-footer {
    padding: 0.8rem 0; } }

@media (max-width: 600px) {
  .hosting-page .plans-section .plans-cream, .hosting-page .plans-section .plans-red, .hosting-page .plans-section .plans-dark {
    max-width: 80%;
    margin: 0 auto; } }

.hosting-page .extras-section {
  padding-top: 100px; }
  @media (max-width: 1280px) {
    .hosting-page .extras-section {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 50px; } }
  @media (max-width: 840px) {
    .hosting-page .extras-section {
      padding-left: 15px;
      padding-right: 15px; } }

#clients p {
  color: #CCC3BA;
  font-weight: 500;
  font-size: 1rem; }

#clients .clients-list .logo-wrapper img {
  display: block;
  margin: 0 auto; }

#clients .clients-list .logo-wrapper.mixer {
  margin-top: -8px; }

#clients .clients-list .logo-wrapper.revkit {
  padding-top: 8px; }

#clients .clients-list .logo-wrapper.xbox {
  margin-top: -5px; }

#clients .clients-list .logo-wrapper .logo-alt {
  opacity: 1; }

#clients .clients-list .logo-wrapper .logo-orig {
  position: absolute;
  top: 0;
  opacity: 0; }
  @media (max-width: 600px) {
    #clients .clients-list .logo-wrapper .logo-orig {
      top: 12px;
      opacity: 0;
      width: calc(100% - 24px); } }

#clients .clients-list .logo-wrapper .logo-alt, #clients .clients-list .logo-wrapper .logo-orig {
  transition: opacity 1.75s; }

.logo-wrapper .shine {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  @media (max-width: 600px) {
    .logo-wrapper .shine {
      margin: 0;
      padding: 12px; }
      .logo-wrapper .shine img {
        transform: scale(0.8);
        max-height: 40px; } }

@media (max-width: 600px) {
  .logo-wrapper.apartment-data img {
    max-height: 35px; } }

.shine::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: -75%;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg); }
  .shine::before .logo-orig {
    opacity: 0 !important; }

.shine:hover::before, .shine.hover::before {
  animation: shine 1.75s; }

.shine:hover .logo-orig, .shine.hover .logo-orig {
  opacity: 1 !important; }

@keyframes shine {
  100% {
    left: 125%; } }

/*# sourceMappingURL=theme.css.map */