/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles BLOCKS
 *
 * CSS for both Frontend+Backend.
 */
.alpha-product-slider {
  margin-bottom: 50px;
}

.alpha-product-slider .slider-title {
  font-size: 40px;
  text-transform: none;
  text-align: center;
  color: #25B7BC;
  margin: 30px 0;
}

.alpha-product-slider .owl-carousel.owl-loaded {
  position: relative;
}

.alpha-product-slider .owl-carousel.owl-loaded .owl-stage {
  padding: 20px 0;
}

.alpha-product-slider .owl-carousel.owl-loaded .product-title {
  margin: 0 0 20px;
  letter-spacing: 1px;
}

.alpha-product-slider .owl-carousel.owl-loaded .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
}

.alpha-product-slider .owl-carousel.owl-loaded .product-image {
  padding-bottom: 80%;
}

.alpha-product-slider .owl-carousel.owl-loaded .product-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.alpha-product-slider .owl-carousel.owl-loaded .product-image canvas, .alpha-product-slider .owl-carousel.owl-loaded .product-image .configurator-product--preview {
  position: absolute;
  top: -10%;
  left: -50%;
  width: 200% !important;
  height: 120% !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: none;
}

@media only screen and (min-width: 993px) {
  .alpha-product-slider .slider-title {
    font-size: 90px;
  }
}

.alpha-biker-slider .owl-carousel.owl-loaded .product-colors, .alpha-product-slider .owl-carousel.owl-loaded .product-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 60%;
}

.alpha-biker-slider .owl-carousel.owl-loaded .product-colors .splat, .alpha-product-slider .owl-carousel.owl-loaded .product-colors .splat {
  width: 40px;
}

.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav, .alpha-product-slider .owl-carousel.owl-loaded .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
}

.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav.disabled, .alpha-product-slider .owl-carousel.owl-loaded .owl-nav.disabled {
  display: none;
}

.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav .splat, .alpha-product-slider .owl-carousel.owl-loaded .owl-nav .splat {
  fill: #25B7BC;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav .owl-prev,
.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav .owl-next, .alpha-product-slider .owl-carousel.owl-loaded .owl-nav .owl-prev,
.alpha-product-slider .owl-carousel.owl-loaded .owl-nav .owl-next {
  position: relative;
}

.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav .owl-prev:after,
.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav .owl-next:after, .alpha-product-slider .owl-carousel.owl-loaded .owl-nav .owl-prev:after,
.alpha-product-slider .owl-carousel.owl-loaded .owl-nav .owl-next:after {
  content: "\F104";
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
}

.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav .owl-next:after, .alpha-product-slider .owl-carousel.owl-loaded .owl-nav .owl-next:after {
  content: "\F105";
}

.alpha-biker-slider .owl-carousel.owl-loaded .owl-nav [class*=owl-], .alpha-product-slider .owl-carousel.owl-loaded .owl-nav [class*=owl-] {
  margin: 0;
}

.alpha-biker-slider .product-image {
  overflow: hidden;
}

.alpha-biker-slider .product-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.alpha-biker-slider .product-image canvas, .alpha-biker-slider .product-image .configurator-product--preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.alpha-product-slider.has--clipping .product-image {
  -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.alpha-product-slider.has--clipping .product-image:before, .alpha-product-slider.has--clipping .product-image:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 20px;
  -webkit-transform: skew(-11.2deg);
  transform: skew(-11.2deg);
  background-color: #fff;
  z-index: 1;
}

.alpha-product-slider.has--clipping .product-image:before {
  left: 20%;
}

.alpha-product-slider.has--clipping .product-image:after {
  right: 20%;
}

.media-upload-container .components-placeholder__instructions {
  display: none;
}

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-media" "media-text-content";
  }
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-boilerplate-product-models-list-block {
  margin-bottom: 50px;
}

.wp-block-boilerplate-product-models-list-block .model-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-block-boilerplate-product-models-list-block .model-item {
  width: 33%;
}

.wp-block-boilerplate-product-models-list-block .model-item-headline {
  margin: 0;
  text-align: center;
  color: #1D1D1B;
}

.wp-block-boilerplate-product-models-list-block .product-item {
  margin: 5px 0;
  text-align: center;
}

.wp-block-boilerplate-product-models-list-block .product-item a {
  color: #1D1D1B;
  font-size: 0.8rem;
}

.wp-block-boilerplate-product-models-list-block .product-item a:hover {
  color: #25B7BC;
}

@media only screen and (min-width: 1201px) {
  .wp-block-boilerplate-product-models-list-block .model-item {
    width: 16%;
  }
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
.woocommerce-product-categories__operator .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  overflow-wrap: normal !important;
  word-wrap: normal !important;
}

.components-panel .woocommerce-product-categories__operator.components-base-control {
  margin-top: 16px;
}

.components-panel .woocommerce-product-categories__operator.components-base-control .components-select-control__input {
  margin-left: 0;
  min-width: 100%;
}
@charset "UTF-8";
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
.woocommerce-search-list {
  width: 100%;
  padding: 0 0 16px;
  text-align: left;
}

.woocommerce-search-list__selected {
  margin: 16px 0;
  padding: 16px 0 0;
  min-height: 76px;
  border-top: 1px solid #e2e4e7;
}

.woocommerce-search-list__selected .woocommerce-search-list__selected-header {
  margin-bottom: 8px;
}

.woocommerce-search-list__selected .woocommerce-search-list__selected-header button {
  margin-left: 12px;
}

.woocommerce-search-list__selected .woocommerce-tag__text {
  max-width: 13em;
}

.woocommerce-search-list__search {
  margin: 16px 0;
  padding: 16px 0 0;
  border-top: 1px solid #e2e4e7;
}

.woocommerce-search-list__search .components-base-control__field {
  margin-bottom: 16px;
}

.woocommerce-search-list__list {
  padding: 0;
  max-height: 17em;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid #e2e4e7;
  border-bottom: 1px solid #e2e4e7;
}

.woocommerce-search-list__list.is-loading {
  padding: 12px 0;
  text-align: center;
  border: none;
}

.woocommerce-search-list__list.is-not-found {
  padding: 12px 0;
  text-align: center;
  border: none;
}

.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon,
.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-text {
  display: inline-block;
}

.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon {
  margin-right: 16px;
}

.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon .gridicon {
  vertical-align: top;
  margin-top: -1px;
}

.woocommerce-search-list__list .components-spinner {
  float: none;
  margin: 0 auto;
}

.woocommerce-search-list__list .components-menu-group__label {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  overflow-wrap: normal !important;
  word-wrap: normal !important;
}

.woocommerce-search-list__list > [role="menu"] {
  border: 1px solid #e2e4e7;
  border-bottom: none;
}

.woocommerce-search-list__list .woocommerce-search-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #e2e4e7 !important;
  color: #555d66;
}

.woocommerce-search-list__list .woocommerce-search-list__item:hover, .woocommerce-search-list__list .woocommerce-search-list__item:active, .woocommerce-search-list__list .woocommerce-search-list__item:focus {
  background: #f8f9f9;
}

.woocommerce-search-list__list .woocommerce-search-list__item:last-child {
  border-bottom: none !important;
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-state {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 8px;
  height: 24px;
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-0 + .depth-1 {
  margin-top: -1px;
}

.woocommerce-search-list__list .woocommerce-search-list__item:not(.depth-0) {
  border-bottom: 0 !important;
}

.woocommerce-search-list__list .woocommerce-search-list__item:not(.depth-0) + .depth-0 {
  border-top: 1px solid #e2e4e7;
}

.woocommerce-search-list__list .woocommerce-search-list__item[class*="depth-"] .woocommerce-search-list__item-label:before {
  margin-right: 4px;
  content: "\2014   \2014   \2014   \2014   \2014   ";
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-0 .woocommerce-search-list__item-label:before {
  margin-right: 0;
  content: '';
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-1 .woocommerce-search-list__item-label:before {
  content: "\2014   ";
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-2 .woocommerce-search-list__item-label:before {
  content: "\2014   \2014   ";
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-3 .woocommerce-search-list__item-label:before {
  content: "\2014   \2014   \2014   ";
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-4 .woocommerce-search-list__item-label:before {
  content: "\2014   \2014   \2014   \2014   ";
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-name {
  display: inline-block;
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-prefix {
  display: none;
  color: #6c7781;
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-label, .woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-label {
  display: inline-block;
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-prefix, .woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-prefix {
  display: inline;
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-prefix:after, .woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-prefix:after {
  margin-right: 4px;
  content: " \203A";
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-name {
  color: #191e23;
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-count {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  padding: 2px 8px;
  border: 1px solid #e2e4e7;
  border-radius: 12px;
  font-size: 0.8em;
  line-height: 1.4;
  color: #6c7781;
  background: #fff;
}

.components-panel .woocommerce-search-list {
  padding: 0;
}

.components-panel .woocommerce-search-list__selected {
  margin: 0 0 16px;
  padding: 0;
  border-top: none;
  min-height: 54px;
}

.components-panel .woocommerce-search-list__search {
  margin: 0 0 16px;
  padding: 0;
  border-top: none;
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
.wc-product-preview {
  text-align: center;
  margin-bottom: 16px;
}

.wc-product-preview .wc-product-preview__title,
.wc-product-preview .wc-product-preview__price {
  margin-top: 4px;
}

.wc-product-preview .wp-block-button {
  margin-bottom: 0;
}

.wc-product-preview .wc-product-preview__add-to-cart {
  cursor: text;
  margin: 12px 0 0;
}

.cols-4 .wc-product-preview .wc-product-preview__title,
.cols-5 .wc-product-preview .wc-product-preview__title,
.cols-6 .wc-product-preview .wc-product-preview__title {
  font-size: 0.9em;
  line-height: 1.2;
}

.cols-4 .wc-product-preview .wc-product-preview__price,
.cols-5 .wc-product-preview .wc-product-preview__price,
.cols-6 .wc-product-preview .wc-product-preview__price {
  font-size: 0.8em;
}

.cols-4 .wc-product-preview .wc-product-preview__add-to-cart,
.cols-5 .wc-product-preview .wc-product-preview__add-to-cart,
.cols-6 .wc-product-preview .wc-product-preview__add-to-cart {
  font-size: 0.7em !important;
  line-height: 1.4 !important;
}

.editor-block-preview .wc-product-preview .wc-product-preview__title {
  font-size: 0.7em;
  line-height: 1.2;
}

.editor-block-preview .wc-product-preview .wc-product-preview__price {
  font-size: 0.6em;
}

.editor-block-preview .wc-product-preview .wc-product-preview__add-to-cart {
  font-size: 0.6em !important;
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-boilerplate-biker-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-boilerplate-biker-block .biker-block--header {
  font-size: 1.6rem;
  margin: 0;
}

.wp-block-boilerplate-biker-block .biker-block--number {
  font-family: BackyardNumber, 'sans-serif';
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.wp-block-boilerplate-biker-block .biker-block--description {
  font-weight: lighter;
  font-size: 14px;
}

.wp-block-boilerplate-biker-block .product-image button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wp-block-boilerplate-biker-block .product-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.wp-block-boilerplate-biker-block .product-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 60%;
}

.wp-block-boilerplate-biker-block .product-colors .splat {
  width: 40px;
}

@media only screen and (min-width: 1201px) {
  .alpha-product-slider.wp-block-boilerplate-biker-row .owl-stage {
    width: 100vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-boilerplate-product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-block-boilerplate-product-grid .product--block {
  width: 33.33333%;
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-boilerplate-icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-boilerplate-icon-row.has-black_light-color .icon--text {
  color: #1D1D1B;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block > * {
  position: relative;
  z-index: 1;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-in-icon {
  margin: 30px 0;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-in-icon .icon--headline {
  display: none;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-in-icon .icon--image-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-in-icon .icon--image-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../svg/splash-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-in-icon .icon--image {
  -webkit-transform: translateY(-20%) scale(0.4);
  transform: translateY(-20%) scale(0.4);
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-in-icon .icon--text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-below-icon {
  margin: 30px 0;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-below-icon .icon--image-wrapper {
  width: 150px;
  height: 150px;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-below-icon .icon--image-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../svg/splash-primary.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-below-icon .icon--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-below-icon .icon--text {
  margin-top: 20px;
  font-size: 12px;
  max-width: 40%;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-headline-below-icon .icon--image-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-headline-below-icon .icon--image-wrapper .icon--image {
  max-width: 100px;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-headline-below-icon .icon--headline {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-headline-below-icon .icon--text {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 0 40px;
}

@media only screen and (min-width: 1201px) {
  .wp-block-boilerplate-icon-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }
  .wp-block-boilerplate-icon-row .wp-block-boilerplate-icon-block.is-style-text-below-icon .icon--text {
    font-size: 20px;
    max-width: unset;
  }
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-boilerplate-media-and-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-boilerplate-media-and-content > img {
  max-width: 1024px;
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.wp-block-boilerplate-media-and-content .media-and-content--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}

@media only screen and (min-width: 1201px) {
  .wp-block-boilerplate-media-and-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wp-block-media-text.has-media-on-the-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .wp-block-media-text .wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content {
    width: 50%;
  }
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-boilerplate-section-block {
  position: relative;
}

.wp-block-boilerplate-section-block:before {
  display: block;
  position: relative;
  top: -1px;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 8%;
  background-image: url("../svg/divider_white_min.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-boilerplate-section-block:before {
    /* IE10+ CSS styles go here */
    top: -2px;
  }
}

.wp-block-boilerplate-section-block .wp-block-column {
  padding: 0 8%;
}

.wp-block-boilerplate-section-block.top-bottom-margin-default {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-boilerplate-section-block.top-bottom-margin-small .section-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp-block-boilerplate-section-block.top-bottom-margin-medium .section-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-boilerplate-section-block.top-bottom-margin-large .section-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.wp-block-boilerplate-section-block.top-bottom-margin-extra_large .section-container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.wp-block-boilerplate-section-block.wp-block-button {
  margin: 25px 0;
}

.wp-block-boilerplate-section-block.has-primary-background-color .h1, .wp-block-boilerplate-section-block.has-primary-background-color h2, .wp-block-boilerplate-section-block.has-primary-background-color h3, .wp-block-boilerplate-section-block.has-primary-background-color h4, .wp-block-boilerplate-section-block.has-primary-background-color h5, .wp-block-boilerplate-section-block.has-primary-background-color h6, .wp-block-boilerplate-section-block.has-primary_light-background-color .h1, .wp-block-boilerplate-section-block.has-primary_light-background-color h2, .wp-block-boilerplate-section-block.has-primary_light-background-color h3, .wp-block-boilerplate-section-block.has-primary_light-background-color h4, .wp-block-boilerplate-section-block.has-primary_light-background-color h5, .wp-block-boilerplate-section-block.has-primary_light-background-color h6, .wp-block-boilerplate-section-block.has-primary_dark-background-color .h1, .wp-block-boilerplate-section-block.has-primary_dark-background-color h2, .wp-block-boilerplate-section-block.has-primary_dark-background-color h3, .wp-block-boilerplate-section-block.has-primary_dark-background-color h4, .wp-block-boilerplate-section-block.has-primary_dark-background-color h5, .wp-block-boilerplate-section-block.has-primary_dark-background-color h6 {
  color: #fff;
}

.wp-block-boilerplate-section-block:not(.has-background-image).has-default-background-color + .wp-block-boilerplate-section-block:not(.has-background-image):before, .wp-block-boilerplate-section-block:not(.has-background-image).has-white-background-color + .wp-block-boilerplate-section-block:not(.has-background-image):before {
  content: '';
}

.wp-block-boilerplate-section-block:not(.has-background-image).has-default-background-color + .wp-block-boilerplate-section-block:not(.has-background-image).has-default-background-color:before, .wp-block-boilerplate-section-block:not(.has-background-image).has-default-background-color + .wp-block-boilerplate-section-block:not(.has-background-image).has-white-background-color:before, .wp-block-boilerplate-section-block:not(.has-background-image).has-white-background-color + .wp-block-boilerplate-section-block:not(.has-background-image).has-default-background-color:before, .wp-block-boilerplate-section-block:not(.has-background-image).has-white-background-color + .wp-block-boilerplate-section-block:not(.has-background-image).has-white-background-color:before {
  display: none;
}

.wp-block-boilerplate-section-block.has-primary_light-background-color + .wp-block-boilerplate-section-block:before {
  content: '';
  background-image: url("../svg/divider_main_min.svg");
}

.wp-block-boilerplate-section-block.has-gray-background-color + .wp-block-boilerplate-section-block:before {
  content: '';
  background-image: url("../svg/divider_gray_min.svg");
}

.wp-block-boilerplate-section-block.has-background-image {
  padding-bottom: 8%;
  background-size: cover;
  background-position: center;
}

.wp-block-boilerplate-section-block.has-background-image:before {
  content: '';
}

.wp-block-boilerplate-section-block.has-background-image .section-container h3 {
  font-size: 40px;
  font-family: Fake Serif, Regular;
  color: #fff;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.wp-block-boilerplate-section-block.has-background-image .section-container h3 {
  font-size: 40px;
}

@media screen and (min-width: 320px) {
  .wp-block-boilerplate-section-block.has-background-image .section-container h3 {
    font-size: calc(40px + 26 * ((100vw - 320px) / 1180));
  }
}

@media screen and (min-width: 1500px) {
  .wp-block-boilerplate-section-block.has-background-image .section-container h3 {
    font-size: 66px;
  }
}

.wp-block-boilerplate-section-block.has-background-image + .wp-block-boilerplate-section-block:before {
  content: '';
  -webkit-transform: rotate(180deg) translateY(100%);
  transform: rotate(180deg) translateY(100%);
  position: absolute;
  top: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-boilerplate-section-block.has-background-image + .wp-block-boilerplate-section-block:before {
    /* IE10+ CSS styles go here */
    top: 2px;
  }
}

.wp-block-boilerplate-section-block.has-background-image + .wp-block-boilerplate-section-block.has-gray-background-color:before {
  background-image: url("../svg/divider_gray_min.svg");
}

.wp-block-boilerplate-section-block.has-background-image + .wp-block-boilerplate-section-block.has-primary_light-background-color:before {
  background-image: url("../svg/divider_main_min.svg");
}

.wp-block-boilerplate-section-block.is-style-boxed .section-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1201px) {
  .wp-block-boilerplate-section-block .section-container p {
    padding: 0;
  }
  .wp-block-boilerplate-section-block.is-style-boxed .section-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-boilerplate-section-block.top-bottom-margin-medium .section-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-boilerplate-timeline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: time-line;
}

.wp-block-boilerplate-timeline-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.wp-block-boilerplate-timeline-block .element--wrapper {
  position: relative;
}

.wp-block-boilerplate-timeline-block .element--wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../png/strich-vert.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  position: absolute;
  top: 10px;
  left: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.wp-block-boilerplate-timeline-block:last-of-type:after {
  display: none;
}

.wp-block-boilerplate-timeline-block .element--head {
  font-family: Fake Serif, Regular;
  font-size: 1.8em;
  color: #1D1D1B;
  position: relative;
}

.wp-block-boilerplate-timeline-block .element--head:before, .wp-block-boilerplate-timeline-block .element--head:after {
  position: absolute;
  top: 50%;
  color: #fff;
}

.wp-block-boilerplate-timeline-block .element--head:before {
  font-family: Fake Serif, Regular;
  counter-increment: time-line;
  content: counter(time-line);
  font-size: 43px;
}

.wp-block-boilerplate-timeline-block .element--head:after {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  background: url("../svg/button-splash-primary-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.wp-block-boilerplate-timeline-block .element--wrapper {
  max-width: 66%;
}

.wp-block-boilerplate-timeline-block .element--head {
  text-align: center;
}

.wp-block-boilerplate-timeline-block .element--head:before, .wp-block-boilerplate-timeline-block .element--head:after {
  left: -50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wp-block-boilerplate-timeline-block .element--body {
  padding: 15px;
  font-size: 10px;
  position: relative;
}

.wp-block-boilerplate-timeline-block .element--body:before {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
  background: url(../png/strich-hor.png);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1201px) {
  .wp-block-boilerplate-timeline-block .element--head {
    text-align: left;
  }
  .wp-block-boilerplate-timeline-block .element--wrapper {
    width: 44%;
  }
  .wp-block-boilerplate-timeline-block:nth-child(odd) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wp-block-boilerplate-timeline-block:nth-child(odd) .element--head:before, .wp-block-boilerplate-timeline-block:nth-child(odd) .element--head:after {
    right: -50px;
    left: auto;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .wp-block-boilerplate-timeline-block:nth-child(odd) .element--wrapper:after {
    left: 50px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .wp-block-boilerplate-timeline-block .element--body {
    font-size: 14px;
  }
}
