/*
Theme Name: Car Range
Author: Anonymous
Author URI:
Version: 1
Description: Car Range theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Car Range
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.slick-dots, .form-area ul, .form-area .gform_fields, .intro-block ol:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 14px/22px "Filson Pro", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 1600px) {
    body {
      font-size: 16px;
      line-height: 1.375; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: none; }
  a:hover {
    color: #000; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.375em; }

blockquote {
  border-left: 4px solid #6C6F70;
  padding-left: .5em;
  margin-left: 1.375em; }

th, td {
  border: 1px solid #6C6F70;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'] {
  height: 50px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  border: solid 1px #c4c4c4;
  padding: 14px 20px;
  border-radius: 10px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #000;
  background-color: #fff; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
    color: #838383; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #838383; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder {
    color: #838383; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
    color: #838383; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder {
    color: #838383; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus {
    border-color: #ffd101; }

select, .select2-container--default .select2-selection--single {
  -webkit-border-radius: 10px;
  background: #fff url("images/select-bg2.png");
  background-size: 53px 48px;
  background-repeat: no-repeat;
  background-position: 100% 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 100px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px 25px;
  min-height: 52px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #000;
  background: #ffd101;
  border: 2px solid transparent;
  letter-spacing: 0.7px; }
  @media (min-width: 1024px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      padding: 14px 25px;
      min-height: 60px; } }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    background: #cda800; }
  @media (min-width: 1250px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      min-height: 75px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      padding: 22px 30px; } }
  @media (min-width: 1600px) {
    button, .btn,
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'], .button {
      min-height: 75px;
      font-size: 22px;
      line-height: 26px;
      font-weight: 700;
      padding: 22px 30px; } }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

input[type='file'] {
  border-bottom: 0;
  background-color: #ffd101;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  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; }
  .paging .nav-links .prev, .paging .nav-links .next {
    padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%; }

.paging .nav-links a, .paging .nav-links span {
  color: #fff !important;
  text-decoration: none;
  background: none;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  font-size: 15px;
  line-height: 28px;
  min-width: 28px;
  height: 28px;
  margin: 2px;
  border-radius: 100%;
  font-family: "Filson Pro", sans-serif; }

.paging .nav-links a:hover, .paging .nav-links span.current {
  color: #ffd101 !important;
  border-color: #ffd101; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0; }

.paging .nav-links .next {
  text-align: center; }
  .paging .nav-links .next:before {
    font-size: 14px;
    line-height: 26px;
    display: block;
    content: "\f105";
    font-family: 'icomoon';
    margin: 0 0 0 1px; }

.paging .nav-links .prev {
  text-align: center; }
  .paging .nav-links .prev:before {
    font-size: 14px;
    line-height: 26px;
    display: block;
    content: "\f104";
    font-family: 'icomoon';
    margin: 0 1px 0 0; }

.widget {
  margin-bottom: 1.375em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #ffd101;
  color: #fff;
  font-size: 15px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.375em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.375em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.375em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.375em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #ffd101;
    color: #fff;
    padding: 9px 10px 8px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    border-bottom: solid 5px #ffd101; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.375em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #ffd101;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #ffd101;
      color: #fff;
      padding: 9px 10px 8px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      border-bottom: solid 5px #ffd101; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #6C6F70;
  padding: .4em;
  margin-bottom: 1.375em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.375em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.375em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.375em; }

.mejs-container {
  margin-bottom: 1.375em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #6C6F70; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Filson Pro", sans-serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: inherit;
  line-height: 1.3; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #000; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'Filson Pro';
  src: url("fonts/FilsonPro-Heavy.woff2") format("woff2"), url("fonts/FilsonPro-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Filson Pro';
  src: url("fonts/FilsonPro-Regular.woff2") format("woff2"), url("fonts/FilsonPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Filson Pro';
  src: url("fonts/FilsonPro-BoldItalic.woff2") format("woff2"), url("fonts/FilsonPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Filson Pro';
  src: url("fonts/FilsonPro-Bold.woff2") format("woff2"), url("fonts/FilsonPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?w9yjup");
  src: url("fonts/icomoon.eot?w9yjup#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w9yjup") format("truetype"), url("fonts/icomoon.woff?w9yjup") format("woff"), url("fonts/icomoon.svg?w9yjup#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-recycle:before {
  content: "\e900"; }

.icon-phone2:before {
  content: "\e901"; }

.icon-check_circle:before {
  content: "\e902"; }

.icon-location:before {
  content: "\e903"; }

.icon-download:before {
  content: "\e904"; }

.icon-arrow-right:before {
  content: "\e905"; }

.icon-arrow-left:before {
  content: "\e906"; }

.icon-envelope1:before {
  content: "\e907"; }

.icon-home:before {
  content: "\e908"; }

.icon-watch_later:before {
  content: "\e909"; }

.icon-youtube1:before {
  content: "\e90a"; }

.icon-bed:before {
  content: "\e90b"; }

.icon-arrow-bottom:before {
  content: "\e90c"; }

.icon-arrow-top:before {
  content: "\e90d"; }

.icon-info:before {
  content: "\e90e"; }

.icon-check_circle1:before {
  content: "\e90f"; }

.icon-facebook:before {
  content: "\e92a"; }

.icon-phone:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-search:before {
  content: "\f002"; }

.icon-user:before {
  content: "\f007"; }

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

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check1:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list1:before {
  content: "\f03b"; }

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

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

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

.icon-twitter:before {
  content: "\f099"; }

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

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

.icon-linkedin-in:before {
  content: "\f0e1"; }

.icon-envelope2:before {
  content: "\f0e2"; }

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

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

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

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

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

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

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

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

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

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

.icon-map-marker-alt:before {
  content: "\f3c5"; }

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 20px !important; }
  .slick-dots li {
    padding: 0 3px; }
    .slick-dots li button {
      min-width: inherit;
      border: 0;
      background: none;
      font-size: 0;
      line-height: 0;
      width: 12px;
      height: 12px;
      min-height: inherit;
      border-radius: 100%;
      background: none;
      border: solid 1px #ffd101;
      -webkit-transition: background linear 0.3s;
      transition: background linear 0.3s;
      padding: 0;
      display: block;
      outline: none; }
      .slick-dots li button:hover {
        background: #ffd101;
        border-color: #ffd101; }
    .slick-dots li.slick-active button {
      background: #ffd101;
      border-color: #ffd101; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  left: 0; }
  .slick-prev i,
  .slick-next i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.slick-next {
  left: auto;
  right: 0; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #03101f;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .85;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-content {
  border: solid 8px #fff; }
  @media (min-width: 768px) {
    .fancybox-content {
      border: solid 10px #fff; } }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff; }

#header {
  background: #303032;
  padding: 30px 0; }
  #header .container {
    color: #fff; }
    @media (min-width: 768px) {
      #header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  #header .logo-holder {
    padding: 0;
    background: none; }
    #header .logo-holder .tagline {
      font-size: 16px;
      font-weight: 400; }
    #header .logo-holder .logo {
      max-width: 200px;
      margin: 0 auto 20px; }
      @media (min-width: 768px) {
        #header .logo-holder .logo {
          max-width: 250px;
          margin: 0; } }
  #header .connection-type {
    padding: 0; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (min-width: 1600px) {
    .container {
      max-width: 1600px; } }

.hero-block {
  position: relative;
  color: #fff;
  background: #303032; }
  @media (min-width: 1024px) {
    .hero-block .row {
      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;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative; } }
  @media (min-width: 1024px) {
    .hero-block .row .col {
      width: 50%; } }

.form-holder {
  padding: 0 20px; }
  @media (min-width: 480px) {
    .form-holder {
      padding: 0 30px; } }
  @media (min-width: 1024px) {
    .form-holder {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      padding: 0 30px 0 0; } }
  @media (min-width: 1024px) {
    .form-holder {
      position: absolute;
      right: 0;
      top: 0;
      width: 50%; } }
  @media (min-width: 1700px) {
    .form-holder {
      padding: 0 77px 0 0; } }

.logo-holder {
  text-align: center;
  padding: 25px 10px; }
  @media (min-width: 1600px) {
    .logo-holder {
      padding: 30px 20px; } }
  .logo-holder .tagline {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400; }
    @media (min-width: 1600px) {
      .logo-holder .tagline {
        font-size: 20px;
        font-weight: 700; } }
    @media (min-width: 1700px) {
      .logo-holder .tagline {
        font-size: 24px; } }
  .logo-holder .logo {
    max-width: 300px;
    margin: 0 auto 10px; }
    @media (min-width: 1600px) {
      .logo-holder .logo {
        max-width: 330px; } }
    @media (min-width: 1700px) {
      .logo-holder .logo {
        max-width: 376px; } }
  @media (max-width: 1023px) {
    .logo-holder {
      padding: 30px 20px;
      background: -webkit-linear-gradient(top, #303032 0%, #1d1d1f 100%);
      background: linear-gradient(to bottom, #303032 0%, #1d1d1f 100%); }
      .logo-holder .logo {
        max-width: 237px;
        margin: 0 auto; }
      .logo-holder .tagline {
        margin: 0 0 10px;
        font-size: 17px; } }

.features-holder {
  padding: 25px 20px; }
  @media (min-width: 1024px) {
    .features-holder {
      padding: 0 20px 30px; } }
  @media (min-width: 1600px) {
    .features-holder {
      padding: 0 60px 40px; } }
  .features-holder ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    max-width: 310px; }
    @media (min-width: 1250px) {
      .features-holder ul {
        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;
        margin: 0 -10px;
        max-width: none; } }
    @media (min-width: 1600px) {
      .features-holder ul {
        font-size: 17px;
        font-weight: 600; } }
    @media (min-width: 1700px) {
      .features-holder ul {
        margin: 0 -20px;
        font-size: 19px; } }
    .features-holder ul li {
      padding: 0 0 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 1250px) {
        .features-holder ul li {
          width: 50%;
          padding: 0 10px 15px; } }
      @media (min-width: 1700px) {
        .features-holder ul li {
          padding: 0 20px 15px; } }
      .features-holder ul li:before {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 0 10px 0 0;
        display: inline-block;
        vertical-align: top;
        content: '';
        background: url(images/icon-tick.png);
        width: 28px;
        height: 28px;
        background-size: 100% 100%; }
        @media (min-width: 1600px) {
          .features-holder ul li:before {
            width: 36px;
            height: 36px; } }

.video-area .video {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 240px; }
  @media (min-width: 576px) {
    .video-area .video {
      height: 280px; } }
  @media (min-width: 1600px) {
    .video-area .video {
      height: 310px; } }

.video-area .btn-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-shadow: 0 0 5px #000;
  text-align: center; }
  @media (min-width: 576px) {
    .video-area .btn-video {
      font-size: 20px;
      line-height: 28px; } }

.pulse {
  height: 70px;
  width: 70px;
  background: #ffd101;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  position: relative; }
  @media (min-width: 1024px) {
    .pulse {
      height: 90px;
      width: 90px;
      margin: 0 auto 30px; } }
  .pulse span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #000;
    margin: 0 0 0 4px; }
    @media (min-width: 1024px) {
      .pulse span {
        border-width: 13px 0 13px 23px; } }

.pulse:before,
.pulse:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffd101;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7; }

.pulse:before {
  -webkit-animation: pulse2 2s ease-out infinite;
          animation: pulse2 2s ease-out infinite; }

.pulse:after {
  -webkit-animation: pulse2 2s 1s ease-out infinite;
          animation: pulse2 2s 1s ease-out infinite; }

@-webkit-keyframes pulse2 {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes pulse2 {
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

.connection-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 33px 0 24px;
  margin: 0;
  list-style: none;
  line-height: 18px; }
  @media (min-width: 1024px) {
    .connection-type {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .connection-type li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .connection-type li + li {
      margin: 0 0 0 44px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      text-align: right; }
      .connection-type li + li .icon {
        margin: 0 0 0 15px; }
    .connection-type li strong {
      display: block; }
  .connection-type .icon {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1250px) {
      .connection-type .icon {
        width: 42px;
        height: 42px; } }

.form-area {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  color: #000;
  box-shadow: 0 0 10px black; }
  @media (min-width: 1024px) {
    .form-area {
      margin: 0 0 -160px; } }
  @media (min-width: 1600px) {
    .form-area {
      border-radius: 30px; } }
  .form-area .form-title {
    background: #ffd101;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 20px;
    position: relative; }
    @media (min-width: 576px) {
      .form-area .form-title {
        font-size: 22px;
        line-height: 26px;
        padding: 10px 20px; } }
    @media (min-width: 1600px) {
      .form-area .form-title {
        font-size: 26px;
        line-height: 30px;
        padding: 14px 20px; } }
    .form-area .form-title:before {
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #ffd101 transparent transparent transparent; }
  .form-area .form-note {
    display: block;
    text-align: center;
    background: #edf6e1;
    font-weight: 400;
    padding: 14px 5px; }
    @media (min-width: 1600px) {
      .form-area .form-note {
        padding: 16px 0; } }
    @media (max-width: 1365px) {
      .form-area .form-note {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .form-area .form-note {
        font-size: 14px;
        padding: 14px 10px; } }

.reviews-box {
  background: -webkit-linear-gradient(top, #2e2e30 0%, #010101 100%);
  background: linear-gradient(to bottom, #2e2e30 0%, #010101 100%);
  padding: 40px 25px; }
  @media (min-width: 1250px) {
    .reviews-box {
      padding: 40px 0; } }
  @media (min-width: 1600px) {
    .reviews-box {
      padding: 50px 0; } }
  .reviews-box .review-header {
    text-align: center;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .reviews-box .review-header {
        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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .reviews-box .review-img {
    width: 125px;
    margin: 0 auto 10px;
    display: block; }
    @media (min-width: 768px) {
      .reviews-box .review-img {
        margin: 0 9px; } }
    @media (min-width: 1250px) {
      .reviews-box .review-img {
        width: 140px; } }
  .reviews-box .view-rating {
    margin: 0 9px;
    color: #ffd101;
    text-decoration: underline; }
    .reviews-box .view-rating:hover {
      text-decoration: none; }
  .reviews-box .review-slider {
    max-width: 550px;
    padding: 0 0 50px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .reviews-box .review-slider {
        padding: 0 40px; } }
    @media (min-width: 1366px) {
      .reviews-box .review-slider {
        padding: 0 60px; } }
    @media (min-width: 1600px) {
      .reviews-box .review-slider {
        max-width: 650px; } }
    .reviews-box .review-slider q {
      quotes: none;
      display: block;
      line-height: 22px;
      font-style: italic;
      font-weight: 600; }
      @media (min-width: 1250px) {
        .reviews-box .review-slider q {
          line-height: 28px; } }
    @media (max-width: 1023px) {
      .reviews-box .review-slider .slick-arrow {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block; }
        .reviews-box .review-slider .slick-arrow.slick-next {
          margin: 0 0 0 15px; }
        .reviews-box .review-slider .slick-arrow.slick-prev {
          margin: 0 0 0 -15px; } }

.form-area ul, .form-area .gform_fields {
  margin: 0 -12px;
  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; }
  .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
    width: 100%;
    padding: 0 8px 20px; }
    @media (min-width: 768px) {
      .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
        padding: 0 12px 15px; } }
    @media (min-width: 1600px) {
      .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
        padding: 0 12px 20px; } }
    .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
      width: 100%; }
      @media (min-width: 768px) {
        .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
          width: 50%; } }
    @media (min-width: 768px) {
      .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
        width: 33.33%; }
      .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
        width: 66.66%; } }

.form-area form {
  position: relative;
  z-index: 1; }

.form-area .gfield_label {
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 4px;
  font-size: 14px; }
  @media (min-width: 1600px) {
    .form-area .gfield_label {
      font-size: 17px; } }

.form-area input[type="submit"] {
  width: 100%;
  background: -webkit-linear-gradient(top, #f26322 0%, #e73f10 100%);
  background: linear-gradient(to bottom, #f26322 0%, #e73f10 100%);
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
  @media (min-width: 1024px) {
    .form-area input[type="submit"] {
      font-size: 26px; } }
  @media (min-width: 1600px) {
    .form-area input[type="submit"] {
      font-size: 32px;
      max-width: 680px; } }
  .form-area input[type="submit"]:hover {
    background: -webkit-linear-gradient(bottom, #f26322 0%, #e73f10 100%);
    background: linear-gradient(to top, #f26322 0%, #e73f10 100%); }

.form-area input[type="file"] {
  width: 100%; }

.form-area .custom-checkboxes legend, .form-area .gfield--type-consent legend {
  font-size: 24px;
  line-height: 27px;
  display: block;
  font-weight: 500;
  margin: 0 0 20px; }

.form-area .consent, .form-area .gfield--type-consent {
  max-width: 743px; }
  .form-area .consent legend, .form-area .gfield--type-consent legend {
    display: none; }
  .form-area .consent .ginput_container_consent input, .form-area .gfield--type-consent .ginput_container_consent input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .form-area .consent .ginput_container_consent input:checked ~ label:before, .form-area .gfield--type-consent .ginput_container_consent input:checked ~ label:before {
    opacity: 1; }
  .form-area .consent .ginput_container_consent label, .form-area .gfield--type-consent .ginput_container_consent label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 34px;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 1600px) {
      .form-area .consent .ginput_container_consent label, .form-area .gfield--type-consent .ginput_container_consent label {
        font-size: 14px;
        line-height: 19px; } }
    .form-area .consent .ginput_container_consent label:after, .form-area .gfield--type-consent .ginput_container_consent label:after {
      position: absolute;
      left: 0;
      top: 4px;
      width: 24px;
      height: 24px;
      border: solid 1px #c4c4c4;
      content: '';
      border-radius: 3px;
      cursor: pointer;
      background: none; }
    .form-area .consent .ginput_container_consent label:before, .form-area .gfield--type-consent .ginput_container_consent label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 12px;
      height: 6px;
      border: solid 2px #000;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: 12px 0 0 6px;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      z-index: 1; }
    .form-area .consent .ginput_container_consent label a, .form-area .gfield--type-consent .ginput_container_consent label a {
      text-decoration: underline; }
      .form-area .consent .ginput_container_consent label a:hover, .form-area .gfield--type-consent .ginput_container_consent label a:hover {
        text-decoration: none; }

.form-area .gfield_checkbox {
  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;
  margin: 0 -10px;
  text-align: left;
  font-size: 17px;
  line-height: 27px; }
  @media (min-width: 1024px) {
    .form-area .gfield_checkbox {
      font-size: 18px; } }
  .form-area .gfield_checkbox .gchoice {
    width: calc(100% - 24px);
    margin: 0 10px 12px;
    position: relative;
    padding-left: 34px; }
    @media (min-width: 576px) {
      .form-area .gfield_checkbox .gchoice {
        width: calc(50% - 24px); } }
    .form-area .gfield_checkbox .gchoice input {
      position: absolute;
      left: -9999px;
      top: -9999px;
      visibility: hidden; }
    .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
      opacity: 1; }
    .form-area .gfield_checkbox .gchoice label {
      display: block;
      cursor: pointer; }
      .form-area .gfield_checkbox .gchoice label:after {
        position: absolute;
        left: 0;
        top: 2px;
        width: 24px;
        height: 24px;
        border: solid 1px #fff;
        content: '';
        border-radius: 3px;
        cursor: pointer; }
      .form-area .gfield_checkbox .gchoice label:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 12px;
        height: 6px;
        border: solid 2px #fff;
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin: 10px 0 0 6px;
        opacity: 0;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        z-index: 1; }

.form-area .gsection {
  padding: 0 !important;
  background: #fefbea;
  border-top: solid 1px #ebebe8;
  margin: 0 -30px;
  width: calc(100% + 60px) !important;
  padding: 10px 40px !important; }
  @media (min-width: 1600px) {
    .form-area .gsection {
      padding: 25px 40px !important; } }
  .form-area .gsection .gsection_title {
    display: none; }
  .form-area .gsection ~ .gsection {
    border-top: 0;
    border-bottom: solid 1px #ebebe8;
    margin-bottom: 30px;
    padding: 8px 40px !important; }
    @media (min-width: 1600px) {
      .form-area .gsection ~ .gsection {
        padding: 18px 40px !important; } }
    .form-area .gsection ~ .gsection ~ .gfield {
      background: none; }
      .form-area .gsection ~ .gsection ~ .gfield:before {
        display: none; }
  .form-area .gsection ~ .gfield {
    position: relative; }
    .form-area .gsection ~ .gfield:before {
      position: absolute;
      left: -30px;
      right: -30px;
      top: 0;
      bottom: 0;
      content: '';
      background: #fefbea;
      z-index: -1; }

.gform_heading .gform_required_legend {
  display: none; }

.gfield_required_asterisk, .gfield_required {
  color: #f00; }

.validation_error {
  margin: 0 0 10px; }

.gfield .validation_message {
  display: none; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #f00 !important; }

.gform_footer {
  text-align: center; }

.gform_not_found {
  display: none; }

.gform_validation_errors {
  display: none !important; }

.main-form-holder {
  padding: 30px 20px; }
  @media (min-width: 480px) {
    .main-form-holder {
      padding: 30px; } }
  @media (min-width: 1600px) {
    .main-form-holder {
      padding: 40px; } }
  @media (max-width: 1023px) {
    .main-form-holder .mob-hide {
      display: none; } }
  @media (min-width: 1024px) {
    .main-form-holder .desktop-hide {
      display: none; } }

.intro-block {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .intro-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .intro-block {
      padding: 106px 0 90px; } }
  @media (min-width: 1600px) {
    .intro-block {
      padding: 106px 0; } }
  @media (min-width: 1024px) {
    .intro-block .row {
      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;
      margin: 0 -20px; } }
  .intro-block .row .col {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .intro-block .row .col {
        width: 55%;
        padding: 0 20px; }
        .intro-block .row .col.img-col {
          width: 45%;
          padding-top: 100px; } }
    @media (max-width: 1023px) {
      .intro-block .row .col.img-col {
        padding: 0; } }
  .intro-block .text-holder {
    padding: 0 50px 0 0; }
    @media (min-width: 1600px) {
      .intro-block .text-holder {
        padding: 0 140px 0 0; } }
    @media (min-width: 1024px) {
      .intro-block .text-holder ol:not([class]) {
        margin: 0 -50px 30px 0; } }
    @media (min-width: 1600px) {
      .intro-block .text-holder ol:not([class]) {
        margin: 0 -140px 30px 0; } }
  .intro-block .btn {
    max-width: 300px;
    margin: 0 auto;
    min-width: 300px;
    display: block; }
    @media (min-width: 1024px) {
      .intro-block .btn {
        max-width: 340px;
        min-width: 390px;
        margin: 0;
        max-width: none;
        display: inline-block; } }
    @media (min-width: 1600px) {
      .intro-block .btn {
        min-width: 420px; } }
    .intro-block .btn.mob-hide {
      display: none; }
      @media (min-width: 1024px) {
        .intro-block .btn.mob-hide {
          display: inline-block;
          vertical-align: top; } }
  .intro-block h2 {
    font-size: 20px; }
    @media (min-width: 768px) {
      .intro-block h2 {
        font-size: 24px; } }
    @media (min-width: 1600px) {
      .intro-block h2 {
        font-size: 28px; } }
  .intro-block ol:not([class]) {
    counter-reset: item; }
    .intro-block ol:not([class]) li {
      padding: 0 0 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-weight: 700;
      font-size: 14px; }
      @media (min-width: 576px) {
        .intro-block ol:not([class]) li {
          padding: 0 0 10px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 15px; } }
      @media (min-width: 1600px) {
        .intro-block ol:not([class]) li {
          font-size: 18px; } }
      .intro-block ol:not([class]) li:before {
        color: inherit;
        content: counters(item, ".") " ";
        counter-increment: item;
        font-weight: 500;
        color: #303032;
        width: 26px;
        height: 26px;
        color: #fff;
        border-radius: 100%;
        background: -webkit-linear-gradient(right, #f26322 0%, #e73f10 100%);
        background: linear-gradient(to left, #f26322 0%, #e73f10 100%);
        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;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: -3px 10px 0 0; }
        @media (min-width: 576px) {
          .intro-block ol:not([class]) li:before {
            width: 30px;
            height: 30px;
            margin: 0 12px 0 0; } }
        @media (min-width: 768px) {
          .intro-block ol:not([class]) li:before {
            margin: 0 15px 0 0; } }
        @media (min-width: 1250px) {
          .intro-block ol:not([class]) li:before {
            width: 34px;
            height: 34px;
            font-weight: 700; } }
  .intro-block .image {
    margin: 0 0 40px; }
    .intro-block .image img {
      display: block;
      max-width: 100%; }
  @media (min-width: 1024px) {
    .intro-block .btn.d-hide {
      display: none; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
            transform: scale3d(1.04, 1.04, 1.04); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
            transform: scale3d(1.04, 1.04, 1.04); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.fancybox-button {
  min-height: inherit !important; }

.features-block {
  background: #fefbea;
  padding: 50px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .features-block {
      padding: 64px 0; } }
  .features-block .btn {
    min-width: 300px; }
    @media (min-width: 1024px) {
      .features-block .btn {
        min-width: 380px; } }
    @media (min-width: 1600px) {
      .features-block .btn {
        min-width: 420px; } }
  @media (min-width: 1024px) {
    .features-block h2 {
      margin: 0 0 40px; } }
  .features-block h2 span {
    background: #c30000;
    color: #fff;
    padding: 0 5px; }
  @media (max-width: 1023px) {
    .features-block h2 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .features-block h2 {
      font-size: 20px; } }
  .features-block .features-slider {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px;
    padding: 0 20px; }
    @media (min-width: 480px) {
      .features-block .features-slider {
        margin: 0 0 40px;
        padding: 0 30px; } }
    @media (min-width: 1600px) {
      .features-block .features-slider {
        margin: 0 0 58px; } }
    .features-block .features-slider .slide {
      padding: 0 10px;
      width: calc(100%/5);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1600px) {
        .features-block .features-slider .slide {
          padding: 0 18px; } }
    .features-block .features-slider .slick-arrow {
      color: #000; }
  .features-block .slick-list {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .features-block .slick-track {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .features-block .feature {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px 20px;
    margin: 10px 0; }
    .features-block .feature p {
      margin: 0; }
    .features-block .feature .icon {
      margin: 0 0 15px;
      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;
      min-height: 98px; }
    @media (max-width: 1599px) {
      .features-block .feature h3 {
        font-size: 20px; } }
  .features-block .container {
    max-width: 1850px; }

.reviews-bar {
  background: -webkit-linear-gradient(top, #2e2e30 0%, #010101 100%);
  background: linear-gradient(to bottom, #2e2e30 0%, #010101 100%);
  padding: 30px 0;
  text-align: center;
  color: #fff; }
  @media (min-width: 1024px) {
    .reviews-bar {
      padding: 50px 0; } }
  .reviews-bar .review-img {
    width: 120px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1024px) {
      .reviews-bar .review-img {
        width: 140px; } }
  @media (min-width: 1024px) {
    .reviews-bar .container {
      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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .reviews-bar h2 {
    margin: 0 0 20px;
    display: inline-block;
    font-size: 18px;
    vertical-align: top; }
    @media (min-width: 480px) {
      .reviews-bar h2 {
        font-size: 22px; } }
    @media (min-width: 576px) {
      .reviews-bar h2 {
        font-size: 26px; } }
    @media (min-width: 1024px) {
      .reviews-bar h2 {
        font-size: 20px;
        margin: 0 10px; } }
    @media (min-width: 1250px) {
      .reviews-bar h2 {
        font-size: 24px; } }
    @media (min-width: 1600px) {
      .reviews-bar h2 {
        font-size: 28px; } }
    .reviews-bar h2 a {
      text-decoration: underline;
      color: #ffd101; }
      .reviews-bar h2 a:hover {
        text-decoration: none; }

.footer-block {
  padding: 40px 0 30px; }
  @media (min-width: 1250px) {
    .footer-block {
      padding: 80px 0 60px; } }
  @media (max-width: 1249px) {
    .footer-block {
      font-size: 12px;
      line-height: 16px; } }
  @media (min-width: 1024px) {
    .footer-block .row {
      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;
      margin: 0 -15px; } }
  @media (min-width: 1024px) {
    .footer-block .row .col {
      width: 66.66%;
      padding: 0 15px; } }
  .footer-block .row .col.small {
    text-align: center;
    padding-top: 20px; }
    @media (min-width: 1024px) {
      .footer-block .row .col.small {
        width: 33.33%; } }
    .footer-block .row .col.small .btn {
      margin: 0 0 20px; }
      @media (min-width: 1250px) {
        .footer-block .row .col.small .btn {
          min-width: 360px;
          margin: 0 0 40px; } }
      @media (min-width: 1600px) {
        .footer-block .row .col.small .btn {
          min-width: 400px; } }
  .footer-block .logo {
    max-width: 200px;
    margin: 0 auto 20px; }
    @media (min-width: 1250px) {
      .footer-block .logo {
        max-width: 275px; } }
  .footer-block h5 {
    margin: 0; }
  .footer-block p a {
    text-decoration: underline; }
    .footer-block p a:hover {
      text-decoration: none; }
  .footer-block .nav-links {
    font-size: 12px; }
    @media (min-width: 1250px) {
      .footer-block .nav-links {
        font-size: 14px; } }
    .footer-block .nav-links ul {
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-block .nav-links ul li {
        margin: 0 10px; }
        .footer-block .nav-links ul li a {
          text-decoration: underline; }
          .footer-block .nav-links ul li a:hover {
            text-decoration: none; }

.social-bar {
  background: #f4f9ff;
  padding: 20px 0;
  text-align: center; }
  .social-bar .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .social-bar .title {
        font-size: 18px;
        line-height: 20px; } }
    @media (min-width: 1250px) {
      .social-bar .title {
        font-size: 20px;
        line-height: 26px; } }
    .social-bar .title span {
      color: #fff;
      background: #316ff6;
      padding: 0 4px; }
    .social-bar .title strong {
      color: #316ff6; }
  .social-bar .icon {
    width: 30px;
    height: 30px;
    background: #316ff6;
    color: #fff;
    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;
    border-radius: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 10px 0 0; }
    @media (min-width: 768px) {
      .social-bar .icon {
        width: 34px;
        height: 34px;
        margin: 0 14px 0 0; } }
    @media (min-width: 1250px) {
      .social-bar .icon {
        width: 40px;
        height: 40px; } }
  .social-bar .social-link {
    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; }

.text-block {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .text-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .text-block {
      padding: 80px 0; } }
/*# sourceMappingURL=style.css.map */