@font-face {
   font-family: 'Mont';
   src: url('../fonts/Mont-Regular.woff2') format('woff2'),
        url('../fonts/Mont-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'Mont';
   src: url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'Mont';
   src: url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'RoadRadio';
   src: url('../fonts/RoadRadio-Light.woff2') format('woff2'),
        url('../fonts/RoadRadio-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: 'RoadRadio';
   src: url('../fonts/RoadRadio-Bold.woff2') format('woff2'),
        url('../fonts/RoadRadio-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

:root{
   /* body */
   --ama-html-font-size: 16px;

   --ama-font-sans-serif: 'Mont', sans-serif;
   --ama-body-font-family: var(--ama-font-sans-serif);
   --ama-body-font-size: 1rem;
   --ama-body-font-weight: 400;
   --ama-body-line-height: 1.5em;
   --ama-body-color: #030C18;
   --ama-body-bg: #384044;
   --ama-wrapper-bg: #fff;

   --ama-primary-color: #D30926;
   --ama-secondary-color: #384044;

   /* typography */
   --ama-heading-color: inherit;

   --ama-h-font-family: inherit;
   --ama-h-font-weight: 600;

   --ama-h1-font-size: 2.625rem;
   --ama-h1-line-height: 1.1904761904761905em;

   --ama-h2-font-size: 2.25rem;
   --ama-h2-line-height: 1.3333333333333333em;

   --ama-h3-font-size: 1.75rem;
   --ama-h3-line-height: 1.2857142857142858em;

   --ama-h4-font-size: 1.25rem;
   --ama-h4-line-height: 1.4rem;

   --ama-h5-font-size: 1.125rem;
   --ama-h5-line-height: 1.4444444444444444rem;

   --ama-h6-font-size: 1rem;
   --ama-h6-line-height: 1.5em;

   --ama-xxl-font-size: var(--ama-h1-font-size);
   --ama-xxl-line-height: var(--ama-h1-line-height);

   --ama-semi-xxl-font-size: var(--ama-h2-font-size);
   --ama-semi-xxl-line-height: var(--ama-h2-line-height);

   --ama-xl-font-size: var(--ama-h3-font-size);
   --ama-xl-line-height: var(--ama-h3-line-height);

   --ama-lg-font-size: var(--ama-h4-font-size);
   --ama-lg-line-height: var(--ama-h3-line-height);

   --ama-semi-lg-font-size: var(--ama-h4-font-size);
   --ama-semi-lg-line-height: var(--ama-h4-line-height);

   --ama-md-font-size: var(--ama-h5-font-size);
   --ama-md-line-height: var(--ama-h5-line-height);

   --ama-sm-font-size: .75rem;
   --ama-sm-line-height: 1.6666666666666667em;

   --ama-post-title-font-size: var(--ama-h1-font-size);
   --ama-post-title-line-height: var(--ama-h1-line-height);

   --ama-query-title-font-size: var(--ama-h1-font-size);
   --ama-query-title-line-height: var(--ama-h1-line-height);

   --ama-site-title-font-size: var(--ama-h1-font-size);
   --ama-site-title-line-height: var(--ama-h1-line-height);

   /* ul style */
   --ama-marker-color: var(--ama-primary-color);

   /* gutter */
   --ama-gutter-x: .625rem;
   --ama-gutter-double-x: calc(var(--ama-gutter-x) * 2);
   --ama-gutter-y: 0;

   --ama-gutter-button-x: var(--ama-gutter-x);
   --ama-gutter-column-x: var(--ama-gutter-x);

   /* margins */
   --ama-margin-top-base: 1.5rem;
   --ama-margin-top-heading: 2.5rem;
   --ama-margin-top-li: .625rem;
   --ama-margin-top-buttons: calc(1.875rem - var(--ama-gutter-button-x))!important;
   --ama-margin-top-columns: calc(2.5rem - var(--ama-gutter-column-x))!important;
   --ama-margin-top-wpcf7: 1.875rem;
   --ama-acf-block-margin-top: 10rem;

   /* offsets */
   --ama-offset-top-first: calc(10.625rem - var(--ama-header-height));
   --ama-offset-bottom-last: 13.75rem;

   /* alerts */   
   --ama-alert-bg: transparent;
   --ama-alert-padding-x: 1rem;
   --ama-alert-padding-y: .75rem;
   --ama-alert-margin-bottom: 0;
   --ama-alert-color: inherit;
   --ama-alert-border-color: transparent;
   --ama-alert-border: .0625rem solid var(--ama-alert-border-color);
   --ama-alert-border-radius: .375rem;
   
   --ama-body-color-rgb: 33, 37, 41;
   --ama-body-bg-rgb: 255, 255, 255;

   --ama-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

   /* borders (modal / accordion etc) */
   --ama-border-width: .0625rem;
   --ama-border-style: solid;
   --ama-border-color: #dee2e6;
   --ama-border-color-translucent: rgba(0, 0, 0, .175);
   --ama-border-radius: .375rem;
   --ama-border-radius-pill: 50rem;

   /* header */
   --ama-header-height: 4.375rem;
   --ama-header-color: var(--ama-body-color);
   --ama-header-bgcolor: rgba(255, 255, 255, 0);

   --ama-header-sticky-box-shadow: 0 .625rem 1.25rem 0 rgba(0, 0, 0, .06);

   /* footer */
   --ama-footer-padding-top: 4.44375rem;
   --ama-footer-padding-bottom: 3.4125rem;
   --ama-footer-color: #fff;
   --ama-footer-bgcolor: var(--ama-secondary-color);

   /* link */
   --ama-link-color: var(--ama-primary-color);
   --ama-link-hover-color: var(--ama-secondary-color);

   /* code / highlight */
   --ama-code-color: #d63384;
   --ama-highlight-bg: #fff3cd;
   
   /* containers */
   --ama-container: 62.5rem;
   --ama-container-xl: 71.75rem;
   --ama-container-xxl: 80rem;
   --ama-container-header: 76.25rem;

   /* buttons */
   --ama-btn-font-family: 'RoadRadio';
   --ama-btn-font-size: 1.25rem;
   --ama-btn-font-weight: 300;
   --ama-btn-line-height: 1.375rem;
   --ama-btn-border-width: .0625rem;
   --ama-btn-border-color: transparent;
   --ama-btn-border-radius: 0;
   --ama-btn-padding-x: calc(1.25rem - var(--ama-btn-border-width));
   --ama-btn-padding-y: calc(.625rem - var(--ama-btn-border-width));
   --ama-btn-box-shadow: inset 0 .0625rem 0 rgba(255, 255, 255, .15), 0 .0625rem .0625rem rgba(0, 0, 0, .075);
   --ama-btn-disabled-opacity: 1;
   --ama-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--ama-btn-focus-shadow-rgb), .5);
   --ama-btn-transform: uppercase;

   --ama-btn-color: #fff;
   --ama-btn-bg: var(--ama-primary-color);
   --ama-btn-border-color: var(--ama-btn-bg);

   /* tooltips */   
   --ama-tooltip-zindex: 1080;
   --ama-tooltip-max-width: 12.5rem;
   --ama-tooltip-padding-x: .5rem;
   --ama-tooltip-padding-y: .25rem;
   --ama-tooltip-margin: ;
   --ama-tooltip-font-size: .75rem;
   --ama-tooltip-color: #fff;
   --ama-tooltip-bg: #000;
   --ama-tooltip-border-radius: .375rem;
   --ama-tooltip-opacity: .9;
   --ama-tooltip-arrow-width: .8rem;
   --ama-tooltip-arrow-height: .4rem;

   /* scroll-to-top */
   --ama-scroll-top-width: 3rem;
   --ama-scroll-top-height: 3rem;
   --ama-scroll-top-border-radius: 50%;
   --ama-scroll-top-color: #fff;
   --ama-scroll-top-bg: var(--ama-primary-color);

   /* splide */
   --ama-splide-width: 3.125rem;
   --ama-splide-height: var(--ama-splide-width);
   --ama-splide-color: #fff;
   --ama-splide-bgcolor: var(--ama-secondary-color);
   --ama-splide-border-radius: 50%;

   --accessories-gap: 3.125rem;

   /* element hero */
   --hero-pad-top: 4.125rem;
   --hero-pad-bot: 4.125rem;

   /* product */
   --product-image-dimensions: 26.125rem;

   --before-top-offset: .625rem;
   --before-left-offset: .625rem;

   --ama-c-red-f-font-size: 1.75rem;
   --ama-c-red-f-line-height: 1.1071428571428572em;
}
.has-primary-color{color: var(--ama-primary-color)}

.font-roadradio,
.is-style-roadradio{font-family: 'RoadRadio'; font-weight: 300; letter-spacing: .05em}

#html .arve{margin-bottom: 0}

/* =============================================================================
   typography
   ========================================================================== */
h1{font-size: var(--ama-h1-font-size); line-height: var(--ama-h1-line-height)}
h2{font-size: var(--ama-h2-font-size); line-height: var(--ama-h2-line-height)}
h3{font-family: 'RoadRadio'; font-size: var(--ama-h3-font-size); line-height: var(--ama-h3-line-height); font-weight: 300!important}
h4{font-family: 'RoadRadio'; font-size: var(--ama-h4-font-size); line-height: var(--ama-h4-line-height); font-weight: 300!important}
h5{font-size: var(--ama-h5-font-size); line-height: var(--ama-h5-line-height)}
h6{font-family: 'RoadRadio'; font-size: var(--ama-h6-font-size); line-height: var(--ama-h6-line-height); font-weight: 300!important}

.has-giant-font-size{font-size: var(--ama-xxl-font-size); line-height: var(--ama-xxl-line-height)}
.has-semi-giant-font-size{font-size: var(--ama-semi-xxl-font-size); line-height: var(--ama-semi-xxl-line-height)}
.has-huge-font-size{font-size: var(--ama-xl-font-size); line-height: var(--ama-xl-line-height)}
.has-large-font-size{font-size: var(--ama-lg-font-size); line-height: var(--ama-lg-line-height)}
.has-semi-large-font-size{font-size: var(--ama-semi-lg-font-size); line-height: var(--ama-semi-lg-line-height)}
.has-medium-font-size{font-size: var(--ama-md-font-size); line-height: var(--ama-md-line-height)}
.has-small-font-size{font-size: var(--ama-sm-font-size); line-height: var(--ama-sm-line-height)}
.has-c-red-f-font-size{font-size: var(--ama-c-red-f-font-size); line-height: var(--ama-c-red-f-line-height); color: var(--ama-primary-color); font-family: 'RoadRadio'!important; font-weight: 300; letter-spacing: .05em}
.has-c-red-f-font-size sup{font-size: 52%}

.fst-italic{font-style: italic !important}
.fst-normal{font-style: normal !important}
.fw-light, .is-style-fw-light{font-weight: 300!important}
.fw-normal, .is-style-fw-normal{font-weight: 400!important}
.fw-medium, .is-style-fw-medium{font-weight: 500!important}
.fw-semibold, .is-style-fw-semibold{font-weight: 600!important}
.fw-bold, .is-style-fw-bold{font-weight: 700!important}

.text-start{text-align: left !important}
.text-end{text-align: right !important}
.text-center{text-align: center !important}
.text-decoration-none{text-decoration: none !important}
.text-decoration-underline{text-decoration: underline !important}
.text-decoration-line-through{text-decoration: line-through !important}
.text-lowercase{text-transform: lowercase !important}
.text-uppercase{text-transform: uppercase !important}
.text-capitalize{text-transform: capitalize !important}
.text-wrap{white-space: normal !important}
.text-nowrap{white-space: nowrap !important}

.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}

.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}

.font-monospace{font-family: var(--ama-font-monospace) !important}

.fst-italic{font-style: italic !important}
.fst-normal{font-style: normal !important}
.fw-light{font-weight: 300 !important}
.fw-lighter{font-weight: lighter !important}
.fw-normal{font-weight: 400 !important}
.fw-semibold{font-weight: 600 !important}
.fw-bold{font-weight: 700 !important}
.fw-bolder{font-weight: bolder !important}

.text-start{text-align: left !important}
.text-end{text-align: right !important}
.text-center{text-align: center !important}
.text-decoration-none{text-decoration: none !important}
.text-decoration-underline{text-decoration: underline !important}
.text-decoration-line-through{text-decoration: line-through !important}
.text-lowercase{text-transform: lowercase !important}
.text-uppercase{text-transform: uppercase !important}
.text-capitalize{text-transform: capitalize !important}
.text-wrap{white-space: normal !important}
.text-nowrap{white-space: nowrap !important}

/* =============================================================================
   remixicon
   ========================================================================== */
@font-face {
   font-family: "remixicon";
   src: url('../fonts/remixicon.eot?t=1627896142516'); /* IE9*/
   src: url('../fonts/remixicon.eot?t=1627896142516#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url("../fonts/remixicon.woff2?t=1627896142516") format("woff2"),
   url("../fonts/remixicon.woff?t=1627896142516") format("woff"),
   url('../fonts/remixicon.ttf?t=1627896142516') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
   url('../fonts/remixicon.svg?t=1627896142516#remixicon') format('svg');
   font-display: swap
}
.ri-font{font-family: 'remixicon' !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale}
.ri-arrow-down-s-line:before { content: "\ea4e"; }
.ri-arrow-right-s-line:before { content: "\ea6e"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-check-line:before { content: "\eb7b"; }
.ri-close-line:before { content: "\eb99"; }
.ri-star-line:before { content: "\f18b"; }
.ri-star-half-line:before { content: "\f188"; }
.ri-star-fill:before { content: "\f186"; }
.ri-arrow-up-s-line:before { content: "\ea78"; }

/* =============================================================================
   data-opacity
   ========================================================================== */
*[data-opacity]::before{opacity: var(--bg-opacity); content: ''; display: block; position: absolute; inset: 0; background: rgb(0,35,102); background: linear-gradient(90deg, rgba(0,35,102,1) 0%, rgba(0,35,102,0.5) 70%, rgba(0,35,102,0) 100%);}*[data-opacity="0"]::before{--bg-opacity: 0}*[data-opacity="5"]::before{--bg-opacity: 0.05}*[data-opacity="10"]::before{--bg-opacity: 0.1}*[data-opacity="15"]::before{--bg-opacity: 0.15}*[data-opacity="20"]::before{--bg-opacity: 0.2}*[data-opacity="25"]::before{--bg-opacity: 0.25}*[data-opacity="30"]::before{--bg-opacity: 0.3}*[data-opacity="35"]::before{--bg-opacity: 0.35}*[data-opacity="40"]::before{--bg-opacity: 0.4}*[data-opacity="45"]::before{--bg-opacity: 0.45}*[data-opacity="50"]::before{--bg-opacity: 0.5}*[data-opacity="55"]::before{--bg-opacity: 0.55}*[data-opacity="60"]::before{--bg-opacity: 0.6}*[data-opacity="65"]::before{--bg-opacity: 0.65}*[data-opacity="70"]::before{--bg-opacity: 0.7}*[data-opacity="75"]::before{--bg-opacity: 0.75}*[data-opacity="80"]::before{--bg-opacity: 0.8}*[data-opacity="85"]::before{--bg-opacity: 0.85}*[data-opacity="90"]::before{--bg-opacity: 0.9}*[data-opacity="95"]::before{--bg-opacity: 0.95}*[data-opacity="100"]::before{--bg-opacity: 1}

/* =============================================================================
   data-columns
   ========================================================================== */
[data-columns="1"]:not(.woocommerce-product-gallery){--ama-columns: 1}
[data-columns="2"]:not(.woocommerce-product-gallery){--ama-columns: 2}
[data-columns="3"]:not(.woocommerce-product-gallery){--ama-columns: 3}
[data-columns="4"]:not(.woocommerce-product-gallery){--ama-columns: 4}

@media (max-width: 991px){
   [data-columns="3"]:not(.woocommerce-product-gallery),
   [data-columns="4"]:not(.woocommerce-product-gallery){--ama-columns: 3}
}
@media (max-width: 767px){
   [data-columns="2"]:not(.woocommerce-product-gallery),
   [data-columns="3"]:not(.woocommerce-product-gallery),
   [data-columns="4"]:not(.woocommerce-product-gallery){--ama-columns: 2}
}
@media (max-width: 567px){
   [data-columns="2"]:not(.woocommerce-product-gallery),
   [data-columns="3"]:not(.woocommerce-product-gallery),
   [data-columns="4"]:not(.woocommerce-product-gallery){--ama-columns: 1}
}

[data-columns]:not(.woocommerce-product-gallery){
   display: grid;
   grid-template-columns: repeat(var(--ama-columns), 1fr);
   gap: calc(var(--ama-gutter-x) * 2)
}

/* =============================================================================
   tables
   ========================================================================== */
table{width: 100%}
table th{text-align: unset}
table tr > *{padding: .3125rem}

/* =============================================================================
   containers
   ========================================================================== */
.container,
.container-xl,
.container-xxl,
.gutenberg-elements > *:not(.alignmax):not(.product.type-product),
.alignwide,
.alignwide > *,
.alignfull,
.alignfull > *,
.alignmax > *:not(.alignwide):not(.alignfull):not(.position-absolute):not(.position-fixed):not(.container-header):not(.wcml_currency_switcher),
.product.type-product > .ama-single-product__end{width: 100%; padding-right: var(--ama-gutter-x); padding-left: var(--ama-gutter-x); margin-right: auto; margin-left: auto; max-width: calc(var(--ama-container) + var(--ama-gutter-x) * 2)}

.gutenberg-elements > .row,
.gutenberg-elements > .wp-block-buttons,
.gutenberg-elements > .wp-block-columns,
.alignmax > .row,
.alignmax > .wp-block-buttons,
.alignmax > .wp-block-columns{padding-right: 0!important; padding-left: 0!important; margin-right: auto; margin-left: auto}

.gutenberg-elements > ul,
.gutenberg-elements > ol{padding-left: calc(var(--ama-gutter-x) + 1.125rem)}

.container{max-width: calc(var(--ama-container) + var(--ama-gutter-x) * 2)}
.container-xl{max-width: calc(var(--ama-container-xl) + var(--ama-gutter-x) * 2)}
.container-xxl{max-width: calc(var(--ama-container-xxl) + var(--ama-gutter-x) * 2)}

.gutenberg-elements > *:not(.alignmax):not(.product.type-product),
.product.type-product > .ama-single-product__end{max-width: calc(var(--ama-container) + var(--ama-gutter-x) * 2)}
.alignwide{max-width: calc(var(--ama-container-xl) + var(--ama-gutter-x) * 2)}
.alignfull{max-width: calc(var(--ama-container-xxl) + var(--ama-gutter-x) * 2)}
.alignmax{max-width: 100%}
.container-header{max-width: calc(var(--ama-container-header) + var(--ama-gutter-double-x)); padding-left: var(--ama-gutter-x); padding-right: var(--ama-gutter-x); margin-left: auto; margin-right: auto}

/* =============================================================================
   buttons
   ========================================================================== */
.btn,
.button,
.wpcf7-submit,
.wp-block-button .wp-block-button__link{
   display: inline-flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-content: center;
   align-items: center;
   user-select: none;
   padding: var(--ama-btn-padding-y) var(--ama-btn-padding-x);
   font-family: var(--ama-btn-font-family);
   font-size: var(--ama-btn-font-size);
   font-weight: var(--ama-btn-font-weight);
   line-height: var(--ama-btn-line-height);
   color: var(--ama-btn-color)!important;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   user-select: none;
   border: var(--ama-btn-border-width) solid var(--ama-btn-border-color);
   border-radius: var(--ama-btn-border-radius);
   background-color: var(--ama-btn-bg);
   text-transform: var(--ama-btn-transform);
   letter-spacing: .05em;

   --ama-btn-fill-start: #fff;
   --ama-btn-fill-end: var(--ama-btn-bg);

   background: linear-gradient(to right, var(--ama-btn-fill-start) 50%, var(--ama-btn-fill-end) calc(50% + .0625rem));
   background-size: calc(200% + .25rem) 200%;
   background-position: calc(100% + .0625rem) center;
   transition: all .5s ease-out;
}

.input-text + .button{margin-left: -.0625rem}

@media (prefers-reduced-motion: reduce) {
   .btn,
   .button,
   .wpcf7-submit,
   .wp-block-button .wp-block-button__link{transition: none}
}

.btn.only-icon,
.wpcf7-submit.only-icon{padding: 0; min-height: 2.625rem; width: 3.3125rem}
.wpcf7-submit.only-icon{width: 4.375rem}
   .btn.only-icon > svg,
   .wpcf7-submit.only-icon > svg{display: block}
   

.btn-download > svg{display: block; margin-left: 0.625rem}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn,
fieldset:disabled .button,
.button:disabled, .button.disabled,
.wpcf7-submit:disabled,
.wp-block-button.disabled .wp-block-button__link,
.wp-block-button .wp-block-button__link.disabled,
.wp-block-button .wp-block-button__link:disabled{pointer-events: none; opacity: var(--ama-btn-disabled-opacity); cursor: not-allowed}

.btn:not(:disabled):not(.only-icon):hover,
.button:not(:disabled):not(.only-icon):hover,
.wpcf7-submit:not(:disabled):not(.only-icon):hover,
.wp-block-button .wp-block-button__link:not(.only-icon):not(:disabled):hover{
   color: var(--ama-primary-color)!important;
   background-position: 0 center
}

.coupon .button{
   --ama-btn-bg: #000;
   --ama-btn-border-color: var(--ama-btn-bg);
}
.coupon .button:not(:disabled):not(.only-icon):hover{color: #000!important}

.wp-block-button.is-style-outline .wp-block-button__link{
   --ama-btn-color: var(--ama-body-color);
   --ama-btn-fill-start: var(--ama-body-color);
   --ama-btn-fill-end: #fff;
   --ama-btn-border-color: var(--ama-body-color)
}
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):hover{
   color: var(--ama-btn-fill-end)!important;
}

.d-field-with-submit .wpcf7-submit{
   --ama-btn-border-color: var(--ama-body-color);
   --ama-btn-fill-start: #fff;
   --ama-btn-fill-end: var(--ama-body-color);
}

#header-mobile__nav .d-field-with-submit .wpcf7-submit,
#footer .d-field-with-submit .wpcf7-submit{
   color: var(--ama-body-color)!important;
   --ama-btn-border-color: #fff;
   --ama-btn-fill-start: rgba(255, 255, 255, 1);
   --ama-btn-fill-end: rgba(255, 255, 255, 1);
}

.wp-block-buttons,
.wp-block-columns{gap: 0!important}

.btn-with-icon{background: none; padding: 0}
   .btn-with-icon > *:first-child{
      padding: var(--ama-btn-padding-y) var(--ama-btn-padding-x);
      background: linear-gradient(to right, var(--ama-btn-fill-start) 50%, var(--ama-btn-fill-end) 50%);
      background-size: calc(200% + .25rem) 100%;
      background-position: right bottom;
      transition: all .5s ease-out;
   }
   .btn-with-icon:not(.btn-outline) > *:not(.animated-arrow):first-child{transition: none!important; opacity: 1!important}
   .btn.btn-with-icon:not(.btn-outline):hover,
   .btn-with-icon:not(.btn-outline):hover > *:not(.animated-arrow):first-child{color: #fff!important}
   .btn-with-icon.btn-outline:hover > *:first-child{
      color: inherit!important;
      background-position: left bottom
   }
   .btn-with-icon > * + *{
      align-self: stretch;
      width: 4.4375rem;
      border-left: .0625rem solid currentColor;
      padding: 0 0.6125rem
   }
   .btn-with-icon:not(.btn-outline) > *{border-right: .0625rem solid var(--ama-btn-bg)}
   .btn-with-icon:not(.btn-outline) > * + *{
      color: var(--ama-body-color);
      border-color: #fff;
      background-color: #fff;
      margin-top: -.0625rem;
      margin-bottom: -.0625rem;
      margin-right: -.0625rem;
   }

.btn-outline{
   color: var(--ama-body-color)!important;
   border-color: currentColor!important;
   --ama-btn-fill-start: #fff;
   --ama-btn-fill-end: rgba(255, 255, 255, 0);
}
.btn-outline:not(:disabled):not(.only-icon):hover{
   color: var(--ama-body-color)!important;
   border-color: currentColor!important;
}

.woocommerce-info .button,
.btn.is-tiny{
   --ama-btn-padding-y: 3px;
   --ama-btn-padding-x: 12px;
   font-size: .75rem;
   line-height: .8125rem
}

.woocommerce-info .button > * + *,
.btn-with-icon.is-tiny > * + *{width: 1.875rem}

.btn-with-icon__reversed .animated-arrow{order: -1; margin-right: unset; margin-left: -.0625rem; border-left: unset; border-right: .0625rem solid currentColor}

/* =============================================================================
   pagination
   ========================================================================== */
.woocommerce-pagination,
.pagi-nav{
   --ama-pagination-width: 2.5rem;
   --ama-pagination-height: 2.5rem;
   --ama-pagination-font-size: 1rem;
   --ama-pagination-font-weight: 400;
   --ama-pagination-border-width: .0625rem;
   --ama-pagination-border-style: solid;
   --ama-pagination-border-radius: calc(var(--ama-pagination-height) / 2);
   --ama-pagination-color: var(--ama-primary-color);
   --ama-pagination-hover-color: #fff;
   --ama-pagination-hover-bgcolor: var(--ama-pagination-color);
   --ama-pagination-hover-border-color: var(--ama-pagination-color);
   color: var(--ama-pagination-color)
}
* + .woocommerce-pagination,
* + .pagi-nav{margin-top: 2.5rem}

   .woocommerce-pagination ul,
   .woocommerce-pagination li > *,
   .pagi-nav ul,
   .pagi-nav li > *{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0
   }

   .woocommerce-pagination ul,
   .pagi-nav ul{
      list-style: none;
      margin: -.5rem
   }

      .woocommerce-pagination li,
      .pagi-nav li{margin: .5rem}

      .woocommerce-pagination li > *,
      .pagi-nav li > *{
         font-size: var(--ama-pagination-font-size);
         line-height: 1em;
         font-weight: var(--ama-pagination-font-weight);
         width: var(--ama-pagination-width);
         height: var(--ama-pagination-height);
         border-radius: var(--ama-pagination-border-radius);
         text-decoration: none!important;
         color: inherit;
         border: var(--ama-pagination-border-width) var(--ama-pagination-border-style) currentColor;
         transition: all .15s ease-in-out
      }

      .woocommerce-pagination li > a:hover,
      .woocommerce-pagination li > .current,
      .pagi-nav li > a:hover,
      .pagi-nav li > .current{
         color: var(--ama-pagination-hover-color);
         background-color: var(--ama-pagination-hover-bgcolor);
         border-color: var(--ama-pagination-hover-border-color)
      }

/* =============================================================================
   grid
   ========================================================================== */
.row,
.wp-block-buttons,
.wp-block-columns{display: flex; flex-wrap: wrap}

.row{margin-right: calc(-1 * var(--ama-gutter-x)); margin-left: calc(-1 * var(--ama-gutter-x))}
.row-grid{margin-top: calc(-1 * var(--ama-gutter-x)); margin-bottom: calc(-1 * var(--ama-gutter-x))}

.wp-block-buttons{margin-right: calc(-1 * var(--ama-gutter-button-x)); margin-left: calc(-1 * var(--ama-gutter-button-x))}
.wp-block-columns{margin-right: calc(-1 * var(--ama-gutter-column-x)); margin-left: calc(-1 * var(--ama-gutter-column-x))}

.wp-block-buttons,
.wp-block-columns{margin: calc(-1 * var(--ama-gutter-button-x))}

.row > *{flex-shrink: 0; width: 100%; max-width: 100%; padding-right: var(--ama-gutter-x); padding-left: var(--ama-gutter-x); margin-top: var(--ama-gutter-y)}
.row-grid > *{padding-top: var(--ama-gutter-x); padding-bottom: var(--ama-gutter-x)}

.wp-block-buttons > *{padding: var(--ama-gutter-button-x)}
.wp-block-columns > *{padding: var(--ama-gutter-column-x)}

.col{flex:1 0 0}.row-cols-auto > *{flex:0 0 auto;width:auto}.row-cols-1 > *{flex:0 0 auto;width:100%}.row-cols-2 > *{flex:0 0 auto;width:50%}.row-cols-3 > *{flex:0 0 auto;width:33.33334%}.row-cols-4 > *{flex:0 0 auto;width:25%}.row-cols-5 > *{flex:0 0 auto;width:20%}.row-cols-6 > *{flex:0 0 auto;width:16.66668%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33334%}.col-2{flex:0 0 auto;width:16.66668%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33334%}.col-5{flex:0 0 auto;width:41.66668%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33334%}.col-8{flex:0 0 auto;width:66.66668%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33334%}.col-11{flex:0 0 auto;width:91.66668%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33334%}.offset-2{margin-left:16.66668%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33334%}.offset-5{margin-left:41.66668%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33334%}.offset-8{margin-left:66.66668%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33334%}.offset-11{margin-left:91.66668%}

@media (min-width: 576px){.col-sm{flex:1 0 0}.row-cols-sm-auto > *{flex:0 0 auto;width:auto}.row-cols-sm-1 > *{flex:0 0 auto;width:100%}.row-cols-sm-2 > *{flex:0 0 auto;width:50%}.row-cols-sm-3 > *{flex:0 0 auto;width:33.33334%}.row-cols-sm-4 > *{flex:0 0 auto;width:25%}.row-cols-sm-5 > *{flex:0 0 auto;width:20%}.row-cols-sm-6 > *{flex:0 0 auto;width:16.66668%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33334%}.col-sm-2{flex:0 0 auto;width:16.66668%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33334%}.col-sm-5{flex:0 0 auto;width:41.66668%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33334%}.col-sm-8{flex:0 0 auto;width:66.66668%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33334%}.col-sm-11{flex:0 0 auto;width:91.66668%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33334%}.offset-sm-2{margin-left:16.66668%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33334%}.offset-sm-5{margin-left:41.66668%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33334%}.offset-sm-8{margin-left:66.66668%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33334%}.offset-sm-11{margin-left:91.66668%}}@media (min-width: 768px){.col-md{flex:1 0 0}.row-cols-md-auto > *{flex:0 0 auto;width:auto}.row-cols-md-1 > *{flex:0 0 auto;width:100%}.row-cols-md-2 > *{flex:0 0 auto;width:50%}.row-cols-md-3 > *{flex:0 0 auto;width:33.33334%}.row-cols-md-4 > *{flex:0 0 auto;width:25%}.row-cols-md-5 > *{flex:0 0 auto;width:20%}.row-cols-md-6 > *{flex:0 0 auto;width:16.66668%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33334%}.col-md-2{flex:0 0 auto;width:16.66668%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33334%}.col-md-5{flex:0 0 auto;width:41.66668%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33334%}.col-md-8{flex:0 0 auto;width:66.66668%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33334%}.col-md-11{flex:0 0 auto;width:91.66668%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33334%}.offset-md-2{margin-left:16.66668%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33334%}.offset-md-5{margin-left:41.66668%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33334%}.offset-md-8{margin-left:66.66668%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33334%}.offset-md-11{margin-left:91.66668%}}@media (min-width: 992px){.col-lg{flex:1 0 0}.row-cols-lg-auto > *{flex:0 0 auto;width:auto}.row-cols-lg-1 > *{flex:0 0 auto;width:100%}.row-cols-lg-2 > *{flex:0 0 auto;width:50%}.row-cols-lg-3 > *{flex:0 0 auto;width:33.33334%}.row-cols-lg-4 > *{flex:0 0 auto;width:25%}.row-cols-lg-5 > *{flex:0 0 auto;width:20%}.row-cols-lg-6 > *{flex:0 0 auto;width:16.66668%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33334%}.col-lg-2{flex:0 0 auto;width:16.66668%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33334%}.col-lg-5{flex:0 0 auto;width:41.66668%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33334%}.col-lg-8{flex:0 0 auto;width:66.66668%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33334%}.col-lg-11{flex:0 0 auto;width:91.66668%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33334%}.offset-lg-2{margin-left:16.66668%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33334%}.offset-lg-5{margin-left:41.66668%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33334%}.offset-lg-8{margin-left:66.66668%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33334%}.offset-lg-11{margin-left:91.66668%}}@media (min-width: 1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto > *{flex:0 0 auto;width:auto}.row-cols-xl-1 > *{flex:0 0 auto;width:100%}.row-cols-xl-2 > *{flex:0 0 auto;width:50%}.row-cols-xl-3 > *{flex:0 0 auto;width:33.33334%}.row-cols-xl-4 > *{flex:0 0 auto;width:25%}.row-cols-xl-5 > *{flex:0 0 auto;width:20%}.row-cols-xl-6 > *{flex:0 0 auto;width:16.66668%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33334%}.col-xl-2{flex:0 0 auto;width:16.66668%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33334%}.col-xl-5{flex:0 0 auto;width:41.66668%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33334%}.col-xl-8{flex:0 0 auto;width:66.66668%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33334%}.col-xl-11{flex:0 0 auto;width:91.66668%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33334%}.offset-xl-2{margin-left:16.66668%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33334%}.offset-xl-5{margin-left:41.66668%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33334%}.offset-xl-8{margin-left:66.66668%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33334%}.offset-xl-11{margin-left:91.66668%}}@media (min-width: 1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto > *{flex:0 0 auto;width:auto}.row-cols-xxl-1 > *{flex:0 0 auto;width:100%}.row-cols-xxl-2 > *{flex:0 0 auto;width:50%}.row-cols-xxl-3 > *{flex:0 0 auto;width:33.33334%}.row-cols-xxl-4 > *{flex:0 0 auto;width:25%}.row-cols-xxl-5 > *{flex:0 0 auto;width:20%}.row-cols-xxl-6 > *{flex:0 0 auto;width:16.66668%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33334%}.col-xxl-2{flex:0 0 auto;width:16.66668%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33334%}.col-xxl-5{flex:0 0 auto;width:41.66668%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33334%}.col-xxl-8{flex:0 0 auto;width:66.66668%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33334%}.col-xxl-11{flex:0 0 auto;width:91.66668%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33334%}.offset-xxl-2{margin-left:16.66668%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33334%}.offset-xxl-5{margin-left:41.66668%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33334%}.offset-xxl-8{margin-left:66.66668%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33334%}.offset-xxl-11{margin-left:91.66668%}}

.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}

@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}

/* =============================================================================
   accordions
   ========================================================================== */
* + .wp-block-pb-accordion-item{margin-top: 1.875rem}
.wp-block-pb-accordion-item + .wp-block-pb-accordion-item{margin-top: -.0625rem}

.wp-block-pb-accordion-item{
   background-color: #fff;
   color: var(--ama-body-color);
   border: .0625rem solid var(--ama-body-bg)
}

.gutenberg-elements > .wp-block-pb-accordion-item{padding-left: 0!important; padding-right: 0!important; max-width: var(--ama-container)!important}

@media (max-width: 1039px){
   .gutenberg-elements > .wp-block-pb-accordion-item{
      margin-left: var(--ama-gutter-x);
      margin-right: var(--ama-gutter-x);
      width: calc(100% - var(--ama-gutter-double-x))
   }
}

   .wp-block-pb-accordion-item .c-accordion__title{
      --ama-accordion-title-font-size: 1.125rem;
      --ama-accordion-title-line-height: 1.5rem;
      padding: 1.4375rem 3.875rem 1.4375rem 1.1875rem;
      font-size: var(--ama-accordion-title-font-size);
      line-height: var(--ama-accordion-title-line-height);
      position: relative;
      border: none;
      display: block;
      font-weight: 700;
      width: 100%;
      box-sizing: border-box;
      margin: 0!important;
      text-align: left;
      background-color: transparent
   }
      .c-accordion__title > .accordion-subtitle{font-size: var(--ama-body-font-size); line-height: var(--ama-body-line-height); font-weight: var(--ama-body-font-weight)}

      .c-accordion__title:after{
         content: ''!important;
         display: -webkit-flex;
         display: flex;
         -webkit-flex-direction: row;
         flex-direction: row;
         -webkit-flex-wrap: wrap;
         flex-wrap: wrap;
         -webkit-justify-content: center;
         justify-content: center;
         -webkit-align-content: center;
         align-content: center;
         -webkit-align-items: center;
         align-items: center;

         font-size: 1.5rem;
         line-height: 1em;
         padding: 0;

         width: 3.875rem;
         height: 100%;
         position: absolute;
         right: 0;
         border-radius: 50%;
         background-color: transparent;
         background-image: url(../images/accordion-arrow.svg);
         background-position: center;
         background-repeat: no-repeat;
         background-size: .7004375rem auto
      }
      .is-open > .c-accordion__title:after,
      .c-accordion__title[aria-expanded="true"]:after{
         background-color: transparent;
         background-image: url(../images/accordion-arrow-o.svg);
         background-size: 1.338375rem auto
      }

   .wp-block-pb-accordion-item .c-accordion__content{padding: 0 1.1875rem 1.5rem 1.1875rem; position: relative}

/* =============================================================================
   acf blocks
   ========================================================================== */
.rm-link{
   color: inherit;
   font-size: 1.25rem;
   line-height: 1.375rem;
   letter-spacing: .05em;
   text-decoration: none!important
}
   .rm-link > *{display: block}
   .rm-link > .animated-arrow{margin-left: .5rem; width: 1.57875rem; height: 1.375rem}
   .rm-link > .animated-arrow svg{width: 1.57875rem}

   .rm-link svg *[stroke="currentColor"]{stroke: var(--ama-primary-color)}

   .rm-link * + .style-basic{margin-left: 1.5rem}
   .rm-link .style-basic{font-family: var(--ama-body-font-family); text-transform: none; font-size: 1rem; line-height: 1.25rem; color: var(--ama-primary-color); text-decoration: underline}
   .rm-link:hover .style-basic{color: inherit}

.animated-arrow{position: relative; overflow: hidden}
   .animated-arrow > svg{
      position: absolute;
      top: 50%;
      left: 50%;
      transition: opacity 300ms ease-in;
      transform-origin: 50% 50%;
      transform: translate(-50%, -50%) scaleX(1)
   }
   .animated-arrow > svg:last-child{opacity: 0}
   .animated-arrow:hover > svg,
   a:hover > .animated-arrow > svg,
   button:hover > .animated-arrow > svg{transition-property: transform, opacity; transition-duration: 300ms; transition-timing-function: ease-in-out}
   .animated-arrow:hover > svg:first-child,
   a:hover > .animated-arrow > svg:first-child,
   button:hover > .animated-arrow > svg:first-child{opacity: 0; transform: translate(200%, -50%) scaleX(1)}
   .animated-arrow:hover > svg:last-child,
   a:hover > .animated-arrow > svg:last-child,
   button:hover > .animated-arrow > svg:last-child{animation-name: arrow-enter-left; animation-timing-function: ease-in-out; animation-duration: 300ms; opacity: 1}

.acf-block-element + *,
* + .acf-block-element{margin-top: var(--ama-acf-block-margin-top)}

h1.wp-el + .acf-block-element,
h2.wp-el + .acf-block-element,
h3.wp-el + .acf-block-element,
h4.wp-el + .acf-block-element,
h5.wp-el + .acf-block-element,
h6.wp-el + .acf-block-element{margin-top: 2.5rem}

.wp-el + .element-custom-columns{margin-top: 1.5rem}

.alignmax + .alignmax{margin-top: 0}

.element-hero{
   padding-top: var(--hero-pad-top);
   padding-bottom: var(--hero-pad-bot);
   color: #fff;
   background-color: var(--ama-body-bg);
   isolation: isolate;
   min-height: calc(31.125rem + var(--hero-pad-top) + var(--hero-pad-bot))
}
.element-hero.bg-white{background-color: #fff}
.element-hero.has-scrolldown{--hero-pad-bot: 6.73125rem; min-height: 100vh}
.element-hero.bg-white .element-hero__scrolldown{color: var(--ama-body-color)}

   .element-hero__bg{
      background-color: var(--ama-body-bg);
      position: absolute;
      width: 100%;
      height: 100%;
      max-height: 31.125rem;
      max-width: 71.75rem;
      top: var(--hero-pad-top);
      left: 50%;
      transform: translateX(-50%);
      z-index: -1
   }
      .element-hero__bg > *{display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; margin: 0}

   .element-hero > .container{min-height: 31.125rem; padding-top: 2.08125rem; padding-bottom: 2.08125rem}
   .element-hero__scrolldown{
      width: 100%;
      max-width: 23.75rem;
      padding-bottom: 1.11875rem;
      user-select: none;
      pointer-events: none
   }
   .element-hero__scrolldown::after{
      content: '';
      display: block;
      width: 100%;
      height: .625rem;
      position: absolute;
      left: 0;
      bottom: -.3125rem;
      background-color: var(--ama-primary-color);
   }

   .hero-btn{
      font-size: 1.25rem;
      line-height: 1.375rem;
      background-color: var(--ama-primary-color);
      color: #fff!important;
      text-decoration: none!important;
      border: .0625rem solid var(--ama-primary-color);
   }
   .hero-btn.position-absolute{top: 100%; transform: translateY(-14px)}
      .hero-btn > .align-self-center{padding: 9px 19px}
      .hero-btn > .animated-arrow{margin-top: -.0625rem; margin-bottom: -.0625rem; margin-right: -.0625rem; background-color: #fff; border-color: #fff; padding: .25rem 1rem; color: var(--ama-body-color); width: 5.265rem}

   .hero-btn,
   .hero-btn > .animated-arrow{transition: all .4s ease-in-out}

   /*
   .hero-btn:hover{color: var(--ama-primary-color)!important; background-color: #fff}
   .hero-btn:hover > .animated-arrow{color: #fff; background-color: var(--ama-primary-color)}
   */

.element-hero:first-child{--hero-pad-top: calc(var(--ama-header-height) + 1.5rem)}

.hero-thumbnail{position: relative; isolation: isolate; width: 100%; max-width: 33.5rem}
   .hero-thumbnail::before{
      --thumb-bg-circle: calc(100% - 7.25rem);
      content: '';
      background-color: #E8E8E8;
      width: var(--thumb-bg-circle);
      padding-top: var(--thumb-bg-circle);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: -1
   }

.single-products .element-hero:first-child{min-height: unset}
.single-products .element-hero:not(.has-hero-product__bg):first-child{--hero-pad-top: 8.25rem}
.single-products .element-hero:not(.has-hero-product__bg):first-child > .container{min-height: 26.125rem}
.single-products .element-hero.has-hero-product__bg:first-child > .container{min-height: calc(100vh - var(--hero-pad-top) - var(--hero-pad-bot))}
.single-products .element-hero .col-lg-5 > * + *{margin-top: 1rem}

.element-hero + .element-imgcontent-color{margin-top: 1.875rem}

.single-products .element-hero:first-child > .container{
   padding-top: var(--hero-pad-top);
   padding-bottom: var(--hero-pad-bot);
}
@media (min-width: 1280px){
   .single-products .element-hero.has-hero-product__bg:first-child > .container{
      min-height: 40rem
   }
}

@media (max-width: 1023px){
   .single-products .element-hero.has-hero-product__bg:first-child > .container{align-content: flex-end}
}

.element-hero.has-endline{--hero-pad-bot: 6rem}
   .element-hero.has-endline::after{
      content: '';
      display: block;
      height: .625rem;
      width: 100%;
      max-width: 23.75rem;
      position: absolute;
      top: 100%;
      left: 50%;
      background-color: var(--ama-primary-color);
      transform: translateX(-50%) translateY(-50%);
   }

.floating-img img,
.floating-img svg{animation: float-up 4.5s ease-in-out infinite}

.element-hero__bg-stencils{z-index: -1}
.element-hero__bg-stencils,
.element-hero__bg-stencils > .el-inner{top: 0; width: 100%; height: 100%; ; user-select: none; pointer-events: none}
.element-hero__bg-stencils{left: 0; overflow: hidden}
.element-hero.bg-white .element-hero__bg-stencils{overflow: visible}
   .element-hero__bg-stencils > .el-inner{left: 50%; width: 80rem; transform: translateX(-50%)}
   .element-hero__bg-stencils svg{position: absolute; transform: translateX(-50%) translateY(-50%)}
   .element-hero__bg-stencils svg:first-child{top: calc(50% - .5rem); left: -4.3125rem}
   .element-hero__bg-stencils svg:last-child{top: calc(100% + 1.4375rem); left: 100%}

   .element-hero__bg-stencils.stencil_style1 svg:first-child{top: calc(7.3125rem * 3); left: 3.25rem}
   .element-hero__bg-stencils.stencil_style1 svg:last-child{top: calc(100% - 8.375rem); left: calc(100% - 1.1875rem)}
   .element-hero__bg-stencils.stencil_style2 svg:first-child{top: calc(50% - 3.5rem); left: 0}
   .element-hero__bg-stencils.stencil_style2 svg:last-child{top: calc(100% - 4.875rem); left: calc(100% - 6.5rem)}

.element-hero + .element-hero__title{
   --hero-title-pull: calc(var(--hero-pad-bot) * -1);
   position: relative;
   margin-top: calc(var(--hero-title-pull) - 57px)!important
}
.element-hero__title h1{
   padding: 2.1875rem 2.5rem;
   background-color: #fff;
   border: .0625rem solid var(--ama-body-bg);
}
.element-hero__title + *{margin-top: 5rem!important}

@media (min-width: 1200px){
   .element-hero__title h1{margin-right: -.3125rem}
}

.element-hero.hero-support{
   --hero-pad-top: 3.8125rem;
   --hero-pad-bot: 3.8125rem;
   --hero-height: 27.1875rem;
   padding-top: 0;
   padding-bottom: 0;
   min-height: unset;
}
   .element-hero.hero-support > .container{
      min-height: var(--hero-height);
      padding-top: var(--hero-pad-top);
      padding-bottom: var(--hero-pad-bot);
   }
   .element-hero.hero-support > .element-hero__bg-stencils{overflow: visible; max-height: var(--hero-height)}

   .hero-support .element-hero__bg-stencils svg:first-child{top: calc(100% - 3.21875rem); left: -5.25rem}
   .hero-support .element-hero__bg-stencils svg:last-child{top: 0; left: calc(100% + 1.625rem)}

   .element-hero__bg.has-overlay-o::after{content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; opacity: .15}

   .hero-support__content{
      width: 100%;
      max-width: 25.3125rem;
      margin-left: auto;
      margin-right: auto
   }
   * + .hero-support__content{margin-top: 2.625rem}
   .hero-support__content * + form{margin-top: 1.825rem}
   .hero-support__content form + *{margin-top: 1.4875rem; font-size: .875rem; line-height: 1.5rem}

   .hero-support__content form{display: grid; grid-template-columns: 1fr auto; font-family: 'RoadRadio'; font-weight: 300}
      .hero-support__content form input[type="text"]{
         display: block;
         font-size: 1.25rem;
         line-height: 1.375rem;
         border: none;
         background: #fff;
         padding: 0.625rem 1.25rem
      }

.support-results__file .col-xl-4{display: flex; flex-direction: column}
@media (min-width: 1200px){
   .support-results__file .col-xl-4{text-align: right; justify-content: flex-end}
}

.file-link + .file-date{margin-top: .5rem!important}
.file-date{line-height: 1.125rem}

#supportCollapse > .collapse-inner{padding-bottom: 5.625rem}

.register-machine .col-xl-4 > *:last-child{
   position: relative;
   padding-bottom: 1.25rem;
   border-bottom: 10px solid var(--ama-primary-color)
}

/* element-bgcolor */
.element-bgcolor{overflow: hidden; padding: 3.65625rem 0; background-color: #E8E8E8}
.element-bgcolor.inc-pad{padding: 6.25rem 0}

.element-bgcolor.bg-dark{background-color: var(--ama-body-bg); color: #fff}

.hero-support + .element-bgcolor{padding: 4.66875rem 0}

.page-template-tpl-support .element-bgcolor + *{margin-top: 6.89375rem}

.gutenberg-elements > .element-bgcolor:last-child{padding-bottom: 6.25rem}

/* element-txtmedia */
.col-media > .splide{width: 100%; margin-left: auto; margin-right: auto; isolation: isolate}
.col-media.col-xl-5 > .splide{max-width: 25.3125rem}
.col-media.col-xl-6 > .splide{max-width: 30.625rem}

/* element-posts */
.element-posts{
   max-width: 80rem!important;
   padding-left: 0!important;
   padding-right: 0!important
}
   .post-item{width: 100%; display: grid; grid-template-columns: 30% 1fr}
   @media (min-width: 1024px){
      .post-item{grid-template-columns: 25rem 1fr}
   }

   .post-item + .post-item{margin-top: 2.625rem}
   .post-item__content{
      padding: 2.75rem 2.75rem .9375rem;
      background-color: #fff;
      color: var(--ama-body-color);
      border-top: .0625rem solid var(--ama-body-bg);
      border-bottom: .0625rem solid var(--ama-body-bg);
      border-right: .0625rem solid var(--ama-body-bg);
   }
      .post-item__content > * + *:not(.rm-link__container){margin-top: 1.5rem}
      .post-item__content > * + .rm-link__container{margin-top: 1.09375rem}

   .post-item__title > a{text-decoration: none!important; color: inherit}
   .post-item__title > a:hover{color: var(--ama-primary-color)}
   
   .post-item__thumb > img{width: 100%; height: 100%; object-fit: cover}

/* guide-block */
.guide-block{padding-left: 2.5rem; position: relative}
   .guide-block::before{
      content: attr(data-block-nr)'.';
      display: flex;
      position: absolute;
      width: 2.5rem;
      top: 1.25rem;
      left: 0
   }

* + .results-guide,
.guide-block + .guide-block{margin-top: 4rem!important}

@media (max-width: 991px){
   .guide-block + .guide-block{margin-top: 2.5rem!important}
}

.guide-block > .row-grid{margin: -1.25rem -1.875rem}
.guide-block > .row-grid > *{padding: 1.25rem 1.875rem}

.guide-block__txtimg > .col-md-4 > *{display: block; margin-top: -1.875rem}

/* element-files */
.block-files{max-width: 37.1875rem; width: 100%}

@media (min-width: 640px){
   .is-columned > .block-files{columns: 2; gap: 1.25rem}
   .is-columned > .block-files > .block-file{
      page-break-inside: avoid;
      break-inside: avoid-column;
      width: 100%;
   }
}
@media (min-width: 992px){
   .is-columned > .block-files{gap: 1.25rem 5.3125rem}
}

.block-files > .block-file + .block-file{margin-top: 1.25rem}

.wp-el + .element-files{margin-top: 1.5rem}

.block-file a{position: relative; display: inline-block; line-height: 1.25rem; padding-left: 2.875rem; padding-top: .4375rem; color: currentColor; text-decoration: none!important}
.block-file a:hover{color: var(--ama-primary-color)}
   .block-file a > svg{display: block; position: absolute; left: 0; bottom: 0}

/* element-feedbacks && element-quotes */
.element-feedbacks > *,
.element-quotes > *{width: 100%; max-width: 57.1875rem}

.element-feedbacks > *{max-width: 51.875rem}

.feedback-item,
.quote-item{
   display: grid;
   gap: 4.375rem;
   grid-template-columns: 1fr 16.8125rem;
   align-items: end;
   width: 100%;
}
.element-right > *{margin-left: auto}
.element-center > *{margin-left: auto; margin-right: auto}

.feedbacks-list .feedback-item + .feedback-item,
.quotes-list .quote-item + .quote-item{margin-top: 4rem}

.feedback-item{grid-template-columns: 14.6875rem 1fr; gap: var(--ama-gutter-double-x)}
.element-feedbacks > *,
.element-feedbacks.element-left > *,
.element-feedbacks.element-right > *{margin-left: auto; margin-right: auto}

.feedback-item__content{order: 1}

.feedback-item__editor > .classic-editor,
.quote-item__content > .classic-editor{
   border: .0625rem solid #030C18;
   background-color: #fff;
   color: var(--ama-body-color);
   padding: 3.625rem 5.25rem;
   position: relative;
}
   .feedback-item__editor > .classic-editor::before,
   .quote-item__content > .classic-editor::before{
      content: '';
      display: block;
      height: .625rem;
      width: 100%;
      max-width: 4.265625rem;
      background-color: var(--ama-primary-color);
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%) translateY(-50%)
   }
.feedback-item__content > * + .feedback-item__editor,
.quote-item__content > * + .classic-editor{margin-top: 1rem}
.feedback-item__content > .font-roadradio + *:not(.feedback-item__editor)
.quote-item__content > .font-roadradio + *:not(.classic-editor){margin-top: .7125rem}
.feedback-item__content > .font-roadradio,
.quote-item__content > .font-roadradio{font-size: .875rem; line-height: 1rem}

.quote-item__media-inner{width: 100%; max-width: 16.8125rem; margin: 0 auto; position: relative; isolation: isolate}
   .quote-item__media-inner::after{
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -10px;
      border-radius: 50%;
      background-color: var(--ama-primary-color);
      z-index: -1
   }
   .quote-item__media-inner:empty::before{content: ''; display: block; padding-top: 100%; border-radius: 50%; background-color: #efefef}
   .quote-item__media-inner > *{border-radius: 50%; display: block; margin: 0 auto}

.element-feedbacks .splide__pagination{justify-content: end}
.element-quotes .splide__pagination{justify-content: start}

/* element-newsletter */
@media (min-width: 992px){
   .element-newsletter > .block-inner{border: .0625rem solid var(--ama-body-color); padding: 4rem 1.25rem}
}
   .element-newsletter > .block-inner > *{max-width: 39.625rem; margin-left: auto; margin-right: auto}
   .element-newsletter > .block-inner > * + *:not(.has-giant-font-size){margin-top: 2.5rem}
   .element-newsletter > .block-inner > * + .has-giant-font-size{margin-top: .875rem}
   .element-newsletter > .block-inner > .has-giant-font-size + *{margin-top: 1.25rem}
   .element-newsletter > .block-inner > .has-giant-font-size{padding-bottom: 1.25rem; position: relative}
      .element-newsletter > .block-inner > .has-giant-font-size::after{
         content: '';
         display: block;
         height: .625rem;
         width: 100%;
         max-width: 4.265625rem;
         background-color: var(--ama-primary-color);
         position: absolute;
         top: calc( 100% - .3125rem );
         left: 50%;
         transform: translateX(-50%) translateY(-50%)
      }

.d-field-with-submit{
   display: grid;
   grid-template-columns: 1fr auto;
   gap: 0
}
.d-field-with-submit > * + *{margin: 0 0 0 -.0625rem!important}

/* element-products */
.product-image{
   width: var(--product-image-dimensions);
   height: var(--product-image-dimensions);
   position: relative;
   isolation: isolate;
   margin-left: auto;
   margin-right: auto
}
   .product-image::before{
      content: '';
      background-color: #E8E8E8;
      width: 100%;
      padding-top: 100%;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: -1;
   }
   .product-image > .floating-img{
      width: 140%;
	  height: 120%;
	   display: flex;
	   flex-wrap: wrap;
	   align-items: center;
	   justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1;
   }
      .product-image > .floating-img > *{display: block; margin: 0 auto; max-width: 100%; height: auto; max-height: 100%; width: auto}

   @media (max-width: 767px){
      .product-image > .floating-img{width: 130%}
   }

.element-hero .product-image{margin-left: 3.625rem; margin-right: unset}

.product-item.row{align-items: center}
.product-item + .product-item{margin-top: 10rem}

.product-item .product-item__content > * + .rm-link{margin-top: 2.25rem}
.product-item .product-item__content > .has-giant-font-size + *{margin-top: 2rem}
.product-item .product-item__content > p:not(.has-giant-font-size){border-bottom: 0.625rem solid var(--ama-primary-color); padding-bottom: 1.125rem}

.element-bgcolor .product-image::before{background-color: #fff}

.element-products .product-image > svg{position: absolute; user-select: none; pointer-events: none;}
.element-products .product-image > svg:first-of-type{top: 10%; left: -15%; width: 42.6545%}
.element-products .product-image > svg:last-of-type{bottom: 15%; right: 7.5%; width: 7.552%}

@media (min-width: 768px){
   .product-item.row:nth-child(even) > .product-item__thumb{order: 1}
}
@media (min-width: 992px){
   .product-item.row:nth-child(odd) > .product-item__content,
   .product-item.row:nth-child(even) > .product-item__thumb{margin-left: 8.33334%}
}
@media (min-width: 1200px){   
   .product-item.row:nth-child(odd) > .product-item__content,
   .product-item.row:nth-child(even) > .product-item__thumb{margin-left: 16.66668%}

   .product-item .product-image{--product-image-dimensions: 30.625rem}
   .product-item.row:nth-child(odd) .product-image{margin-left: -2.25rem; margin-right: auto}
   .product-item.row:nth-child(even) .product-image{margin-left: auto; margin-right: -2.25rem}
}
@media (max-width: 767px){
   .product-item__content{
      margin-top: 2.625rem;
      max-width: calc(20.3125rem + var(--ama-gutter-double-x));
      margin-left: auto;
      margin-right: auto
   }
}

.element-products .splide{
   --product-image-dimensions: 22rem;
   --ama-splide-width: 8.25rem;
   --ama-splide-height: var(--ama-splide-width);
   max-width: 51.875rem;
   margin-left: auto;
   margin-right: auto
}
.element-products .splide__track{overflow: visible}
.element-products .splide__slide > *{
   transform: scale(1);
   transition: all .2s ease-in-out;
}
.element-products .splide__slide .product-slide__content{
   margin-top: 2.15rem;
   height: auto;
   opacity: 1;
   transition-property: opacity;
   transition-timing-function: ease-in-out;
   transition-duration: .4s;
   display: grid;
   grid-template-columns: 1fr auto;
   align-items: end;
   gap: 1.5rem
}
@media (max-width: 767px){
   .element-products .splide__slide .product-slide__content{
      grid-template-columns: 1fr;
   }
}
@media (min-width: 1200px){
   .element-products .splide__slide .product-slide__content{gap: 1.5rem 116px}
}

.product-slide__content .content-info > * + *{margin-top: 1.13125rem}

.element-products .splide__slide:not(.is-active.is-visible) > *{
   transform: scale(.65);
}
.element-products .splide__slide:not(.is-active.is-visible) .product-slide__content{
   opacity: 0;
   height: 0;
   user-select: none;
   pointer-events: none
}
.element-products .splide__slide.is-active.is-visible .product-slide__content{transition-delay: .4s}

.element-products .splide__arrows{
   width: 100vw;
   max-width: 62.5rem;
   top: calc(var(--product-image-dimensions) / 2);
   bottom: unset;
}
.element-products .splide__arrow{
   border: .0625rem solid var(--ama-body-color);
   color: var(--ama-body-color);
   background: none;
}

#other-products .element-products .splide{
   --product-image-dimensions: 30.625rem
}

* + .element-accessories{margin-top: 3.55rem}
.element-accessories * + .splide{margin-top: 2.625rem}

.element-accessories a{color: inherit; text-decoration: none}
.element-accessories a:hover{color: var(--ama-primary-color)}

/* element-video */
.element-video:not(.is-wide){position: relative; isolation: isolate}
.element-video:not(.is-wide) .el-stencil{
   z-index: -1;
   left: -15%;
   top: 50%;
   transform: translate(-50%, -50%);
   margin: 0!important
}
   .element-video .el-stencil svg{display: block}
   .element-video .el-stencil svg[width="201"]{width: 12.5625rem}

.element-video.is-wide{
   max-width: 100%!important;
   padding-left: 0!important;
   padding-right: 0!important;
   position: relative
}
   .element-video:not(.is-wide) .arve-inner{position: relative; isolation: isolate}

   .element-video > .row > .is-style-alt + .col-12{margin-top: 3.4312rem}
   .element-video > .row > .is-style-alt + .col-12 .video__content{
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: var(--ama-gutter-x) var(--ama-gutter-double-x)
   }
   .element-video > .row > .is-style-alt + .col-12 * + .video__content{margin-top: 1.5rem}
   .element-video > .row > .is-style-alt + .col-12 .video__content > .classic-editor:first-child{grid-column: 1 / 5}
   .element-video > .row > .is-style-alt + .col-12 .video__content > .classic-editor + .classic-editor{grid-column: 6 / 10}

/* element-image */
.element-image .col-inner{position: relative; isolation: isolate; display: inline-block}

.element-image > .position-relative{isolation: isolate}
   .element-image > .position-relative > svg{
      position: absolute;
      top: 50%;
      left: calc(100% + 2.125rem);
      transform: translateX(-50%) translateY(-50%);
      user-select: none;
      pointer-events: none
   }

/* element-images */
.element-images > .img-stencils{left: var(--ama-gutter-x); right: var(--ama-gutter-x); user-select: none; pointer-events: none; isolation: isolate; z-index: 1}
   .element-images > .img-stencils > svg{position: absolute; transform: translateX(-50%) translateY(-50%); display: block}
   .element-images > .img-stencils > svg:first-child{top: 12.5rem; left: calc(100% - 1.09375rem)}
   .element-images > .img-stencils > svg:last-child{left: -5.625rem; top: calc(100% - 6.6875rem)}

.element-images .col-xl-6 + .col-xl-5{margin-top: 25%}

.media-container{isolation: isolate}
.element-images .col-xl-6 .media-container{max-width: 30.625rem}
.element-images .col-xl-5 .media-container{max-width: 25.3125rem}

/* element-imgvid */
.element-imgvid .col-12 > * + .classic-editor{margin-top: 2.625rem}
.element-imgvid .classic-editor{padding-bottom: 1.85rem; position: relative}
   .element-imgvid .classic-editor::after{
      content: '';
      display: block;
      height: .625rem;
      width: 100%;
      max-width: 14.6875rem;
      background-color: var(--ama-primary-color);
      position: absolute;
      left: 0;
      bottom: 0
   }

.element-imgvid .arve-inner{position: relative; isolation: isolate}

@media (min-width: 1200px){
   .element-imgvid .col-12 + .col-12{margin-top: 14.375rem}

   #html .element-imgvid .arve{
      width: 67.5vw;
      max-width: 715px
   }
}

/* element-icon-content */
.element-icon-content .icon-content-grid{
   display: grid;
   gap: 1.25rem 2.5rem
}
@media (min-width: 992px){
   .element-icon-content .icon-content-grid{
      grid-template-columns: repeat(2, 1fr);
   }
}
@media (min-width: 1200px){
   .element-icon-content .icon-content-grid{padding-left: 4.625rem; gap: 1.25rem 5.875rem}
}

.icon-content-grid > .element-icon-content-item{
   display: grid;
   grid-template-columns: 4.75rem 1fr;
   gap: 1.25rem;
   align-items: center;
}

.element-icon-content-item__thumb{position: relative}
.element-icon-content-item__thumb > *{display: block; width: 100%; height: 100%; border-radius: 50%; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); margin: 0; position: absolute; object-fit: cover}
.element-icon-content-item__thumb:empty{border-radius: 50%; border: .0625rem solid #707070; background-color: #aaa; user-select: none; pointer-events: none}
   .element-icon-content-item__thumb::before{content: ''; display: block; padding-top: 100%}

   .element-icon-content .splide .element-icon-content-item__thumb{width: 9.375rem; margin: 0 auto}
   .element-icon-content .splide .element-icon-content-item__thumb + *{margin-top: 3.35rem}

@media (min-width: 768px){
   .element-icon-content .splide__slide{position: static!important; opacity: 1!important;}
   .element-icon-content .splide__track > .splide__list{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3.90625rem 1.25rem
   }
   .element-icon-content .splide__pagination{display: none!important}
}
@media (min-width: 992px){
   .element-icon-content .splide__track > .splide__list{gap: 3.90625rem}
}
@media (max-width: 991px){
   .icon-content-grid > .element-icon-content-item{
      grid-template-columns: 3.4375rem 1fr;
   }
}

/* posts_nav */
.posts_nav{display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.25rem; align-items: center}
* + .posts_nav{margin-top: 5rem!important}

.posts_nav-prev{text-align: left}
.posts_nav-next{text-align: right}
   .posts_nav-prev > a,
   .posts_nav-next > a{position: relative; display: inline-block}
   .posts_nav-prev > a{padding-left: 2.5rem}
   .posts_nav-next > a{padding-right: 2.5rem}
      .posts_nav-prev > a svg,
      .posts_nav-next > a svg{position: absolute; top: .25rem}
      .posts_nav-prev > a svg{left: 0}
      .posts_nav-next > a svg{right: 0}
         
      .posts_nav-prev > a .font-roadradio,
      .posts_nav-next > a .font-roadradio{font-size: 1.25rem; line-height: 1.375rem}

.posts_nav a{color: inherit; text-decoration: none!important}
.posts_nav a:hover{color: var(--ama-primary-color)}

.posts_nav-return a{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   width: 8.25rem;
   height: 8.25rem;
   font-size: 1.0625rem;
   line-height: 1.25rem;
   margin: 0 auto;
   border: .0625rem solid currentColor;
   border-radius: 50%
}
.posts_nav-return a > span{
   width: min-intrinsic;
   width: -webkit-min-content;
   width: -moz-min-content;
   width: min-content;  
}

/* tpl-dealers */
.element-dealers__header{
   background-color: var(--ama-body-bg);
   color: #fff
}
   .element-dealers__header .container > .row > .col-12{
      padding-top: 3.75rem;
      padding-bottom: 5.175rem
   }
      .element-dealers__header .container > .row > .col-12 > * + *{margin-top: 1rem}
   .element-dealers__header > .dealers-map{
      width: 50%;
      height: 100%;
      top: 0;
      left: 50%;
      right: 0
   }
   .element-dealers__header > .dealers-map > *{display: block; margin: 0; width: 100%; height: 100%}

.element-dealers__header + *{margin-top: 7rem}

.element-bgcolor.dealers-end{padding: 0!important}
   .element-bgcolor.dealers-end .container{padding-top: 4.75rem; padding-bottom: 4.75rem; isolation: isolate}
   .element-bgcolor.dealers-end .container > svg{transform: translateX(-50%) translateY(-50%); user-select: none; pointer-events: none; z-index: -1}
   .element-bgcolor.dealers-end .container > svg:first-of-type{top: 0; left: -.5rem}
   .element-bgcolor.dealers-end .container > svg:last-of-type{top: 100%; left: calc(100% + 3.75rem)}

@media (min-width: 1024px){
   .element-bgcolor.dealers-end h2{padding-right: 50px}
}

.dealer-item + .dealer-item{margin-top: 5.45625rem}

.element-dealers.element-columned,
.dealer-item,
.dealer-item-alt{
   display: grid; 
   gap: 2.25rem 2rem
}
.dealer-item{grid-template-columns: 30% 1fr}
.dealer-item-alt{grid-template-rows: auto 1fr}

.dealer-item__about,
.dealer-item-alt__about{
   display: grid;
   grid-template-rows: auto 1fr auto;
   gap: 1.5625rem
}

@media (min-width: 768px){
   .element-dealers.element-columned{
      grid-template-columns: 1fr 1fr;
      gap: 5.75rem 5rem
   }
}


@media (min-width: 992px){
   .element-dealers__header{min-height: 34.375rem}
   .element-bgcolor.dealers-end .col-12{
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 1.5rem 2.25rem;
      align-items: center
   }
}
@media (min-width: 1200px){
   .element-dealers.element-columned,
   .dealer-item,
   .dealer-item-alt{gap: 2.25rem 6.5625rem}

   .dealer-item{grid-template-columns: auto 1fr}
}

@media (max-width: 991px){
   .element-bgcolor.dealers-end .container{
      padding-top: 8.05rem;
      padding-bottom: 3.175rem
   }
   .element-bgcolor.dealers-end .container > svg:first-of-type{top: 25%}
   .element-bgcolor.dealers-end .container > svg:last-of-type{width: 86px; top: 70%; left: calc(100% - 12px)}

   .element-dealers__header > .dealers-map{display: none!important}
   .element-bgcolor.dealers-end .col-12 > * + *{margin-top: 1.5rem}
   .dealer-location__selection .nav-tabs{justify-content: center}
   .dealer-location__selection{text-align: center}
   .dealer-location__selection .tab-content{text-align: unset}
}
@media (max-width: 767px){
   .dealer-item{grid-template-columns: 1fr; grid-template-rows: auto 1fr}
}

* + .dealer-location__selection{margin-top: 1.75rem!important}
.dealer-location__selection > .nav-tabs{
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   padding: 0;
   margin: -.75rem
}
.dealer-location__selection > .nav-tabs + *{margin-top: 1.75rem}
   .dealer-location__selection > .nav-tabs > *{margin: .75rem}
      .dealer-location__selection > .nav-tabs button{
         display: flex;
         flex-wrap: wrap;
         align-items: center;
         justify-content: center;
         text-align: center;
         padding: .5rem 1.1875rem;
         font-family: 'RoadRadio';
         font-weight: 300;
         font-size: 1.25rem;
         line-height: 1.5rem;
         color: currentColor;
         border: .0625rem solid currentColor;
         background-color: transparent;
         letter-spacing: .05em
      }
      .dealer-location__selection > .nav-tabs button.active{
         background-color: #fff;
         border-color: #fff;
         color: var(--ama-body-color)
      }

.dealer-location__selection > * + .btn{margin-top: calc(2.25rem - .875rem)}

.dealer-location__selection select{
   display: block;
   border: none;
   background-color: #fff;
   font-family: 'RoadRadio';
   font-size: 1.25rem;
   line-height: 1.5rem;
   padding: .5625rem .875rem;
   width: 100%;
   letter-spacing: .05em
}

.location_selection + .location_selection{margin-top: 1.75rem}

/* =============================================================================
   animations
   ========================================================================== */
@keyframes float-up {
   0%{transform:translatey(0)}
   50%{transform:translatey(-.625rem)}
   to{transform:translatey(0)}
}
@keyframes arrow-enter-left {
   from {
      opacity: 0;
      transform: translate(-2.5rem, -50%) scaleX(1);
   }
   to {
      opacity: 1;
      transform: translate(-50%, -50%) scaleX(1);
   }
}

/* =============================================================================
   element offset bg
   ========================================================================== */
.has-bgframe .element-hero__bg::before,
.col-media > .splide::before,
.media-container::before,
.element-video:not(.is-wide) .arve-inner::before,
.element-image .col-inner::before,
.element-imgvid .arve-inner::before{
   content: '';
   display: block;
   position: absolute;
   z-index: -1;
   width: 100%;
   height: 100%;
   top: var(--before-top-offset);
   left: var(--before-left-offset);
   border: .0625rem solid var(--ama-primary-color)
}

.col-media.col-xl-6 > .splide::before,
.col-content.order-md-1 + .col-media > .splide::before,
.media-container::before,
.element-video:not(.is-wide) .arve-inner::before,
.element-imgvid .arve-inner::before{--before-left-offset: -10px}

.element-images .col-xl-6 > .media-container::before,
.col-content.order-md-1 + .col-media.col-xl-6 > .splide::before{--before-left-offset: 10px}

.has-bgframe:not(.bg-frame__border-only) .element-hero__bg::before,
.element-images .col-xl-6 .media-container::before,
.element-image .col-inner::before{background-color: var(--ama-primary-color)}

.hero-product h1{font-size: 2.25rem; line-height: 3rem}
.hero-product__bg{z-index: -1}
.hero-product__bg > *{width: 100%; height: 100%; object-fit: cover}

.element-video:not(.is-wide) .col-12.is-style-alt .arve-inner::before{
   --before-top-offset: .75rem;
   --before-left-offset: .75rem;
   background-color: var(--ama-primary-color);
   border: none;

}

/* =============================================================================
   media queries
   ========================================================================== */
@media (max-width: 1199px){
   .feedback-item__content .classic-editor,
   .quote-item__content .classic-editor{padding: 3.1875rem 2.9375rem}

   * + .support-results__file{margin-top: .25rem!important}

   .support-results__file > .col-12 + .col-12{padding-top: .25rem}

   .element-imgvid .col-12 + .col-12{margin-top: 5rem}
   .element-imgvid .col-12 + .col-12{text-align: right}

   :root{
      --ama-h1-font-size: 2.25rem;
      --ama-h2-font-size: 1.75rem;
      --ama-h3-font-size: 1.25rem;
   }

   .element-custom-columns .col-12 + .col-12{padding-top: 0}

   .element-hero__title h1{padding: 2.25rem}
   .element-hero__title h1{
      font-size: 1.5rem;
      line-height: 2.25rem
   }
}
@media (max-width: 1100px){
   :root{
      --before-top-offset: .3125rem;
      --before-left-offset: .3125rem;
   }

   .col-media.col-xl-6 > .splide::before,
   .col-content.order-md-1 + .col-media > .splide::before,
   .media-container::before,
   .element-video:not(.is-wide) .arve-inner::before,
   .element-imgvid .arve-inner::before{--before-left-offset: -.3125rem}

   .element-images .col-xl-6 > .media-container::before,
   .col-content.order-md-1 + .col-media.col-xl-6 > .splide::before{--before-left-offset: .3125rem}

   .element-products{--product-image-dimensions: 22.5rem}
}
@media (max-width: 991px){
   :root{
      --ama-acf-block-margin-top: 5rem;
      --ama-offset-bottom-last: 5rem
   }

   .element-hero__scrolldown,
   .element-hero.has-endline::after{max-width: 11.075625rem}

   .single-products .element-hero:first-child .col-12 + .col-12{margin-bottom: 3.125rem}
   
   .element-products{--product-image-dimensions: 16.25rem}
   
   .element-products .splide__arrows{width: calc(100% + var(--ama-gutter-x))}

   .element-hero{--product-image-dimensions: 15.75rem}
      .element-hero .product-image{margin-left: auto; margin-right: auto}

   #other-products .element-products .splide,
   .element-products .splide{
      --product-image-dimensions: 15rem;
      --ama-splide-width: 6.125rem;
      --ama-splide-height: var(--ama-splide-width);
   }

   .element-hero__bg-stencils > .el-inner{width: 100%}
   .element-hero__bg-stencils svg:last-child{
      left: 100%;
      top: 25%;
      width: 175.36px
   }
}
@media (max-width: 840px){
   .feedback-item,
   .quote-item{grid-template-columns: 1fr; gap: 2.25rem 0}
   .feedback-item__content,
   .quote-item__content{order: 1}
   .post-item__content{padding: 2.5rem 1.25rem}

   .feedback-item__media{min-height: unset!important}
}
@media (max-width: 767px){
   .post-item{grid-template-columns: 1fr}
   .post-item__thumb > img{width: 100%; height: auto}

   :root{
      --ama-gutter-x: 1.5625rem;
   }
   .post-item__content{padding: 2.5rem var(--ama-gutter-x)}

   .element-txtmedia .col-media{order: -1}

   .posts_nav-prev > a{padding-left: 0}
   .posts_nav-next > a{padding-right: 0}
   .posts_nav-prev > a svg,
   .posts_nav-next > a svg{position: static; width: 2rem}

   .posts_nav-prev a > .font-roadradio > span,
   .posts_nav-next a > .font-roadradio > span,
   .posts_nav-prev a > .fw-bold,
   .posts_nav-next a > .fw-bold{display: none!important}
   
   * + .posts_nav{margin-top: 4rem!important}
}

.element-images .col-xl-5 .media-container{margin-left: auto}

@media (max-width: 1199px){
   .element-images .col-xl-6 .media-container{width: 80%}
   .element-images .col-xl-5 .media-container{width: 75%}

   .element-images > .img-stencils > svg:first-child{display: none}
   .element-images > .img-stencils > svg:last-child{top: 12.5%; left: -5rem; width: 15.540625rem}
}
@media (min-width: 992px) and (max-width: 1199px){
   .element-images .col-xl-6 + .col-xl-5{margin-top: -40%}
}
@media (max-width: 991px){
   .element-images .col-xl-6 + .col-xl-5{margin-top: -10%}
}


svg[width="1280"]{width: 80rem}
svg[width="480"]{width: 30rem}
svg[width="326"]{width: 20.375rem}
svg[width="209"]{width: 13.0625rem}
svg[width="201"]{width: 12.5625rem}
svg[width="158.392"]{width: 9.8995rem}
svg[width="102.001"]{width: 6.3750625rem}
svg[width="150"]{width: 9.375rem}
svg[width="101"]{width: 6.3125rem}
svg[width="37"]{width: 2.3125rem}
svg[width="22.313"]{width: 1.3945625rem}

img[width="1000"]{width: 62.5rem}
img[width="490"]{width: 30.625rem}
img[width="431"]{width: 26.9375rem}
img[width="405"]{width: 25.3125rem}
img[width="404"]{width: 25.25rem}
img[width="400"]{width: 25rem}
img[width="320"]{width: 20rem}
img[width="270"]{width: 16.875rem}
img[width="269"]{width: 16.8125rem}
img[width="210"]{width: 13.125rem}
img[width="126"]{width: 7.875rem}

img[height="600"]{height: 37.5rem; width: auto}

@media (min-width: 1800px){
   :root{
      --ama-html-font-size: 22px;
   }
}
@media (min-width: 1921px){
	:root{
		--ama-html-font-size: 1.25vw
	}
}

.element-dealers__header,
#dealers-result-area:empty + .alignmax{margin-top: 0!important}


.wp-block-image.alignfull{
   padding-left: 0!important;
   padding-right: 0!important;
   width: 100%!important;
   max-width: 100%!important
}
*:not(.wp-el) + .wp-block-image.alignfull{margin-top: 6.25rem}
.wp-el + .wp-block-image.alignfull{margin-top: 2.5rem}

   .wp-block-image.alignfull > *{padding: 0!important}
   .wp-block-image.alignfull img{width: 100%!important; height: auto}


.element-imgcontent-grid{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 5rem 1.25rem
}
.imgcontent-grid--item-img{display: flex; flex-wrap: wrap; align-items: center; justify-content: center}

   .imgcontent-grid--item > *{width: 100%}
      .imgcontent-grid--item-img > *{display: block; object-fit: contain; margin: 0 auto; max-height: 100%; width: auto; max-width: 100%; height: auto}

   .imgcontent-grid--item{display: flex; flex-direction: row; flex-wrap: wrap; align-content: start}
         .imgcontent-grid--item > h2{
            font-family: 'RoadRadio';
            margin-bottom: 1.0625rem;
            color: #D30926;
            letter-spacing: 0.05em;
            font-weight: 400;
         }
            .imgcontent-grid--item-content > h2 sup{font-size: 60%}

      .has-c-bigger-size{--ama-c-red-f-font-size: 2rem}
      .has-c-smaller-size{--ama-c-red-f-font-size: 1.5rem}

@media (min-width: 992px){
   .imgcontent-grid--item-img{
      width: 100%;
      height: 25.3125rem;
   }
   .imgcontent-grid--item-img + *{margin-top: 2.5rem}
   .imgcontent-grid--item > *:not(.imgcontent-grid--item-img){padding-left: 1.875rem; padding-right: 1.875rem}
}
@media (max-width: 991px){
   .imgcontent-grid--item-img{width: 100%}
   .element-imgcontent-grid{display: block}
   .imgcontent-grid--item + .imgcontent-grid--item{margin-top: 2.5rem}
   .imgcontent-grid--item > h2{order: -1; margin-bottom: 16px}
   .imgcontent-grid--item > .classic-editor{margin-top: 16px}
}


.element-imgcontent-color .col-inner{
   padding-bottom: 1.125rem;
   border-bottom: .625rem solid #D30926;
}

.ama-color > * + *{padding-left: 1rem; line-height: 1.25rem; flex: 1 0 0; font-weight: 300; text-transform: uppercase; font-family: 'RoadRadio'; letter-spacing: .05em}
   .ama-color-output{position: relative; isolation: isolate; z-index: 1; user-select: none; pointer-events: none}
      .ama-color-output > span{
         display: block;
         width: 1.875rem;
         height: 1.875rem;
         position: relative;
         z-index: 1;
         border-radius: 50%
      }
      .ama-color-output::before{
         content: '';
         display: block;
         border-radius: 50%;
         width: 2.25rem;
         height: 2.25rem;
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         border: .0625rem solid #D30926;
         background-color: #fff;
         z-index: -1;
         opacity: 0;
      }
      .ama-color.active > .ama-color-output::before{opacity: 1}

.col-color-slider ul{list-style: none; padding: 0}
.col-color-slider .nav-tabs{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin: -5px;
}
.col-color-slider * + .nav-tabs{margin-top: calc(1.875rem - 5px)}
   .col-color-slider .nav-tabs > li{flex: 1 0 0; min-width: 50%; padding: 5px}

   .col-color-slider .tab-pane > .tab-pane__inner{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      height: 31.25rem
   }
   .col-color-slider .tab-pane > .tab-pane__inner img{max-height: 100%; width: auto}

.element-imgcontent-color + .acf-block-element{margin-top: 5rem}

.wp-el + .wp-el.has-c-red-f-font-size{margin-top: 2.5rem}
.wp-el.has-c-red-f-font-size + .wp-el{margin-top: 1.0625rem}

.element-txtmedia-alt + .element-txtmedia-alt{margin-top: 8.6875rem}

@media (max-width: 767px){
   :root{
      --ama-c-red-f-font-size: 1.375rem;
      --ama-c-red-f-line-height: 1.1363636363636365em;
   }
   
   .element-txtmedia-alt + .element-txtmedia-alt{margin-top: 80px}
}
@media (max-width: 420px){
   .col-color-slider .tab-pane > .tab-pane__inner{height: 16.25rem}
   .col-color-slider .tab-pane > .tab-pane__inner > img{display: block; margin: 0 auto; max-height: 100%; width: auto}

   .col-color-slider .nav-tabs{
      max-width: 220px;
      margin-left: auto;
      margin-right: auto
   }
   .col-color-slider .nav-tabs > li{min-width: 100%}
   .col-color-slider .nav-tabs > li + li{margin-top: 11px}

   .element-imgcontent-color + .acf-block-element{margin-top: 40px}
   .acf-block-element + .element-txtmedia-alt{margin-top: 40px}

   *:not(.wp-el) + .wp-block-image.alignfull{margin-top: 80px}
}

.single-products .element-hero:first-child{padding-top: 0; padding-bottom: 0}

.hero-product__bg > img{display: none}
@media (orientation: landscape){
   .hero-product__bg > .size-hero-product-xxl{display: block}
}
@media (orientation: portrait){
   .hero-product__bg > .size-hero-product-mobile-xxl{display: block}
   .single-products .element-hero.has-hero-product__bg:first-child > .container{
      min-height: 100vh;
      min-height: 100dvh;
      min-height: 100svh
   }
}

.element-bgcolor.bg-light .input-text:not(.qty),
.element-bgcolor.bg-light .form-row select,
.element-bgcolor.bg-light .form-control,
.element-bgcolor.bg-light .wpcf7-form-control-wrap > .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-acceptance),
.element-bgcolor.bg-light input[type="checkbox"] + *::before,
.element-bgcolor.bg-light input[type="radio"] + *::before{background-color: transparent}

.element-txtmedia-advanced .item__media > *{display: block; width: 100%; height: auto}
.element-txtmedia-advanced .item__media + *{margin-top: 2.625rem}
.element-txtmedia-advanced .item__content > h2:not(:only-child){margin-bottom: 1.25rem}

.element-txtmedia-advanced.has-bgcolor{background-color: #E8E8E8; padding: 7.5rem 0}
   .element-txtmedia-advanced.has-bgcolor > .container + .container{margin-top: 6.25rem}
   .element-txtmedia-advanced.has-bgcolor > .container,
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content{
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 0 var(--ama-gutter-double-x);
      position: relative;
      isolation: isolate
   }
   .element-txtmedia-advanced.has-bgcolor .item__media{position: relative; isolation: isolate}
   .element-txtmedia-advanced.has-bgcolor .item__media::before{
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid var(--ama-primary-color);
      position: absolute;
      z-index: -1
   }
   .element-txtmedia-advanced.has-bgcolor .item__content::after{
      content: '';
      display: block;
      width: 100%;
      height: .625rem;
      background-color: var(--ama-primary-color);
      margin-top: 2.625rem
   }
      .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content{grid-column: 1 / -1}
         .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__media{grid-column: 4 / 12}
         .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > h2{grid-column: 3 / 12}
         .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > .classic-editor:not(:last-child),
         .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content::after{grid-column: 3 / 7}
         .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > .classic-editor + .classic-editor{grid-column: 8 / 12}
         .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__media::before{top: .625rem; left: -.625rem; background-color: var(--ama-primary-color)}

.element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > .is-style-wide{grid-column: 1 / 8}
.element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > .is-style-narrow{grid-column: 9 / -1}

.element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > .is-style-wide{grid-column: 6 / -1; order: 1}
.element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > .is-style-narrow{grid-column: 1 / 5}

.element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > .is-style-wide .item__media{margin-left: -8.75rem}
   .element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > .is-style-wide .item__media::before{top: .625rem; left: .625rem}
.element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > .is-style-wide .item__media{margin-right: -8.75rem}
   .element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > .is-style-wide .item__media::before{top: .625rem; left: .625rem}

.element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > *:first-child:not(:only-child),
.element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > * + *{margin-top: 14.25rem}

.element-txtmedia-advanced.has-bgcolor .double-item .item__content{display: grid; gap: 0 var(--ama-gutter-double-x)}
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-wide .item__content{grid-template-columns: repeat(7, 1fr)}
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-wide .item__content > *{grid-column: 1 / 7}
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-wide .item__content::after{grid-column: 1 / 4}
   
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-narrow .item__content{grid-template-columns: repeat(4, 1fr)}
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-narrow .item__content > *{grid-column: 1 / 4}
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-narrow .item__content > h2{grid-column: 1 / -1}
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-narrow .item__content::after{grid-column: 1 / 4}

.element-txtmedia-advanced .el-stencil{z-index: -1; transform: translate(-50%, -50%); margin: 0!important; user-select: none; pointer-events: none}
.element-txtmedia-advanced .el-stencil.stencil-v-top{top: 0}
.element-txtmedia-advanced .el-stencil.stencil-v-center{top: 50%}
.element-txtmedia-advanced .el-stencil.stencil-v-bottom{bottom: -15%}

.element-txtmedia-advanced .el-stencil.stencil-h-left{left: -15%}
.element-txtmedia-advanced .el-stencil.stencil-h-center{top: 50%}
.element-txtmedia-advanced .el-stencil.stencil-h-right{left: 100%}
.element-txtmedia-advanced .el-stencil.stencil1.stencil-h-right{left: 122.5%}

.element-txtmedia-advanced .el-stencil svg{display: block}
.element-txtmedia-advanced .el-stencil svg[width="101"]{width: 6.3125rem; height: auto}
.element-txtmedia-advanced .el-stencil svg[width="480"]{width: 30rem; height: auto}

@media (max-width: 991px){
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__media{grid-column: 3 / 12}
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > h2,
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > .classic-editor:not(:last-child),
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content::after,
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > .classic-editor + .classic-editor{grid-column: 2 / 12}
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > .classic-editor + .classic-editor{margin-top: 1.5rem}

   .element-video > .row > .is-style-alt + .col-12 .video__content > .classic-editor:first-child{grid-column: 1 / 7}
   .element-video > .row > .is-style-alt + .col-12 .video__content > .classic-editor + .classic-editor{grid-column: 7 / -1}

   .element-txtmedia-advanced.has-bgcolor > .container.is-double{grid-template-columns: 1fr}
   .element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > .is-style-wide,
   .element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > .is-style-wide,
   .element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > .is-style-narrow,
   .element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > .is-style-narrow{grid-column: 1 / -1}

   .element-txtmedia-advanced.has-bgcolor > .container.is-double > .is-style-narrow{max-width: 20rem}

   .element-txtmedia-advanced.has-bgcolor > .container.is-double.is-reveresed > *:first-child:not(:only-child), .element-txtmedia-advanced.has-bgcolor > .container.is-double:not(.is-reveresed) > * + *{margin-top: 3.75rem}
}
@media (max-width: 767px){
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular,
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content{grid-template-columns: repeat(8, 1fr)}

   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__media{grid-column: 2 / -1}
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > h2,
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > .classic-editor:not(:last-child),
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content::after,
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__content > .classic-editor + .classic-editor{grid-column: 1 / -1}
   
   .element-video > .row > .is-style-alt + .col-12 .video__content{grid-template-columns: 1fr}
   .element-video > .row > .is-style-alt + .col-12 .video__content > .classic-editor:first-child,
   .element-video > .row > .is-style-alt + .col-12 .video__content > .classic-editor + .classic-editor{grid-column: 1 / -1}
}
@media (max-width: 576px){
   .element-txtmedia-advanced.has-bgcolor > .container.is-singular > .item__media{grid-column: 1 / -1}

   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-narrow .item__content > *,
   .element-txtmedia-advanced.has-bgcolor .double-item.is-style-narrow .item__content::after{grid-column: 1 / -1}
}


.hover-play-video{
   width: 100%;
   height: auto;
   display: block
}

video.hover-play-video:not(:hover)::-webkit-media-controls-panel {
   display: none !important;
   opacity: 1 !important;
}
video.hover-play-video:not(:hover)::-webkit-media-controls-timeline{display: none!important}

.ama-custom__video{position: relative}
   .ama-custom__video video{display: block}
   .ama-custom__video:not(.parent-playing)::after{
      content: '';
      display: block;
      user-select: none;
      pointer-events: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/play-btn.svg)!important;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 5.85875rem auto
   }

@media (max-width: 767px){
   .ama-custom__video:not(.parent-playing)::after{background-size: 3.125rem auto}
}

.element-hero .product-image > svg {
    position: absolute;
    user-select: none;
    pointer-events: none;
}
.element-hero .product-image > svg:first-of-type {
    top: 10%;
    left: -15%;
    width: 42.6545%;
}
.element-hero .product-image > svg:last-of-type {
    bottom: 15%;
    right: 7.5%;
    width: 7.552%;
}