@charset "UTF-8";
/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
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; }

.check-list, ul:not([class]), .anchor-list, .footer-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #676b6b;
  background: #fff;
  font: 16px/1.2 "p22-underground", "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: 15px 22px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  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: transparent;
  color: #1b6967;
  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: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.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; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: transparent;
    color: #1b6967;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: transparent;
    color: #1b6967;
    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: 767px) {
        .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: 1023px) {
  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: 40px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #1b6967; }
  a:hover, a:focus {
    text-decoration: none; }

/* 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; }

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?v7x3lr") format("truetype"), url("fonts/icomoon.woff?v7x3lr") format("woff"), url("fonts/icomoon.svg?v7x3lr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"], .check-list li:after, .btn.yellow-with-icon:after, .custom-check .fake-input:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-send:before {
  content: ""; }

#wrapper {
  overflow: hidden;
  position: relative; }

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto; }

.container {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto; }

.base-section {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .base-section {
      padding: 25px 0; } }
  @media (min-width: 1024px) {
    .base-section {
      padding: 45px 0; } }
  @media (min-width: 1200px) {
    .base-section {
      padding: 65px 0; } }

a {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4 {
  display: block;
  font-family: "minion-pro-condensed-caption", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #515a5a; }
  h1.with-decor, .h1.with-decor, h2.with-decor, .h2.with-decor, h3.with-decor, .h3.with-decor, h4.with-decor, .h4.with-decor, h5.with-decor, .h5.with-decor, h6.with-decor, .h6.with-decor, .display-1.with-decor, .display-2.with-decor, .display-3.with-decor, .display-4.with-decor {
    position: relative;
    z-index: 3;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      h1.with-decor, .h1.with-decor, h2.with-decor, .h2.with-decor, h3.with-decor, .h3.with-decor, h4.with-decor, .h4.with-decor, h5.with-decor, .h5.with-decor, h6.with-decor, .h6.with-decor, .display-1.with-decor, .display-2.with-decor, .display-3.with-decor, .display-4.with-decor {
        padding-bottom: 25px; } }
    h1.with-decor:before, .h1.with-decor:before, h2.with-decor:before, .h2.with-decor:before, h3.with-decor:before, .h3.with-decor:before, h4.with-decor:before, .h4.with-decor:before, h5.with-decor:before, .h5.with-decor:before, h6.with-decor:before, .h6.with-decor:before, .display-1.with-decor:before, .display-2.with-decor:before, .display-3.with-decor:before, .display-4.with-decor:before {
      width: 56px;
      height: 5px;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      background: #ece4a3; }

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 50px; } }

@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 60px; } }

.h2,
h2 {
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .h2,
    h2 {
      font-size: 40px; } }

.bg-cyan {
  background: #66b3b0; }

.bg-blue-light {
  background: #f6fcfb; }

.heading-block {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .heading-block {
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .heading-block {
      margin-bottom: 48px; } }
  .heading-block h1, .heading-block .h1, .heading-block h2, .heading-block .h2, .heading-block h3, .heading-block .h3, .heading-block h4, .heading-block .h4, .heading-block h5, .heading-block .h5, .heading-block h6, .heading-block .h6, .heading-block .display-1, .heading-block .display-2, .heading-block .display-3, .heading-block .display-4 {
    margin-bottom: 0; }
  .heading-block .heading-line {
    display: block;
    font-size: 14px;
    color: #1b6967;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .heading-block .heading-line {
        margin-bottom: 12px;
        font-size: 16px; } }

.demi-bold {
  font-weight: 600; }

.d-block {
  display: block; }

address {
  margin: 0 0 27px;
  font-style: normal;
  font-weight: 300;
  word-break: break-all; }
  address .text {
    display: block;
    margin-bottom: 3px; }
  address a {
    text-decoration: none;
    color: currentColor; }
    address a:hover {
      color: #999; }

.check-list {
  font-weight: 300; }
  .check-list li {
    padding: 0 0 0 29px;
    margin-bottom: 22px;
    position: relative;
    z-index: 3; }
    .check-list li:last-child {
      margin-bottom: 0; }
    .check-list li:after {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      color: #1b6967;
      font-size: 12px;
      z-index: 1; }

ul:not([class]) {
  margin-bottom: 20px; }
  ul:not([class]) li {
    padding: 0 0 0 11px;
    margin: 0 0 5px;
    position: relative;
    z-index: 1; }
    ul:not([class]) li:before {
      width: 5px;
      height: 5px;
      content: '';
      display: block;
      background: currentColor;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      left: 0;
      z-index: 1; }

body.nav-active {
  overflow: hidden; }

.logo {
  display: block;
  margin-bottom: 0;
  max-width: 280px; }
  @media (min-width: 1024px) {
    .logo {
      margin-bottom: 120px; } }
  .logo img {
    width: 100%; }

.fixed-block {
  padding: 20px 15px 20px;
  background: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative; }
  @media (min-width: 1024px) {
    .fixed-block {
      display: block;
      padding: 70px 15px 20px; } }
  @media (min-width: 1440px) {
    .fixed-block {
      padding: 70px 30px 20px 60px; } }
  .fixed-block .footer-list {
    display: block;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .fixed-block .footer-list {
        display: none; } }
    .fixed-block .footer-list a {
      display: block;
      padding: 8px 0; }
      .fixed-block .footer-list a:hover {
        color: #1b6967; }
  .fixed-block .tel-holder {
    text-transform: uppercase; }
    .fixed-block .tel-holder a {
      font-weight: 600;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .fixed-block .tel-holder a:hover {
          color: #999; } }

@media (max-width: 1023px) {
  .nav-wrap {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, left 0.3s ease-in-out;
    height: calc(100vh - 85px);
    padding: 40px 15px 30px;
    background: #fff;
    display: block;
    position: absolute;
    text-align: center;
    left: 100%;
    top: 100%;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    overflow-y: auto; }
    .nav-active .nav-wrap {
      left: 0;
      visibility: visible;
      opacity: 1; } }

.nav-wrap .nav-holder {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .nav-wrap .nav-holder {
      margin-bottom: 212px; } }

.nav-opener {
  width: 45px;
  height: 30px;
  position: relative; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
    border-radius: 10px; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #1b6967;
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    height: 4px;
    display: block;
    border-radius: 15px;
    margin-top: -2px;
    -webkit-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s; }
  .nav-opener:after, .nav-opener:before {
    content: '';
    top: 0; }
  .nav-opener:after {
    top: 95%; }
  @media (max-width: 479px) {
    .nav-opener {
      width: 35px;
      height: 25px; } }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none; } }

@media (max-width: 1199px) {
  .anchor-list {
    font-size: 14px; } }

.anchor-list li {
  text-transform: uppercase;
  letter-spacing: 1.6px; }
  @media (min-width: 1024px) {
    .anchor-list li {
      margin-bottom: 32px; } }
  .anchor-list li:last-child {
    margin-bottom: 0; }
  .anchor-list li.anchor-active a {
    font-weight: 600;
    color: #1b6967; }
    .anchor-list li.anchor-active a:before {
      opacity: 1;
      visibility: visible; }

.anchor-list a {
  text-decoration: none;
  position: relative;
  color: #414646;
  display: block;
  padding: 16px 0; }
  @media (min-width: 1024px) {
    .anchor-list a {
      padding: 0; } }
  .anchor-list a:before {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    content: '';
    position: absolute;
    width: 6px;
    height: 23px;
    background: #1b6967;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1439px) {
      .anchor-list a:before {
        left: -15px; } }
  @media (min-width: 1024px) {
    .anchor-list a:hover {
      font-weight: 600;
      color: #1b6967; } }
  @media (min-width: 1024px) {
    .anchor-list a:hover:before {
      opacity: 1;
      visibility: visible; } }

.footer {
  font-size: 12px;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }
  @media (min-width: 1024px) {
    .footer .container {
      max-width: none;
      margin: 0 0 0 auto; } }

.footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 20px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .footer-holder {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1024px) {
    .footer-holder {
      padding: 23px 5px 23px 0; } }
  @media (min-width: 1200px) {
    .footer-holder {
      padding: 23px 55px 23px 0; } }
  .footer-holder.no-border:before {
    content: none; }
  .footer-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    display: block;
    background: #676b6b;
    height: 1px;
    z-index: 1; }
    @media (min-width: 1024px) {
      .footer-holder:before {
        left: 0; } }

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .footer-list {
      margin: 0 -8px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1200px) {
    .footer-list {
      margin: 0 -17px; } }
  .footer-list li {
    padding: 0 5px; }
    @media (min-width: 768px) {
      .footer-list li {
        padding: 0 8px; } }
    @media (min-width: 1200px) {
      .footer-list li {
        padding: 0 17px; } }
  .footer-list a {
    text-decoration: none;
    line-height: 1;
    color: inherit; }
    @media (min-width: 1024px) {
      .footer-list a:hover {
        color: #999; } }
  .footer-list [class^='icon-'] {
    font-size: 8px;
    margin-left: 5px; }

.twocol-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .twocol-block.revers {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .twocol-block.bg-decor {
    position: relative;
    padding: 25px 0;
    z-index: 3; }
    @media (min-width: 1024px) {
      .twocol-block.bg-decor {
        padding: 70px 0; } }
    .twocol-block.bg-decor:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
      @media (min-width: 768px) {
        .twocol-block.bg-decor:after {
          left: -40px;
          right: -9999px;
          top: -15px;
          bottom: -15px; } }
      @media (min-width: 1024px) {
        .twocol-block.bg-decor:after {
          left: -105px;
          top: -40px;
          bottom: -40px; } }
  .twocol-block.bg-decor-blue:after {
    background: #f6fcfb; }
  .twocol-block .col {
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .twocol-block .col {
        width: 50%; } }

.image-slider,
.text-slider {
  opacity: 0;
  visibility: hidden;
  outline: none; }
  .image-slider.slick-initialized,
  .text-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }

.slider-holder {
  position: relative;
  z-index: 3; }
  @media (min-width: 1024px) {
    .slider-holder.sm {
      max-width: 378px; } }

@media (min-width: 1024px) {
  .block-image-holder.sm {
    max-width: 378px; } }

.block-image-holder img {
  width: 100%; }

.decor-holder {
  position: relative;
  z-index: 3; }
  .decor-holder .decor-img {
    position: absolute;
    right: -15px;
    top: -35px;
    width: 38vw;
    overflow: hidden;
    z-index: 1; }
    @media (min-width: 500px) {
      .decor-holder .decor-img {
        width: 190px; } }
    @media (min-width: 768px) {
      .decor-holder .decor-img {
        right: -30px;
        top: 0;
        width: 388px; } }
    @media (min-width: 1200px) {
      .decor-holder .decor-img {
        right: -77px;
        width: 420px; } }
    .decor-holder .decor-img.lg {
      right: -60px;
      width: 200px;
      top: 0; }
      @media (min-width: 768px) {
        .decor-holder .decor-img.lg {
          width: 500px;
          left: 70px;
          top: 30px;
          right: auto; } }
      @media (min-width: 1024px) {
        .decor-holder .decor-img.lg {
          width: 700px; } }
      @media (min-width: 1200px) {
        .decor-holder .decor-img.lg {
          width: 873px; } }
    .decor-holder .decor-img img {
      width: 100%; }

.slider-image img {
  width: 100%; }

.block-text-holder {
  margin-top: 20px;
  line-height: 1.38;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .block-text-holder {
      padding: 0 16px 52px 15px;
      margin-top: 0; } }
  @media (min-width: 1024px) {
    .block-text-holder {
      padding: 27px 16px 72px 35px; } }
  @media (min-width: 1024px) {
    .revers .block-text-holder.sm {
      padding: 0 16px 0 0; } }
  @media (min-width: 768px) {
    .revers .block-text-holder {
      padding: 0 45px 0 0; } }

.slider-nav-text {
  text-align: right;
  margin-top: 20px;
  line-height: 0; }
  @media (min-width: 768px) {
    .slider-nav-text {
      position: absolute;
      margin: 0;
      right: 0;
      bottom: 0;
      z-index: 1; } }
  @media (min-width: 1024px) {
    .slider-nav-text {
      right: -20px; } }

.slider-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  line-height: 0; }
  .slider-nav .slick-prev {
    margin-right: 1px; }

.slick-arrow {
  width: 44px;
  height: 44px;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  background: #fff;
  color: #515a5a;
  font-size: 15px;
  border: 0;
  padding: 0;
  position: relative;
  outline: none;
  z-index: 3; }
  @media (min-width: 1024px) {
    .slick-arrow:hover {
      color: #fff;
      background: #8f9595; } }
  .slick-arrow [class^='icon-arrow-'] {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }

.list-title {
  display: block;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .list-title {
      margin-bottom: 25px; } }

.btn {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  color: #1b6967;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 22px;
  text-transform: uppercase;
  font-size: 12px;
  border: 2px solid #1b6967;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-weight: 600; }
  .btn:hover {
    background: #1b6967;
    color: #fff; }
  .btn.yellow-with-icon {
    background: #ece4a3;
    color: #509592;
    padding: 20px 58px 13px 31px;
    font-size: 14px;
    border-color: #ece4a3;
    position: relative; }
    .btn.yellow-with-icon:after {
      content: "";
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .btn.yellow-with-icon:hover {
      background: transparent;
      border-color: #1b6967;
      color: #1b6967; }
  .btn.btn-white {
    border-color: #fff;
    color: #fff;
    letter-spacing: 2.3px; }
    .btn.btn-white:hover {
      color: #1b6967;
      background: #fff; }
  .btn.btn-sm {
    padding: 11px 19px; }

.intro-section {
  padding: 100px 0;
  z-index: 1;
  margin-bottom: 90px;
  color: #fff;
  position: relative; }
  @media (min-width: 1024px) {
    .intro-section {
      padding: 146px 0 135px;
      margin-bottom: 173px; } }
  .intro-section .yellow-with-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .intro-section .yellow-with-icon {
        right: 30px;
        top: 30px;
        left: auto; } }
    @media (min-width: 1024px) {
      .intro-section .yellow-with-icon {
        top: 60px;
        right: 60px; } }
    .intro-section .yellow-with-icon:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }
  @media (min-width: 768px) {
    .intro-section .intro-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .intro-section h1, .intro-section .h1, .intro-section h2, .intro-section .h2, .intro-section h3, .intro-section .h3, .intro-section h4, .intro-section .h4, .intro-section h5, .intro-section .h5, .intro-section h6, .intro-section .h6, .intro-section .display-1, .intro-section .display-2, .intro-section .display-3, .intro-section .display-4 {
    color: #fff; }
  .intro-section .h5 {
    text-transform: uppercase;
    font-family: "p22-underground", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .85px;
    margin-bottom: 18px; }
  .intro-section h1 {
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 48px; }
  .intro-section .content-holder {
    padding: 0 15px;
    position: relative; }
    @media (min-width: 768px) {
      .intro-section .content-holder {
        width: 50%;
        max-width: 475px;
        margin: 0 auto; } }
  .intro-section .txt-holder {
    margin-bottom: 55px;
    font-size: 20px;
    font-weight: 300; }
  .intro-section .text-bold {
    font-weight: 900; }
  .intro-section .img-holder {
    position: relative; }
    @media (min-width: 768px) {
      .intro-section .img-holder {
        width: 50%; } }
    .intro-section .img-holder img {
      display: none; }
      @media (min-width: 768px) {
        .intro-section .img-holder img {
          display: block;
          position: absolute;
          right: 0;
          top: 0; } }
      @media (min-width: 1440px) {
        .intro-section .img-holder img {
          right: 57px;
          top: -35px; } }

.section-decore {
  position: relative; }
  .section-decore:before {
    content: '';
    position: absolute;
    background-image: url(images/bg-decor-1.png);
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: -1; }

.two-col-layout {
  min-height: 100vh;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (min-width: 1024px) {
    .two-col-layout {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .two-col-layout .col-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 1024px) {
      .two-col-layout .col-one {
        width: 19%; } }
  .two-col-layout .col-two {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto; }
    @media (min-width: 1024px) {
      .two-col-layout .col-two {
        width: 81%;
        position: relative; } }
  .two-col-layout .container-lg {
    max-width: 1525px;
    margin: 0 0 auto; }
  @media (min-width: 1024px) {
    .two-col-layout .container {
      margin: 0 0 auto 105px; } }

input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, select {
  width: 100%;
  height: 53px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid transparent;
  background-color: #f6fcfb;
  color: #676b6b;
  font-weight: 300;
  margin: 0;
  padding: 23px 8px 2px;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px; }
  input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #676b6b; }
  input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    opacity: 1;
    color: #676b6b; }
  input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #676b6b; }
  input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #676b6b; }
  input[type="email"].placeholder, input[type="password"].placeholder, input[type="search"].placeholder, input[type="tel"].placeholder, input[type="text"].placeholder, input[type="url"].placeholder, textarea.placeholder, select.placeholder {
    color: #676b6b; }
  input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
    outline: none;
    border-color: transparent; }
  .input-error input[type="email"], .input-error input[type="password"], .input-error input[type="search"], .input-error input[type="tel"], .input-error input[type="text"], .input-error input[type="url"], .input-error textarea, .input-error select {
    border-color: #f00; }

textarea {
  resize: none;
  height: 140px; }
  @media (min-width: 768px) {
    textarea {
      height: 220px; } }

@media (min-width: 768px) {
  .inner-two-cols-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; } }

@media (min-width: 1024px) {
  .inner-two-cols-layout {
    margin: 0 -38px; } }

.inner-two-cols-layout .col {
  padding: 0 0 45px; }
  @media (min-width: 768px) {
    .inner-two-cols-layout .col {
      width: 69%;
      padding: 0 15px; } }
  @media (min-width: 1024px) {
    .inner-two-cols-layout .col {
      padding: 0 38px; } }
  @media (min-width: 768px) {
    .inner-two-cols-layout .col:last-child {
      width: 31%; } }

label {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #1b6967;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 1px; }

.input-group {
  position: relative;
  margin-bottom: 24px; }
  .input-group.input--filled label {
    margin-top: -12px; }
  .input-group label {
    -webkit-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .input-group textarea + label {
    top: 21px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.custom-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #676b6b;
  text-transform: none;
  letter-spacing: 0; }
  .custom-check .fake-input {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e9f4f2;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative; }
    .custom-check .fake-input:after {
      -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #2d5452;
      margin-left: 4px;
      opacity: 0;
      visibility: hidden; }
  .custom-check .fake-label {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    padding: 0 0 0 14px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 300; }
    .input-error .custom-check .fake-label {
      color: #f00; }
    .custom-check .fake-label a {
      font-weight: 600; }
  .custom-check input {
    width: 0;
    height: 0;
    position: fixed;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    visibility: hidden; }
  .custom-check input:checked + .fake-input:after {
    opacity: 1;
    visibility: visible; }

.bg-section-decore {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

#form-messages {
  -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0; }
  #form-messages.error {
    margin: 0 0 15px;
    max-height: 55px;
    opacity: 1;
    visibility: visible; }

@media (min-width: 1024px) {
  .contact-section {
    padding-bottom: 92px !important; } }

@media (max-width: 767px) {
  .contact-section .address-widget {
    position: relative;
    padding: 34px 0 0; } }

@media (max-width: 767px) {
  .contact-section .address-widget:after {
    content: '';
    left: -9999px;
    right: -9999px;
    top: 0;
    position: absolute;
    background-color: #676b6b;
    height: 1px; } }

@media (min-width: 768px) {
  .contact-section .heading-block .heading-line {
    margin-bottom: 3px; } }

@media (min-width: 768px) {
  .contact-section .heading-block h1.with-decor, .contact-section .heading-block .h1.with-decor, .contact-section .heading-block h2.with-decor, .contact-section .heading-block .h2.with-decor, .contact-section .heading-block h3.with-decor, .contact-section .heading-block .h3.with-decor, .contact-section .heading-block h4.with-decor, .contact-section .heading-block .h4.with-decor, .contact-section .heading-block h5.with-decor, .contact-section .heading-block .h5.with-decor, .contact-section .heading-block h6.with-decor, .contact-section .heading-block .h6.with-decor, .contact-section .heading-block .display-1.with-decor, .contact-section .heading-block .display-2.with-decor, .contact-section .heading-block .display-3.with-decor, .contact-section .heading-block .display-4.with-decor {
    padding-bottom: 20px; } }

@media (min-width: 1024px) {
  .contact-form .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px 29px; } }

@media (min-width: 1024px) {
  .contact-form .input-col {
    width: 50%;
    padding: 0 15px; } }

@media (min-width: 1024px) {
  .contact-form .input-col:only-child {
    width: 100%; } }

@media (min-width: 1024px) {
  .contact-form .input-group {
    margin-bottom: 0; } }

.contact-form .form-bottom {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  @media (min-width: 768px) {
    .contact-form .form-bottom {
      padding: 28px 0 0; } }
  @media (min-width: 1024px) {
    .contact-form .form-bottom {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-align: left; } }

@media (min-width: 768px) {
  .contact-form .check-wrap:first-child {
    margin-top: -9px; } }

.contact-form .notes {
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.2;
  margin: 13px 0 20px; }
  @media (min-width: 1024px) {
    .contact-form .notes {
      margin: -6px 0 15px; } }

@media (max-width: 1023px) {
  .contact-form .captcha-wrap {
    width: 300px;
    margin: 0 auto 25px; } }

.address-widget h4,
.address-widget .h4 {
  margin-bottom: 24px; }

.address-widget .title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px; }

@media (max-width: 1023px) {
  .js-fake-height {
    display: none; } }

@media (min-width: 1024px) {
  .js-fake-height + .base-section {
    padding-top: 0; } }

.information-section .info-text-holder {
  margin-bottom: 38px;
  line-height: 1.35; }

.information-section h4 {
  margin-bottom: 17px; }

.information-section address {
  font-style: normal;
  margin-bottom: 27px; }

.information-section .text-block {
  margin-bottom: 20px; }
  .information-section .text-block a {
    text-decoration: none; }

.information-section a {
  color: inherit; }

.privacy-section .info-text-holder {
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .privacy-section .info-text-holder {
      margin-bottom: 60px; } }

.privacy-section h4,
.privacy-section .h4 {
  margin-bottom: 15px;
  font-family: "p22-underground", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .privacy-section h4.no-gutter,
  .privacy-section .h4.no-gutter {
    margin: 0; }

.privacy-section p {
  margin-bottom: 24px; }

.privacy-section a {
  text-decoration: none; }
  .privacy-section a:hover {
    color: #676b6b; }

.privacy-section .paragraph-title {
  display: block; }

@media (max-width: 1023px) {
  .section-button-position {
    position: relative;
    padding-top: 80px; } }

.section-button-position .yellow-with-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .section-button-position .yellow-with-icon {
      right: 30px;
      top: 30px;
      left: auto; } }
  @media (min-width: 1024px) {
    .section-button-position .yellow-with-icon {
      top: 60px;
      right: 60px; } }
/*# sourceMappingURL=style.css.map */