@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=96e7505c-63cc-41bd-b832-061a7a83195e&fontids=1488890,1489022);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
  Theme Name: kmuassekuranz2
  Author: Anonymous
  Author URI:
  Version: 1
  Description: kmuassekuranz2 theme for Wordpress
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Text Domain: kmuassekuranz2
  Tags: one-column, two-columns
  Theme URI:
*/

@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.woff?yuzzw2) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-chevron-up::before {
  content: "\e911";
}

.icon-chevron-left::before {
  content: "\e912";
}

.icon-chevron-right::before {
  content: "\e913";
}

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/Fonts/1488890/3dac71eb-afa7-4c80-97f0-599202772905.woff2) format("woff2"), url(fonts/Fonts/1488890/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue Cn";
  src: url(fonts/Fonts/1489022/835c9867-49fd-49c6-ad61-f6e4e47e17fa.woff2) format("woff2"), url(fonts/Fonts/1489022/0c4dfc49-f798-458f-be90-e1d5a3e65f48.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

.two-columns {
  padding: 50px 0;
}

.widget {
  margin-bottom: 20px;
}

.widget ul {
  padding-left: 32px;
}

.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 {
  display: flex;
  margin-bottom: 15px;
}

.search-form input {
  height: 32px;
  display: inline-flex;
}

.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.search-form input[type=submit] {
  flex-shrink: 0;
}

.post-password-form input {
  display: inline-flex;
  height: 32px;
}

.post-password-form input[type=password] {
  width: 150px;
}

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
  padding: 0;
  border: 0;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #ee7f01;
  color: #ffffff;
  height: 32px;
  border: 0;
  padding: 0 8px;
}

.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: .8;
}

.commentlist {
  margin: 0 0 20px;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 20px 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

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

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 20px;
}

.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 6px;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #ee7f01;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: .8;
}

.navigation-single {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.navigation-single .next,
.navigation-single .prev {
  display: inline-flex;
  align-items: center;
  max-width: 48%;
  background: #ee7f01;
  color: #ffffff;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.navigation-single .next a {
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 20px;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 10px 0 0;
}

div.aligncenter {
  margin: 0 auto 20px;
}

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

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

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

.mejs-container {
  margin-bottom: 20px;
}

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

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

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

.iframe-holder {
  position: relative;
  padding-top: 56.25%;
  margin: 0 0 1.5em;
}

.iframe-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: none;
}

/*
  Basic typography style for copy text
*/

body {
  color: #3d3c3f;
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

/*
  Basic styles for links
*/

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  color: #035abd;
  text-decoration: none;
}

ul,
ol,
dl,
p {
  margin: 0 0 1.5em;
}

/*
  Basic styles for typography, generate classes for sizes provided into sass-map $font-sizes
  Using fluid type behavior
*/

/*
  Basic styles for headings, generate classes for sizes provided into sass-map $font-sizes
  Using fluid type behavior
*/

input[type=text],
input[type=email],
input[type=tel],
textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid currentColor;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

.header {
  z-index: 9999;
  position: relative;
  min-width: 350px;
  padding: 16px 0 0;
}

.header.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header.absolute .nav-opener:before, .header.absolute .nav-opener:after,
.header.absolute .nav-opener span {
  background: #ffffff;
}

.header.absolute .nav-opener:hover:before, .header.absolute .nav-opener:hover:after,
.header.absolute .nav-opener:hover span {
  background: #ee7f01;
}

.header .container {
  max-width: 100%;
  padding: 0 18px;
  position: relative;
}

.logo-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 auto;
  transition: width .3s linear;
}

.nav-active .logo-holder {
  width: 100%;
}

.logo-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 120px;
  bottom: 0;
  background: rgba(0, 0, 0, .86);
  transform-origin: 100% 100%;
  transform: skew(41deg, 0deg);
  transition: background .3s linear;
}

.nav-active .logo-holder:before {
  background: #171618;
}

.logo-holder .logo {
  width: 170px;
  margin: 0 0 0 auto;
}

.nav-opener {
  display: block;
  position: absolute;
  top: 10px;
  left: 28px;
  z-index: 10;
  width: 23px;
  height: 11px;
}

.nav-opener:hover:before, .nav-opener:hover:after,
.nav-opener:hover span {
  background: #ee7f01;
}

.nav-opener:before, .nav-opener:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ee7f01;
  transition: background .3s linear;
}

.nav-opener:after {
  top: auto;
  bottom: 0;
}

.nav-opener span {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #ee7f01;
  top: 4px;
  transition: background .3s linear;
}

.nav-active {
  overflow: hidden;
}

.nav-drop {
  background: #171618;
  position: absolute;
  top: 100%;
  left: 18px;
  right: 18px;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 78px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear, visibility .3s linear;
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop .container {
  padding: 0 17px;
  max-width: 1246px;
}

.navigation {
  padding: 43px 0;
  margin: 0;
  list-style: none;
  font-family: "Helvetica Neue Cn", Arial, "Noto Sans", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  font-size: 23px;
  letter-spacing: -0.9px;
}

.navigation > li {
  margin: 0 0 18px;
}

.navigation > li.active a {
  color: #ee7f01;
}

.navigation > li a {
  color: #ffffff;
}

.navigation > li a:hover {
  color: #ee7f01;
}

.overlay {
  position: absolute;
  top: 90px;
  left: -3px;
  width: 247px;
  pointer-events: none;
}

body {
  background-color: #ffffff;
  min-width: 350px;
  font-size: 10px;
  line-height: 1.571;
}

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

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

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

a {
  transition: color .3s linear, background .3s linear, opacity .3s linear;
}

.container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto;
}

.resize-active * {
  transition: none !important;
}

.main h1, .main h2, .main h3, .main h4, .main h5, .main h6, .main p, .main .wp-block-columns {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.main > h1, .main > h2, .main > h3, .main > h4, .main > h5, .main > h6, .main > p, .main > .wp-block-columns {
  padding-left: 34px;
  padding-right: 34px;
}

.main a {
  color: #000000;
  text-decoration: underline;
}

.contact-section {
  color: #ffffff;
  position: relative;
  z-index: 1;
  background: #131213;
}

.contact-section a {
  color: inherit;
}

.contact-section a:hover {
  text-decoration: underline;
}

.contact-section .container {
  padding: 0 18px;
}

.contact-area {
  background: rgba(0, 0, 0, .85);
  padding: 4px 18px 33px;
}

.contact-area h1,
.contact-area .h1 {
  margin: 0 0 14px;
}

address {
  display: block;
  margin: 0 0 11px;
  font-style: normal;
}

.contact-list {
  padding: 0;
  margin: 0 0 7px;
  list-style: none;
}

.contact-list > li:after {
  content: "";
  display: block;
  clear: both;
}

.contact-list > li .dt {
  float: left;
  margin: 0 5px 0 0;
}

.contact-list > li .dd {
  overflow: hidden;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 61px);
}

.footer-nav > li {
  margin: 0 13px 0 0;
}

.footer-logo {
  width: 61px;
  margin: 0 0 2px;
}

.intro-section {
  position: relative;
  z-index: 1;
  background: #3d3c3f;
  color: #ffffff;
  padding: 0 0 28px;
}

.intro-section .bg-img {
  position: relative;
}

.intro-section .bg-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.intro-section .bg-img img {
  width: 100%;
  max-width: none;
}

.intro-section .container {
  padding: 0 35px;
}

.intro-text {
  margin: -2px 0 57px;
  position: relative;
  z-index: 2;
}

.intro-text p {
  margin: 0 0 11px;
  letter-spacing: -0.2px;
}

.intro-text a {
  color: #ffffff;
}

h1,
.h1 {
  font-size: 23px;
  line-height: .913;
  font-weight: 900;
  font-family: "Helvetica Neue Cn", Arial, "Noto Sans", sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
  line-height: 110%;
}

h2,
.h2 {
  font-size: 21px;
  line-height: .913;
  font-weight: 900;
  font-family: "Helvetica Neue Cn", Arial, "Noto Sans", sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}

h3,
.h3 {
  font-size: 19px;
  line-height: .913;
  font-weight: 900;
  font-family: "Helvetica Neue Cn", Arial, "Noto Sans", sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}

h4,
.h4 {
  font-size: 17px;
  line-height: .913;
  font-weight: 900;
  font-family: "Helvetica Neue Cn", Arial, "Noto Sans", sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}

h5,
.h5 {
  font-size: 14px;
  line-height: .913;
  font-weight: 900;
  font-family: "Helvetica Neue Cn", Arial, "Noto Sans", sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}

h6,
.h6 {
  font-size: 13px;
  line-height: .913;
  font-weight: 900;
  font-family: "Helvetica Neue Cn", Arial, "Noto Sans", sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}

.info-text h1,
.info-text .h1 {
  margin: 0 0 13px;
}

.text-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.text-list > li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 5px;
}

.text-list > li:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}

ul:not([class]) {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

ul:not([class]) > li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 3px;
}

ul:not([class]) > li:before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}

ol:not([class]) {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: section;
}

ol:not([class]) > li {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 5px;
}

ol:not([class]) > li:before {
  display: inline-block;
  vertical-align: top;
  counter-increment: section;
  content: counter(section) ". ";
  margin: 0 3px 0 0;
}

.overlay-img {
  width: 247px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.text-area-section .container {
  padding: 0 35px;
}

.text-area {
  padding: 34px 0 21px;
}

.text-area h1,
.text-area .h1 {
  margin: 0 0 14px;
}

.text-area p {
  margin: 0 0 11px;
}

.text-area .text-list {
  padding: 3px 0 15px;
}

.text-area .text-list > li {
  margin: 0;
}

.visual-section {
  color: #ffffff;
  position: relative;
  z-index: 1;
  background: #131213;
}

.visual-section .bg-img {
  position: relative;
}

.visual-section .bg-img img {
  width: 100%;
  max-width: none;
}

.visual-section .container {
  padding: 0 18px;
}

.visual-section .text-holder {
  background: rgba(0, 0, 0, .86);
  padding: 16px 9px 16px 16px;
  margin: -216px 0 0;
  position: relative;
  z-index: 2;
}

.visual-section .text-holder h1,
.visual-section .text-holder .h1 {
  margin: 0 0 11px;
}

.visual-section .text-holder p {
  margin: 0 0 11px;
}

@media (min-width: 768px) {
  .two-columns {
    display: flex;
    flex-wrap: wrap;
  }

  .two-columns .content {
    width: 65%;
  }

  .two-columns .content:only-child {
    width: 100%;
  }

  .two-columns .sidebar {
    padding-left: 30px;
    width: 35%;
  }

  .two-columns .sidebar:only-child {
    width: 100%;
    padding: 0;
  }

  .commentlist-item .commentlist-item {
    padding: 0 0 0 32px;
  }

  .header {
    padding: 28px 0 0;
  }

  .header .container {
    padding: 0;
  }

  .logo-holder {
    width: 290px;
  }

  .logo-holder:before {
    right: 179px;
  }

  .logo-holder .logo {
    width: 254px;
  }

  .nav-opener {
    top: 0;
    left: 30px;
    width: 45px;
    height: 22px;
  }

  .nav-opener:before, .nav-opener:after {
    height: 4px;
  }

  .nav-opener span {
    top: 50%;
    height: 4px;
    transform: translateY(-50%);
  }

  .nav-drop {
    height: calc(100vh - 120px);
    left: 0;
    right: 0;
  }

  .nav-drop .container {
    padding: 0 30px;
  }

  .navigation {
    padding: 40px 0;
    font-size: 50px;
  }

  .overlay {
    left: 0;
  }

  body {
    font-size: 15px;
    line-height: 1.571;
  }

  .main > h1, .main > h2, .main > h3, .main > h4, .main > h5, .main > h6, .main > p, .main > .wp-block-columns {
    padding-left: 45px;
    padding-right: 45px;
  }

  .contact-section {
    background: #ffffff;
  }

  .contact-section .container {
    padding: 0 30px;
  }

  .contact-area {
    padding: 50px 40px 40px;
    background: #3d3c3f;
  }

  .contact-area h1,
.contact-area .h1 {
    margin: 0 0 24px;
  }

  address {
    margin: 0 0 21px;
  }

  .footer-nav {
    width: calc(100% - 121px);
  }

  .footer-nav > li {
    margin: 0 26px 0 0;
  }

  .footer-logo {
    width: 121px;
    margin: 0 0 4px;
  }

  .intro-section {
    padding: 0 0 1px;
    margin: 0 0 275px;
  }

  .intro-section .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .intro-section .bg-img:before {
    display: none;
  }

  .intro-section .bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }

  .intro-section .container {
    padding: 0 30px;
  }

  .intro-text {
    margin: 0;
    padding: 185px 0 40px;
  }

  .intro-text p {
    margin: 0 0 22px;
  }

  h1,
.h1 {
    font-size: 34px;
    letter-spacing: -0.9px;
    margin: 0 0 28px;
  }

  h2,
.h2 {
    font-size: 30px;
    line-height: .913;
    letter-spacing: -0.9px;
    margin: 0 0 28px;
  }

  h3,
.h3 {
    font-size: 27px;
    line-height: .913;
    letter-spacing: -0.9px;
    margin: 0 0 28px;
  }

  h4,
.h4 {
    font-size: 23px;
    line-height: .913;
    letter-spacing: -0.9px;
    margin: 0 0 28px;
  }

  h5,
.h5 {
    font-size: 19px;
    line-height: .913;
    letter-spacing: -0.9px;
    margin: 0 0 28px;
  }

  h6,
.h6 {
    font-size: 16px;
    line-height: .913;
    letter-spacing: -0.9px;
    margin: 0 0 28px;
  }

  .info-text {
    margin: 0 0 -275px;
  }

  .info-text h1,
.info-text .h1 {
    margin: 0 0 28px;
  }

  .info-text-bg {
    background: rgba(0, 0, 0, .86);
    padding: 50px 40px 40px;
  }

  .text-list > li {
    padding: 0 0 0 12px;
    margin: 0 0 7px;
  }

  ul:not([class]) > li {
    padding: 0 0 0 15px;
    margin: 0 0 3px;
  }

  ol:not([class]) > li {
    padding: 0 0 0 15px;
    margin: 0 0 7px;
  }

  .overlay-img {
    display: none;
  }

  .text-area-section {
    position: relative;
    z-index: 5;
    margin: 0 0 -300px;
  }

  .text-area-section .container {
    padding: 0 30px;
  }

  .text-area {
    background: #ffffff;
    padding: 50px 40px 40px;
  }

  .text-area h1,
.text-area .h1 {
    margin: 0 0 19px;
  }

  .text-area p {
    margin: 0 0 23px;
  }

  .text-area .text-list {
    padding: 3px 0 23px;
  }

  .visual-section {
    padding: 450px 0 0;
    background: transparent;
  }

  .visual-section .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .visual-section .bg-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }

  .visual-section .container {
    padding: 0 30px;
  }

  .visual-section .text-holder {
    margin: 0;
    padding: 50px 40px 40px;
  }

  .visual-section .text-holder h1,
.visual-section .text-holder .h1 {
    margin: 0 0 35px;
  }

  .visual-section .text-holder p {
    margin: 0 0 21px;
  }
}

@media (min-width: 1024px) {
  .two-columns .content {
    width: 70%;
  }

  .two-columns .sidebar {
    padding-left: 50px;
    width: 30%;
  }

  .header {
    padding: 41px 0 0;
  }

  .logo-holder {
    width: 407px;
  }

  .logo-holder:before {
    right: 239px;
  }

  .logo-holder .logo {
    width: 338px;
  }

  .nav-opener {
    left: 36px;
  }

  .nav-drop {
    height: calc(100vh - 164px);
  }

  .nav-drop .container {
    padding: 0 36px;
  }

  .contact-section .container {
    padding: 0 15px;
  }

  .contact-area {
    padding: 32px 45px;
  }

  .contact-area .text-spacer {
    padding: 0 0 0 80px;
  }

  .contact-area .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 -15px;
  }

  .contact-area .cols .col {
    padding: 0 15px;
  }

  .contact-area .cols .col.col-1 {
    width: 44%;
  }

  .contact-area .cols .col.col-2 {
    width: 56%;
  }

  .contact-list {
    margin: 0;
  }

  .footer {
    padding: 0 10px 0 0;
  }

  .intro-section {
    margin: 0 0 217px;
  }

  .intro-section .container {
    padding: 0 15px;
  }

  .intro-text {
    padding: 195px 0 91px;
  }

  .intro-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .intro-cols .col {
    width: 44.3%;
    padding: 0 10px 0 0;
  }

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

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

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

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

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

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

  .info-text {
    margin: 0 0 -217px;
  }

  .info-text-bg {
    padding: 57px 48px 60px;
  }

  .list-holder {
    padding: 0 0 0 86px;
    max-width: 1010px;
  }

  .text-area-section {
    margin: 0 0 -357px;
  }

  .text-area-section .container {
    padding: 0 15px;
  }

  .text-area {
    padding: 16px 60px 7px;
  }

  .text-area .cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
  }

  .text-area .cols .col {
    width: 50%;
    padding: 0 17px;
  }

  .text-area .text-list {
    padding: 3px 0 15px;
  }

  .visual-section {
    padding: 598px 0 0;
  }

  .visual-section .container {
    padding: 0 15px;
  }

  .visual-section .text-holder {
    padding: 44px 43px 22px;
  }

  .visual-section .text-holder .text-spacer {
    padding: 0 0 0 86px;
    max-width: 950px;
  }
}

@media (max-width: 767px) {
  .navigation .page-numbers,
.navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    padding: 4px;
  }

  .navigation-single .next a,
.navigation-single .prev a {
    padding: 4px;
  }
}

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


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