@charset "UTF-8";
/*!
Theme Name: ewa-aikalia-theme
Theme URI: http://underscores.me/
Author: Essential Web App
Author URI: https://essentialwebapp.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ewa-aikalia-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ewa-aikalia-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- */
:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1198px;
  --reflex-xlg: 1470px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1197px;
  --reflex-lg-max: 1469px;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1198px) {
  .container {
    max-width: 1198px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1198px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}
.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class*=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1198px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1470px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1198px) {
  .col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1470px) {
  .col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

@media only screen and (min-width: 576px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1198px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
@media only screen and (min-width: 1470px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media only screen and (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1198px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1470px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1197px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1198px) and (max-width: 1469px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1470px) {
  .hidden-xlg {
    display: none;
  }
}

/* fira-sans-condensed-300 - latin */
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("assets/font/fira-sans-condensed-v10-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/font/fira-sans-condensed-v10-latin-300.eot?#iefix") format("embedded-opentype"), url("assets/font/fira-sans-condensed-v10-latin-300.woff2") format("woff2"), url("assets/font/fira-sans-condensed-v10-latin-300.woff") format("woff"), url("assets/font/fira-sans-condensed-v10-latin-300.ttf") format("truetype"), url("assets/font/fira-sans-condensed-v10-latin-300.svg#FiraSansCondensed") format("svg"); /* Legacy iOS */
}
/* fira-sans-condensed-regular - latin */
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/fira-sans-condensed-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/font/fira-sans-condensed-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/font/fira-sans-condensed-v10-latin-regular.woff2") format("woff2"), url("assets/font/fira-sans-condensed-v10-latin-regular.woff") format("woff"), url("assets/font/fira-sans-condensed-v10-latin-regular.ttf") format("truetype"), url("assets/font/fira-sans-condensed-v10-latin-regular.svg#FiraSansCondensed") format("svg"); /* Legacy iOS */
}
/* fira-sans-condensed-500 - latin */
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("assets/font/fira-sans-condensed-v10-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/font/fira-sans-condensed-v10-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/font/fira-sans-condensed-v10-latin-500.woff2") format("woff2"), url("assets/font/fira-sans-condensed-v10-latin-500.woff") format("woff"), url("assets/font/fira-sans-condensed-v10-latin-500.ttf") format("truetype"), url("assets/font/fira-sans-condensed-v10-latin-500.svg#FiraSansCondensed") format("svg"); /* Legacy iOS */
}
/* fira-sans-condensed-600 - latin */
@font-face {
  font-family: "Fira Sans Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("assets/font/fira-sans-condensed-v10-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/font/fira-sans-condensed-v10-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/font/fira-sans-condensed-v10-latin-600.woff2") format("woff2"), url("assets/font/fira-sans-condensed-v10-latin-600.woff") format("woff"), url("assets/font/fira-sans-condensed-v10-latin-600.ttf") format("truetype"), url("assets/font/fira-sans-condensed-v10-latin-600.svg#FiraSansCondensed") format("svg"); /* Legacy iOS */
}
/* lexend-regular - latin */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/lexend-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/font/lexend-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/font/lexend-v17-latin-regular.woff2") format("woff2"), url("assets/font/lexend-v17-latin-regular.woff") format("woff"), url("assets/font/lexend-v17-latin-regular.ttf") format("truetype"), url("assets/font/lexend-v17-latin-regular.svg#Lexend") format("svg"); /* Legacy iOS */
}
/* lexend-600 - latin */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("assets/font/lexend-v17-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("assets/font/lexend-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/font/lexend-v17-latin-600.woff2") format("woff2"), url("assets/font/lexend-v17-latin-600.woff") format("woff"), url("assets/font/lexend-v17-latin-600.ttf") format("truetype"), url("assets/font/lexend-v17-latin-600.svg#Lexend") format("svg"); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/work-sans-v24-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("assets/font/work-sans-v24-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/font/work-sans-v24-latin-regular.woff2") format("woff2"), url("assets/font/work-sans-v24-latin-regular.woff") format("woff"), url("assets/font/work-sans-v24-latin-regular.ttf") format("truetype"), url("assets/font/work-sans-v24-latin-regular.svg#WorkSans") format("svg"); /* Legacy iOS */
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("assets/font/work-sans-v24-latin-500.eot"); /* IE9 Compat Modes */
  src: url("assets/font/work-sans-v24-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/font/work-sans-v24-latin-500.woff2") format("woff2"), url("assets/font/work-sans-v24-latin-500.woff") format("woff"), url("assets/font/work-sans-v24-latin-500.ttf") format("truetype"), url("assets/font/work-sans-v24-latin-500.svg#WorkSans") format("svg"); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("assets/font/work-sans-v24-latin-600.eot"); /* IE9 Compat Modes */
  src: url("assets/font/work-sans-v24-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/font/work-sans-v24-latin-600.woff2") format("woff2"), url("assets/font/work-sans-v24-latin-600.woff") format("woff"), url("assets/font/work-sans-v24-latin-600.ttf") format("truetype"), url("assets/font/work-sans-v24-latin-600.svg#WorkSans") format("svg"); /* Legacy iOS */
}
h1 {
  font: normal normal 500 1.938rem/2.325rem Fira Sans Condensed, sans-serif;
  color: #000000;
  margin: 18px 0px;
}
@media (min-width: 768px) {
  h1 {
    font: normal normal 500 2.813rem/3.375rem Fira Sans Condensed, sans-serif;
  }
}

h2 {
  font: normal normal 500 1.563rem/2.031rem Fira Sans Condensed, sans-serif;
  color: #000000;
}
@media (min-width: 768px) {
  h2 {
    font: normal normal 500 2rem/2.625rem Fira Sans Condensed, sans-serif;
  }
}

h3 {
  font: normal normal 500 1.25rem/1.75rem Fira Sans Condensed, sans-serif;
  color: #000000;
}
@media (min-width: 768px) {
  h3 {
    font: normal normal 500 1.438rem/2rem Fira Sans Condensed, sans-serif;
  }
}

h4 {
  font: normal normal 500 1.25rem/1.75rem Fira Sans Condensed, sans-serif;
  color: #000000;
}

h5 {
  font: normal normal 500 1.125rem/1.75rem Fira Sans Condensed, sans-serif;
  color: #000000;
}

h6 {
  font: normal normal 500 1.5rem/1.75rem Work Sans, sans-serif;
  color: #000000;
}

p,
div {
  font: normal normal 400 1rem/1.5rem Lexend, sans-serif;
  color: #000000;
}
p.alternate,
div.alternate {
  font: normal normal 400 1rem/1.5rem Lexend, sans-serif;
  color: #2B3339;
}
@media (min-width: 768px) {
  p.alternate,
  div.alternate {
    font-size: 16px;
    line-height: 24px;
  }
}
p.white,
div.white {
  color: #ffffff;
}
p.small,
div.small {
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}
p.small.white,
div.small.white {
  color: #ffffff;
}
p.small-alternate,
div.small-alternate {
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
p a,
div a {
  color: #6e2eff;
  text-decoration: none;
}
p a:hover,
div a:hover {
  color: #000000;
}

@font-face {
  font-family: "instagr";
  src: url("assets/font/instagr.eot?81145532");
  src: url("assets/font/instagr.eot?81145532#iefix") format("embedded-opentype"), url("assets/font/instagr.woff2?81145532") format("woff2"), url("assets/font/instagr.woff?81145532") format("woff"), url("assets/font/instagr.ttf?81145532") format("truetype"), url("assets/font/instagr.svg?81145532#instagr") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'instagr';
    src: url('../font/instagr.svg?81145532#instagr') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "instagr";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open:before {
  content: "\e800";
} /* '' */
.icon-up-open-big:before {
  content: "\e801";
} /* '' */
.icon-right-open-big:before {
  content: "\e802";
} /* '' */
.icon-down-open-big:before {
  content: "\e803";
} /* '' */
.icon-down-open:before {
  content: "\e804";
} /* '' */
.icon-right:before {
  content: "\e805";
} /* '' */
.icon-mobile:before {
  content: "\e806";
} /* '' */
.icon-home-outline:before {
  content: "\e807";
} /* '' */
.icon-home:before {
  content: "\e808";
} /* '' */
.icon-clock:before {
  content: "\e809";
} /* '' */
.icon-phone:before {
  content: "\e80a";
} /* '' */
.icon-clock-1:before {
  content: "\e80b";
} /* '' */
.icon-phone-1:before {
  content: "\e80c";
} /* '' */
.icon-home-1:before {
  content: "\e80d";
} /* '' */
.icon-left-open-big:before {
  content: "\e80e";
} /* '' */
.icon-down:before {
  content: "\e80f";
} /* '' */
.icon-left:before {
  content: "\e810";
} /* '' */
.icon-up:before {
  content: "\e811";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("assets/font/fa-brands-400.eot");
  src: url("assets/font/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("assets/font/fa-brands-400.woff2") format("woff2"), url(".assets/font/fa-brands-400.woff") format("woff"), url("assets/font/fa-brands-400.ttf") format("truetype"), url("assets/font/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("assets/font/fa-regular-400.eot");
  src: url("assets/font/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("assets/font/fa-regular-400.woff2") format("woff2"), url("assets/font/fa-regular-400.woff") format("woff"), url("assets/font/fa-regular-400.ttf") format("truetype"), url("assets/font/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("assets/font/fa-solid-900.eot");
  src: url("assets/font/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("assets/font/fa-solid-900.woff2") format("woff2"), url("assets/font/fa-solid-900.woff") format("woff"), url("assets/font/fa-solid-900.ttf") format("truetype"), url("assets/font/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  margin: auto;
  overflow-x: hidden;
  color: #000;
  background-color: #87a1c1;
  font-family: "Lexend", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* for mobile header, as it is fixed, so an extra space needed for general pages along with home page */
  /* this is needed for extra space to remove when hamburger is open */
}
body .site-content__top-box {
  max-width: 320px;
  height: 100px;
  margin: 15px auto;
}
@media (min-width: 992px) {
  body .site-content__top-box {
    max-width: 728px;
    height: 90px;
    margin: 0 auto 25px;
  }
}
body .site-content__top-box img {
  vertical-align: bottom;
  width: 100%;
}
@media (max-width: 992px) {
  body.mobile-navigation-on .site-content {
    padding-top: 0px;
  }
}
body.page-template-page-blog, body.page-template-page-products, body.page-template-page-documents, body.page-template-page-support, body.single-feature, body.single-post, body.single-resource, body.archive, body.search, body.error404 {
  background-color: #87a1c1;
}
body.page-template-page-blog .site-content, body.page-template-page-products .site-content, body.page-template-page-documents .site-content, body.page-template-page-support .site-content, body.single-feature .site-content, body.single-post .site-content, body.single-resource .site-content, body.archive .site-content, body.search .site-content, body.error404 .site-content {
  padding: 0 0 50px;
}
@media (min-width: 992px) {
  body.page-template-page-blog .site-content, body.page-template-page-products .site-content, body.page-template-page-documents .site-content, body.page-template-page-support .site-content, body.single-feature .site-content, body.single-post .site-content, body.single-resource .site-content, body.archive .site-content, body.search .site-content, body.error404 .site-content {
    padding: 25px 0 50px;
  }
}

.page-header {
  margin: 20px auto 10px;
}
@media (min-width: 992px) {
  .page-header {
    max-width: 800px;
    margin: 0 auto 20px;
  }
}
.page-header p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.container {
  padding-left: 18px;
  padding-right: 18px;
}

body.single-preview .container-full {
  padding-left: 0;
  padding-right: 0;
}

.page-top img {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Max Width */
.desktop-max-700 {
  margin: 0 15px 24px;
}
@media (min-width: 992px) {
  .desktop-max-700 {
    max-width: 700px;
    margin: 0 auto 24px;
  }
}

.desktop-max-800 {
  margin: 0 15px 24px;
}
@media (min-width: 992px) {
  .desktop-max-800 {
    max-width: 800px;
    margin: 0 auto 24px;
  }
}

.single-feature .container-box {
  max-width: 880px;
}
.single-feature .site-main {
  background-color: #ffffff;
}

.post-box-story {
  background-color: #F9f9f9;
  padding: 20px 30px;
}
.post-box-story__title {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 10px;
}
.post-box-story li {
  margin-bottom: 10px;
}

.cat-links {
  position: relative;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.cat-links a {
  background-color: #6e2eff;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 4px 8px 2px;
  display: inline-block;
}

.meta-cat {
  color: #6e2eff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.meta-cat:hover {
  text-decoration: underline;
  color: #6e2eff;
}

/*.page-template-page-blog,
.archive{
    .page-header{
        background-color: $primary_color;
        color: $white;
        text-align: center;
        margin-bottom: 50px;
        .grid{
            min-height: 250px;
        }
    }
    .page-title {
        font-size: 3.125rem;
        font-weight: 600;
        line-height: 3.438rem;
        margin-top: 0;
        margin-bottom: 18px;
        color: $white;
    } 
    .entry-title{
        font-size: 1.563rem;
        font-weight: 600;
        line-height: 2rem;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .entry-meta {
        font-size: 0.875rem;
        line-height: 1.313rem;
        margin-bottom: 15px;
    }
    .entry-meta a {
        color: #777;
    }
    .entry-meta span {
        margin-right: 10px;
    }
    .entry-content .blog__link {
        margin-top: 20px;
    }


    .blog-container,
    .archive-container{
        article{
            &:not(:last-child){
                margin-bottom: 35px;
            }
        }
    }



}*/
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.section-heading__title {
  margin: 0;
  text-transform: capitalize;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: -0.13px;
  line-height: 1.875rem;
  color: #000000;
  margin: 18px 0px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-heading__title {
    font-size: 2.5rem;
    letter-spacing: -0.2px;
    line-height: 2.75rem;
  }
}

.aikalia-2nd-color-text {
  color: #fe3c72;
}

.white {
  color: #ffffff;
}

.color-bg {
  background: #f5f0eb;
  position: relative;
  padding: 50px 0;
}
.color-bg__blue {
  background: #0046ad;
  position: relative;
}
.color-bg__teal {
  background: #1caeb7;
  position: relative;
}
.color-bg__white {
  background: #ffffff;
  position: relative;
}

a.button {
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #0046ad;
  color: #ffffff;
  background: #0046ad;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screen-reader-text {
  display: block;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.check-icon {
  padding: 0;
  list-style: none;
}
.check-icon li {
  position: relative;
  padding-left: 40px;
  margin: 10px 0;
}
.check-icon li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url("assets/images/check-icon.svg");
  top: -1px;
  left: 0;
}

.archive .entry-title a:hover, .page-template-page-blog .entry-title a:hover {
  color: #6e2eff;
}

.content-area {
  padding-top: 0;
}

.site-footer {
  background-color: #0F1481;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 100px 0;
  }
}
.site-footer__content p {
  color: #ffffff;
  font: normal normal 400 1.563rem/2.031rem Fira Sans Condensed, sans-serif;
  text-align: center;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .site-footer__content p {
    font: normal normal 400 1.938rem/2.325rem Fira Sans Condensed, sans-serif;
    text-align: left;
    font-weight: 300;
  }
}
.site-footer__title {
  color: #ffffff;
  font: normal normal 400 1.563rem/2.031rem Fira Sans Condensed, sans-serif;
  margin: 0;
  margin-bottom: 22px;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__title {
    font: normal normal 400 2rem/2.625rem Fira Sans Condensed, sans-serif;
    margin-bottom: 32px;
    text-align: left;
    margin-top: 0;
  }
}
.site-footer__link {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__link {
    text-align: left;
  }
}
.site-footer__link a {
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 32px;
  border-radius: 32px;
  text-decoration: none;
  margin: 0 16px 22px 0;
  border: 2px solid #6e2eff;
}
.site-footer__link a img {
  width: 18px;
  margin-right: 8px;
}
.site-footer__info-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.site-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #373B96;
  padding-top: 5px;
  color: white;
  margin-top: 30px;
}
.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.site-footer__list li img {
  margin-right: 20px;
  width: 16px;
  margin-top: 8px;
}
.site-footer__bottom {
  border-top: 1px solid #373B96;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-footer__bottom-link a {
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-footer__bottom-link a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.site-footer__copy {
  border-top: 1px solid #373B96;
  margin-top: 24px;
}
.site-footer__copy p {
  color: #ffffff;
  font: normal normal 400 1rem/1.5rem Lexend, sans-serif;
}

.site-header {
  background-color: #ffffff;
  position: sticky;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  /* Secondary Menu */
}
.site-header.site-header.sticky {
  background-color: #ffffff;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .site-header.site-header.sticky {
    padding: 15px 0;
  }
}
@media (max-width: 992px) {
  .site-header .container {
    max-width: 100%;
  }
}
.site-header__logo {
  display: block;
  position: absolute;
  top: 12px;
}
@media (min-width: 992px) {
  .site-header__logo {
    position: static;
  }
}
.site-header__logo img {
  max-width: 125px;
  margin: 3px 0px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .site-header__logo img {
    max-width: 180px;
    margin: 0;
  }
}
.site-header__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .site-header__display {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .site-header__nav-container {
    padding-top: 45px;
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #6e2eff;
    z-index: 2;
  }
}
.site-header__nav-container.mobile-show .site-header__btn {
  display: block !important;
  margin: 0 10px 10px 10px;
  display: inline-block !important;
}
@media (min-width: 992px) {
  .site-header__nav-container.mobile-show .site-header__btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-header__nav-container.mobile-show {
    -webkit-transform: none;
    transform: none;
  }
}
.site-header__nav-container.mobile-hide .site-header__btn {
  display: block !important;
}
@media (min-width: 992px) {
  .site-header__nav-container.mobile-hide .site-header__btn {
    display: none !important;
  }
}
.site-header__btn {
  display: none !important;
}
@media (min-width: 992px) {
  .site-header__btn {
    display: inline-block !important;
  }
}
.site-header__btn.btn {
  background-color: #6e2eff !important;
}
.site-header__btn.btn:hover {
  background-color: transparent !important;
  border-color: #6e2eff !important;
  color: #6e2eff !important;
}
@media (max-width: 992px) {
  .site-header__nav-inner {
    padding: 10px 0px;
  }
}
.site-header__hamburger-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("assets/images/icon_menu.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 22px;
  z-index: 100;
}
.site-header__hamburger-icon.nav-open {
  background-image: url("assets/images/icon_menu_x.svg");
}
@media (min-width: 992px) {
  .site-header__hamburger-icon {
    display: none;
  }
}
.site-header__nav ul.menu {
  margin-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li {
    border-bottom: 0;
    margin: 0px 1px;
  }
}
@media (max-width: 992px) {
  .site-header__nav ul.menu > li {
    border-right: 0 !important;
  }
}
.site-header__nav ul.menu > li > a {
  padding: 7px 20px;
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li > a {
    padding: 7px 0px;
  }
}
.site-header__nav ul.menu > li a {
  color: #2B3339;
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li a {
    padding: 10px 20px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li.current-menu-item a {
    background: rgba(190, 190, 190, 0.15);
  }
}
@media (min-width: 992px) {
  .site-header__nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__nav a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-header__nav a:hover {
  background: rgba(190, 190, 190, 0.15);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.site-header__secondary {
  display: none;
  background-color: #edf1f5;
}
@media (min-width: 768px) {
  .site-header__secondary {
    display: block;
  }
}
.site-header__secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
}
@media (max-width: 576px) {
  .site-header__secondary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.site-header__left {
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  color: #000000;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 6px;
}
.site-header__menu {
  padding-top: 4px;
}
.site-header__menu.expand-lists {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  overflow: hidden;
  height: 30px;
}
@media (max-width: 576px) {
  .site-header__menu.expand-lists {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 10px 0;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }
}
.site-header__menu ul#secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 35px;
}
@media (max-width: 576px) {
  .site-header__menu ul#secondary-menu {
    margin: 0 !important;
  }
}
.site-header__menu ul#secondary-menu li {
  margin: 0 15px 5px 0;
}
.site-header__menu ul#secondary-menu li a {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.site-header__menu ul#secondary-menu li a:hover {
  text-decoration: underline;
}
.site-header__right {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  font-size: 0.75rem;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  text-transform: uppercase;
  padding: 8px 0 5px;
  color: #000000;
  text-align: right;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 576px) {
  .site-header__right {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.site-header__right.three-dots-enabled {
  position: relative;
}
.site-header__right.three-dots-enabled:before {
  content: "...";
  position: absolute;
  left: 10px;
}
@media (max-width: 576px) {
  .site-header__right.three-dots-enabled:before {
    left: -15px;
  }
}
.site-header__right i {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .call-to-action {
    padding: 0 0 55px 0;
  }
}
.call-to-action__grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  box-shadow: 0 0 15px rgba(30, 30, 30, 0.15);
  margin-bottom: -125px;
  position: relative;
  z-index: 1;
}
.call-to-action__grid p {
  margin: 0;
}
.call-to-action__title {
  color: #333;
  margin: 0px;
  margin-top: 15px;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .call-to-action__title {
    font-size: 1.5rem;
    line-height: normal;
  }
}
.call-to-action__sub {
  color: #2B3339;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 576px) {
  .call-to-action__sub {
    display: block;
  }
}
.call-to-action .call-to-action__intro p {
  color: #2B3339;
}
@media (max-width: 768px) {
  .call-to-action .call-to-action__intro p {
    margin-bottom: 0px;
  }
}
.call-to-action .call-to-action__button {
  text-align: right;
}
@media (max-width: 1198px) {
  .call-to-action .call-to-action__button {
    text-align: left;
  }
}

.home .call-to-action {
  padding-top: 55px;
  background-color: #F9f9f9;
}

.client-testimonial {
  background-color: #F9f9f9;
  padding: 90px 0 100px;
}
@media (max-width: 992px) {
  .client-testimonial {
    padding: 70px 0px 50px;
  }
}
@media (max-width: 768px) {
  .client-testimonial {
    padding: 50px 0 60px 0;
  }
}
.client-testimonial__title {
  text-align: center;
  color: #333;
  font-size: 2.813rem;
  line-height: 3.313rem;
}
@media (max-width: 768px) {
  .client-testimonial__title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin-bottom: 40px;
  }
}
.client-testimonial__block {
  position: relative;
  display: block;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .client-testimonial__block {
    margin-top: 0;
  }
}
.client-testimonial__single {
  text-align: left;
  position: relative;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.client-testimonial__single:after {
  position: absolute;
  content: "\f10d";
  right: -33px;
  top: 105px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F9f9f9;
  font-size: 9.063rem;
  -webkit-transform: rotate(18deg);
  transform: rotate(135deg);
}
.client-testimonial__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  border: 3px solid #f5f5f5;
  margin-bottom: 30px;
}
.client-testimonial__text {
  position: relative;
  z-index: 1;
}
.client-testimonial__author {
  position: relative;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 600;
  z-index: 1;
}
.client-testimonial__author a {
  color: #2B3339;
}
.client-testimonial__author a:hover {
  color: #6e2eff;
}
.client-testimonial__readmore {
  text-align: center;
  margin: 30px 0 0;
  font-size: 1.25rem;
}

.client-testimonial__block .slick-prev,
.client-testimonial__block .slick-next {
  width: 70px;
  height: 70px;
}

.client-testimonial__block .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 free";
  font-style: normal;
  font-weight: 900;
  color: #2B3339;
  font-size: 2.813rem;
}

.client-testimonial__block .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 free";
  font-style: normal;
  font-weight: 900;
  color: #2B3339;
  font-size: 2.813rem;
}

.client-testimonial__block .slick-list.draggable {
  margin: 0 -15px 0 0 !important;
}
@media (max-width: 992px) {
  .client-testimonial__block .slick-list.draggable {
    margin: 0 !important;
  }
}

.client-testimonial__block .slick-slide {
  margin-right: 15px !important;
}
@media (max-width: 992px) {
  .client-testimonial__block .slick-slide {
    margin-right: 0 !important;
  }
}

.client-testimonial__block .slick-prev {
  left: -70px !important;
}

.client-testimonial__block .slick-next {
  right: -70px !important;
}

.client-testimonial__block.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client-testimonial__block.slick-slider .slick-slide {
  height: inherit !important;
  background-color: #ffffff;
}

.about-us {
  padding: 60px 0 65px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-us {
    padding: 0px 0 10px;
  }
}
@media (max-width: 768px) {
  .about-us {
    padding: 35px 0 40px 0;
  }
}
.about-us .about-us__title {
  color: #333;
  font-size: 1.625rem;
  letter-spacing: -0.13px;
  line-height: 1.875rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-us .about-us__title {
    font-size: 2.8125rem;
    line-height: 3.125rem;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us__title {
    margin: 0;
  }
}
.about-us .about-us__title span {
  font-weight: 300;
}
.about-us .about-us__intro p {
  color: #2B3339;
}
.about-us img {
  width: 100%;
}
@media (max-width: 576px) {
  .about-us img {
    display: none;
  }
}

.counter-section {
  padding: 60px 60px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.counter-section:before {
  position: absolute;
  content: "";
  background: rgba(35, 35, 35, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
@media (max-width: 992px) {
  .counter-section {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .counter-section {
    padding: 60px 0;
  }
}
.counter-section .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.counter-section .counter:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #6f6c6b;
  right: 0;
  top: 50%;
  margin-right: -25px;
}
@media (max-width: 992px) {
  .counter-section .counter:after {
    display: none;
  }
}
.counter-section .counter h2 {
  margin: 0;
  font-size: 3.125rem;
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  line-height: 3.125rem;
  font-weight: 600;
}
.counter-section .counter p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}

.counter-column:last-child .counter::after {
  display: none;
}

.hero-section {
  background-color: #F9f9f9;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center right;
}
@media (max-width: 992px) {
  .hero-section .grid.align-center {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .hero-section {
    background-image: none !important;
    margin-bottom: 0;
  }
}
.hero-section__intro {
  padding: 130px 0;
}
@media (max-width: 768px) {
  .hero-section__intro {
    padding: 50px 0;
  }
}
.hero-section__intro h1 {
  font-size: 3.438rem;
  line-height: 3.438rem;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section__intro h1 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
.hero-section__intro h1 span {
  display: block;
  font-weight: 300;
  font-size: 2.813rem;
}
@media (max-width: 768px) {
  .hero-section__intro h1 span {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
  }
}
.hero-section__intro ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .hero-section__intro ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero-section__intro ul li {
  margin-right: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  background-image: url("https://aikalia.com/wp-content/themes/ewa-aikalia-theme/assets/images/check-mark.svg");
  background-repeat: no-repeat;
  background-position: 3px 7px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .hero-section__intro ul li {
    margin-bottom: 5px;
  }
}
.hero-section__intro a {
  color: #333;
  font-size: 1.625rem;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid #333;
  margin-top: 15px;
  display: inline-block;
  line-height: 35px;
}
@media (max-width: 768px) {
  .hero-section__intro a {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.hero-section__intro a:hover {
  color: #6e2eff;
  border-color: #6e2eff;
}
.hero-section__image {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .hero-section__image {
    margin-top: 0;
  }
}
.hero-section__image img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .specialty-section {
    padding-top: 30px;
  }
}
.specialty-section .service__block .service-block__items {
  margin-bottom: 15px;
  overflow: hidden;
}
.specialty-section .service__block .service-block__inner {
  height: 100%;
  text-align: center;
  padding: 50px 40px 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #F9f9f9;
}
.specialty-section .service__block .service-block__inner span {
  position: relative;
  color: #6e2eff;
  font-size: 2.875rem;
  line-height: 2.875rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.specialty-section .service__block .service-block__inner h3 {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 26px;
}
@media (max-width: 768px) {
  .specialty-section .service__block .service-block__inner h3 {
    font-size: 22px;
  }
}
.specialty-section .service__block .service-block__inner p {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 0;
}
.specialty-section .service__block .service-block__inner:hover {
  background-color: #6e2eff;
}
.specialty-section .service__block .service-block__inner:hover h3 {
  color: #ffffff;
}
.specialty-section .service__block .service-block__inner:hover span {
  color: #ffffff;
}
.specialty-section .service__block .service-block__inner:hover p {
  color: #ffffff;
}
@media (max-width: 768px) {
  .specialty-section .section-heading {
    margin: 25px 0 30px;
  }
}
.specialty-section__box {
  padding: 75px 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.specialty-section__icon {
  width: 120px;
}
.specialty-section__title {
  font-size: 1.625rem;
  text-transform: capitalize;
  line-height: 2rem;
}
.preview__archive-box article {
  background-color: #F9f9f9;
  text-align: center;
  padding-bottom: 15px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.preview__archive-box .fluid-bg-image {
  background-color: grey;
  padding-top: 68%;
  margin-bottom: 20px;
}
.preview__archive-box .fluid-bg-image:before {
  content: none;
}
.preview__archive-box .entry-title {
  padding: 0px 20px;
  font-size: 1.25rem;
  line-height: 1.563rem;
}
.preview__archive-box:hover article {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}

html {
  scroll-behavior: smooth;
}

.landing-page__section-title {
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #3a3a47;
  font-weight: 600;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .landing-page__section-title {
    font-size: 1.8rem;
    line-height: 2.125rem;
  }
}

.landing-page__section-subtitle {
  color: #2B3339;
  font-size: 1rem;
  margin: 0;
}
@media (max-width: 1198px) {
  .landing-page__section-subtitle {
    padding: 1rem 6.25rem;
  }
}
@media (max-width: 992px) {
  .landing-page__section-subtitle {
    padding: 1rem 3.125rem;
  }
}
@media (max-width: 768px) {
  .landing-page__section-subtitle {
    padding: 0.3rem 0.625rem;
  }
}

.landing-page__features {
  padding: 100px 0 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .landing-page__features {
    padding: 35px 0;
  }
}
.landing-page__features .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.landing-page__features .features .features_number {
  color: #6e2eff;
  margin-right: 5px;
  font-weight: 600;
}
.landing-page__features .features .features_icon {
  background-image: url(assets/images/check-mark-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  background-color: #6e2eff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.landing-page__features .features .features_details {
  padding-left: 25px;
  text-align: left;
}
.landing-page__features .features .features_details h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 5px 0;
}
.landing-page__features .features .features_details p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 12px;
}

.landing-page__hero-section-title {
  max-width: 1000px;
  margin: 50px auto;
}

.landing-page__hero {
  background-color: #F9f9f9;
  text-align: center;
}
.landing-page__hero .landing-page__hero-title {
  font-size: 2.5rem;
  line-height: 2.813rem;
  color: #3a3a47;
  margin-bottom: 0px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .landing-page__hero .landing-page__hero-title {
    font-size: 1.8rem;
    line-height: 2.125rem;
  }
}
.landing-page__hero .landing-page__hero-subtitle {
  color: #818198;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .landing-page__hero .landing-page__hero-image img {
    width: 80%;
  }
}

.landing-page__demo {
  padding: 100px 0 100px;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .landing-page__demo {
    padding: 35px 0;
    margin-bottom: 40px;
  }
}
.landing-page__demo .demos {
  position: relative;
  overflow: hidden;
  border: 1px solid #e1e5ec;
  height: 100%;
  border-radius: 2px;
  background-color: #ffffff;
}
.landing-page__demo .demos:hover .overlay {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.landing-page__demo .demos:hover .overlay .button a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: 40%;
}
.landing-page__demo .demos:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.landing-page__demo .demos .overlay {
  background: rgba(12, 12, 12, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.landing-page__demo .demos .overlay .button {
  position: absolute;
  height: 100%;
  width: 100%;
}
.landing-page__demo .demos .overlay .button a {
  color: #ffffff;
  text-decoration: none;
  background-color: #6e2eff;
  padding: 9px 15px;
  border-radius: 3px;
  text-transform: capitalize;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.landing-page__demo .demos img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.landing-page__demo .demos__title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #000000;
  display: block;
  padding: 12px 20px 10px;
  z-index: 1;
  position: relative;
  background: #F9f9f9;
}

.landing-page__benifits {
  padding: 100px 0 100px;
  text-align: center;
  background-color: #F9f9f9;
}
@media (max-width: 992px) {
  .landing-page__benifits {
    padding: 35px 0;
  }
}
.landing-page__benifits .landing-page__benifits-image img {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}
.landing-page__benifits .landing-page__benifits-details {
  text-align: left;
  padding: 0 25px;
}
.landing-page__benifits .landing-page__benifits-details h2 {
  font-size: 1.375rem;
  line-height: 1.688rem;
  margin: 5px 0;
}
.landing-page__benifits .landing-page__benifits-details p {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .landing-page__benifits .even-benifit .landing-page__benifits-details {
    text-align: right;
  }
}

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.aikalia-benefit .landing-page__benifits-image img, .aikalia-benefit .landing-page__benifits-image video {
  border: 1px solid #dfdfdf;
  border-radius: 9px;
}
.aikalia-benefit .landing-page__benifits-image video {
  width: 100%;
}

.landing-page__buttons {
  background: #6e2eff;
  padding: 10px 0;
  width: 100%;
  margin-top: -60px;
  top: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 576px) {
  .landing-page__buttons {
    padding: 5px 0;
    position: relative;
    margin: 0;
  }
}
.landing-page__buttons .landing-page__buttons-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .landing-page__buttons .landing-page__buttons-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.landing-page__buttons .landing-page__buttons-div div {
  margin: 0 10px;
}
@media (max-width: 576px) {
  .landing-page__buttons .landing-page__buttons-div div {
    margin: 10px 0;
  }
}
.landing-page__buttons .landing-page__buttons-div div a {
  color: #ffffff;
  background-color: #6e2eff;
  border: 2px solid #ffffff;
  text-decoration: none;
  padding: 9px 15px;
  border-radius: 3px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 576px) {
  .landing-page__buttons .landing-page__buttons-div div a {
    display: block;
    text-align: center;
  }
}
.landing-page__buttons .landing-page__buttons-div div a:hover {
  color: #ffffff;
  margin-top: -3px;
}
.landing-page__buttons .landing-page__buttons-div div a.preview-button-reverse {
  color: #2B3339;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.landing-page__buttons .landing-page__buttons-div div a.preview-button-reverse:hover {
  color: #6e2eff;
}

.landing-page__price {
  padding: 100px 0 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .landing-page__price {
    padding: 35px 0;
    margin-bottom: 40px;
  }
}

.price {
  border-radius: 9px;
  padding: 30px 15px;
  border: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .price {
    padding: 40px 25px;
  }
}
.price:hover button {
  background-color: rgb(60.9377990431, 0, 199);
}
.price__title {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 600;
}
.price__amount h2 {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.75rem;
  margin: 25px 0;
  color: #6e2eff;
}
@media (min-width: 768px) {
  .price__amount h2 {
    margin: 35px 0 10px;
    font-size: 5rem;
    line-height: 4rem;
    font-weight: 700;
  }
}
.price__amount h2 span {
  font-size: 2.25rem;
  line-height: 2.875rem;
  margin-top: 30px;
  margin-left: 0;
  margin-right: -15px;
}
.price__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price__list li {
  font-size: 1rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.price__list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.price__link {
  margin-top: 25px;
  display: inline-block;
}
@media (min-width: 768px) {
  .price__link {
    margin-top: 40px;
    font-size: 1.3rem !important;
  }
}
.price__link.button-color {
  padding: 15px 25px;
}
@media (min-width: 768px) {
  .price__link.button-color {
    padding: 18px 27px;
  }
}

.price-bottom {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .price-bottom {
    margin-top: 50px;
  }
}

.landing-page__testimonials {
  padding: 100px 0 100px;
  text-align: center;
  background-color: #F9f9f9;
}
@media (max-width: 992px) {
  .landing-page__testimonials {
    padding: 35px 0;
    margin-bottom: 40px;
  }
}

.client-testimonial--preview {
  background-color: transparent;
  padding: 0;
}
.client-testimonial--preview .client-testimonial__block {
  margin-top: 0;
}

.landing-page__faq {
  padding: 100px 0 100px;
  text-align: center;
  background-color: #F9f9f9;
}
@media (max-width: 992px) {
  .landing-page__faq {
    padding: 0 0 35px 0;
    margin-bottom: 40px;
  }
}

.blog__left {
  background-size: cover;
  height: 350px;
  background-position: center;
  position: relative;
}
.blog__left:before {
  position: absolute;
  color: cadetblue;
  content: "";
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7) 80%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  opacity: 0.7;
}
.blog__cat {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #ffffff;
  font-size: 0.875rem;
}
.blog__heading {
  font-size: 1.75rem;
  color: #2B3339;
  font-weight: 500;
  line-height: 2.25rem;
}
.blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.blog__meta-list {
  margin-right: 12px;
}
.blog__meta-link {
  color: #2B3339;
  line-height: 2.813rem;
  display: inline-block;
}
.blog__meta-img {
  max-width: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.blog__link {
  border: 1px solid #6e2eff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px;
  color: #2B3339;
  text-transform: capitalize;
}
.blog__link:hover {
  background-color: #6e2eff;
  color: #ffffff;
}

.mb-25 {
  margin-bottom: 30px;
}

.entry-meta {
  font-size: 0.875rem;
  line-height: 1.313rem;
  margin-bottom: 24px;
}

.entry-meta a {
  color: #2B3339;
}
.entry-meta a:hover {
  color: #6e2eff;
}

.ewa-post-pagination {
  padding: 0px 15px;
  overflow: auto;
  border-radius: 2px;
  background: #ffffff;
  display: block;
}
.ewa-post-pagination ul {
  margin: 6.5px 0px;
  list-style: none !important;
  padding-left: 0 !important;
}
.ewa-post-pagination ul li {
  display: inline-block;
}
.ewa-post-pagination ul li:last-child a {
  border-right: 0;
}
.ewa-post-pagination ul li a {
  padding: 2px 20px 0 21px;
  border-right: 1px solid #dfdfdf;
  color: #2B3339;
}

.ewa-post-pagination ul li.active a {
  color: #6e2eff;
}

.has-drop-cap strong {
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .ewa-post-recommendation {
    float: right;
    max-width: 300px;
    margin-left: 20px;
    overflow: hidden;
  }
}
.ewa-post-recommendation h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.ewa-post-recommendation a {
  color: #2B3339;
  margin-bottom: 5px;
  display: block;
  text-decoration: underline;
}

.ewa-post-features {
  border: 1px solid #dfdfdf;
  padding: 10px 25px;
}
@media (min-width: 768px) {
  .ewa-post-features {
    float: right;
    margin-left: 20px;
    max-width: 300px;
    overflow: hidden;
  }
}
.ewa-post-features h4 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 5px;
}
.ewa-post-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ewa-post-features ul li {
  position: relative;
  margin-bottom: 5px;
}
.ewa-post-features ul li:before {
  content: "✓ ";
}

.wp-block-table {
  margin: 0;
  width: 100%;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table tr:first-child {
  font-weight: 600;
}
.wp-block-table tr:nth-child(even) {
  background-color: #F9f9f9;
}
.wp-block-table td {
  border: 1px solid #dfdfdf;
  padding: 5px 15px;
  font-size: 1rem;
}

.widget_frontpage-newsfeed-widget .button-inline,
.search-container .button-inline {
  margin: 30px auto 0;
  display: block;
}

.single {
  /*
  &-resource {
    .entry-content {
      margin: 0;
      padding: 0;
      .grid{
        max-width: 100%;
        margin: 0 -15px;
      }
      ul{
        padding-left: 0;
      }
    }
  }
  */
}
.single .entry-header {
  padding: 15px 20px 0px;
}
@media (min-width: 768px) {
  .single .entry-header {
    max-width: 635px;
    margin: 0 auto;
    padding: 20px 20px 0;
  }
}
.single .entry-title {
  margin-bottom: 30px;
}
.single .entry-excerpt {
  color: #4d4d4d;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.14px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .single .entry-excerpt {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.single .entry-excerpt p {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.14px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .single .entry-excerpt p {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.single .entry-meta {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 20px 0 25px;
  font-weight: 600;
  color: #6A6A6A;
}
.single .entry-meta--meta2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2B3339;
}
.single .entry-meta--meta2 i {
  color: #6e2eff;
}
.single .entry-meta--meta2 > * {
  display: inline-block;
}
.single .entry-meta .written-by {
  margin-right: 20px;
}
.single .entry-meta__share {
  position: relative;
}
.single .entry-meta__share button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  padding: 0;
  color: #2B3339;
}
.single .entry-meta__share button:hover {
  text-decoration: underline;
}
.single .entry-meta__share-popup {
  display: none;
  position: absolute;
  top: 23px;
  left: 0;
  background-color: #ffffff;
  padding: 10px 10px 0 10px;
  min-width: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1882352941);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1882352941);
  text-align: left;
  z-index: 1;
}
.single .entry-meta__share-popup.share-popup-open {
  display: block;
}
.single .entry-meta__share-popup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.single .entry-meta__share-popup li {
  margin: 12px 0;
}
.single .entry-meta__share-popup a {
  text-decoration: none;
  padding: 0px 0px;
  color: #2B3339 !important;
  display: inline-block;
}
.single .entry-meta__share-popup i {
  color: #2B3339;
  margin-right: 10px;
  font-size: 17px;
  vertical-align: -2px;
}
.single .entry-meta__share-popup button {
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
.single .entry-meta a {
  text-decoration: none;
  color: #6e2eff;
}
.single .entry-meta a:hover {
  color: #6e2eff;
  text-decoration: underline;
}
.single .article-image {
  margin-bottom: 30px;
}
.single .entry-content {
  padding-bottom: 15px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .single .entry-content > * {
    max-width: 635px;
    margin: 18px auto;
    padding: 0;
  }
}
.single .entry-content .wp-block-booknetic-td-tenant-page {
  max-width: 100%;
}
.single .entry-content .bkntc_service-badge {
  color: inherit;
}
.single .entry-content .bkntc_book_appointment {
  background-color: #F9f9f9;
  border: 1px solid #dfdfdf;
  border-right: 0;
  border-left: 0;
}
.single .entry-content .bkntc_book_appointment p {
  font: inherit;
  letter-spacing: inherit;
  margin: 18px auto;
  padding: 0;
}
.single .entry-content .bkntc_landing-page * {
  font-family: inherit !important;
}
.single .entry-content .bkntc_landing-page .bkntc_book_appointment-btn {
  border: 2px solid #6e2eff !important;
}
.single .entry-content .bkntc_landing-page .bkntc_service_name {
  font: normal normal 500 1.938rem/2.325rem Fira Sans Condensed, sans-serif !important;
  margin-bottom: 30px;
  font-family: "Fira Sans Condensed", sans-serif !important;
  letter-spacing: inherit;
}
@media (min-width: 768px) {
  .single .entry-content .bkntc_landing-page .bkntc_service_name {
    font: normal normal 500 2.813rem/3.375rem Fira Sans Condensed, sans-serif !important;
  }
}
.single .entry-content .bkntc_landing-page .bkntc_services_container h2,
.single .entry-content .bkntc_landing-page .review-container h2 {
  font: normal normal 500 1.563rem/2.031rem Fira Sans Condensed, sans-serif !important;
}
@media (min-width: 768px) {
  .single .entry-content .bkntc_landing-page .bkntc_services_container h2,
  .single .entry-content .bkntc_landing-page .review-container h2 {
    font: normal normal 500 2rem/2.625rem Fira Sans Condensed, sans-serif !important;
  }
}
.single .entry-content .bkntc_landing-page .bkntc_service_cart h2 {
  font: normal normal 500 1.125rem/1.75rem Fira Sans Condensed, sans-serif !important;
}
.single .entry-content .bkntc_landing-page .bkntc_cart_footer .bnktc_booking_popup_btn,
.single .entry-content .bkntc_landing-page .bkntc_cart_footer p {
  color: inherit !important;
}
.single .entry-content .bkntc_landing-page .bkntc_cart_footer .bnktc_booking_popup_btn path {
  stroke: #282828;
}
.single .entry-content p + h2,
.single .entry-content ol + h2,
.single .entry-content ul + h2 {
  margin-top: 84px;
}
.single .entry-content p + h3 {
  margin-top: 40px;
}
.single .entry-content h2 + p {
  margin-top: 10px;
}
.single .entry-content h2 + .wp-block-image {
  margin-top: 25px;
}
.single .entry-content .ewa-bold-special {
  text-transform: uppercase;
  font-weight: 700;
  margin: 35px 4px 0px 0px;
  display: inline-block;
}
.single .entry-content figcaption,
.single .entry-content .wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 10px 0;
  font-family: "Lexend", sans-serif;
  text-align: right;
  font-weight: 600;
}
.single .entry-content figcaption .photographer-info,
.single .entry-content .wp-caption-text .photographer-info {
  font-size: 13px;
  color: #6a6a6a;
  font-weight: normal;
}
.single .entry-content ul {
  margin-bottom: 40px;
  padding-left: 35px;
}
.single .entry-content ol {
  padding-left: 17px;
}
@media (min-width: 768px) {
  .single .entry-content ol {
    padding-left: 35px;
  }
}
.single .entry-content > iframe {
  margin: 35px auto;
  display: block;
}
.single .entry-content figure {
  margin: 17px 0px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single .entry-content figure {
    max-width: 635px;
    margin: 17px auto;
  }
}
.single .entry-content figure img {
  max-width: 100%;
  vertical-align: bottom;
}
.single .entry-content .read-also-post {
  max-width: 585px;
  margin: 35px auto;
  padding: 15px;
}
.single .entry-content .ewa-readmore {
  max-width: 635px;
  padding: 10px 30px;
  margin: 15px auto 80px;
}
.single .entry-content .wp-block-cover {
  margin: 17px 15px;
  width: auto;
}
@media (min-width: 768px) {
  .single .entry-content .wp-block-cover {
    max-width: 635px;
    margin: 17px auto;
  }
}
.single .entry-content .wp-block-image {
  margin: 50px auto;
}
.single .entry-content .wp-block-image img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.single .entry-content .wp-block-gallery {
  margin: 50px auto;
}
.single .entry-content .wp-block-gallery figcaption {
  width: 100%;
}
.single .entry-content .wp-block-gallery ul {
  padding-left: 0;
}
.single .entry-content .blocks-gallery-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
  border-radius: 4px;
}
.single .entry-content a {
  text-decoration: underline;
}
.single .entry-content .em {
  color: #6e2eff;
}
.single .entry-content .wp-block-quote {
  border-left: 5px solid #6e2eff;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .single .entry-content .wp-block-quote {
    width: 70%;
    padding-left: 15px;
  }
}
.single .entry-content .wp-block-quote p {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -0.08px;
  text-align: left;
  color: #000000;
}
@media (min-width: 768px) {
  .single .entry-content .wp-block-quote p {
    font-size: 1.25rem;
    letter-spacing: -0.1px;
    line-height: 1.5rem;
  }
}
.single .entry-content .collection-item {
  margin: 50px auto;
}
.single .entry-content .collection-item__bottom ul {
  margin-bottom: 0;
  padding-left: 0;
}
.single .entry-footer {
  margin: 20px auto 10px;
  padding: 0 18px 25px;
}
@media (min-width: 768px) {
  .single .entry-footer {
    max-width: 635px;
    margin: 30px auto 10px;
  }
}
.single .recommended-posts {
  background-color: #87a1c1;
  padding: 25px 18px;
  margin: 80px 0px;
}
@media (max-width: 768px) {
  .single .recommended-posts {
    margin: 80px -18px;
  }
}
.single .recommended-posts__heading {
  margin-top: -10px;
  margin-bottom: 15px;
}
.single .post-tags {
  margin: 80px 0px;
}
.single .post-tags__tags {
  margin-top: -10px;
}
.single .post-tags__tag {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  margin-right: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px;
  font-style: italic;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .single .post-tags__tag {
    padding: 11px 10px;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    margin-right: 3px;
  }
}
.single .post-tags__tag:hover {
  background-color: #6e2eff;
  color: #ffffff;
}
.single-post .site-main, .single-resource .site-main {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .single-post .site-main, .single-resource .site-main {
    margin: 0 -18px;
  }
}
.single-post .container-box, .single-resource .container-box {
  max-width: 880px;
}
@media (max-width: 768px) {
  .single-post #secondary .widget, .single-resource #secondary .widget {
    margin: 0 -18px;
  }
}

.post-social-share {
  float: left;
  margin-top: 8px;
  top: 0;
}
@media (max-width: 768px) {
  .post-social-share {
    position: fixed;
    float: none;
    margin-top: 3px;
    margin-right: 0;
    margin-left: 0;
    top: auto;
    bottom: -10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    left: 0;
    right: 0;
  }
}
.post-social-share a {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .post-social-share a {
    width: 25%;
    border-radius: 0;
    bottom: 0;
  }
}
.post-social-share a:nth-child(1) {
  background-color: #5b7bb4;
}
.post-social-share a:nth-child(2) {
  background-color: #00acee;
}
.post-social-share a:nth-child(3) {
  background-color: #3383be;
}
.post-social-share a:nth-child(4) {
  background-color: #646464;
}
.post-social-share a:hover {
  background-color: #000000;
  color: #ffffff;
}

/* Comments Section Css */
.fn {
  font-size: 0.875rem;
}

.comment-metadata {
  margin-left: 55px;
  margin-top: -10px;
}

.comment-metadata a {
  color: #777;
  font-style: italic;
  font-size: 0.875rem;
  font-weight: 400;
}

.comment-content {
  margin-left: 55px;
}

.reply {
  margin-left: 55px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.reply a {
  font-size: 0.875rem;
  color: #6e2eff;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  padding-bottom: 9px;
  margin: 40px 0 20px 0;
  border-bottom: 1px solid #eee;
}

.comment-author img {
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 3px;
  margin-right: 12px;
}

#commentform input,
#commentform textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  color: #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#commentform input:focus, #commentform input:hover,
#commentform textarea:focus,
#commentform textarea:hover {
  border: 1px solid #ccc;
  outline: none;
}

#wp-comment-cookies-consent {
  width: auto !important;
  margin-right: 7px;
  margin-left: 0;
}

.form-submit input[type=submit] {
  width: auto !important;
  margin-top: 0px;
}

.single__video-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.single__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single__video-iframe img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.single__video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.single__video-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.single__video-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fbb658;
  border-radius: 50%;
  -webkit-animation: pulse-border 1100ms ease-out infinite;
  animation: pulse-border 1100ms ease-out infinite;
}
.single__video-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fbb658;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.single__video-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
/* common */
.home.page-template-page-fullwidth {
  background-color: #f5f8fa;
}

.space-55-mob-15 {
  height: 15px;
}
@media (min-width: 768px) {
  .space-55-mob-15 {
    height: 55px;
  }
}

.space-65-mob-15 {
  height: 15px;
}
@media (min-width: 768px) {
  .space-65-mob-15 {
    height: 65px;
  }
}

.space-65-mob-40 {
  height: 40px;
}
@media (min-width: 768px) {
  .space-65-mob-40 {
    height: 65px;
  }
}

.space-75-mob-60 {
  height: 60px;
}
@media (min-width: 768px) {
  .space-75-mob-60 {
    height: 75px;
  }
}

.space-110-mob-80 {
  height: 80px;
}
@media (min-width: 768px) {
  .space-110-mob-80 {
    height: 110px;
  }
}

.space-165-mob-40 {
  height: 40px;
}
@media (min-width: 768px) {
  .space-165-mob-40 {
    height: 165px;
  }
}

.space-190-mob-120 {
  height: 120px;
}
@media (min-width: 768px) {
  .space-190-mob-120 {
    height: 190px;
  }
}

.space-190-mob-140 {
  height: 140px;
}
@media (min-width: 768px) {
  .space-190-mob-140 {
    height: 190px;
  }
}

.space-195-mob-150 {
  height: 150px;
}
@media (min-width: 768px) {
  .space-195-mob-150 {
    height: 195px;
  }
}

.space-200-mob-150 {
  height: 150px;
}
@media (min-width: 768px) {
  .space-200-mob-150 {
    height: 200px;
  }
}

.gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F8FA), color-stop(40.1%, #FEF0DE), color-stop(82.29%, #FEF0DE), to(#F5F8FA));
  background: linear-gradient(180deg, #F5F8FA 0%, #FEF0DE 40.1%, #FEF0DE 82.29%, #F5F8FA 100%);
}

.font-text-16-mob-text-16 {
  font: normal normal 400 1rem/1.5rem Lexend, sans-serif;
}
@media (min-width: 768px) {
  .font-text-16-mob-text-16 {
    font: normal normal 400 1rem/1.5rem Lexend, sans-serif;
  }
}

.font-btn-16-mob-btn-16 {
  font: normal normal 600 1rem/1rem Lexend, sans-serif;
}
@media (min-width: 768px) {
  .font-btn-16-mob-btn-16 {
    font: normal normal 600 1rem/1rem Lexend, sans-serif;
  }
}

.font-title-23-mob-title-20 {
  font: normal normal 400 1.25rem/1.75rem Fira Sans Condensed, sans-serif;
}
@media (min-width: 768px) {
  .font-title-23-mob-title-20 {
    font: normal normal 400 1.438rem/2rem Fira Sans Condensed, sans-serif;
  }
}

.font-title-31-mob-title-25 {
  font: normal normal 400 1.563rem/2.031rem Fira Sans Condensed, sans-serif;
}
@media (min-width: 768px) {
  .font-title-31-mob-title-25 {
    font: normal normal 400 1.938rem/2.325rem Fira Sans Condensed, sans-serif;
  }
}

.font-title-44-mob-title-31 {
  font: normal normal 500 1.938rem/2.325rem Fira Sans Condensed, sans-serif;
}
@media (min-width: 768px) {
  .font-title-44-mob-title-31 {
    font: normal normal 500 2.75rem/3.375rem Fira Sans Condensed, sans-serif;
  }
}

.grid.mobile-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .grid.mobile-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.faq__content {
  max-width: 800px;
  margin: 0 auto;
}

ul.faq-accordion {
  background-color: #ffffff;
  list-style-type: none;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
}
ul.faq-accordion .accordion-inner {
  padding: 0 20px 15px;
  overflow: hidden;
  display: none;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
  color: #000000;
}
ul.faq-accordion .accordion-inner p {
  font-size: 1rem;
  line-height: 1.626rem;
  margin: 10px 0;
}
ul.faq-accordion .accordion-inner ul,
ul.faq-accordion .accordion-inner ol {
  padding-left: 15px;
}
ul.faq-accordion .accordion-inner a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  ul.faq-accordion .accordion-inner {
    padding: 0 20px 15px;
  }
}
ul.faq-accordion .accordion-inner.show {
  display: block;
}
ul.faq-accordion .accordion-inner ul {
  list-style-type: disc;
}
ul.faq-accordion > li {
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}
ul.faq-accordion > li:last-child {
  border-bottom: 0;
}
ul.faq-accordion > li a.accordion-toggle {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  color: #333;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  text-decoration: none;
  text-transform: none;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.875rem;
  cursor: pointer;
  display: block;
}
@media (min-width: 992px) {
  ul.faq-accordion > li a.accordion-toggle {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 22px 55px 12px 20px;
  }
}
ul.faq-accordion > li a.accordion-toggle:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  margin-top: -15px;
  right: 15px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
@media (min-width: 992px) {
  ul.faq-accordion > li a.accordion-toggle:after {
    margin-top: -10px;
    right: 20px;
  }
}
ul.faq-accordion > li a.accordion-toggle.current {
  background-color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
  color: #333;
  border: 0;
}
ul.faq-accordion > li a.accordion-toggle.current:after {
  content: "\f062";
}
@media (min-width: 992px) {
  ul.faq-accordion > li a.accordion-toggle {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 10px;
  }
}

div.accordion-inner li {
  border-top: 0;
}

.fluid-bg-image {
  padding-top: 56%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
}

.page-title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.09px;
  line-height: 1.375rem;
  text-align: center;
  color: #000000;
  margin: 0;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 1.375rem;
    letter-spacing: -0.22px;
    line-height: 1.375rem;
  }
}

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

article.preview .section-title {
  max-width: 800px;
  margin: 0 auto 45px;
}

.inner-height-full article {
  height: 100%;
}

.button-block {
  display: block;
  background-color: #6e2eff;
  border: 1px solid #6e2eff !important;
  border-radius: 3px;
  text-align: center;
  margin-top: 30px;
  padding: 12px 25px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.button-block:hover {
  background-color: #2B3339;
  color: #ffffff;
}

.button-inline,
input[type=submit] {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #6e2eff !important;
  border-radius: 25px;
  text-align: center;
  margin-top: 10px;
  padding: 12px 25px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000 !important;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.button-inline:hover,
input[type=submit]:hover {
  background-color: #6e2eff;
  color: #ffffff !important;
}
.button-inline:focus,
input[type=submit]:focus {
  outline: 0 !important;
}

.button-color {
  border: 0;
  background-color: #6e2eff;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
  text-decoration: none;
}
.button-color:hover {
  background-color: rgb(60.9377990431, 0, 199);
  color: #ffffff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  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;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

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

.page-links {
  clear: both;
}

/*--------------------------------------------------------------
## 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

.no-gutters {
  padding: 0 !important;
}

/* New Button */
.ewa-readmore {
  background-color: #6e2eff;
  display: block;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 25px;
  border: 1px solid #6e2eff;
  margin: 15px 0px 45px;
  text-decoration: none !important;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.ewa-readmore:hover {
  background-color: rgb(60.9377990431, 0, 199);
  border: 1px solid rgb(60.9377990431, 0, 199);
  color: #ffffff;
}

.btn {
  border-radius: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  padding: 14px 30px;
}
.btn.btn-primary {
  background-color: #6e2eff;
  color: #ffffff;
  border: 2px solid transparent;
}
.btn.btn-primary:hover {
  border-color: #6e2eff;
  background-color: #ffffff;
  color: #6e2eff;
}
.btn.btn-border {
  border: 2px solid #6e2eff;
  background-color: #ffffff;
}
.btn.btn-border:hover {
  background-color: #6e2eff;
  color: #ffffff;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #6e2eff;
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top span {
  color: #ffffff;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 1.75rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
#return-to-top span img {
  vertical-align: middle;
}

#secondary {
  /* Common styles for widget */
  /* search widget */
  /* Tag cloud widget */
  /* Categories grid widget */
  /* Recent posts list widget */
  /* Popular posts list widget */
}
#secondary .widget {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 2px;
}
#secondary .widget.ewa-image-ad-widget {
  padding: 0;
}
#secondary .ewa-image-ad-widget__banner-link {
  line-height: 0;
  display: block;
}
#secondary .widget-title {
  line-height: 2.5rem;
  border-bottom: 3px solid #e1e5ec;
  color: #000000;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  margin-top: 0;
  margin-bottom: 5px;
}
#secondary .widget ul {
  list-style: none;
  padding-left: 0px;
  line-height: 2rem;
}
#secondary .widget ul li {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-bottom: 8px;
}
#secondary .widget ul li a {
  color: #2B3339;
}
#secondary .comment-author-link {
  font-size: 0.875rem;
}
#secondary .search-field {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#secondary .search-form {
  position: relative;
}
#secondary .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 25px;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  background-color: #6e2eff;
}
#secondary .tag-cloud-link {
  display: inline-block;
  border: 2px solid #eeeeee;
  color: #2B3339;
  font-size: 0.875rem !important;
  padding: 5px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
#secondary .tag-cloud-link:hover {
  background-color: #6e2eff;
  border-color: #6e2eff;
  color: #ffffff;
}
#secondary .popular-posts-sidebar .posts-list .fluid-bg-image,
#secondary .recent-posts-sidebar .posts-list .fluid-bg-image {
  padding-top: 70%;
}
#secondary .popular-posts-sidebar .posts-list:hover .description h3 a,
#secondary .recent-posts-sidebar .posts-list:hover .description h3 a {
  background-size: 100% 2px;
}
#secondary .popular-posts-sidebar .posts-list:hover .fluid-bg-image,
#secondary .recent-posts-sidebar .posts-list:hover .fluid-bg-image {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#secondary .popular-posts-sidebar .description h3,
#secondary .recent-posts-sidebar .description h3 {
  margin: 0;
  line-height: normal;
  font-size: 0.875rem;
  margin-bottom: 0.65rem;
}
#secondary .popular-posts-sidebar .description h3 a,
#secondary .recent-posts-sidebar .description h3 a {
  text-decoration: none;
  position: relative;
  display: inline;
  background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0 95%;
  -webkit-transition: background-size 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
  padding: 0.1% 0;
  background-repeat: no-repeat;
  color: inherit;
}
#secondary .popular-posts-sidebar .description span,
#secondary .recent-posts-sidebar .description span {
  color: #2B3339;
  font-size: 0.75rem;
}
#secondary .popular-posts-sidebar .description span time,
#secondary .recent-posts-sidebar .description span time {
  text-decoration: none;
  color: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-resource .site-content {
  background-color: #87a1c1;
  padding-top: 15px;
}
.single-resource .call-to-action {
  background: none;
}

.resource__video-doc, .resource__title-container {
  background-color: #ffffff;
  padding-bottom: 10px;
}
.resource__video-doc .entry-title, .resource__title-container .entry-title {
  margin: 25px 15px 15px;
  text-align: center;
}
.resource__title-container {
  padding: 10px;
}
.resource__video-doc-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resource__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.resource__featured-image {
  position: relative;
  background-color: #ffffff;
}
.resource__content {
  padding: 0px;
  background-color: #ffffff;
}
.resource .fluid-bg-image:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
}
.resource__page-title {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 3px 3px 10px #000000;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 600;
  text-align: center;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .resource__page-title {
    top: 10%;
  }
}
@media (min-width: 992px) {
  .resource__page-title {
    top: 10%;
    font-size: 2.938rem;
    line-height: 2.938rem;
    padding: 25px 25px;
  }
}
@media (min-width: 1198px) {
  .resource__page-title {
    font-size: 3.875rem;
    line-height: 3.875rem;
  }
}
.resource__page-content {
  margin: 5px 15px 0px;
  text-align: center;
}
.resource__item-lists {
  margin: 0px;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1rem;
  border: 1px solid #ffffff;
  list-style-type: none;
  padding: 0;
  background-color: #eff1f6;
  max-height: 450px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 768px) {
  .resource__item-lists {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.resource__item-lists::-webkit-scrollbar {
  width: 15px;
}
.resource__item-lists::-webkit-scrollbar-track {
  border-radius: 10px;
}
.resource__item-lists::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  border-radius: 10px;
}
.resource__item-lists::-webkit-scrollbar-thumb:hover {
  background: #d7d7d7;
}
.resource__item-list {
  border-bottom: 1px solid #ececec;
}
.resource__item-list:last-child {
  border-bottom: 0;
}
.resource__item-list-link {
  background-color: #ccd3de;
  display: block;
  color: #333333;
  padding: 10px 10px;
  text-decoration: none !important;
}
.resource__item-title {
  background-color: #ccd3de;
  margin: 10px 0px 10px !important;
  padding: 10px 15px;
  color: #444;
}
.resource__item-content {
  padding-top: 30px;
  margin-top: -30px;
}
.resource__item-description {
  padding: 0px 15px;
}
.resource__item-description ul {
  padding-left: 35px !important;
}
.resource__item-description ul li {
  list-style-type: square;
  word-spacing: 2px;
  color: #444;
}
.resource__item-description p {
  color: #444;
}
.resource__item-description strong.steps {
  background: #df6300;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
}
.resource__archive-box article {
  background-color: #f9fafb;
  text-align: center;
  padding-bottom: 15px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.resource__archive-box .fluid-bg-image {
  background-color: grey;
  padding-top: 68%;
  margin-bottom: 20px;
}
.resource__archive-box .fluid-bg-image:before {
  content: none;
}
.resource__archive-box .entry-title {
  padding: 0px 20px;
  font-size: 1.25rem;
  line-height: 1.563rem;
}
.resource__archive-box:hover article {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}

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

.support .wrapper {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 50px 30px;
}
.support .wrapper img {
  width: 120px;
}
.support h2 {
  margin-bottom: 10px;
}
.support figcaption {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 500;
}
.support p {
  padding-bottom: 0.9375rem;
}
.support a.btn-solid {
  width: 100%;
  display: block;
  padding: 10px 0;
  border: 2px solid #6e2eff;
  background: #6e2eff;
  color: #ffffff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.support a.btn-solid:hover {
  background: #ffffff;
  color: #6e2eff;
}
.support a.btn-border {
  border: 2px solid #6e2eff;
  padding: 10px 0;
  display: block;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.support a.btn-border:hover {
  background: #6e2eff;
  color: #ffffff;
}

.page-template-page-hide-header-footer .site-header,
.page-template-page-hide-header-footer .site-footer {
  display: none;
}

.wpcf7-form input,
.wpcf7-form textarea {
  font-size: 0.9375rem;
  background: #F9f9f9;
  border: 1px solid #e1e5ec;
  padding: 10px 15px;
  border-radius: 4px;
  width: 90%;
}

.wpcf7-form label {
  color: #000000;
}

.wpcf7-form input[type=submit] {
  width: auto;
  padding: 15px 75px;
  background: #6e2eff;
  border: 2px solid #6e2eff;
  color: #ffffff !important;
  -webkit-transition: all 0.03s;
  transition: all 0.03s;
}

.wpcf7-form input[type=submit]:hover {
  width: auto;
  padding: 15px 75px;
  background: rgb(60.9377990431, 0, 199);
  color: #ffffff !important;
}

.error-404 {
  margin-top: 25px;
}
.error-404 .page-content {
  text-align: center;
  margin-bottom: 60px;
}
.error-404 .page-content .search-form {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.error-404 .page-content .search-field {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeeeee;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  position: relative;
}
.error-404 .page-content .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px !important;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  background-color: #6e2eff;
  cursor: pointer;
  margin-top: 0;
  color: #ffffff !important;
  border-radius: 0 !important;
}
.error-404 .widget {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 25px 30px;
}
.error-404 .widget h2 {
  line-height: 2.5rem;
  border-bottom: 3px solid #eeeeee;
  color: #2B3339;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
  margin-top: 0;
  text-transform: capitalize;
}
.error-404 .widget ul {
  list-style: none !important;
  padding-left: 0px !important;
  line-height: 2rem;
}
.error-404 .widget ul li {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.error-404 .widget ul li a {
  color: #2B3339;
}
.error-404 .widget ul li a:hover {
  color: #6e2eff;
}
.error-404 .widget .tag-cloud-link {
  display: inline-block;
  border: 2px solid #eeeeee;
  color: #2B3339;
  font-size: 0.875rem !important;
  padding: 5px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.error-404 .widget .tag-cloud-link:hover {
  background-color: #6e2eff;
  color: #ffffff;
  border-color: #6e2eff;
}
.error-404 .widget #archives-dropdown--1 {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 10px;
}

.search-page .page-header {
  background-color: transparent !important;
}
.search-page .page-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 18px;
  color: #2B3339;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.search-page .search-form {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.search-page .search-field {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eeeeee;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  position: relative;
}
.search-page .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12.5px 25px;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  background-color: #6e2eff;
  cursor: pointer;
}
.search-page .entry-title {
  font-size: 1.563rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 0;
  margin-top: 15px;
}
.search-page .entry-title a:hover {
  color: #6e2eff;
}
.search-page .entry-meta a {
  color: #2B3339;
}

/* Sitewide Search Form */
.search-form {
  position: relative;
  z-index: 1;
}

.search-field {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  padding-left: 5px;
  height: 42px;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

input[type=submit].search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px 15px 13px !important;
  border: 0;
  color: #ffffff !important;
  font-weight: 700;
  background-color: #6e2eff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
  margin-top: 0;
  border-radius: 0;
}
input[type=submit].search-submit:hover {
  background-color: rgb(60.9377990431, 0, 199);
  color: #ffffff;
}
@media (max-width: 992px) {
  input[type=submit].search-submit {
    padding: 13px 15px;
  }
}

/* templates */
.widget_frontpage-newsfeed-widget [class*=col-],
body.page-template-page-documents [class*=col-],
body.page-template-page-products [class*=col-],
body.page-template-page-support [class*=col-],
body.search-results [class*=col-],
section.home-blog [class*=col-],
section.specialty-section [class*=col-],
section.recommended-posts [class*=col-] {
  padding: 7.5px 10px;
}
@media (min-width: 768px) {
  .widget_frontpage-newsfeed-widget [class*=col-],
  body.page-template-page-documents [class*=col-],
  body.page-template-page-products [class*=col-],
  body.page-template-page-support [class*=col-],
  body.search-results [class*=col-],
  section.home-blog [class*=col-],
  section.specialty-section [class*=col-],
  section.recommended-posts [class*=col-] {
    padding: 7.5px;
  }
}
.widget_frontpage-newsfeed-widget .grid,
body.page-template-page-documents .grid,
body.page-template-page-products .grid,
body.page-template-page-support .grid,
body.search-results .grid,
section.home-blog .grid,
section.specialty-section .grid,
section.recommended-posts .grid {
  margin: -7.5px;
}

.template-grid {
  border-radius: 9px;
  background-color: #ffffff;
  height: 100%;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.template-grid:hover .template-grid__title-url {
  text-decoration: underline;
}
.template-grid:hover .template-grid__video-icon {
  background-color: #282828;
}
.template-grid__image-url {
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), color-stop(58%, #e0e0e0), to(#e3e3e3));
  background: linear-gradient(#cfcfcf 0%, #e0e0e0 58%, #e3e3e3 100%);
  display: block;
  position: relative;
}
.template-grid__image-url--icon {
  background: transparent;
}
.template-grid__image {
  background-repeat: no-repeat;
  height: 0px;
  padding-top: 57%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.template-grid__image--icon {
  height: auto;
  padding-top: 0;
}
.template-grid__image--icon img {
  padding: 20px;
  padding-bottom: 0;
}
.template-grid__image--thumb {
  padding-top: 0;
  height: auto;
}
.template-grid__image--thumb img {
  vertical-align: middle;
}
.template-grid__video {
  width: 100%;
}
.template-grid__video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  background-color: #FF0000;
  padding: 4px 22px;
  border-radius: 5px;
  color: #ffffff;
}
.template-grid__border {
  border: 1px solid #6e2eff;
  border-radius: 9px;
}
.template-grid__content {
  padding: 20px 20px 10px;
  position: relative;
}
.template-grid__title-url {
  text-decoration: none;
  color: #000000;
}
.template-grid__title {
  margin: 0px 0px 5px;
}
.template-grid__meta {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #6A6A6A;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.template-grid a.meta-cat {
  font-size: 0.8125rem;
  text-decoration: none;
  color: #6e2eff;
  margin-right: 10px;
  position: relative;
  font-weight: 700;
}
.template-grid a.meta-cat:hover {
  text-decoration: underline;
}
.template-grid a.meta-cat:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0f4c81;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.template-grid a.meta-cat .template-list-thumbnail {
  background-color: transparent;
  padding: 10px 0;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d8d8d8;
}
.template-grid a.meta-cat .template-list-thumbnail:hover .template-list-thumbnail__title-url {
  text-decoration: underline;
}
.template-grid a.meta-cat .template-list-thumbnail:hover .template-list-thumbnail__video-icon {
  background-color: #282828;
}
.template-grid a.meta-cat .template-list-thumbnail:nth-of-type(1) {
  border-top: 0;
}
.template-grid a.meta-cat .template-list-thumbnail__content {
  width: calc(100% - 110px);
  float: left;
  margin-right: 10px;
}
.template-grid a.meta-cat .template-list-thumbnail__image-url {
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), color-stop(58%, #e0e0e0), to(#e3e3e3));
  background: linear-gradient(#cfcfcf 0%, #e0e0e0 58%, #e3e3e3 100%);
  display: block;
  position: relative;
  width: 100px;
}
.template-grid a.meta-cat .template-list-thumbnail__image {
  padding-top: 70%;
  height: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.template-grid a.meta-cat .template-list-thumbnail__video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 10px;
  background-color: #FF0000;
  padding: 0 12px;
  border-radius: 4px;
  color: #ffffff;
}
.template-grid a.meta-cat .template-list-thumbnail__title-url {
  text-decoration: none;
  color: #000000;
}
.template-grid a.meta-cat .template-list-thumbnail__title {
  margin: 0px 0px 5px;
  font-family: "Lexend", sans-serif;
}
.template-grid a.meta-cat .template-list-thumbnail__meta {
  font-size: 0.8125rem;
  line-height: 20px;
  color: #6A6A6A;
}
.template-grid a.meta-cat .template-list-thumbnail a.meta-cat {
  text-decoration: none;
  color: #6A6A6A;
  background-color: transparent;
  padding: 0;
  text-transform: none;
}
.template-grid a.meta-cat .template-list-thumbnail .meta-devider {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

/* containers */
.splash-top__box {
  text-align: center;
}
.splash-top__social {
  margin: 40px 0;
}
.splash-top__social a {
  background-color: #6e2eff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 3.125rem;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.875rem;
}
.splash-top__social a:hover {
  color: #ffffff;
  background-color: rgb(60.9377990431, 0, 199);
}

.splash-middle__list {
  background-color: #F9f9f9;
  border-radius: 25px;
  padding: 25px 20px;
  margin-top: 20px;
}
.splash-middle__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.splash-middle__list ul li {
  background-color: #6e2eff;
  margin-bottom: 20px;
  border-radius: 15px;
  position: relative;
}
.splash-middle__list ul li:last-child {
  margin-bottom: 0;
}
.splash-middle__list ul li a {
  color: #ffffff;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}
.splash-middle__list ul li a:hover {
  background-color: rgb(60.9377990431, 0, 199);
}

.splash-bottom {
  margin-top: 50px;
}
.splash-bottom__box {
  background-color: #F9f9f9;
  border-radius: 25px;
  padding: 25px 20px 10px 20px;
}
.splash-bottom__title {
  margin: 0;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.home-blog {
  background-color: #F9f9f9;
  padding-bottom: 50px;
}
.home-blog__box {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .home-blog__box {
    margin-top: 0;
  }
}
.home-blog__title {
  text-align: center;
  color: #333;
  line-height: 2.1875rem;
  font-size: 2.813rem;
  line-height: 3.313rem;
  margin-bottom: 55px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .home-blog__title {
    font-size: 1.875rem;
  }
}
.home-blog__button {
  text-align: center;
  margin-top: 45px;
}

.download-main {
  padding: 30px 30px;
  background-color: #ffffff;
}

.download-main #dae-shortcode3964-download-wrapper .dae-shortcode-download-file-image {
  border-radius: 3px !important;
  padding: 0 !important;
}

.page-template-page-download .site-content {
  background-color: #f2f3f5;
  padding: 25px 30px !important;
}

a.ewa-download-btn {
  color: #6e2eff !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

a.ewa-download-btn:hover {
  color: #000000 !important;
}

.download-main .entry-title {
  text-align: center;
}

.dae-shortcode-download-title {
  display: none;
}

.page-template-page-download .site-footer {
  margin-top: 0;
}

/* block-ewa-collection-box */
.collection-item {
  background-color: #87a1c1;
  border: 5px solid #87a1c1;
}
.collection-item__video {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.collection-item__video:hover span {
  top: -45px;
}
.collection-item__video span {
  background-color: #6e2eff;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.15rem;
  font-weight: 500;
  padding: 3px 7px;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 2px solid #ffffff;
}
.collection-item__video video {
  width: 100%;
}
.collection-item__content {
  padding: 3px 20px 10px;
}
@media (max-width: 576px) {
  .collection-item__content {
    padding: 3px 15px 10px;
  }
}
.collection-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .collection-item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .collection-item__single {
    margin-bottom: 20px;
  }
}
.collection-item__single h4 {
  margin: 0;
}
.collection-item__single span {
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
}
.collection-item__single a {
  font-weight: 500;
}
.collection-item__label {
  font-size: 0.875rem;
  display: block;
  font-weight: 500;
}
.collection-item__middle {
  margin-top: 40px;
}
.collection-item__middle h2 {
  margin: 0 !important;
}
.collection-item__middle p {
  margin-top: 10px;
}
.collection-item__bottom ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .collection-item__bottom ul li {
    margin-bottom: 20px;
  }
}
.collection-item__bottom ul li span {
  width: 30%;
  display: inline-block;
}
@media (max-width: 768px) {
  .collection-item__bottom ul li span {
    display: block;
    width: 100%;
  }
}

/* block-ewa-read-also-post */
.read-also-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px;
  margin: 25px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #6e2eff;
}
.read-also-post:hover .read-also-post__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .read-also-post {
    max-width: 582px;
    margin: 25px;
  }
}
.read-also-post:hover .read-also-article__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.read-also-post__image-url {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  margin-right: 15px;
  overflow: hidden;
}
.read-also-post__image {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.read-also-post__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.read-also-post__more-text {
  color: #6A6A6A;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
.read-also-post__title-url {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-decoration: none !important;
  color: #333;
}
.read-also-post__meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  font-weight: 700;
  list-style: none;
  text-decoration: underline !important;
  text-transform: lowercase;
  display: inline-block;
}

/* block-ewa-ads */
.ads__content {
  margin: 50px auto;
}

.size300by250 {
  max-width: 300px;
}
.size336by280 {
  max-width: 336px;
}
.size728by90 {
  max-width: 728px;
}
.size300by600 {
  max-width: 300px;
}
.size320by100 {
  max-width: 320px;
}

/* block-ewa-hero */
.hero__title {
  font: normal normal 500 2.438rem/2.656rem Fira Sans Condensed, sans-serif;
  text-align: center;
  color: #2B3339;
}
@media (min-width: 768px) {
  .hero__title {
    font: normal normal 500 4rem/4.375rem Fira Sans Condensed, sans-serif;
    text-align: left;
  }
}
.hero__content {
  margin-bottom: 26px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__content {
    text-align: left;
    margin-bottom: 48px;
  }
}
.hero__btn {
  text-align: center;
}
@media (min-width: 768px) {
  .hero__btn {
    text-align: left;
  }
}
.hero__btn a {
  margin: 15px;
}
@media (min-width: 768px) {
  .hero__btn a {
    margin: 0 28px 10px 0;
  }
}
.hero__img {
  display: none;
}
@media (min-width: 768px) {
  .hero__img {
    display: block;
  }
}
.hero__img-mobile {
  display: block;
  margin: 35px 0 50px;
}
@media (min-width: 768px) {
  .hero__img-mobile {
    display: none;
  }
}

/* block-ewa-steps */
.steps {
  background-color: #ffffff;
  position: relative;
  padding: 24px;
  border: 1px solid #6e2eff;
  border-radius: 24px;
  z-index: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}
.steps.template-grid {
  overflow: inherit;
}
.steps:before {
  position: absolute;
  content: "";
  border-left: 6px solid #6e2eff;
  border-bottom: 6px solid #6e2eff;
  width: 100%;
  height: 100%;
  left: -5px;
  bottom: -5px;
  border-radius: 15px 0 15px 25px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.steps:hover:before {
  opacity: 1;
  visibility: visible;
}
.steps__heading {
  font: normal normal 500 1.563rem/2.031rem Fira Sans Condensed, sans-serif;
  color: #2B3339;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .steps__heading {
    font: normal normal 500 2rem/2.625rem Fira Sans Condensed, sans-serif;
  }
}
.steps__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.steps__title {
  font-weight: 500;
  color: #2B3339;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.steps__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .steps__icon {
    width: 24px;
    height: 24px;
  }
}
.steps__content {
  margin: 16px 0 30px;
}
.steps__btn {
  font-weight: 600;
  color: #6e2eff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}
.steps__btn:hover {
  color: #6e2eff;
}
.steps__btn:hover img {
  margin-left: 10px;
}
.steps__btn img {
  width: 20px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.steps__btn-icon {
  margin-left: 7px;
}

/* block-ewa-section-title */
.section-title {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title__heading-large {
  font-weight: 500;
  color: #2B3339;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
.section-title__heading-small {
  font-weight: 500;
  color: #2B3339;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
.section-title__desc {
  width: 100%;
  margin: 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title__desc {
    max-width: 800px;
  }
}
.section-title__btn {
  display: none;
}
@media (min-width: 768px) {
  .section-title__btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 48px;
    display: block;
  }
}

/* block-ewa-team */
.team__content {
  margin-bottom: 5px;
}
.team__bg-img {
  background-size: cover;
  background-position: top center;
  height: 0;
  padding-top: 122%;
  border-radius: 24px 24px 0 0;
  border-bottom: 4px solid #6e2eff;
  border-left: 2px solid #6e2eff;
  border-top: 2px solid #6e2eff;
  border-right: 2px solid #6e2eff;
}
.team__name {
  color: #6e2eff;
  text-transform: capitalize;
  margin: 16px 0 0 0;
}
.team__desg {
  color: #2B3339;
  text-transform: capitalize;
  display: block;
}

/* block-ewa-testimonials */
.testimonial__single {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  padding: 24px 16px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .testimonial__single {
    padding: 32px;
  }
}
.testimonial__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.testimonial__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .testimonial__top-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.testimonial__top-info img {
  margin-bottom: 10px;
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
}
@media (min-width: 992px) {
  .testimonial__top-info img {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.testimonial__client-name {
  margin: 0;
  color: #2B3339;
  margin: 0;
}
.testimonial__client-desg {
  display: block;
  color: #2B3339;
}
.testimonial__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial__top-link img {
  margin-left: 15px;
}
.testimonial__top-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial__top-img:hover span img {
  margin-right: 25px;
}
.testimonial__top-img img {
  margin-right: 30px;
}
.testimonial__top-img span img {
  position: absolute;
  top: 5px;
  right: -25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.testimonial__content {
  margin: 0;
  margin-top: 20px;
}

/* block-ewa-about-me */
.about-me__title {
  color: #2B3339;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .about-me__title {
    margin-bottom: 24px;
    text-align: left;
  }
}
.about-me__sub-title p {
  font: normal normal 400 1.563rem/2.031rem Fira Sans Condensed, sans-serif;
  color: #2B3339;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about-me__sub-title p {
    font: normal normal 400 1.875rem/2.5rem Fira Sans Condensed, sans-serif;
    margin-bottom: 32px;
    text-align: left;
  }
}
.about-me__desc {
  display: none;
}
@media (min-width: 768px) {
  .about-me__desc {
    display: block;
  }
  .about-me__desc p {
    margin: 0;
    margin-bottom: 24px;
  }
}
.about-me__desc-mobile {
  display: block;
  margin-top: 20px;
}
.about-me__desc-mobile p {
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .about-me__desc-mobile {
    display: none;
  }
}
.about-me__btn {
  display: none;
}
@media (min-width: 992px) {
  .about-me__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    text-align: center;
  }
}
.about-me__btn a {
  margin-right: 0;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .about-me__btn a {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
.about-me__btn-mobile {
  margin-top: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .about-me__btn-mobile {
    display: none;
  }
}
.about-me__btn-mobile a {
  margin: 12px 0;
}
.about-me__img {
  display: none;
}
@media (min-width: 768px) {
  .about-me__img {
    display: block;
  }
}
.about-me__img-mobile {
  display: block;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .about-me__img-mobile {
    display: none;
  }
}
.about-me__features {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: -10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .about-me__features {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.about-me__features:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #87A6C0;
  right: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -100px;
}
@media (min-width: 768px) {
  .about-me__features:after {
    right: -15px;
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.about-me__features-img {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-me__features-title {
  color: #2B3339;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.about-me__features-desc {
  font: normal normal 400 0.875rem/1.375rem Lexend, sans-serif;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .about-me__features-desc {
    width: auto;
  }
}

.col-sm-4:last-child .about-me__features::after {
  display: none;
}

/* block-ewa-spotlight */
.spotlight__title {
  color: #2B3339;
  text-align: center;
}
@media (min-width: 768px) {
  .spotlight__title {
    text-align: left;
  }
}
.spotlight__title span {
  border-color: transparent;
}
@media (min-width: 768px) {
  .spotlight__title span {
    border-bottom: 4px solid #0F817C;
  }
}
.spotlight__img-desktop {
  display: none;
}
@media (min-width: 768px) {
  .spotlight__img-desktop {
    display: block;
  }
}
.spotlight__img-mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .spotlight__img-mobile {
    display: none;
  }
}

/* block-ewa-blog */
.blog__single:hover .blog__title a {
  color: #6e2eff;
}
.blog__img {
  display: block;
  height: 0;
  padding-top: 60%;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 24px 24px 0 0;
  border-top: 2px solid #6e2eff;
  border-right: 2px solid #6e2eff;
  border-bottom: 4px solid #6e2eff;
  border-left: 2px solid #6e2eff;
}
.blog__meta a {
  color: #0F817C;
  text-transform: capitalize;
  font-size: 1rem;
}
.blog__meta-link {
  margin-left: 25px;
  line-height: 1.25rem;
}
.blog__title {
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}
.blog__title a {
  color: #2B3339;
}
.blog__title a:hover {
  color: #6e2eff;
}

/* block-ewa-course */
.course__single:hover .course__link {
  color: #6e2eff;
}
.course__single:hover .course__link:after {
  width: 100%;
}
.course__single:hover .course__title a {
  color: #6e2eff;
}
.course__top {
  position: relative;
}
.course__img {
  display: block;
  height: 0;
  padding-top: 66%;
  background-size: cover;
  background-position: center top;
  position: relative;
  border-top: 2px solid #6e2eff;
  border-right: 2px solid #6e2eff;
  border-bottom: 4px solid #6e2eff;
  border-left: 2px solid #6e2eff;
  border-radius: 24px 24px 0px 0px;
}
.course__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 10px;
}
.course__title a {
  color: #2B3339;
}
.course__title a:hover {
  color: #6e2eff;
}
@media (min-width: 992px) {
  .course__title {
    margin: 15px 0;
  }
}
.course__price {
  font: normal normal 600 1.438rem/2rem Fira Sans Condensed, sans-serif;
  color: #0F817C;
}
.course__cat {
  display: block;
  font: normal normal 600 1rem/1rem Lexend, sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #6e2eff;
  display: inline-block;
  border-radius: 0 16px 0 0;
  padding: 12px 24px;
  text-transform: capitalize;
}
.course__cat a {
  color: #ffffff;
}
.course__cat a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.course__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .course__bottom {
    margin-bottom: 0;
  }
}
.course__info-duration {
  font: normal normal 400 1rem/1.5rem Lexend, sans-serif;
  display: block;
  color: #2B3339;
}
.course__info-star {
  margin-top: 8px;
  display: block;
}
.course__info-star i {
  font-size: 14px;
  color: #FBB658;
}
.course__link {
  color: #6e2eff;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
}
.course__link:hover {
  color: #6e2eff;
}
.course__link:hover:after {
  width: 100%;
}
.course__link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #6e2eff;
  bottom: -7px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* block-ewa-featured */
.featured__title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 25px;
  margin-top: 0;
  font-weight: 400;
  color: #2B3339;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .featured__title {
    font: normal normal 400 2rem/2.625rem Fira Sans Condensed, sans-serif;
    margin-bottom: 32px;
    margin-top: 0;
  }
}
.featured__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .featured__single {
    height: auto;
  }
}
.featured__single img {
  width: 75px;
  margin: 22px;
}
@media (min-width: 768px) {
  .featured__single img {
    width: auto;
    margin: 0;
  }
}

/* block-ewa-theme-collection */
.theme-collection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .theme-collection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.theme-collection__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .theme-collection__mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.theme-collection__content {
  text-align: center;
  color: #2B3339;
  font: normal normal 400 1rem/1.5rem Lexend, sans-serif;
}
@media (min-width: 768px) {
  .theme-collection__content {
    text-align: left;
  }
}
.theme-collection__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .theme-collection__nav {
    display: block;
    margin-top: 30px;
  }
}
.theme-collection__list.active a {
  padding-left: 40px;
}
.theme-collection__list.active a:before {
  width: 30px;
}
.theme-collection__link {
  font: normal normal 500 1.25rem/1.75rem Fira Sans Condensed, sans-serif;
  color: #6e2eff;
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
  display: block;
}
@media (min-width: 768px) {
  .theme-collection__link {
    font: normal normal 500 1.438rem/2rem Fira Sans Condensed, sans-serif;
  }
}
.theme-collection__link:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #6e2eff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-collection__btn {
  margin-top: 30px;
  display: inline-block;
  margin: 40px auto 0;
  display: block;
  text-align: center;
  width: 160px;
}
@media (min-width: 768px) {
  .theme-collection__btn {
    display: inline-block;
    text-align: left;
    width: auto;
    margin: 40px auto 0;
  }
}
.theme-collection__featured {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-collection__image {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.theme-collection__image:hover a {
  opacity: 1;
}
.theme-collection__image a {
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .theme-collection__image a {
    bottom: -50px;
  }
}

.aikalia-features-tab .theme-collection__image {
  display: none;
}
.aikalia-features-tab .theme-collection__image.active {
  display: block;
}
.aikalia-features-tab .theme-collection__content {
  text-align: left;
  display: none;
}
.aikalia-features-tab .theme-collection__content img {
  display: block;
}
@media (min-width: 992px) {
  .aikalia-features-tab .theme-collection__content img {
    display: none;
  }
}
.aikalia-features-tab .theme-collection__item {
  margin: 15px 0;
}
.aikalia-features-tab .theme-collection__item.active {
  position: relative;
}
.aikalia-features-tab .theme-collection__item.active .theme-collection__content {
  display: block;
}
.aikalia-features-tab .theme-collection__item.active:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #6e2eff;
  left: -25px;
  top: 0;
}
.aikalia-features-tab .theme-collection__item:first-child {
  margin-top: 0;
}
.aikalia-features-tab .theme-collection__item :last-child {
  margin-bottom: 0;
}
.aikalia-features-tab .theme-collection__link {
  color: #2B3339;
  margin: 0;
  padding: 0;
}
.aikalia-features-tab .theme-collection__link:hover {
  color: #6e2eff;
}
.aikalia-features-tab .theme-collection__link::before {
  display: none;
}
.aikalia-features-tab .theme-collection__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .aikalia-features-tab .theme-collection__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.aikalia-features-tab .theme-collection__nav:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #dfdfdf;
  left: 0;
  top: 0;
}
.aikalia-features-tab .theme-collection__hide {
  display: none;
}
@media (min-width: 992px) {
  .aikalia-features-tab .theme-collection__hide {
    display: block;
  }
}

/* block-ewa-faq */
.faq__title {
  font: normal normal 400 1.938rem/2.325rem Fira Sans Condensed, sans-serif;
  text-align: center;
  color: #6e2eff;
  margin: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .faq__title {
    font: normal normal 400 2.75rem/3.375rem Fira Sans Condensed, sans-serif;
    text-align: left;
  }
}
.faq__desc {
  color: #2B3339;
  text-align: center;
  margin: 0;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 992px) {
  .faq__desc {
    text-align: left;
    margin-bottom: 38px;
  }
}
.faq__btn {
  display: none;
}
@media (min-width: 992px) {
  .faq__btn {
    display: block;
    text-align: left;
  }
}
.faq__btn a {
  margin-right: 0;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .faq__btn a {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.faq__btn-mobile {
  text-align: center;
  margin-top: 55px;
}
@media (min-width: 992px) {
  .faq__btn-mobile {
    display: none;
  }
}
.faq__btn-mobile a {
  margin: 10px;
}
.faq__image {
  display: none;
}
@media (min-width: 992px) {
  .faq__image {
    margin: 0 auto;
    display: block;
    margin-top: 56px;
  }
}
.faq ul.faq-accordion {
  background-color: transparent;
  border: 0;
  margin-top: 0;
}
.faq ul.faq-accordion li {
  border-bottom: 0;
}
.faq ul.faq-accordion li:last-child {
  border-bottom: 1px solid #87A6C0;
}
.faq ul.faq-accordion li a.accordion-toggle {
  color: #2B3339;
  font: normal normal 500 1.25rem/1.75rem Fira Sans Condensed, sans-serif;
  display: block;
  padding: 12px 0;
  margin: 0;
  border-top: 1px solid #6e2eff;
  position: relative;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .faq ul.faq-accordion li a.accordion-toggle {
    font: normal normal 500 1.438rem/2rem Fira Sans Condensed, sans-serif;
  }
}
.faq ul.faq-accordion li a.accordion-toggle.current {
  background-color: transparent;
  border-bottom: 1px dashed #6e2eff;
  border-radius: 0;
}
.faq ul.faq-accordion li a.accordion-toggle.current:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 28px;
}
@media (min-width: 768px) {
  .faq ul.faq-accordion li a.accordion-toggle.current:after {
    top: 25px;
  }
}
.faq ul.faq-accordion li a.accordion-toggle:after {
  content: "";
  background-image: url("assets/images/arrow_downward.svg");
  position: absolute;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  right: 0;
  top: 28px;
}
@media (min-width: 768px) {
  .faq ul.faq-accordion li a.accordion-toggle:after {
    width: 30px;
    height: 30px;
    top: 25px;
  }
}
.faq ul.faq-accordion li .accordion-inner {
  padding: 20px 0;
  margin-bottom: 0;
}
.faq ul.faq-accordion li .accordion-inner.show {
  display: block !important;
}
.faq ul.faq-accordion li .accordion-inner h4 {
  margin: 0;
}
.faq ul.faq-accordion li .accordion-inner p {
  margin-bottom: 0;
}

/* block-ewa-cta-btn */
.cta-btn {
  padding: 40px 0;
  background-color: #ffffff;
  border-top: 4px solid #6e2eff;
}
@media (min-width: 768px) {
  .cta-btn {
    padding: 85px 0;
  }
}
.cta-btn__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #2B3339;
  display: block;
}
@media (min-width: 768px) {
  .cta-btn__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cta-btn__desc {
  margin-top: 15px;
  display: block;
}
.cta-btn__img-desktop {
  display: none;
}
@media (min-width: 768px) {
  .cta-btn__img-desktop {
    display: block;
  }
}
.cta-btn__img-mobile {
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .cta-btn__img-mobile {
    display: none;
  }
}
.cta-btn__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cta-btn__btn {
    margin: 0;
  }
}
.cta-btn__btn img {
  width: 20px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: 12px;
}
.cta-btn__btn a {
  margin: 10px 0;
}

/* block-ewa-section-title-btn */
.section-title-btn {
  display: block;
}
@media (min-width: 768px) {
  .section-title-btn {
    display: none;
  }
}
.section-title-btn__btn-mobile {
  text-align: center;
  margin-top: 40px;
}

/* block-ewa-price */
.price {
  text-align: center;
  position: relative;
  border-radius: 9px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .price {
    margin-bottom: 0;
  }
}
.price.remove-height {
  max-height: none !important;
}
.price.template-grid {
  border-radius: 0 0 10px 10px;
  padding-bottom: 0;
}
.price.featured {
  border-color: #6e2eff;
  margin-top: 40px;
}
@media (min-width: 1198px) {
  .price.featured {
    margin-top: 0;
  }
}
.price__highlight {
  position: absolute;
  left: 50%;
  top: -42px;
  text-align: center;
  width: 90%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6e2eff;
  color: #ffffff;
  padding: 8px 0;
  border-radius: 9px 9px 0 0;
  text-transform: uppercase;
  border: 1px solid #6e2eff;
}
.price__infos p {
  font: normal normal 400 0.875rem/1.375rem Lexend, sans-serif;
}
.price__amount {
  font: normal normal 400 3.75rem/3.75rem Lexend, sans-serif;
  margin: 25px 0 10px;
  color: #2B3339;
}
.price__amount span {
  margin-right: 0;
}
.price__amount span.price__amount-pre {
  margin-right: -5px;
  font: normal normal 400 0.875rem/1.375rem Lexend, sans-serif;
}
.price__amount span.price__amount-post {
  margin-left: -15px;
  font: normal normal 400 0.875rem/1.375rem Lexend, sans-serif;
}
.price__btn {
  margin: 20px 0;
}
.price__hidden {
  display: none;
}
.price__list {
  list-style-type: none;
}
.price__list li {
  position: relative;
  cursor: help;
}
.price__list li.hidden {
  display: none;
}
.price__list li span {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  width: 90%;
  left: 5%;
  right: 5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.01s;
  transition: 0.01s;
  z-index: 2;
  bottom: 145%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price__list li span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.price__list li:hover span {
  opacity: 1;
  visibility: visible;
}
.price__toggle {
  font-weight: 600;
  position: relative;
  margin-top: 15px;
  display: inline-block;
  color: #6e2eff;
  cursor: pointer;
}
.price__toggle:after, .price__toggle:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  right: -25px;
  top: 3px;
}
.price__toggle.arrow-down::after {
  background-image: url("assets/images/arrow_downward.svg");
}
.price__toggle.arrow-up::after {
  background-image: url("assets/images/arrow_outward_down.svg");
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* block-ewa-multiple-cta */
.multiple-cta__btn a {
  margin: 10px;
}

/* block-ewa-aikalia-brand-icon */
.aikalia-brand-icon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 10px;
}
.aikalia-brand-icon__box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 10px);
  flex: 1 1 calc(50% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .aikalia-brand-icon__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33% - 10px);
    flex: 1 1 calc(33% - 10px);
  }
}
@media (min-width: 992px) {
  .aikalia-brand-icon__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(20% - 10px);
    flex: 1 1 calc(20% - 10px);
  }
}

/* block-ewa-aikalia-buttons */
.aikalia__btn {
  text-align: center;
}
.aikalia__btn a {
  margin: 10px;
}
@media (min-width: 768px) {
  .aikalia__btn a {
    margin: 0 14px;
  }
}

/* block-ewa-samtalshuset-home */
@media (min-width: 768px) {
  .samtalshuset__logo-container {
    max-width: 85%;
    margin: 0 auto;
  }
}
.samtalshuset__desc-top {
  text-align: center;
}
.samtalshuset__desc-top p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.samtalshuset__team-single {
  text-align: center;
}
.samtalshuset__team-single:hover .samtalshuset__team-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.samtalshuset__team-img {
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.samtalshuset__team-name {
  font: normal normal 600 1.375rem/1.625rem Work Sans, sans-serif;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.samtalshuset__team-desg {
  font: normal normal 400 1.375rem/1.625rem Work Sans, sans-serif;
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.samtalshuset__desc-bottom {
  text-align: center;
}
.samtalshuset__desc-bottom p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.samtalshuset__link-container {
  text-align: center;
  margin-top: 80px;
}
.samtalshuset__link {
  font: normal normal 500 1.5rem/1.75rem Work Sans, sans-serif;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 10px 30px;
  border-radius: 15px;
}

.pagination {
  margin-top: 30px;
}
.pagination .active {
  border-bottom: 2px solid #6e2eff;
  padding-bottom: 2px;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
}
.pagination li a {
  color: #6e2eff;
  font-weight: 500;
}

@media (max-width: 992px) {
  .mobile-navigation-on {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .mobile-navigation-on:after {
    content: "";
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}
.mobile-navigation-on .site-header {
  position: inherit;
}

html #wpadminbar {
  position: fixed;
}
/*# sourceMappingURL=style.css.map */
