/*
Theme Name: BaysideAOD PHP 8
Author: Updated by Thirst Creative (mat@thirstcreative.com.au)
Version: 1.2.0
Description: BaysideAOD theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BaysideAODUpdated
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; }

#nav, .drop-holder ul, #footer .first-footer-nav, #footer .second-footer-nav, #footer .fourth-footer-nav, .page-columns #content ul, .page-columns #sidebar ul, .single-columns #sidebar .more-info-widget ul, #main .wpcf7 .trx_mscf_progressbar {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .container:after, .steps-holder .btn-holder: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: 17px/1.2 "Barlow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  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'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  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,
  textarea::-webkit-input-placeholder {
    color: #999; }
  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,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  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,
  textarea:-moz-placeholder {
    color: #999; }
  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,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.widget {
  margin-bottom: 1.2em; }
  .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 {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .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.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 1024px) {
    .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.2em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding: 39px 0 43px;
  width: 100%; }
  @media (max-width: 767px) {
    .navigation,
    .navigation-comments {
      padding: 24px 0 10px;
      margin: 0;
      font-size: 14px; } }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .nav-links,
  .navigation-comments .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #edeff3;
    color: #08242a;
    padding: 9px 43px 13px 34px;
    border-radius: 30px;
    text-decoration: none;
    position: relative; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0; } }
    .navigation .next:after,
    .navigation .prev:after,
    .navigation-comments .next:after,
    .navigation-comments .prev:after {
      position: absolute;
      content: '';
      top: 17px;
      right: 29px;
      width: 7px;
      height: 7px;
      border: solid #000;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      @media (max-width: 767px) {
        .navigation .next:after,
        .navigation .prev:after,
        .navigation-comments .next:after,
        .navigation-comments .prev:after {
          top: 16px;
          right: 18px; } }
    @media (min-width: 1024px) {
      .navigation .next:hover,
      .navigation .prev:hover,
      .navigation-comments .next:hover,
      .navigation-comments .prev:hover {
        background: #223a76;
        color: #fff; }
        .navigation .next:hover:after,
        .navigation .prev:hover:after,
        .navigation-comments .next:hover:after,
        .navigation-comments .prev:hover:after {
          border-color: #fff; } }
  .navigation .prev,
  .navigation-comments .prev {
    padding: 9px 34px 13px 43px; }
    @media (max-width: 767px) {
      .navigation .prev,
      .navigation-comments .prev {
        padding: 0; } }
    .navigation .prev:after,
    .navigation-comments .prev:after {
      right: auto;
      left: 29px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media (max-width: 767px) {
        .navigation .prev:after,
        .navigation-comments .prev:after {
          top: 16px;
          left: 18px; } }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #000;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 1023px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

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

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-ThinItalic.woff2") format("woff2"), url("fonts/Barlow-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-BlackItalic.woff2") format("woff2"), url("fonts/Barlow-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-MediumItalic.woff2") format("woff2"), url("fonts/Barlow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-SemiBoldItalic.woff2") format("woff2"), url("fonts/Barlow-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-Italic.woff2") format("woff2"), url("fonts/Barlow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-LightItalic.woff2") format("woff2"), url("fonts/Barlow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

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

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-ExtraBold.woff2") format("woff2"), url("fonts/Barlow-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-Medium.woff2") format("woff2"), url("fonts/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-SemiBold.woff2") format("woff2"), url("fonts/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

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

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-Thin.woff2") format("woff2"), url("fonts/Barlow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-Black.woff2") format("woff2"), url("fonts/Barlow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-Light.woff2") format("woff2"), url("fonts/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

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

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Barlow-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-ExtraLightItalic.woff2") format("woff2"), url("fonts/Barlow-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Barlow';
  src: url("fonts/Barlow-ExtraLight.woff2") format("woff2"), url("fonts/Barlow-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

a,
input[type="submit"],
input[type="button"],
button,
label {
  -webkit-transition: color 0.3s, opacity 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, opacity 0.3s, background 0.3s, border-color 0.3s; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }

#wrapper {
  overflow: hidden; }

#header {
  padding: 20px 0 30px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1023px) {
    #header {
      padding: 20px 0; } }
  @media (max-width: 767px) {
    #header {
      padding: 12px 0 14px; } }
  @media (max-width: 767px) {
    #header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 767px) {
    #header .container:after {
      display: none; } }
  #header .logo {
    margin: 13px 0 0;
    float: left;
    width: 347px; }
    @media (max-width: 1149px) {
      #header .logo {
        margin: 0;
        width: 250px; } }
    @media (max-width: 767px) {
      #header .logo {
        width: 175px;
        margin: 0 7px 0 0; } }
    #header .logo img {
      width: 100%; }
  #header .top-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 21px;
    float: right; }
    @media (max-width: 1023px) {
      #header .top-holder {
        padding: 0 0 30px; } }
    @media (max-width: 767px) {
      #header .top-holder {
        padding: 0 2px 0 0;
        display: block; } }
    #header .top-holder .btn {
      margin: 0 0 0 26px; }
      @media (max-width: 767px) {
        #header .top-holder .btn {
          display: none; } }
    #header .top-holder .phone {
      padding: 0 0 0 28px;
      position: relative;
      color: #000; }
      @media (max-width: 767px) {
        #header .top-holder .phone {
          display: block;
          width: 19px;
          height: 26px;
          padding: 0; } }
      #header .top-holder .phone:after {
        position: absolute;
        content: "";
        top: 3px;
        left: 0;
        width: 19px;
        height: 27px;
        background: url(images/phone_icon.svg) no-repeat 50% 50%/cover; }
        @media (max-width: 767px) {
          #header .top-holder .phone:after {
            top: 0; } }
      #header .top-holder .phone strong {
        color: #223a76;
        font-size: 26px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 12px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        @media (max-width: 1023px) {
          #header .top-holder .phone strong {
            margin: 0; } }
        @media (max-width: 767px) {
          #header .top-holder .phone strong {
            display: none; } }
      #header .top-holder .phone span {
        font-size: 16px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 1023px) {
          #header .top-holder .phone span {
            display: none; } }
      @media (min-width: 1024px) {
        #header .top-holder .phone:hover {
          color: #81c340; }
          #header .top-holder .phone:hover strong {
            color: #81c340; } }

.nav-opener {
  display: none;
  width: 23px;
  height: 19px;
  position: relative; }
  @media (max-width: 767px) {
    .nav-opener {
      display: block;
      margin: -1px 0 0; } }
  .nav-opener:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #223a76;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin: 8px 0 0; }
  .nav-opener span {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    right: 0;
    height: 3px;
    background: #223a76;
    border-radius: 3px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .nav-active .nav-opener span {
      opacity: 0; }
  .nav-opener:after {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    right: 0;
    height: 3px;
    background: #223a76;
    border-radius: 3px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .nav-active .nav-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: -8px 0 0; }

.nav-holder {
  float: right;
  clear: right;
  padding: 0 15px 0 0; }
  @media (max-width: 767px) {
    .nav-holder {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 0;
      background: #fff;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .nav-active .nav-holder {
        opacity: 1;
        pointer-events: auto; } }
  .nav-holder .btn {
    display: none; }
    @media (max-width: 767px) {
      .nav-holder .btn {
        display: block;
        margin: 10px; } }

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    #nav {
      display: block;
      text-align: center;
      padding: 10px; } }
  #nav > li {
    margin: 0 25px 0 0;
    padding: 0 0 5px;
    position: relative; }
    @media (max-width: 767px) {
      #nav > li {
        margin: 0 0 10px; } }
    #nav > li:last-child {
      margin: 0; }
    #nav > li.menu-item-has-children.hover > a:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    #nav > li.active > a,
    #nav > li.current_page_parent > a {
      color: #81c340; }
    @media (min-width: 1024px) {
      #nav > li.hover > a {
        color: #81c340; } }
    #nav > li > a {
      display: inline-block;
      vertical-align: top;
      color: #000;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 500;
      padding: 0 0 0 15px;
      position: relative; }
      @media (max-width: 767px) {
        #nav > li > a {
          padding: 0 15px; } }
      #nav > li > a:after {
        position: absolute;
        content: "";
        top: 6px;
        left: 0;
        background: url(images/arrow-1.svg) no-repeat;
        width: 8px;
        height: 14px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }

.drop-holder {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, max-height 0.3s;
  transition: opacity 0.3s, max-height 0.3s; }
  @media (max-width: 767px) {
    .drop-holder {
      position: static;
      box-shadow: none;
      max-height: 0;
      overflow: hidden; } }
  .hover .drop-holder {
    opacity: 1;
    pointer-events: auto;
    max-height: 500px; }
  .drop-holder ul {
    padding: 10px 15px;
    width: 200px;
    background: #fff; }
    @media (max-width: 767px) {
      .drop-holder ul {
        width: 100%;
        padding: 20px 10px 10px; } }
    .drop-holder ul li {
      margin: 0 0 10px; }
      .drop-holder ul li:last-child {
        margin: 0; }
      .drop-holder ul li.active > a {
        color: #81c340; }
      .drop-holder ul li a {
        display: inline-block;
        vertical-align: top;
        color: #000;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 500;
        position: relative; }
        @media (min-width: 1024px) {
          .drop-holder ul li a:hover {
            color: #81c340; } }

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  padding: 14px 24px 17px;
  border-radius: 30px;
  text-align: center; }
  .btn.btn-green {
    background: #00b5cb;
    color: #fff; }
    @media (min-width: 1024px) {
      .btn.btn-green:hover {
        background: #000; } }

.intro-home {
  text-align: center;
  height: 649px;
  padding: 30px 30px 90px;
  font-size: 22px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .intro-home {
      height: 500px; } }
  @media (max-width: 767px) {
    .intro-home {
      height: 345px;
      height: auto;
      padding: 69px 0 76px;
      font-size: 16px;
      line-height: 22px; } }
  .intro-home:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    background: url(images/logo-graphic.svg) no-repeat 50% 50%/cover;
    width: 878px;
    height: 415px;
    -webkit-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
    margin: -12px -60px 0 0; }
    @media (max-width: 1249px) {
      .intro-home:after {
        margin: 0 -200px 0 0; } }
    @media (max-width: 767px) {
      .intro-home:after {
        display: none; } }
  .intro-home .container {
    position: relative;
    z-index: 1; }
  .intro-home .phone {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
    padding: 0 58px;
    margin: 0 0 41px;
    position: relative; }
    @media (max-width: 767px) {
      .intro-home .phone {
        font-size: 30px;
        padding: 0 0 0 33px;
        margin: 0 0 25px; } }
    .intro-home .phone:after {
      position: absolute;
      content: "";
      top: 17px;
      left: 0;
      width: 38px;
      height: 53px;
      background: url(images/phone_icon.svg) no-repeat 50% 50%/cover; }
      @media (max-width: 767px) {
        .intro-home .phone:after {
          width: 23px;
          height: 31px;
          top: 4px; } }
    @media (min-width: 1024px) {
      .intro-home .phone:hover {
        color: #81c340; } }
  .intro-home .text-holder {
    padding: 0 0 42px; }
    @media (max-width: 767px) {
      .intro-home .text-holder {
        padding: 0 0 28px; } }
    .intro-home .text-holder p {
      margin: 0 0 10px; }
  .intro-home .btn {
    font-size: 22px;
    line-height: 1.2;
    padding: 12px 65px 19px; }
    @media (max-width: 767px) {
      .intro-home .btn {
        font-size: 16px;
        padding: 7px 30px 12px 44px; } }
    .intro-home .btn span {
      display: inline-block;
      vertical-align: middle; }
    .intro-home .btn:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 2px;
      margin: 0 0 0 13px;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-left: 10px solid white;
      border-bottom: 7px solid transparent; }
      @media (max-width: 767px) {
        .intro-home .btn:after {
          border-top: 5px solid transparent;
          border-left: 7px solid white;
          border-bottom: 5px solid transparent;
          margin: 0 0 0 16px;
          top: 1px; } }

.home-pages {
  padding: 72px 0 34px; }
  @media (max-width: 1023px) {
    .home-pages {
      padding: 50px 0 30px; } }
  @media (max-width: 767px) {
    .home-pages {
      padding: 24px 0 36px; } }
  .home-pages .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -22px; }
    @media (max-width: 1023px) {
      .home-pages .col-holder {
        margin: 0 -10px; } }
    @media (max-width: 767px) {
      .home-pages .col-holder {
        margin: 0;
        display: block; } }
    .home-pages .col-holder .col {
      width: 33.33%;
      padding: 0 22px;
      margin: 0 0 44px;
      position: relative; }
      @media (max-width: 1023px) {
        .home-pages .col-holder .col {
          padding: 0 10px;
          margin: 0 0 20px; } }
      @media (max-width: 767px) {
        .home-pages .col-holder .col {
          padding: 0;
          margin: 0 0 17px;
          width: 100%; } }
      .home-pages .col-holder .col .title-holder {
        position: absolute;
        top: 0;
        left: 22px;
        right: 22px;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 30px;
        background: rgba(0, 0, 0, 0.4);
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
        @media (max-width: 1023px) {
          .home-pages .col-holder .col .title-holder {
            left: 10px;
            right: 10px; } }
        @media (max-width: 767px) {
          .home-pages .col-holder .col .title-holder {
            left: 0;
            right: 0; } }
        .home-pages .col-holder .col .title-holder h2 {
          margin: 0;
          font-size: 30px;
          font-weight: 700;
          line-height: 34px;
          color: #fff; }
          @media (max-width: 1023px) {
            .home-pages .col-holder .col .title-holder h2 {
              font-size: 20px;
              line-height: 25px; } }
          @media (max-width: 767px) {
            .home-pages .col-holder .col .title-holder h2 {
              font-size: 26px;
              line-height: 30px; } }
        .home-pages .col-holder .col .title-holder .link {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      @media (min-width: 1024px) {
        .home-pages .col-holder .col:hover .title-holder {
          background: rgba(0, 0, 0, 0.3); } }
    .home-pages .col-holder img {
      width: 100%; }

#footer .phone-holder {
  background: #00b5cb;
  padding: 64px 0 56px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500; }
  @media (max-width: 1023px) {
    #footer .phone-holder {
      padding: 30px 0 20px; } }
  @media (max-width: 767px) {
    #footer .phone-holder {
      padding: 41px 0 39px;
      font-size: 14px;
      line-height: 20px; } }
  #footer .phone-holder .phone {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 39px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 0 35px;
    position: relative;
    margin: 0 0 16px; }
    @media (max-width: 767px) {
      #footer .phone-holder .phone {
        font-size: 22px;
        margin: 0 0 20px; } }
    #footer .phone-holder .phone:after {
      position: absolute;
      content: "";
      top: 9px;
      left: -3px;
      width: 23px;
      height: 33px;
      background: url(images/phone_icon-2.svg) no-repeat 50% 50%/cover; }
      @media (max-width: 767px) {
        #footer .phone-holder .phone:after {
          width: 17px;
          height: 25px;
          top: 3px;
          left: 4px; } }
    @media (min-width: 1024px) {
      #footer .phone-holder .phone:hover {
        color: #80dae5; } }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-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;
    cursor: hand; }

.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;
  height: 100%;
  min-height: 1px;
  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; }

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: #1e1e1e;
  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: 0.9;
  -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 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.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 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.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;
  -moz-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;
  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; }

.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;
  -moz-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;
  -moz-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 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.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: 0.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; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* 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: 0.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 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-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: 0.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); } }

#footer .container {
  max-width: 1040px; }

#footer .footer-holder {
  background: #f9f9fa;
  padding: 118px 0 73px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    #footer .footer-holder {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    #footer .footer-holder {
      text-align: center;
      padding: 38px 0; } }
  #footer .footer-holder:after {
    position: absolute;
    content: "";
    left: -493px;
    bottom: -300px;
    width: 918px;
    height: 450px;
    background: url(images/logo-graphic.svg) no-repeat 50% 50%/cover; }
    @media (max-width: 1099px) {
      #footer .footer-holder:after {
        bottom: -330px; } }
    @media (max-width: 1023px) {
      #footer .footer-holder:after {
        bottom: -375px; } }
    @media (max-width: 767px) {
      #footer .footer-holder:after {
        display: none; } }

#footer .first-footer-nav {
  float: left;
  width: 34.3%; }
  @media (max-width: 1023px) {
    #footer .first-footer-nav {
      width: 30%; } }
  @media (max-width: 767px) {
    #footer .first-footer-nav {
      display: none; } }
  #footer .first-footer-nav li {
    margin: 0 0 25px; }
    #footer .first-footer-nav li:last-child {
      margin: 0; }
    #footer .first-footer-nav li.active a {
      color: #00b5cb; }
    #footer .first-footer-nav li a {
      display: inline-block;
      vertical-align: top;
      color: #231f20;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 700; }
      @media (min-width: 1024px) {
        #footer .first-footer-nav li a:hover {
          color: #00b5cb; } }

#footer .second-footer-nav {
  float: left;
  width: 34.3%;
  padding: 2px 0 0; }
  @media (max-width: 1023px) {
    #footer .second-footer-nav {
      width: 30%; } }
  @media (max-width: 767px) {
    #footer .second-footer-nav {
      display: none; } }
  #footer .second-footer-nav li {
    margin: 0 0 21px; }
    #footer .second-footer-nav li:last-child {
      margin: 0; }
    #footer .second-footer-nav li.active a {
      color: #00b5cb; }
    #footer .second-footer-nav li a {
      display: inline-block;
      vertical-align: top;
      color: #231f20;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 400; }
      @media (min-width: 1024px) {
        #footer .second-footer-nav li a:hover {
          color: #00b5cb; } }

#footer .phones-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: -2px 0 0;
  float: right;
  width: 30%; }
  @media (max-width: 1023px) {
    #footer .phones-block {
      width: 40%; } }
  @media (max-width: 767px) {
    #footer .phones-block {
      width: 100%;
      margin: 0;
      float: none;
      display: block; } }
  #footer .phones-block .second-phone {
    color: #000;
    padding: 0 0 0 32px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 19px;
    position: relative; }
    @media (max-width: 767px) {
      #footer .phones-block .second-phone {
        font-size: 32px;
        padding: 0 10px 0 30px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 5px; } }
    #footer .phones-block .second-phone:after {
      position: absolute;
      content: "";
      top: 2px;
      left: 0;
      background: url(images/phone_icon-3.svg) no-repeat 50% 50%/cover;
      width: 26px;
      height: 36px; }
      @media (max-width: 767px) {
        #footer .phones-block .second-phone:after {
          width: 19px;
          height: 27px;
          top: 4px; } }
    @media (min-width: 1024px) {
      #footer .phones-block .second-phone:hover {
        color: #00b5cb; } }
  #footer .phones-block .footer-email {
    margin-bottom: 20px;
    color: #231f20; }
    #footer .phones-block .footer-email:hover {
      color: #00b5cb; }
  #footer .phones-block .third-phone {
    color: #231f20;
    font-size: 18px;
    margin: 0 0 29px; }
    @media (max-width: 767px) {
      #footer .phones-block .third-phone {
        font-size: 14px;
        display: block; } }
    #footer .phones-block .third-phone strong {
      font-weight: 700; }
      @media (max-width: 767px) {
        #footer .phones-block .third-phone strong {
          color: #30b4d0; } }
    @media (min-width: 1024px) {
      #footer .phones-block .third-phone:hover {
        color: #00b5cb; } }
  @media (max-width: 767px) {
    #footer .phones-block img {
      display: none; } }

#footer .fourth-footer-nav {
  text-align: center;
  padding: 100px 0 0; }
  @media (max-width: 1023px) {
    #footer .fourth-footer-nav {
      padding: 50px 0 0; } }
  @media (max-width: 767px) {
    #footer .fourth-footer-nav {
      padding: 12px 0 42px; } }
  #footer .fourth-footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px; }
    #footer .fourth-footer-nav li.active a {
      color: #00b5cb; }
    @media (max-width: 767px) {
      #footer .fourth-footer-nav li {
        display: block;
        margin: 0 0 16px; } }
    @media (max-width: 767px) {
      #footer .fourth-footer-nav li.mobile-hidden {
        display: none; } }
    #footer .fourth-footer-nav li a {
      font-size: 16px;
      line-height: 1.2;
      color: #9b9b9b; }
      @media (max-width: 767px) {
        #footer .fourth-footer-nav li a {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        #footer .fourth-footer-nav li a:hover {
          color: #00b5cb; } }

#footer .mobile-ico {
  display: none;
  max-width: 150px; }
  @media (max-width: 767px) {
    #footer .mobile-ico {
      display: inline-block;
      vertical-align: top; } }

.blog-section {
  background: #f6f7f9;
  padding: 85px 0; }
  @media (max-width: 1023px) {
    .blog-section {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .blog-section {
      padding: 31px 0; } }
  .blog-section .container {
    max-width: 1040px; }
  .blog-section .top-holder {
    text-align: center;
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 35px; }
    @media (max-width: 1023px) {
      .blog-section .top-holder {
        font-size: 18px;
        line-height: 25px;
        padding: 0 0 15px; } }
    @media (max-width: 767px) {
      .blog-section .top-holder {
        font-size: 14px;
        line-height: 22px; } }
    .blog-section .top-holder h1 {
      margin: 0 0 29px;
      font-size: 70px;
      line-height: 1.2; }
      @media (max-width: 1023px) {
        .blog-section .top-holder h1 {
          font-size: 50px;
          margin: 0 0 15px; } }
      @media (max-width: 767px) {
        .blog-section .top-holder h1 {
          font-size: 26px;
          margin: 0 0 18px; } }
    .blog-section .top-holder p {
      margin: 0 0 15px; }
  .blog-section .filter-holder {
    max-width: 750px;
    margin: 0 auto 46px;
    text-align: center; }
    @media (max-width: 1023px) {
      .blog-section .filter-holder {
        margin: 0 auto 20px; } }
    @media (max-width: 767px) {
      .blog-section .filter-holder {
        text-align: left;
        position: relative;
        margin: 0 auto 28px; } }
    .blog-section .filter-holder .filter-opener {
      display: none;
      color: #fff;
      background: #00b5cb;
      padding: 8px 35px 12px 20px;
      margin: 0 -20px;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      position: relative; }
      .blog-section .filter-holder .filter-opener:after {
        position: absolute;
        content: "";
        top: 16px;
        right: 20px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      @media (max-width: 767px) {
        .blog-section .filter-holder .filter-opener {
          display: block; } }
    .blog-section .filter-holder.filter-active .filter-opener:after {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .blog-section .filter-holder.filter-active .filter-drop {
      opacity: 1;
      pointer-events: auto; }
    @media (max-width: 767px) {
      .blog-section .filter-holder .filter-drop {
        position: absolute;
        top: 100%;
        left: -20px;
        right: -20px;
        z-index: 2;
        background: #fff;
        padding: 10px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; } }
    .blog-section .filter-holder input[type="checkbox"] {
      position: absolute;
      left: -9999px; }
    .blog-section .filter-holder input[type="checkbox"]:checked + .fake-label {
      background: #00b5cb;
      color: #fff; }
      .blog-section .filter-holder input[type="checkbox"]:checked + .fake-label:after {
        content: "";
        top: 12px;
        left: 21px;
        width: 8px;
        height: 13px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
        @media (max-width: 767px) {
          .blog-section .filter-holder input[type="checkbox"]:checked + .fake-label:after {
            top: 6px;
            left: 13px; } }
    .blog-section .filter-holder a,
    .blog-section .filter-holder .fake-label,
    .blog-section .filter-holder button {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 14px;
      color: #00b5cb;
      padding: 9px 25px 11px 37px;
      background: #fff;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      border-radius: 30px;
      position: relative;
      border: none;
      cursor: pointer; }
      @media (max-width: 767px) {
        .blog-section .filter-holder a,
        .blog-section .filter-holder .fake-label,
        .blog-section .filter-holder button {
          display: block;
          border: 1px solid #00b5cb;
          margin: 0 0 5px;
          padding: 4px 30px 6px; } }
      .blog-section .filter-holder a:after,
      .blog-section .filter-holder .fake-label:after,
      .blog-section .filter-holder button:after {
        position: absolute;
        content: "+";
        top: 18px;
        left: 19px;
        font-size: 22px;
        line-height: 0; }
        @media (max-width: 767px) {
          .blog-section .filter-holder a:after,
          .blog-section .filter-holder .fake-label:after,
          .blog-section .filter-holder button:after {
            top: 12px;
            left: 11px; } }
      @media (min-width: 1024px) {
        .blog-section .filter-holder a:hover,
        .blog-section .filter-holder .fake-label:hover,
        .blog-section .filter-holder button:hover {
          background: #00b5cb;
          color: #fff; } }
      .blog-section .filter-holder a.active,
      .blog-section .filter-holder .fake-label.active,
      .blog-section .filter-holder button.active {
        background: #00b5cb;
        color: #fff; }
        .blog-section .filter-holder a.active:after,
        .blog-section .filter-holder .fake-label.active:after,
        .blog-section .filter-holder button.active:after {
          content: "";
          top: 12px;
          left: 21px;
          width: 8px;
          height: 13px;
          border: solid #fff;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
          @media (max-width: 767px) {
            .blog-section .filter-holder a.active:after,
            .blog-section .filter-holder .fake-label.active:after,
            .blog-section .filter-holder button.active:after {
              top: 6px;
              left: 13px; } }
  .blog-section .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }

.post-preview {
  width: 33.33%;
  padding: 0 10px;
  position: relative;
  margin: 0 0 24px; }
  @media (max-width: 1023px) {
    .post-preview {
      width: 50%; } }
  @media (max-width: 767px) {
    .post-preview {
      width: 100%;
      margin: 0 0 15px; } }
  .post-preview:after {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: #fff;
    border-radius: 3px;
    overflow: hidden; }
  .post-preview > * {
    position: relative;
    z-index: 1; }
  .post-preview .img-holder {
    overflow: hidden;
    border-radius: 3px 3px 0 0; }
    .post-preview .img-holder img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      @media (max-width: 767px) {
        .post-preview .img-holder img {
          height: 50.5vw;
          object-fit: cover; } }
  .post-preview .text-holder {
    padding: 22px 30px 36px;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .post-preview .text-holder {
        font-size: 13px;
        line-height: 21px;
        padding: 16px 20px 5px; } }
    .post-preview .text-holder .cat-holder {
      margin: 0 0 2px;
      display: block; }
      .post-preview .text-holder .cat-holder a {
        font-size: 14px;
        line-height: 1.2;
        color: #00b5cb; }
        @media (max-width: 767px) {
          .post-preview .text-holder .cat-holder a {
            font-size: 12px; } }
    .post-preview .text-holder h2 {
      margin: 0 0 12px;
      font-size: 19px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .post-preview .text-holder h2 {
          font-size: 16px;
          line-height: 24px;
          margin: 0 0 8px; } }
    .post-preview .text-holder p {
      margin: 0; }
  .post-preview .more-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (min-width: 1024px) {
    .post-preview:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); } }

.pgntn-page-pagination {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding: 42px 0 62px !important;
  width: 100%; }
  @media (max-width: 767px) {
    .pgntn-page-pagination {
      padding: 30px 0 13px !important;
      margin: 0;
      font-size: 14px; } }
  .pgntn-page-pagination .pgntn-page-pagination-block {
    display: block; }
    .pgntn-page-pagination .pgntn-page-pagination-block .page-numbers {
      display: none; }
      .pgntn-page-pagination .pgntn-page-pagination-block .page-numbers.prev {
        display: block; }
      .pgntn-page-pagination .pgntn-page-pagination-block .page-numbers.next {
        display: block; }
    .pgntn-page-pagination .pgntn-page-pagination-block .pgntn-page-pagination-intro {
      margin: 0; }
  .pgntn-page-pagination .next,
  .pgntn-page-pagination .prev {
    float: right !important;
    background: #edeff3;
    color: #08242a;
    padding: 9px 43px 13px 34px;
    margin: -3px 0 0 !important;
    border-radius: 30px;
    text-decoration: none;
    position: relative; }
    @media (max-width: 767px) {
      .pgntn-page-pagination .next,
      .pgntn-page-pagination .prev {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0;
        margin: -7px 0 0 !important; } }
    .pgntn-page-pagination .next:after,
    .pgntn-page-pagination .prev:after {
      position: absolute;
      content: "";
      top: 17px;
      right: 29px;
      width: 7px;
      height: 7px;
      border: solid #000;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      @media (max-width: 767px) {
        .pgntn-page-pagination .next:after,
        .pgntn-page-pagination .prev:after {
          top: 16px;
          right: 18px; } }
    @media (min-width: 1024px) {
      .pgntn-page-pagination .next:hover,
      .pgntn-page-pagination .prev:hover {
        background: #223a76;
        color: #fff; }
        .pgntn-page-pagination .next:hover:after,
        .pgntn-page-pagination .prev:hover:after {
          border-color: #fff; } }
  .pgntn-page-pagination .prev {
    float: left !important;
    padding: 9px 34px 13px 43px; }
    @media (max-width: 767px) {
      .pgntn-page-pagination .prev {
        padding: 0; } }
    .pgntn-page-pagination .prev:after {
      right: auto;
      left: 29px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media (max-width: 767px) {
        .pgntn-page-pagination .prev:after {
          top: 16px;
          left: 18px; } }

.intro-page {
  text-align: center;
  height: 300px;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .intro-page {
      height: 160px; } }
  .intro-page:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }
  .intro-page .container {
    position: relative;
    z-index: 1; }
  .intro-page h1 {
    margin: 0;
    color: #fff;
    padding: 0 0 45px;
    position: relative; }
    @media (max-width: 767px) {
      .intro-page h1 {
        font-size: 30px;
        padding: 0 0 25px; } }
    .intro-page h1:after {
      position: absolute;
      content: "";
      left: 50%;
      bottom: 0;
      margin: 0 0 0 -60px;
      width: 120px;
      height: 5px;
      border-radius: 4px;
      background-color: #81c340; }
      @media (max-width: 767px) {
        .intro-page h1:after {
          height: 3px;
          width: 100px;
          margin: 0 0 0 -50px; } }

.page-columns {
  padding: 65px 0; }
  @media (max-width: 1023px) {
    .page-columns {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .page-columns {
      padding: 24px 0 19px; } }
  .page-columns .container {
    max-width: 1040px; }
  .page-columns #content {
    float: right;
    width: 65.4%;
    font-size: 17px;
    line-height: 28px; }
    @media (max-width: 1023px) {
      .page-columns #content {
        width: 68%; } }
    @media (max-width: 767px) {
      .page-columns #content {
        width: 100%;
        float: none;
        font-size: 15px;
        line-height: 23px; } }
    .page-columns #content:only-child {
      width: 100%;
      float: none; }
    .page-columns #content .intro-text {
      line-height: 30px;
      font-size: 19px; }
      @media (max-width: 767px) {
        .page-columns #content .intro-text {
          font-size: 16px !important;
          line-height: 26px; } }
      .page-columns #content .intro-text strong {
        font-weight: 500; }
    @media (min-width: 1024px) {
      .page-columns #content a:not(.btn):hover {
        color: #81c340; } }
    .page-columns #content p {
      margin: 0 0 15px; }
      @media (max-width: 767px) {
        .page-columns #content p {
          margin: 0 0 10px; } }
    .page-columns #content h2 {
      margin: 0 0 9px;
      font-size: 19px; }
      @media (max-width: 767px) {
        .page-columns #content h2 {
          font-size: 17px;
          margin: 0 0 12px; } }
    .page-columns #content ul {
      margin: 0 0 23px; }
      @media (max-width: 767px) {
        .page-columns #content ul {
          margin: 0 0 14px; } }
      .page-columns #content ul li {
        padding: 0 0 0 23px;
        margin: 0 0 8px;
        position: relative; }
        @media (max-width: 767px) {
          .page-columns #content ul li {
            padding: 0 0 0 15px;
            margin: 0 0 5px; } }
        .page-columns #content ul li:last-child {
          margin: 0; }
        .page-columns #content ul li:after {
          position: absolute;
          content: "";
          top: 7px;
          left: 3px;
          width: 9px;
          height: 17px;
          background: url(images/arrow-2.svg) no-repeat 50% 50%/cover; }
          @media (max-width: 767px) {
            .page-columns #content ul li:after {
              width: 7px;
              height: 12px;
              left: 0; } }
    .page-columns #content .share-block {
      display: none;
      padding: 15px 0 0; }
      @media (max-width: 767px) {
        .page-columns #content .share-block {
          display: block; } }
  .page-columns #sidebar {
    float: left;
    width: 28%;
    padding: 8px 0 0; }
    @media (max-width: 767px) {
      .page-columns #sidebar {
        float: none;
        width: 100%;
        padding: 0 0 3px; } }
    .page-columns #sidebar .title {
      display: block;
      margin: 0 0 20px;
      font-size: 16px;
      line-height: 1.2;
      color: #9b9b9b;
      font-weight: 500;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .page-columns #sidebar .title {
          font-size: 14px;
          margin: 0 0 15px; } }
    .page-columns #sidebar ul {
      border: solid #f5f6f8;
      border-width: 5px 0;
      padding: 24px 0 30px;
      margin: 0 0 29px; }
      @media (max-width: 1023px) {
        .page-columns #sidebar ul {
          padding: 15px 0;
          margin: 0 0 20px; } }
      @media (max-width: 767px) {
        .page-columns #sidebar ul {
          border-width: 2px 0;
          padding: 0; } }
      .page-columns #sidebar ul li {
        margin: 0 0 18px; }
        @media (max-width: 1023px) {
          .page-columns #sidebar ul li {
            margin: 0 0 10px; } }
        @media (max-width: 767px) {
          .page-columns #sidebar ul li {
            border-bottom: 2px solid #f5f6f8;
            margin: 0; } }
        .page-columns #sidebar ul li:last-child {
          margin: 0;
          border: none; }
        .page-columns #sidebar ul li a {
          display: block;
          color: #223a76;
          font-size: 20px;
          font-weight: 700;
          line-height: 28px; }
          @media (max-width: 1023px) {
            .page-columns #sidebar ul li a {
              font-size: 16px;
              line-height: 1.2; } }
          @media (max-width: 767px) {
            .page-columns #sidebar ul li a {
              padding: 8px 0 11px; } }
    @media (max-width: 767px) {
      .page-columns #sidebar .share-block {
        display: none; } }

.wp-block-quote {
  margin: 27px 0 23px;
  padding: 24px 33px 17px;
  background: #f9f9fa;
  border-left: 5px solid #00b5cb; }
  @media (max-width: 767px) {
    .wp-block-quote {
      padding: 18px 25px 17px; } }
  .wp-block-quote a {
    color: #000; }

hr {
  display: block;
  width: 100%;
  border: solid #f1f3f5;
  border-width: 0 0 5px;
  margin: 35px 0 32px; }
  @media (max-width: 767px) {
    hr {
      border-width: 0 0 3px;
      margin: 26px 0 21px; } }

.share-block .share-opener {
  display: inline-block;
  vertical-align: top;
  padding: 13px 46px;
  color: #fff;
  background: #223a76;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  margin: 0 0 10px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  @media (max-width: 767px) {
    .share-block .share-opener {
      padding: 10px 23px 10px 44px; } }
  @media (min-width: 1024px) {
    .share-block .share-opener:hover {
      background: #000; } }
  .share-block .share-opener:after {
    position: absolute;
    content: "";
    top: 12px;
    left: 20px;
    width: 15px;
    height: 13px;
    background: url(images/share-ico.svg) no-repeat 50% 50%/cover; }
    @media (max-width: 767px) {
      .share-block .share-opener:after {
        width: 14px;
        height: 11px; } }

.share-block .share-drop {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.share-block.share-active .share-drop {
  opacity: 1;
  pointer-events: auto; }

.more-resources {
  padding: 79px 0 116px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .more-resources {
      padding: 0 0 50px; } }
  @media (max-width: 767px) {
    .more-resources {
      padding: 0 10px 124px;
      position: relative; } }
  .more-resources .container {
    max-width: 1040px; }
  .more-resources .title-holder {
    width: 38.2%;
    float: left;
    color: #595959;
    padding: 118px 0 0;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 767px) {
      .more-resources .title-holder {
        display: block;
        float: none;
        padding: 0 10px 16px;
        width: 100%;
        font-size: 14px;
        line-height: 22px; } }
    .more-resources .title-holder .holder {
      max-width: 275px; }
      @media (max-width: 767px) {
        .more-resources .title-holder .holder {
          max-width: 100%; } }
    .more-resources .title-holder h3 {
      margin: 0 0 40px;
      font-size: 50px;
      font-weight: 700;
      line-height: 55px;
      color: #000; }
      @media (max-width: 767px) {
        .more-resources .title-holder h3 {
          font-size: 26px;
          line-height: 1.2;
          margin: 0 0 16px; } }
    .more-resources .title-holder p {
      margin: 0; }
    .more-resources .title-holder .btn {
      padding: 14px 53px 16px; }
      @media (max-width: 767px) {
        .more-resources .title-holder .btn {
          position: absolute;
          bottom: 63px;
          left: 20px;
          right: 20px;
          padding: 9px 10px 12px; } }
  .more-resources .resources-slider {
    float: right;
    width: 61.8%; }
    @media (max-width: 767px) {
      .more-resources .resources-slider {
        float: none;
        width: 100%; } }
    .more-resources .resources-slider .slick-list {
      padding: 15px 0; }
    .more-resources .resources-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .more-resources .resources-slider .slick-track:after, .more-resources .resources-slider .slick-track:before {
        display: none; }
    .more-resources .resources-slider .slick-slide {
      width: 350px;
      padding: 0 25px;
      position: relative;
      outline: none;
      height: auto; }
      @media (max-width: 767px) {
        .more-resources .resources-slider .slick-slide {
          width: 260px;
          padding: 0 10px; } }
      .more-resources .resources-slider .slick-slide > * {
        position: relative;
        z-index: 1; }
      @media (min-width: 1024px) {
        .more-resources .resources-slider .slick-slide:hover img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); } }
      .more-resources .resources-slider .slick-slide .holder {
        height: 100%;
        position: relative; }
        @media (min-width: 768px) {
          .more-resources .resources-slider .slick-slide .holder {
            -webkit-transition: opacity 0.35s linear, -webkit-transform 0.35s linear;
            transition: opacity 0.35s linear, -webkit-transform 0.35s linear;
            transition: transform 0.35s linear, opacity 0.35s linear;
            transition: transform 0.35s linear, opacity 0.35s linear, -webkit-transform 0.35s linear;
            -webkit-transform: translateX(150px) scale(0.8);
                -ms-transform: translateX(150px) scale(0.8);
                    transform: translateX(150px) scale(0.8);
            opacity: 0; } }
        .more-resources .resources-slider .slick-slide .holder:after {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1;
          background: #fff;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.11); }
      @media (min-width: 768px) {
        .more-resources .resources-slider .slick-slide.slick-active .holder,
        .more-resources .resources-slider .slick-slide.slick-active ~ .slick-slide .holder {
          -webkit-transform: translateX(0) scale(1);
              -ms-transform: translateX(0) scale(1);
                  transform: translateX(0) scale(1);
          opacity: 1; } }
    .more-resources .resources-slider .img-holder {
      overflow: hidden;
      border-radius: 3px 3px 0 0; }
      .more-resources .resources-slider .img-holder img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
        @media (max-width: 767px) {
          .more-resources .resources-slider .img-holder img {
            height: 150px;
            object-fit: cover; } }
    .more-resources .resources-slider .text-holder {
      padding: 27px 30px 18px;
      color: #595959;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
      @media (max-width: 767px) {
        .more-resources .resources-slider .text-holder {
          padding: 14px 20px 18px;
          font-size: 13px;
          line-height: 21px; } }
      .more-resources .resources-slider .text-holder h4 {
        margin: 0 0 13px;
        color: #08242a;
        font-size: 19px;
        line-height: 26px; }
        @media (max-width: 767px) {
          .more-resources .resources-slider .text-holder h4 {
            font-size: 16px;
            line-height: 26px;
            margin: 0 0 6px; } }
      .more-resources .resources-slider .text-holder p {
        margin: 0; }
    .more-resources .resources-slider .more-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .more-resources .resources-slider .slick-prev {
      display: none !important; }
    .more-resources .resources-slider .slick-next {
      position: absolute;
      top: 50%;
      left: 690px;
      z-index: 1;
      width: 73px;
      height: 73px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background: #fff url(images/arrow-2.svg) no-repeat 50% 50%/11px 19px;
      outline: none;
      border-radius: 100%;
      border: none;
      text-indent: -9999px;
      overflow: hidden;
      margin: -51px 0 0; }
      @media (min-width: 1024px) {
        .more-resources .resources-slider .slick-next:hover {
          background: #f9f9fa url(images/arrow-2.svg) no-repeat 50% 50%/11px 19px; } }
      @media (max-width: 1299px) {
        .more-resources .resources-slider .slick-next {
          left: auto;
          right: 10px; } }

.intro-single {
  background: #f6f7f9;
  padding: 106px 0 123px; }
  @media (max-width: 1199px) {
    .intro-single {
      padding: 80px 0 50px; } }
  @media (max-width: 1023px) {
    .intro-single {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .intro-single {
      padding: 26px 0 61px; } }
  .intro-single .container {
    max-width: 1040px; }
  .intro-single h1 {
    margin: 0;
    padding: 0 0 0 48px;
    max-width: 800px;
    color: #231f20;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    position: relative; }
    @media (max-width: 1023px) {
      .intro-single h1 {
        font-size: 40px;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .intro-single h1 {
        font-size: 25px;
        line-height: 31px;
        font-weight: 700;
        padding: 0 0 0 20px; } }
    .intro-single h1:after {
      position: absolute;
      content: "";
      top: 8px;
      left: 0;
      width: 27px;
      height: 54px;
      background: url(images/arrow-2.svg) no-repeat 50% 50%/cover; }
      @media (max-width: 1023px) {
        .intro-single h1:after {
          top: 0; } }
      @media (max-width: 767px) {
        .intro-single h1:after {
          width: 11px;
          height: 18px;
          top: 10px; } }

.single-columns {
  margin: -60px 0 56px; }
  @media (max-width: 1023px) {
    .single-columns {
      margin: -60px 0 0; } }
  @media (max-width: 767px) {
    .single-columns {
      margin: -28px 0 55px; } }
  .single-columns .container {
    max-width: 1040px; }
  .single-columns #content {
    float: left;
    width: 65.5%;
    font-size: 17px;
    line-height: 28px; }
    @media (max-width: 767px) {
      .single-columns #content {
        width: 100%;
        float: none;
        font-size: 15px;
        line-height: 23px;
        padding: 0 0 4px; } }
    .single-columns #content .img-holder {
      margin: 0 0 43px; }
      @media (max-width: 767px) {
        .single-columns #content .img-holder {
          margin: 0 0 25px; } }
      .single-columns #content .img-holder img {
        width: 100%; }
    .single-columns #content p {
      margin: 0 0 15px; }
      @media (max-width: 767px) {
        .single-columns #content p {
          margin: 0 0 10px; } }
      .single-columns #content p strong {
        font-size: 19px;
        line-height: 30px; }
        @media (max-width: 767px) {
          .single-columns #content p strong {
            font-size: 16px;
            line-height: 26px;
            font-weight: 500; } }
    .single-columns #content .share-block {
      padding: 39px 0 0; }
      @media (max-width: 767px) {
        .single-columns #content .share-block {
          padding: 18px 0 0; } }
      .single-columns #content .share-block .share-opener {
        padding: 13px 27px 13px 46px; }
        @media (max-width: 767px) {
          .single-columns #content .share-block .share-opener {
            padding: 9px 24px 10px 43px; } }
  .single-columns #sidebar {
    float: right;
    width: 28.1%;
    padding: 111px 0 0; }
    @media (max-width: 1023px) {
      .single-columns #sidebar {
        width: 30%;
        padding: 50px 0 0; } }
    @media (max-width: 767px) {
      .single-columns #sidebar {
        width: 100%;
        float: none;
        padding: 0; } }
    .single-columns #sidebar h3 {
      margin: 0 0 17px;
      color: #9b9b9b;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 500;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .single-columns #sidebar h3 {
          font-size: 14px; } }
    .single-columns #sidebar .widget {
      margin: 0 0 43px;
      padding: 0 0 44px;
      border-bottom: 5px solid #f1f3f5; }
      @media (max-width: 1023px) {
        .single-columns #sidebar .widget {
          margin: 0 0 33px;
          padding: 0 0 38px; } }
      .single-columns #sidebar .widget:last-child {
        border: none;
        margin: 0;
        padding: 0; }
    .single-columns #sidebar .next-post-widget a {
      display: block;
      overflow: hidden;
      margin: 0 0 17px; }
      @media (max-width: 767px) {
        .single-columns #sidebar .next-post-widget a {
          float: left;
          width: 100px;
          margin: 0; } }
      .single-columns #sidebar .next-post-widget a img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
        @media (max-width: 767px) {
          .single-columns #sidebar .next-post-widget a img {
            height: 80px;
            object-fit: cover; } }
      @media (min-width: 1024px) {
        .single-columns #sidebar .next-post-widget a:hover img {
          -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
                  transform: scale(1.05); } }
    .single-columns #sidebar .next-post-widget h4 {
      margin: 0;
      color: #223a76;
      font-size: 18px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .single-columns #sidebar .next-post-widget h4 {
          max-width: 200px;
          overflow: hidden;
          padding: 3px 0 0 16px;
          font-size: 16px;
          line-height: 24px; } }
    .single-columns #sidebar .more-info-widget ul {
      padding: 8px 0 0; }
      @media (max-width: 767px) {
        .single-columns #sidebar .more-info-widget ul {
          padding: 1px 0 0; } }
      .single-columns #sidebar .more-info-widget ul li {
        margin: 0 0 10px; }
        .single-columns #sidebar .more-info-widget ul li:last-child {
          margin: 0; }
        .single-columns #sidebar .more-info-widget ul li a {
          display: block;
          background: #f1f3f5;
          padding: 18px 42px 18px 20px;
          color: #223a76;
          font-size: 18px;
          font-weight: 700;
          line-height: 26px;
          position: relative; }
          @media (max-width: 1023px) {
            .single-columns #sidebar .more-info-widget ul li a {
              font-size: 16px;
              line-height: 24px;
              padding: 14px 45px 14px 20px; } }
          .single-columns #sidebar .more-info-widget ul li a:after {
            position: absolute;
            content: "";
            top: 50%;
            margin: -10px 0 0;
            right: 20px;
            width: 9px;
            height: 17px;
            background: url(images/arrow-2.svg) no-repeat 50% 50%/cover;
            -webkit-transition: right 0.3s;
            transition: right 0.3s; }
            @media (max-width: 767px) {
              .single-columns #sidebar .more-info-widget ul li a:after {
                width: 9px;
                height: 15px;
                right: 15px;
                margin: -7px 0 0; } }
          @media (min-width: 1024px) {
            .single-columns #sidebar .more-info-widget ul li a:hover:after {
              right: 15px; } }

.assessment-intro {
  padding: 158px 0 185px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  position: relative; }
  @media (max-width: 1023px) {
    .assessment-intro {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .assessment-intro {
      padding: 60px 0 83px;
      font-size: 15px;
      line-height: 23px; } }
  .assessment-intro:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .assessment-intro .container {
    position: relative;
    z-index: 1;
    max-width: 900px; }
  .assessment-intro h1 {
    margin: 0 0 38px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    font-size: 60px;
    font-weight: 700;
    line-height: 65px; }
    @media (max-width: 767px) {
      .assessment-intro h1 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0 0 28px; } }
  .assessment-intro p {
    margin: 0 0 54px; }
    @media (max-width: 767px) {
      .assessment-intro p {
        margin: 0 0 35px; }
        .assessment-intro p br {
          display: none; } }
  .assessment-intro .wp-block-button a {
    font-size: 22px;
    line-height: 1.2;
    padding: 13px 61px 18px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .assessment-intro .wp-block-button a {
        font-size: 16px;
        padding: 6px 44px 12px; } }
    .assessment-intro .wp-block-button a:after {
      content: "";
      background: url(images/arrow-3.svg) no-repeat 50% 50%/cover;
      width: 24px;
      height: 15px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 15px; }
      @media (max-width: 767px) {
        .assessment-intro .wp-block-button a:after {
          width: 16px;
          height: 10px;
          margin: 0 0 0 10px; } }
    @media (min-width: 1024px) {
      .assessment-intro .wp-block-button a:hover {
        background: #000 !important; } }

.intro-step-page {
  padding: 109px 0 126px;
  background: #f6f7f9;
  text-align: center; }
  @media (max-width: 767px) {
    .intro-step-page {
      padding: 46px 0 73px; } }
  .intro-step-page h1 {
    margin: 0;
    font-size: 50px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .intro-step-page h1 {
        font-size: 25px;
        line-height: 31px; } }

#main .wpcf7 .trx_mscf_progressbar {
  max-width: 1175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -23px auto 117px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #main .wpcf7 .trx_mscf_progressbar {
      margin: -21px auto 57px;
      padding: 0 10px; } }
  #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers {
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none; }
    @media (max-width: 767px) {
      #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers {
        font-size: 0;
        line-height: 0; } }
    #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers:last-child span:after {
      display: none; }
    #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers.active {
      color: #00b5cb; }
      #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers.active:before {
        border-color: #00b5cb;
        color: #fff;
        content: "";
        background: #00b5cb url(images/ico-check.svg) no-repeat 50% 50%/20px 14px; }
        @media (max-width: 767px) {
          #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers.active:before {
            background-size: 13px 9px; } }
      #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers.active:after {
        background: #00b5cb; }
    #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers:before {
      display: block;
      width: 60px;
      height: 60px;
      margin: 0 auto 21px;
      border: 6px solid #adb2b6;
      background: #f6f7f9;
      color: #adb2b6;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 50px;
      border-radius: 100%;
      position: relative; }
      @media (max-width: 767px) {
        #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers:before {
          border: 3px solid #adb2b6;
          width: 40px;
          height: 40px;
          font-size: 14px;
          line-height: 34px;
          margin: 0 auto; } }
    #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers:after {
      left: calc(-50% + 30px);
      top: 26px;
      height: 8px;
      background: #adb2b6; }
      @media (max-width: 767px) {
        #main .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers:after {
          height: 3px;
          top: 19px;
          left: calc(-50% + 20px); } }

.steps-holder br {
  display: none; }

.steps-holder p:empty {
  display: none; }

.steps-holder .trx_mscf_step .container {
  max-width: 1040px; }

.steps-holder .btn-holder {
  border-top: 4px solid #f0f2f5;
  padding: 58px 0 95px;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 1049px) {
    .steps-holder .btn-holder {
      margin: 0 20px; } }
  @media (max-width: 767px) {
    .steps-holder .btn-holder {
      border-width: 3px 0 0;
      padding: 42px 0 66px; } }
  .steps-holder .btn-holder .trx_mscf_next,
  .steps-holder .btn-holder .trx_mscf_prev,
  .steps-holder .btn-holder .wpcf7-submit {
    float: right;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 25px;
    background: #1e3673;
    color: #fff;
    padding: 14px 48px 16px;
    border: none; }
    @media (max-width: 767px) {
      .steps-holder .btn-holder .trx_mscf_next,
      .steps-holder .btn-holder .trx_mscf_prev,
      .steps-holder .btn-holder .wpcf7-submit {
        font-size: 15px;
        padding: 10px 47px 12px; } }
    @media (min-width: 1024px) {
      .steps-holder .btn-holder .trx_mscf_next:hover,
      .steps-holder .btn-holder .trx_mscf_prev:hover,
      .steps-holder .btn-holder .wpcf7-submit:hover {
        background: #000; } }
  .steps-holder .btn-holder .trx_mscf_prev {
    float: left;
    background: #f6f7f9;
    color: #000; }
    @media (min-width: 1024px) {
      .steps-holder .btn-holder .trx_mscf_prev:hover {
        background: #000;
        color: #fff; } }

.steps-holder table {
  width: 100%;
  max-width: 997px;
  margin: 0 auto 82px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 767px) {
    .steps-holder table {
      font-size: 14px;
      line-height: 1.2;
      width: 100%;
      margin: 0 0 30px; } }
  .steps-holder table th {
    padding: 7px 20px 9px;
    border: none;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 767px) {
      .steps-holder table th {
        padding: 5px; } }
  .steps-holder table td {
    text-align: center;
    vertical-align: middle;
    padding: 7px 20px;
    border: none; }
    @media (max-width: 767px) {
      .steps-holder table td {
        padding: 5px; } }
    .steps-holder table td:first-child {
      text-align: left;
      width: 72.8%; }
      @media (max-width: 767px) {
        .steps-holder table td:first-child {
          width: 60%; } }
    .steps-holder table td:nth-child(2) {
      padding: 7px 0; }
    .steps-holder table td .wpcf7-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .steps-holder table td .wpcf7-list-item-label {
      display: none; }
    .steps-holder table td .wpcf7-list-item {
      margin: 0;
      width: 50%; }
  .steps-holder table tr:nth-child(even) td {
    background: #f6f7f9; }
  .steps-holder table input[type="radio"],
  .steps-holder table input[type="checkbox"] {
    width: 26px;
    height: 26px;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .steps-holder table input[type="radio"],
      .steps-holder table input[type="checkbox"] {
        width: 15px;
        height: 15px; } }
  .steps-holder table select {
    width: 78px;
    height: 36px;
    border-radius: 3px;
    border: 2px solid #dcdcdc;
    background: #fff; }
    @media (max-width: 767px) {
      .steps-holder table select {
        width: 50px;
        height: auto;
        padding: 3px; } }

.steps-holder .input-holder {
  max-width: 500px;
  margin: 0 auto 50px;
  padding: 0 20px; }
  .steps-holder .input-holder .wpcf7-form-control-wrap {
    display: block;
    padding: 0 0 20px; }
  .steps-holder .input-holder input {
    width: 100%;
    display: block;
    box-shadow: none;
    border: none;
    background: #f6f7f9;
    font-size: 18px;
    line-height: 1.3; }

.steps-holder .wpcf7-response-output {
  max-width: 500px;
  margin: 0 auto 30px; }

.steps-holder .wpcf7-not-valid-tip {
  padding: 5px 0 0;
  font-size: 13px;
  line-height: 1.2; }

.check-holder {
  text-align: center;
  padding: 31px 20px 117px;
  max-width: 650px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .check-holder {
      padding: 0 20px 67px; } }
  .check-holder p {
    margin: 0 0 36px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px; }
    @media (max-width: 767px) {
      .check-holder p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 12px; } }
    .check-holder p strong {
      display: block;
      font-size: 19px;
      line-height: 26px; }
      @media (max-width: 767px) {
        .check-holder p strong {
          font-size: 16px;
          line-height: 24px; } }
  .check-holder .wpcf7-form-control-wrap {
    display: block;
    padding: 17px 0 0; }
    @media (max-width: 767px) {
      .check-holder .wpcf7-form-control-wrap {
        padding: 24px 0 0;
        margin: 0 -10px; } }
    .check-holder .wpcf7-form-control-wrap .wpcf7-list-item {
      margin: 0 6px;
      position: relative; }
    .check-holder .wpcf7-form-control-wrap input[type="radio"],
    .check-holder .wpcf7-form-control-wrap input[type="checkbox"] {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .check-holder .wpcf7-form-control-wrap input[type="radio"]:checked + .wpcf7-list-item-label,
    .check-holder .wpcf7-form-control-wrap input[type="checkbox"]:checked + .wpcf7-list-item-label {
      background: #00b5cb;
      color: #fff; }
    .check-holder .wpcf7-form-control-wrap .wpcf7-list-item-label {
      border: 2px solid #00b5cb;
      color: #00b5cb;
      font-size: 17px;
      line-height: 1.1;
      font-weight: 700;
      display: inline-block;
      vertical-align: top;
      padding: 12px 20px 16px;
      width: 148px;
      border-radius: 30px; }
      @media (max-width: 767px) {
        .check-holder .wpcf7-form-control-wrap .wpcf7-list-item-label {
          padding: 8px 12px 13px;
          width: 135px;
          font-size: 15px; } }

.table-inputs .intro-text {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  max-width: 700px;
  margin: 0 auto 55px; }
  @media (max-width: 767px) {
    .table-inputs .intro-text {
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 12px; } }

.two-columns {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .two-columns {
      padding: 30px 0; } }
  .two-columns #content {
    float: left;
    width: 65.5%; }
    @media (max-width: 1023px) {
      .two-columns #content {
        float: none;
        width: 100%; } }
    @media (max-width: 767px) {
      .two-columns #content h1 {
        font-size: 40px; } }
  .two-columns #sidebar {
    float: right;
    width: 30%; }
    @media (max-width: 1023px) {
      .two-columns #sidebar {
        float: none;
        width: 100%; } }
/*# sourceMappingURL=style.css.map */