@charset "UTF-8";

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

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

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

.icon-play-rounded:before {
  content: "\e91d";
}

.icon-pause:before {
  content: "\e91b";
}

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

.icon-volume-slash:before {
  content: "\e915";
}

.icon-volume-up:before {
  content: "\e916";
}

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

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

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

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

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

.icon-shopping-cart:before {
  content: "\e905";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-angle-double:before {
  content: "\e914";
}

/* custom checkbox styles */

.jcf-checkbox,
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: transparent;
  border: 1px solid #005A9A;
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
}

.bg-section-primary .jcf-checkbox,
.bg-section-primary
  .jcf-radio {
  background-color: rgba(255, 255, 255, 0.55);
  border-color: transparent;
  border-radius: 3px;
  width: 13px;
  height: 13px;
}

.jcf-checkbox {
  border-radius: 5px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 8px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #005A9A;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}

.bg-section-primary .jcf-checkbox span {
  height: 6px;
  width: 10px;
  border-color: #fff;
  border-width: 0 0 2px 2px;
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"],
.jcf-radio input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* custom radio styles */

.jcf-radio {
  border-radius: 50%;
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #005A9A;
  border-radius: 50%;
}

.jcf-radio.jcf-checked span {
  display: block;
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  border: 1px solid #005A9A;
  border-radius: 5px;
  margin: 0 0 12px;
  min-width: 150px;
  height: 40px;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 40px;
  margin: 0 35px 0 15px;
}

/*Sabrina*/
.chronik {
    padding: 10px;
}

.vertretung .wp-block-group {
    background-color: #f9f9f9;
    padding: 10px;
}

.title h1 {
    margin-top: 20px;
    font-size: 60px;
}

.woocommerce-products-header__title{
    border-bottom: 3px #fecc2f solid;
    padding-bottom: 5px;
    color: #005A9A;
}

.product-categories .cat-item {
    border-bottom: 1px #fecc2f solid;
    padding-bottom: 5px;
}

.download-border {
    border: #FECC2F solid 2px;
    padding: 5px;
}

.product_skizzen_wrapper img {
    width: 30%;
}

/*Sabrina Ende*/

@media (min-width: 1200px) {
  .jcf-select .jcf-select-text {
    line-height: 50px;
  }
}

.jcf-select .jcf-select-opener {
  color: #000;
  position: absolute;
  text-align: center;
  background: #fff;
  border-radius: 0 5px 5px 0;
  width: 30px;
  bottom: 1px;
  right: 1px;
  top: 1px;
}

.jcf-select .jcf-select-opener:after {
  content: "";
  font: 14px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  transform: translate(0, -50%);
  right: 10px;
  top: 50%;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #005A9A;
  border-radius: 5px;
  overflow: hidden;
  line-height: 1.75;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #005A9A;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 4px 15px;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: rgba(0, 90, 154, 0.15);
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.tagcloud,
.nav-drop ul,
.menu-secondary ul,
.list-map-popups,
.social-networks,
.more-categories-slider .slick-dots,
.product-categories,
.product-categories > li ul,
.slick-dots,
.woocommerce-MyAccount-navigation > ul,
.footer-top .widget ul:not(.social-networks) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.input-box:after,
.map-search-form:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
[id="nav"]:after,
.full-width-container:after,
.container-fluid:after,
.container:after,
[class^="container-"]:after,
[class*=" container-"]:after,
.g-container:after,
.g_container:after {
  content: '';
  display: block;
  clear: both;
}

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

.df-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 320px) {
  .df-row.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 375px) {
  .df-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 375px) {
  .df-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .df-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .df-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1440px) {
  .df-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1440px) {
  .df-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 375px) {
  .df-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 375px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1440px) {
  .df-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1440px) {
  .df-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

.df-row > [class^="col"],
.df-row > [class*=" col"],
.df-row > [class^="col-"],
.df-row > [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.df-row-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media (min-width: 320px) {
  .df-row-small.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row-small.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 375px) {
  .df-row-small.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 375px) {
  .df-row-small.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row-small.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .df-row-small.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .df-row-small.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .df-row-small.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .df-row-small.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1440px) {
  .df-row-small.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1440px) {
  .df-row-small.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row-small .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 375px) {
  .df-row-small .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row-small .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) {
  .df-row-small .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row-small .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1200px) {
  .df-row-small .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1440px) {
  .df-row-small .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

.df-row-small > [class^="col"],
.df-row-small > [class*=" col"],
.df-row-small > [class^="col-"],
.df-row-small > [class*=" col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .df-md-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-rr-xs {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row.df-aic-xs {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row.df-rr-sm {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row.df-aic-sm {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-rr-ph {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row.df-aic-ph {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-rr-md {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row.df-aic-md {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row.df-rr-lg {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row.df-aic-lg {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-rr-xl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row.df-aic-xl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row.df-rr-xxl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row.df-aic-xxl {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-xs-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 320px) {
  .df-md-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-sm-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 375px) {
  .df-md-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-ph-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .df-md-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-md-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .df-md-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-lg-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .df-md-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-xl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .df-md-row .col-offset-xl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-1 {
    -ms-flex: 1 0 calc(100% / 12 * 1);
    flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-2 {
    -ms-flex: 1 0 calc(100% / 12 * 2);
    flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-3 {
    -ms-flex: 1 0 calc(100% / 12 * 3);
    flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-4 {
    -ms-flex: 1 0 calc(100% / 12 * 4);
    flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-5 {
    -ms-flex: 1 0 calc(100% / 12 * 5);
    flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-6 {
    -ms-flex: 1 0 calc(100% / 12 * 6);
    flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-7 {
    -ms-flex: 1 0 calc(100% / 12 * 7);
    flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-8 {
    -ms-flex: 1 0 calc(100% / 12 * 8);
    flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-9 {
    -ms-flex: 1 0 calc(100% / 12 * 9);
    flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-10 {
    -ms-flex: 1 0 calc(100% / 12 * 10);
    flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-11 {
    -ms-flex: 1 0 calc(100% / 12 * 11);
    flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-xxl-12 {
    -ms-flex: 1 0 calc(100% / 12 * 12);
    flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .df-md-row .col-offset-xxl-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 768px) {
  .df-md-row > [class^="col"],
  .df-md-row > [class*=" col"],
  .df-md-row > [class^="col-"],
  .df-md-row > [class*=" col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.df-aic {
  -ms-flex-align: center;
  align-items: center;
}

.df-jcsb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class^="col-"],
[class*=" col-"] {
  width: 100%;
}

.col-auto {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
}

.d-none {
  display: none !important;
}

.d-md-block {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

.d-lg-block {
  display: none !important;
}

@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
}

.d-xl-block {
  display: none !important;
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .d-mobile-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .d-tablet-none {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .d-desktop-none {
    display: none !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

.text-light {
  font-weight: 300 !important;
}

.tk-sofia-pro {
  font-family: "sofia-pro", sans-serif;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #747474;
  background: #fff;
  font: 14px/2 sofia-pro,Arial,Helvetica Neue,Helvetica,sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

@media (min-width: 1200px) {
  body {
    line-height: 2.5;
  }
}

body.nav-active {
  overflow: hidden;
}

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

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

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

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

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

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

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

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: 900;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

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

label {
  display: block;
  line-height: 1.42857;
  margin: 0 0 0.5rem;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 15px;
}

@media (min-width: 1200px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  input[type='url'],
  textarea {
    padding: 15px 20px;
  }
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea,
select,
.jcf-select {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #005A9A;
  box-shadow: inset 0 0 0 1px #003c67;
  border-radius: 5px;
  font: 14px/18px "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 1em;
  width: 100%;
  max-width: 492px;
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
textarea:not(textarea),
select:not(textarea),
.jcf-select:not(textarea) {
  height: 40px;
}

@media (min-width: 1200px) {
  input[type='text']:not(textarea),
  input[type='tel']:not(textarea),
  input[type='email']:not(textarea),
  input[type='search']:not(textarea),
  input[type='password']:not(textarea),
  input[type='url']:not(textarea),
  textarea:not(textarea),
  select:not(textarea),
  .jcf-select:not(textarea) {
    height: 50px;
  }
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus,
select:focus,
.jcf-select:focus {
  outline: 0;
  border-color: #000;
}

.bg-section-primary input[type='text'],
.bg-section-primary
  input[type='tel'],
.bg-section-primary
  input[type='email'],
.bg-section-primary
  input[type='search'],
.bg-section-primary
  input[type='password'],
.bg-section-primary
  input[type='url'],
.bg-section-primary
  textarea,
.bg-section-primary
  select,
.bg-section-primary
  .jcf-select {
  background-color: transparent;
  color: #fff;
}

.bg-section-primary input[type='text']::-webkit-input-placeholder,
.bg-section-primary
    input[type='tel']::-webkit-input-placeholder,
.bg-section-primary
    input[type='email']::-webkit-input-placeholder,
.bg-section-primary
    input[type='search']::-webkit-input-placeholder,
.bg-section-primary
    input[type='password']::-webkit-input-placeholder,
.bg-section-primary
    input[type='url']::-webkit-input-placeholder,
.bg-section-primary
    textarea::-webkit-input-placeholder,
.bg-section-primary
    select::-webkit-input-placeholder,
.bg-section-primary
    .jcf-select::-webkit-input-placeholder {
  color: #fff !important;
}

.bg-section-primary input[type='text']::-moz-placeholder,
.bg-section-primary
    input[type='tel']::-moz-placeholder,
.bg-section-primary
    input[type='email']::-moz-placeholder,
.bg-section-primary
    input[type='search']::-moz-placeholder,
.bg-section-primary
    input[type='password']::-moz-placeholder,
.bg-section-primary
    input[type='url']::-moz-placeholder,
.bg-section-primary
    textarea::-moz-placeholder,
.bg-section-primary
    select::-moz-placeholder,
.bg-section-primary
    .jcf-select::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.bg-section-primary input[type='text']:-moz-placeholder,
.bg-section-primary
    input[type='tel']:-moz-placeholder,
.bg-section-primary
    input[type='email']:-moz-placeholder,
.bg-section-primary
    input[type='search']:-moz-placeholder,
.bg-section-primary
    input[type='password']:-moz-placeholder,
.bg-section-primary
    input[type='url']:-moz-placeholder,
.bg-section-primary
    textarea:-moz-placeholder,
.bg-section-primary
    select:-moz-placeholder,
.bg-section-primary
    .jcf-select:-moz-placeholder {
  color: #fff !important;
}

.bg-section-primary input[type='text']:-ms-input-placeholder,
.bg-section-primary
    input[type='tel']:-ms-input-placeholder,
.bg-section-primary
    input[type='email']:-ms-input-placeholder,
.bg-section-primary
    input[type='search']:-ms-input-placeholder,
.bg-section-primary
    input[type='password']:-ms-input-placeholder,
.bg-section-primary
    input[type='url']:-ms-input-placeholder,
.bg-section-primary
    textarea:-ms-input-placeholder,
.bg-section-primary
    select:-ms-input-placeholder,
.bg-section-primary
    .jcf-select:-ms-input-placeholder {
  color: #fff !important;
}

.bg-section-primary input[type='text'].placeholder,
.bg-section-primary
    input[type='tel'].placeholder,
.bg-section-primary
    input[type='email'].placeholder,
.bg-section-primary
    input[type='search'].placeholder,
.bg-section-primary
    input[type='password'].placeholder,
.bg-section-primary
    input[type='url'].placeholder,
.bg-section-primary
    textarea.placeholder,
.bg-section-primary
    select.placeholder,
.bg-section-primary
    .jcf-select.placeholder {
  color: #fff !important;
}

.section-newsletter input[type='text'],
.section-newsletter
  input[type='tel'],
.section-newsletter
  input[type='email'],
.section-newsletter
  input[type='search'],
.section-newsletter
  input[type='password'],
.section-newsletter
  input[type='url'],
.section-newsletter
  textarea,
.section-newsletter
  select,
.section-newsletter
  .jcf-select {
  margin-bottom: 12px;
  background-color: transparent;
  color: #fff;
}

.section-newsletter input[type='text']::-webkit-input-placeholder,
.section-newsletter
    input[type='tel']::-webkit-input-placeholder,
.section-newsletter
    input[type='email']::-webkit-input-placeholder,
.section-newsletter
    input[type='search']::-webkit-input-placeholder,
.section-newsletter
    input[type='password']::-webkit-input-placeholder,
.section-newsletter
    input[type='url']::-webkit-input-placeholder,
.section-newsletter
    textarea::-webkit-input-placeholder,
.section-newsletter
    select::-webkit-input-placeholder,
.section-newsletter
    .jcf-select::-webkit-input-placeholder {
  color: #fff !important;
}

.section-newsletter input[type='text']::-moz-placeholder,
.section-newsletter
    input[type='tel']::-moz-placeholder,
.section-newsletter
    input[type='email']::-moz-placeholder,
.section-newsletter
    input[type='search']::-moz-placeholder,
.section-newsletter
    input[type='password']::-moz-placeholder,
.section-newsletter
    input[type='url']::-moz-placeholder,
.section-newsletter
    textarea::-moz-placeholder,
.section-newsletter
    select::-moz-placeholder,
.section-newsletter
    .jcf-select::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.section-newsletter input[type='text']:-moz-placeholder,
.section-newsletter
    input[type='tel']:-moz-placeholder,
.section-newsletter
    input[type='email']:-moz-placeholder,
.section-newsletter
    input[type='search']:-moz-placeholder,
.section-newsletter
    input[type='password']:-moz-placeholder,
.section-newsletter
    input[type='url']:-moz-placeholder,
.section-newsletter
    textarea:-moz-placeholder,
.section-newsletter
    select:-moz-placeholder,
.section-newsletter
    .jcf-select:-moz-placeholder {
  color: #fff !important;
}

.section-newsletter input[type='text']:-ms-input-placeholder,
.section-newsletter
    input[type='tel']:-ms-input-placeholder,
.section-newsletter
    input[type='email']:-ms-input-placeholder,
.section-newsletter
    input[type='search']:-ms-input-placeholder,
.section-newsletter
    input[type='password']:-ms-input-placeholder,
.section-newsletter
    input[type='url']:-ms-input-placeholder,
.section-newsletter
    textarea:-ms-input-placeholder,
.section-newsletter
    select:-ms-input-placeholder,
.section-newsletter
    .jcf-select:-ms-input-placeholder {
  color: #fff !important;
}

.section-newsletter input[type='text'].placeholder,
.section-newsletter
    input[type='tel'].placeholder,
.section-newsletter
    input[type='email'].placeholder,
.section-newsletter
    input[type='search'].placeholder,
.section-newsletter
    input[type='password'].placeholder,
.section-newsletter
    input[type='url'].placeholder,
.section-newsletter
    textarea.placeholder,
.section-newsletter
    select.placeholder,
.section-newsletter
    .jcf-select.placeholder {
  color: #fff !important;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.jcf-select::-webkit-input-placeholder {
  color: #ddd;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.jcf-select::-moz-placeholder {
  opacity: 1;
  color: #ddd;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.jcf-select:-moz-placeholder {
  color: #ddd;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.jcf-select:-ms-input-placeholder {
  color: #ddd;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder,
select.placeholder,
.jcf-select.placeholder {
  color: #ddd;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

select {
  padding-left: 15px;
  padding-right: 22.5px;
}

@media (min-width: 1200px) {
  select {
    padding-left: 20px;
    padding-right: 25px;
  }
}

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: color 0.25s linear, background 0.25s linear, border 0.25s linear, opacity 0.25s linear, box-shadow 0.25s linear;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 40px;
  line-height: calc(40px - 2px) !important;
  color: #fff;
  outline: 0;
  cursor: pointer;
  border: 1px solid #005A9A;
  border-radius: 5px;
  background: #005A9A;
  padding: 0 20px 2px  !important;
}

@media (max-width: 479px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    height: 50px;
    line-height: calc(50px - 2px) !important;
  }
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  background-color: #003c67;
  color: #fff;
}

input[type='checkbox'],
input[type='radio'] {
  width: 13px;
  height: 13px;
  background: none;
  border-color: #005A9A;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
  vertical-align: middle;
}

input[type='checkbox'] {
  border-radius: 3px;
}

@media (min-width: 768px) {
  .input-box {
    max-width: 480px;
  }
}

.popup-search .input-box {
  max-width: none;
}

.input-box [type="search"],
.input-box [type="text"] {
  float: left;
  padding-right: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
}

@media (min-width: 768px) {
  .input-box [type="search"],
  .input-box [type="text"] {
    padding-right: calc(40px + 5px);
  }
}

@media (min-width: 1200px) {
  .input-box [type="search"],
  .input-box [type="text"] {
    padding-right: calc(50px + 5px);
  }
}

.input-box [type="submit"],
.input-box [type="button"] {
  width: 36px;
  height: 40px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  background: url(images/search.svg) no-repeat 50% 50%;
  background-size: 16px 16px;
  float: right;
  position: relative;
  z-index: 2;
  margin-left: -100% !important;
  padding: 0 0  !important;
  border: none;
}

@media (min-width: 768px) {
  .input-box [type="submit"],
  .input-box [type="button"] {
    width: 40px;
  }
}

@media (min-width: 1200px) {
  .input-box [type="submit"],
  .input-box [type="button"] {
    height: 50px;
    width: 50px;
  }
}

.input-box [type="submit"]:hover,
.input-box [type="submit"]:focus,
.input-box [type="button"]:hover,
.input-box [type="button"]:focus {
  background-color: rgba(0, 90, 154, 0.5);
  color: #fff;
}

.map-search-form input[type='text'],
.map-search-form input[type='email'],
.map-search-form input[type='search'] {
  float: left;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 480px) {
  .map-search-form input[type='text'],
  .map-search-form input[type='email'],
  .map-search-form input[type='search'] {
    max-width: 221px;
  }
}

@media (min-width: 1200px) {
  .map-search-form input[type='text'],
  .map-search-form input[type='email'],
  .map-search-form input[type='search'] {
    margin-right: 17px;
    min-width: 221px;
  }
}

.map-search-form button,
.map-search-form input[type='button'],
.map-search-form input[type='submit'] {
  background: url(images/search-white.svg) no-repeat 92% 50%;
  background-size: 18px 18px;
  float: left;
  width: 100%;
  padding-right: 50px !important;
  position: relative;
}

@media (min-width: 480px) {
  .map-search-form button,
  .map-search-form input[type='button'],
  .map-search-form input[type='submit'] {
    min-width: 221px;
    width: auto;
  }
}

@media (min-width: 1440px) {
  .map-search-form button,
  .map-search-form input[type='button'],
  .map-search-form input[type='submit'] {
    background-position: 87% 50%;
    min-width: 250px;
    padding-left: 40px !important;
    padding-right: 60px !important;
  }
}

.nav-links,
.navigation,
.navigation-comments,
.navigation-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  [id="twocolumns"] {
    display: -ms-flexbox;
    display: flex;
  }
}

[id="twocolumns"] [id="content"],
[id="twocolumns"] .content-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  [id="twocolumns"] [id="content"],
  [id="twocolumns"] .content-area {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  [id="twocolumns"] [id="content"],
  [id="twocolumns"] .content-area {
    width: calc(100% - 280px);
  }
}

[id="twocolumns"] [id="content"]:only-child,
[id="twocolumns"] .content-area:only-child {
  width: 100%;
}

[class^="col"] [id="twocolumns"] [id="content"],
[class*=" col"] [id="twocolumns"] [id="content"],
[class^="col-"] [id="twocolumns"] [id="content"],
[class*=" col-"] [id="twocolumns"] [id="content"],
[class^="col"]
  [id="twocolumns"] .content-area,
[class*=" col"]
  [id="twocolumns"] .content-area,
[class^="col-"]
  [id="twocolumns"] .content-area,
[class*=" col-"]
  [id="twocolumns"] .content-area {
  width: 100%;
}

[id="twocolumns"] [id="sidebar"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  [id="twocolumns"] [id="sidebar"] {
    width: 30%;
    padding-left: 30px;
    padding-top: 110px;
  }
}

@media (min-width: 1200px) {
  [id="twocolumns"] [id="sidebar"] {
    padding-left: 40px;
    width: 280px;
  }
}

[class^="col"] [id="twocolumns"] [id="sidebar"],
[class*=" col"] [id="twocolumns"] [id="sidebar"],
[class^="col-"] [id="twocolumns"] [id="sidebar"],
[class*=" col-"] [id="twocolumns"] [id="sidebar"] {
  width: 100%;
}

.widget {
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  .widget {
    margin-bottom: 1.5625em;
  }
}

.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 8px;
}

@media (min-width: 1200px) {
  .search-form input,
  .post-password-form input {
    margin-right: 12px;
  }
}

@media (min-width: 768px) {
  [id="sidebar"] .search-form input,
  [id="sidebar"]
      .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  font-size: 1rem;
  width: 100%;
  position: relative;
}

.nav-links .nav-links,
.navigation .nav-links,
.navigation-comments .nav-links {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 5px;
}

@media (min-width: 1200px) {
  .nav-links .page-numbers,
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  transition: background 0.25s ease-in-out;
  max-width: 49%;
}

@media (max-width: 767px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }

  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: '»';
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: '«';
  }
}

.navigation-single {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 49%;
  border: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
  transition: background 0.25s ease-in-out;
  display: block;
  padding: 9px 15px 11px;
  border: #005A9A;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }

  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: '»';
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navigation-single .prev a:after {
    content: '«';
  }
}

.comment-form label {
  display: block;
}

.comment-form input[type='text'],
.comment-form input[type='tel'],
.comment-form input[type='email'],
.comment-form input[type='search'],
.comment-form input[type='password'],
.comment-form input[type='url'],
.comment-form textarea {
  margin-right: 8px;
  width: 100%;
}

@media (min-width: 1200px) {
  .comment-form input[type='text'],
  .comment-form input[type='tel'],
  .comment-form input[type='email'],
  .comment-form input[type='search'],
  .comment-form input[type='password'],
  .comment-form input[type='url'],
  .comment-form textarea {
    margin-right: 12px;
  }
}

@media (min-width: 768px) {
  .comment-form input[type='text'],
  .comment-form input[type='tel'],
  .comment-form input[type='email'],
  .comment-form input[type='search'],
  .comment-form input[type='password'],
  .comment-form input[type='url'],
  .comment-form textarea {
    max-width: 480px;
  }
}

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

.comment-form input[type="checkbox"] + label,
.comment-form input[type="radio"] + label {
  display: inline-block;
}

.commentlist {
  margin: 0 0 1.2em;
}

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

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

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

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

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

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

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

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

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: #005A9A;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 4px;
}

.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 1em;
}

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

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

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

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

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

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}

.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.42857;
  margin-left: -6px;
  margin-right: -6px;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

.tagcloud > li {
  margin: 0 6px 0.5rem;
}

.wp-block-button.aligncenter {
  text-align: center;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.16667;
}

h2,
.h2,
.section-newsletter .gform_description {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.54167;
  margin-bottom: 0.83333em;
}

h4,
.h4,
.more-categories-slider h1,
.more-categories-slider .h1, label[for="ausfuehrung"] {
  font-size: 18px;
}



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

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

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }

  h2,
  .h2,
  .section-newsletter .gform_description {
    font-size: 32px;
  }

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

  h4,
  .h4,
  .more-categories-slider h1,
  .more-categories-slider .h1, label[for="ausfuehrung"] {
    font-size: 20px;
  }

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

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

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 52px;
  }

  h2,
  .h2,
  .section-newsletter .gform_description {
    font-size: 36px;
  }

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

  h4,
  .h4,
  .more-categories-slider h1,
  .more-categories-slider .h1, label[for="ausfuehrung"] {
    font-size: 20px;
  }

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

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

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 60px;
  }

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

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

  h4,
  .h4,
  .more-categories-slider h1,
  .more-categories-slider .h1, label[for="ausfuehrung"] {
    font-size: 20px;
  }

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h,
.subtitle-under,
.card-title,
.section-newsletter .gform_description, label[for="ausfuehrung"] {
  font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 .5em;
}

@media (min-width: 1200px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h,
  .subtitle-under,
  .card-title,
  .section-newsletter .gform_description, label[for="ausfuehrung"] {
    margin-bottom: 0.625em;
  }
}

.heading-block h1,
.gform_heading h1,
.heading-block .h1,
.gform_heading .h1,
.heading-block
  h2,
.gform_heading
  h2,
.heading-block .h2,
.gform_heading .h2,
.heading-block
  h3,
.gform_heading
  h3,
.heading-block .h3,
.gform_heading .h3,
.heading-block
  h4,
.gform_heading
  h4,
.heading-block .h4,
.gform_heading .h4,
.heading-block
  h5,
.gform_heading
  h5,
.heading-block .h5,
.gform_heading .h5,
.heading-block
  h6,
.gform_heading
  h6,
.heading-block .h6,
.gform_heading .h6,
.heading-block
  .h,
.gform_heading
  .h,
.heading-block .subtitle-under,
.heading-block .card-title,
.heading-block .section-newsletter .gform_description,
.section-newsletter .heading-block .gform_description,
.gform_heading .subtitle-under,
.gform_heading .card-title,
.gform_heading .section-newsletter .gform_description,
.section-newsletter .gform_heading .gform_description {
  margin-bottom: .25em;
}

.section-hero h1,
.section-map h1,
.section-newsletter h1,
.section-hero .h1,
.section-map .h1,
.section-newsletter .h1,
.section-hero
  h2,
.section-map
  h2,
.section-newsletter
  h2,
.section-hero .h2,
.section-map .h2,
.section-newsletter .h2,
.section-hero
  h3,
.section-map
  h3,
.section-newsletter
  h3,
.section-hero .h3,
.section-map .h3,
.section-newsletter .h3,
.section-hero
  h4,
.section-map
  h4,
.section-newsletter
  h4,
.section-hero .h4,
.section-map .h4,
.section-newsletter .h4,
.section-hero
  h5,
.section-map
  h5,
.section-newsletter
  h5,
.section-hero .h5,
.section-map .h5,
.section-newsletter .h5,
.section-hero
  h6,
.section-map
  h6,
.section-newsletter
  h6,
.section-hero .h6,
.section-map .h6,
.section-newsletter .h6,
.section-hero
  .h,
.section-map
  .h,
.section-newsletter
  .h,
.section-hero .subtitle-under,
.section-hero .card-title,
.section-hero .section-newsletter .gform_description,
.section-newsletter .section-hero .gform_description,
.section-map .subtitle-under,
.section-map .card-title,
.section-map .section-newsletter .gform_description,
.section-newsletter .section-map .gform_description,
.section-newsletter .subtitle-under,
.section-newsletter .card-title,
.section-newsletter .gform_description {
  color: inherit;
}

.h,
.subtitle-under,
.card-title,
.section-newsletter .gform_description {
  display: block;
}

@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 8.8vw;
    word-break: break-word;
  }
}

h2,
.h2 {
  margin-bottom: 0.775em;
}

p {
  margin: 0 0 1em;
}

p b,
p strong {
  color: #000;
  font-weight: 900;
}

a {
  transition: color 0.25s linear, background-color 0.25s linear, box-shadow 0.25s linear, border 0.25s linear, font-size 0.25s linear, opacity 0.25s linear, padding 0.25s linear;
  color: #005A9A;
  text-decoration: none;
}

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

a[href*="mailto:"] {
  word-wrap: break-word;
}

.heading-block,
.gform_heading {
  padding: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .heading-block,
  .gform_heading {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .heading-block,
  .gform_heading {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .heading-block,
  .gform_heading {
    padding-bottom: 2.875rem;
  }
}

@media (min-width: 1440px) {
  .heading-block,
  .gform_heading {
    padding-bottom: 3.3125rem;
  }
}

@media (min-width: 1200px) {
  .section-map .heading-block,
  .section-map
    .gform_heading {
    padding-bottom: 2.75rem;
  }
}

.heading-block .subtitle-under,
.gform_heading .subtitle-under {
  margin-top: -1px;
}

.subtitle,
.section-newsletter .gform_title {
  color: #005A9A;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.28571;
  letter-spacing: 0.2em;
  margin: 0 0 0.64286em;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .subtitle,
  .section-newsletter .gform_title {
    font-size: 2.75vw;
  }
}

.subtitle-under {
  display: block;
  font-size: 1.25rem;
  letter-spacing: -.02em;
  margin: 0 0 0.66667em;
}

@media (min-width: 1024px) {
  .subtitle-under {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .subtitle-under {
    font-size: 1.5rem;
  }
}

.title-number {
  color: #FECC2F;
  display: block;
  font-size: 1.5rem;
  line-height: 1.125;
  letter-spacing: -.024em;
  margin: 0 0 -3px 9px;
}

[id="header"] {
  transition: padding 0.25s ease-in-out;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  background: #fff;
  z-index: 9999;
}

@media (max-width: 990px) {
  [id="header"] {
    padding: 14px 0 0;
  }
}

@media (min-width: 991px) {
  [id="header"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 990px) {
  [id="header"].header-fixed-position,
  .header-fixed-position [id="header"] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media (max-width: 990px) {
  [id="header"] .container-fluid,
  [id="header"] .container,
  [id="header"] [class^="container-"],
  [id="header"] [class*=" container-"],
  [id="header"] .g-container,
  [id="header"] .g_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 991px) {
  [id="header"] .container-fluid,
  [id="header"] .container,
  [id="header"] [class^="container-"],
  [id="header"] [class*=" container-"],
  [id="header"] .g-container,
  [id="header"] .g_container {
    padding-right: 0;
  }
}

@media (min-width: 991px) {
  .header-fixed-position .header-holder {
    height: 91px;
    padding-bottom: 27px;
  }
}

@media (min-width: 1200px) {
  .header-fixed-position .header-holder {
    height: 95px;
  }
}

.header-fixed-position .menu-secondary ul,
.header-fixed-position .nav-drop li > ul {
  font-size: 90%;
  padding-top: 8px;
  padding-bottom: 10px;
}

@media (min-width: 991px) {
  .header-fixed-position .menu-secondary ul,
  .header-fixed-position .nav-drop li > ul {
    font-size: 1.08vw;
  }
}

@media (min-width: 1200px) {
  .header-fixed-position .menu-secondary ul,
  .header-fixed-position .nav-drop li > ul {
    font-size: 90%;
  }
}

.header-fixed-position .nav-drop li > ul {
  padding-bottom: 8px;
}

.header-fixed-position .header-logo-block {
  margin-bottom: 10px;
}

@media (min-width: 1440px) {
  .header-fixed-position .header-logo-block {
    margin-bottom: 8px;
  }
}

.header-holder {
  transition: height 0.25s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 34px;
}

@media (min-width: 991px) {
  .header-holder {
    height: 101px;
  }
}

@media (min-width: 1024px) {
  .header-holder {
    height: 105px;
    padding-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .header-holder {
    height: 120px;
    padding-bottom: 40px;
  }
}

.logo {
  transition: width 0.25s ease-in-out, min-width 0.25s ease-in-out;
  line-height: 1;
  width: 142px;
  min-width: 142px;
  margin: 0 20px 0 0;
}

@media (min-width: 768px) {
  .logo {
    width: 180px;
    min-width: 180px;
  }
}

@media (min-width: 991px) {
  .logo {
    margin-top: 7px;
  }
}

@media (min-width: 1024px) {
  .logo {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .logo {
    width: 276px;
    min-width: 276px;
    margin-right: 57px;
  }
}

.header-fixed-position .logo {
  width: 132px;
  min-width: 132px;
}

@media (min-width: 768px) {
  .header-fixed-position .logo {
    width: 160px;
    min-width: 160px;
  }
}

@media (min-width: 1200px) {
  .header-fixed-position .logo {
    width: 200px;
    min-width: 200px;
  }
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

[id="nav"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 991px) {
  [id="nav"] {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nav-drop {
  background: #fff;
  color: #000;
  line-height: 1.25;
}

@media (max-width: 990px) {
  .nav-drop {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    font-size: 1.125rem;
    max-height: calc(100vh - 62px);
    overflow-y: auto;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 991px) {
  .nav-drop {
    font-size: 0.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .nav-drop {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1440px) {
  .nav-drop {
    font-size: 1rem;
  }
}

@media (max-width: 990px) {
  .header-fixed-position .nav-drop {
    font-size: 0.9375rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 991px) {
  .header-fixed-position .nav-drop {
    font-size: 0.8125rem;
  }
}

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

@media (max-width: 990px) {
  .nav-drop > ul {
    margin: 0 0 0.75rem;
    text-align: center;
  }
}

@media (min-width: 991px) {
  .nav-drop > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.nav-drop > ul > li > a {
  font-weight: 900;
}

.nav-drop li {
  list-style: none;
}

@media (max-width: 990px) {
  .nav-drop li {
    position: relative;
  }
}

@media (min-width: 991px) {
  .nav-drop li + li {
    padding-left: 3vw;
  }
}

@media (min-width: 1440px) {
  .nav-drop li + li {
    padding-left: 50px;
  }
}

@media (max-width: 990px) {
  .nav-drop li.hover > ul,
  .nav-drop li:focus > ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    position: static;
  }
}

.nav-drop li > ul {
  top: 100%;
}

@media (min-width: 991px) {
  .nav-drop li > ul ul {
    padding-top: 0;
    position: absolute;
    left: 100%;
    top: 0;
    width: 120px;
  }
}

@media (max-width: 990px) {
  .nav-drop li a:not(.btn) {
    display: block;
    padding: 7px 0 10px;
  }
}

.nav-drop .button-block {
  text-align: center;
}

@media (min-width: 991px) {
  .nav-drop .btn {
    margin-bottom: 1px;
  }
}

@media (min-width: 1440px) {
  .nav-drop .btn {
    min-width: 278px;
  }
}

.header-fixed-position .nav-drop .btn {
  font-size: 0.8125rem;
  padding: 10px 15px 7px;
}

@media (max-width: 990px) {
  .nav-drop .language-block {
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 991px) {
  .nav-drop .language-block {
    display: none !important;
  }
}

.nav-drop,
.menu-secondary {
  transition: all 0.25s ease-in-out;
  line-height: 1.42857;
}

.nav-drop ul > li.active > a,
.nav-drop ul > li.hover > a,
.nav-drop ul > li:focus > a,
.menu-secondary ul > li.active > a,
.menu-secondary ul > li.hover > a,
.menu-secondary ul > li:focus > a {
  color: #005A9A;
}

.nav-drop a:not(.btn),
.menu-secondary a:not(.btn) {
  color: inherit;
  text-decoration: none;
}

.nav-drop a:not(.btn):hover,
.nav-drop a:not(.btn):focus,
.menu-secondary a:not(.btn):hover,
.menu-secondary a:not(.btn):focus {
  color: #005A9A;
}

.menu-secondary {
  color: #000;
}

@media (max-width: 990px) {
  .menu-secondary {
    background: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    min-height: 30px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: translate(0, -100%);
    left: 0;
    right: 0;
  }
}

@media (min-width: 991px) {
  .menu-secondary {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .menu-secondary {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1440px) {
  /*.menu-secondary {
    padding-left: 121px;
    padding-right: 121px;
  }*/
}

.menu-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -999px;
  right: -999px;
  background: #fff;
  z-index: 0;
}

.menu-secondary ul {
  line-height: 1;
}

@media (max-width: 990px) {
  .menu-secondary ul {
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 33px;
    margin-bottom: -17px;
    padding-top: 7px;
    padding-bottom: 17px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.menu-secondary ul > li {
  padding: 0 1.5vw;
}

.menu-secondary ul a {
  white-space: nowrap;
}

.nav-drop li > ul,
.menu-secondary > ul {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  background: #fff;
  font-weight: 600;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media (max-width: 990px) {
  .nav-drop li > ul,
  .menu-secondary > ul {
    font-size: 90%;
  }
}

@media (min-width: 991px) {
  .nav-drop li > ul,
  .menu-secondary > ul {
    font-size: 1.17vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 100px 11px 0;
    min-height: 35px;
    position: relative;
  }

  .nav-drop li > ul:before,
  .menu-secondary > ul:before {
    content: "";
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    height: 1px;
    background: #FECC2F;
  }
}

@media (min-width: 1024px) {
  .nav-drop li > ul,
  .menu-secondary > ul {
    padding-top: 12px;
    padding-bottom: 11px;
    min-height: 35px;
  }
}

@media (min-width: 1200px) {
  .nav-drop li > ul,
  .menu-secondary > ul {
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 110px;
  }
}

@media (min-width: 1440px) {
  .nav-drop li > ul,
  .menu-secondary > ul {
    padding-right: 190px;
  }
}

@media (min-width: 991px) {
  .nav-drop li > ul li,
  .menu-secondary > ul li {
    padding: 0 .75vw;
  }

  .nav-drop li > ul li:first-child,
  .menu-secondary > ul li:first-child {
    padding-left: 0;
  }

  .nav-drop li > ul li:last-child,
  .menu-secondary > ul li:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .nav-drop li > ul li,
  .menu-secondary > ul li {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (min-width: 1440px) {
  .nav-drop li > ul li,
  .menu-secondary > ul li {
    padding-left: 16px;
    padding-right: 17px;
  }
}

.header-right-block {
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

@media (max-width: 990px) {
  .header-right-block {
    margin: 0 5px 0 -5px;
  }
}

@media (min-width: 991px) {
  .header-right-block {
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .header-right-block .header-block .link-text {
    display: none;
  }
}

@media (max-width: 990px) {
  .header-right-block .language-block {
    display: none !important;
  }
}

.header-block {
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  padding: 9px;
  text-align: center;
}

@media (max-width: 990px) {
  .header-block {
    font-size: 12px;
  }
}

@media (min-width: 991px) {
  .header-block {
    border-left: 1px solid #FECC2F;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
  }
}

@media (min-width: 991px) {
  .header-fixed-position .header-block {
    font-size: 12px;
    padding: 3px 3px  !important;
  }
}

@media (min-width: 1200px) {
  .header-fixed-position .header-block {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .header-fixed-position .header-block [class^="icon-"],
  .header-fixed-position .header-block [class*=" icon-"] {
    font-size: 16px;
  }
}

@media (min-width: 991px) {
  .header-block:nth-last-child(3):first-child,
  .header-block:nth-last-child(3):first-child ~ .header-block {
    -ms-flex: 1 1 70px;
    flex: 1 1 70px;
    width: 70px;
    height: 70px;
  }

  .header-fixed-position .header-block:nth-last-child(3):first-child,
  .header-fixed-position
      .header-block:nth-last-child(3):first-child ~ .header-block {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 1200px) {
  .header-block:nth-last-child(3):first-child,
  .header-block:nth-last-child(3):first-child ~ .header-block {
    -ms-flex-preferred-size: 101px;
    flex-basis: 101px;
    width: 101px;
    height: 80px;
  }

  .header-fixed-position .header-block:nth-last-child(3):first-child,
  .header-fixed-position
      .header-block:nth-last-child(3):first-child ~ .header-block {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    width: 80px;
    height: 64px;
    padding: 6px 6px  !important;
  }
}

@media (min-width: 1200px) {
  .header-block:nth-last-child(3):first-child.language-block,
  .header-block:nth-last-child(3):first-child ~ .header-block.language-block {
    -ms-flex-preferred-size: 108px;
    flex-basis: 108px;
    width: 108px;
  }

  .header-fixed-position .header-block:nth-last-child(3):first-child.language-block,
  .header-fixed-position
      .header-block:nth-last-child(3):first-child ~ .header-block.language-block {
    -ms-flex-preferred-size: 86px;
    flex-basis: 86px;
    width: 86px;
  }
}

@media (min-width: 991px) {
  .header-block:nth-last-child(4):first-child,
  .header-block:nth-last-child(4):first-child ~ .header-block {
    -ms-flex: 1 1 70px;
    flex: 1 1 70px;
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 991px) and (min-width: 991px) {
  .header-fixed-position .header-block:nth-last-child(4):first-child,
  .header-fixed-position
    .header-block:nth-last-child(4):first-child ~ .header-block {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 991px) and (min-width: 1200px) {
  .header-fixed-position .header-block:nth-last-child(4):first-child,
  .header-fixed-position
    .header-block:nth-last-child(4):first-child ~ .header-block {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    width: 64px;
    height: 64px;
    padding: 6px 6px  !important;
  }
}

@media (min-width: 1200px) {
  .header-block:nth-last-child(4):first-child,
  .header-block:nth-last-child(4):first-child ~ .header-block {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    width: 80px;
    height: 80px;
  }
}

.header-block a {
  color: inherit;
  text-decoration: none;
}

.header-block a:hover,
.header-block a:focus {
  color: #005A9A;
}

.header-block select,
.header-block input {
  margin-bottom: 0;
}

.header-block.language-block {
  padding: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .header-block.language-block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
    min-width: 0;
  }
}

@media (min-width: 991px) {
  .header-block.language-block {
    padding: 10px 13px;
  }
}

.header-block.account-block,
.header-block.search-block,
.header-block.inquiry-block {
  border-left: 0;
}

.header-block [class^="icon-"],
.header-block [class*=" icon-"],
.header-block .link-text {
  display: block;
}

.header-block [class^="icon-"],
.header-block [class*=" icon-"] {
  font-size: 16px;
}

@media (min-width: 768px) {
  .header-block [class^="icon-"],
  .header-block [class*=" icon-"] {
    margin: 0 0 6px;
  }
}

@media (min-width: 1200px) {
  .header-block [class^="icon-"],
  .header-block [class*=" icon-"] {
    font-size: 18px;
    margin-bottom: 9px;
  }
}

.language-block select,
.language-block .jcf-select {
  display: inline-block;
  box-shadow: none;
  height: auto;
  margin: 0;
  min-width: 0;
}

@media (min-width: 991px) {
  .language-block select,
  .language-block .jcf-select {
    border-color: transparent;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.language-block .jcf-select .jcf-select-text {
  line-height: 28px;
  margin-left: 10px;
  margin-right: 18px;
}

@media (min-width: 991px) {
  .language-block .jcf-select .jcf-select-text {
    margin-left: 0;
  }
}

.language-block .jcf-select .jcf-select-opener {
  width: 16px;
}

@media (min-width: 991px) {
  .language-block .jcf-select .jcf-select-opener {
    width: 10px;
  }
}

.language-block .jcf-select .jcf-select-opener:after {
  right: 4px;
}

@media (min-width: 991px) {
  .language-block .jcf-select .jcf-select-opener:after {
    right: 0;
  }
}

.language-block .jcf-select-drop .jcf-select-drop-content {
  border-color: #DBDBDB;
}

.language-block .jcf-list .jcf-option {
  padding: 3px 5px;
}

.jcf-select-language.jcf-select-drop {
  font-size: 12px;
  line-height: 1.5;
  min-width: 60px;
  text-align: center;
  margin-left: -12px;
}

.jcf-select-language.jcf-select-drop .jcf-select-drop-content {
  border-color: #DBDBDB;
}

.jcf-select-language .jcf-list .jcf-option {
  padding: 6px 10px;
}

.account-block,
.inquiry-block {
  background: #FECC2F;
}

.account-block a,
.inquiry-block a {
  color: inherit;
  text-decoration: none;
}

.account-block a:hover,
.account-block a:focus,
.inquiry-block a:hover,
.inquiry-block a:focus {
  color: #005A9A;
}

.search-block {
  background: #005A9A;
  color: #fff;
}

.search-block a {
  color: inherit;
  text-decoration: none;
}

.search-block a:hover,
.search-block a:focus {
  color: #FECC2F;
}

.header-logo-block {
  line-height: 0;
}

@media (max-width: 990px) {
  .header-logo-block {
    display: none;
  }
}

@media (min-width: 991px) {
  .header-logo-block {
    width: 70px;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 10;
    margin: 0 0 13px;
  }
}

@media (min-width: 1200px) {
  .header-logo-block {
    margin-bottom: 12px;
    width: 85px;
  }
}

@media (min-width: 1440px) {
  .header-logo-block {
    margin-bottom: 11px;
    width: 101px;
    right: 5vw;
  }
}

.header-logo-block a {
  display: block;
  line-height: inherit;
}

.nav-opener {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  z-index: 99;
}

@media (min-width: 991px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  transition: background-color 0.25s ease-in-out, transform 0.25s ease-in-out;
  background: #005A9A;
  position: absolute;
  top: 16px;
  left: 15%;
  right: 15%;
  height: 2px;
  margin-top: -1px;
}

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 10px;
}

.nav-opener:after {
  top: 22px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span,
.nav-opener:focus:before,
.nav-opener:focus:after,
.nav-opener:focus span {
  background-color: #003c67;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

[id="wrapper"] {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 5.125rem 0 0;
}

@media (min-width: 768px) {
  [id="wrapper"] {
    padding-top: 6.25rem;
  }
}

@media (min-width: 1024px) {
  [id="wrapper"] {
    padding-top: 6.5625rem;
  }
}

@media (min-width: 1200px) {
  [id="wrapper"] {
    padding-top: 7.25rem;
  }
}

@media (min-width: 1440px) {
  [id="wrapper"] {
    padding-top: 7.5rem;
  }
}

.full-width-container,
.container-fluid,
.container,
[class^="container-"],
[class*=" container-"],
.g-container,
.g_container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .full-width-container,
  .container-fluid,
  .container,
  [class^="container-"],
  [class*=" container-"],
  .g-container,
  .g_container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.full-width-container .g-container,
.full-width-container .g_container,
.container-fluid .g-container,
.container-fluid .g_container,
.container .g-container,
.container .g_container,
[class^="container-"] .g-container,
[class^="container-"] .g_container,
[class*=" container-"] .g-container,
[class*=" container-"] .g_container,
.g-container .g-container,
.g-container .g_container,
.g_container .g-container,
.g_container .g_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container,
[class^="container-"],
[class*=" container-"],
.g-container,
.g_container {
  max-width: 1220px;
}

.container-sm {
  max-width: 914px;
}

.container-md {
  max-width: 1040px;
}

.container-xl {
  max-width: 1440px;
}
/*
@media (min-width: 1440px) {
  .container-xl {
    padding-left: 121px;
    padding-right: 121px;
  }
}

.container-xl-right {
  max-width: 1440px;
}

@media (min-width: 1440px) {
  .container-xl-right {
    padding-right: 121px;
  }
}

@media (min-width: 1440px) {
  .full-width-container {
    padding-left: calc((100vw - 1220px) / 2 + 2px);
  }
}

@media (min-width: 1440px) {
  .container-fluid .full-width-container {
    margin-left: -60px;
    margin-right: -60px;
  }
} */

.section-main {
  padding: 2rem 0;
}

@media (min-width: 1024px) {
  .section-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-main {
    padding-top: 4.5625rem;
    padding-bottom: 4rem;
  }
}

.bg-section-primary {
  background-color: #003357;
  color: #fff;
}

.bg-section-primary .subtitle,
.bg-section-primary .section-newsletter .gform_title,
.section-newsletter .bg-section-primary .gform_title,
.bg-section-primary .subtitle-under,
.bg-section-primary .title-number {
  color: #FECC2F;
}

@keyframes slideOutLeftHero {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideOutLeftHero {
  animation-name: slideOutLeft;
}

.btn,
.button,
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
.bg-section-primary:not(.section-newsletter) button,
.bg-section-primary:not(.section-newsletter) input[type='button'],
.bg-section-primary:not(.section-newsletter) input[type='reset'],
.bg-section-primary:not(.section-newsletter) input[type='file'],
.bg-section-primary:not(.section-newsletter) input[type='submit'],
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a,
.wp-block-button__link,
.woocommerce #respond input#submit,
.woocommerce #respond input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
  background-color: #005A9A;
  color: #fff;
  border-color: #005A9A;
  border: 1px solid #005A9A;
  border-radius: 5px;
  display: inline-block;
  font: 900 14px/18px "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
  padding: 9px 15px 11px;
  vertical-align: top;
  text-align: center;
}

.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='file'],
input:hover[type='submit'],
.bg-section-primary:not(.section-newsletter) button:hover,
.bg-section-primary:not(.section-newsletter) input:hover[type='button'],
.bg-section-primary:not(.section-newsletter) input:hover[type='reset'],
.bg-section-primary:not(.section-newsletter) input:hover[type='file'],
.bg-section-primary:not(.section-newsletter) input:hover[type='submit'],
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.wp-block-button__link:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='file'],
input:focus[type='submit'],
.bg-section-primary:not(.section-newsletter) button:focus,
.bg-section-primary:not(.section-newsletter) input:focus[type='button'],
.bg-section-primary:not(.section-newsletter) input:focus[type='reset'],
.bg-section-primary:not(.section-newsletter) input:focus[type='file'],
.bg-section-primary:not(.section-newsletter) input:focus[type='submit'],
.nav-links .next:focus,
.nav-links .prev:focus,
.navigation .next:focus,
.navigation .prev:focus,
.navigation-comments .next:focus,
.navigation-comments .prev:focus,
.navigation-single .next a:focus,
.navigation-single .prev a:focus,
.wp-block-button__link:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input.button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  background-color: #003c67;
  color: #fff;
  border-color: #003c67;
}

@media (max-width: 479px) {
  .btn,
  .button,
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'],
  .bg-section-primary:not(.section-newsletter) button,
  .bg-section-primary:not(.section-newsletter) input[type='button'],
  .bg-section-primary:not(.section-newsletter) input[type='reset'],
  .bg-section-primary:not(.section-newsletter) input[type='file'],
  .bg-section-primary:not(.section-newsletter) input[type='submit'],
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a,
  .wp-block-button__link,
  .woocommerce #respond input#submit,
  .woocommerce #respond input.button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce button.button.alt,
  .woocommerce input.button,
  .woocommerce input.button.alt {
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .btn,
  .button,
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'],
  .bg-section-primary:not(.section-newsletter) button,
  .bg-section-primary:not(.section-newsletter) input[type='button'],
  .bg-section-primary:not(.section-newsletter) input[type='reset'],
  .bg-section-primary:not(.section-newsletter) input[type='file'],
  .bg-section-primary:not(.section-newsletter) input[type='submit'],
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev,
  .navigation-single .next a,
  .navigation-single .prev a,
  .wp-block-button__link,
  .woocommerce #respond input#submit,
  .woocommerce #respond input.button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce button.button.alt,
  .woocommerce input.button,
  .woocommerce input.button.alt {
    font-size: 16px;
    padding: 14px 20px 16px;
  }
}

.bg-section-primary .btn:hover,
.bg-section-primary .btn:focus,
.bg-section-primary
  .button:hover,
.bg-section-primary
  .button:focus,
.bg-section-primary button:hover,
.bg-section-primary input:hover[type='button'],
.bg-section-primary input:hover[type='reset'],
.bg-section-primary input:hover[type='file'],
.bg-section-primary input:hover[type='submit'],
.bg-section-primary .nav-links .next:hover,
.nav-links .bg-section-primary .next:hover,
.bg-section-primary .nav-links .prev:hover,
.nav-links .bg-section-primary .prev:hover,
.bg-section-primary .navigation .next:hover,
.navigation .bg-section-primary .next:hover,
.bg-section-primary .navigation .prev:hover,
.navigation .bg-section-primary .prev:hover,
.bg-section-primary .navigation-comments .next:hover,
.navigation-comments .bg-section-primary .next:hover,
.bg-section-primary .navigation-comments .prev:hover,
.navigation-comments .bg-section-primary .prev:hover,
.bg-section-primary .navigation-single .next a:hover,
.navigation-single .next .bg-section-primary a:hover,
.bg-section-primary .navigation-single .prev a:hover,
.navigation-single .prev .bg-section-primary a:hover,
.bg-section-primary .wp-block-button__link:hover,
.bg-section-primary .woocommerce #respond input#submit:hover,
.woocommerce #respond .bg-section-primary input#submit:hover,
.bg-section-primary .woocommerce #respond input.button:hover,
.woocommerce #respond .bg-section-primary input.button:hover,
.bg-section-primary .woocommerce a.button:hover,
.woocommerce .bg-section-primary a.button:hover,
.bg-section-primary .woocommerce button.button.alt:hover,
.woocommerce .bg-section-primary button.button.alt:hover,
.bg-section-primary .woocommerce input.button:hover,
.woocommerce .bg-section-primary input.button:hover,
.bg-section-primary button:focus,
.bg-section-primary input:focus[type='button'],
.bg-section-primary input:focus[type='reset'],
.bg-section-primary input:focus[type='file'],
.bg-section-primary input:focus[type='submit'],
.bg-section-primary .nav-links .next:focus,
.nav-links .bg-section-primary .next:focus,
.bg-section-primary .nav-links .prev:focus,
.nav-links .bg-section-primary .prev:focus,
.bg-section-primary .navigation .next:focus,
.navigation .bg-section-primary .next:focus,
.bg-section-primary .navigation .prev:focus,
.navigation .bg-section-primary .prev:focus,
.bg-section-primary .navigation-comments .next:focus,
.navigation-comments .bg-section-primary .next:focus,
.bg-section-primary .navigation-comments .prev:focus,
.navigation-comments .bg-section-primary .prev:focus,
.bg-section-primary .navigation-single .next a:focus,
.navigation-single .next .bg-section-primary a:focus,
.bg-section-primary .navigation-single .prev a:focus,
.navigation-single .prev .bg-section-primary a:focus,
.bg-section-primary .wp-block-button__link:focus,
.bg-section-primary .woocommerce #respond input#submit:focus,
.woocommerce #respond .bg-section-primary input#submit:focus,
.bg-section-primary .woocommerce #respond input.button:focus,
.woocommerce #respond .bg-section-primary input.button:focus,
.bg-section-primary .woocommerce a.button:focus,
.woocommerce .bg-section-primary a.button:focus,
.bg-section-primary .woocommerce button.button.alt:focus,
.woocommerce .bg-section-primary button.button.alt:focus,
.bg-section-primary .woocommerce input.button:focus,
.woocommerce .bg-section-primary input.button:focus {
  background-color: #0078cd !important;
  border-color: #0078cd !important;
}

.btn-default,
.button-default {
  background-color: #005A9A;
  color: #fff;
  border-color: #005A9A;
}

.btn-default:hover,
.btn-default:focus,
.button-default:hover,
.button-default:focus {
  background-color: #003c67;
  color: #fff;
  border-color: #003c67;
}

.btn-primary,
.button-primary {
  background-color: #005A9A;
  color: #fff;
  border-color: #005A9A;
}

.btn-primary:hover,
.btn-primary:focus,
.button-primary:hover,
.button-primary:focus {
  background-color: #003c67;
  color: #fff;
  border-color: #003c67;
}

.btn-warning,
.button-warning {
  background-color: #FECC2F;
  color: #000;
  border-color: #FECC2F;
}

.btn-warning:hover,
.btn-warning:focus,
.button-warning:hover,
.button-warning:focus {
  background-color: #dfaa01;
  color: #000;
  border-color: #dfaa01;
}

.section-newsletter .btn-warning,
.section-newsletter
    .button-warning {
  background-color: #005A9A;
  border-color: #005A9A;
  color: #fff;
}

.section-newsletter .btn-warning:hover,
.section-newsletter .btn-warning:focus,
.section-newsletter
      .button-warning:hover,
.section-newsletter
      .button-warning:focus {
  background-color: #0069b4;
  border-color: #0069b4;
  color: #fff;
}

.btn-sm,
.button-sm {
  border-radius: 3px;
  padding: 4px 10px;
}

.btn-outline,
.button-outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #002d4e;
  color: #000;
}

.btn-outline:hover,
.btn-outline:focus,
.button-outline:hover,
.button-outline:focus {
  color: #005A9A;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #001e34;
}

.nav-links .btn,
.navigation .btn,
.navigation-comments .btn,
.nav-links
  .button,
.navigation
  .button,
.navigation-comments
  .button,
.nav-links button,
.nav-links input[type='button'],
.nav-links input[type='reset'],
.nav-links input[type='file'],
.nav-links input[type='submit'],
.nav-links .bg-section-primary:not(.section-newsletter) button,
.bg-section-primary:not(.section-newsletter) .nav-links button,
.nav-links .bg-section-primary:not(.section-newsletter) input[type='button'],
.bg-section-primary:not(.section-newsletter) .nav-links input[type='button'],
.nav-links .bg-section-primary:not(.section-newsletter) input[type='reset'],
.bg-section-primary:not(.section-newsletter) .nav-links input[type='reset'],
.nav-links .bg-section-primary:not(.section-newsletter) input[type='file'],
.bg-section-primary:not(.section-newsletter) .nav-links input[type='file'],
.nav-links .bg-section-primary:not(.section-newsletter) input[type='submit'],
.bg-section-primary:not(.section-newsletter) .nav-links input[type='submit'],
.nav-links .next,
.nav-links .prev,
.nav-links .navigation-single .next a,
.navigation-single .next .nav-links a,
.nav-links .navigation-single .prev a,
.navigation-single .prev .nav-links a,
.nav-links .wp-block-button__link,
.nav-links .woocommerce #respond input#submit,
.woocommerce #respond .nav-links input#submit,
.nav-links .woocommerce #respond input.button,
.woocommerce #respond .nav-links input.button,
.nav-links .woocommerce a.button,
.woocommerce .nav-links a.button,
.nav-links .woocommerce button.button,
.woocommerce .nav-links button.button,
.nav-links .woocommerce input.button,
.woocommerce .nav-links input.button,
.navigation button,
.navigation input[type='button'],
.navigation input[type='reset'],
.navigation input[type='file'],
.navigation input[type='submit'],
.navigation .bg-section-primary:not(.section-newsletter) button,
.bg-section-primary:not(.section-newsletter) .navigation button,
.navigation .bg-section-primary:not(.section-newsletter) input[type='button'],
.bg-section-primary:not(.section-newsletter) .navigation input[type='button'],
.navigation .bg-section-primary:not(.section-newsletter) input[type='reset'],
.bg-section-primary:not(.section-newsletter) .navigation input[type='reset'],
.navigation .bg-section-primary:not(.section-newsletter) input[type='file'],
.bg-section-primary:not(.section-newsletter) .navigation input[type='file'],
.navigation .bg-section-primary:not(.section-newsletter) input[type='submit'],
.bg-section-primary:not(.section-newsletter) .navigation input[type='submit'],
.navigation .next,
.navigation .prev,
.navigation .navigation-single .next a,
.navigation-single .next .navigation a,
.navigation .navigation-single .prev a,
.navigation-single .prev .navigation a,
.navigation .wp-block-button__link,
.navigation .woocommerce #respond input#submit,
.woocommerce #respond .navigation input#submit,
.navigation .woocommerce #respond input.button,
.woocommerce #respond .navigation input.button,
.navigation .woocommerce a.button,
.woocommerce .navigation a.button,
.navigation .woocommerce button.button,
.woocommerce .navigation button.button,
.navigation .woocommerce input.button,
.woocommerce .navigation input.button,
.navigation-comments button,
.navigation-comments input[type='button'],
.navigation-comments input[type='reset'],
.navigation-comments input[type='file'],
.navigation-comments input[type='submit'],
.navigation-comments .bg-section-primary:not(.section-newsletter) button,
.bg-section-primary:not(.section-newsletter) .navigation-comments button,
.navigation-comments .bg-section-primary:not(.section-newsletter) input[type='button'],
.bg-section-primary:not(.section-newsletter) .navigation-comments input[type='button'],
.navigation-comments .bg-section-primary:not(.section-newsletter) input[type='reset'],
.bg-section-primary:not(.section-newsletter) .navigation-comments input[type='reset'],
.navigation-comments .bg-section-primary:not(.section-newsletter) input[type='file'],
.bg-section-primary:not(.section-newsletter) .navigation-comments input[type='file'],
.navigation-comments .bg-section-primary:not(.section-newsletter) input[type='submit'],
.bg-section-primary:not(.section-newsletter) .navigation-comments input[type='submit'],
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .navigation-single .next a,
.navigation-single .next .navigation-comments a,
.navigation-comments .navigation-single .prev a,
.navigation-single .prev .navigation-comments a,
.navigation-comments .wp-block-button__link,
.navigation-comments .woocommerce #respond input#submit,
.woocommerce #respond .navigation-comments input#submit,
.navigation-comments .woocommerce #respond input.button,
.woocommerce #respond .navigation-comments input.button,
.navigation-comments .woocommerce a.button,
.woocommerce .navigation-comments a.button,
.navigation-comments .woocommerce button.button,
.woocommerce .navigation-comments button.button,
.navigation-comments .woocommerce input.button,
.woocommerce .navigation-comments input.button {
  margin-bottom: 0;
}

.btn [class^="fa-"],
.btn [class*=" fa-"],
.btn [class^="icon-"],
.btn [class*=" icon-"],
.button [class^="fa-"],
.button [class*=" fa-"],
.button [class^="icon-"],
.button [class*=" icon-"],
button [class^="fa-"],
input[type='button'] [class^="fa-"],
input[type='reset'] [class^="fa-"],
input[type='file'] [class^="fa-"],
input[type='submit'] [class^="fa-"],
.bg-section-primary:not(.section-newsletter) button [class^="fa-"],
.bg-section-primary:not(.section-newsletter) input[type='button'] [class^="fa-"],
.bg-section-primary:not(.section-newsletter) input[type='reset'] [class^="fa-"],
.bg-section-primary:not(.section-newsletter) input[type='file'] [class^="fa-"],
.bg-section-primary:not(.section-newsletter) input[type='submit'] [class^="fa-"],
.nav-links .next [class^="fa-"],
.nav-links .prev [class^="fa-"],
.navigation .next [class^="fa-"],
.navigation .prev [class^="fa-"],
.navigation-comments .next [class^="fa-"],
.navigation-comments .prev [class^="fa-"],
.navigation-single .next a [class^="fa-"],
.navigation-single .prev a [class^="fa-"],
.wp-block-button__link [class^="fa-"],
.woocommerce #respond input#submit [class^="fa-"],
.woocommerce #respond input.button [class^="fa-"],
.woocommerce a.button [class^="fa-"],
.woocommerce button.button [class^="fa-"],
.woocommerce input.button [class^="fa-"],
button [class*=" fa-"],
input[type='button'] [class*=" fa-"],
input[type='reset'] [class*=" fa-"],
input[type='file'] [class*=" fa-"],
input[type='submit'] [class*=" fa-"],
.bg-section-primary:not(.section-newsletter) button [class*=" fa-"],
.bg-section-primary:not(.section-newsletter) input[type='button'] [class*=" fa-"],
.bg-section-primary:not(.section-newsletter) input[type='reset'] [class*=" fa-"],
.bg-section-primary:not(.section-newsletter) input[type='file'] [class*=" fa-"],
.bg-section-primary:not(.section-newsletter) input[type='submit'] [class*=" fa-"],
.nav-links .next [class*=" fa-"],
.nav-links .prev [class*=" fa-"],
.navigation .next [class*=" fa-"],
.navigation .prev [class*=" fa-"],
.navigation-comments .next [class*=" fa-"],
.navigation-comments .prev [class*=" fa-"],
.navigation-single .next a [class*=" fa-"],
.navigation-single .prev a [class*=" fa-"],
.wp-block-button__link [class*=" fa-"],
.woocommerce #respond input#submit [class*=" fa-"],
.woocommerce #respond input.button [class*=" fa-"],
.woocommerce a.button [class*=" fa-"],
.woocommerce button.button [class*=" fa-"],
.woocommerce input.button [class*=" fa-"],
button [class^="icon-"],
input[type='button'] [class^="icon-"],
input[type='reset'] [class^="icon-"],
input[type='file'] [class^="icon-"],
input[type='submit'] [class^="icon-"],
.bg-section-primary:not(.section-newsletter) button [class^="icon-"],
.bg-section-primary:not(.section-newsletter) input[type='button'] [class^="icon-"],
.bg-section-primary:not(.section-newsletter) input[type='reset'] [class^="icon-"],
.bg-section-primary:not(.section-newsletter) input[type='file'] [class^="icon-"],
.bg-section-primary:not(.section-newsletter) input[type='submit'] [class^="icon-"],
.nav-links .next [class^="icon-"],
.nav-links .prev [class^="icon-"],
.navigation .next [class^="icon-"],
.navigation .prev [class^="icon-"],
.navigation-comments .next [class^="icon-"],
.navigation-comments .prev [class^="icon-"],
.navigation-single .next a [class^="icon-"],
.navigation-single .prev a [class^="icon-"],
.wp-block-button__link [class^="icon-"],
.woocommerce #respond input#submit [class^="icon-"],
.woocommerce #respond input.button [class^="icon-"],
.woocommerce a.button [class^="icon-"],
.woocommerce button.button [class^="icon-"],
.woocommerce input.button [class^="icon-"],
button [class*=" icon-"],
input[type='button'] [class*=" icon-"],
input[type='reset'] [class*=" icon-"],
input[type='file'] [class*=" icon-"],
input[type='submit'] [class*=" icon-"],
.bg-section-primary:not(.section-newsletter) button [class*=" icon-"],
.bg-section-primary:not(.section-newsletter) input[type='button'] [class*=" icon-"],
.bg-section-primary:not(.section-newsletter) input[type='reset'] [class*=" icon-"],
.bg-section-primary:not(.section-newsletter) input[type='file'] [class*=" icon-"],
.bg-section-primary:not(.section-newsletter) input[type='submit'] [class*=" icon-"],
.nav-links .next [class*=" icon-"],
.nav-links .prev [class*=" icon-"],
.navigation .next [class*=" icon-"],
.navigation .prev [class*=" icon-"],
.navigation-comments .next [class*=" icon-"],
.navigation-comments .prev [class*=" icon-"],
.navigation-single .next a [class*=" icon-"],
.navigation-single .prev a [class*=" icon-"],
.wp-block-button__link [class*=" icon-"],
.woocommerce #respond input#submit [class*=" icon-"],
.woocommerce #respond input.button [class*=" icon-"],
.woocommerce a.button [class*=" icon-"],
.woocommerce button.button [class*=" icon-"],
.woocommerce input.button [class*=" icon-"] {
  font-weight: unset;
}

.btn-container {
  padding: 0.3125rem 0 0;
}

@media (min-width: 1200px) {
  .btn-container .btn {
    min-width: 246px;
  }
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}

.btn-group > .btn + .btn {
  border-left: 0;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  .btn-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.btn-wrap .btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 10px;
}

@media (min-width: 480px) {
  .btn-wrap .btn + .btn {
    margin-left: 11px;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .btn-wrap .btn + .btn {
    margin-left: 21px;
  }
}

.btn-play,
.btn-pause,
.btn-circle {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  background: #005A9A;
  color: #fff;
  border-radius: 50%;
  position: relative;
}

.btn-play:hover,
.btn-play:focus,
.btn-pause:hover,
.btn-pause:focus,
.btn-circle:hover,
.btn-circle:focus {
  background-color: #003c67;
  color: #fff;
}

.btn-play [class^="fa-"],
.btn-play [class*=" fa-"],
.btn-play [class^="icon-"],
.btn-play [class*=" icon-"],
.btn-pause [class^="fa-"],
.btn-pause [class*=" fa-"],
.btn-pause [class^="icon-"],
.btn-pause [class*=" icon-"],
.btn-circle [class^="fa-"],
.btn-circle [class*=" fa-"],
.btn-circle [class^="icon-"],
.btn-circle [class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  text-indent: 0;
}

.btn-circle {
  font-size: 18px;
}

.btn-play [class^="fa-"],
.btn-play [class*=" fa-"],
.btn-play [class^="icon-"],
.btn-play [class*=" icon-"] {
  font-size: 12px;
  margin: 0 0 0 2px;
}

.btn-pause [class^="fa-"],
.btn-pause [class*=" fa-"],
.btn-pause [class^="icon-"],
.btn-pause [class*=" icon-"] {
  font-size: 12px;
}

.btn-circle .ico-plus-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.btn-to-top {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  padding: 26px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .btn-to-top {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .btn-to-top {
    font-size: 0.875rem;
  }
}

.btn-to-top:before {
  content: "";
  font: 16px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}

.btn-close {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  border-radius: 50%;
  position: relative;
}

.btn-close:hover:after,
.btn-close:hover:before,
.btn-close:focus:after,
.btn-close:focus:before {
  background-color: #005A9A;
}

.btn-close:after,
.btn-close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}

.btn-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sound-switcher {
  width: 26px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.sound-switcher input[type="checkbox"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.sound-switcher input[type="checkbox"]:checked + .volume-ico .fa-volume,
.sound-switcher input[type="checkbox"]:checked + .volume-ico .icon-volume,
.sound-switcher input[type="checkbox"]:checked + .volume-ico .icon-volume-up {
  opacity: 0;
  visibility: hidden;
}

.sound-switcher input[type="checkbox"]:checked + .volume-ico .fa-volume-slash,
.sound-switcher input[type="checkbox"]:checked + .volume-ico .icon-volume-slash {
  opacity: 1;
  visibility: visible;
}

.sound-switcher input[type="checkbox"] + .volume-ico .fa-volume,
.sound-switcher input[type="checkbox"] + .volume-ico .icon-volume,
.sound-switcher input[type="checkbox"] + .volume-ico .icon-volume-up {
  opacity: 1;
  visibility: visible;
}

.sound-switcher input[type="checkbox"] + .volume-ico .fa-volume-slash,
.sound-switcher input[type="checkbox"] + .volume-ico .icon-volume-slash {
  opacity: 0;
  visibility: hidden;
}

.sound-switcher .sound-switcher-label {
  cursor: pointer;
  font-size: 1rem;
}

.sound-switcher .sound-switcher-label,
.sound-switcher .volume-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sound-switcher .fa-volume,
.sound-switcher .icon-volume,
.sound-switcher .icon-volume-up,
.sound-switcher .fa-volume-slash,
.sound-switcher .icon-volume-slash {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.link-more {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.125;
  letter-spacing: .045em;
  padding: 0 3px 4px;
  position: relative;
}

.link-more:hover:after,
.link-more:focus:after {
  width: 25%;
}

.link-more:after {
  transition: width 0.25s ease-in-out;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  top: 100%;
  width: 100%;
  height: 2px;
  background: #005A9A;
}

.link-block {
  padding: 0.875rem 0 0;
}

.card-title {
  display: block;
  letter-spacing: -.015em;
  margin: 0 0 0.41667em;
}

@media (min-width: 1024px) {
  .card-title {
    text-shadow: 0 0 10px #fff;
  }
}

.card-subtitle {
  color: #005A9A;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.card-product {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

@media (min-width: 1200px) {
  .card-product {
    padding: 29px 33px 26px;
  }
}

.card-product .card-title {
  transition: color 0.25s ease-in-out;
}

.card-product .img-holder {
  transition: opacity 0.25s ease-in-out;
  margin: 0 -15px 0.75rem;
  padding: 93.75% 0 0;
  position: relative;
}

@media (min-width: 1200px) {
  .card-product .img-holder {
    margin: 0 -33px 1.125rem;
  }
}

.card-product .img-holder img {
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

a.card-product {
  display: block;
}

a.card-product:hover .img-holder,
a.card-product:focus .img-holder {
  opacity: 0.65;
}

a.card-product:hover .card-title,
a.card-product:focus .card-title {
  color: #005A9A;
}

.date-box {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  min-width: 45px;
  min-height: 55px;
  padding: 10px 5px 5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .date-box {
    font-size: 1.5rem;
    min-width: 60px;
    min-height: 80px;
    padding: 15px 5px 10px;
  }
}

.date-box a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.date-box a:hover,
.date-box a:focus {
  color: #005A9A;
}

.date-box .month {
  color: #005A9A;
  font-size: 75%;
  display: block;
  margin: 3px 0 0;
}

@media (min-width: 1200px) {
  .date-box .month {
    margin-top: 7px;
  }
}

.section-newsletter .gfield_label {
  display: none !important;
}

.section-newsletter form {
  margin: 0 0 0.5rem;
  position: relative;
}

.section-newsletter form .gfield:first-child {
  padding-right: 130px;
}

@media (min-width: 1200px) {
  .section-newsletter form .gfield:first-child {
    padding-right: 260px;
  }
}

@media (min-width: 1440px) {
  .section-newsletter form .gfield:first-child {
    padding-right: 302px;
  }
}

.section-newsletter form .gform_footer {
  margin: 0 0  !important;
  padding: 0 0  !important;
  position: absolute;
  top: 0;
  right: 0;
}

.section-newsletter form .gform_button {
  margin: 0 0  !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 120px;
}

@media (min-width: 1200px) {
  .section-newsletter form .gform_button {
    width: 246px;
  }
}

@media (min-width: 1440px) {
  .section-newsletter form .gform_button {
    width: 288px;
  }
}

@media (min-width: 1200px) {
  .section-newsletter form .ginput_container_checkbox {
    margin-top: 0 !important;
  }
}

.section-newsletter input[type='text'],
.section-newsletter input[type='tel'],
.section-newsletter input[type='email'] {
  font-size: 14px !important;
  line-height: 16px;
  max-width: none;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
}

.section-newsletter input[type='text']::-webkit-input-placeholder,
.section-newsletter input[type='tel']::-webkit-input-placeholder,
.section-newsletter input[type='email']::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.section-newsletter input[type='text']::-moz-placeholder,
.section-newsletter input[type='tel']::-moz-placeholder,
.section-newsletter input[type='email']::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

.section-newsletter input[type='text']:-moz-placeholder,
.section-newsletter input[type='tel']:-moz-placeholder,
.section-newsletter input[type='email']:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.section-newsletter input[type='text']:-ms-input-placeholder,
.section-newsletter input[type='tel']:-ms-input-placeholder,
.section-newsletter input[type='email']:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.section-newsletter input[type='text'].placeholder,
.section-newsletter input[type='tel'].placeholder,
.section-newsletter input[type='email'].placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.section-newsletter .gform_wrapper.gravity-theme .gfield_checkbox label,
.section-newsletter .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 0.875rem;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  line-height: 1.25 !important;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: none !important;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.8125rem !important;
  font-weight: 700;
  padding: 3px 5px 4px  !important;
  width: auto !important;
}

.gform_wrapper .gform_validation_errors {
  background: rgba(255, 255, 255, 0.7) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.gchoice [type="checkbox"],
.gchoice [type="radio"],
.woocommerce-form__label-for-checkbox [type="checkbox"],
.woocommerce-form__label-for-checkbox [type="radio"],
.woocommerce-form__label-for-radio [type="checkbox"],
.woocommerce-form__label-for-radio [type="radio"],
.comment-form-cookies-consent [type="checkbox"],
.comment-form-cookies-consent [type="radio"] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.gchoice [type="checkbox"] + label,
.gchoice [type="checkbox"] + span,
.gchoice [type="radio"] + label,
.gchoice [type="radio"] + span,
.woocommerce-form__label-for-checkbox [type="checkbox"] + label,
.woocommerce-form__label-for-checkbox [type="checkbox"] + span,
.woocommerce-form__label-for-checkbox [type="radio"] + label,
.woocommerce-form__label-for-checkbox [type="radio"] + span,
.woocommerce-form__label-for-radio [type="checkbox"] + label,
.woocommerce-form__label-for-radio [type="checkbox"] + span,
.woocommerce-form__label-for-radio [type="radio"] + label,
.woocommerce-form__label-for-radio [type="radio"] + span,
.comment-form-cookies-consent [type="checkbox"] + label,
.comment-form-cookies-consent [type="checkbox"] + span,
.comment-form-cookies-consent [type="radio"] + label,
.comment-form-cookies-consent [type="radio"] + span {
  position: relative;
  padding-left: 26px;
}

.gchoice [type="checkbox"] + label:before,
.gchoice [type="checkbox"] + label:after,
.gchoice [type="checkbox"] + span:before,
.gchoice [type="checkbox"] + span:after,
.gchoice [type="radio"] + label:before,
.gchoice [type="radio"] + label:after,
.gchoice [type="radio"] + span:before,
.gchoice [type="radio"] + span:after,
.woocommerce-form__label-for-checkbox [type="checkbox"] + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"] + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"] + span:before,
.woocommerce-form__label-for-checkbox [type="checkbox"] + span:after,
.woocommerce-form__label-for-checkbox [type="radio"] + label:before,
.woocommerce-form__label-for-checkbox [type="radio"] + label:after,
.woocommerce-form__label-for-checkbox [type="radio"] + span:before,
.woocommerce-form__label-for-checkbox [type="radio"] + span:after,
.woocommerce-form__label-for-radio [type="checkbox"] + label:before,
.woocommerce-form__label-for-radio [type="checkbox"] + label:after,
.woocommerce-form__label-for-radio [type="checkbox"] + span:before,
.woocommerce-form__label-for-radio [type="checkbox"] + span:after,
.woocommerce-form__label-for-radio [type="radio"] + label:before,
.woocommerce-form__label-for-radio [type="radio"] + label:after,
.woocommerce-form__label-for-radio [type="radio"] + span:before,
.woocommerce-form__label-for-radio [type="radio"] + span:after,
.comment-form-cookies-consent [type="checkbox"] + label:before,
.comment-form-cookies-consent [type="checkbox"] + label:after,
.comment-form-cookies-consent [type="checkbox"] + span:before,
.comment-form-cookies-consent [type="checkbox"] + span:after,
.comment-form-cookies-consent [type="radio"] + label:before,
.comment-form-cookies-consent [type="radio"] + label:after,
.comment-form-cookies-consent [type="radio"] + span:before,
.comment-form-cookies-consent [type="radio"] + span:after {
  content: '';
  position: absolute;
}

.gchoice [type="checkbox"] + label:before,
.gchoice [type="checkbox"] + span:before,
.gchoice [type="radio"] + label:before,
.gchoice [type="radio"] + span:before,
.woocommerce-form__label-for-checkbox [type="checkbox"] + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"] + span:before,
.woocommerce-form__label-for-checkbox [type="radio"] + label:before,
.woocommerce-form__label-for-checkbox [type="radio"] + span:before,
.woocommerce-form__label-for-radio [type="checkbox"] + label:before,
.woocommerce-form__label-for-radio [type="checkbox"] + span:before,
.woocommerce-form__label-for-radio [type="radio"] + label:before,
.woocommerce-form__label-for-radio [type="radio"] + span:before,
.comment-form-cookies-consent [type="checkbox"] + label:before,
.comment-form-cookies-consent [type="checkbox"] + span:before,
.comment-form-cookies-consent [type="radio"] + label:before,
.comment-form-cookies-consent [type="radio"] + span:before {
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid #005A9A;
  left: 0;
  top: 4px;
}

.bg-section-primary .gchoice [type="checkbox"] + label:before,
.bg-section-primary
    .gchoice [type="checkbox"] + span:before,
.bg-section-primary
    .gchoice [type="radio"] + label:before,
.bg-section-primary
    .gchoice [type="radio"] + span:before,
.bg-section-primary
    .woocommerce-form__label-for-checkbox [type="checkbox"] + label:before,
.bg-section-primary
    .woocommerce-form__label-for-checkbox [type="checkbox"] + span:before,
.bg-section-primary
    .woocommerce-form__label-for-checkbox [type="radio"] + label:before,
.bg-section-primary
    .woocommerce-form__label-for-checkbox [type="radio"] + span:before,
.bg-section-primary
    .woocommerce-form__label-for-radio [type="checkbox"] + label:before,
.bg-section-primary
    .woocommerce-form__label-for-radio [type="checkbox"] + span:before,
.bg-section-primary
    .woocommerce-form__label-for-radio [type="radio"] + label:before,
.bg-section-primary
    .woocommerce-form__label-for-radio [type="radio"] + span:before,
.bg-section-primary
    .comment-form-cookies-consent [type="checkbox"] + label:before,
.bg-section-primary
    .comment-form-cookies-consent [type="checkbox"] + span:before,
.bg-section-primary
    .comment-form-cookies-consent [type="radio"] + label:before,
.bg-section-primary
    .comment-form-cookies-consent [type="radio"] + span:before {
  background-color: rgba(255, 255, 255, 0.55);
  border-color: transparent;
}

.gchoice [type="checkbox"] + label:after,
.gchoice [type="checkbox"] + span:after,
.gchoice [type="radio"] + label:after,
.gchoice [type="radio"] + span:after,
.woocommerce-form__label-for-checkbox [type="checkbox"] + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"] + span:after,
.woocommerce-form__label-for-checkbox [type="radio"] + label:after,
.woocommerce-form__label-for-checkbox [type="radio"] + span:after,
.woocommerce-form__label-for-radio [type="checkbox"] + label:after,
.woocommerce-form__label-for-radio [type="checkbox"] + span:after,
.woocommerce-form__label-for-radio [type="radio"] + label:after,
.woocommerce-form__label-for-radio [type="radio"] + span:after,
.comment-form-cookies-consent [type="checkbox"] + label:after,
.comment-form-cookies-consent [type="checkbox"] + span:after,
.comment-form-cookies-consent [type="radio"] + label:after,
.comment-form-cookies-consent [type="radio"] + span:after {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 5px;
}

.gchoice [type="checkbox"] + label:before,
.gchoice [type="checkbox"] + span:before,
.woocommerce-form__label-for-checkbox [type="checkbox"] + label:before,
.woocommerce-form__label-for-checkbox [type="checkbox"] + span:before,
.woocommerce-form__label-for-radio [type="checkbox"] + label:before,
.woocommerce-form__label-for-radio [type="checkbox"] + span:before,
.comment-form-cookies-consent [type="checkbox"] + label:before,
.comment-form-cookies-consent [type="checkbox"] + span:before {
  border-radius: 3px;
}

.gchoice [type="checkbox"] + label:after,
.gchoice [type="checkbox"] + span:after,
.woocommerce-form__label-for-checkbox [type="checkbox"] + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"] + span:after,
.woocommerce-form__label-for-radio [type="checkbox"] + label:after,
.woocommerce-form__label-for-radio [type="checkbox"] + span:after,
.comment-form-cookies-consent [type="checkbox"] + label:after,
.comment-form-cookies-consent [type="checkbox"] + span:after {
  position: absolute;
  height: 5px;
  width: 9px;
  top: 7px;
  left: 2px;
  border: solid #005A9A;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}

.bg-section-primary .gchoice [type="checkbox"] + label:after,
.bg-section-primary
  .gchoice [type="checkbox"] + span:after,
.bg-section-primary
  .woocommerce-form__label-for-checkbox [type="checkbox"] + label:after,
.bg-section-primary
  .woocommerce-form__label-for-checkbox [type="checkbox"] + span:after,
.bg-section-primary
  .woocommerce-form__label-for-radio [type="checkbox"] + label:after,
.bg-section-primary
  .woocommerce-form__label-for-radio [type="checkbox"] + span:after,
.bg-section-primary
  .comment-form-cookies-consent [type="checkbox"] + label:after,
.bg-section-primary
  .comment-form-cookies-consent [type="checkbox"] + span:after {
  border-color: #fff;
}

.gchoice [type="radio"] + label:before,
.gchoice [type="radio"] + label:after,
.gchoice [type="radio"] + span:before,
.gchoice [type="radio"] + span:after,
.woocommerce-form__label-for-checkbox [type="radio"] + label:before,
.woocommerce-form__label-for-checkbox [type="radio"] + label:after,
.woocommerce-form__label-for-checkbox [type="radio"] + span:before,
.woocommerce-form__label-for-checkbox [type="radio"] + span:after,
.woocommerce-form__label-for-radio [type="radio"] + label:before,
.woocommerce-form__label-for-radio [type="radio"] + label:after,
.woocommerce-form__label-for-radio [type="radio"] + span:before,
.woocommerce-form__label-for-radio [type="radio"] + span:after,
.comment-form-cookies-consent [type="radio"] + label:before,
.comment-form-cookies-consent [type="radio"] + label:after,
.comment-form-cookies-consent [type="radio"] + span:before,
.comment-form-cookies-consent [type="radio"] + span:after {
  border-radius: 50%;
}

.gchoice [type="radio"] + label:after,
.gchoice [type="radio"] + span:after,
.woocommerce-form__label-for-checkbox [type="radio"] + label:after,
.woocommerce-form__label-for-checkbox [type="radio"] + span:after,
.woocommerce-form__label-for-radio [type="radio"] + label:after,
.woocommerce-form__label-for-radio [type="radio"] + span:after,
.comment-form-cookies-consent [type="radio"] + label:after,
.comment-form-cookies-consent [type="radio"] + span:after {
  width: 7px;
  height: 7px;
  background: #005A9A;
  top: 7px;
  left: 3px;
}

.bg-section-primary .gchoice [type="radio"] + label:after,
.bg-section-primary
  .gchoice [type="radio"] + span:after,
.bg-section-primary
  .woocommerce-form__label-for-checkbox [type="radio"] + label:after,
.bg-section-primary
  .woocommerce-form__label-for-checkbox [type="radio"] + span:after,
.bg-section-primary
  .woocommerce-form__label-for-radio [type="radio"] + label:after,
.bg-section-primary
  .woocommerce-form__label-for-radio [type="radio"] + span:after,
.bg-section-primary
  .comment-form-cookies-consent [type="radio"] + label:after,
.bg-section-primary
  .comment-form-cookies-consent [type="radio"] + span:after {
  background-color: #fff;
}

.gchoice [type="checkbox"]:checked + label:after,
.gchoice [type="checkbox"]:checked + span:after,
.gchoice [type="radio"]:checked + label:after,
.gchoice [type="radio"]:checked + span:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:checked + label:after,
.woocommerce-form__label-for-checkbox [type="checkbox"]:checked + span:after,
.woocommerce-form__label-for-checkbox [type="radio"]:checked + label:after,
.woocommerce-form__label-for-checkbox [type="radio"]:checked + span:after,
.woocommerce-form__label-for-radio [type="checkbox"]:checked + label:after,
.woocommerce-form__label-for-radio [type="checkbox"]:checked + span:after,
.woocommerce-form__label-for-radio [type="radio"]:checked + label:after,
.woocommerce-form__label-for-radio [type="radio"]:checked + span:after,
.comment-form-cookies-consent [type="checkbox"]:checked + label:after,
.comment-form-cookies-consent [type="checkbox"]:checked + span:after,
.comment-form-cookies-consent [type="radio"]:checked + label:after,
.comment-form-cookies-consent [type="radio"]:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.popup-search {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  background: #fff;
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 45px 10px 15px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.35);
}

.popup-search-active .popup-search {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .popup-search {
    left: auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .popup-search {
    padding: 12px 50px 12px 15px;
  }
}

.popup-search .btn-close {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 8px;
  z-index: 10;
}

@media (min-width: 1200px) {
  .popup-search .btn-close {
    right: 15px;
  }
}

.popup-search .search-form {
  margin: 0;
}

.slider-hero {
  position: relative;
}

.slider-hero .slide-hero {
  overflow: hidden;
}

.slider-hero .slick-dots {
  position: absolute;
  z-index: 10;
  left: 40px;
  right: 40px;
  bottom: 0;
  padding: 5px 20px;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .slider-hero .slick-dots {
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 20px 10px;
  }
}

@media (min-width: 1024px) {
  .slider-hero .slick-dots {
    left: 10px;
  }
}

@media (min-width: 1200px) {
  .slider-hero .slick-dots {
    left: 25px;
    padding-bottom: 51px;
  }
}

.slider-hero .slick-dots > li {
  padding: 5px;
}

@media (max-width: 767px) {
  .slider-hero .slick-dots > li {
    background: #003357;
  }
}

@media (min-width: 1200px) {
  .slider-hero .slick-dots > li {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .slider-hero .slick-dots > li:first-child {
    border-radius: 50% 0 0 50%;
  }
}

@media (max-width: 767px) {
  .slider-hero .slick-dots > li:last-child {
    border-radius: 0 50% 50% 0;
  }
}

.slider-products-container {
  padding: 0 0 2.0625rem;
  position: relative;
}

.slider-products-container .controls {
  margin: 1rem 20px 0 0;
}

@media (min-width: 768px) {
  .slider-products-container .controls {
    position: absolute;
    top: 100%;
    right: 20px;
    z-index: 5;
    margin-top: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .slider-products-container .controls {
    margin-top: 0.4375rem;
    right: 60px;
  }
}

@media (min-width: 1440px) {
  .slider-products-container .controls {
    right: calc((100vw - 1220px) / 2 + 2px);
    margin-right: 3px;
  }
}

.slider-products-container .controls .arrows {
  text-align: right;
}

.slider-products {
  margin: 0 -8px 0 -7px;
  position: relative;
}

.slider-products .slick-list {
  overflow: visible;
}

.slide-product {
  width: 80vw;
  max-width: 303px;
  padding: 12px 8px 12px 7px;
  /*@include media('>=phone') {
        width: 50%;
    }

    @include media('>=tablet') {
        width: (100% / 3);
    }

    @include media('>=desktop') {
        width: (100% / 4);
    }*/
}

.slider-news-visuals {
  position: relative;
}

@media (min-width: 768px) {
  .slider-news-visuals {
    padding-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .slider-news-visuals {
    padding-top: 1.625rem;
  }
}

@media (min-width: 768px) {
  .slider-news-visuals .controls {
    position: absolute;
    top: 100%;
    left: 9px;
    z-index: 5;
    margin-top: 0;
    z-index: 99;
  }
}

@media (min-width: 1200px) {
  .slider-news-visuals .controls {
    margin-top: 0.1875rem;
  }
}

.slider-news-visuals .controls .arrows {
  text-align: right;
}

.slider-news {
  margin: 0 -20px;
  position: relative;
}

@media (min-width: 768px) {
  .slider-news {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .slider-news {
    margin-right: -60px;
  }
}

.slider-news .slick-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

@media (min-width: 1200px) {
  .slider-news .slick-list:before {
    width: 5px;
  }
}

.slider-news .slide-holder {
  border-radius: 5px;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.2);
  padding: 64.2978% 0 0;
  position: relative;
}

@media (min-width: 1200px) {
  .slider-news .slide-holder {
    box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.2);
    padding-top: 58.88325%;
  }
}

@media (min-width: 1440px) {
  .slider-news .slide-holder {
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  }
}

.slider-news .slide-holder:after {
  content: "";
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #005a9a 0%, #002d4d 100%);
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: 3;
}

.slider-news .slide-holder video,
.slider-news .slide-holder iframe,
.slider-news .slide-holder img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
}

.slider-news .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.slider-news .btn-pause {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
}

@media (min-width: 1200px) {
  .slider-news .btn-pause {
    bottom: 20px;
    right: 30px;
  }
}

.slider-news .date-box,
.image-column .date-box {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 4px;
  transform: translate(50%, -50%);
}

.slide-news {
  padding: 2.1875rem 9px 2.0625rem 8px;
  width: calc(100vw - 50px);
}

@media (min-width: 768px) {
  .slide-news {
    width: 48vw;
  }
}

@media (min-width: 1200px) {
  .slide-news {
    width: 41.75vw;
    padding-top: 45px;
  }
}

.slider-news-content h2,
.slider-news-content .h2,
.slider-news-content h3,
.slider-news-content .h3 {
  color: #005A9A;
}

.slider-news-content .slick-list {
  padding: 0 3px;
  margin: 0 -3px;
}

.slider-news-content .link-more {
  margin-left: -3px;
}

.slide-news-content {
  padding: 1.9375rem 0 2rem;
}

.title-section-block {
  padding: 0 0 1rem;
}

@media (min-width: 768px) {
  .title-section-block {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .title-section-block {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .title-section-block {
    padding-bottom: 1.8125rem;
  }
}

.title-section-block .section-title,
.title-section-block .section-newsletter .gform_description,
.section-newsletter .title-section-block .gform_description {
  margin-bottom: 0;
}

.map-holder {
  position: relative;
}

.map img,
.map svg {
  width: 100%;
  height: auto;
}

.popups-container,
.list-map-popups {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popups-container {
  z-index: 5;
}

.popup-map-block {
  line-height: 1;
  position: absolute !important;
}

.popup-map-block .popup-map {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  z-index: 99;
  padding: 16px 0 0;
}

@media (min-width: 1024px) {
  .popup-map-block .popup-map {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translate(0, -50%);
    padding-top: 0;
    padding-right: 20px;
  }
}

.popup-map-active .open-popup-map:after {
  opacity: 1;
  visibility: visible;
}

.popup-map-active .map-point {
  background-color: #fecc2f;
}

.popup-map-active .map-point:after {
  background-color: #005A9A;
}

.open-popup-map {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.open-popup-map:after {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  content: "";
  font: 18px/1 'icomoon';
  text-indent: 0;
  color: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .open-popup-map:after {
    left: 50%;
    top: 100%;
    margin: 3px 0 0;
    transform: translateX(-50%) rotate(-90deg);
  }
}

@media (min-width: 1024px) {
  .open-popup-map:after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 7px 0 0;
  }
}

.map-point {
  transition: background 0.25s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  border-radius: 50%;
  background: rgba(254, 204, 47, 0.3);
  position: relative;
}

.map-point:after {
  transition: background 0.25s ease-in-out;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #FECC2F;
  border-radius: 50%;
  z-index: 2;
}

.popup-map {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  display: block !important;
  font-size: 0.875rem;
  line-height: 1.57143;
  opacity: 0;
  visibility: hidden;
}

.popup-map-active .popup-map {
  opacity: 1;
  visibility: visible;
}

.popup-map a {
  color: #747474;
  text-decoration: none;
}

.popup-map a:hover,
.popup-map a:focus,
.popup-map a.active-answer,
.active-answer .popup-map a {
  color: #005A9A;
}

.popup-map dl {
  line-height: 2.14286;
}

.popup-map dl dt {
  display: none;
}

.popup-map dl dd {
  margin-left: 0;
}

.popup-map .img-circle {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin: 0 0 1.375rem;
}

.popup-map .card-subtitle {
  margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
  .popup-map .card-subtitle {
    margin-bottom: 1.125rem;
  }
}

.popup-map .card-title {
  margin-bottom: 1.1875rem;
  text-transform: uppercase;
}

.img-circle img {
  border-radius: 50%;
}

.popup-map-holder {
  background: #fff;
  border-radius: 5px;
  color: #000;
  padding: 15px 20px 12px;
  width: 220px;
  text-align: center;
}

@media (max-width: 767px) {
  .popup-map-holder {
    box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .popup-map-holder {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .popup-map-holder {
    padding-top: 20px;
  }
}

.social-networks {
  font-size: 2rem;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
}

@media (min-width: 768px) {
  .social-networks {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .social-networks {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .social-networks {
    font-size: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .social-networks {
    margin-left: -17px;
    margin-right: -32px;
  }
}

.social-networks > li {
  margin: 0 7px 10px;
}

@media (min-width: 1440px) {
  .social-networks > li {
    margin-left: 17px;
    margin-right: 17px;
  }
}

.social-networks a {
  text-decoration: none;
  background: #005A9A;
  border-radius: 50%;
  color: #fff !important;
  display: block;
  line-height: 0;
  border: solid #005A9A;
  border-width: 1px 0 0 1px;
  padding: 3px;
}

.social-networks a:hover,
.social-networks a:focus,
.social-networks a.active-answer,
.active-answer .social-networks a {
  color: #747474;
}

.social-networks a:hover,
.social-networks a:focus {
  color: #FECC2F !important;
}

.more-categories-section {
  padding: 33px 0 0;
}

.more-categories-section .entry-header {
  margin: 0 0 40px;
}

@media (min-width: 1024px) {
  .more-categories-section .entry-header {
    margin: 0 0 51px;
  }
}

.more-categories-section .entry-header h2 {
  font-size: 1.25rem;
  letter-spacing: .08em;
  font-weight: 300;
  color: #005A9A;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
    margin-bottom: 50px;
}

/*Sabrina --> Kundenwunsch!!! */
.more-categories-section {
    display: none;
}

/*Ende Sabrina*/

@media (min-width: 768px) {
  .more-categories-section .entry-header h2 {
      margin-bottom: 100px;
  }
}


@media (min-width: 1024px) {
  .more-categories-section .entry-header h2 {
    font-size: 1.4375rem;
  }
}

@media (min-width: 1140px) {
  .more-categories-section .entry-header h2 {
      margin-bottom: 150px;
  }
}

.more-categories-section .entry-header h2:before,
.more-categories-section .entry-header h2:after {
  content: '';
  height: 1px;
  background: #333;
  -ms-flex: 1;
  flex: 1;
}

.more-categories-section .entry-header h2:before {
  margin-right: 16px;
}

@media (min-width: 768px) {
  .more-categories-section .entry-header h2:before {
    margin-right: 56px;
  }
}

.more-categories-section .entry-header h2:after {
  margin-left: 16px;
}

@media (min-width: 768px) {
  .more-categories-section .entry-header h2:after {
    margin-left: 56px;
  }
}

.more-categories-slider {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
    
}

.more-categories-slider .slick-list {
    z-index: 1;
}
.more-categories-slider::after {
    content: "";
    background: #f4f4f4;
    width: 200vw;
    left: -50vw;
    bottom: 0;
    display: block;
    top: 0;
    position: absolute;
    z-index: 0;
    bottom: -45px;
}

.more-categories-slider::before {
        content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 8vw;
    background: #f4f4f4;
    transform: skew(0, -3deg);
    transform-origin: 0 0;
    z-index: 0;
    width: 200vw;
    left: -50vw;
}




.more-categories-slider .slick-list {
  padding: 0 0  !important;
  overflow: visible;
}

.more-categories-slider .slick-track {
  transition: transform .1s linear;
}

.more-categories-slider .slick-slide {
  padding: 0 10px;
}

.more-categories-slider .card {
  transition: background-color 0.25s ease-in-out;
  background-color: transparent !important;
  border-radius: 5px;
  width: 240px;
  padding: 10px;
  text-align: center;
}

@media (min-width: 480px) {
  .more-categories-slider .card {
    width: 260px;
  }
}

@media (min-width: 768px) {
  .more-categories-slider .card {
    width: 280px;
    padding: 15px;
  }
}

@media (min-width: 1200px) {
  .more-categories-slider .card {
    padding: 20px;
  }
}

.more-categories-slider .card:hover {
  background-color: rgba(0, 90, 154, 0.1) !important;
}

.more-categories-slider .card .img-holder {
  margin: 0 0 12px;
  padding: 69% 0 0;
  position: relative;
}

.more-categories-slider .card .img-holder img {
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.more-categories-slider .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 0 0;
    z-index: 1;
    position: relative;
}

.more-categories-slider .slick-dots > li {
  background: #005A9A;
}

.more-categories-slider .slick-dots > li:first-child {
  border-radius: 50% 0 0 50%;
}

.more-categories-slider .slick-dots > li:last-child {
  border-radius: 0 50% 50% 0;
}

.product-categories {
  line-height: 1.5;
}

.product-categories > li {
  margin: 0 0 8px;
}

.product-categories > li > a {
  font-weight: 600;
}

.product-categories > li ul {
  padding: 10px 0 2px 12px;
}

.product-categories > li ul > li {
  padding: 0 0 6px;
}

.product-categories .active-slide .cat-opener:after {
  margin: -1px 0 0;
  transform: translate(-50%, -50%) scaleY(-1);
}

.product-categories .cat-opener-holder {
  display: block;
  font-weight: 600;
  padding: 0 20px 0 0;
  position: relative;
}

.product-categories .cat-opener {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

.product-categories .cat-opener:after {
  transition: transform 0.25s ease-in-out;
  content: "";
  font: 11px/1 'icomoon';
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  width: 11px;
  z-index: 1;
}

.widget_product_categories.category-active .widget_product_categories h3:after {
  transform: scaleY(-1);
}

.widget_product_categories h3 {
  position: relative;
}

@media (max-width: 767px) {
  .widget_product_categories h3 {
    cursor: pointer;
    padding: 0 20px 0 0;
  }

  .widget_product_categories h3:after {
    transition: transform 0.25s ease-in-out;
    content: "";
    font: 14px/1 'icomoon';
    text-indent: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
}

.two-column-text {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .two-column-text {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .two-column-text {
    padding: 79px 0 30px;
  }
}

.two-column-text .section-header {
  max-width: 500px;
  margin: 0 0 24px;
  text-align: left;
}

@media (min-width: 768px) {
  .two-column-text .section-header {
    margin: 0 0 40px;
  }
}

@media (min-width: 768px) {
  .two-column-text .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

@media (min-width: 768px) {
  .two-column-text .columns .col {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
  }
}

.two-column-text .columns .col:nth-child(2) {
  padding-top: 16px;
}

@media (min-width: 1200px) {
  .two-column-text .columns .col:nth-child(2) {
    padding-top: 0;
    padding-left: 8.8%;
  }
}

.two-column-text .columns .col > *:last-child {
  margin-bottom: 0;
}

.section-hero {
  color: #fff;
  padding: 1px 0;
  position: relative;
}

.section-hero .slide-hero {
  position: relative;
}

.section-hero .slide-hero:before {
  transition: width 0.75s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: #003357;
  z-index: 3;
}

@media (min-width: 768px) {
  .section-hero .slide-hero:before {
    width: 35%;
    max-width: 290px;
  }
}

@media (min-width: 1024px) {
  .section-hero .slide-hero:before {
    max-width: 380px;
  }
}

@media (min-width: 1200px) {
  .section-hero .slide-hero:before {
    max-width: 424px;
  }
}

.loaded .section-hero .slide-hero:before {
  animation: slideOutLeftHero 0.5s both 7s;
  width: 50px;
}

@media (min-width: 1024px) {
  .loaded .section-hero .slide-hero:before {
    width: 80px;
  }
}

@media (min-width: 1200px) {
  .loaded .section-hero .slide-hero:before {
    width: 90px;
  }
}

.section-hero .slide-hero video,
.section-hero .slide-hero img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-hero .hero-text-block {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 540px;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .section-hero .hero-text-block {
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .section-hero .hero-text-block {
    margin-left: 100px;
  }
}

@media (min-width: 1200px) {
  .section-hero .hero-text-block {
    margin-left: 122px;
    margin-right: 60px;
  }
}

@media (min-width: 1440px) {
  .section-hero .hero-text-block {
    margin-left: calc((100vw - 1220px) / 2 + 2px);
  }
}

@media (min-width: 1024px) {
  .section-hero .heading-block .section-title,
  .section-hero .heading-block .section-newsletter .gform_description,
  .section-newsletter .section-hero .heading-block .gform_description {
    margin-right: -65px;
  }
}

.section-hero .section-title,
.section-hero .section-newsletter .gform_description,
.section-newsletter .section-hero .gform_description {
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.section-hero .sound-switcher {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 10;
}

@media (min-width: 768px) {
  .section-hero .sound-switcher {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .section-hero .sound-switcher {
    bottom: 20px;
    right: 25px;
  }
}

@media (min-width: 1200px) {
  .section-hero .sound-switcher {
    bottom: 35px;
    right: 49px;
  }
}

.hero-text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 3rem 0;
  min-height: 43.33333vw;
  position: relative;
  z-index: 5;
}

@media (min-width: 1024px) {
  .hero-text-block {
    min-height: 35vw;
  }
}

@media (min-width: 1200px) {
  .hero-text-block {
    margin-top: 4.6875rem;
    margin-bottom: 2.625rem;
  }
}

.hero-text-block .container,
.hero-text-block [class^="container-"],
.hero-text-block [class*=" container-"] {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.hero-text-block .subtitle-block {
  margin: 0 0 0.625rem;
}

.hero-text-block .subtitle,
.hero-text-block .section-newsletter .gform_title,
.section-newsletter .hero-text-block .gform_title {
  color: #000;
  display: inline-block;
  padding: 0 0 0 5px;
  position: relative;
}

.hero-text-block .subtitle:before,
.hero-text-block .section-newsletter .gform_title:before,
.section-newsletter .hero-text-block .gform_title:before {
  content: "";
  position: absolute;
  left: -999px;
  top: -4px;
  bottom: -3px;
  right: -20px;
  background: #FECC2F;
  border-radius: 5px;
  z-index: -1;
}

@media (min-width: 1024px) {
  .hero-text-block .subtitle:before,
  .hero-text-block .section-newsletter .gform_title:before,
  .section-newsletter .hero-text-block .gform_title:before {
    top: -6px;
    bottom: -5px;
    right: -35px;
  }
}

@media (min-width: 768px) {
  .hero-text-block .btn-wrap {
    max-width: calc(540px - 50px);
  }
}

.hero-visual-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.decor-text {
  color: #FECC2F;
}

.section-gallery {
  position: relative;
  z-index: 20;
}

@media (min-width: 1440px) {
  .section-gallery {
    padding-top: 4.5rem;
  }
}

.section-gallery:before,
.section-gallery:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 36.4%;
  transform: translate(-50%, 0) rotate(-8.05deg);
  width: 130%;
  height: 1px;
  background: #FECC2F;
  z-index: 0;
}

.section-gallery:after {
  margin: 3px 0 0;
}

.section-gallery .full-width-container,
.section-gallery .container,
.section-gallery [class^="container-"],
.section-gallery [class*=" container-"] {
  position: relative;
  z-index: 3;
}

.section-gallery .full-width-container {
  margin-right: -20px;
}

@media (min-width: 1200px) {
  .section-gallery .full-width-container {
    margin-right: -60px;
  }
}

.section-gallery .section-title-block {
  padding-bottom: 0.3125rem;
}

.section-gallery .btn-container {
  text-align: center;
}

@media (min-width: 1200px) {
  .section-gallery .btn-container {
    padding: 0 0 0 15px;
  }
}

.section-news {
  position: relative;
}

.section-news:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 35.15vw;
  bottom: 0;
  background: #005A9A url(images/bg-drawnings.svg) no-repeat 50% 50%;
  background-size: cover;
  z-index: 0;
}

@media (max-width: 767px) {
  .section-news:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .section-news:after {
    top: 42px;
  }
}

@media (min-width: 1200px) {
  .section-news.section-main {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1440px) {
  .section-news.section-main {
    padding-bottom: 6.625rem;
  }
}

.section-news h3,
.section-news .h3 {
  letter-spacing: -.02em;
}

.section-news p {
  margin-bottom: .5em;
}

.section-news .full-width-container,
.section-news .container,
.section-news [class^="container-"],
.section-news [class*=" container-"] {
  position: relative;
  z-index: 3;
}

.section-news .text-column {
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .section-news .title-section-block {
    margin: -2px 0 0;
  }
}

@media (min-width: 1024px) {
  .section-news .gallery-column {
    padding-left: 35px;
  }
}

@media (min-width: 1200px) {
  .section-news .gallery-column {
    padding-left: 65px;
  }
}

@media (min-width: 1440px) {
  .section-news .gallery-column {
    padding-left: 83px;
  }
}

.section-news .btn-container {
  padding: 2rem 0 1rem;
}

@media (max-width: 767px) {
  .section-news .btn-container {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section-news .btn-container {
    margin: -11px 0 0;
    padding-top: 0;
  }
}

.section-news .btn-container .btn {
  min-width: 222px;
}

.text-fix-height-holder {
  max-width: 100%;
  max-height: 92px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* autoprefixer: off */
}

@media (min-width: 1200px) {
  .text-fix-height-holder {
    max-height: 100px;
  }
}

.section-features {
  background: rgba(219, 219, 219, 0.3);
}

@media (min-width: 1440px) {
  .section-features.section-main {
    padding-top: 5.25rem;
    padding-bottom: 5.9375rem;
  }
}

.section-features .heading-block {
  padding-bottom: 1.0625rem;
}

.section-map {
  position: relative;
  margin: 0 0 8vw;
}

@media (min-width: 1440px) {
  .section-map {
    margin-bottom: 69px;
  }
}

@media (min-width: 1024px) {
  .section-map.section-main {
    padding-top: 5vw;
  }
}

@media (min-width: 1440px) {
  .section-map.section-main {
    padding-top: 92px;
  }
}

.section-map:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6vw;
  background: #003357;
  transform: skew(0, -3deg);
  transform-origin: 0 0;
  z-index: 0;
}

.section-map h1,
.section-map .h1 {
  line-height: 1;
}

.section-map .full-width-container,
.section-map .container,
.section-map [class^="container-"],
.section-map [class*=" container-"] {
  position: relative;
  z-index: 10;
}

.section-map .heading-block .title-number {
  margin-top: -13px;
  margin-bottom: 4px;
}

.section-map .heading-block .section-title,
.section-map .heading-block .section-newsletter .gform_description,
.section-newsletter .section-map .heading-block .gform_description {
  margin-bottom: 0.31667em;
}

@media (min-width: 1024px) {
  .section-map .map-search-form {
    margin-right: -40px;
    margin-top: 3px;
  }
}

.section-map .map-holder {
  margin: 0 -16vw -105px 0;
}

@media (min-width: 1024px) {
  .section-map .map-holder {
    margin: -24vw -10vw -11.6vw 0;
  }
}

@media (min-width: 1200px) {
  .section-map .map-holder {
    margin-top: -256px;
    margin-right: -16.25vw;
    margin-left: -20px;
  }
}

@media (min-width: 1440px) {
  .section-map .map-holder {
    margin: -416px -9.25vw -195px -52px;
  }
}

.section-dealer .df-row {
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 1200px) {
  .section-dealer .column:last-child {
    padding-left: 7px;
  }
}

@media (min-width: 1024px) {
  .section-dealer .text-holder {
    margin-bottom: -5px;
  }
}

.section-dealer .btn-container {
  padding-top: 2px;
}

.section-newsletter {
  color: #fff;
  margin: 1.5rem 0 1.25rem;
  position: relative;
}

@media (min-width: 1024px) {
  .section-newsletter {
    margin-top: 2.25rem;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .section-newsletter {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .section-newsletter {
    margin-top: 4.8125rem;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .section-newsletter.section-main {
    padding-top: 3.375rem;
    padding-bottom: 2.375rem;
  }
}

.section-newsletter:before,
.section-newsletter:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0;
  width: 102%;
  height: 100%;
}

.section-newsletter:before {
  background: #FECC2F;
  height: 103%;
  margin: 3px 0 0;
  z-index: 3;
  transform: translate(-50%, -50%) skew(0, 3.2deg);
}

.section-newsletter:after {
  background: #003357;
  z-index: 5;
  transform: translate(-50%, -50%) skew(0, -3.7deg);
}

.section-newsletter .container,
.section-newsletter [class^="container-"],
.section-newsletter [class*=" container-"] {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-newsletter .container,
  .section-newsletter [class^="container-"],
  .section-newsletter [class*=" container-"] {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

.section-newsletter .heading-block,
.section-newsletter .gform_heading {
  padding-bottom: 0.8125rem;
  text-align: center;
}

.section-newsletter .subtitle,
.section-newsletter .gform_title,
.section-newsletter .gform_title {
  color: #FECC2F;
  margin-bottom: 0;
}

.section-contact {
  color: #000;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.78571;
  text-align: center;
  position: relative;
}

@media (min-width: 1024px) {
  .section-contact.section-main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.section-contact address {
  font-style: normal;
}

.section-contact a {
  color: inherit;
  text-decoration: none;
}

.section-contact a:hover,
.section-contact a:focus {
  color: #005A9A;
}

.section-contact dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.section-contact dl dt {
  float: none;
}

.section-contact dl dd {
  margin: 0;
}

@media (min-width: 1024px) {
  .section-contact [class^="col"],
  .section-contact [class*=" col"],
  .section-contact [class^="col-"],
  .section-contact [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact-container {
  border-bottom: 2px solid #DBDBDB;
  padding: 0 0 1.25rem;
}

@media (min-width: 1200px) {
  .contact-container {
    padding-bottom: 1.8125rem;
  }
}

@media (min-width: 1440px) {
  .contact-container {
    padding-left: 13px;
    padding-right: 13px;
  }
}

.contact-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 2rem;
}

@media (min-width: 1024px) {
  .contact-column {
    padding-bottom: 0;
  }
}

.contact-column .address-block {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.ico-box {
  width: 40px;
  height: 40px;
  background: #005A9A;
  border-radius: 9px;
  color: #fff;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  margin: 0 auto 1.1875rem;
}

.section-posts-holder {
  padding: 1.5rem 0 0;
}

@media (min-width: 768px) {
  .section-posts-holder .section-post-archive:nth-child(2n+1) .df-row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.section-posts-holder .section-post-archive .df-row {
  -ms-flex-align: center;
  align-items: center;
}

.section-post-archive.section-main {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-post-archive h3,
.section-post-archive .h3 {
  color: #005A9A;
}

.section-post-archive .image-column {
  margin: 2rem 0;
  position: relative;
}

.section-post-archive .slide-holder {
  background: rgba(0, 90, 154, 0.1);
  display: inline-block;
  min-height: 200px;
  min-width: 50%;
  padding: 5px;
}

@media (min-width: 1200px) {
  .section-post-archive .slide-holder {
    padding: 10px;
  }
}

/* Slick slider styles */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.slick-dots > li {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 5px 5px 4px;
}

.slick-dots .slick-active [type="button"]:before,
.slick-dots [type="button"]:hover:before,
.slick-dots [type="button"]:focus:before {
  opacity: 1;
  visibility: visible;
}

.slick-dots .slick-active [type="button"]:after,
.slick-dots [type="button"]:hover:after,
.slick-dots [type="button"]:focus:after {
  background-color: #FECC2F;
}

.slick-dots [type="button"] {
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  border-radius: 50%;
  border: none !important;
  background: none !important;
  margin: 0;
  position: relative;
  padding: 0 0  !important;
}

.slick-dots [type="button"]:before,
.slick-dots [type="button"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
}

.slick-dots [type="button"]:before {
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  width: 15px;
  height: 15px;
  background: #003d68;
  border: 1px solid #FECC2F;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.slick-dots [type="button"]:after {
  transition: background-color 0.25s ease-in-out;
  width: 5px;
  height: 5px;
  content: "";
  border: 1px solid #FECC2F;
  z-index: 3;
}

.arrows {
  margin: 0 -6px 0 -7px;
}

.arrows .slick-arrow {
  margin: 0 6px 0 7px;
}

.slick-arrow {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  border-color: #005A9A;
  box-shadow: inset 0 0 0 1px #005A9A;
  color: #000 !important;
  padding: 0 0  !important;
  position: relative;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: #005A9A;
  border-color: #005A9A;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff !important;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  font: 12px/1 'icomoon';
  text-indent: 0;
}

.slick-arrow.slick-disabled,
.slick-arrow.disabled {
  background: #fff;
  border-color: #adb5bd;
  box-shadow: inset 0 0 0 1px #adb5bd;
  color: #adb5bd !important;
  opacity: 0.75;
  pointer-events: none;
}

.slick-prev:after {
  content: '\e911';
  margin: 1px 0 0 1px;
}

.slick-next:after {
  content: '\e912';
  margin: 1px 0 0 2px;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 0  !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.woocommerce input.input-text,
.woocommerce input[type='text'],
.woocommerce input[type='tel'],
.woocommerce input[type='email'],
.woocommerce input[type='search'],
.woocommerce input[type='password'],
.woocommerce input[type='url'],
.woocommerce textarea,
.woocommerce select {
  max-width: none;
}

.woocommerce .woocommerce-breadcrumb {
  padding-top: 12px;
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  .woocommerce .twocolumns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .woocommerce .twocolumns {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .woocommerce .twocolumns .woocommerce-breadcrumb {
    padding-top: 6px;
  }
}

@media (max-width: 767px) {
  .woocommerce .twocolumns .content-area {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .woocommerce .twocolumns [id="sidebar"] {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .woocommerce .twocolumns [id="sidebar"] {
    padding-left: 0;
    padding-right: 5vw;
  }
}

@media (min-width: 1200px) {
  .woocommerce .twocolumns [id="sidebar"] {
    padding-right: 40px;
  }
}

.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  background-color: #003c67;
}

.woocommerce span.onsale {
  background-color: #FECC2F;
  padding: 2px 5px;
}

.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    font-size: 1.125rem;
  }
}

.woocommerce ul.products li.product .price {
  font-size: 100%;
  line-height: 1.25;
}

.woocommerce .products .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  transition: opacity 0.25s ease-in-out;
  object-fit: contain;
  object-position: center;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 8px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  width: auto;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 1rem;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
}

.woocommerce input.input-text,
.woocommerce textarea {
  max-width: none;
}

.woocommerce .price {
  color: #005A9A !important;
}

.woocommerce #enquiry {
  padding-top: 30px;
}

.woocommerce .pswp {
  z-index: 99999;
  top: 82px;
}

@media (min-width: 768px) {
  .woocommerce .pswp {
    top: 101px;
  }
}

@media (min-width: 1024px) {
  .woocommerce .pswp {
    top: 0;
  }
}

.woocommerce-MyAccount-navigation {
  line-height: 1.5;
}

.woocommerce-MyAccount-navigation > ul > li {
  margin: 0 0 6px;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #005A9A !important;
}

.woocommerce-ordering .jcf-select {
  border: none;
  height: 30px;
}

.woocommerce-ordering .jcf-select .jcf-select-text {
  line-height: 27px;
}

#footer {
  background: #fff;
  padding: 1.375rem 0 0;
}

@media (min-width: 1024px) {
  #footer {
    padding-top: 4px;
  }
}

.footer-top {
  font-size: 0.875rem;
  padding: 1rem 0 0.75rem;
}

@media (min-width: 1200px) {
  .footer-top {
    padding-top: 1.4375rem;
    padding-bottom: 1rem;
  }
}

.footer-top .widget-title {
  color: #000;
  display: block;
  line-height: 1.42857;
  margin: 0 0 0.5rem;
}

.footer-top .widget {
  margin-bottom: 2rem;
}

.footer-top .widget ul:not(.social-networks) .active > a {
  color: #005A9A;
}

.footer-top .widget a {
  color: inherit;
  text-decoration: none;
}

.footer-top .widget a:hover,
.footer-top .widget a:focus {
  color: #005A9A;
}

.footer-top-holder {
  border-bottom: 2px solid #DBDBDB;
  padding: 0 0 0.5rem;
}

@media (min-width: 1440px) {
  .footer-top-holder {
    padding-bottom: 1.3125rem;
  }
}

@media (max-width: 767px) {
  .footer-top-row {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .footer-top-row .footer-top-column {
    -ms-flex-preferred-size: calc(100% / 12 * 3 - 7px);
    flex-basis: calc(100% / 12 * 3 - 7px);
    max-width: calc(100% / 12 * 3 - 7px);
  }
}

@media (max-width: 767px) {
  .footer-top-row .footer-top-column:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .footer-top-row .footer-top-column:last-child {
    -ms-flex-preferred-size: calc(100% / 12 * 3 + 21px);
    flex-basis: calc(100% / 12 * 3 + 21px);
    max-width: calc(100% / 12 * 3 + 21px);
  }
}

.footer-top-column:last-child .widget-title {
  margin: 0 0 1.375rem;
}

@media (max-width: 767px) {
  .footer-top-column:last-child .social-networks {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-bottom {
  margin: -1px 0 0;
  padding: 1rem 0;
  position: relative;
}

@media (max-width: 1023px) {
  .footer-bottom {
    font-size: 0.75rem;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer-bottom-column:nth-child(2) {
    text-align: right;
  }
}

.logo-footer {
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .logo-footer {
    margin-top: 4px;
    margin-bottom: 0;
  }
}

.to-top-block {
  padding: 0.75rem 0;
  text-align: center;
}

@media (max-width: 767px) {
  .to-top-block {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .to-top-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: -6px 0 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}


/* produkt detail seite */
.ausstattung_wrapper {
    display: none;
    background-color: #FECC2F20;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px;
    color: #000;

}

.woocommerce div.product div.summary .jcf-select .jcf-select-text {
    font-weight: 700;
    color: #005A9A;
}

button.toggle_ausstattung {
    width: 100%;
    background-color: #fff;
    color: #005A9A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -5px;
    position: relative;
    font-size: 14px;
}

button.toggle_ausstattung.active, button.toggle_ausstattung:hover {
    color: #fff;
    background-color: #005A9A;
}

.info-gelb {
    background: #FECC2F;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    text-align: center;
    width: 70%;
    margin: 25px 0 0 auto;
    position: relative;
    font-size: 16px;
}

.info-gelb::before {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    bottom: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FECC2F;
}

.check_ausstattung {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.check_ausstattung em {
    color: #747474;
}

.checkbox-container {
    border: 1px solid #005A9A;
    margin-right: 15px;
    font-size: 10px;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    transition: 0.3s ease;
}

.checkbox-container i {
    opacity: 0;
    transition: 0.3s ease;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 5px;
}

.mainprod.hidden {
  display: none;
}

hr.grey {
    border-top: 1px solid #DBDBDB;
    border-bottom: 0;
    margin-bottom: 15px;
}

input[name="ausstattung"] {
    -webkit-appearance: none;
    border: 0;
    width: 0;
    height: 0;
    position: absolute;
}
input[name="ausstattung"]:checked + .checkbox-container  {
    background-color: #005A9A;
}

input[name="ausstattung"]:checked + .checkbox-container i  {
    opacity: 1;
}

.ausstattung_wrapper .blue {
    color: #005A9A;
}

.ausstattung_wrapper hr.orange {
    border-top-color: #FECC2F;
    border-bottom-color: transparent;
    -webkit-appearance: none;
    border: 1px solid #FECC2F;
    border-bottom: 0;
    margin-top: 15px;
}

.ausstattung_checked {
    font-weight: 700;
    color: #000;
    margin: 20px 0;
    padding: 0;
}

.ausstattung_checked li {
    display: flex;
    justify-content: space-between;
}

.ausstattung_summe {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 37px;
}

.summen_wrapper {
    display: none;
}

.single_add_to_cart_button:disabled, .woocommerce button.button.alt:disabled[disabled] {
    background-color: #005A9A !important;
}


.woocommerce div.product div.summary {
    padding: 0 20px;
}

.single_variation_wrap, .variations {
    margin: 0 -20px;
}

.woocommerce div.product form.cart .variations {
    width: calc(100% + 40px);
    margin-top: 20px;
}

.ausstattung_variante {
    margin-top: 20px;
}

.variations .jcf-select {
    min-width: 100%;
    border: 1px solid #005A9A !important;
    box-shadow: none;
}

.woocommerce div.product div.summary .product_title.entry-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

.custom-sku {
    color: #FECC2F;
    font-size: 18px;
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 900;
    margin: 0;
}

.woocommerce div.product p.price {
    font-size: 24px;
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 900;
    margin: 0;
    color: #000 !important;
}

.variations td {
    display: block;
}

/* produkt detail tabs */
.woocommerce-tabs.wc-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 100px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 116px 0 0;
    margin: 0;
    width: 33%;
    box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    width: 67%;
    color: #000;
    padding-right: 100px;
    box-sizing: border-box;
}


.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    background-color: #DBDBDB18;
    border-radius: 3px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 50px;
    height: 50px;
    background-color: #FECC2F;
    border-radius: 3px;
}

.woocommerce .upsells.products li.product .price {
    letter-spacing: -0.36px;
    color: #005A9A;
    font-weight: 900;
    font-size: 18px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: '';
    border: 0;
    top: 0;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: '';
    border: 0;
    top: 0;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(0);
    background-color: transparent;
    background-image: url('images/search-plus-solid.svg');
    box-sizing: border-box;
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    border: 0;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #DBDBDB;
    border-radius: 0;
    font-size: 16px;
    transition: 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    border-top: 1px solid #DBDBDB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    color: #005A9A;
    padding: 0 20px;
    border-bottom-color: #DBDBDB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a i {
    font-size: 10px;
    opacity: 0;
    transition: 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    color: #fff;
    transition: 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    color: #005A9A;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover i, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a i {
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #005A9A;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

.upsells.products ul.products::before , .upsells.products ul.products::after {
    display: none;
}

.upsells.products ul.products {
    clear: none;
}

.upsells.products ul.products li.product {
    float: none;
    margin: 0;
}

label[for="ausfuehrung"], .ausstattung_variante h4 {
    color: #005A9A;
    font-size: 18px;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.entry-summary #enquiry {
    margin-left: -20px;
}

.product_video_wrapper {
    display: flex;
    align-items: center;
}

.product_video_wrapper video {
    width: 50%;
}

.details_tabelle td, .details_tabelle th {
    padding: 5px 15px;
    text-align: left;
}
.details_tabelle {
    width: 100%;
}


.woocommerce .upsells .slick-track {
    display: flex!important;
}

.upsells .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.upsells .slick-prev {
    left: -50px;
}

.upsells .slick-next {
    right: -50px;
}

.up-sells.upsells.products {
    position: relative;
    padding-top: 100px;
    margin-top: 100px;
}


.up-sells.upsells.products:after, .up-sells.upsells.products:before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 93px;
    top: -20px;
    left: -50vw;
    transform: rotate(3deg);
}

.up-sells.upsells.products:before {
    background-color: #FECC2F;
}


.up-sells.upsells.products:after {
    background-color: #005A9A;
    clip-path: polygon(0 110%, 100% -20%, 100% 100%, 0% 100%);
}

.lemon_size_td_name {
    display: none;
}

@media all and (max-width: 1440px) {
    .upsells.products ul.products {
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media all and (max-width: 1024px) {
    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 50px 0;
    }
}

@media all and (max-width: 768px) {
    .details_tabelle, .details_tabelle tbody, .details_tabelle tr {
        display: block;
    }
    
    .details_tabelle thead {
        display: none;
    }
    
  
    .details_tabelle tr {
        border-bottom: 1px solid #005A9A;
        padding: .5em 0em;
    }
    
      .details_tabelle tr:first-child {
        border-top: 1px solid #005A9A;
    }

    .lemon_size_td_name {
        display: inline;
    }

    .details_tabelle td {
        display: block;
        border: 0;
        padding: 0;
    }
    
    .woocommerce div.product div.summary .product_title.entry-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .custom-sku {
        font-size: 14px;
    }
    
    .woocommerce div.product p.price {
        font-size: 18px;
    }
    
    .info-gelb {
        padding: 15px;
        width: 100%;
        font-size: 14px;
    }
    
    .woocommerce #enquiry {
    }
    
    .entry-summary #enquiry {
        margin-left: 0;
        padding-top: 0;
    }
    
    .woocommerce div.product .woocommerce-tabs .panel {
        width: 100%;
        padding-right: 0;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0 0 25px;
        width: 100%;
    }
    
    .product_video_wrapper video {
        width: 100%;
    }
    
    .woocommerce-tabs.wc-tabs-wrapper {
        padding: 0 0px 50px;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 5px 0;
    }
    
    .woocommerce div.product div.summary {
        padding: 0;
    }
    
    .single_variation_wrap, .variations {
        margin: 0;
    }
    
    .woocommerce div.product form.cart .variations {
        width: 100%;
    }
    
    label[for="ausfuehrung"], .ausstattung_variante h4 {
        padding: 0;
    }
    
    .up-sells.upsells.products:after, .up-sells.upsells.products:before {
        height: 50px;
    }
    
    .up-sells.upsells.products {
        position: relative;
        padding-top: 80px;
        margin-top: 57px;
    }
}

.product_skizzen_wrapper p a {
    display: flex;
    align-items: center;
}
.product_skizzen_wrapper span {
    vertical-align: middle;
    margin-left: 15px;
    height: 100%;
}

.single-post .meta {
    display: none;
}

.ausstattung_summe a, .woocommerce div.product p.price a {
    font-size: 14px;
    line-height: 1;
}

.woocommerce div.product form.cart .woocommerce-variation-description .ausstattung_summe p {
    text-align: right;
}

.section-post-archive:nth-child(2n) {
    background: #003357;
    color: #fff;
}

.section-post-archive:nth-child(2n) .text-column a {
    color: #fff;
}

.archive-img-wrap {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.woocommerce ul.products li.product a .archive-img-wrap img {
    height: calc(100% - 1em);
    object-fit: contain;
    transition: 0.3s ease;
}

.woocommerce ul.products li.product a .archive-img-wrap img:hover {
    transform: scale(1.2);
}

@media all and (max-width: 480px) {
    .archive-img-wrap {
        height: 150px;
    }
}

.ausstat_single em.aus_num {
    font-style: normal;
    background: #FECC2F;
    display: inline-flex;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 700;
}

.ausstat_single {
    /*display: none;*/
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .map {
      width: 100%;
      height: 0;
      padding-top: 100%;
      position: relative;
  }

    .map svg {
      position: absolute;
      top: 0;
      left: 0;

  }
}

/*CUSTOM HOVER DOWNLOADS*/
.custom-hover .wp-block-column {
  position: relative;
  overflow: hidden;
}

.custom-hover .has-text-align-center {
  position: absolute;
  bottom: -100%;
  width: calc(100% - 4px);
  left: 2px;
  right: 2px;
  padding: 15px;
  background-color: rgba(253, 204, 47, .90);
  margin: 0;
  transition: .27s ease-in-out;
  color: #FFF;
}

.custom-hover.no-border .has-text-align-center {
  left: 0;
  right: 0;
  width: 100%;
}

.custom-hover .wp-block-column:hover .has-text-align-center {
  bottom: 15px;
}

.custom-hover.no-border .wp-block-column:hover .has-text-align-center {
  bottom: 15px#005A9A;
}

.custom-hover a, .custom-hover strong {
  color: #FFF;
}

@media all and (max-width: 1024px) {
  .custom-hover  .has-text-align-center {
    bottom: calc(1em + 2px);
  }
  
  .custom-hover.no-border .has-text-align-center {
    bottom: 1em;
  }
}

/*SKIZZEN FIX*/
.product_skizzen_wrapper p {
  border: solid 1px #fecc2f;
  padding: 5px;
}

.product_skizzen_wrapper p a {
  text-align: center;
  display: block;
}


/* .product_skizzen_wrapper img {
  width: 100%;
  object-fit: contain;
} */

.product_skizzen_wrapper h2 {
  text-align: center;
  margin: 25px auto 15px;
}

@media all and (min-width: 768px) {
  .product_skizzen_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5em;
  }

  .product_skizzen_wrapper p {
      width: calc(50% - 1em);
      margin: 0 0.5em 1em;
      display: flex;
      justify-content: center;
      align-items: center;
  }
}

@media all and (min-width: 1200px) {
    .product_skizzen_wrapper p {
        width: calc(33.333333% - 1em);
    }  
}

.make-me-small {
  font-size: 14px;
}

.wp-block-buttons.is-content-justification-left .g-container {
  margin: 0;
}

.woocommerce-variation-description > p {
  opacity: 0;
}

.wdm-terms-cond-cb {
  line-height: 1.5;
}

.wdm-terms-cond-cb {
  margin-left: 4px;
}

.wdm-terms-cond-cb input {
  margin-left: 0;
}

.has_ausstattung .woocommerce-variation-price {
  display: none !important;
}

div.make-me-small {
  display: inline;
}

.produkt_anfrage_pdf_content {
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

/* neue Produktanfrage */
.produkt_anfrage_content {
  background-color: #00000070;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.anfrage_content_inner {
  background-color: #fff;
  max-width: 768px;
  margin: auto;
  max-height: 735px;
  height: calc(100% - 30px);
  overflow: scroll;
  width: calc(100% - 30px);
}

.anfrage_first_inner {
    width: 100%;
    height: 100%;
    z-index: 100000000;
    position: relative;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anfrage_content_inner #gform_wrapper_4, .anfrage_content_inner #gform_wrapper_11 {

  padding: 0 20px;
}

#gform_wrapper_4 .ginput_address_country, #gform_wrapper_11 .ginput_address_country {
  flex: 0 0 100%;
  padding: 0;
}


.anfrage_content_inner h2 {
  padding: 0.6em 1.5em 0.8em;
  position: relative;
  background-color: #005A9A;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
    top: 0;
    z-index: 1;
}

.anfrage_content_inner h2 p {
  margin: 0;
  cursor: pointer;
}

#gform_wrapper_4 .ginput_container_consent, #gform_wrapper_11 .ginput_container_consent {
  display: flex;
}

#gform_wrapper_4 .ginput_container_consent input, #gform_wrapper_11 .ginput_container_consent input {
  min-width: 13px;
  margin-right: 10px;
}

#gform_wrapper_4 .ginput_container_consent .gfield_required_text, #gform_wrapper_11 .ginput_container_consent .gfield_required_text {
  display: none;
}

#gform_4_validation_container, #gform_11_validation_container {
  display: none;
}

.open_neue_produkt_anfrage[disabled], .create_config_pdf[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

.single-product .product.product-type-simple form.cart {
  display: none;
}

.open_neue_produkt_anfrage {
  margin-top: 30px;
}

#gform_wrapper_4 ::placeholder, #gform_wrapper_11 ::placeholder {
  color: #747474;
}


#gform_wrapper_4 :-ms-input-placeholder, #gform_wrapper_11 :-ms-input-placeholder {
  color: #747474;
}

#gform_wrapper_4 ::-ms-input-placeholder, #gform_wrapper_11 ::-ms-input-placeholder {
  color: #747474;
}

#gform_confirmation_message_4, #gform_confirmation_message_11 {
  padding: 0 1.5em;
  font-size: 1.2em;
}

.close_anfrage {
  cursor: pointer;
}

.woocommerce div.product form.cart .variations tr {
  display: block;
}

.woocommerce-loop-product__link .woocommerce-price-suffix {
  display: none;
}

/* Modal */

.wp-post-modal{
	border:0 !important;
	box-shadow:0 0 10px 5px rgba(0,0,0,0.5);
}

#modal-content h2{
	margin-top:0;
	margin-bottom:24px;
}

#modal-content img{
	margin-bottom:24px;
}

#modal-content .g-container{
	padding-left:0;
	padding-right:0;
	line-height:1.75;
}
.modal-wrapper.styled .wp-post-modal{
	width:50%;
}

@media all and (max-width: 767px) {
	.modal-wrapper.styled .wp-post-modal{
		width:90%;
	}
}

.modal-wrapper.styled{
	background:rgba(0,0,0,0.5);
}

.modal-wrapper.styled .wp-post-modal .close-modal{
	top:20px;
	margin:-6px 0 0 0 !important;
	padding-bottom:6px !important;
	height:auto;
}

#rueckewagen-buttons{
	position:static;
	margin:0 -3.6vw;
	padding-bottom:16px;
}
#rueckewagen-buttons::after{
	content:'';
	clear:both;
	display:block;
}
#rueckewagen-buttons .item{
	position:relative;
	display:block;
	width:50%;
}
#rueckewagen-buttons .item.left{
	float:left;
	right:-3.6vw;
}
#rueckewagen-buttons .item.right{
	float:right;
	left:-3.6vw;
}

#rueckewagen-buttons .item img{
	width:100%;
	filter:saturate(0);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#rueckewagen-buttons .item.active img,
#rueckewagen-buttons .item:hover img,
#rueckewagen-buttons .item.focus img{
	filter:saturate(1);
}