/*!
 * Bootstrap Reboot v4.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map *//* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
/** Colors */

/** Box Model  */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* line 1, resources/assets/styles/bootstrap_alternative.scss */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 1, resources/assets/styles/bootstrap_alternative.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/bootstrap_alternative.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/bootstrap_alternative.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 1, resources/assets/styles/bootstrap_alternative.scss */

  .container {
    max-width: 1140px;
  }
}

/* line 25, resources/assets/styles/bootstrap_alternative.scss */

.container-menu {
  width: 100%;
  padding-right: 10px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 25, resources/assets/styles/bootstrap_alternative.scss */

  .container-menu {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 25, resources/assets/styles/bootstrap_alternative.scss */

  .container-menu {
    max-width: 960px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 25, resources/assets/styles/bootstrap_alternative.scss */

  .container-menu {
    max-width: 1140px;
  }
}

/* line 46, resources/assets/styles/bootstrap_alternative.scss */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 54, resources/assets/styles/bootstrap_alternative.scss */

.text-center {
  text-align: center;
}

/* line 58, resources/assets/styles/bootstrap_alternative.scss */

.d-none {
  display: none;
}

/* line 62, resources/assets/styles/bootstrap_alternative.scss */

.mb-5 {
  margin-bottom: 2rem;
}

/* line 66, resources/assets/styles/bootstrap_alternative.scss */

.mt-5 {
  margin-top: 2rem;
}

/* line 70, resources/assets/styles/bootstrap_alternative.scss */

.pb-5 {
  padding-bottom: 2rem;
}

/* line 74, resources/assets/styles/bootstrap_alternative.scss */

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 80, resources/assets/styles/bootstrap_alternative.scss */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

html {
  scroll-behavior: smooth;
}

/* line 5, resources/assets/styles/common/_global.scss */

body:not(.wp-admin) {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  height: auto;
}

/* line 12, resources/assets/styles/common/_global.scss */

body.wp-admin {
  font-size: 13px;
}

/* line 16, resources/assets/styles/common/_global.scss */

.wrap {
  padding-top: 70px;
}

/* line 19, resources/assets/styles/common/_global.scss */

.wrap.container {
  min-height: 79vh;
}

@media only screen and (min-width: 1400px) {
  /* line 16, resources/assets/styles/common/_global.scss */

  .wrap {
    padding-top: 90px;
  }
}

/* line 28, resources/assets/styles/common/_global.scss */

.content_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
  /* line 28, resources/assets/styles/common/_global.scss */

  .content_other {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 37, resources/assets/styles/common/_global.scss */

.main_other {
  padding: 0 0 20px;
  width: 100%;
  overflow: hidden;
}

/* line 42, resources/assets/styles/common/_global.scss */

.main_other a {
  color: #ffa945;
}

/* line 46, resources/assets/styles/common/_global.scss */

.main_other .page-header h1 {
  text-align: center;
  color: #5f5f5f;
  margin-top: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 55, resources/assets/styles/common/_global.scss */

.main_other h2:not(.news_article_sticky__heading):not(.news_article__heading) {
  color: #5f5f5f;
  margin-top: 30px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

/* line 61, resources/assets/styles/common/_global.scss */

.main_other h2:not(.news_article_sticky__heading):not(.news_article__heading)::after {
  content: "";
  display: block;
  border-bottom: 5px solid #ffa945;
  border-radius: 5px;
  width: 100px;
  margin-top: 10px;
}

/* line 71, resources/assets/styles/common/_global.scss */

.main_other p {
  color: #5f5f5f;
  line-height: 2;
}

@media only screen and (min-width: 1200px) {
  /* line 37, resources/assets/styles/common/_global.scss */

  .main_other {
    padding: 0 15px 20px;
  }
}

/* line 80, resources/assets/styles/common/_global.scss */

.main_other h3 {
  color: #5f5f5f;
}

/* line 84, resources/assets/styles/common/_global.scss */

.main_other h4,
.main_other h5 {
  color: #979798;
}

/* line 90, resources/assets/styles/common/_global.scss */

a:hover,
a:focus {
  text-decoration: none;
}

/* line 95, resources/assets/styles/common/_global.scss */

.forOfor {
  font-weight: bold;
  font-size: 4rem;
  display: block;
}

/* line 101, resources/assets/styles/common/_global.scss */

.forOforImg {
  max-width: 30%;
  margin: 20px auto;
}

/* line 106, resources/assets/styles/common/_global.scss */

.forOforO {
  padding-bottom: 0 !important;
  font-size: 8rem;
  line-height: 9rem;
}

/* line 112, resources/assets/styles/common/_global.scss */

.wpcf7-response-output.wpcf7-validation-errors {
  position: relative;
}

@media only screen and (min-width: 500px) {
  /* line 112, resources/assets/styles/common/_global.scss */

  .wpcf7-response-output.wpcf7-validation-errors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 60px !important;
  }

  /* line 120, resources/assets/styles/common/_global.scss */

  .wpcf7-response-output.wpcf7-validation-errors::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    background: url(/wp-content/themes/krtek/dist/images/krtek.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

/* line 135, resources/assets/styles/common/_global.scss */

.map-contacts {
  width: 100%;
  margin: 20px 0 40px 0;
}

/* line 140, resources/assets/styles/common/_global.scss */

.m-0-auto {
  margin: 0 auto;
}

/* line 46, resources/assets/styles/components/_buttons.scss */

.btn:focus,
.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

/* line 52, resources/assets/styles/components/_buttons.scss */

.btn.btn-krtek {
  background-color: #ffa945;
  border-radius: 2px;
  border: 1px solid #f58d15;
  color: #fff;
  font-weight: 800;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 21px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 16, resources/assets/styles/common/_mixins.scss */

.btn.btn-krtek:hover,
.btn.btn-krtek:focus {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 56, resources/assets/styles/components/_buttons.scss */

.btn.btn-krtek--header {
  background-color: #ffa945;
  border-radius: 2px;
  border: 1px solid #f58d15;
  color: #fff;
  font-weight: 800;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 21px;
  display: inline-block;
  margin-left: 6px;
}

/* line 70, resources/assets/styles/components/_buttons.scss */

.btn.btn-krtek--white {
  text-transform: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  color: #5f5f5f;
  font-weight: 700;
  margin: 0 auto 0 6px;
  font-size: 14px;
  padding: 6px 21px;
  display: inline-block;
  min-width: 103px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 16, resources/assets/styles/common/_mixins.scss */

.btn.btn-krtek--white:hover,
.btn.btn-krtek--white:focus {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/** Search form */

/* line 13, resources/assets/styles/components/_forms.scss */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"] {
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  background-color: #f9f9f9;
  padding: 5px 15px;
}

/* line 23, resources/assets/styles/components/_forms.scss */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus {
  outline: 1px solid #ffa945;
}

/* line 28, resources/assets/styles/components/_forms.scss */

.input {
  margin-top: 20px;
}

/* line 31, resources/assets/styles/components/_forms.scss */

.input label {
  margin-bottom: 0;
  font-weight: 600;
}

/* line 36, resources/assets/styles/components/_forms.scss */

.input input[type="text"],
.input input[type="email"],
.input input[type="tel"] {
  margin: 0 auto;
  min-width: 60%;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 29, resources/assets/styles/layouts/header/_header.scss */

.banner {
  border-top: 5px solid #ffa945;
  height: 70px;
  position: fixed;
  width: 100vw;
  max-width: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1400px) {
  /* line 29, resources/assets/styles/layouts/header/_header.scss */

  .banner {
    height: 90px;
  }
}

/* line 43, resources/assets/styles/layouts/header/_header.scss */

.banner .container {
  height: 100%;
}

/* line 48, resources/assets/styles/layouts/header/_header.scss */

.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 53, resources/assets/styles/layouts/header/_header.scss */

.banner__container .brand {
  width: 135px;
}

@media only screen and (min-width: 1400px) {
  /* line 53, resources/assets/styles/layouts/header/_header.scss */

  .banner__container .brand {
    width: 178px;
  }
}

/* line 60, resources/assets/styles/layouts/header/_header.scss */

.banner__container .brand img {
  height: 90%;
  -webkit-transform: translateY(5%);
       -o-transform: translateY(5%);
          transform: translateY(5%);
}

/**
*  DESKTOP NAVIGATION
*/

/* line 71, resources/assets/styles/layouts/header/_header.scss */

.nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 76, resources/assets/styles/layouts/header/_header.scss */

.nav_wrapper a {
  color: #5f5f5f;
  font-weight: 600;
}

/* line 80, resources/assets/styles/layouts/header/_header.scss */

.nav_wrapper a:hover,
.nav_wrapper a:focus {
  text-decoration: none;
  color: #414141;
}

/* line 87, resources/assets/styles/layouts/header/_header.scss */

.nav_wrapper .nav {
  list-style-type: none;
  padding-left: 0;
}

/* line 91, resources/assets/styles/layouts/header/_header.scss */

.nav_wrapper .nav .sub-menu {
  list-style-type: none;
  padding-left: 0;
}

@media only screen and (max-width: 1399px) {
  /* line 75, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper {
    border-top: 2px solid #ffa945;
    position: absolute;
    left: 0;
    top: calc(70px - 5px);
    background-color: white;
    width: 100vw;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
  }

  /* line 110, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-hlavni-menu-container {
    height: 100%;
  }

  /* line 113, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper > div > ul {
    overflow-y: scroll;
    height: calc(100vh - 130px);
  }

  /* line 119, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.23s;
    -o-transition: opacity 0.23s;
    transition: opacity 0.23s;
  }

  /* line 125, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper a {
    padding: 7px;
    display: block;
  }

  /* line 132, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .nav > li > a {
    font-weight: 800;
    margin-top: 10px;
    text-transform: uppercase;
  }

  /* line 139, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .nav > li:nth-child(n+2) > a {
    margin-top: 25px;
  }

  /* line 147, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper li.menu-item-has-children > .sub-menu {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: #fbfbfb;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 75, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  /* line 160, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }

  /* line 166, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item {
    position: relative;
  }

  /* line 170, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item.menu-item-has-children::after {
    border-color: #ffa945 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 3px;
    top: 50%;
    width: 0;
  }

  /* line 183, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item > a {
    padding: 20px;
    display: block;
  }

  /* line 188, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item > .sub-menu {
    position: absolute;
    display: none;
    list-style-type: none;
    padding-left: 0;
    top: 100%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.5);
    min-width: 240px;
  }

  /* line 199, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item > .sub-menu a {
    padding: 10px 20px;
  }

  /* line 203, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item > .sub-menu li:hover,
  .nav_wrapper .menu-item > .sub-menu li:focus {
    background-color: #ffa945;
  }

  /* line 207, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item > .sub-menu li:hover a,
  .nav_wrapper .menu-item > .sub-menu li:focus a {
    color: #fff;
  }

  /* line 215, resources/assets/styles/layouts/header/_header.scss */

  .nav_wrapper .menu-item:hover > .sub-menu,
  .nav_wrapper .menu-item:focus > .sub-menu {
    display: block;
  }
}

/* line 223, resources/assets/styles/layouts/header/_header.scss */

.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

/* line 228, resources/assets/styles/layouts/header/_header.scss */

.banner__buttons .banner__button_square {
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}

/* line 238, resources/assets/styles/layouts/header/_header.scss */

.banner__buttons .banner__button_square svg {
  height: 21px;
  width: auto;
  display: block;
  -webkit-transition: color 0.23s;
  -o-transition: color 0.23s;
  transition: color 0.23s;
}

/* line 245, resources/assets/styles/layouts/header/_header.scss */

.banner__buttons .banner__button_square:hover,
.banner__buttons .banner__button_square:focus {
  -webkit-transition: color 0.23s;
  -o-transition: color 0.23s;
  transition: color 0.23s;
  -webkit-animation: color_change--border 0.23s;
       -o-animation: color_change--border 0.23s;
          animation: color_change--border 0.23s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 252, resources/assets/styles/layouts/header/_header.scss */

.banner__buttons .banner__button_square:hover path,
.banner__buttons .banner__button_square:focus path {
  -webkit-animation: color_change--path 0.23s;
       -o-animation: color_change--path 0.23s;
          animation: color_change--path 0.23s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media only screen and (max-width: 1399px) {
  /* line 261, resources/assets/styles/layouts/header/_header.scss */

  .banner__buttons .donateButton {
    position: fixed;
    top: 180px;
    right: -46px;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    padding: 9px 10px;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 223, resources/assets/styles/layouts/header/_header.scss */

  .banner__buttons {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 12px;
  }
}

@-webkit-keyframes color_change--border {
  0% {
    border-color: #c7c7c7;
  }

  100% {
    border-color: #ffa945;
  }
}

@-o-keyframes color_change--border {
  0% {
    border-color: #c7c7c7;
  }

  100% {
    border-color: #ffa945;
  }
}

@keyframes color_change--border {
  0% {
    border-color: #c7c7c7;
  }

  100% {
    border-color: #ffa945;
  }
}

@-webkit-keyframes color_change--path {
  0% {
    fill: #c7c7c7;
  }

  100% {
    fill: #ffa945;
  }
}

@-o-keyframes color_change--path {
  0% {
    fill: #c7c7c7;
  }

  100% {
    fill: #ffa945;
  }
}

@keyframes color_change--path {
  0% {
    fill: #c7c7c7;
  }

  100% {
    fill: #ffa945;
  }
}

/* line 6, resources/assets/styles/layouts/_sidebar.scss */

.sidebar {
  position: relative;
  border-top: 1px solid #c7c7c7;
}

/* line 10, resources/assets/styles/layouts/_sidebar.scss */

.sidebar section {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  /* line 6, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar {
    padding: 100px 20px 20px 20px;
    border-left: 1px solid #c7c7c7;
    min-width: 320px;
    max-width: 320px;
  }

  /* line 23, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1000px;
    background-color: #f9f9f9;
  }
}

/* autoprefixer grid: autoplace */

/* line 12, resources/assets/styles/layouts/_footer.scss */

.footer {
  font-size: 15px;
}

/* line 16, resources/assets/styles/layouts/_footer.scss */

.footer_top {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

/* line 25, resources/assets/styles/layouts/_footer.scss */

.footer_top .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 31, resources/assets/styles/layouts/_footer.scss */

.footer_top .container .footer__logo {
  height: 200px;
  min-width: 268px;
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -15px;
  opacity: 0.2;
}

@media only screen and (min-width: 768px) {
  /* line 31, resources/assets/styles/layouts/_footer.scss */

  .footer_top .container .footer__logo {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {
  /* line 31, resources/assets/styles/layouts/_footer.scss */

  .footer_top .container .footer__logo {
    background-size: cover;
  }
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

.footer_top .container .footer__c {
  color: black;
  z-index: 999;
}

/* line 58, resources/assets/styles/layouts/_footer.scss */

.footer_top .container .footer__link {
  color: black;
  z-index: 999;
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

.footer_top .footer__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}

@media only screen and (max-width: 767px) {
  /* line 64, resources/assets/styles/layouts/_footer.scss */

  .footer_top .footer__text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 78, resources/assets/styles/layouts/_footer.scss */

.footer__menu {
  padding: 25px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  /* line 78, resources/assets/styles/layouts/_footer.scss */

  .footer__menu {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 78, resources/assets/styles/layouts/_footer.scss */

  .footer__menu {
    padding: 40px 0 40px 80px;
  }
}

/* line 91, resources/assets/styles/layouts/_footer.scss */

.footer__menu__heading {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 7px;
}

/* line 98, resources/assets/styles/layouts/_footer.scss */

.footer__nav {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 104, resources/assets/styles/layouts/_footer.scss */

.footer__nav li a {
  color: #fff;
}

/* line 107, resources/assets/styles/layouts/_footer.scss */

.footer__nav li a:hover,
.footer__nav li a:focus {
  text-decoration: underline;
}

/* line 7, resources/assets/styles/components/posts/_posts-detail.scss */

.article_detail h1 {
  text-align: center;
  color: #5f5f5f;
  margin-top: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}

@media only screen and (min-width: 768px) {
  /* line 19, resources/assets/styles/components/posts/_posts-detail.scss */

  .article_detail .wp-block-embed-youtube iframe {
    width: 100%;
    min-height: 400px;
  }
}

/* line 27, resources/assets/styles/components/posts/_posts-detail.scss */

.article_detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 0 20px 0;
  border-radius: 3px;
  font-style: italic;
  font-weight: 700;
}

/* line 36, resources/assets/styles/components/posts/_posts-detail.scss */

.article_detail__info time {
  color: #979798;
}

/* line 41, resources/assets/styles/components/posts/_posts-detail.scss */

.action_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 9, resources/assets/styles/components/posts/_posts.scss */

.news_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 576px) {
  /* line 9, resources/assets/styles/components/posts/_posts.scss */

  .news_article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 21, resources/assets/styles/components/posts/_posts.scss */

.news_article .read-more {
  font-weight: 700;
}

/* line 24, resources/assets/styles/components/posts/_posts.scss */

.news_article .read-more:hover,
.news_article .read-more:focus {
  color: #5f5f5f;
}

/* line 31, resources/assets/styles/components/posts/_posts.scss */

.news_article__container {
  padding: 5px 20px;
}

/* line 35, resources/assets/styles/components/posts/_posts.scss */

.news_article__thumbnail {
  border-radius: 10px;
  min-width: 100%;
  height: 185px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.17);
          box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.17);
  background-color: #c7c7c7;
}

@media only screen and (min-width: 576px) {
  /* line 35, resources/assets/styles/components/posts/_posts.scss */

  .news_article__thumbnail {
    min-width: 185px;
  }
}

/* line 51, resources/assets/styles/components/posts/_posts.scss */

.news_article__categories {
  font-weight: 700;
  color: #ffa945;
  font-size: 0.9rem;
}

/* line 56, resources/assets/styles/components/posts/_posts.scss */

.news_article__categories:hover,
.news_article__categories:focus {
  color: #5f5f5f;
}

/* line 63, resources/assets/styles/components/posts/_posts.scss */

.news_article__heading a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5f5f5f;
}

/* line 70, resources/assets/styles/components/posts/_posts.scss */

.news_article__excerpt {
  color: #979798;
}

/* line 73, resources/assets/styles/components/posts/_posts.scss */

.news_article__excerpt a {
  color: #ffa945;
}

/* line 5, resources/assets/styles/components/posts/_posts-sticky.scss */

.news_article_sticky {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 10px;
  z-index: 80;
}

@media only screen and (min-width: 768px) {
  /* line 5, resources/assets/styles/components/posts/_posts-sticky.scss */

  .news_article_sticky {
    height: 300px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 5, resources/assets/styles/components/posts/_posts-sticky.scss */

  .news_article_sticky {
    height: 400px;
  }
}

/* line 26, resources/assets/styles/components/posts/_posts-sticky.scss */

.news_article_sticky header {
  position: relative;
  z-index: 100;
}

/* line 31, resources/assets/styles/components/posts/_posts-sticky.scss */

.news_article_sticky h2 {
  color: #fff;
  padding: 0 10px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  /* line 31, resources/assets/styles/components/posts/_posts-sticky.scss */

  .news_article_sticky h2 {
    font-size: 1.5rem;
  }
}

/* line 41, resources/assets/styles/components/posts/_posts-sticky.scss */

.news_article_sticky::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  border-radius: 10px;
}

/* line 6, resources/assets/styles/components/posts/_pagination.scss */

.nav-links {
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 13, resources/assets/styles/components/posts/_pagination.scss */

.nav-links div {
  margin: 5px 10px;
}

/* line 17, resources/assets/styles/components/posts/_pagination.scss */

.nav-links a {
  color: #000;
}

/* line 20, resources/assets/styles/components/posts/_pagination.scss */

.nav-links a:hover,
.nav-links a:focus {
  color: #5f5f5f;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/components/_searchModal.scss */

.search_modal {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 9000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 15, resources/assets/styles/components/_searchModal.scss */

.search_modal span {
  display: block;
  font-weight: 900;
  color: white;
  z-index: 9999;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 10px 10px;
}

@media only screen and (min-width: 768px) {
  /* line 15, resources/assets/styles/components/_searchModal.scss */

  .search_modal span {
    padding: 25px 30px;
  }
}

/* line 29, resources/assets/styles/components/_searchModal.scss */

.search_modal .search-field {
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 10px;
  border: 1px solid grey;
}

/* line 37, resources/assets/styles/components/_searchModal.scss */

.search_modal input[type="submit"] {
  background-color: #ffa945;
  border-radius: 2px;
  border: 1px solid #f58d15;
  color: #fff;
  font-weight: 800;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 21px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 16, resources/assets/styles/common/_mixins.scss */

.search_modal input[type="submit"]:hover,
.search_modal input[type="submit"]:focus {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 41, resources/assets/styles/components/_searchModal.scss */

.search_modal .search-form {
  z-index: 9999;
}

/* line 45, resources/assets/styles/components/_searchModal.scss */

.search_modal::after {
  background-color: black;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0.7;
}

/* line 57, resources/assets/styles/components/_searchModal.scss */

.search_modal.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 63, resources/assets/styles/components/_searchModal.scss */

.search_modal .modalSearch_close {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 3.5rem !important;
}

/* line 69, resources/assets/styles/components/_searchModal.scss */

.search_modal .modalSearch_close:hover,
.search_modal .modalSearch_close:focus {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 63, resources/assets/styles/components/_searchModal.scss */

  .search_modal .modalSearch_close {
    top: 0;
    right: 20px;
  }
}

/* line 5, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: inherit;
  overflow: visible;
  margin: 0 0 3px 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

@media only screen and (min-width: 1400px) {
  /* line 5, resources/assets/styles/layouts/header/_hamburger.scss */

  .hamburger {
    display: none;
  }
}

/* line 26, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* line 33, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  border-radius: 4px;
  background-color: #353535;
}

/* line 46, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger-inner::after,
.hamburger-inner::before {
  display: block;
  content: "";
}

/* line 52, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

/* line 56, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
}

/* line 63, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

/* line 67, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

/* line 71, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

/* line 75, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
}

/* line 82, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

/* line 86, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

/* line 91, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* line 95, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* line 99, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

/* line 104, resources/assets/styles/layouts/header/_hamburger.scss */

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/* line 1, resources/assets/styles/components/_more_info.scss */

.more_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 7, resources/assets/styles/components/_more_info.scss */

.more_info .more_info__item {
  position: relative;
  width: calc(50% - 5px);
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #c7c7c7;
  margin-top: 5px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 95;
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 21, resources/assets/styles/components/_more_info.scss */

.more_info .more_info__item .more_info__text {
  color: white;
  font-weight: 700;
  z-index: 100;
  text-shadow: 1px 1px #979798;
}

/* line 28, resources/assets/styles/components/_more_info.scss */

.more_info .more_info__item:hover,
.more_info .more_info__item:focus {
  text-decoration: none;
}

/* line 27, resources/assets/styles/common/_mixins.scss */

.more_info .more_info__item:hover,
.more_info .more_info__item:focus {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 35, resources/assets/styles/components/_more_info.scss */

.more_info .more_info__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}

/* line 48, resources/assets/styles/components/_more_info.scss */

.more_info .more_info__item:nth-child(2n+2) {
  margin-left: 5px;
}

/* line 52, resources/assets/styles/components/_more_info.scss */

.more_info .more_info__item:nth-child(2n+1) {
  margin-right: 5px;
}

/* line 7, resources/assets/styles/widgets/custom/_ww_support.scss */

.widget_ww_support_widget h4 {
  text-transform: uppercase;
  color: #414141;
  font-weight: 700;
  font-size: 0.95rem;
}

/* line 14, resources/assets/styles/widgets/custom/_ww_support.scss */

.widget_ww_support_widget p {
  color: #5f5f5f;
  font-size: 0.92rem;
  margin-bottom: 1.7rem;
  margin-top: 0.8rem;
}

/* line 21, resources/assets/styles/widgets/custom/_ww_support.scss */

.widget_ww_support_widget .btn {
  padding: 9px 15px;
}

/* line 9, resources/assets/styles/widgets/custom/_ww_categories.scss */

.widget_ww_categories_widget h4 {
  text-transform: uppercase;
  color: #414141;
  font-weight: 700;
  font-size: 0.95rem;
}

/* line 16, resources/assets/styles/widgets/custom/_ww_categories.scss */

.widget_ww_categories_widget span {
  color: #979798;
  font-weight: 400;
  font-size: 0.85rem;
  display: inline-block;
  min-width: 40px;
}

/* line 24, resources/assets/styles/widgets/custom/_ww_categories.scss */

.widget_ww_categories_widget a {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffa945;
}

/* line 29, resources/assets/styles/widgets/custom/_ww_categories.scss */

.widget_ww_categories_widget a:hover,
.widget_ww_categories_widget a:focus {
  text-decoration: none;
  color: #414141;
}

/* line 9, resources/assets/styles/widgets/custom/_ww_social.scss */

.widget_ww_social_widget h4 {
  text-transform: uppercase;
  color: #414141;
  font-weight: 700;
  font-size: 0.95rem;
}

/* line 16, resources/assets/styles/widgets/custom/_ww_social.scss */

.widget_ww_social_widget p {
  color: #5f5f5f;
  font-size: 0.92rem;
  margin-bottom: 0.9rem;
  margin-top: 0.8rem;
}

/* line 23, resources/assets/styles/widgets/custom/_ww_social.scss */

.widget_ww_social_widget .at-label {
  display: none !important;
}

/* line 27, resources/assets/styles/widgets/custom/_ww_social.scss */

.widget_ww_social_widget .at-share-btn:first-child {
  margin-left: 0;
}

/* line 31, resources/assets/styles/widgets/custom/_ww_social.scss */

.widget_ww_social_widget .btn-follow-own {
  background-color: #475993;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  padding: 7px 5px;
  margin: 15px 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 2px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 16, resources/assets/styles/common/_mixins.scss */

.widget_ww_social_widget .btn-follow-own:hover,
.widget_ww_social_widget .btn-follow-own:focus {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 41, resources/assets/styles/widgets/custom/_ww_social.scss */

.widget_ww_social_widget .btn-follow-own img {
  height: 35px;
  margin: 5px 20px 5px 15px;
}

/* line 46, resources/assets/styles/widgets/custom/_ww_social.scss */

.widget_ww_social_widget .btn-follow-own span {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: #fff;
}

/* line 8, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget img {
  height: 55px;
  border-radius: 5px;
}

/* line 13, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget div {
  margin-left: 10px;
}

/* line 17, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget h4 {
  text-transform: uppercase;
  color: #414141;
  font-weight: 700;
  font-size: 0.95rem;
}

/* line 24, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget h3 {
  color: #ffa945;
  font-size: 0.9rem;
  text-transform: none;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 33, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget time {
  color: #5f5f5f;
  margin-bottom: 0.9rem;
  margin-top: 0.8rem;
  font-size: 0.8rem;
  font-style: italic;
}

/* line 41, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

/* line 45, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget a:hover,
.widget_ww_events_widget a:focus {
  text-decoration: none;
}

/* line 49, resources/assets/styles/widgets/custom/_ww_events.scss */

.widget_ww_events_widget a:hover h3,
.widget_ww_events_widget a:focus h3 {
  color: #414141;
}

/* line 5, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 10, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__item {
  width: 100%;
}

/* line 13, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__item a {
  background-color: #ffa945;
  border: 1px solid #f58d15;
  color: #fff;
  font-weight: 700;
  margin: 0 auto 10px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 21px;
  display: inline-block;
  width: 100%;
  position: relative;
}

/* line 26, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDMwLjcyNyAzMC43MjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwLjcyNyAzMC43Mjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz4NCgk8cGF0aCBkPSJNMjkuOTk0LDEwLjE4M0wxNS4zNjMsMjQuODEyTDAuNzMzLDEwLjE4NGMtMC45NzctMC45NzgtMC45NzctMi41NjEsMC0zLjUzNmMwLjk3Ny0wLjk3NywyLjU1OS0wLjk3NiwzLjUzNiwwICAgbDExLjA5NSwxMS4wOTNMMjYuNDYxLDYuNjQ3YzAuOTc3LTAuOTc2LDIuNTU5LTAuOTc2LDMuNTM1LDBDMzAuOTcxLDcuNjI0LDMwLjk3MSw5LjIwNiwyOS45OTQsMTAuMTgzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI0ZGRkZGRiIvPg0KPC9nPjwvZz4gPC9zdmc+DQo=);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 100%;
  -webkit-transition: top 0.23s, -webkit-transform 0.23s;
  transition: top 0.23s, -webkit-transform 0.23s;
  -o-transition: top 0.23s, -o-transform 0.23s;
  transition: transform 0.23s, top 0.23s;
  transition: transform 0.23s, top 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 43, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__item a.is-visible::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: top 0.23s, -webkit-transform 0.23s;
  transition: top 0.23s, -webkit-transform 0.23s;
  -o-transition: top 0.23s, -o-transform 0.23s;
  transition: transform 0.23s, top 0.23s;
  transition: transform 0.23s, top 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
  top: 0;
}

/* line 52, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__content {
  width: 100%;
  display: none;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 350ms ease-in-out;
  -o-transition: height 350ms ease-in-out;
  transition: height 350ms ease-in-out;
}

/* line 59, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__content > div {
  padding: 15px;
}

/* line 63, resources/assets/styles/acfBlocks/block.collapseBlocks.scss */

.blockCollapseBlocks__content.is-visible {
  display: block;
  height: auto;
}

/* line 5, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 10, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__item {
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 15, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__item a {
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  color: black;
  border: 1px solid #d1ced3;
  background-color: white;
}

@media only screen and (min-width: 768px) {
  /* line 15, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

  .blockCollapseKrtek__item a {
    padding: 0 50px 0 30px;
  }
}

/* line 34, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__item div span {
  display: block;
}

/* line 38, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__item img {
  width: 80px;
  margin-right: 10px;
}

@media only screen and (min-width: 450px) {
  /* line 38, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

  .blockCollapseKrtek__item img {
    width: 180px;
  }
}

@media only scren and (min-width: 768px) {
  /* line 38, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

  .blockCollapseKrtek__item img {
    margin: 20px;
  }
}

/* line 51, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__item:hover,
.blockCollapseKrtek__item:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 59, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__line1 {
  font-weight: bold;
  text-transform: none;
  font-size: 1rem;
  color: #f58d15;
}

@media only screen and (min-width: 450px) {
  /* line 59, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

  .blockCollapseKrtek__line1 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 59, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

  .blockCollapseKrtek__line1 {
    font-size: 1.5rem;
  }
}

/* line 74, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__line2 {
  color: #4884c1;
  font-size: 1rem;
  text-transform: none;
}

@media only screen and (min-width: 450px) {
  /* line 74, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

  .blockCollapseKrtek__line2 {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 74, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

  .blockCollapseKrtek__line2 {
    font-size: 1.6rem;
  }
}

/* line 88, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__content {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: height 350ms ease-in-out;
  -o-transition: height 350ms ease-in-out;
  transition: height 350ms ease-in-out;
}

/* line 95, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__content > div {
  padding: 15px;
}

/* line 99, resources/assets/styles/acfBlocks/block.collapseKrtek.scss */

.blockCollapseKrtek__content.is-visible {
  display: block;
  height: auto;
}

/* line 6, resources/assets/styles/acfBlocks/block.companySlider.scss */

.blockCompanySlider {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* line 11, resources/assets/styles/acfBlocks/block.companySlider.scss */

.blockCompanySlider__heading {
  text-align: center;
  color: #5f5f5f;
}

/* line 16, resources/assets/styles/acfBlocks/block.companySlider.scss */

.blockCompanySlider__line {
  border-top: 5px solid #ffa945;
  width: 80px;
  border-radius: 19px;
  margin: 8px auto 15px;
}

/* line 25, resources/assets/styles/acfBlocks/block.companySlider.scss */

.slick-prev {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 600px) {
  /* line 25, resources/assets/styles/acfBlocks/block.companySlider.scss */

  .slick-prev {
    right: -60px;
  }
}

/* line 36, resources/assets/styles/acfBlocks/block.companySlider.scss */

.slick-next {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 600px) {
  /* line 36, resources/assets/styles/acfBlocks/block.companySlider.scss */

  .slick-next {
    left: -60px;
  }
}

/* line 47, resources/assets/styles/acfBlocks/block.companySlider.scss */

.slick-prev,
.slick-next {
  background: none;
  border: none;
  color: darkgrey;
  cursor: pointer;
  padding: 0;
  z-index: 300;
  font-size: 19px;
  height: auto;
  opacity: 0.8;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
  width: 60px;
}

/* line 61, resources/assets/styles/acfBlocks/block.companySlider.scss */

.slick-prev:focus,
.slick-prev:hover,
.slick-next:focus,
.slick-next:hover {
  opacity: 1;
  outline: none !important;
  color: grey;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

/* line 70, resources/assets/styles/acfBlocks/block.companySlider.scss */

.data-slick-next,
.data-slick-prev {
  height: 50px;
  width: auto;
}

/* line 76, resources/assets/styles/acfBlocks/block.companySlider.scss */

.company-slider {
  width: 80%;
  margin: 60px auto;
}

/* line 80, resources/assets/styles/acfBlocks/block.companySlider.scss */

.company-slider .slick-list.draggable {
  width: 75%;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  /* line 86, resources/assets/styles/acfBlocks/block.companySlider.scss */

  .company-slider .slick-list.draggable {
    width: 85%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  /* line 93, resources/assets/styles/acfBlocks/block.companySlider.scss */

  .company-slider .slick-list.draggable {
    width: 100%;
    margin: 0 auto;
  }
}

/* line 99, resources/assets/styles/acfBlocks/block.companySlider.scss */

.company-slider .company-slide {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 103, resources/assets/styles/acfBlocks/block.companySlider.scss */

.company-slider .company-slide a:focus {
  outline: none;
}

/* line 107, resources/assets/styles/acfBlocks/block.companySlider.scss */

.company-slider .company-slide .company-img {
  margin: 0 auto;
  max-width: 90%;
  max-height: 120px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* line 116, resources/assets/styles/acfBlocks/block.companySlider.scss */

.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 18, resources/assets/styles/acfBlocks/block.donate.scss */

.input-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

/* line 23, resources/assets/styles/acfBlocks/block.donate.scss */

.input-inline label {
  text-align: left;
  font-weight: 600;
  width: 170px;
}

@media only screen and (min-width: 768px) {
  /* line 23, resources/assets/styles/acfBlocks/block.donate.scss */

  .input-inline label {
    padding-left: 34px;
  }
}

/* line 33, resources/assets/styles/acfBlocks/block.donate.scss */

.input-inline input {
  width: 100%;
}

/* line 38, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate {
  background-color: #f9f9f9;
}

/* line 41, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate .note {
  font-size: 0.95rem;
  color: #909090;
  font-weight: 400;
}

/* line 47, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate img {
  margin: 0 auto;
}

/* line 51, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate input[data-toggle="toggleRegular"],
.blockDonate input[data-toggle="toggleOnce"] {
  margin: 0 auto 25px;
  border: none;
  border-bottom: 2px solid #ffa945;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  max-width: 167px;
}

/* line 61, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate input[data-toggle="toggleRegular"]::-webkit-input-placeholder, .blockDonate input[data-toggle="toggleOnce"]::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  text-align: center;
}

.blockDonate input[data-toggle="toggleRegular"]::-moz-placeholder, .blockDonate input[data-toggle="toggleOnce"]::-moz-placeholder {
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  text-align: center;
}

.blockDonate input[data-toggle="toggleRegular"]:-ms-input-placeholder, .blockDonate input[data-toggle="toggleOnce"]:-ms-input-placeholder {
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  text-align: center;
}

.blockDonate input[data-toggle="toggleRegular"]::-ms-input-placeholder, .blockDonate input[data-toggle="toggleOnce"]::-ms-input-placeholder {
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  text-align: center;
}

.blockDonate input[data-toggle="toggleRegular"]::placeholder,
.blockDonate input[data-toggle="toggleOnce"]::placeholder {
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  text-align: center;
}

/* line 68, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate input[data-toggle="toggleRegular"]:focus,
.blockDonate input[data-toggle="toggleOnce"]:focus {
  outline: none;
}

@media only screen and (min-width: 992px) {
  /* line 38, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate {
    margin-top: 270px;
  }
}

/* line 77, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate #step1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) {
  /* line 77, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate #step1 {
    margin-top: -180px;
  }
}

/* line 86, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__line {
  border-top: 5px solid #ffa945;
  width: 80px;
  border-radius: 19px;
  margin: 15px auto 15px;
}

/* line 93, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__heading {
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #5f5f5f;
}

/* line 100, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__img {
  height: 245px;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 620px) {
  /* line 100, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__img {
    background-size: 160%;
  }
}

@media only screen and (min-width: 621px) and (max-width: 991px) {
  /* line 100, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__img {
    background-size: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 100, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__img {
    background-size: contain;
    height: 320px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 100, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__img {
    height: 465px;
    margin-bottom: -50px;
  }
}

/* line 124, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2.5s;
  -o-transition: opacity 2.5s;
  transition: opacity 2.5s;
}

/* line 132, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__items form {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 124, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__items {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  /* line 124, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__items {
    margin-bottom: -110px;
  }
}

/* line 145, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__items,
.blockDonate #step1 {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1100px) {
  /* line 145, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__items,
  .blockDonate #step1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 156, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__item {
  position: relative;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
  margin: 0;
  width: 300px;
  max-width: 100%;
}

/* line 167, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__item .checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 568px) {
  /* line 156, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__item {
    margin: 0 20px;
    width: 300px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 156, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__item {
    width: calc((100% / 3 ) - 10px);
  }
}

@media only screen and (min-width: 1200px) {
  /* line 156, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__item {
    width: calc((100% / 3) - 40px);
  }
}

/* line 187, resources/assets/styles/acfBlocks/block.donate.scss */

.donateKrtek#step1 .blockDonate__item {
  min-height: 392px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1099px) {
  /* line 187, resources/assets/styles/acfBlocks/block.donate.scss */

  .donateKrtek#step1 .blockDonate__item {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 568px) {
  /* line 187, resources/assets/styles/acfBlocks/block.donate.scss */

  .donateKrtek#step1 .blockDonate__item {
    width: 300px;
  }
}

/* line 204, resources/assets/styles/acfBlocks/block.donate.scss */

input[name="price[1][]"],
input[name="price[2][]"] {
  display: none;
}

/* line 208, resources/assets/styles/acfBlocks/block.donate.scss */

input[name="price[1][]"][type="radio"] + label,
input[name="price[2][]"][type="radio"] + label {
  margin-right: 5px;
}

/* line 211, resources/assets/styles/acfBlocks/block.donate.scss */

input[name="price[1][]"][type="radio"] + label svg,
input[name="price[2][]"][type="radio"] + label svg {
  height: 20px;
  width: 20px;
}

/* line 216, resources/assets/styles/acfBlocks/block.donate.scss */

input[name="price[1][]"][type="radio"] + label:hover,
input[name="price[1][]"][type="radio"] + label:focus,
input[name="price[2][]"][type="radio"] + label:hover,
input[name="price[2][]"][type="radio"] + label:focus {
  cursor: pointer;
}

/* line 223, resources/assets/styles/acfBlocks/block.donate.scss */

input[name="price[1][]"][type="radio"]:checked + label path,
input[name="price[2][]"][type="radio"]:checked + label path {
  fill: #ffa945;
}

/* line 230, resources/assets/styles/acfBlocks/block.donate.scss */

input[name="price[1][]"]:disabled[type="radio"] + label path,
input[name="price[2][]"]:disabled[type="radio"] + label path {
  fill: #c7c7c7;
}

/* line 237, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__radio_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.95rem;
  color: #808080;
}

/* line 243, resources/assets/styles/acfBlocks/block.donate.scss */

#donateRegularFixedPrice,
#donateOnceFixedPrice {
  margin-top: 30px;
  margin-bottom: 25px;
}

/* line 249, resources/assets/styles/acfBlocks/block.donate.scss */

.mt-18 {
  margin-top: 18px !important;
}

/* line 253, resources/assets/styles/acfBlocks/block.donate.scss */

.opacity_off {
  -webkit-transition: opacity 2.5s;
  -o-transition: opacity 2.5s;
  transition: opacity 2.5s;
  display: none;
}

@media only screen and (min-width: 992px) {
  /* line 253, resources/assets/styles/acfBlocks/block.donate.scss */

  .opacity_off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 262, resources/assets/styles/acfBlocks/block.donate.scss */

  .opacity_off::before {
    content: "";
    display: block;
    background-color: white;
    z-index: 100;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* line 277, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__container_steps {
  position: relative;
  display: none;
  padding: 20px 20px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  margin-top: 40px;
  background-color: white;
}

/* line 286, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__container_steps h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  /* line 277, resources/assets/styles/acfBlocks/block.donate.scss */

  .blockDonate__container_steps {
    padding: 40px 55px;
  }
}

/* line 296, resources/assets/styles/acfBlocks/block.donate.scss */

.donateBox {
  text-align: center;
}

/* line 302, resources/assets/styles/acfBlocks/block.donate.scss */

#step2 .row,
#step3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  /* line 302, resources/assets/styles/acfBlocks/block.donate.scss */

  #step2 .row,
  #step3 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  /* line 312, resources/assets/styles/acfBlocks/block.donate.scss */

  #step2 .col-left,
  #step2 .col-right,
  #step3 .col-left,
  #step3 .col-right {
    width: 50%;
  }
}

/* line 320, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__confirmation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

/* line 325, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__confirmation:hover,
.blockDonate__confirmation:focus {
  cursor: pointer;
}

/* line 330, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__confirmation #getDonationCertificate {
  margin-right: 10px;
}

/* line 335, resources/assets/styles/acfBlocks/block.donate.scss */

#donateFullPerson {
  display: none;
}

/* line 338, resources/assets/styles/acfBlocks/block.donate.scss */

#donateFullPerson h2 {
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  /* line 335, resources/assets/styles/acfBlocks/block.donate.scss */

  #donateFullPerson {
    padding: 20px;
  }
}

/* line 347, resources/assets/styles/acfBlocks/block.donate.scss */

#accountSelect {
  padding: 15px 0;
}

/* line 350, resources/assets/styles/acfBlocks/block.donate.scss */

#accountSelect input[type="radio"] {
  display: none !important;
}

/* line 353, resources/assets/styles/acfBlocks/block.donate.scss */

#accountSelect input[type="radio"] + label {
  text-transform: uppercase;
  text-transform: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  color: #5f5f5f;
  font-weight: 700;
  margin: 0 auto 0 6px;
  font-size: 14px;
  padding: 6px 21px;
  display: inline-block;
  min-width: 103px;
}

/* line 356, resources/assets/styles/acfBlocks/block.donate.scss */

#accountSelect input[type="radio"] + label:hover,
#accountSelect input[type="radio"] + label:focus {
  cursor: pointer;
}

/* line 364, resources/assets/styles/acfBlocks/block.donate.scss */

#accountSelect input[type="radio"]:checked + label {
  font-weight: 600;
  color: white;
  background-color: #ffa945;
  border: #ffa945;
}

/* line 373, resources/assets/styles/acfBlocks/block.donate.scss */

.requiredSign {
  display: inline;
  color: #ffa945;
}

/* line 378, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__input_center {
  margin: 10px auto 30px;
  text-align: center;
}

/* line 384, resources/assets/styles/acfBlocks/block.donate.scss */

.cursor:hover,
.cursor:focus {
  cursor: pointer;
}

/* line 390, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate hr {
  border: 1px dashed #e2e2e2;
  margin: 20px;
}

/* line 395, resources/assets/styles/acfBlocks/block.donate.scss */

.absolute_back {
  position: absolute;
  top: 5px;
  right: 5px;
}

@media only screen and (min-width: 568px) {
  /* line 395, resources/assets/styles/acfBlocks/block.donate.scss */

  .absolute_back {
    top: 20px;
    right: 20px;
  }
}

/* line 406, resources/assets/styles/acfBlocks/block.donate.scss */

.stopDonateCustom {
  color: gray;
  font-size: 13px;
  padding: 19px;
  display: block;
}

/* line 412, resources/assets/styles/acfBlocks/block.donate.scss */

.stopDonateCustom:hover,
.stopDonateCustom:focus {
  color: black;
}

/* line 418, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__item.itemRegular {
  padding: 0;
  width: 300px;
  max-width: 100%;
  height: 392px;
}

/* line 425, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__box {
  height: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 433, resources/assets/styles/acfBlocks/block.donate.scss */

.blockDonate__boxImage {
  display: block;
  width: 100%;
}

/* line 5, resources/assets/styles/acfBlocks/block.downloadBox.scss */

.blockDownloadBox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 11, resources/assets/styles/acfBlocks/block.downloadBox.scss */

.blockDownloadBox__item {
  width: 100%;
  margin: 10px;
  background-color: #ffa945;
  text-align: center;
  height: 190px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
}

@media only screen and (min-width: 430px) {
  /* line 11, resources/assets/styles/acfBlocks/block.downloadBox.scss */

  .blockDownloadBox__item {
    width: calc((100% - 20px) / 2);
  }
}

@media only screen and (min-width: 768px) {
  /* line 11, resources/assets/styles/acfBlocks/block.downloadBox.scss */

  .blockDownloadBox__item {
    width: calc((100% - 60px) / 3);
  }
}

@media only screen and (min-width: 992px) {
  /* line 11, resources/assets/styles/acfBlocks/block.downloadBox.scss */

  .blockDownloadBox__item {
    width: calc((100% - 80px) / 4);
  }
}

@media only screen and (min-width: 1200px) {
  /* line 11, resources/assets/styles/acfBlocks/block.downloadBox.scss */

  .blockDownloadBox__item {
    width: calc((100% - 100px) / 5);
  }
}

/* line 40, resources/assets/styles/acfBlocks/block.downloadBox.scss */

.blockDownlaodBox__year {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.1rem;
  color: white;
}

/* line 46, resources/assets/styles/acfBlocks/block.downloadBox.scss */

.blockDownlaodBox__year.longtext {
  font-size: 0.95rem;
}

/* line 51, resources/assets/styles/acfBlocks/block.downloadBox.scss */

.blockDownlaodBox__button {
  width: 100%;
  padding: 9px;
  background-color: white;
  color: black !important;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 0.95rem;
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 63, resources/assets/styles/acfBlocks/block.downloadBox.scss */

.blockDownlaodBox__button:focus,
.blockDownlaodBox__button:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 71, resources/assets/styles/acfBlocks/block.downloadBox.scss */

.downlaodBoxContainer {
  padding: 0;
  margin: 0 -10px;
}

/* line 7, resources/assets/styles/acfBlocks/block.gifting.scss */

.blockGifting__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 45px 0;
}

/* line 15, resources/assets/styles/acfBlocks/block.gifting.scss */

.blockGifting__text {
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 19, resources/assets/styles/acfBlocks/block.gifting.scss */

.blockGifting__text p {
  color: #808080;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 10px;
}

/* line 27, resources/assets/styles/acfBlocks/block.gifting.scss */

.blockGifting__item {
  padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
  /* line 27, resources/assets/styles/acfBlocks/block.gifting.scss */

  .blockGifting__item {
    width: calc(100% / 2);
  }

  /* line 33, resources/assets/styles/acfBlocks/block.gifting.scss */

  .blockGifting__item:nth-child(n+2) {
    margin-top: 0;
  }
}

/* line 40, resources/assets/styles/acfBlocks/block.gifting.scss */

.blockGifting__item:hover .blockGifting__text p,
.blockGifting__item:focus .blockGifting__text p {
  color: #4c4c4c !important;
}

@media only screen and (min-width: 992px) {
  /* line 27, resources/assets/styles/acfBlocks/block.gifting.scss */

  .blockGifting__item {
    width: calc(100% / 3);
  }

  /* line 48, resources/assets/styles/acfBlocks/block.gifting.scss */

  .blockGifting__item:nth-child(n+2) {
    margin-top: 0;
  }
}

/* line 54, resources/assets/styles/acfBlocks/block.gifting.scss */

.blockGifting__image {
  display: block;
  width: 250px;
  margin: 0 auto;
}

/* line 11, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf {
  padding-top: 50px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #c7c7c7;
}

@media only screen and (min-width: 992px) {
  /* line 11, resources/assets/styles/acfBlocks/block.graf.scss */

  .blockGraf {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 20, resources/assets/styles/acfBlocks/block.graf.scss */

  .blockGraf > .container {
    max-width: none;
  }
}

/* line 27, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__container_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  border: 1px solid #c7c7c7;
  border-radius: 15px;
  background-color: white;
  padding: 40px 20px 20px;
}

@media only screen and (min-width: 768px) {
  /* line 27, resources/assets/styles/acfBlocks/block.graf.scss */

  .blockGraf__container_items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 290px;
    padding: 20px;
  }
}

/* line 44, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item_line {
  position: relative;
  background-color: red;
  height: 30px;
}

/* line 50, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item_info {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  top: 20px;
  width: 90vw;
}

@media only screen and (min-width: 768px) {
  /* line 50, resources/assets/styles/acfBlocks/block.graf.scss */

  .blockGraf__item_info {
    min-width: 200px;
    width: 100%;
    top: auto;
  }
}

/* line 64, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item_info p {
  color: #808080;
  margin: 0;
  font-size: 0.9rem;
}

/* line 71, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item_title {
  font-size: 1.8rem;
  margin-bottom: 0;
}

/* line 76, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item_image {
  display: none;
  width: 193px;
  height: 100%;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  /* line 76, resources/assets/styles/acfBlocks/block.graf.scss */

  .blockGraf__item_image {
    display: block;
  }
}

/* line 87, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item_image .blockGraf__image {
  width: 210px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
  /* line 87, resources/assets/styles/acfBlocks/block.graf.scss */

  .blockGraf__item_image .blockGraf__image {
    width: 230px;
  }
}

/* line 102, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item:nth-child(2) .blockGraf__item_line {
  border-radius: 50px 0 0 50px;
}

/* line 108, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item:last-child .blockGraf__item_line {
  border-radius: 0 50px 50px 0;
}

/* line 114, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item:nth-child(2n+1) .blockGraf__item_info {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 122, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__item:nth-child(2n+2) .blockGraf__item_info {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  /* line 100, resources/assets/styles/acfBlocks/block.graf.scss */

  .blockGraf__item {
    width: 34%;
    min-height: 150px;
  }
}

/* line 135, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__heading {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #5f5f5f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 144, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__line {
  border-top: 5px solid #ffa945;
  width: 80px;
  border-radius: 19px;
  margin: 8px auto 15px;
}

/* line 152, resources/assets/styles/acfBlocks/block.graf.scss */

.blockGraf__text p {
  color: #808080;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 10px;
}

/* line 7, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro {
  height: calc(100vh - 70px);
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 992px) {
  /* line 7, resources/assets/styles/acfBlocks/block.intro.scss */

  .blockIntro {
    height: calc(100vh - 90px);
  }
}

/* line 17, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 29, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding-bottom: 40px;
}

/* line 39, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__video_mini {
  display: block;
  background-color: white;
  width: 160px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 48, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__video_mini img {
  height: 100%;
  width: 40px;
}

/* line 54, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__text_container {
  width: 100%;
  padding: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

/* line 61, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__video_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffa945;
  max-width: 350px;
  max-height: 130px;
  border: 1px solid #f58d15;
  margin: 0 auto;
}

/* line 70, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__video {
  opacity: 0;
  visibility: hidden;
}

/* line 75, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__heading {
  color: #fff;
  text-shadow: 0 2px 1px #2b2b2b, 0 2px 3px rgba(26, 26, 26, 0.74);
  line-height: 1.4;
  padding-bottom: 40px;
  margin-right: 25px;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  /* line 75, resources/assets/styles/acfBlocks/block.intro.scss */

  .blockIntro__heading {
    font-size: 3.4rem;
    line-height: 1.5;
    text-transform: uppercase;
    padding-top: 200px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 700px) {
  /* line 75, resources/assets/styles/acfBlocks/block.intro.scss */

  .blockIntro__heading {
    padding-top: 280px;
  }
}

@media only screen and (max-height: 585px) {
  /* line 75, resources/assets/styles/acfBlocks/block.intro.scss */

  .blockIntro__heading {
    padding-top: 0;
  }
}

/* line 103, resources/assets/styles/acfBlocks/block.intro.scss */

.blockIntro__text {
  color: #fff;
}

/* line 107, resources/assets/styles/acfBlocks/block.intro.scss */

.modalIntro {
  z-index: 9999999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 118, resources/assets/styles/acfBlocks/block.intro.scss */

.modalIntro_close {
  position: absolute;
  top: -5px;
  right: 10px;
  font-size: 3.5rem !important;
}

/* line 125, resources/assets/styles/acfBlocks/block.intro.scss */

#modalIntro img {
  max-width: 100vw;
  height: auto;
}

/* line 130, resources/assets/styles/acfBlocks/block.intro.scss */

.modalIntro.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 136, resources/assets/styles/acfBlocks/block.intro.scss */

#modalIntro_black {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 149, resources/assets/styles/acfBlocks/block.intro.scss */

#modalIntro_black.visible {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media only screen and (min-width: 768px) {
  /* line 156, resources/assets/styles/acfBlocks/block.intro.scss */

  .modalPlanet_close {
    top: 0;
    right: 20px;
  }
}

/* line 12, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage {
  padding: 50px 0;
}

/* line 16, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__heading {
  color: #5f5f5f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
}

/* line 24, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__before_heading {
  color: #979798;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

/* line 33, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__main {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  /* line 33, resources/assets/styles/acfBlocks/block.message.scss */

  .blockMessage__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 43, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  /* line 43, resources/assets/styles/acfBlocks/block.message.scss */

  .blockMessage__left {
    margin: 0;
  }
}

/* line 57, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__left .btn {
  margin-top: 60px;
}

/* line 62, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 20px;
}

/* line 70, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__message_container {
  max-width: 500px;
}

/* line 74, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__message {
  border-left: 5px solid #ffa945;
  padding-left: 10px;
  line-height: 1.7;
  margin-top: 30px;
  color: #808080;
}

/* line 82, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__message .read-more {
  color: #ffa945;
  font-weight: bold;
}

/* line 86, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__message .read-more:hover,
.blockMessage__message .read-more:focus {
  text-decoration: none;
  color: #f58d15;
}

/* line 93, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__more {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  /* line 93, resources/assets/styles/acfBlocks/block.message.scss */

  .blockMessage__more {
    margin: 0;
  }
}

/* line 101, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__more__button {
  color: #979798;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}

/* line 107, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__more__button:hover,
.blockMessage__more__button:focus {
  color: #5f5f5f;
  text-decoration: none;
}

/* line 113, resources/assets/styles/acfBlocks/block.message.scss */

.blockMessage__more__button::before {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+DQoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMzNC4zMzIsMjMyLjExMUwyMDQuNzEsMzYxLjczNmMtMy42MTcsMy42MTMtNy44OTYsNS40MjgtMTIuODQ3LDUuNDI4ICAgYy00Ljk1MiwwLTkuMjM1LTEuODE0LTEyLjg1LTUuNDI4bC0yOS4xMjEtMjkuMTNjLTMuNjE3LTMuNjEzLTUuNDI2LTcuODk4LTUuNDI2LTEyLjg0N2MwLTQuOTQxLDEuODA5LTkuMjMyLDUuNDI2LTEyLjg0NyAgIGw4Ny42NTMtODcuNjQ2bC04Ny42NTctODcuNjVjLTMuNjE3LTMuNjEyLTUuNDI2LTcuODk4LTUuNDI2LTEyLjg0NWMwLTQuOTQ5LDEuODA5LTkuMjMxLDUuNDI2LTEyLjg0N2wyOS4xMjEtMjkuMTMgICBjMy42MTktMy42MTUsNy44OTgtNS40MjQsMTIuODUtNS40MjRjNC45NSwwLDkuMjMzLDEuODA5LDEyLjg1LDUuNDI0bDEyOS42MjIsMTI5LjYyMWMzLjYxMywzLjYxNCw1LjQyLDcuODk4LDUuNDIsMTIuODQ3ICAgQzMzOS43NTIsMjI0LjIxMywzMzcuOTQ1LDIyOC40OTgsMzM0LjMzMiwyMzIuMTExeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzk3OTc5OCIvPg0KPC9nPjwvZz4gPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 19px;
  height: 22px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  /* line 101, resources/assets/styles/acfBlocks/block.message.scss */

  .blockMessage__more__button {
    margin-left: 15px;
  }
}

/* autoprefixer grid: autoplace */

/* line 13, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__wrapper {
  background-color: #f5f5f5;
}

/* line 17, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__container {
  margin: 0 auto;
  max-width: 540px;
}

@media (min-width: 992px) {
  /* line 17, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 17, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__container {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  /* line 17, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__container {
    max-width: 1280px;
  }
}

/* line 34, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews {
  padding: 50px 0;
}

/* line 38, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "a" "b" "c" "d" "e";
  grid-row-gap: 20px;
  padding: 30px 0 45px;
  grid-column-gap: 20px;
}

@media only screen and (min-width: 992px) {
  /* line 38, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item_container {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
        grid-template-areas: "ca cb cc cd ce";
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

/* line 56, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 27, resources/assets/styles/common/_mixins.scss */

.blockNews__item:hover,
.blockNews__item:focus {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  transition: -webkit-box-shadow 0.23s, -webkit-transform 0.23s;
  -o-transition: box-shadow 0.23s, -o-transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s;
  transition: box-shadow 0.23s, transform 0.23s, -webkit-box-shadow 0.23s, -webkit-transform 0.23s, -o-transform 0.23s;
}

/* line 66, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}

/* line 70, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: b;
}

/* line 74, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: c;
}

/* line 78, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item:nth-child(4) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: d;
}

/* line 82, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item:nth-child(5) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: e;
}

@media only screen and (max-width: 575px) {
  /* line 56, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item {
    width: 240px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@media only screen and (min-width: 576px) {
  /* line 56, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 992px) {
  /* line 56, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 98, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item:nth-child(1) {
    grid-area: ca;
  }

  /* line 102, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item:nth-child(2) {
    grid-area: cb;
  }

  /* line 106, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item:nth-child(3) {
    grid-area: cc;
  }

  /* line 110, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item:nth-child(4) {
    grid-area: cd;
  }

  /* line 114, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item:nth-child(5) {
    grid-area: ce;
  }
}

@media only screen and (min-width: 992px){

  .blockNews__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .blockNews__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .blockNews__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .blockNews__item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  .blockNews__item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
}

/* line 120, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__category_link {
  opacity: 0.85;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

/* line 5, resources/assets/styles/common/_mixins.scss */

.blockNews__category_link:hover,
.blockNews__category_link:focus {
  opacity: 1;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

/* line 123, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__category_link:hover,
.blockNews__category_link:focus {
  text-decoration: none;
}

/* line 129, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__category_text {
  color: #ffa945;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* line 136, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__post_heading_link {
  color: #000;
  text-transform: uppercase;
  opacity: 0.85;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

/* line 5, resources/assets/styles/common/_mixins.scss */

.blockNews__post_heading_link:hover,
.blockNews__post_heading_link:focus {
  opacity: 1;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

/* line 142, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__post_heading_link:hover,
.blockNews__post_heading_link:focus {
  text-decoration: none;
  color: #000;
}

/* line 149, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__post_heading {
  font-weight: bold;
  padding-top: 10px;
  font-size: 0.95rem;
}

/* line 155, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ececec;
}

@media only screen and (min-width: 576px) {
  /* line 155, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__image {
    width: 175px;
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 155, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__image {
    width: 100%;
    height: 200px;
  }
}

/* line 174, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__date {
  font-weight: 300;
  font-style: italic;
}

/* line 180, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__heading {
  color: #5f5f5f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
}

/* line 188, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__before_heading {
  color: #979798;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

/* line 197, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews__item_container_bottom {
  padding: 15px;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
  /* line 197, resources/assets/styles/acfBlocks/block.news.scss */

  .blockNews__item_container_bottom {
    padding: 20px;
  }
}

/* line 209, resources/assets/styles/acfBlocks/block.news.scss */

.blockNews time {
  font-style: italic;
  font-size: 0.85rem;
  color: #979798;
}

/* line 5, resources/assets/styles/acfBlocks/block.partners.scss */

.blockRowPartners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 10, resources/assets/styles/acfBlocks/block.partners.scss */

.blockRowPartners__item {
  width: 100%;
  margin: 10px;
}

@media only screen and (min-width: 568px) {
  /* line 10, resources/assets/styles/acfBlocks/block.partners.scss */

  .blockRowPartners__item {
    width: calc((100% - 40px) / 2);
  }
}

@media only screen and (min-width: 768px) {
  /* line 10, resources/assets/styles/acfBlocks/block.partners.scss */

  .blockRowPartners__item {
    width: calc((100% - 60px) / 3);
  }
}

@media only screen and (min-width: 1200px) {
  /* line 10, resources/assets/styles/acfBlocks/block.partners.scss */

  .blockRowPartners__item {
    width: calc((100% - 80px) / 4);
  }
}

/* line 32, resources/assets/styles/acfBlocks/block.partners.scss */

.blockRowPartners__image {
  height: 150px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

/* line 42, resources/assets/styles/acfBlocks/block.partners.scss */

.blockRowPartners__image img {
  max-width: 80%;
}

/* line 47, resources/assets/styles/acfBlocks/block.partners.scss */

.partnersContainer {
  padding: 0;
  margin: 0 -10px;
}

/* line 7, resources/assets/styles/acfBlocks/block.row.scss */

.blockRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 45px 0;
}

@media only screen and (min-width: 1200px) {
  /* line 7, resources/assets/styles/acfBlocks/block.row.scss */

  .blockRow {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* line 19, resources/assets/styles/acfBlocks/block.row.scss */

.blockRow__item {
  max-width: 450px;
  padding: 20px;
}

/* line 23, resources/assets/styles/acfBlocks/block.row.scss */

.blockRow__item:nth-child(n+2) {
  margin-top: 35px;
}

@media only screen and (min-width: 992px) {
  /* line 28, resources/assets/styles/acfBlocks/block.row.scss */

  .blockRow__item:nth-child(n+2) {
    margin-top: 0;
  }
}

/* line 34, resources/assets/styles/acfBlocks/block.row.scss */

.blockRow__heading {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #5f5f5f;
  margin-bottom: 10px;
}

/* line 42, resources/assets/styles/acfBlocks/block.row.scss */

.blockRow__line {
  border-top: 5px solid #ffa945;
  width: 80px;
  border-radius: 19px;
  margin: 8px auto 15px;
}

/* line 50, resources/assets/styles/acfBlocks/block.row.scss */

.blockRow__text p {
  color: #808080;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 10px;
}

/* line 8, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 14, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0 65px;
}

/* line 22, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__item {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 28px;
  width: 100%;
}

/* line 29, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__item:nth-child(n+2) {
  margin-top: 35px;
}

@media only screen and (min-width: 992px) {
  /* line 34, resources/assets/styles/acfBlocks/block.rowBackground.scss */

  .blockRowBackground__item:nth-child(n+2) {
    margin-top: 0;
  }
}

/* line 40, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__heading {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #5f5f5f;
}

/* line 47, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__line {
  border-top: 5px solid #ffa945;
  width: 80px;
  border-radius: 19px;
  margin: 8px auto 15px;
}

/* line 55, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__text p {
  color: #414141;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 10px;
  font-size: 15px;
}

/* line 64, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__link {
  font-weight: bold;
  margin: auto;
  color: #000;
  opacity: 0.8;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

/* line 71, resources/assets/styles/acfBlocks/block.rowBackground.scss */

.blockRowBackground__link:hover,
.blockRowBackground__link:focus {
  text-decoration: none;
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.23s;
  -o-transition: opacity 0.23s;
  transition: opacity 0.23s;
}

@media only screen and (min-width: 992px) {
  /* line 81, resources/assets/styles/acfBlocks/block.rowBackground.scss */

  .blockRowBackground {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 85, resources/assets/styles/acfBlocks/block.rowBackground.scss */

  .blockRowBackground__item {
    width: calc(100% / 3);
  }
}

/* line 7, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages {
  padding: 45px 0;
}

/* line 11, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 45px 0;
}

/* line 19, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages__item {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 19, resources/assets/styles/acfBlocks/block.rowImages.scss */

  .blockRowImages__item {
    width: calc(100% / 2);
  }

  /* line 30, resources/assets/styles/acfBlocks/block.rowImages.scss */

  .blockRowImages__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  /* line 19, resources/assets/styles/acfBlocks/block.rowImages.scss */

  .blockRowImages__item {
    width: calc(100% / 3);
  }

  /* line 38, resources/assets/styles/acfBlocks/block.rowImages.scss */

  .blockRowImages__item:nth-child(n+2) {
    margin-top: 0;
  }
}

/* line 44, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages__heading {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #5f5f5f;
  margin-bottom: 10px;
}

/* line 52, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages__image {
  display: block;
  width: 80px;
  margin: 0 auto;
}

/* line 58, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages__line {
  border-top: 5px solid #ffa945;
  width: 80px;
  border-radius: 19px;
  margin: 8px auto 15px;
}

/* line 65, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages__text {
  margin-top: 15px;
}

/* line 68, resources/assets/styles/acfBlocks/block.rowImages.scss */

.blockRowImages__text p {
  color: #808080;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  /* line 65, resources/assets/styles/acfBlocks/block.rowImages.scss */

  .blockRowImages__text {
    margin-top: 25px;
  }
}

/* line 5, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__container {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 5, resources/assets/styles/acfBlocks/block.verticalYears.scss */

  .blockVerticalYears__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 14, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  background-color: #ffa945;
}

@media only screen and (min-width: 992px) {
  /* line 14, resources/assets/styles/acfBlocks/block.verticalYears.scss */

  .blockVerticalYears__item {
    font-size: 1.5rem;
  }
}

/* line 28, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item p {
  line-height: 1.5;
  color: black;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 8px 0;
}

/* line 37, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  border-style: solid;
  right: -20px;
  border-width: 20px;
}

@media only screen and (min-width: 992px) {
  /* line 37, resources/assets/styles/acfBlocks/block.verticalYears.scss */

  .blockVerticalYears__item::after {
    border-width: 25px;
    right: -25px;
  }
}

/* line 53, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  border-style: solid;
  right: -20px;
  border-width: 20px;
  z-index: -1;
}

@media only screen and (min-width: 992px) {
  /* line 53, resources/assets/styles/acfBlocks/block.verticalYears.scss */

  .blockVerticalYears__item::before {
    border-width: 25px;
    right: -25px;
  }
}

/* line 71, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(1) {
  z-index: 10;
  background-color: #ffe4c5 !important;
}

/* line 75, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(1)::before {
  border-color: #ffe4c5;
  border-left-color: white;
}

/* line 80, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(1)::after {
  border-color: white;
  border-left-color: #ffe4c5;
}

/* line 86, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(2) {
  z-index: 9;
  background-color: #ffd8ab !important;
}

/* line 90, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(2)::before {
  border-color: #ffd8ab;
  border-left-color: white;
}

/* line 95, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(2)::after {
  border-color: white;
  border-left-color: #ffd8ab;
}

/* line 101, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(3) {
  z-index: 8;
  background-color: #ffcc92 !important;
}

/* line 105, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(3)::before {
  border-color: #ffcc92;
  border-left-color: white;
}

/* line 110, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(3)::after {
  border-color: white;
  border-left-color: #ffcc92;
}

/* line 116, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(4) {
  z-index: 7;
  background-color: #ffc178 !important;
}

/* line 120, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(4)::before {
  border-color: #ffc178;
  border-left-color: white;
}

/* line 125, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(4)::after {
  border-color: white;
  border-left-color: #ffc178;
}

/* line 131, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(5) {
  z-index: 6;
  background-color: #ffb55f !important;
}

/* line 135, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(5)::before {
  border-color: #ffb55f;
  border-left-color: white;
}

/* line 140, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(5)::after {
  border-color: white;
  border-left-color: #ffb55f;
}

/* line 146, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(6) {
  z-index: 5;
  background-color: #ffa945 !important;
}

/* line 150, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(6)::before {
  border-color: #ffa945;
  border-left-color: white;
}

/* line 155, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(6)::after {
  border-color: white;
  border-left-color: #ffa945;
}

/* line 161, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(7) {
  z-index: 5;
  background-color: #ff9d2c !important;
}

/* line 165, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(7)::before {
  border-color: #ff9d2c;
  border-left-color: white;
}

/* line 170, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(7)::after {
  border-color: white;
  border-left-color: #ff9d2c;
}

/* line 176, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(8) {
  z-index: 5;
  background-color: #ff9112 !important;
}

/* line 180, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(8)::before {
  border-color: #ff9112;
  border-left-color: white;
}

/* line 185, resources/assets/styles/acfBlocks/block.verticalYears.scss */

.blockVerticalYears__item:nth-of-type(8)::after {
  border-color: white;
  border-left-color: #ff9112;
}

/* line 1, resources/assets/styles/components/_backToTop.scss */

#to-top {
  line-height: 12px !important;
  position: fixed;
  z-index: 8555;
  right: 17px;
  bottom: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  cursor: pointer;
  -o-transition: background-color 0.1s linear, translateY 0.23s;
  -webkit-transition: background-color 0.1s linear, translateY 0.23s;
  transition: background-color 0.1s linear, translateY 0.23s;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/* line 30, resources/assets/styles/components/_backToTop.scss */

#to-top svg path {
  fill: white;
}

/* line 35, resources/assets/styles/components/_backToTop.scss */

#to-top:hover {
  background-color: #ffa945;
  border: 1px solid #f58d15;
}

/* line 41, resources/assets/styles/components/_backToTop.scss */

#to-top.active {
  bottom: 55px;
}

@media only screen and (min-width: 993px) {
  /* line 41, resources/assets/styles/components/_backToTop.scss */

  #to-top.active {
    bottom: 17px;
  }
}

/* line 44, stdin */

.wp-block {
  max-width: 1024px;
}

/* line 49, stdin */

#menu-hlavni-menu > .menu-item-has-children > a:hover {
  cursor: default;
}

/* line 54, stdin */

.supportform-special {
  padding: 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 61, stdin */

.supportform-special input {
  margin-bottom: 15px;
}

/* line 67, stdin */

.krtek-gift img {
  width: 230px;
  height: auto;
  display: block;
  pointer-events: none;
  cursor: pointer;
}

/* line 76, stdin */

.cross-gift-podporit {
  display: block;
  position: absolute;
  top: 5px;
  right: 11px;
  color: black;
  font-size: 1.4rem;
  cursor: pointer;
}

/* line 85, stdin */

.cross-gift-podporit:hover {
  color: #f58d15;
}

/* line 90, stdin */

.box-gift-img {
  position: fixed;
  bottom: 25px;
  left: 25px;
  background-color: white;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  z-index: 999;
  -webkit-transform: translateY(255px);
       -o-transform: translateY(255px);
          transform: translateY(255px);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  -o-transition: opacity 0.4s, -o-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s, -o-transform 0.6s;
}

/* line 102, stdin */

.box-gift-img.visible {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  -o-transition: opacity 0.4s, -o-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s, -o-transform 0.6s;
}


/*# sourceMappingURL=main.css.map*/