/*
Theme Name: Siteways
Theme URI: http://www.siteways.nl
Author: VeryCreative
Author URI: http://www.verycreative.ro
Description: Siteways Webiste
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: siteways
Text Domain: siteways

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.
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

a {
  text-decoration: none; }

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

audio,
canvas,
video {
  display: inline-block; }

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

[hidden] {
  display: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

li {
  list-style-type: none; }

body {
  margin: 0; }

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative; }

a:focus {
  outline: none; }

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

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

b,
strong {
  font-weight: normal;
  -webkit-appearance: none; }

blockquote {
  margin: 0; }

dfn {
  font-style: italic; }

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

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

p,
pre {
  margin: 1em 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .container:before, .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .container:after {
    clear: both; }
  .container.not-relative {
    position: static; }

.centered-content {
  text-align: center; }

.row {
  margin-right: -20px;
  margin-left: -20px;
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1; }
  .row:after, .row:before {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  @media (max-width: 1024px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  .row:before, .row:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .row:after {
    clear: both; }
  .row > [class*='col_'] {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    float: left; }
    @media (max-width: 1024px) {
      .row > [class*='col_'] {
        padding-left: 10px;
        padding-right: 10px; } }
    .row > [class*='col_'].right {
      float: right; }
  .row.big-gutter {
    margin-left: -40px;
    margin-right: -40px; }
    @media (max-width: 1024px) {
      .row.big-gutter {
        margin-left: -20px;
        margin-right: -20px; } }
    .row.big-gutter > [class*='col_'] {
      padding-left: 40px;
      padding-right: 40px; }
      @media (max-width: 1024px) {
        .row.big-gutter > [class*='col_'] {
          padding-left: 20px;
          padding-right: 20px; } }
  .row.small-gutter {
    margin-left: -10px;
    margin-right: -10px; }
    .row.small-gutter > [class*='col_'] {
      padding-left: 10px;
      padding-right: 10px; }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .row.no-gutter > [class*='col_'] {
      padding-left: 0px;
      padding-right: 0px; }

.col_16 {
  width: 16.66%; }

.col_10 {
  width: 10%; }

.col_15 {
  width: 15%; }

.col_14 {
  width: 14.28%; }

.col_33 {
  width: 33.33%; }

.col_20 {
  width: 20%; }

.col_auto {
  width: auto; }

.col_25 {
  width: 25%; }

.col_12 {
  width: 12.5%; }

.col_50 {
  width: 50%; }

.col_100 {
  width: 100%; }

.col_30 {
  width: 30%; }

.col_35 {
  width: 35%; }

.col_70 {
  width: 70%; }

.col_40 {
  width: 40%; }

.col_45 {
  width: 45%; }

.col_55 {
  width: 55%; }

.col_60 {
  width: 60%; }

.col_65 {
  width: 65%; }

.col_66 {
  width: 66.66%; }

.col_75 {
  width: 75%; }

.col_80 {
  width: 80%; }

html {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 400; }

body {
  font-size: 1.4rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #29292c;
  line-height: normal;
  font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-bottom: 30px;
  letter-spacing: normal; }
  @media (max-width: 1024px) {
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: normal; } }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
  h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 700; }

h1 {
  font-size: 3.6rem;
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 3.6rem;
      margin-bottom: 30px; } }

h2 {
  font-size: 3.2rem;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.8rem; } }

h3 {
  font-size: 3.6rem;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 2.4rem; } }

h4 {
  font-size: 2.2rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.8rem; }

p,
a,
span,
label {
  margin: 0;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif; }
  p p,
  p a,
  p span,
  p label,
  a p,
  a a,
  a span,
  a label,
  span p,
  span a,
  span span,
  span label,
  label p,
  label a,
  label span,
  label label {
    font-size: 100%;
    margin: 0; }

p {
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 300;
  color: #898991;
  letter-spacing: normal;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif; }
  p a {
    text-decoration: none;
    color: #e64643; }
    p a:hover {
      color: #d9201d; }
  p i {
    font-style: italic; }
  p b {
    font-weight: 700; }
  p u {
    border-bottom: 2px solid #e64643;
    text-decoration: none; }

a {
  margin: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #898991;
  text-decoration: none; }
  a:hover {
    color: #e64643; }

strong {
  font-weight: 700; }

b {
  font-weight: 700; }

ul li {
  font-size: 1.4rem; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select, .selectize-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  border-style: none;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #dadce3;
  width: 100%;
  height: 32px;
  padding: 0 0px;
  line-height: 32px;
  background: none;
  color: #898991;
  outline: 0;
  -webkit-appearance: none;
  letter-spacing: normal;
  box-shadow: none; }
  input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
  input[type="email"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="password"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="search"]:active,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="tel"]:active,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="url"]:active,
  input[type="url"]:hover,
  input[type="url"]:focus,
  input[type="number"]:active,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="date"]:active,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="time"]:active,
  input[type="time"]:hover,
  input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:hover,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:focus,
  input[type="week"]:active,
  input[type="week"]:hover,
  input[type="week"]:focus,
  input[type="month"]:active,
  input[type="month"]:hover,
  input[type="month"]:focus,
  textarea:active,
  textarea:hover,
  textarea:focus,
  select:active,
  select:hover,
  select:focus, .selectize-input:active, .selectize-input:hover, .selectize-input:focus {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; }

textarea {
  line-height: normal;
  height: auto;
  min-height: 80px;
  padding: 15px 0px; }

select {
  padding-right: 0; }

label {
  display: inline-block;
  color: #29292c;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 1.2rem;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif; }
  label span {
    color: #e64643; }

::-webkit-input-placeholder {
  color: #898991;
  font-size: 1.3rem;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-style: normal; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #898991;
  font-size: 1.3rem;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-style: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #898991;
  font-size: 1.3rem;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-style: normal; }

:-ms-input-placeholder {
  color: #898991;
  font-size: 1.3rem;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-style: normal; }

.input-block {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative; }
  .input-block > label {
    display: block;
    color: #29292c;
    margin-bottom: 5px;
    display: block;
    font-weight: 700; }
  .input-block.has-datepicker:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 1.4rem;
    position: absolute;
    top: 13px;
    margin-top: -7px;
    right: 0;
    opacity: .7;
    z-index: 10;
    color: #898991; }

.radio-block p {
  margin: 0;
  line-height: 22px;
  margin-top: 5px; }
.radio-block label {
  margin: 0;
  height: 30px;
  color: #898991;
  background: none;
  line-height: 30px;
  padding: 0 10px;
  font-size: 1.2rem;
  display: inline-block;
  width: calc(100% - 20px);
  margin-left: 20px;
  position: relative;
  letter-spacing: normal;
  cursor: pointer; }
  @media (max-width: 480px) {
    .radio-block label {
      margin-left: 15px;
      line-height: 20px;
      padding-right: 0;
      padding-left: 5px; } }
  .radio-block label img {
    max-width: 32px;
    margin-right: 10px;
    float: left;
    display: line-block; }
    @media (max-width: 480px) {
      .radio-block label img {
        max-width: 20px;
        margin-right: 5px; } }
  .radio-block label span {
    font-size: 1.4rem;
    color: #898991;
    margin-top: 5px;
    display: inline-block;
    float: left; }
.radio-block input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.radio-block label:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -14px;
  top: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: -3px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2; }
  @media (max-width: 480px) {
    .radio-block label:before {
      top: 10px; } }
.radio-block label:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -18px;
  top: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: -3px;
  border: 1px solid #898991;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1; }
  @media (max-width: 480px) {
    .radio-block label:after {
      top: 6px; } }
.radio-block input:checked + label:before {
  background-color: #e64643; }

.select-block {
  position: relative; }
  .select-block .selectric-wrapper {
    background: none; }
    .select-block .selectric-wrapper .selectric span.label {
      height: 24px;
      line-height: 24px;
      padding: 0 0px;
      padding-right: 15px;
      font-weight: 400;
      font-size: 1.6rem;
      text-transform: none;
      color: #fff;
      font-family: "Ubuntu", Arial, Helvetica, sans-serif;
      border: 0px solid #dadce3;
      border-bottom: 0px solid #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
    .select-block .selectric-wrapper .selectric .select-button {
      position: absolute;
      width: 10px;
      height: 6px;
      top: 9px;
      right: 0px;
      z-index: 10;
      font-family: Font Awesome\ 5 Free;
      font-size: 1.6rem;
      color: #898991;
      font-weight: 900;
      line-height: normal; }
      .select-block .selectric-wrapper .selectric .select-button:before {
        content: "\f0dd";
        line-height: normal; }
    .select-block .selectric-wrapper .selectric-items {
      background: #f3f3f3; }
      .select-block .selectric-wrapper .selectric-items ul li {
        padding: 7px 20px;
        color: #fff;
        font-size: 1.3rem;
        margin: 0;
        font-weight: 400;
        border: 0;
        border-top: 1px solid #ebebeb; }
        .select-block .selectric-wrapper .selectric-items ul li:before {
          display: none; }
        .select-block .selectric-wrapper .selectric-items ul li.highlighted, .select-block .selectric-wrapper .selectric-items ul li:hover {
          background: #e64643;
          color: #898991; }
    .select-block .selectric-wrapper.white-select {
      border: 0; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    width: auto;
    padding: 0;
    text-align: initial;
    font-size: inherit;
    text-transform: none;
    display: initial;
    float: none;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 9px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #dadce3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: -30px; }
  .styled-checkbox:checked + label:before {
    color: #e64643; }
  .styled-checkbox:disabled + label {
    color: #ccc;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 9px;
    background: #e64643;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #e64643, 4px 0 0 #e64643, 4px -2px 0 #e64643, 4px -4px 0 #e64643, 4px -6px 0 #e64643, 4px -8px 0 #e64643;
    transform: rotate(45deg); }

.styled-checkbox-wrapper label {
  font-size: 1.3rem;
  color: #898991; }

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  display: block;
  width: auto; }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px; }

.file-upload-wrapper {
  position: relative;
  margin-bottom: px;
  text-align: left; }

.file-upload-input {
  width: 100%;
  color: #898991;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: 0 !important;
  background: none;
  text-align: right !important; }

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #898991;
  font-size: 1.4rem;
  text-transform: none;
  padding: 0;
  padding-left: 20px;
  height: auto;
  line-height: normal;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 10;
  border: none;
  background: none;
  box-shadow: none;
  letter-spacing: normal;
  min-width: 0; }
  @media (max-width: 767px) {
    .file-upload-button {
      width: auto; } }
  .file-upload-button:before {
    content: "\f0c6";
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: Font Awesome\ 5 Free;
    font-size: 1.6rem;
    color: #26c147;
    font-weight: 900;
    line-height: normal;
    z-index: 10; }
  .file-upload-button:hover {
    background: none;
    color: #898991; }

table {
  width: 100%; }

table, th, td {
  border-spacing: 0;
  border: 1px solid #999999;
  padding: 1em;
  line-height: 1;
  vertical-align: top; }

th {
  text-align: left;
  font-weight: normal; }

input[type='submit'],
.button {
  transition: color .3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  border: 0px solid #898991;
  box-shadow: none;
  min-width: 110px;
  background: #e64643;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  @media (max-width: 767px) {
    input[type='submit'],
    .button {
      min-width: 0; } }
  @media (max-width: 480px) {
    input[type='submit'],
    .button {
      padding: 0 10px; } }
  input[type='submit'] i,
  .button i {
    float: right;
    margin-left: 5px;
    margin-top: 17px; }
  input[type='submit']:hover,
  .button:hover {
    color: #fff;
    background: #d9201d; }
  input[type='submit'].white,
  .button.white {
    background: none;
    color: #fff;
    border: 1px solid #fff; }
    input[type='submit'].white:hover,
    .button.white:hover {
      transition-delay: .1s;
      color: #898991; }
      input[type='submit'].white:hover:before,
      .button.white:hover:before {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg); }
  input[type='submit'].dark,
  .button.dark {
    background: #1c1c1e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.6rem;
    text-transform: none;
    height: 54px;
    line-height: 54px;
    border: 0;
    box-shadow: none;
    margin-bottom: 0; }
    input[type='submit'].dark:hover,
    .button.dark:hover {
      background: #e64643;
      box-shadow: 0px 17px 49px 0px rgba(0, 120, 255, 0.67); }
  input[type='submit'].square,
  .button.square {
    height: 54px;
    min-width: 141px;
    border: 2px solid #e64643;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    background: none;
    box-shadow: none; }
    input[type='submit'].square:before,
    .button.square:before {
      width: 58px;
      height: 2px;
      background: #fff;
      content: "";
      top: 50%;
      margin-top: -1px;
      position: absolute;
      left: 26px;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    input[type='submit'].square:after,
    .button.square:after {
      content: "";
      width: 7px;
      height: 11px;
      background-image: url(images/button-arrow.png);
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 26px;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    input[type='submit'].square:hover,
    .button.square:hover {
      background: none; }
      input[type='submit'].square:hover:before,
      .button.square:hover:before {
        left: 35px; }
      input[type='submit'].square:hover:after,
      .button.square:hover:after {
        right: 32px; }
  input[type='submit'].medium,
  .button.medium {
    height: 48px;
    line-height: 46px;
    min-width: 0;
    padding: 0 20px;
    font-size: 1.8rem;
    font-weight: 400; }
  input[type='submit'].small,
  .button.small {
    height: 32px;
    font-size: 1.4rem;
    line-height: 32px;
    min-width: 94px;
    padding: 0 10px;
    font-weight: 300; }
  input[type='submit'].smaller,
  .button.smaller {
    height: 33px;
    line-height: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.4rem;
    min-width: 0;
    padding: 0 12px; }
  input[type='submit'].facebook,
  .button.facebook {
    background: #0084ff; }
  input[type='submit'].outlined,
  .button.outlined {
    background: transparent;
    border: 2px solid #e64643;
    color: #e64643;
    line-height: 48px; }
    input[type='submit'].outlined.small,
    .button.outlined.small {
      line-height: 36px; }
    input[type='submit'].outlined.white,
    .button.outlined.white {
      border: 2px solid rgba(255, 255, 255, 0.5);
      opacity: .85;
      color: #fff; }
    input[type='submit'].outlined:hover,
    .button.outlined:hover {
      opacity: 1; }
  input[type='submit'].facebook-btn,
  .button.facebook-btn {
    background: #3b5998; }

html, body {
  background-color: #f3f3f3;
  /* background-image: url(images/pattern_bg.jpg); */
  background-repeat: repeat;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: auto !important;
  font-smooth: always;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale; }

body {
  position: relative; }

::selection {
  background: #e64643;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #e64643;
  color: #fff;
  /* Gecko Browsers */ }

.desktop-only {
  display: block !important; }
  @media (max-width: 1024px) {
    .desktop-only {
      display: none !important; } }
  @media (max-width: 767px) {
    .desktop-only {
      display: none !important; } }

.tablet-only {
  display: none !important; }
  @media (max-width: 1024px) {
    .tablet-only {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    .tablet-only {
      display: none !important; } }

.mobile-only {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

.hidden-on-desktop {
  display: none !important; }
  @media (max-width: 1024px) {
    .hidden-on-desktop {
      display: block !important; } }

@media (max-width: 1240px) {
  .hidden-on-small-desktop {
    display: none !important; } }
@media (max-width: 1024px) {
  .hidden-on-small-desktop {
    display: block !important; } }
@media (max-width: 767px) {
  .hidden-on-small-desktop {
    display: block !important; } }

@media (max-width: 1024px) {
  .hidden-on-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-on-tablet {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-on-mobile {
    display: none !important; } }

@media (max-width: 1024px) {
  .get-equal {
    height: auto !important; } }

.container .inner-container {
  max-width: 1005px;
  margin: 0 auto; }
@media (max-width: 1240px) {
  .container {
    width: 980px; } }
@media (max-width: 1024px) {
  .container {
    width: 750px; } }
@media (max-width: 767px) {
  .container {
    width: 90%; } }

.big-container {
  width: 1132px;
  margin: 0 auto;
  position: relative; }
  .big-container:before, .big-container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .big-container:after {
    clear: both; }
  @media (max-width: 1240px) {
    .big-container {
      width: 900px; } }
  @media (max-width: 1024px) {
    .big-container {
      width: 750px; } }
  @media (max-width: 767px) {
    .big-container {
      width: 90%; } }

.no-mb {
  margin-bottom: 0 !important; }

.right {
  float: right; }

.left {
  float: left; }

.no-scroll {
  overflow: hidden !important; }

.floating-objects {
  clear: both;
  zoom: 1; }
  .floating-objects:after, .floating-objects:before {
    content: "";
    display: table; }
  .floating-objects:after {
    clear: both; }

.show {
  display: block !important; }

.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 40px; }

.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px; }

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

.mm-menu {
  background: #fbfbfb; }

@media (max-width: 767px) {
  .fullpage-wrapper {
    z-index: auto;
    transform: none !important; } }

.sidemenu-wrapper {
  position: fixed;
  top: 0;
  left: -84%;
  width: 84%;
  height: 100vh;
  z-index: 99999;
  box-shadow: 20px 0px 65px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #1c1c1e; }
  .sidemenu-wrapper .close-panel {
    display: inline-block;
    position: absolute;
    right: -16%;
    top: 0;
    width: 16%;
    z-index: 1000;
    height: 100%;
    display: none; }
  .sidemenu-wrapper:after {
    content: "";
    width: 16%;
    right: -16px;
    position: absolute;
    height: 100%;
    z-index: 10;
    display: none; }
  .sidemenu-wrapper.opened {
    left: 0;
    box-shadow: 20px 0px 65px 0px rgba(0, 0, 0, 0.74); }
    .sidemenu-wrapper.opened .close-panel {
      display: block; }
  .sidemenu-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    opacity: .9;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
  .sidemenu-wrapper .sidemenu-content {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 25px 24px;
    text-align: center;
    background: #1c1c1e;
    overflow: auto;
    overflow: auto;
    padding-bottom: 40px; }
    .sidemenu-wrapper .sidemenu-content .sidemenu-logo {
      margin-bottom: 30px;
      display: inline-block; }
      .sidemenu-wrapper .sidemenu-content .sidemenu-logo img {
        width: 150px; }
    .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu {
      text-align: center;
      margin-bottom: 10px; }
      .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li {
        display: inline-block;
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li a {
          color: #fff;
          font-size: 1.6rem;
          font-weight: 300;
          text-transform: none;
          letter-spacing: normal;
          opacity: .8;
          padding: 9px 0;
          display: inline-block;
          width: 100%; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li.has-submenu:before {
          content: "\f107";
          font-family: FontAwesome;
          font-size: 1.3rem;
          color: #fff;
          position: absolute;
          top: 9px;
          right: 0;
          z-index: 10; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li.has-submenu.active:before {
          content: "\f106"; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li .submenu {
          display: none; }
          .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li .submenu li {
            display: inline-block;
            width: 100%; }
            .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li .submenu li a {
              font-size: 1.4rem;
              font-weight: 400; }
        .sidemenu-wrapper .sidemenu-content .mobile-navigation-menu > ul > li:last-child {
          border: 0; }
    .sidemenu-wrapper .sidemenu-content .contact-info-wrapper {
      text-align: center; }
      .sidemenu-wrapper .sidemenu-content .contact-info-wrapper p {
        font-size: 1.6rem;
        color: #fff; }

.bg-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

blockquote {
  text-align: center;
  clear: both;
  padding: 40px 40px;
  margin-top: 10px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  blockquote:before, blockquote:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  blockquote:after {
    clear: both; }
  blockquote p {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 0px;
    color: #e64643;
    font-weight: 400;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-style: italic; }
    @media (max-width: 767px) {
      blockquote p {
        font-size: 2.4rem; } }
    blockquote p b {
      color: #e64643; }
  blockquote h5 {
    font-size: 2rem;
    color: #414042;
    margin: 0;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif; }
    @media (max-width: 1024px) {
      blockquote h5 {
        font-size: 2rem; } }

.fancybox-slider-wrap .fancybox-close-small {
  line-height: normal;
  min-width: 0;
  padding: 0; }
  .fancybox-slider-wrap .fancybox-close-small:hover {
    background: none; }

.fancybox-close-small {
  box-shadow: none;
  min-width: 0;
  width: 32px;
  height: 32px;
  background: none;
  right: 20px;
  top: 13px;
  font-size: 1.4rem;
  color: #fff;
  opacity: 1;
  background-image: url(images/close-popup.png);
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .fancybox-close-small:before {
    content: "\f00d";
    font-family: "FontAwesome";
    display: none; }
  .fancybox-close-small:hover {
    opacity: 1; }
  .fancybox-close-small:after {
    display: none; }

.fancybox-slide > * {
  background: none;
  padding: 0; }

.no-border {
  border: 0 !important; }

.fancybox-slide > div {
  background: none;
  padding: 0; }
.fancybox-slide .popup-wrapper {
  overflow: initial;
  background: #fff;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .fancybox-slide .popup-wrapper {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .fancybox-slide .popup-wrapper .col_50 {
      width: 100%; } }
  .fancybox-slide .popup-wrapper h3 {
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 300;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .fancybox-slide .popup-wrapper h3 {
        font-size: 3rem;
        margin-bottom: 15px; } }
  .fancybox-slide .popup-wrapper .popup-content {
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 40px 40px;
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .fancybox-slide .popup-wrapper .popup-content {
        padding: 15px 20px;
        background-image: none !important; } }
    .fancybox-slide .popup-wrapper .popup-content .checkbox-input {
      padding-left: 25px;
      line-height: 24px; }
    .fancybox-slide .popup-wrapper .popup-content h6 {
      margin-bottom: 0px;
      font-size: 1.4rem;
      font-weight: 700; }
    .fancybox-slide .popup-wrapper .popup-content p {
      font-size: 1.6rem;
      font-weight: 300;
      margin-bottom: 20px;
      line-height: 24px; }
    .fancybox-slide .popup-wrapper .popup-content form .input-block {
      margin-bottom: 20px; }
    .fancybox-slide .popup-wrapper .popup-content form p {
      margin-bottom: 10px; }
    .fancybox-slide .popup-wrapper .popup-content form .button {
      margin-top: 30px;
      margin-bottom: 30px; }
    .fancybox-slide .popup-wrapper .popup-content .centered-content p {
      font-size: 1.7rem;
      line-height: 22px;
      margin: 0;
      font-weight: 400; }

.fancybox-bg {
  background: #000;
  opacity: .9; }

.fancybox-container--ready .fancybox-bg {
  opacity: .8;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.picker__holder {
  min-width: 350px; }
  .picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
    min-width: 0;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    color: #898991;
    height: auto;
    line-height: normal; }

.picker--opened .picker__holder {
  border: 0;
  outline: 0; }

.hamburger {
  padding: 0;
  margin-top: 2px;
  margin-left: 15px;
  margin-right: 0px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }
  .hamburger .hamburger-box {
    width: 30px;
    height: 100%;
    top: 0; }
    .hamburger .hamburger-box .hamburger-inner {
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }
      .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px; }
      .hamburger .hamburger-box .hamburger-inner:before {
        top: -8px; }
      .hamburger .hamburger-box .hamburger-inner:after {
        bottom: -8px; }
  .hamburger.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0; }
  .hamburger.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0; }

.hamburger:hover {
  opacity: 1; }

.mobile-menu-buttons {
  display: none; }
  @media (max-width: 767px) {
    .mobile-menu-buttons {
      display: inline-block; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider .slick-slide {
  outline: 0;
  border: 0; }
.slick-slider .slick-dots {
  bottom: 30px; }
  .slick-slider .slick-dots li {
    margin: 0 2px;
    width: 8px;
    height: 8px;
    padding: 0; }
    .slick-slider .slick-dots li button {
      min-width: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: #bfc0c6;
      box-shadow: none; }
      .slick-slider .slick-dots li button:before {
        display: none !important; }
    .slick-slider .slick-dots li:before {
      display: none !important; }
    .slick-slider .slick-dots li.slick-active button {
      background: #f3f3f3; }
.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 32px;
  height: 54px;
  background-image: url(images/default/controls.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-width: 0;
  box-shadow: none;
  border: 0px solid #fff;
  z-index: 90;
  margin-top: -27px; }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none; }
.slick-slider .slick-prev {
  left: 50px; }
  @media (max-width: 1240px) {
    .slick-slider .slick-prev {
      left: 30px; } }
.slick-slider .slick-next {
  right: 50px;
  background-position: -32px 0; }
  @media (max-width: 1240px) {
    .slick-slider .slick-next {
      right: 30px; } }

.range-products-carousel {
  /* the parent */ }
  .range-products-carousel .slick-slide {
    margin: 0 15px; }
  .range-products-carousel .slick-list {
    margin: 0 -15px; }
  .range-products-carousel .slick-prev, .range-products-carousel .slick-next {
    background-image: url(images/default/carousel-controls.png);
    width: 27px;
    height: 50px;
    margin-top: -25px; }
  .range-products-carousel .slick-prev {
    left: -50px; }
    @media (max-width: 767px) {
      .range-products-carousel .slick-prev {
        left: 17px; } }
  .range-products-carousel .slick-next {
    right: -50px; }
    @media (max-width: 767px) {
      .range-products-carousel .slick-next {
        background-position: -27px 0;
        right: 17px; } }

.sep {
  margin-bottom: 30px;
  height: 1px;
  background: #dadce3;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 50px; }
  .sep:before, .sep:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table; }
  .sep:after {
    clear: both; }
  .sep.big {
    margin: 160px 0; }

.clear:before, .clear:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table; }
.clear:after {
  clear: both; }

.picker__select--month, .picker__select--year {
  color: #f3f3f3;
  line-height: normal; }

.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
  color: #f3f3f3; }

img {
  max-width: 100%; }

.tabs-wrapper .tab-wrapper .tab {
  display: none; }
  .tabs-wrapper .tab-wrapper .tab.active {
    display: block; }

.hide {
  display: none !important; }

@media (max-width: 767px) {
  .container {
    overflow: hidden; }
    .container.visible {
      overflow: visible; } }

.accordion-wrapper .accordion-item {
  border-bottom: 1px solid #dadce3; }
  .accordion-wrapper .accordion-item .accordion-header {
    position: relative;
    padding: 10px 10px 10px 27px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer; }
    .accordion-wrapper .accordion-item .accordion-header:before {
      content: "";
      width: 8px;
      height: 6px;
      position: absolute;
      left: 10px;
      top: 16px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%; }
    .accordion-wrapper .accordion-item .accordion-header h6 {
      margin: 0;
      font-size: 1.6rem;
      font-weight: 600;
      font-family: "Ubuntu", Arial, Helvetica, sans-serif; }
  .accordion-wrapper .accordion-item .accordion-hidden-content {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; }
    .accordion-wrapper .accordion-item .accordion-hidden-content p {
      margin-left: 30px;
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .accordion-wrapper .accordion-item .accordion-hidden-content p {
          margin-left: 0; } }
  .accordion-wrapper .accordion-item.active .accordion-header:before {
    background-position: 0 -6px; }
  .accordion-wrapper .accordion-item.active .accordion-hidden-content {
    max-height: 700px;
    transition: max-height 0.4s ease-in; }

.big-mb {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .big-mb {
      margin-bottom: 30px; } }

.mb {
  margin-bottom: 45px; }

.small-mb {
  margin-bottom: 25px; }

.mt {
  margin-top: 45px; }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }

.small-mt {
  margin-top: 25px; }

.no-mb {
  margin-bottom: 0; }

@media (max-width: 1024px) {
  .mobile-mb {
    margin-bottom: 25px; } }

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%); }

.fancybox-controls button {
  min-width: 0; }

.video-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* padding-bottom: 52.65%;
  padding-top: 30px; height: 0; overflow: hidden; */ }
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #f3f3f3; }
  .video-wrapper img {
    width: 100%; }
  .video-wrapper a.play-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    width: 144px;
    height: 144px;
    background-image: url(images/play-button.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -72px;
    margin-left: -72px; }
    @media (max-width: 767px) {
      .video-wrapper a.play-button {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px; } }

@media (max-width: 1240px) {
  .section {
    height: 100% !important; } }
@media (max-height: 700px) {
  .section {
    height: 100% !important; } }
@media (max-width: 1240px) {
  .section .fp-tableCell {
    display: block;
    max-height: 100%;
    height: 100% !important; } }
@media (max-height: 700px) {
  .section .fp-tableCell {
    display: block;
    max-height: 100%;
    height: 100% !important; } }
@media (max-width: 1240px) {
  .section .fp-table {
    display: block;
    height: 100% !important; } }
@media (max-height: 700px) {
  .section .fp-table {
    display: block;
    height: 100% !important; } }
.section .section-content {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .section .section-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .85;
    display: none;
    z-index: 0; }
    @media (max-width: 1240px) {
      .section .section-content:before {
        display: block; } }
  @media (max-width: 1240px) {
    .section .section-content.first-section {
      padding: 50px 30px; } }
  @media (max-height: 700px) {
    .section .section-content.first-section {
      padding: 50px 30px; } }
  .section .section-content.first-section:before {
    opacity: .4; }
  .section .section-content .container {
    height: 100%;
    z-index: 2; }
  .section .section-content .inner-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 1240px) {
      .section .section-content .inner-content {
        top: auto;
        transform: none;
        padding: 70px 0; } }
    @media (max-height: 700px) {
      .section .section-content .inner-content {
        top: auto;
        transform: none;
        padding: 70px 0; } }
    .section .section-content .inner-content h2 {
      font-weight: 300;
      margin-bottom: 10px;
      font-size: 4.8rem; }
      @media (max-width: 767px) {
        .section .section-content .inner-content h2 {
          font-size: 3.6rem; } }
      @media (max-width: 480px) {
        .section .section-content .inner-content h2 {
          font-size: 2.4rem; } }
      .section .section-content .inner-content h2 b {
        font-weight: 700; }
    .section .section-content .inner-content.centered-content p {
      color: #29292c;
      font-size: 2rem;
      font-weight: 300;
      margin: 0;
      line-height: normal; }
      @media (max-width: 767px) {
        .section .section-content .inner-content.centered-content p {
          font-size: 1.6rem; } }

.page-content {
  padding-top: 60px;
  background: #f0f1f6; }
  .page-content.inner-page {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin-top: 72px;
    padding-top: 0; }
    @media (max-width: 767px) {
      .page-content.inner-page {
        margin-top: 55px; } }
  @media (max-width: 767px) {
    .page-content {
      padding-top: 50px; } }
  .page-content .centered-content h1 {
    font-size: 3.6rem;
    margin-bottom: 70px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .page-content .centered-content h1 {
        font-size: 2.6rem;
        margin-top: 0;
        margin-bottom: 40px; } }
  .page-content .limited-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.vertical-aligned {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 1024px) {
  .services-section > div:nth-child(odd) {
    clear: left; } }
@media (max-width: 1024px) {
  .services-section .col_33 {
    width: 50%; } }
@media (max-width: 480px) {
  .services-section .col_33 {
    width: 100%; } }
.services-section .service-item {
  position: relative;
  padding-left: 107px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .services-section .service-item {
      padding-left: 70px; } }
  @media (max-width: 480px) {
    .services-section .service-item {
      padding-left: 90px; } }
  .services-section .service-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background-image: url(images/icon-bg.svg);
    background-size: 100% auto;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .services-section .service-item .icon {
        width: 60px;
        height: 60px; } }
    @media (max-width: 480px) {
      .services-section .service-item .icon {
        width: 80px;
        height: 80px; } }
    .services-section .service-item .icon img {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      max-width: 36px;
      max-height: 36px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .services-section .service-item .icon img {
          max-width: 30px;
          max-height: 30px; } }
      @media (max-width: 480px) {
        .services-section .service-item .icon img {
          max-height: 36px;
          max-width: 36px; } }
  .services-section .service-item .text-content h5 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .services-section .service-item .text-content p {
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 20px;
    color: #29292c;
    min-height: 80px; }

.big-menu-wrapper {
  position: fixed;
  top: 60px;
  z-index: 1000;
  right: -100%;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(28, 28, 30, 0.9);
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding-top: 50px;
  padding-bottom: 40px;
  overflow: auto;
  text-align: center; }
  .big-menu-wrapper ul {
    text-align: center; }
    @media (max-width: 767px) {
      .big-menu-wrapper ul {
        text-align: center; } }
    .big-menu-wrapper ul li {
      margin-bottom: 5%; }
      @media (max-width: 767px) {
        .big-menu-wrapper ul li {
          margin-bottom: 25px; } }
      .big-menu-wrapper ul li a {
        display: block;
        font-size: 1.6rem;
        color: #fff;
        font-weight: 400;
        font-family: "Ubuntu", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased; }
  .big-menu-wrapper.active {
    right: 0;
    opacity: 1; }

a.open-sidemenu {
  display: none;
  width: 30px;
  height: 20px;
  z-index: 1002;
  position: relative;
  margin-top: 10px;
  margin-right: 2px;
  margin-left: 10px; }
  @media (max-width: 767px) {
    a.open-sidemenu {
      display: inline-block; } }
  a.open-sidemenu span {
    height: 2px;
    width: 100%;
    display: inline-block;
    background: #898991;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    a.open-sidemenu span:first-child {
      left: 0px;
      top: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
    a.open-sidemenu span:nth-child(2) {
      left: 0;
      top: 9px;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
    a.open-sidemenu span:last-child {
      left: 0;
      bottom: 0;
      -ms-transform-origin: 100% 100%;
      /* IE 9 */
      -webkit-transform-origin: 100% 100%;
      /* Chrome, Safari, Opera */
      transform-origin: 100% 100%; }
  a.open-sidemenu.active span:first-child {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    left: 1px;
    top: 0px; }
  a.open-sidemenu.active span:nth-child(2) {
    width: 0; }
  a.open-sidemenu.active span:last-child {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    left: 0;
    bottom: -3px; }

.default-section {
  padding: 65px 0;
  position: relative; }
  @media (max-width: 767px) {
    .default-section {
      padding: 40px 0; } }
  .default-section .container {
    z-index: 1; }

.jobs-graphic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; }
  @media (max-width: 767px) {
    .jobs-graphic {
      display: none; } }

.jobs-section .jobs-graphic {
  display: inline-block;
  width: 50%;
  float: right; }
.jobs-section .jobs-listing {
  max-width: 600px; }
  .jobs-section .jobs-listing .job-item {
    border: 1px solid #dadce3;
    padding: 34px 34px;
    margin-bottom: 27px;
    position: relative;
    background: #f0f1f6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .jobs-section .jobs-listing .job-item {
        padding: 25px 25px; } }
    .jobs-section .jobs-listing .job-item h4 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 15px;
      padding-right: 65px; }
    .jobs-section .jobs-listing .job-item p {
      line-height: 20px;
      margin-bottom: 25px; }
    .jobs-section .jobs-listing .job-item .tag-item {
      display: inline-block;
      height: 26px;
      line-height: 26px;
      background: #8e8e9f;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      border-radius: 13px;
      font-size: 1.3rem;
      padding: 0 13px;
      color: #fff; }
      .jobs-section .jobs-listing .job-item .tag-item i {
        margin-right: 5px; }
      .jobs-section .jobs-listing .job-item .tag-item.new {
        background: #258be9;
        font-size: 1.4rem;
        font-weight: 300;
        position: absolute;
        top: 30px;
        right: 30px; }
    .jobs-section .jobs-listing .job-item a.tag-item {
      background: #e64643; }

.job-single-item {
  border: 1px solid #dadce3;
  padding: 34px 34px;
  margin-bottom: 27px;
  position: relative;
  background: #f0f1f6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  @media (max-width: 767px) {
    .job-single-item {
      padding: 25px 25px; } }
  .job-single-item h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-right: 65px; }
  .job-single-item p {
    line-height: 20px;
    margin-bottom: 25px; }
  .job-single-item .tag-item {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #8e8e9f;
    margin-bottom: 30px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    font-size: 1.3rem;
    padding: 0 13px;
    color: #fff; }
    .job-single-item .tag-item i {
      margin-right: 5px; }
    .job-single-item .tag-item.new {
      background: #258be9;
      font-size: 1.4rem;
      font-weight: 300;
      position: absolute;
      top: 30px;
      right: 30px;
      margin-bottom: 0; }
  .job-single-item a.tag-item {
    background: #e64643; }
  .job-single-item p {
    display: block;
    clear: both; }
  .job-single-item h3 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 20px; }
  .job-single-item h4 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #e64643; }
  .job-single-item ul {
    margin-bottom: 40px;
    display: block; }
    .job-single-item ul li {
      font-size: 1.4rem;
      margin-bottom: 10px;
      line-height: normal;
      padding-left: 32px;
      position: relative;
      color: #898991; }
      .job-single-item ul li:before {
        content: "\f058";
        font-family: Font Awesome\ 5 Free;
        font-size: 1.6rem;
        color: #26c147;
        font-weight: 400;
        position: absolute;
        left: 0;
        top: 0; }

@media (max-width: 767px) {
  .packages-listing > div:nth-child(odd) {
    clear: left; } }
@media (max-width: 1240px) {
  .packages-listing .col_25 {
    width: 33.33%; } }
@media (max-width: 1024px) {
  .packages-listing .col_25 {
    width: 50%; } }
@media (max-width: 480px) {
  .packages-listing .col_25 {
    width: 100%; } }
.packages-listing .package-item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
  margin-bottom: 73px; }
  @media (max-width: 767px) {
    .packages-listing .package-item {
      box-shadow: none;
      border: 1px solid #dadce3;
      margin-bottom: 50px; } }
  .packages-listing .package-item .package-header {
    padding: 24px 26px;
    background: #f0f1f6;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
    .packages-listing .package-item .package-header:before, .packages-listing .package-item .package-header:after {
      content: "";
      visibility: hidden;
      height: 0;
      display: table; }
    .packages-listing .package-item .package-header:after {
      clear: both; }
    @media (max-width: 767px) {
      .packages-listing .package-item .package-header {
        padding: 20px 20px; } }
    .packages-listing .package-item .package-header h4 {
      color: #898991;
      margin: 0;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 700;
      padding-right: 40px; }
      @media (max-width: 767px) {
        .packages-listing .package-item .package-header h4 {
          padding-right: 35px;
          min-height: 40px; } }
      @media (max-width: 480px) {
        .packages-listing .package-item .package-header h4 {
          min-height: 0; } }
    .packages-listing .package-item .package-header img {
      position: absolute;
      right: 25px;
      top: 20px;
      z-index: 10;
      width: 100%;
      max-width: 34px;
      max-height: 34px; }
      @media (max-width: 767px) {
        .packages-listing .package-item .package-header img {
          top: 18px;
          right: 20px; } }
  .packages-listing .package-item .button {
    position: absolute;
    bottom: -20px;
    width: 156px;
    left: 50%;
    margin-left: -78px;
    z-index: 10;
    padding-left: 0;
    padding-right: 0; }
    .packages-listing .package-item .button span.price {
      float: left;
      display: inline-block;
      height: 100%;
      background: #d9201d;
      padding: 0 8px;
      font-size: 1.4rem;
      color: #fff;
      position: relative;
      line-height: normal; }
      .packages-listing .package-item .button span.price span {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .packages-listing .package-item .button span.price i {
        font-style: normal;
        font-size: 1rem;
        color: #fff;
        display: block;
        line-height: 4px;
        float: none;
        margin: 0; }
  .packages-listing .package-item .text-content {
    padding: 25px 25px; }
    @media (max-width: 767px) {
      .packages-listing .package-item .text-content {
        padding: 20px; } }
    .packages-listing .package-item .text-content ul {
      margin-bottom: 20px;
      display: block;
      min-height: 180px; }
      @media (max-width: 767px) {
        .packages-listing .package-item .text-content ul {
          min-height: 205px; } }
      @media (max-width: 480px) {
        .packages-listing .package-item .text-content ul {
          min-height: 0; } }
      .packages-listing .package-item .text-content ul li {
        font-size: 1.4rem;
        margin-bottom: 14px;
        line-height: normal;
        padding-left: 30px;
        position: relative;
        color: #898991; }
        .packages-listing .package-item .text-content ul li:before {
          content: "\f058";
          font-family: Font Awesome\ 5 Free;
          font-size: 1.6rem;
          color: #26c147;
          font-weight: 400;
          position: absolute;
          left: 0;
          top: 0; }

@media (max-width: 1024px) {
  .contact-page .col_30 {
    width: 100%;
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  .contact-page .col_50 {
    width: 100%; } }
@media (max-width: 1024px) {
  .contact-page .col_65 {
    width: 100%; } }
@media (max-width: 767px) {
  .contact-page .container {
    overflow: visible; } }

.contact-info p {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 25px;
  padding-left: 24px;
  position: relative; }
  .contact-info p i {
    position: absolute;
    left: 0;
    top: 0;
    color: #26c147;
    font-size: 1.6rem; }

.contact-form {
  background: #fff;
  margin-top: -40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 43px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  position: relative; }
  @media (max-width: 1024px) {
    .contact-form {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .contact-form {
      padding: 30px 30px; } }
  @media (max-width: 767px) {
    .contact-form {
      padding: 25px 25px; } }
  .contact-form .button {
    position: absolute;
    z-index: 10;
    right: 43px;
    bottom: -20px; }
  .contact-form h3 {
    font-size: 2.4rem;
    margin-bottom: 30px; }

.map-wrapper #map_canvas {
  width: 100%;
  height: 600px; }
  @media (max-width: 767px) {
    .map-wrapper #map_canvas {
      height: 400px; } }
  .map-wrapper #map_canvas iframe {
    width: 100% !important;
    height: 100% !important; }

.not-found-section {
  min-height: 400px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  .not-found-section .centered-content img {
    margin-bottom: 30px; }
  .not-found-section .centered-content h1 {
    margin-bottom: 20px; }

.packages-page {
  background: #fff; }

.post-navigation ul {
  overflow: hidden;
  border: 1px solid #dadce3;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 0; }
  .post-navigation ul li {
    display: inline-block;
    float: left;
    font-size: 1.3rem;
    padding: 0 10px;
    border-right: 1px solid #dadce3;
    color: #898991; }
    .post-navigation ul li a {
      color: #e64643;
      display: inline-block;
      padding: 0 2px; }
    .post-navigation ul li:last-child {
      border: 0; }

body {
  position: relative; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 0;
  background: #fff; }
  header.inactive {
    z-index: 0; }
  @media (max-width: 767px) {
    header {
      padding: 10px 0; } }
  @media (max-width: 767px) {
    header .container {
      overflow: visible; } }
  header .logo {
    display: inline-block;
    float: left;
    margin-top: 2px; }
    @media (max-width: 767px) {
      header .logo {
        margin-top: 5px; } }
    header .logo img {
      width: 165px; }
      @media (max-width: 767px) {
        header .logo img {
          width: 140px; } }
  header .button {
    margin-right: 5px; }
    @media (max-width: 480px) {
      header .button {
        display: none; } }
  header nav.navigation-menu {
    display: inline-block;
    margin-top: 11px; }
    @media (max-width: 767px) {
      header nav.navigation-menu {
        display: none; } }
    header nav.navigation-menu ul {
      display: inline-block;
      float: left; }
      header nav.navigation-menu ul li {
        display: inline-block;
        float: left;
        margin-right: 22px; }
        header nav.navigation-menu ul li.current-menu-item a, header nav.navigation-menu ul li:hover a {
          color: #e64643; }
        @media (max-width: 1240px) {
          header nav.navigation-menu ul li {
            margin-right: 20px; } }
        header nav.navigation-menu ul li a {
          font-size: 1.4rem;
          font-weight: 300;
          color: #898991; }
  header .select-block .select-wrapper .selectric span.label {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    padding-right: 20px;
    font-weight: 300;
    font-size: 1.4rem;
    text-transform: none;
    color: #fff;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    border: 0px solid #dadce3;
    text-transform: uppercase;
    background: #ceced4;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  header .select-block .select-wrapper .selectric .select-button {
    position: absolute;
    width: 10px;
    height: 6px;
    top: 11px;
    right: 5px;
    z-index: 10;
    font-family: Font Awesome\ 5 Free;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 900;
    line-height: normal; }
    header .select-block .select-wrapper .selectric .select-button:before {
      content: "\f0dd";
      line-height: normal; }
  header .select-block .select-wrapper .selectric-items {
    background: #f3f3f3; }
    header .select-block .select-wrapper .selectric-items ul li {
      padding: 5px 10px;
      color: #898991;
      font-size: 1.3rem;
      margin: 0;
      font-weight: 400;
      border: 0;
      border-top: 1px solid #ebebeb; }
      header .select-block .select-wrapper .selectric-items ul li:before {
        display: none; }
      header .select-block .select-wrapper .selectric-items ul li.highlighted, header .select-block .select-wrapper .selectric-items ul li:hover {
        background: #e64643;
        color: #fff; }

.intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .intro-screen .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .intro-screen .content img {
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
  .intro-screen.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

footer {
  padding-top: 70px; }
  @media (max-width: 767px) {
    footer {
      padding-top: 0; } }
  footer.regular-footer {
    height: 100vh;
    padding-top: 0; }
    footer.regular-footer.contact-footer {
      height: auto; }
      footer.regular-footer.contact-footer .bottom-footer {
        padding: 100px 0; }
        @media (max-width: 767px) {
          footer.regular-footer.contact-footer .bottom-footer {
            padding: 40px 0 20px; } }
        footer.regular-footer.contact-footer .bottom-footer .inner-content {
          top: auto;
          transform: none; }
  footer .container {
    height: 100%; }
  footer .inner-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
    @media (max-width: 1240px) {
      footer .inner-content {
        top: auto;
        transform: none;
        padding: 50px 0; } }
    @media (max-height: 700px) {
      footer .inner-content {
        top: auto;
        transform: none;
        padding: 50px 0; } }
  @media (max-width: 767px) {
    footer .col_50 {
      width: 100%; } }
  footer .top-footer {
    height: 40%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff;
    background-position: right center; }
    @media (max-width: 1240px) {
      footer .top-footer {
        height: auto;
        padding: 40px 0; } }
    footer .top-footer:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: .7;
      display: none;
      z-index: 0; }
      @media (max-width: 767px) {
        footer .top-footer:before {
          display: block; } }
    footer .top-footer h3 {
      font-size: 2.4rem;
      font-weight: 300;
      margin-bottom: 30px; }
  footer .tar {
    text-align: right; }
    @media (max-width: 767px) {
      footer .tar {
        text-align: left; } }
  footer .bottom-footer {
    height: 60%;
    background-color: #e64643;
    padding: 40px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 1240px) {
      footer .bottom-footer {
        height: auto;
        padding: 40px 0 20px; } }
    footer .bottom-footer .inner-content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 740px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1240px) {
        footer .bottom-footer .inner-content {
          top: auto;
          transform: none;
          padding: 50px 0; } }
      @media (max-height: 700px) {
        footer .bottom-footer .inner-content {
          top: auto;
          transform: none;
          padding: 50px 0; } }
      footer .bottom-footer .inner-content:before {
        display: none; }
        @media (max-width: 767px) {
          footer .bottom-footer .inner-content:before {
            display: none; } }
    footer .bottom-footer .footer-logo {
      display: block;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        footer .bottom-footer .footer-logo {
          margin-bottom: 20px; } }
      footer .bottom-footer .footer-logo img {
        width: 242px; }
        @media (max-width: 767px) {
          footer .bottom-footer .footer-logo img {
            width: 160px; } }
    footer .bottom-footer p {
      font-size: 1.4rem;
      line-height: 24px;
      margin-bottom: 15px;
      color: #fff; }
      @media (max-width: 767px) {
        footer .bottom-footer p {
          margin-bottom: 20px; } }
      footer .bottom-footer p:last-child {
        margin-bottom: 0; }
      footer .bottom-footer p a {
        /*color: #898991;*/
        color: #fff; }
    footer .bottom-footer .footer-menu {
      display: inline-block;
      margin-bottom: 20px; }
      footer .bottom-footer .footer-menu ul {
        overflow: hidden; }
        footer .bottom-footer .footer-menu ul li {
          display: inline-block;
          margin: 0 8px;
          position: relative; }
          footer .bottom-footer .footer-menu ul li:before {
            content: "|";
            position: absolute;
            right: -11px;
            top: 0;
            color: #fff; }
          footer .bottom-footer .footer-menu ul li:last-child:before {
            display: none; }
          footer .bottom-footer .footer-menu ul li a {
            font-size: 1.4rem;
            font-weight: 400;
            color: #fff; }

.homepage .about-us-section .inner-content {
  max-width: 600px; }

.default-content h4, .default-content h5, .default-content h6 {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  color: #898991; }
.default-content h5 {
  text-transform: uppercase; }
.default-content ul {
  list-style: initial;
  margin-left: 40px;
  margin-bottom: 40px; }
  .default-content ul li {
    font-size: 1.4rem;
    margin-bottom: 14px;
    line-height: normal;
    padding-left: 30px;
    position: relative;
    color: #898991; }
    .default-content ul li:before {
      content: "\f058";
      font-family: Font Awesome\ 5 Free;
      font-size: 1.6rem;
      color: #26c147;
      font-weight: 400;
      position: absolute;
      left: 0;
      top: 0; }
.default-content ol {
  list-style: initial;
  margin-left: 40px;
  margin-bottom: 40px; }
  .default-content ol li {
    list-style-type: decimal;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 14px;
    color: #898991; }

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