/*
 *  Copyright 2021 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
  height: auto;
}

.hero-message-section {
  padding: 40px 80px 40px 80px;
  text-align: center;
  background: var(--secondary-color-200);
  position: relative;
}
.hero-message-section::before {
  position: absolute;
  content: "";
  width: 13.5714rem;
  height: 100%;
  left: 0;
  top: 0;
  background: url("clientlib-base-global/resources/images/bg-image.svg") no-repeat center center/cover;
}
@media screen and (max-width: 70.7857rem) {
  .hero-message-section::before {
    width: 7.3571rem;
    height: 60%;
  }
}
@media screen and (max-width: 70.7857rem) {
  .hero-message-section {
    padding: 2.8571rem 0rem;
  }
}
@media screen and (max-width: 479px) {
  .hero-message-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero-message-section .largeheading {
  margin-bottom: 1.7143rem;
}
@charset "UTF-8";/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.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.3333333333%}.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.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@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.3333333333%}.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.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@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.3333333333%}.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.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@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.3333333333%}.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.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@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.3333333333%}.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.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@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.3333333333%}.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.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!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}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;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}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!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}.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}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!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}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!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-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!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}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!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}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!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}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!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}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!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}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!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}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!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}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!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}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!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}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!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}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!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}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!
 * Bootstrap-select v1.14.0-beta3 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2022 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select .dropdown-toggle .bs-select-clear-selected{position:relative;display:block;margin-right:5px;text-align:center}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected{padding-right:inherit}.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{position:relative;top:-webkit-calc(((-1em / 1.5) + 1ex)/ 2);top:calc(((-1em / 1.5) + 1ex)/ 2);pointer-events:none}.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span{top:auto}.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected{display:none}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group{display:block}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group{display:block}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* fonts
variables
base
typography

components/icons
components/buttons
components/form-control
components/form-check
components/bootstrap-select
components/modal
components/dropdown
responsive */


/* fonts */
@font-face {
  font-family: "T-Star-Pro-RegularItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.eot");
  src: local("T-Star Pro Regular Italic"), local("T-StarPro-RegularItalic"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-RegularItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Medium";
  src: url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.eot");
  src: local("T-Star Pro Medium"), local("T-StarPro-Medium"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-BoldItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.eot");
  src: local("T-Star Pro Bold Italic"), local("T-StarPro-BoldItalic"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-HeavyItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.eot");
  src: local("T-Star Pro Heavy Italic"), local("T-StarPro-HeavyItalic"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Regular";
  src: url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.eot");
  src: local("T-Star Pro Regular"), local("T-StarPro-Regular"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-regular/T-StarPro-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Bold";
  src: url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.eot");
  src: local("T-Star Pro Bold"), local("T-StarPro-Bold"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-bold/T-StarPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-MediumItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.eot");
  src: local("T-Star Pro Medium Italic"), local("T-StarPro-MediumItalic"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-medium/T-StarPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Heavy";
  src: url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.eot");
  src: local("T-Star Pro Heavy"), local("T-StarPro-Heavy"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-heavy/T-StarPro-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-LightItalic";
  src: url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.eot");
  src: local("T-Star Pro Light Italic"), local("T-StarPro-LightItalic"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-LightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "T-Star-Pro-Light";
  src: url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.eot");
  src: local("T-Star Pro Light"), local("T-StarPro-Light"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.eot?#iefix") format("embedded-opentype"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.woff2") format("woff2"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.woff") format("woff"), url("clientlib-base-global/resources/fonts/t-starpro-light/T-StarPro-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* variables */
:root {
	 --primary-color-red: #ee2326;
	 --primary-color-black: #242424;
	 --primary-color-grey: #757575;
	 --secondary-color-100: #fff;
	 --secondary-color-200: #fef8f2;
	 --secondary-color-300: #ededed;
	 --secondary-color-400: #c0c0c0;
	 --secondary-color-500: #ccc;
	 --secondary-color-600: #a5a5a5;
	 --secondary-color-700: #303030;
	 --secondary-color-800: #4c4c4c;
	 --tritary-color: #7a7a7a;
	 --white: #fff;
	 --black: #000;
	 --gradient-red: linear-gradient(160.69deg, #b50000 22.35%, #f00 68.47%, #b50000 114.59%);
	 --gradient-black: linear-gradient(160.69deg, #201f1f 22.35%, #454141 68.47%, #000 114.59%);
	 --gradient-grey: linear-gradient(145.79deg, #eee 16.93%, #fff 55.1%, #f4f4f4 93.27%);
	 --gradient-dark-red: linear-gradient(160.69deg, #721818 22.35%, #a92020 68.47%, #7f1717 114.59%);
	 --gradient-bg: linear-gradient(105.34deg, #eee 11.08%, #fff 48.92%, #f4f4f4 90.93%);
	 --error-color: #d30000;
	 --success-color: #7cb52a;
	 --warning-color: #e5aa10;
	 --font-light: 'T-Star-Pro-Light';
	 --font-medium: 'T-Star-Pro-Medium';
	 --font-regular: 'T-Star-Pro-Regular';
	 --font-bold: 'T-Star-Pro-Bold';
	 --font-heavy: 'T-Star-Pro-Heavy';
	 --disabled-text-color: var(--secondary-color-600);
	 --footer-link-color: #dadada;
	 --footer-title-color: #fff;
	 --btn-text-color: var(--secondary-color-300);
	 --primary-btn-bg: linear-gradient(95.69deg, #ac0000 0%, #f00 26.35%, #ff3b3b 50.83%, #f00 72.71%, #f00 100%);
	 --disabled-btn-bg: var(--secondary-color-600);
	 --disabled-btn-text-color: var(--secondary-color-600);
	 --disabled-btn-border-color: var(--secondary-color-600);
	 --check-border-color: #d8d8d8;
	 --check-active-border-color: #b50000;
	 --check-bg-color: #f00;
	 --border-light: var(--secondary-color-300);
	 --border-color: var(--secondary-color-500);
	 --primary-border-color-red: var(--primary-color-red);
	 --input-text-color: var(--primary-color-black);
	 --input-border-color: rgba(36, 36, 36, 25);
	 --input-placeholder-color: var(--secondary-color-400);
	 --input-focus-border-color: var(--primary-color-black);
	 --pagination-bg-color: var(--primary-color-red);
	 --pagination-border-color: var(--secondary-color-500);
	 --tabs-text-color: var(--primary-color-grey);
	 --tabs-border-color: var(--secondary-color-500);
	 --tabs-active-border-color: var(--primary-color-red);
	 --disabled-tabs-text-color: var(--secondary-color-600);
	 --hashtag-color: #d9a113;
	 --state-completed-color: #7cb52a;
	 --state-due-color: #d9a113;
	 --state-scheduled-color: #0081c9;
	 --state-cancel-color: #d30000;
	 --state-inprogress-color: #757575;
	 --popup-primary-text-color: var(--secondary-color-700);
}

/* base */
* {
	 box-sizing: border-box;
}
 *::-webkit-scrollbar {
	 width: 5px;
	 height: 5px;
	 background-color: var(--bs-gray-100);
}
 *::-webkit-scrollbar-thumb {
	 background-color: var(--bs-gray-500);
	 border-radius: 5px;
}
 body, html {
	 font-size: 14px;
	 font-family: var(--font-regular);
	 color: var(--primary-color-black);
	 margin: 0;
	 padding: 0;
	 width: 100%;
	 scroll-behavior: smooth;
}
 @media screen and (max-width: 1200px) {
	 body, html {
		 font-size: 13px;
	}
}
 @media screen and (max-width: 991px) {
	 body, html {
		 font-size: 12px;
	}
}
 .main-container {
	 position: relative;
	 height: 100%;
	 overflow-x: hidden;
	 overflow-y: auto;
	 padding-top: 63px;
}
 .sticky-secondary-nav .main-container {
	 padding-top: 176px;
}
 dl, ol, ul, li {
	 margin: 0px;
	 padding: 0px;
	 list-style: none;
}
 img {
	 max-width: 100%;
	 max-height: 100%;
}
 .small, small {
	 font-size: 0.78em;
}
 input:focus, select:focus, .form-select:focus {
	 box-shadow: none;
}
 .container {
	 padding: 0;
	 max-width: 1440px;
}
 @media screen and (max-width: 991px) {
	 .container {
		 max-width: inherit;
	}
}
 .common-section {
	 padding-left: 80px;
	 padding-right: 80px;
}
 @media screen and (max-width: 1279px) {
	 .common-section {
		 padding-left: 40px;
		 padding-right: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .common-section {
		 padding-left: 30px;
		 padding-right: 30px;
	}
}
 @media screen and (max-width: 991px) {
	 .common-section {
		 padding-left: 24px;
		 padding-right: 24px;
	}
}
 .flip-image {
	 -webkit-transform: scaleX(-1);
	 transform: scaleX(-1);
}
 .list-style-disc {
	 list-style: disc;
	 padding-left: 1.5rem;
}
 .list-style-disc li {
	 list-style: disc;
}
 .list-style-decimal {
	 list-style: decimal;
	 padding-left: 1.5rem;
}
 .list-style-decimal li {
	 list-style: decimal;
}
 .border-bottom {
	 border-color: var(--border-color) !important;
}
 .border-primary-red {
	 border-color: var(--primary-color-red) !important;
}
 .primary-color-red {
	 color: var(--primary-color-red) !important;
}
 .primary-color-black {
	 color: var(--primary-color-black) !important;
}
 .primary-color-grey {
	 color: var(--primary-color-grey) !important;
}
 .gradient-text-red {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
}
 .yellow-text {
	 color: var(--hashtag-color) !important;
}
 .bg-primary-red {
	 background-color: var(--primary-color-red) !important;
}
 .bg-primary-red .h-icon::before {
	 background-color: #fff !important;
}
 .bg-primary-black {
	 background-color: var(--primary-color-black) !important;
}
 .bg-primary-black .h-icon::before {
	 background-color: #fff !important;
}
 .bg-primary-grey {
	 background-color: var(--primary-color-grey) !important;
}
 .bg-primary-grey .h-icon::before {
	 background-color: #fff !important;
}
 .bg-gradient-black {
	 background: var(--gradient-black) !important;
}
 .bg-gradient-black * {
	 color: #fff;
}
 .bg-gradient-black .h-icon::before {
	 background-color: #fff !important;
}
 .heading-btm-border {
	 position: relative;
	 padding-bottom: 1px;
}
 .heading-btm-border::before {
	 position: absolute;
	 content: "";
	 width: 60px;
	 bottom: 0px;
	 left: 50%;
	 transform: translateX(-50%);
	 border-bottom: 2px solid var(--primary-color-red);
}
 @media screen and (max-width: 991px) {
	 .heading-btm-border::before {
		 width: 40px;
	}
}
 .heading-btm-border.left::before {
	 left: 0;
	 transform: none;
}
 .desk-hide {
	 display: none !important;
}
 .mob-hide {
	 display: block !important;
}
 @media screen and (max-width: 991px) {
	 .mob-hide {
		 display: none !important;
	}
	 .desk-hide {
		 display: block !important;
	}
}
 a {
	 text-decoration: none;
}
 a:hover {
	 text-decoration: underline;
}
 .button-container {
	 display: flex;
	 gap: 24px;
}
 @media screen and (max-width: 991px) {
	 .button-container {
		 gap: 12px;
	}
}
 .form-row {
	 --bs-gutter-x: 64px;
	 --bs-gutter-y: 0;
	 display: flex;
	 flex-wrap: wrap;
	 margin-top: calc(-1 * var(--bs-gutter-y));
	 margin-right: calc(-.5 * var(--bs-gutter-x));
	 margin-left: calc(-.5 * var(--bs-gutter-x));
}
 .form-row > * {
	 flex-shrink: 0;
	 max-width: 100%;
	 padding-right: calc(var(--bs-gutter-x) * .5);
	 padding-left: calc(var(--bs-gutter-x) * .5);
	 margin-top: var(--bs-gutter-y);
}
 .scrollbar-hidden {
	 overflow-x: auto;
	 overflow-y: hidden;
	 flex-wrap: nowrap;
}
 .scrollbar-hidden > * {
	 flex: none;
}
 @media screen and (max-width: 1024px) {
	 .scrollbar-hidden::-webkit-scrollbar {
		 height: 0;
		 width: 0;
	}
}
 .common-spacing {
	 margin: 64px 0px;
}
 @media screen and (max-width: 1024px) {
	 .common-spacing {
		 margin: 50px 0px;
	}
}
 @media screen and (max-width: 600px) {
	 .common-spacing {
		 margin: 40px 0px;
	}
}
 .backtoPage {
	 margin-top: 48px;
	 border-bottom: 1px solid #ccc;
	 padding-bottom: 10px;
	 color: var(--primary-color-grey);
	 position: relative;
	 display: flex;
	 align-items: center;
}
 .backtoPage:hover {
	 color: var(--primary-color-black);
	 text-decoration: none;
}
 .backtoPage .back-arrow-icon {
	 margin-right: 10px;
}
 @media screen and (max-width: 991px) {
	 .backtoPage {
		 margin-top: 20px;
	}
}
 @media screen and (max-width: 600px) {
	 .backtoPage h4 {
		 font-size: 1.5rem;
	}
}
 .section-heading {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin: 40px 0px;
}
 @media screen and (max-width: 1279px) {
	 .section-heading {
		 margin: 30px 0px;
	}
}
 @media screen and (max-width: 991px) {
	 .section-heading {
		 margin: 25px 0px 16px 0px;
	}
}
 @media screen and (max-width: 600px) {
	 .section-heading h1 {
		 font-size: 2rem;
	}
}
 .flip-img {
	 -webkit-transform: scaleX(-1);
	 transform: scaleX(-1);
}
 .dropdown-toggle {
	 display: inline-flex;
	 align-items: center;
	 justify-content: space-between;
	 cursor: pointer;
}
 .dropdown-toggle::after {
	 border: 0;
	 width: 20px;
	 height: 20px;
	 vertical-align: -0.255em;
	 background: url(clientlib-base-global/resources/images/icons/down-arrow-icon.svg) no-repeat center/contain;
}
 @media screen and (max-width: 991px) {
	 .dropdown-toggle::after {
		 width: 16px;
		 height: 16px;
	}
}
 .icon-container {
	 display: flex;
	 align-items: center;
}
 .quick-action-sec {
	 position: fixed;
	 right: 0px;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 z-index: 99;
	 width: 55px;
	 text-align: center;
	 -webkit-transition: height 5s, all 0.5s ease-in-out;
	 transition: height 5s, all 0.5s ease-in-out;
}
 .quick-action-sec ul {
	 position: relative;
	 padding: 10px;
	 box-shadow: 0px 2px 15px #000;
	 background: #fff;
}
 .quick-action-sec ul::before, .quick-action-sec ul::after {
	 position: absolute;
	 content: "";
	 width: 100%;
	 height: 50px;
	 background: #fff;
	 left: 0px;
	 display: block;
}
 .quick-action-sec ul::before {
	 top: -28px;
	 transform: skew(0deg, -30deg);
	 box-shadow: -2px -4px 8px -4px rgba(0, 0, 0, 0.2);
}
 .quick-action-sec ul::after {
	 bottom: -28px;
	 transform: skew(0deg, 30deg);
	 box-shadow: 2px 4px 8px -4px rgba(0, 0, 0, 0.2);
}
 .quick-action-sec ul li {
	 border-bottom: 1px solid #ccc;
	 padding-bottom: 10px;
	 margin-bottom: 10px;
	 position: relative;
	 z-index: 9;
	 cursor: pointer;
}
 .quick-action-sec ul li:last-child,
  .quick-action-sec ul li:nth-last-child(2) {
	 margin-bottom: 0px;
	 border-bottom: 0px;
	 padding-bottom: 0px;
}
 .quick-action-sec ul .h-icon::before {
	 background-color: var(--primary-color-red);
}
 .quick-action-sec ul .h-icon.close-icon::before {
	 background-color: var(--primary-color-black);
}
 .quick-action-sec .action-item {
	 text-decoration: none;
	 color: var(--primary-color-black);
}
 .quick-action-sec .action-item:hover {
	 color: var(--primary-color-red);
}
 .quick-action-sec .action-text {
	 font-family: var(--font-medium);
	 font-size: 0px;
	 font-weight: 700;
	 display: block;
	 opacity: 0;
	 -webkit-transition: opacity 2s, all 0.5s ease-in-out;
	 transition: opacity 2s, all 0.5s ease-in-out;
}
 .quick-action-sec:hover {
	 width: 75px;
}
 .quick-action-sec:hover .action-text {
	 font-size: 12px;
	 opacity: 1;
}
 @media screen and (max-width: 991px) {
	 .quick-action-sec {
		 width: 75px;
		 top: auto;
		 bottom: 100px;
		 transform: none;
	}
	 .quick-action-sec .action-text {
		 font-size: 12px;
		 opacity: 1;
		 line-height: 14px;
	}
	 .quick-action-sec .close-action {
		 padding-top: 30px;
	}
	 .quick-action-sec .mob-quick-action {
		 margin-top: 0;
		 position: absolute;
		 bottom: -20px;
		 right: 0;
	}
}
 .mega-menu-common-section {
	 flex: 1;
	 overflow: auto;
	 display: flex;
	 flex-direction: column;
}
 .form-subtitle {
	 font-size: 24px;
	 font-family: var(--font-bold);
	 margin-bottom: 24px;
	 line-height: 28.8px;
}
 .form-subtype {
	 font-size: 18px;
	 font-family: var(--font-bold);
	 margin-bottom: 16px;
}
 .search-box {
	 position: relative;
}
 @media screen and (max-width: 991px) {
	 .search-box .form-control.form-control-lg, .search-box .form-select.form-control-lg {
		 padding: 9px 16px;
		 min-height: auto;
		 font-size: 14px;
		 line-height: 16px;
	}
	 .search-box .form-control.form-control-lg + .input-group-text, .search-box .form-select.form-control-lg + .input-group-text {
		 min-width: 36px;
	}
}
 .page-header {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding-bottom: 24px;
}
 .page-header .page-title {
	 font-size: 32px;
}
 .page-header .page-title .back-arrow-icon {
	 cursor: pointer;
}
 .page-header + .page-body {
	 padding-top: 40px;
}
 @media screen and (max-width: 991px) {
	 .page-header .page-title {
		 font-size: 18px;
	}
	 .page-header + .page-body {
		 padding-top: 16px;
	}
}
 .icon-with-text {
	 display: flex;
	 align-items: center;
	 font-size: 14px;
	 gap: 8px;
}
 .row.row-32 {
	 --bs-gutter-x: 32px;
}
 .row.row-col-8 {
	 --bs-gutter-x: 8px;
	 --bs-gutter-y: 8px;
}
 .row.row-col-16 {
	 --bs-gutter-x: 16px;
	 --bs-gutter-y: 16px;
}
 .row.row-col-32 {
	 --bs-gutter-x: 32px;
	 --bs-gutter-y: 32px;
}
 @media screen and (max-width: 991px) {
	 .row.row-32 {
		 --bs-gutter-x: 16px;
	}
	 .row.row-col-32 {
		 --bs-gutter-x: 16px;
		 --bs-gutter-y: 16px;
	}
}
 .action-btn-container {
	 display: flex;
	 gap: 16px;
}
 .btn-wrapper {
	 display: flex;
	 justify-content: center;
}
 .scroll-navigation-tab .nav {
	 flex-wrap: nowrap;
}
 .scroll-navigation-tab .nav-item {
	 flex: none;
	 border-bottom: 1px solid #ccc;
}
 .mb-12 {
	 margin-bottom: 12px;
}
 .mb-16 {
	 margin-bottom: 16px;
}
 .mb-24 {
	 margin-bottom: 24px;
}
 .mb-36 {
	 margin-bottom: 36px;
}
 .mb-48 {
	 margin-bottom: 48px;
}
 .link {
	 cursor: pointer;
	 font-family: var(--font-bold);
	 color: var(--primary-color-red);
}
 .link:hover {
	 color: var(--primary-color-red);
}
 .flex-content-middle {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .badge-item {
	 background: #d9a113;
	 padding: 8px 15px;
	 color: #fff;
	 font-family: var(--font-bold);
}
 @media screen and (max-width: 600px) {
	 .badge-item {
		 padding: 3px 10px;
	}
}
 .download-src {
	 position: absolute;
	 right: 10px;
	 top: 10px;
}
 @media screen and (max-width: 479px) {
	 .download-src {
		 right: 4px;
		 top: 4px;
	}
	 .download-src .download-circle-icon {
		 width: 30px;
		 height: 30px;
	}
}
 .grunge-bg {
	 position: relative;
}
 .grunge-bg::before {
	 position: absolute;
	 content: "";
	 width: 100%;
	 height: 100%;
	 top: 0px;
	 left: 0px;
	 background-image: url(clientlib-dependencies-global/images/product/grunge-background.png);
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
}
 .congrats-icon-container {
	 position: relative;
	 padding: 20px 0px 0px 0px;
	 width: 100%;
	 margin: 20px 0px 20px 0px;
}
 .congrats-icon-container .congrats-icon {
	 margin-top: 20px;
}
 @media screen and (max-width: 600px) {
	 .congrats-icon-container .congrats-icon {
		 max-width: 140px;
	}
}
 .congrats-icon-container .congrats-chip {
	 position: absolute;
	 top: 0px;
	 left: 20%;
	 margin: 0 auto;
	 width: 60%;
}
 .video-play-icon::before {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 content: "";
	 background: url("clientlib-base-global/resources/images/icons/play-circle.svg") no-repeat center center / cover;
	 width: 50px;
	 height: 50px;
	 z-index: 9;
	 background-color: transparent !important;
}
 @media screen and (max-width: 767px) {
	 .video-play-icon::before {
		 width: 30px;
		 height: 30px;
	}
}
 .article-date {
	 color: var(--secondary-color-800);
}
 .country-picker-col {
	 cursor: pointer;
}
 .bookaservice-section {
	 padding-top: 48px;
	 padding-bottom: 48px;
}
 @media screen and (max-width: 991px) {
	 .bookaservice-section {
		 padding-top: 32px;
		 padding-bottom: 32px;
	}
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	 font-family: var(--font-medium);
	 margin: 0px;
}
 h1, .h1 {
	 font-size: 3.4286rem;
}
 h2, .h2 {
	 font-size: 2.2857rem;
}
 h3, .h3 {
	 font-size: 2rem;
}
 h4, .h4 {
	 font-size: 1.7143rem;
}
 h5, .h5 {
	 font-size: 1.4286rem;
}
 h6, .h6 {
	 font-size: 1.1429rem;
}
 p {
	 font-size: 1rem;
}
 .font-light {
	 font-family: var(--font-light);
}
 .font-regular {
	 font-family: var(--font-regular);
}
 .font-medium {
	 font-family: var(--font-medium);
}
 .font-bold {
	 font-family: var(--font-bold);
}
 .font-heavy {
	 font-family: var(--font-heavy);
}
 .font-italic {
	 font-style: italic;
}
 .fs-12 {
	 font-size: 12px !important;
}
 .fs-14 {
	 font-size: 14px !important;
	 line-height: 17px;
}
 .fs-16 {
	 font-size: 16px !important;
}
 .fs-18 {
	 font-size: 18px !important;
	 line-height: 22px;
}
 .fs-20 {
	 font-size: 20px !important;
}
 .largeheading {
	 font-size: 3.42rem;
	 line-height: 58px;
}
 @media screen and (max-width: 991px) {
	 .largeheading {
		 font-size: 24px;
		 line-height: 29px;
	}
}
 .section-sub-text {
	 font-size: 1.7143rem;
	 margin-left: auto;
	 margin-right: auto;
}
 @media screen and (max-width: 991px) {
	 .section-sub-text {
		 font-size: 14px;
	}
}

/* components/icons */
.h-icon {
	 position: relative;
	 width: 24px;
	 height: 24px;
	 display: inline-flex;
}
 .h-icon.icon-xl {
	 width: 32px;
	 height: 32px;
}
 .h-icon.icon-lg {
	 width: 28px;
	 height: 28px;
}
 .h-icon.icon-m {
	 width: 20px;
	 height: 20px;
}
 .h-icon.icon-s {
	 width: 16px;
	 height: 16px;
}
 .h-icon.icon-12 {
	 width: 12px;
	 height: 12px;
}
 .h-icon::before {
	 content: "";
	 width: 100%;
	 height: 100%;
	 display: flex;
	 mask-size: contain;
	 -webkit-mask-size: contain;
	 mask-position: center center;
	 -webkit-mask-position: center center;
	 mask-repeat: no-repeat;
	 -webkit-mask-repeat: no-repeat;
	 background-color: transparent;
}
 [class*='-icon']::before {
	 background-color: var(--secondary-color-500);
}
 .primary-black-icon::before {
	 background-color: var(--primary-color-black);
}
 .primary-red-icon::before {
	 background-color: var(--primary-color-red);
}
 .bangladesh-flag {
	 width: 24px;
	 height: 24px;
	 display: inline-block;
	 background: url(clientlib-dependencies-global/images/brand/bangladesh-flag.svg) no-repeat center/contain;
}
 .user-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/user-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/user-icon.svg);
}
 .menu-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/menu-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/menu-icon.svg);
}
 .close-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/close-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/close-icon.svg);
}
 .right-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/right-arrow-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/right-arrow-icon.svg);
}
 .left-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/left-arrow-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/left-arrow-icon.svg);
}
 .down-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/down-arrow-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/down-arrow-icon.svg);
}
 .bike-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/bike-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/bike-icon.svg);
}
 .location-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/location-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/location-icon.svg);
}
 .book-service-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/book-service-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/book-service-icon.svg);
}
 .copy-right-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/copy-right-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/copy-right-icon.svg);
}
 .facebook-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/facebook-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/facebook-icon.svg);
}
 .instagram-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/instagram-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/instagram-icon.svg);
}
 .twitter-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/twitter-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/twitter-icon.svg);
}
 .google-play-logo {
	 display: inline-block;
	 width: 150px;
	 height: 45px;
	 background: url(clientlib-dependencies-global/images/google-play-logo.svg) no-repeat center/contain;
}
 .power-icon {
	 display: inline-block;
	 width: 27px;
	 height: 27px;
	 background: url(clientlib-base-global/resources/images/icons/power-icon.svg) no-repeat center center /cover;
}
 .torque-icon {
	 display: inline-block;
	 width: 27px;
	 height: 27px;
	 background: url(clientlib-base-global/resources/images/icons/torque-icon.svg) no-repeat center center /cover;
}
 .engine-icon {
	 display: inline-block;
	 width: 27px;
	 height: 27px;
	 background: url(clientlib-base-global/resources/images/icons/engine-icon.svg) no-repeat center center /cover;
}
 .link-right-arrow::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/link-right-arrow.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/link-right-arrow.svg);
}
 .exclamation::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/exclamation.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/exclamation.svg);
}
 .calendar::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/calendar.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/calendar.svg);
}
 .charges::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/charges.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/charges.svg);
}
 .completed::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/completed.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/completed.svg);
}
 .schedule::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/schedule.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/schedule.svg);
}
 .arrow::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrow.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrow.svg);
}
 .marker-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/marker-pin.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/marker-pin.svg);
}
 .mail-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/mail-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/mail-icon.svg);
}
 .call-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/call-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/call-icon.svg);
}
 .wallet-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/wallet-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/wallet-icon.svg);
}
 .card-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/card-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/card-icon.svg);
}
 .clock-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/clock-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/clock-icon.svg);
}
 .partner-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/partner-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/partner-icon.svg);
}
 .search-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/search-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/search-icon.svg);
}
 .gmap-locate-icon {
	 width: 20px;
	 height: 30px;
	 background: url(clientlib-base-global/resources/images/icons/gmap-locate-icon.svg) no-repeat center /contain;
}
 .detect-mark-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/detect-mark-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/detect-mark-icon.svg);
}
 .back-arrow-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/back-arrow.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/back-arrow.svg);
	 background-color: var(--primary-color-black);
}
 .edit-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/edit-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/edit-icon.svg);
}
 .filter::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/filter.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/filter.svg);
}
 .add::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/add-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/add-icon.svg);
}
 .phone-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/phone-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/phone-icon.svg);
}
 .service-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/service-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/service-icon.svg);
}
 .maintenance-icon {
	 width: 56px;
	 height: 56px;
}
 .maintenance-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/maintenance-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/maintenance-icon.svg);
	 background-color: #000;
}
 .warranty-icon {
	 width: 56px;
	 height: 56px;
}
 .warranty-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/warranty-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/warranty-icon.svg);
	 background-color: #000;
}
 .owners-manual-icon {
	 width: 56px;
	 height: 56px;
}
 .owners-manual-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/owner-manual-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/owner-manual-icon.svg);
	 background-color: #000;
}
 .tips-icon {
	 width: 56px;
	 height: 56px;
}
 .tips-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/tips-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/tips-icon.svg);
	 background-color: #000;
}
 .highlight-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/highlight-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/highlight-icon.svg);
}
 .price-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/price-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/price-icon.svg);
}
 .variant-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/variants-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/variants-icon.svg);
}
 .setting-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/settings-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/settings-icon.svg);
}
 .play-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/play-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/play-icon.svg);
}
 .engines-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/engines-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/engines-icon.svg);
}
 .tyre-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/tyres-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/tyres-icon.svg);
}
 .suspension-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/suspension-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/suspension-icon.svg);
}
 .chasis-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/chasis-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/chasis-icon.svg);
}
 .brake-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/brake-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/brake-icon.svg);
}
 .electrical-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/electrical-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/electrical-icon.svg);
}
 .dimension-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/dimension-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/dimension-icon.svg);
}
 .camera-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/camera-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/camera-icon.svg);
	 background-color: #000;
}
 .folder-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/folder-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/folder-icon.svg);
	 background-color: var(--hashtag-color);
}
 .about-us-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/about-us-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/about-us-icon.svg);
	 background-color: #000;
}
 .reach-us-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/reach-us-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/reach-us-icon.svg);
	 background-color: #000;
}
 .channel-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/channel-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/channel-icon.svg);
	 background-color: #000;
}
 .investor-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/investor-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/investor-icon.svg);
	 background-color: #000;
}
 .csr-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/csr-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/csr-icon.svg);
	 background-color: #000;
}
 .career-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/career-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/career-icon.svg);
	 background-color: #000;
}
 .media-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/media-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/media-icon.svg);
	 background-color: #000;
}
 .arrow-top::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-top.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-top.svg);
}
 .arrow-right::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-right.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-right.svg);
}
 .arrow-down::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-down.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-down.svg);
}
 .arrow-left::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-left.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/arrow-left.svg);
}
 .chevron-top::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top.svg);
}
 .chevron-right::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right.svg);
}
 .chevron-down::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down.svg);
}
 .chevron-left::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left.svg);
}
 .chevron-top-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-top-double.svg);
}
 .chevron-right-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-right-double.svg);
}
 .chevron-down-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-down-double.svg);
}
 .chevron-left-double::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left-double.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/arrows/chevron-left-double.svg);
}
 .download-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/download-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/download-icon.svg);
	 background-color: var(--primary-color-black);
}
 .download-icon:hover::before {
	 background-color: var(--primary-color-red);
}
 .tick-circle-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/tick-circle-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/tick-circle-icon.svg);
}
 .left-border-icon {
	 width: 8px;
	 height: 60px;
	 margin-right: 15px;
}
 .left-border-icon::before {
	 background-color: var(--primary-color-red);
	 mask-image: url(clientlib-dependencies-global/images/product/left-border.svg);
	 -webkit-mask-image: url(clientlib-dependencies-global/images/product/left-border.svg);
}
 @media screen and (max-width: 767px) {
	 .left-border-icon {
		 width: 5px;
		 height: 35px;
		 margin-right: 10px;
	}
}
 .download-circle-icon {
	 background: url(clientlib-base-global/resources/images/icons/download-circle-icon.svg) no-repeat center center / cover;
	 background: url(clientlib-base-global/resources/images/icons/download-circle-icon.svg) no-repeat center center / cover;
	 width: 42px;
	 height: 42px;
	 display: block;
}
 .spec-engine-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-engine-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-engine-icon.svg);
}
 .spec-tyre-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-tyre-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-tyre-icon.svg);
}
 .spec-suspension-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-suspension-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-suspension-icon.svg);
}
 .spec-chasis-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-chasis-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-chasis-icon.svg);
}
 .spec-brakes-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-brakes-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-brakes-icon.svg);
}
 .spec-electricals-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-electricals-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-electricals-icon.svg);
}
 .spec-dimensions-icon::before {
	 mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-dimensions-icon.svg);
	 -webkit-mask-image: url(clientlib-base-global/resources/images/icons/specifications/spec-dimensions-icon.svg);
}
 .right-arrow-bg-icon {
	 background: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg) no-repeat center center / cover;
	 width: 36px;
	 height: 36px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 -o-border-radius: 4px;
	 border-radius: 4px;
}

/* components/buttons */
.btn {
	 padding: 14px 32px;
	 font-size: 18px;
	 font-family: var(--font-heavy);
	 text-transform: uppercase;
	 color: var(--btn-text-color);
	 border: 1px solid transparent;
	 line-height: 22px;
	 border-radius: 4px;
	 min-width: 150px;
	 cursor: pointer;
}
 .btn:hover {
	 text-decoration: none;
}
 @media screen and (max-width: 1200px) {
	 .btn {
		 padding: 10px 20px;
	}
}
 @media screen and (max-width: 991px) {
	 .btn {
		 padding: 9px 22px;
		 min-width: auto;
		 font-size: 14px;
		 line-height: 16px;
	}
}
 .btn-check:focus + .btn, .btn:focus {
	 outline: 0;
	 box-shadow: 0px 0px 32px rgba(255, 0, 0, 0.25);
	 border-color: transparent;
}
 .btn:disabled, .btn.disabled, fieldset:disabled .btn {
	 pointer-events: none;
	 background: var(--disabled-btn-bg);
	 color: var(--btn-text-color);
	 border-color: transparent;
	 opacity: 1;
}
 .btn .h-icon {
	 width: 20px;
	 height: 20px;
}
 .btn-primary {
	 background: var(--primary-btn-bg);
	 color: var(--btn-text-color);
}
 .btn-primary:hover {
	 color: var(--btn-text-color);
	 box-shadow: 0px 0px 32px rgba(255, 0, 0, 0.25);
	 border-color: transparent;
}
 .btn-outline-primary {
	 border: 1px solid var(--primary-color-red);
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
}
 .btn-outline-primary:hover, .btn-outline-primary:active {
	 border-color: var(--primary-color-red);
}
 .btn-outline-primary:disabled, .btn-outline-primary.disabled, fieldset:disabled .btn-outline-primary {
	 pointer-events: none;
	 color: var(--disabled-btn-text-color);
	 border-color: var(--disabled-btn-border-color);
	 background: transparent;
	 -webkit-background-clip: unset;
	 -webkit-text-fill-color: unset;
	 background-clip: unset;
}
 .btn-link {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
	 text-decoration: none;
	 font-size: 16px;
	 font-family: var(--font-bold);
	 cursor: pointer;
}
 .btn-link:hover {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
	 text-decoration: underline;
}
 .btn-link:focus {
	 background: var(--gradient-red);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 background-clip: text;
	 color: transparent;
	 text-decoration: none;
}
 .btn-link:disabled, .btn-link.disabled {
	 color: var(--disabled-btn-text-color);
	 border-color: transparent;
}
 .btn-with-icon {
	 display: flex !important;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
}
 .btn-secondary {
	 border-color: var(--primary-color-red);
	 background: var(--secondary-color-100);
	 color: var(--primary-color-red);
}
 .btn-secondary:hover, .btn-secondary:focus {
	 background: var(--secondary-color-100);
	 color: var(--primary-color-red);
	 border-color: var(--primary-color-red);
}
 .btn-check-group {
	 background-color: #fff;
}
 .btn-check-group .btn-check + .btn {
	 min-width: auto;
	 width: 70px;
	 height: 54px;
	 font-size: 14px;
	 padding: 0;
	 color: var(--primary-color-grey);
	 font-family: var(--font-medium);
	 border-radius: 0;
	 position: relative;
}
 .btn-check-group .btn-check + .btn::after {
	 content: '';
	 height: 40%;
	 width: 0;
	 border-right: 1px solid var(--border-light);
	 position: absolute;
	 right: 0;
	 top: 50%;
	 transform: translateY(-50%);
}
 .btn-check-group .btn-check + .btn:last-child::after {
	 display: none;
}
 .btn-check-group .btn-check:checked + .btn {
	 color: #fff;
	 font-family: var(--font-heavy);
	 background-color: var(--primary-color-red);
}
 .btn-check-group .btn-check:checked + .btn::after {
	 display: none;
}
 @media screen and (max-width: 991px) {
	 .btn-check-group .btn-check + .btn {
		 width: 40px;
		 height: 36px;
	}
}
 @media screen and (max-width: 479px) {
	 .btn-check-group .btn-check + .btn {
		 width: 36px;
		 height: 36px;
	}
}

/* components/form-control */
.form-col {
	 margin-bottom: 32px;
}
 .form-label {
	 font-size: 18px;
}
 .form-select {
	 padding-right: 30px;
}
 .form-control-plaintext {
	 font-size: 18px;
	 line-height: 22px;
	 font-family: var(--font-medium);
	 color: var(--input-text-color);
}
 .form-control, .form-select {
	 padding: 5px 0;
	 font-size: 18px;
	 line-height: 23px;
	 font-family: var(--font-medium);
	 color: var(--input-text-color);
	 border: 0;
	 border-bottom: 2px solid var(--input-border-color);
	 border-radius: 0;
	 background-color: transparent;
}
 .form-control:focus, .form-select:focus {
	 border-color: var(--input-focus-border-color);
	 outline: 0;
	 box-shadow: none;
	 background-color: transparent;
}
 .form-control::placeholder, .form-select::placeholder {
	 color: var(--input-placeholder-color);
}
 .form-control:disabled, .form-select:disabled, .form-control[readonly], .form-select[readonly] {
	 color: var(--input-placeholder-color);
	 border-color: var(--input-border-color);
}
 .form-control.form-control-lg, .form-select.form-control-lg {
	 padding: 14px 20px;
	 min-height: 52px;
}
 .form-control.form-control-lg + .input-group-text, .form-select.form-control-lg + .input-group-text {
	 min-width: 52px;
}
 .form-control optgroup, .form-select optgroup, .form-control option, .form-select option {
	 font-size: 18px;
	 line-height: 22px;
	 font-family: var(--font-medium);
}
 .form-outline .form-control, .form-outline .form-select {
	 border: 1px solid var(--secondary-color-600) !important;
	 border-radius: 4px;
	 padding: 10px 16px;
}
 .form-outline .bootstrap-select.form-select > .dropdown-toggle {
	 padding: 10px 16px;
}
 .form-outline.input-group .form-control, .form-outline .input-group .form-control, .form-outline.input-group .form-select, .form-outline .input-group .form-select {
	 border-top-left-radius: 4px;
	 border-bottom-left-radius: 4px;
	 border-right: 0 !important;
}
 .form-outline.input-group [role*='button'], .form-outline .input-group [role*='button'], .form-outline.input-group button, .form-outline .input-group button {
	 border-top-right-radius: 4px;
	 border-bottom-right-radius: 4px;
}
 .form-white .form-label {
	 color: #fff;
}
 .form-white .form-select, .form-white .form-control {
	 color: #fff;
	 border-color: var(--border-color);
}
 .form-white .form-select:focus, .form-white .form-control:focus {
	 border-color: inherit;
	 background-color: transparent;
}
 .form-white .form-select {
	 background-image: url(clientlib-base-global/resources/images/icons/down-arrow-white-icon.svg);
}
 .form-white .form-select.bootstrap-select {
	 background-image: url(clientlib-base-global/resources/images/icons/down-arrow-white-icon.svg);
}
 .form-white .form-select.bootstrap-select > .dropdown-toggle {
	 color: #fff;
}
 .form-white .form-hint {
	 color: #fff;
}
 .calendar.form-control {
	 background: url(clientlib-base-global/resources/images/icons/form-calendar-icon.svg) no-repeat right center/ 20px 20px;
}
 .input-group .input-group-text {
	 justify-content: center;
}
 .form-hint {
	 margin-top: 5px;
}
 .form-textarea {
	 border: 2px solid var(--input-border-color);
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -o-border-radius: 5px;
	 border-radius: 5px;
	 height: 150px;
	 resize: none;
	 padding: 15px;
}
 .form-val-label-box .label {
	 display: block;
	 font-size: 1.2857rem;
	 font-family: var(--font-bold);
}
 .form-val-label-box .val {
	 display: block;
	 font-size: 1.4286rem;
}
 @media screen and (max-width: 991px) {
	 .form-col {
		 margin-bottom: 16px;
	}
	 .form-label {
		 font-size: 16px;
	}
	 .form-control, .form-select {
		 font-size: 14px;
	}
}
 @media screen and (max-width: 600px) {
	 .form-label {
		 margin-bottom: 0px;
		 font-family: var(--font-medium);
	}
	 .form-val-label-box .label, .form-val-label-box .val {
		 font-size: 14px;
	}
}

.upload-card {
  border: 0;
	cursor: pointer;
  .upload-title {
    font-size: 16px;
    font-family: var(--font-medium);
    margin-bottom: 16px;
  }
  .upload-box {
    background: var(--secondary-color-200);
    border: 1px dashed var(--hashtag-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
    min-height: 344px;
    .upload-size {
      font-family: var(--font-medium);
      color: var(--primary-color-grey);
      position: absolute;
      top: 18px;
      right: 18px;
    }
    .darg-drop-icon {
      width: 40px;
      height: 40px;
      flex: none;
    }
    .darg-drop-text {
      font-family: var(--font-medium);
      font-size: 24px;
      margin-top: 16px;
      margin-bottom: 12px;
      cursor: pointer;
    }
    .file-type-note {
      font-size: 18px;
    }
  }
  @media screen and (max-width:991px) {
    .upload-title {
      margin-bottom: 8px;
    }
    .upload-box {
      min-height: 140px;
      padding: 8px;
      .upload-size {
        top: 8px;
        right: 8px;
      }
      .darg-drop-icon {
        width: 24px;
        height: 24px;
      }
      .file-type-note {
        font-size: 12px;
      }
      .darg-drop-text {
        font-size: 14px;
      }
    }
  }
}
/* components/form-check */
.form-check-input {
	 width: 20px;
	 height: 20px;
	 border: 1px solid var(--check-border-color);
	 margin-top: 0;
}
 .form-check-input:focus {
	 border-color: var(--check-active-border-color);
	 outline: 0;
	 box-shadow: none;
}
 .form-check-input:checked {
	 background-color: var(--check-bg-color);
	 border-color: var(--check-active-border-color);
}
 .form-check-input + .form-check-label {
	 margin-left: 10px;
}
 .form-check-label {
	 color: var(--primary-color-black);
	 font-family: var(--font-medium);
	 text-align: left;
	 cursor: pointer;
}

/* components/bootstrap-select */
.bootstrap-select.form-select {
	 padding: 0;
	 display: block;
}
 .bootstrap-select > .dropdown-toggle {
	 background: transparent;
	 padding: 5px 0;
	 font-size: 18px;
	 text-transform: none;
	 line-height: 24px;
	 border: 0;
	 font-family: var(--font-medium);
	 color: var(--input-text-color);
}
 .bootstrap-select > .dropdown-toggle:after {
	 content: none;
}
 .bootstrap-select .btn-light:hover, .bootstrap-select .btn-light:focus {
	 color: var(--input-text-color);
	 border: 0;
	 background: none;
}
 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	 width: 100%;
}
 .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	 outline: none !important;
	 box-shadow: none;
}

/* components/modal */
.modal-popup {
	 position: fixed;
	 z-index: 100;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 display: flex;
	 -webkit-align-items: center;
	 align-items: center;
	 -webkit-justify-content: center;
	 justify-content: center;
	 background: rgba(0, 0, 0, 0.6);
	 backdrop-filter: blur(5px);
}
 .modal-popup h5 {
	 font-size: 1.2857rem;
	 font-weight: 700;
	 color: var(--primary-color-grey);
}
 .modal-popup .close-icon {
	 position: absolute;
	 right: 30px;
	 top: 30px;
	 padding: 2px;
	 z-index: 99;
}
 @media screen and (max-width: 600px) {
	 .modal-popup .close-icon {
		 right: 8px;
		 top: 8px;
	}
}
 .modal-popup .popup-container {
	 height: 94%;
	 margin: 0 auto;
	 background: var(--secondary-color-100);
	 box-shadow: 0 0 10px #000;
	 display: flex;
	 width: calc(100% - 160px);
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
	 -o-border-radius: 0;
	 border-radius: 0;
	 max-width: 1280px;
	 max-height: 650px;
	 position: relative;
}
 .modal-popup .popup-container .popup-body {
	 padding: 50px 0 30px 0;
	 overflow: hidden;
	 flex: 1;
}
 .modal-popup .popup-container .popup-body .popup-content {
	 padding: auto 16px;
	 overflow-y: auto;
	 overflow-x: hidden;
	 height: 100%;
}
 .modal-popup .popup-container .popup-body .close-icon::before {
	 background-color: var(--primary-color-black);
	 cursor: pointer;
}
 .modal-popup.modal-small .popup-container {
	 max-width: 520px;
	 max-height: 560px;
}
 .modal-popup.modal-medium .popup-container {
	 max-width: 750px;
	 max-height: 620px;
}
 .modal-popup .popup-footer {
	 padding: 24px 0;
}
 @media screen and (max-width: 767px) {
	 .modal-popup .popup-container {
		 width: calc(100% - 32px);
		 max-height: none;
	}
	 .modal-popup .popup-container .popup-body {
		 padding: 24px 0;
	}
} 

/* components/dropdown */
.dropdown-menu {
	 padding: 0;
	 border: 0;
	 min-width: 180px;
	 box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.23);
}
 .dropdown-menu.right-0 {
	 left: auto;
	 right: 0;
}
 .dropdown-menu .dropdown-item-text {
	 padding: 11px 16px;
	 border-bottom: 1px solid var(--border-color);
	 color: var(--primary-color-black);
}
 .dropdown-menu .dropdown-item {
	 padding: 11px 16px;
	 font-size: 16px;
	 font-family: var(--font-medium);
	 color: var(--primary-color-black);
	 border-bottom: 1px solid var(--border-color);
}
 .dropdown-menu .dropdown-item:hover {
	 text-decoration: none;
}
 .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
	 color: #fff;
	 background-color: var(--primary-color-red);
}
 .dropdown-menu li:last-child .dropdown-item {
	 border-bottom: 0;
}
 .logged-in-dropdown {
	 display: flex;
}
 .within-range-dropdown {
	 padding: 10px 16px;
	 font-size: 18px;
	 line-height: 22px;
	 background: #fff;
	 border: 1px solid #ccc;
	 box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	 position: absolute;
	 right: 24px;
	 top: 24px;
	 min-width: 200px;
}
 .within-range-dropdown + .dropdown-menu {
	 min-width: 200px;
}
 @media screen and (max-width: 991px) {
	 .within-range-dropdown {
		 padding: 7px 10px;
		 font-size: 14px;
		 min-width: 118px;
		 top: 12px;
	}
	 .within-range-dropdown + .dropdown-menu {
		 min-width: 118px;
	}
	 .within-range-dropdown + .dropdown-menu .dropdown-item {
		 font-size: 12px;
		 padding: 10px;
	}
}

/* responsive */
@media only screen and (max-width: 991px) {
	 .main-container {
		 padding-top: 102px;
	}
}
/* Landscape */
 @media all and (min-device-width: 768px) and (max-device-width: 1024px) {
	 .log-wrap .booking-wrap {
		 padding-left: 10px;
	}
	 .log-wrap .card-wrap .details {
		 width: 65%;
	}
	 .find-more .accordion-body {
		 padding: 0;
	}
}
 @media only screen and (max-width: 767px) {
	 .nav .nav-link {
		 font-size: 16px;
	}
	 header {
		 padding: 0 16px;
	}
	 .common-section {
		 padding-left: 16px;
		 padding-right: 16px;
	}
	 .service .card-wrap .img-sec {
		 width: 50%;
	}
	 .service .card-wrap .details {
		 width: 50%;
		 padding: 14px;
	}
	 .service .card-wrap .service-details {
		 padding: 14px;
	}
	 .service .card-wrap .service-details .seprator {
		 margin: 10px 0;
	}
	 .service .card-wrap .service-details .view-service-log {
		 margin-top: 20px;
	}
	 .service .card-wrap .service-details .close {
		 margin-bottom: 10px;
	}
	 .service .card-wrap .service-details h4 {
		 font-size: 16px;
	}
	 .service .card-wrap .service-details span {
		 font-size: 14px;
	}
	 .service .card-wrap .service-details .view-service-log {
		 font-size: 14px;
	}
	 .service .bottom-btn {
		 justify-content: center;
		 margin-top: 0;
	}
	 .service .bottom-btn .btn {
		 width: 100%;
		 justify-content: center;
	}
	 .service .tab-content {
		 padding: 20px 0 0 0;
	}
	 .filter-options {
		 width: auto;
		 display: block;
		 position: static;
	}
	 .filter-options .btn {
		 min-width: auto;
		 padding: 8px;
	}
	 .filter-options .btn .h-icon {
		 display: block;
		 width: 16px;
		 height: 16px;
	}
	 .filter-options .btn span {
		 display: none;
	}
	 .service .log-wrap .card {
		 padding: 16px;
	}
	 .service .log-wrap .booking-wrap {
		 padding: 10px;
		 border: none;
		 border-top: 1px solid var(--secondary-color-500);
		 border-bottom: 1px solid var(--secondary-color-500);
	}
	 .service .log-wrap .booking-wrap .booking-info {
		 padding: 10px 0;
	}
	 .service .log-wrap .view-details {
		 padding-top: 16px;
	}
	 .service .log-wrap .view-details .btn {
		 width: 100%;
	}
	 .service .log-wrap .card-wrap {
		 padding-bottom: 16px;
	}
	 .service .log-wrap .card-wrap .img-sec {
		 width: 35%;
	}
	 .service .log-wrap .card-wrap .img-sec .service-status {
		 margin-top: 0;
	}
	 .service .log-wrap .card-wrap .details {
		 width: 65%;
		 padding: 0;
		 padding-left: 16px;
	}
	 .service .log-wrap .total-service p {
		 font-size: 16px;
	}
	 .service .log-wrap .total-service .pagination {
		 flex-shrink: 0;
	}
	 .find-more .accordion-body {
		 padding: 0;
	}
	 .service.media-section {
		 padding-left: 0px;
		 padding-right: 0px;
	}
	 .service.media-section .tab-wrap {
		 padding: 0px 16px;
	}
	 .service.media-section .form-col {
		 margin-bottom: 25px;
	}
}
 @media only screen and (max-width: 600px) {
	 .mb-48 {
		 margin-bottom: 32px;
	}
}
.bootstrap-select {
  border-color: #999;
}
.bootstrap-select .dropdown-menu {
	z-index: 4;
}

/* bootstrap changes for genuine-oil */
.hero-global-container .hero-geniue-oil .bootstrap-select>select {
	position: relative !important;
	width: 220px !important;
	padding: 7px 10px !important;
	opacity: 1 !important;
	left: 12%;
}

.hero-global-container .hero-geniue-oil .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 240px;
}

.hero-global-container .hero-geniue-oil .bootstrap-select .dropdown-toggle .filter-option {
	opacity: 0;
}

.hero-global-container .hero-geniue-oil .geniue-oil-dropdown {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #303030;
	height: 45px;

	@media screen and (max-width: 500px) {
		display: block;
		height: auto;
	}
}

.hero-global-container .hero-geniue-oil .bootstrap-select {
	@media screen and (max-width: 500px) {
		height: 36px;
		margin-bottom: 12px;
	}
}

.hero-global-container .hero-geniue-oil {
    table, tbody, th, tr, td {
	   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	   font-size: 13px;
	   color: #303030;
	   margin: 10px 0 20px 0 !important;
	   border: 1px solid #fff !important;
	   padding: 5px !important;

	   tr:first-child {
		background-color: #686868;
		text-transform: uppercase;
		text-align: left;

		th {
		  color: #ffffff;
		}
	}

	   tr {
		  background-color: #dfdfdf;
	   }
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* xsmall breakpoint */
@media (max-width: 557.98) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xsmall--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--1 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--2 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--3 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--4 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--5 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--6 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xsmall--7 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--xsmall--8 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xsmall--9 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--xsmall--10 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xsmall--11 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--xsmall--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xsmall--12 > .aem-GridColumn.aem-GridColumn--offset--xsmall--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xsmall--hide {
    /* hide behavior */
    display: none;
  }
}
/* xsmall breakpoint */
@media (min-width: 576px) and (max-width: 767.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--small--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--small--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--1 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--2 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--3 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--4 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--small--5 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--6 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--small--7 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--small--8 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--small--9 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--small--10 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--small--11 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--small--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--small--12 > .aem-GridColumn.aem-GridColumn--offset--small--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--small--hide {
    /* hide behavior */
    display: none;
  }
}
/* medium breakpoint */
@media (min-width: 768px) and (max-width: 991.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--medium--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--medium--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--1 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--2 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--3 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--4 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--medium--5 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--6 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--medium--7 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--medium--8 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--medium--9 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--medium--10 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--medium--11 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--medium--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--medium--12 > .aem-GridColumn.aem-GridColumn--offset--medium--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--medium--hide {
    /* hide behavior */
    display: none;
  }
}
/* large breakpoint */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--large--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--large--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--1 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--2 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--3 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--4 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--large--5 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--6 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--large--7 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--large--8 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--large--9 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--large--10 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--large--11 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--large--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--large--12 > .aem-GridColumn.aem-GridColumn--offset--large--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--large--hide {
    /* hide behavior */
    display: none;
  }
}
/* force showing hidden components in unhide mode */
.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

.custom-specification-section {
	max-height: 100vh;
}
.specification-section .specification-nav {
	 width: 320px;
	 padding: 72px 0px 0px 0px;
	 height: 800px;
	 max-height: 100vh;
}
 .specification-section .specification-nav .nav-link {
	 font-size: 1.7143rem;
	 font-family: var(--font-regular);
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 text-transform: capitalize;
	 padding: 15px 15px 15px 37.5px;
}
 .specification-section .specification-nav .nav-link .h-icon {
	 margin-right: 15px;
}
 .specification-section .specification-nav .nav-link:before {
	 border-bottom: 0;
	 border-left: 5px solid #ededed;
	 height: 100%;
}
 .specification-section .specification-nav .nav-link:hover {
	 font-family: var(--font-heavy);
	 color: var(--primary-color-black);
}
 .specification-section .specification-nav .nav-link:hover .h-icon:before {
	 background-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active {
	 background: transparent;
	 color: var(--primary-color-black);
	 font-family: var(--font-heavy);
}
 .specification-section .specification-nav .nav-link.active:before {
	 border-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: var(--primary-color-red);
}
.specification-section .specification-nav .nav-link.active .active-icon {
	 display:inline-block;
}
.specification-section .specification-nav .nav-link.active  .inactive-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .active-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .inactive-icon {
	 display:inline-block;
}

 .specification-section .tab-content {
	 width: 100%;
	 height: 100%;
}
 .specification-section .tab-content .tab-pane {
	 height: 100%;
}
 .specification-section .specification-image {
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
	 position: relative;
	 filter: grayscale(100%);
}
 .specification-section .specification-content {
	 flex: 1;
	 padding: 0px 0px 0px 0px;
	 position: relative;
}
 .specification-section .specification-content .product-page-title {
	 position: absolute;
	 color: #fff;
	 top: 72px;
	 left: 32px;
	 z-index: 2;
}
 .specification-section .specification-content .product-page-title::before {
	 transform: none;
	 left: 0px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .product-page-title {
		 top: 50px;
		 left: 24px;
	}
}
 .specification-section .specification-content .detail-specification {
	 background: rgba(0, 0, 0, 0.9);
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 width: 100%;
	 padding: 32px;
	 color: #fff;
	 max-height: 70%;
	 overflow-y: auto;
	 padding-bottom: 100px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .detail-specification {
		 padding: 24px;
		 padding-bottom: 70px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .detail-specification {
		 padding-bottom: 16px;
	}
}
 .specification-section .specification-content .spacified-detail-row {
	 display: flex;
	 flex-wrap: wrap;
}
 .specification-section .specification-content .spacified-detail-row .spacified-detail {
	 width: 25%;
	 margin-bottom: 24px;
	 padding-right: 10px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 33%;
		 margin-bottom: 15px;
	}
}
 @media screen and (max-width: 1024px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 50%;
	}
}
 .specification-section .specification-content .specified-btn-wrapper {
	 position: absolute;
	 bottom: 36px;
	 left: 32px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 bottom: 24px;
		 left: 24px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 display: none;
	}
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-nav {
		 height: 700px;
		 padding: 50px 0px;
		 width: 300px;
	}
}
 @media screen and (max-width: 767px) {
	 .specification-section .specification-nav {
		 width: 100px;
	}
	 .specification-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 10px 10px 10px 10px;
		 font-size: 14px;
		 font-family: var(--font-medium);
	}
	 .specification-section .specification-nav .nav-link:before {
		 border-color: transparent;
	}
	 .specification-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
}
 @media screen and (max-width: 479px) {
	.custom-specification-section {
		max-height: none;
	}
	.specification-section .mob-btn-container {
		display: flex !important;
		margin-top: 20px;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.premium-specific-section {
	 background: var(--gradient-black);
	 padding-top: 78px;
}
 .premium-specific-section .specification-nav {
	 width: 100%;
	 height: inherit;
	 border-top: 2px solid #4c4c4c;
	 padding: 0px 80px;
	 flex-wrap: nowrap;
	 justify-content: space-between;
}
 .premium-specific-section .specification-nav .nav-link {
	 color: var(--secondary-color-600);
	 padding: 40px 24px 30px 24px;
}
 .premium-specific-section .specification-nav .nav-link.active {
	 background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%);
}
 .premium-specific-section .specification-nav .nav-link:hover, .premium-specific-section .specification-nav .nav-link.active {
	 color: #fff;
}
 .premium-specific-section .specification-nav .nav-link:hover .h-icon:before, .premium-specific-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: #fff;
}
 .premium-specific-section .specification-nav .nav-link::before {
	 border: 0;
	 width: 2px;
	 height: 20px;
	 top: 0px;
	 left: 50%;
	 transform: translateX(-50%);
	 background: #4c4c4c;
}
 .premium-specific-section .specification-title {
	 color: #fff;
	 text-transform: uppercase;
	 margin-bottom: 15px;
}
 .premium-specific-section .specification-item-container {
	 display: flex;
	 margin-top: 50px;
	 height: 550px;
}
 .premium-specific-section .specification-item-container .specification-left-item {
	 width: 45%;
	 padding-left: 80px;
	 padding-right: 24px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row {
	 position: relative;
	 padding-bottom: 60px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row .spacified-detail {
	 width: 50%;
	 color: #fff;
}
 .premium-specific-section .specification-item-container .specified-btn-wrapper {
	 bottom: 0px;
	 left: 0px;
}
 .premium-specific-section .specification-image {
	 width: 55%; 
	 right: 0;
	 height: 100%;
}
 .premium-specific-section .specification-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media screen and (max-width: 1279px) {
	 .premium-specific-section .specification-nav {
		 padding: 0px 40px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .premium-specific-section {
		 padding-top: 50px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px 30px;
	}
	 .premium-specific-section .specification-item-container {
		 margin-top: 35px;
		 height: 500px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 width: 50%;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 50%;
	}
}
 @media screen and (max-width: 991px) {
	 .premium-specific-section {
		 padding-top: 40px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px;
	}
	 .premium-specific-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 24px;
	}
	 .premium-specific-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
	 .premium-specific-section .specification-item-container {
		 height: 450px;
		 margin-top: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .premium-specific-section {
		 padding-top: 35px;
	}
	 .premium-specific-section .specification-content {
		 padding-bottom: 100px;
	}
	 .premium-specific-section .specification-item-container {
		 flex-direction: column;
		 height: inherit;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper {
		 bottom: 32px;
		 display: flex;
		 width: 100%;
		 padding: 0px 16px;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper .btn {
		 width: 100%;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 position: unset;
		 padding-bottom: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 100%;
		 padding-left: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 position: relative;
		 width: 100%;
		 height: 300px;
	}
}
 @media screen and (max-width: 600px) {
	 .premium-specific-section .specification-nav .nav-link {
		 padding: 16px;
		 font-size: 0;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 padding-bottom: 24px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 height: 250px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 16px;
		 padding-right: 16px;
	}
}


.mob-specified-btn-wrapper {
	margin: 15px auto !important;
}
.executive-specifications-section {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 height: 100%;
	 position: relative;
}

.common-section.service.about-hero{
	padding-top: 10px;
}

 .executive-specifications-section .spec-container {
	 width: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 padding: 24px 50px 50px;
}

.executive-specifications-section .largeheading {
	margin-bottom: 18px;
 }
 
 .executive-specifications-section .spec-tab-container .tab-content {
	 padding: 32px 0;
}
 .executive-specifications-section .spec-details-list {
	 font-size: 24px;
}
 .executive-specifications-section .spec-details-list .spec-label {
	 font-family: var(--font-medium);
	 color: var(--secondary-color-400);
	 display: block;
}
 .executive-specifications-section .spec-details-list .spec-value {
	 font-family: var(--font-bold);
	 color: #fff;
}
 @media screen and (max-width: 991px) {
	 .executive-specifications-section {
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
	 .executive-specifications-section .spec-container {
		 padding: 24px 16px;
	}
	 .executive-specifications-section .spec-tab-container .tab-content {
		 padding: 16px 0;
	}
	 .executive-specifications-section .spec-details-list {
		 font-size: 14px;
	}
	 .executive-specifications-section .spec-details-list .spec-label {
		 font-size: 12px;
		 display: block;
	}
}

.pe-spec-nav.nav .nav-link {
	 display: flex;
	 align-items: center;
	 font-size: 24px;
	 color: var(--secondary-color-500);
	 gap: 16px;
}
 .pe-spec-nav.nav .nav-link .h-icon {
	 width: 32px;
	 height: 32px;
}
 .pe-spec-nav.nav .nav-link.active .active-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active .inactive-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .active-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .inactive-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active, .pe-spec-nav.nav .nav-link:focus, .pe-spec-nav.nav .nav-link:hover {
	 color: #fff;
}
 .pe-spec-nav.nav .nav-link.active .h-icon::before, .pe-spec-nav.nav .nav-link:focus .h-icon::before, .pe-spec-nav.nav .nav-link:hover .h-icon::before {
	 background-color: var(--primary-color-red);
}
 .pe-spec-nav.nav li:first-child .nav-link {
	 padding-left: 0;
}
 @media screen and (max-width: 991px) {
	 .pe-spec-nav.nav .nav-link .h-icon {
		 width: 24px;
		 height: 24px;
	}
	 .pe-spec-nav.nav li:first-child .nav-link {
		 padding-left: 10px;
	}
}
 @media screen and (max-width: 767px) {
	.custom-text-center {
		text-align: center;
	}
}
.custom-executive-container {
  height: 760px;
  max-height: 900px;
	position: relative;
}
.explore-tab-section {
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 100% 43%;
  margin-top: 30px;
}
.explore-tab-section .bike-product-prant a {
  text-align: center;
}
.explore-tab-section .explore-div {
  display: flex;
  justify-content: flex-end;
}
.nav-link:not(.active) span[data-shimmer-effect="true"]:not(:hover) {
  background: linear-gradient(to right, #ff0000 5%, #000000 50%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section Init .tab-wrapper .tab-nav-tabs::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}
@media (max-width: 991.2px) and (min-width: 768px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .explore-tab-section {
    background-image: none !important;
    overflow: hidden;
  }
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper {
    margin-top: 30px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant {
    display: block;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 30%;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant a img.bike-product-img {
    margin: 0 auto;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant p {
    font-size: var(--font-size12);
    color: var(--text-color-black);
    font-family: var(--font-tstar-bold);
    font-weight: var(--font-weight-900);
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .layout-2 .bike-product-prant {
    width: 30%;
    margin: 0 22px 15px 22px;
  }
}
.tab-content-p {
  padding: 0 !important;
}
.service-p {
  padding: 0 !important;
}

#sub-link {
	padding: 12px 30px;
}
#sub-link::after {
	display: none;
}
@media screen and (max-width: 767px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
  width: 20%;
}
.country-modal .modal-xl {
  max-width: 850px;
}
.country-modal .modal-xl .modal-content {
  border-radius: 8px;
}
.country-modal .modal-xl .modal-content .modal-body {
  padding: 50px 49px;
}
.country-modal .modal-xl .modal-content .modal-body .close {
  opacity: 1;
  font-size: 35px;
  top: 20px;
  position: absolute;
  right: 10px;
  line-height: 35px;
  float: none;
  color: var(--text-color-red);
}
.country-modal .modal-xl .modal-content .modal-body h2 {
  font-family: var(--font-tstar-bold);
  font-size: var(--font-size30);
  font-weight: var(--font-weight-900);
  margin-bottom: 25px;
  text-align: center;
}
.country-modal .modal-xl .modal-content .modal-body ul {
  display: flex;
  flex-wrap: wrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li {
  width: 140px;
  margin: 5px;
}
.country-modal .modal-xl .modal-content .modal-body ul li a {
  background-color: #686868;
  color: #ffffff;
  padding: 12px 8px;
  font-family: var(--font-tstar-regular);
  font-size: var(--font-size14);
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li a img {
  margin-right: 5px;
  width: auto;
  height: 20px;
}
/* MD Devices Start  */
@media (max-width: 991.2px) and (min-width: 768px) {
  .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 700px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 50px 49px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
}
/* SM & XS Devices Start  */
@media (max-device-width: 767px) and (min-width: 320px) {
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 100%;
    margin: 0;
  }
  .country-modal .modal-xl .modal-content {
    border: none;
    border-radius: 0;
    padding: 0 15px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 40px 30px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
  .country-modal .modal-xl .modal-content .modal-body ul li {
    width: 46%;
  }
}
#requestCallBack #bookTestRideCollapse {
  display: block !important;
}
#requestCallBack .modal-content {
  background-color: var(--bg-color-danger);
}
@media (min-width: 992px) {
  #requestCallBack .modal-dialog {
    max-width: 1140px;
  }
}
#requestCallBack .close {
  opacity: 1;
  font-size: 35px;
  top: 20px;
  position: absolute;
  right: 10px;
  line-height: 35px;
  float: none;
  color: #fff;
  z-index: 9;
}
.login-modal {
  justify-content: center;
}
#logIn .login-modal {
  max-width: 39.125rem;
  min-width: 39.125rem;
}
@media (max-width: 1024px) {
  #logIn .login-modal {
    max-width: unset;
    min-width: unset;
  }
}
#logIn .login-content {
  border-radius: 1rem;
}
.login-content .modal-body .close {
  text-transform: capitalize;
  font-size: 3rem;
  margin-top: -2%;
  font-family: var(--font-tstar-regular);
}
.login-content .megamenu-option-wrapper .bootstraplayout .row {
  margin-top: 3rem;
}
.login-content .megamenu-option-wrapper .formfield {
  display: flex;
  justify-content: center;
}
.login-content .megamenu-option-wrapper .formfield .profile-button {
  padding: 12px 32px;
  font-weight: var(--font-weight-900);
  font-size: var(--font-size20);
  line-height: var(--line-height-24);
  text-transform: uppercase;
  color: #F5F5F7;
  background: linear-gradient(95.69deg, #ac0000 0%, #ff0000 26.35%, #ff3b3b 50.83%, #ff0000 72.71%, #ff0000 100%);
  border-radius: 4px;
  border: 1px solid #EE2326;
  width: 100%;
}
.login-content .megamenu-option-wrapper .formfield .form-group {
  margin-bottom: 1rem;
}

header {
	 padding: 0 40px;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: 33;
	 background: #fff;
	 box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
}
 header .header-conatiner {
	 display: flex;
	 gap: 50px;
	 background: #fff;
}
 header .brand-logo {
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 header .brand-logo .brand-image {
	 display: inline-block;
	 background: url() no-repeat center/contain;
}
 header .brand-logo .brand-image.desktop {
	 width: 108px;
	 height: 35px;
}
 header .brand-logo .brand-image.mobile {
	 width: 72px;
	 height: 24px;
}
 header .top-bar {
	 padding: 14px 0;
	 font-family: var(--font-medium);
	 font-size: 1rem;
}
 header .pre-login-link {
	 font-size: 1.2857rem;
	 font-family: var(--font-medium);
	 cursor: pointer;
}
 header .pre-login-link:hover {
	 color: var(--primary-color-red);
	 font-family: var(--font-heavy);
}
 header .dropdown-item-text {
	 background-color: var(--secondary-color-200);
}
 header .navbar-toggler:focus {
	 box-shadow: none;
}
 header .navbar-nav .nav-link {
	 padding: 20px;
	 color: var(--primary-color-grey);
	 font-family: var(--font-medium);
	 font-size: 1.2857rem;
	 line-height: 22px;
}
 header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:focus, header .navbar-nav .nav-link:hover {
	 color: var(--primary-color-black);
	 font-weight: 700;
	 text-decoration: none;
}
 header .navbar-nav .active .nav-link {
	 color: var(--primary-color-black);
	 font-family: var(--font-heavy);
}
 @media screen and (max-width: 991px) {
	 header {
		 padding: 0 24px;
	}
	 header .navbar-container .top-bar {
		 padding: 10px 0;
	}
	 header .navbar {
		 padding: 16px 0;
	}
	 header .navbar .navbar-collapse {
		 position: fixed;
		 top: 0;
		 right: 0;
		 width: 100%;
		 height: 100vh;
		 z-index: 9;
		 padding: 16px;
		 background: #fff;
		 box-shadow: 0 2px 10px #ccc;
		 transition: all 0.5s ease;
		 overflow: auto;
	}
	 header .navbar .navbar-collapse.collapse:not(.show) {
		 right: -100%;
		 display: block;
	}
	 header .navbar .navbar-collapse.collapsing {
		 height: calc(100vh - 130px);
	}
	 header .navbar .navbar-nav .nav-link {
		 padding: 16px 0;
		 border-bottom: 1px solid var(--border-color);
		 position: relative;
	}
	 header .navbar .navbar-nav .nav-link::after {
		 content: '';
		 position: absolute;
		 right: 0;
		 width: 12px;
		 height: 12px;
		 background: url(clientlib-base-global/resources/images/icons/right-arrow-icon.svg) no-repeat center/contain;
		 padding: inherit;
		 top: 12px;
	}
}
 .sticky-header header {
	 position: fixed;
}
 .mega-menu-container {
	 padding: 0;
	 display: flex;
	 flex-direction: column;
	 position: fixed;
	 top: 62px;
	 right: 0;
	 width: 100%;
	 height: calc(94vh - 116px);
	 z-index: 23;
	 background: #fff;
	 overflow: hidden;
}
 .mega-menu-container.collapse:not(.show) {
	 right: -100%;
	 display: block;
}
 .mega-menu-container.collapsing {
	 height: calc(100vh - 46px);
}
 .mega-menu-container .mega-menu-close {
	 position: absolute;
	 right: 0;
	 top: 50%;
	 z-index: 3;
	 transform: translateY(-50%);
}
 .mega-menu-container .mega-menu-body {
	 padding: 20px 80px;
	 flex-grow: 1;
	 overflow: auto;
}
 .mega-menu-container .mega-menu-body .mm-body-head {
	 margin-bottom: 60px;
}
 .mega-menu-container .mega-menu-footer .overlay-footer-links {
	 font-size: 18px;
	 height: 80px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 gap: 8px;
	 color: #fff;
	 text-decoration: none;
	 font-family: var(--font-bold);
	 background: var(--primary-color-black);
	 border-right: 1px solid var(--border-color);
}
 .mega-menu-container .right-mm-block {
	 overflow: hidden;
	 min-width: 306px;
	 height: 440px;
	 padding-left: 12px;
	 display: none;
}
.mega-menu-container .right-mm-block.active {
	display: block;
}
.service-about .right-mm-block{
	display: block;
}

 @media screen and (max-width: 991px) {
	 .mega-menu-container {
		 top: 46px;
		 width: calc(100% - 16px);
		 height: calc(100vh - 130px);
		 z-index: 33;
		 box-shadow: 0 2px 10px #ccc;
		 transition: all 0.5s ease;
		 overflow: hidden;
	}
	 .mega-menu-container.collapse:not(.show) {
		 right: -100%;
		 display: block;
	}
	 .mega-menu-container.collapsing {
		 height: calc(100vh - 130px);
	}
	 .mega-menu-container .mm-mobile-header {
		 padding: 16px;
		 display: flex;
		 box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	}
	 .mega-menu-container .mm-mobile-header .nav-link-title {
		 text-align: center;
		 flex-grow: 1;
	}
	 .mega-menu-container .mega-menu-body {
		 padding: 16px;
	}
	 .mega-menu-container .mega-menu-body .mm-body-head {
		 margin-bottom: 20px;
	}
	 .mega-menu-container .mega-menu-body .nav-link {
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .mega-menu-container .mega-menu-footer .overlay-footer-links {
		 height: 56px;
		 font-size: 14px;
		 gap: 8px;
	}
	 .mega-menu-container .left-mm-block {
		 margin-bottom: 32px;
	}
	 .mega-menu-container .right-mm-block {
		 max-width: 100%;
		 padding-left: 0;
	}
}
 .mm-products-section .nav-link {
	 padding-left: 80px;
	 padding-right: 80px;
}
 .products-tab-content .mm-bike-item .mm-bike-img-wrap {
	 max-width: 187px;
	 max-height: 117px;
}
 .products-tab-content .mm-bike-item .mm-bike-img-wrap img {
	 transition: all 0.3s linear;
}
 .products-tab-content .mm-bike-item .mm-bike-name {
	 font-size: 18px;
	 color: var(--primary-color-grey);
	 margin: 24px 0 8px;
}
 .products-tab-content .mm-bike-item .mm-bike-price {
	 color: var(--primary-color-black);
}
 .products-tab-content .mm-bike-item:hover {
	 text-decoration: none;
}
 .products-tab-content .mm-bike-item:hover .mm-bike-img-wrap img {
	 transform: scale(1.1);
}
 @media screen and (max-width: 991px) {
	 .products-tab-content .mm-bike-item .mm-bike-img-wrap {
		 max-width: 139px;
		 max-height: 87px;
	}
}
 .mm-service-section .mm-content-title, .mm-about-section .mm-content-title {
	 padding: 16px 0;
}
 .mm-service-section .left-mm-block, .mm-about-section .left-mm-block {
	 padding-right: 40px;
}
 .mm-service-section .info-box, .mm-about-section .info-box {
	 display: flex;
	 flex-direction: column;
	 gap: 24px;
	 align-items: center;
	 padding: 16px 20px;
	 text-align: center;
	 border-right: 1px solid var(--border-light);
	 margin-bottom: 45px;
	 text-decoration: none;
}
 .mm-service-section .info-box:nth-child(4n), .mm-about-section .info-box:nth-child(4n) {
	 border-right: 0;
}
 .mm-service-section .info-box .h-icon, .mm-about-section .info-box .h-icon {
	 width: 56px;
	 height: 56px;
}
 .mm-service-section .info-box:last-child, .mm-about-section .info-box:last-child {
	 border-right: 0;
}
 .mm-service-section .info-box .info-box-text-block, .mm-about-section .info-box .info-box-text-block {
	 display: flex;
	 flex-direction: column;
	 gap: 8px;
	 flex: 1;
	 color: var(--primary-color-black);
}
 .mm-service-section .info-box .info-box-text-block .info-text-title, .mm-about-section .info-box .info-box-text-block .info-text-title {
	 font-size: 18px;
	 font-family: var(--font-medium);
}
 @media screen and (max-width: 991px) {
	 .mm-service-section .mm-content-title, .mm-about-section .mm-content-title {
		 font-size: 16px;
	}
	 .mm-service-section .left-mm-block, .mm-about-section .left-mm-block {
		 padding-right: 0;
	}
	 .mm-service-section .info-box, .mm-about-section .info-box {
		 padding-top: 16px;
		 padding-bottom: 16px;
		 flex-direction: row;
		 text-align: left;
		 border-right: 0;
		 border-bottom: 1px solid var(--border-light);
		 margin-bottom: 0px;
	}
	 .mm-service-section .info-box:last-child, .mm-about-section .info-box:last-child {
		 border-bottom: 0;
	}
	 .mm-service-section .info-box .h-icon, .mm-about-section .info-box .h-icon {
		 width: 42px;
		 height: 42px;
	}
	 .mm-service-section .info-box .info-text-title, .mm-about-section .info-box .info-text-title {
		 font-size: 16px;
	}
}
.country-flag {
	height: 24px;
}

.nav .nav-link {
  padding: 12px 30px;
  font-size: 1.2857rem;
  font-family: var(--font-regular);
  color: var(--primary-color-black);
  background: transparent;
  text-decoration: none;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.nav .nav-link:focus {
	font-family: var(--font-regular) !important;
	font-weight: 700 !important;
}

.nav .nav-link:hover {
	font-family: var(--font-regular) !important;
	font-weight: 700 !important;
}

.nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  border-bottom: 1px solid var(--tabs-border-color);
}
@media screen and (max-width: 767px) {
  .nav .nav-link {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 479px) {
  .nav .nav-link {
    padding: 7px 10px;
  }
}
.nav .nav-link:hover {
  color: var(--primary-color-black);
  font-family: var(--font-heavy);
}
.nav .nav-link:focus, .nav .nav-link.active {
  color: var(--primary-color-black);
  font-family: var(--font-heavy);
}
.nav .nav-link:focus::before, .nav .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid var(--tabs-active-border-color);
}
.nav .nav-link.disabled {
  color: var(--disabled-text-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid var(--tabs-border-color);
}
.nav-tabs .nav-link {
  background: none;
  border: 1px solid var(--tabs-border-color);
  color: var(--tabs-text-color);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  border: 3px solid var(--primary-border-color);
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: var(--disabled-tabs-text-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--primary-color-red);
  background-color: transparent;
  border-color: var(--primary-border-color-red);
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--primary-color-red);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.secondary-nav {
  background: var(--gradient-black);
  transition: all 0.5s ease 0s;
}
.secondary-nav .nav {
  flex-wrap: nowrap;
}
.secondary-nav .nav .nav-item {
  padding: 0;
  flex: none;
  margin-left: 3px;
}
.secondary-nav .nav .nav-link {
  color: var(--secondary-color-600);
  padding: 16px;
  background: transparent;
}
.secondary-nav .nav .nav-link::before {
  border-bottom: 1px solid transparent;
}
.secondary-nav .nav .nav-link:hover {
  color: var(--white);
  font-family: var(--font-heavy);
}
.secondary-nav .nav .nav-link:focus, .secondary-nav .nav .nav-link.active {
  color: var(--white);
  font-family: var(--font-heavy);
}
.secondary-nav .nav .nav-link:focus::before, .secondary-nav .nav .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid var(--tabs-active-border-color);
}

.sticky-secondary-nav .secondary-nav {
  position: fixed;
  width: 100%;
  z-index: 22;
  top: 0;
}
.sticky-secondary-nav.sticky-header .secondary-nav {
  top: 62px;
}
@media (max-width: 991px) {
  .sticky-secondary-nav.sticky-header .secondary-nav {
    top: 101px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.4286rem;
    padding-left: 1.4286rem;
  }
}

.phone-call {
	height: 32px;
	width: 32px;
	border: 1px solid var(--primary-color-red);
}
.phone-call:hover {
	cursor: pointer;
}
.phone-call-img {
	padding: 4px;
  content: url("clientlib-base-global/resources/images/icons/phone-call.svg");
}
@media screen and (max-width: 992px) {
	.phone-call {
		height: 26px;
		width: 26px;
	}
}
.language-selector-link {
	position: relative;
	width: 32px;
	height: 32px;
	cursor: pointer;

	@media screen and (max-width: 992px) {
		width: 26px;
		height: 26px;
	}
}
.language-selector-icon {
	width: 100%;
	object-fit: cover;
	content: url("clientlib-base-global/resources/images/icons/translate.svg");
}
.language-selector-name-list {
	width: 125px;
	background: var(--white);
	position: absolute;
	z-index: 1;
	top: 35px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.23);
	border-radius: 4px;

	@media screen and (max-width: 992px) {
		top: 30px;
	}
}
.language-selector-name-item {
	padding: 8px 16px 12px 16px;
	background: var(--white);
	color: var(--primary-color-black);
    border-bottom: 1px solid var(--border-color);
	font-size: 16px;
    font-family: var(--font-medium);
	margin: 0;
	cursor: pointer;
}
.language-selector-name-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.language-selector-name-item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}
.language-selector-name-item:hover {
	background: var(--primary-color-red);
	color: var(--white);
}

/* ==================================================================Products Display====================================================================== */
.bike-section {
	 padding-top: 25px;
	 padding-bottom: 0;
	 transition: all 0.3s ease;
}
 @media screen and (max-width: 1200px) {
	 .bike-section {
		 padding-top: 50px;
		 padding-bottom: 50px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-section {
		 padding-top: 30px;
		 padding-bottom: 30px;
	}
}
 .bike-section ul.nav {
	 margin-bottom: 40px;
}
 @media screen and (max-width: 767px) {
	 .bike-section ul.nav {
		 margin-bottom: 25px;
	}
}

.bike-list-item {
	 display: flex;
	 text-align: center;
	 flex-wrap: wrap;
	 margin: 0px -10px;
	 justify-content: center;
}
 .bike-list-item .bike-col {
	 width: 25%;
	 padding: 0px 10px;
	 cursor: pointer;
	 margin-bottom: 20px;
}
 @media screen and (max-width: 767px) {
	 .bike-list-item .bike-col {
		 width: 50%;
		 padding: 10px;
	}
}
 .bike-list-item .bike-item {
	 position: relative;
}
.bike-list-item .bike-item.special::after {
	content: none;
}

 .bike-list-item .bike-item::after {
	 content: "";
	 position: absolute;
	 width: 106px;
	 height: 295px;
	 background: url(clientlib-base-global/resources/images/seperator.svg) no-repeat center center;
	 top: -32px;
	 right: -40px;
}
 @media screen and (max-width: 1200px) {
	 .bike-list-item .bike-item::after {
		 width: 90px;
		 height: 300px;
	}
}
 @media screen and (max-width: 991px) {
	 .bike-list-item .bike-item::after {
		 width: 66px;
		 height: 250px;
		 top: -20px;
		 right: -10px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-list-item .bike-item::after {
		 width: 50px;
		 height: 100%;
		 top: 0px;
		 right: 10px;
	}
}
 @media screen and (max-width: 600px) {
	 .bike-list-item .bike-item::after {
		 right: -10px;
	}
}
 .bike-list-item .bike-item .bike-img {
	 height: 220px;
}
 .bike-list-item .bike-item .bike-img img {
	 max-width: 100%;
	 max-height: 100%;
	 transition: all 0.3s linear;
}
 @media screen and (max-width: 1200px) {
	 .bike-list-item .bike-item .bike-img {
		 height: 200px;
	}
}
 @media screen and (max-width: 991px) {
	 .bike-list-item .bike-item .bike-img {
		 height: 180px;
	}
}
 @media screen and (max-width: 479px) {
	 .bike-list-item .bike-item .bike-img {
		 height: auto;
	}
}
 .bike-list-item .bike-item .bike-name {
	 margin-top: 15px;
	 font-weight: 500;
	 margin-bottom: 15px;
	 font-size: 1.7143rem;
	 position: relative;
	 z-index: 11;
	 max-width: 100%;
	 word-break: break-word;
	 text-transform: uppercase;
	 position: relative;
	 right: 60px;
	 font-family: var(--font-regular);
}
 @media screen and (max-width: 991px) {
	 .bike-list-item .bike-item .bike-name {
		 margin-top: 0px;
		 right: 30px;
		 padding-right: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-list-item .bike-item .bike-name {
		 margin-top: 15px;
		 padding-right: 15px;
		 right: 15px;
	}
}
 @media screen and (max-width: 479px) {
	 .bike-list-item .bike-item .bike-name {
		 font-size: 14px;
		 margin: 10px 0px;
		 padding-left: 5px;
	}
}
 .bike-list-item .bike-item:hover .bike-img img {
	 transform: scale(1.08);
}

.bike-list-item .bike-item:hover .bike-name {
	font-weight: 700;
}
 

.bike-detail {
	 margin-bottom: 45px;
}
 @media screen and (max-width: 991px) {
	 .bike-detail {
		 margin-bottom: 30px;
	}
}
 .bike-detail .bike-detail-img {
	 width: 50%;
	 position: relative;
	 display: flex;
	 align-items: center;
	 z-index: 9;
	 right: 0px;
	 padding: 0px 24px;
}
 .bike-detail .bike-detail-img img {
	 max-height: 460px;
	 width: 100%;
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-img {
		 width: 100%;
		 background: transparent;
	}
	 .bike-detail .bike-detail-img img {
		 max-height: 300px;
	}
}
 .bike-detail .desk-bg-layer {
	 background: url(clientlib-base-global/resources/images/Rectangle-2.svg) no-repeat right -300px top / cover;
	 position: absolute;
	 height: 100%;
	 width: 100%;
}
 @media screen and (max-width: 767px) {
	 .bike-detail .desk-bg-layer {
		 display: none;
	}
}
 .bike-detail .mob-bg-layer {
	 background: url(clientlib-base-global/resources/images/bg-mobile.svg) no-repeat right top 170px / cover;
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 bottom: 0px;
	 display: none;
}
 @media screen and (max-width: 767px) {
	 .bike-detail .mob-bg-layer {
		 display: block;
	}
}
 .bike-detail .bike-detail-row {
	 margin-right: -80px;
	 padding-right: 80px;
	 position: relative;
	 display: flex;
}
 @media screen and (max-width: 1200px) {
	 .bike-detail .bike-detail-row {
		 margin-right: -50px;
		 padding-right: 50px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-row {
		 flex-wrap: wrap;
		 margin: 0px -24px;
		 background: transparent;
		 padding: 0px;
		 margin-bottom: 30px;
	}
}
 .bike-detail .bike-detail-content {
	 padding: 40px 40px;
	 width: 50%;
	 position: relative;
}

.bike-detail .bike-detail-content a:focus {
	box-shadow: none;
}


.bike-detail .bike-detail-content a:hover {
	box-shadow: none;
}

@media screen and (min-width: 1200px) {
	.bike-detail .bike-detail-content {
		padding: 40px 0px !important;
	}
	.bike-detail .bike-detail-img {
		padding: 0px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1340px) {
	.bike-detail .bike-detail-content .bike-specification li .icon-detail {
		width: 141px;
	}
}
@media screen and (min-width: 1341px) and (max-width: 1420px) {
	.bike-detail .bike-detail-content .bike-specification li .icon-detail {
		width: 150px;
	}
}
@media screen and (min-width: 1421px) and (max-width: 1520px) {
	.bike-detail .bike-detail-content .bike-specification li .icon-detail {
		width: 160px;
	}
}
 @media screen and (max-width: 1279px) {
	 .bike-detail .bike-detail-content {
		 padding: 30px 15px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content {
		 width: 100%;
		 padding: 30px 24px;
	}
}
 .bike-detail .bike-detail-content .close-icon {
	 position: absolute;
	 right: 15px;
	 top: 30px;
	 cursor: pointer;
	 z-index: 2;
}
 .bike-detail .bike-detail-content .close-icon::before {
	 background-color: var(--primary-color-black);
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content .close-icon {
		 top: auto;
		 bottom: -20px;
		 right: 50%;
		 left: 50%;
		 transform: translateX(-50%);
		 background: #fafafa;
		 border-radius: 20px;
		 padding: 10px;
		 width: 40px;
		 height: 40px;
	}
}
 .bike-detail .bike-detail-content .bike-logo {
	 margin: 15px 0px 10px 0px;
}
 @media screen and (max-width: 991px) {
	 .bike-detail .bike-detail-content .bike-logo {
		 margin: 5px 0px 5px 0px;
	}
}
 .bike-detail .bike-detail-content .bike-logo img {
	 max-height: 90px;
}
 @media screen and (max-width: 1279px) {
	 .bike-detail .bike-detail-content .bike-logo img {
		 max-height: 70px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content .bike-logo img {
		 max-height: 60px;
	}
}
 .bike-detail .bike-detail-content .bike-tagline {
	 color: var(--primary-color-red);
	 font-style: italic;
	 font-size: 18px;
	 letter-spacing: 0.4em;
	 font-family: var(--font-bold);
}
 @media screen and (max-width: 600px) {
	 .bike-detail .bike-detail-content .bike-tagline {
		 font-size: 12px;
	}
}
 .bike-detail .bike-detail-content .bike-price {
	 font-family: var(--font-bold);
	 margin: 20px 0px;
	 color: var(--primary-color-black);
	 display: flex;
	 align-items: end;
	 gap: 5px;
}
 @media screen and (max-width: 991px) {
	 .bike-detail .bike-detail-content .bike-price {
		 margin: 15px 0px;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-detail .bike-detail-content .bike-price {
		 margin: 10px 0px;
	}
}
 .bike-detail .bike-detail-content .bike-price .price-val {
	 font-size: 24px;
	 margin-right: 20px;
}
 .bike-detail .bike-detail-content .bike-content {
	 color: var(--tritary-black);
}
 .bike-detail .bike-detail-content .bike-specification {
	 margin-bottom: 40px;
	 justify-content: space-between;
}
 @media screen and (max-width: 991px) {
	 .bike-detail .bike-detail-content .bike-specification {
		 margin-bottom: 30px;
		 max-width: 500px;
	}
}
 .bike-detail .bike-detail-content .bike-specification li {
	 display: flex;
	 align-items: center;
}
 .bike-detail .bike-detail-content .bike-specification li.seprator-line {
	 width: 1px;
	 background: #c0c0c0;
	 padding: 0px;
	 margin: 0px 5px;
}
 @media screen and (max-width: 1200px) {
	 .bike-detail .bike-detail-content .bike-specification li {
		 flex-direction: column;
		 align-items: baseline;
	}
}
 .bike-detail .bike-detail-content .bike-specification li .icon-detail {
	 font-family: var(--font-regular);
	 color: #000;
	 margin-left: 10px;
}
 @media screen and (max-width: 1200px) {
	 .bike-detail .bike-detail-content .bike-specification li .icon-detail {
		 margin-left: 0px;
		 margin-top: 5px;
	}
}
 .bike-detail .bike-detail-content .bike-specification li .icon-detail b {
	 display: block;
	 font-family: var(--font-bold);
}

/* vida premium header css */
.vida-premium-header header {
	background: rgba(34, 34, 34, 0.5);
	padding: 0;
}

.vida-premium-header header .header-conatiner {
	background: transparent;
	padding: 0 40px;
	@media screen and (max-width: 991px) {
		padding: 0 24px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .top-bar {
	@media screen and (max-width: 991px) {
		padding: 12px 0;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar {
	@media screen and (max-width: 991px) {
		padding: 14px 0;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar-list {
	@media screen and (max-width: 991px) {
		gap: 16px !important;	
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid {
	@media screen and (max-width: 991px) {
		flex-direction: row;
		align-items: center;	
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-toggler .navbar-toggler-icon::before {
	background-color: #fff;
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col {
	flex-direction: row-reverse;
	gap: 12px !important;
	font-family: var(--font-pp-neue-montreal);
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	@media screen and (max-width: 991px) {
		font-size: 12px;
		gap: 6px !important;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col .country-flag-icon {
	width: 22px;
	height: 16px;
	border: 1px solid #fff;
}

.flag-chevron-down-icon {
	display: none;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	@media screen and (max-width: 991px) {
		margin-left: 4px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col .white-chevron {
	display: inline-block;
}

.vida-premium-header header .header-conatiner .navbar-container .country-picker-col .black-chevron {
	display: none;
}

.vida-premium-header header .header-conatiner .navbar-container .phone-call {
	display: none;
}

.helpline-contact-info {
	display: none;
	margin: 0;
	font-family: var(--font-pp-neue-montreal);
	font-size: 14px;
	font-weight: 400;
	color: #fff;

	@media screen and (max-width: 991px) {
		font-size: 12px;
		margin-top: 1px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .helpline-contact-info {
	display: block;
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse {
	@media screen and (max-width: 991px) {
		top: 102px;
	}
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item {
	margin-right: 24px;
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-family: var(--font-pp-neue-montreal);
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding: 24px 0;
}

.vida-premium-header header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	font-weight: 600;
	border-bottom: 5px solid #fff;
}

/* vida premium header light-theme css */
.vida-premium-header.light-theme header {
	background: #fff;
}

.vida-premium-header.light-theme header .header-conatiner {
	background: transparent;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .navbar .container-fluid .navbar-toggler .navbar-toggler-icon::before {
	background-color: #242424;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col {
	font-family: var(--font-heavy);
	font-weight: 700;
	line-height: 16.8px;
	color: #242424;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col .white-chevron {
	display: none;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col .black-chevron {
	display: inline-block;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .country-picker-col .country-flag-icon {
	border: none;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .helpline-contact-info {
	font-family: var(--font-heavy);
	font-weight: 700;
	line-height: 16.8px;
	color: #242424;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-family: var(--font-medium);
	color: #757575;
	font-size: 18px;
}

.vida-premium-header.light-theme header .header-conatiner .navbar-container .navbar .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	font-family: var(--font-heavy);
	font-weight: 900;
	color: #242424;
	border-bottom: none;
}

.vida-premium-header .mega-menu-container .mega-menu-body {
	@media screen and (min-width: 992px) {
		padding: 94px 80px;	
	}
}
#priceSection {
	scroll-margin-top: 100px;
}

#highlightSection {
	scroll-margin-top: 80px;
}

#colorSection {
	scroll-margin-top: 60px;
}

#specificationSection {
	scroll-margin-top: 60px;
}

#prodCommuterEMI {
	scroll-margin-top: 60px;
}

#gallerySection {
	scroll-margin-top: 60px;
}

@font-face {
  font-family: "tstar-bold";
  src: url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.ttf") format("truetype"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.woff") format("woff"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.woff2") format("woff2"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Bold.eot") format("eot");
}
@font-face {
  font-family: "tstar-regular";
  src: url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.ttf") format("truetype"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.woff") format("woff"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.woff2") format("woff2"), url("clientlib-site/resources/fonts/tstar/TSTAR-PRO-Regular.eot") format("eot");
}
:root {
  --font-tstar-bold: "tstar-bold";
  --font-size30: 30px;
  --font-weight-900: 900;
  --font-tstar-regular: "tstar-regular";
  --font-size14: 14px;
  --text-color-red: #EE2326;
  --font-size24: 24px;
}
.country-modal .modal-xl {
  max-width: 850px;
}
.country-modal .modal-xl .modal-content {
  border-radius: 8px;
}
.country-modal .modal-xl .modal-content .modal-body {
  padding: 25px 49px;
}
.country-modal .modal-xl .modal-content .modal-body .modal-close {
  opacity: 1;
  font-size: 17px;
  top: 20px;
  position: absolute;
  right: 15px;
  line-height: 1;
  float: none;
}
.country-modal .modal-xl .modal-content .modal-body h2 {
  font-family: var(--font-tstar-bold);
  font-size: var(--font-size30);
  font-weight: var(--font-weight-900);
  margin-bottom: 25px;
}
.country-modal .modal-xl .modal-content .modal-body ul {
  display: flex;
  flex-wrap: wrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li {
  width: 140px;
  margin: 5px;
}
.country-modal .modal-xl .modal-content .modal-body ul li a {
  background-color: #686868;
  color: #ffffff;
  padding: 12px 8px;
  font-family: var(--font-tstar-regular);
  font-size: var(--font-size14);
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}
.country-modal .modal-xl .modal-content .modal-body ul li a img {
  margin-right: 5px;
}
@media (max-width: 991.2px) and (min-width: 768px) {
  .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 700px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 50px 49px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
}
@media (max-device-width: 767px) and (min-width: 320px) {
  .modal .book-test-drive-section .book-test-drive-wrapper .book-test-drive-parent .book-test-drive-form .cust-form-group {
    width: 100%;
  }
  .country-modal .modal-xl {
    max-width: 100%;
    margin: 0;
  }
  .country-modal .modal-xl .modal-content {
    border: 0;
    border-radius: 0;
    padding: 0 15px;
  }
  .country-modal .modal-xl .modal-content .modal-body {
    padding: 40px 30px;
  }
  .country-modal .modal-xl .modal-content .modal-body h2 {
    font-size: var(--font-size24);
  }
  .country-modal .modal-xl .modal-content .modal-body ul li {
    width: 46%;
  }
}
.country-modal .modal-xl .modal-content .modal-body h2 {
  font-family: var(--font-medium);
}
.country-modal .modal-xl .modal-content .modal-body ul li a {
  font-family: var(--font-medium);
}

.custom-specification-section {
	max-height: 100vh;
}
.specification-section .specification-nav {
	 width: 320px;
	 padding: 72px 0px 0px 0px;
	 height: 800px;
	 max-height: 100vh;
}
 .specification-section .specification-nav .nav-link {
	 font-size: 1.7143rem;
	 font-family: var(--font-regular);
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 text-transform: capitalize;
	 padding: 15px 15px 15px 37.5px;
}
 .specification-section .specification-nav .nav-link .h-icon {
	 margin-right: 15px;
}
 .specification-section .specification-nav .nav-link:before {
	 border-bottom: 0;
	 border-left: 5px solid #ededed;
	 height: 100%;
}
 .specification-section .specification-nav .nav-link:hover {
	 font-family: var(--font-heavy);
	 color: var(--primary-color-black);
}
 .specification-section .specification-nav .nav-link:hover .h-icon:before {
	 background-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active {
	 background: transparent;
	 color: var(--primary-color-black);
	 font-family: var(--font-heavy);
}
 .specification-section .specification-nav .nav-link.active:before {
	 border-color: var(--primary-color-red);
}
 .specification-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: var(--primary-color-red);
}
.specification-section .specification-nav .nav-link.active .active-icon {
	 display:inline-block;
}
.specification-section .specification-nav .nav-link.active  .inactive-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .active-icon {
	 display:none;
}
.specification-section .specification-nav .nav-link  .inactive-icon {
	 display:inline-block;
}

 .specification-section .tab-content {
	 width: 100%;
	 height: 100%;
}
 .specification-section .tab-content .tab-pane {
	 height: 100%;
}
 .specification-section .specification-image {
	 width: 100%;
	 height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center center;
	 position: relative;
	 filter: grayscale(100%);
}
 .specification-section .specification-content {
	 flex: 1;
	 padding: 0px 0px 0px 0px;
	 position: relative;
}
 .specification-section .specification-content .product-page-title {
	 position: absolute;
	 color: #fff;
	 top: 72px;
	 left: 32px;
	 z-index: 2;
}
 .specification-section .specification-content .product-page-title::before {
	 transform: none;
	 left: 0px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .product-page-title {
		 top: 50px;
		 left: 24px;
	}
}
 .specification-section .specification-content .detail-specification {
	 background: rgba(0, 0, 0, 0.9);
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 width: 100%;
	 padding: 32px;
	 color: #fff;
	 max-height: 70%;
	 overflow-y: auto;
	 padding-bottom: 100px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .detail-specification {
		 padding: 24px;
		 padding-bottom: 70px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .detail-specification {
		 padding-bottom: 16px;
	}
}
 .specification-section .specification-content .spacified-detail-row {
	 display: flex;
	 flex-wrap: wrap;
}
 .specification-section .specification-content .spacified-detail-row .spacified-detail {
	 width: 25%;
	 margin-bottom: 24px;
	 padding-right: 10px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 33%;
		 margin-bottom: 15px;
	}
}
 @media screen and (max-width: 1024px) {
	 .specification-section .specification-content .spacified-detail-row .spacified-detail {
		 width: 50%;
	}
}
 .specification-section .specification-content .specified-btn-wrapper {
	 position: absolute;
	 bottom: 36px;
	 left: 32px;
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 bottom: 24px;
		 left: 24px;
	}
}
 @media screen and (max-width: 479px) {
	 .specification-section .specification-content .specified-btn-wrapper {
		 display: none;
	}
}
 @media screen and (max-width: 1200px) {
	 .specification-section .specification-nav {
		 height: 700px;
		 padding: 50px 0px;
		 width: 300px;
	}
}
 @media screen and (max-width: 767px) {
	 .specification-section .specification-nav {
		 width: 100px;
	}
	 .specification-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 10px 10px 10px 10px;
		 font-size: 14px;
		 font-family: var(--font-medium);
	}
	 .specification-section .specification-nav .nav-link:before {
		 border-color: transparent;
	}
	 .specification-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
}
 @media screen and (max-width: 479px) {
	.custom-specification-section {
		max-height: none;
	}
	.specification-section .mob-btn-container {
		display: flex !important;
		margin-top: 20px;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.premium-specific-section {
	 background: var(--gradient-black);
	 padding-top: 78px;
}
 .premium-specific-section .specification-nav {
	 width: 100%;
	 height: inherit;
	 border-top: 2px solid #4c4c4c;
	 padding: 0px 80px;
	 flex-wrap: nowrap;
	 justify-content: space-between;
}
 .premium-specific-section .specification-nav .nav-link {
	 color: var(--secondary-color-600);
	 padding: 40px 24px 30px 24px;
}
 .premium-specific-section .specification-nav .nav-link.active {
	 background: linear-gradient(180deg, rgba(238, 35, 38, 0.5) 0%, rgba(238, 35, 38, 0) 100%);
}
 .premium-specific-section .specification-nav .nav-link:hover, .premium-specific-section .specification-nav .nav-link.active {
	 color: #fff;
}
 .premium-specific-section .specification-nav .nav-link:hover .h-icon:before, .premium-specific-section .specification-nav .nav-link.active .h-icon:before {
	 background-color: #fff;
}
 .premium-specific-section .specification-nav .nav-link::before {
	 border: 0;
	 width: 2px;
	 height: 20px;
	 top: 0px;
	 left: 50%;
	 transform: translateX(-50%);
	 background: #4c4c4c;
}
 .premium-specific-section .specification-title {
	 color: #fff;
	 text-transform: uppercase;
	 margin-bottom: 15px;
}
 .premium-specific-section .specification-item-container {
	 display: flex;
	 margin-top: 50px;
	 height: 550px;
}
 .premium-specific-section .specification-item-container .specification-left-item {
	 width: 45%;
	 padding-left: 80px;
	 padding-right: 24px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row {
	 position: relative;
	 padding-bottom: 60px;
}
 .premium-specific-section .specification-item-container .spacified-detail-row .spacified-detail {
	 width: 50%;
	 color: #fff;
}
 .premium-specific-section .specification-item-container .specified-btn-wrapper {
	 bottom: 0px;
	 left: 0px;
}
 .premium-specific-section .specification-image {
	 width: 55%; 
	 right: 0;
	 height: 100%;
}
 .premium-specific-section .specification-image img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 @media screen and (max-width: 1279px) {
	 .premium-specific-section .specification-nav {
		 padding: 0px 40px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .premium-specific-section {
		 padding-top: 50px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px 30px;
	}
	 .premium-specific-section .specification-item-container {
		 margin-top: 35px;
		 height: 500px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 width: 50%;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 50%;
	}
}
 @media screen and (max-width: 991px) {
	 .premium-specific-section {
		 padding-top: 40px;
	}
	 .premium-specific-section .specification-nav {
		 padding: 0px;
	}
	 .premium-specific-section .specification-nav .nav-link {
		 flex-direction: column;
		 padding: 24px;
	}
	 .premium-specific-section .specification-nav .nav-link .h-icon {
		 margin-right: 0px;
	}
	 .premium-specific-section .specification-item-container {
		 height: 450px;
		 margin-top: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .premium-specific-section {
		 padding-top: 35px;
	}
	 .premium-specific-section .specification-content {
		 padding-bottom: 100px;
	}
	 .premium-specific-section .specification-item-container {
		 flex-direction: column;
		 height: inherit;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper {
		 bottom: 32px;
		 display: flex;
		 width: 100%;
		 padding: 0px 16px;
	}
	 .premium-specific-section .specification-item-container .specified-btn-wrapper .btn {
		 width: 100%;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 position: unset;
		 padding-bottom: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 width: 100%;
		 padding-left: 30px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 position: relative;
		 width: 100%;
		 height: 300px;
	}
}
 @media screen and (max-width: 600px) {
	 .premium-specific-section .specification-nav .nav-link {
		 padding: 16px;
		 font-size: 0;
	}
	 .premium-specific-section .specification-item-container .spacified-detail-row {
		 padding-bottom: 24px;
	}
	 .premium-specific-section .specification-item-container .specification-image {
		 height: 250px;
	}
	 .premium-specific-section .specification-item-container .specification-left-item {
		 padding-left: 16px;
		 padding-right: 16px;
	}
}


.mob-specified-btn-wrapper {
	margin: 15px auto !important;
}
.executive-specifications-section {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 height: 100%;
	 position: relative;
}

.common-section.service.about-hero{
	padding-top: 10px;
}

 .executive-specifications-section .spec-container {
	 width: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 padding: 24px 50px 50px;
}

.executive-specifications-section .largeheading {
	margin-bottom: 18px;
 }
 
 .executive-specifications-section .spec-tab-container .tab-content {
	 padding: 32px 0;
}
 .executive-specifications-section .spec-details-list {
	 font-size: 24px;
}
 .executive-specifications-section .spec-details-list .spec-label {
	 font-family: var(--font-medium);
	 color: var(--secondary-color-400);
	 display: block;
}
 .executive-specifications-section .spec-details-list .spec-value {
	 font-family: var(--font-bold);
	 color: #fff;
}
 @media screen and (max-width: 991px) {
	 .executive-specifications-section {
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
	 .executive-specifications-section .spec-container {
		 padding: 24px 16px;
	}
	 .executive-specifications-section .spec-tab-container .tab-content {
		 padding: 16px 0;
	}
	 .executive-specifications-section .spec-details-list {
		 font-size: 14px;
	}
	 .executive-specifications-section .spec-details-list .spec-label {
		 font-size: 12px;
		 display: block;
	}
}

.pe-spec-nav.nav .nav-link {
	 display: flex;
	 align-items: center;
	 font-size: 24px;
	 color: var(--secondary-color-500);
	 gap: 16px;
}
 .pe-spec-nav.nav .nav-link .h-icon {
	 width: 32px;
	 height: 32px;
}
 .pe-spec-nav.nav .nav-link.active .active-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active .inactive-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .active-icon {
	 display:none;
}
 .pe-spec-nav.nav .nav-link .inactive-icon {
	 display:inline-block;
}
 .pe-spec-nav.nav .nav-link.active, .pe-spec-nav.nav .nav-link:focus, .pe-spec-nav.nav .nav-link:hover {
	 color: #fff;
}
 .pe-spec-nav.nav .nav-link.active .h-icon::before, .pe-spec-nav.nav .nav-link:focus .h-icon::before, .pe-spec-nav.nav .nav-link:hover .h-icon::before {
	 background-color: var(--primary-color-red);
}
 .pe-spec-nav.nav li:first-child .nav-link {
	 padding-left: 0;
}
 @media screen and (max-width: 991px) {
	 .pe-spec-nav.nav .nav-link .h-icon {
		 width: 24px;
		 height: 24px;
	}
	 .pe-spec-nav.nav li:first-child .nav-link {
		 padding-left: 10px;
	}
}
 @media screen and (max-width: 767px) {
	.custom-text-center {
		text-align: center;
	}
}
.custom-executive-container {
  height: 760px;
  max-height: 900px;
	position: relative;
}
.explore-tab-section {
  background-repeat: no-repeat;
  background-position: 100% 96%;
  background-size: 100% 43%;
  margin-top: 30px;
}
.explore-tab-section .bike-product-prant a {
  text-align: center;
}
.explore-tab-section .explore-div {
  display: flex;
  justify-content: flex-end;
}
.nav-link:not(.active) span[data-shimmer-effect="true"]:not(:hover) {
  background: linear-gradient(to right, #ff0000 5%, #000000 50%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section Init .tab-wrapper .tab-nav-tabs::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}
@media (max-width: 991.2px) and (min-width: 768px) {
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .explore-tab-section {
    background-image: none !important;
    overflow: hidden;
  }
  .explore-tab-section .explore-div {
    padding-top: 26px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper {
    margin-top: 30px;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant {
    display: block;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 30%;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant a img.bike-product-img {
    margin: 0 auto;
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .bike-product-prant p {
    font-size: var(--font-size12);
    color: var(--text-color-black);
    font-family: var(--font-tstar-bold);
    font-weight: var(--font-weight-900);
  }
  .explore-tab-section .bike-tab-section .bike-product-wrapper .tab-content .tab-pane .layout-2 .bike-product-prant {
    width: 30%;
    margin: 0 22px 15px 22px;
  }
}
.tab-content-p {
  padding: 0 !important;
}
.service-p {
  padding: 0 !important;
}

#sub-link {
	padding: 12px 30px;
}
#sub-link::after {
	display: none;
}
@media screen and (max-width: 767px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  #sub-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
footer {
  position: relative;
}
footer .footer-container {
  background: linear-gradient(120deg, #242424 58%, #202020 50%);
  color: var(--footer-link-color);
}
footer .footer-red-rectangle {
  height: 13rem;
  background-color: #fff;
}
footer .footer-top-section {
  display: flex;
  padding-top: 56px;
  padding-bottom: 42px;
  flex-direction: column;
}
footer .footer-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  color: var(--footer-link-color);
  border-top: 1px solid var(--primary-color-grey);
}
footer .flinks-container {
  display: flex;
  flex: 1;
}
footer .flinks-container .flinks-title {
  font-family: var(--font-bold);
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 29px;
}
footer .flinks-container .flinks-col {
  max-width: 200px;
}
footer .flinks-container .flink {
  display: inline-block;
  font-size: 16px;
  color: var(--footer-link-color);
}
footer .flinks-container li {
  padding: 5px 0;
}
footer .copy-right,
footer .social-links {
  display: flex;
  align-items: center;
}
footer .social-links {
  font-family: var(--font-bold);
  font-size: 18px;
}
footer .social-links img {
  width: 24px;
  height: 24px;
}
.copy-right-icon::before {
  mask-image: url("clientlib-base-global/resources/images/icons/copy-right-icon.svg");
  -webkit-mask-image: url("clientlib-base-global/resources/images/icons/copy-right-icon.svg");
}
@media screen and (max-width: 991px) {
  footer {
    margin-top: 0;
  }
  footer .footer-container {
    background: linear-gradient(110deg, #242424 40%, #202020 40%);
  }
  footer .footer-top-section {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  footer .flinks-container .flinks-title {
    font-size: 14px;
  }
  footer .flinks-container .flink {
    font-size: 12px;
  }
  footer .footer-bottom-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  footer .app-store-links {
    margin: 24px 0;
  }
  footer .social-links {
    font-size: 12px;
    position: absolute;
    bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  footer .flinks-container .flinks-col {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
  }
  footer .flinks-container .flinks-col .flinks-title {
    line-height: inherit;
    margin-bottom: 5px;
  }
  footer .flinks-container .flinks-col ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li {
    padding: 3px 0px;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li a {
    border-right: 1px solid #ccc;
    padding: 0px 10px 0px 0px;
    margin-right: 10px;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li:first-child a {
    padding-left: 0;
  }
  footer .flinks-container .flinks-col ul.list-unstyled li:last-child a {
    border-right: 0;
  }
  footer .flinks-container .last-child .flinks-col {
    margin-bottom: 10px;
  }
  footer .social-links {
    color: #fff;
    font-size: 14px;
  }
  footer .social-links .h-icon {
    width: 14px;
    height: 14px;
  }
  footer .social-links .h-icon::before {
    background-color: #fff;
  }
  footer .copy-right {
    margin: 0px auto;
  }
  footer .footer-top-section {
    padding-top: 32px;
  }
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container {
  margin-top: -12rem !important;
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container .product-btn-price-wrapper span {
  display: none !important;
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container .product-intro-logo-wrapper .product-logo-wrapper {
  width: 33.9375rem !important;
  height: 11.6875rem !important;
  margin: 0 0 3.06rem 0;
}
.enquire-popup .form-wrapper .custom-row .form-group .send-btn {
  display: none !important;
}
.product-banner-pt-section .product-banner-wrapper .product-banner-container .product-banner-left-container .product-banner-left-content-container .product-btn-price-wrapper .product-btn-wrapper .cmp-container .cmp-button {
  background: none !important;
}

.imagebanner .bike-product-prant{
    width: 100%;
  }
.img-btn-variant{
  height: 28px;
  padding: 1px;
  min-width: 100px;
  font-size: 15px;
  display: table-cell;
}

.bikeDetailsSection .bike-detail-content .quickProductDetail {
  border: none;
  padding: 0;
  background: transparent;
}

@media screen and (max-width: 991px) {
  .img-btn-variant{
    padding: 5px;
  }
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/recommendation/clientlibs/less/recommendation.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/recommendation/clientlibs/less/recommendation.less on line 44, column 3:
43 .findahero-section .findahero-form .form-col:last-child {
44   padding-right: calc(var(--bs-gutter-x) * 0.5);
45 }


(uncompiled LESS src is included below)
*****************************************************/
.findahero-section .findahero-title {
  padding: 3.4286rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .findahero-section .findahero-title {
    padding-bottom: 20px;
  }
}
.findahero-section .findahero-form {
  padding-bottom: 3.4286rem;
  align-items: flex-end;
}

.findahero-section .findahero-form .form-select:focus {
  border-bottom: 2px solid #000;
}

#recommendationForm div select {    
  font-family: 'T-Star-Pro-Medium';
}


#recommendationForm div select option {  
  color: #242424;
  font-size: 16px;
  font-family: 'T-Star-Pro-Medium';
}

.findahero-section .findahero-form .custom-inner-select .form-select {
  padding: 0;
}

.findahero-section .findahero-form .bootstrap-select .dropdown-toggle:focus::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid grey;
}

.findahero-section .findahero-form .form-col:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media screen and (max-width: 991px) {
  .findahero-section .findahero-form .form-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .findahero-section .findahero-form {
    padding-bottom: 20px;
  }
  .findahero-section .findahero-form .action-btn-container {
    margin-top: 15px;
  }
  .findahero-section .findahero-form .action-btn-container .btn {
    width: 100%;
  }
}

.custom-inner-select .form-select {
  padding-right: 35px;
}

.book-bike-ride .popup-container .popup-body,
.book-bike-ride .popup-container .popup-content {
  padding: 0px !important;
}
@media screen and (max-width: 991px) {
  .book-bike-ride .popup-container .popup-body,
  .book-bike-ride .popup-container .popup-content {
    background-color: #fff;
  }
}

@media screen and (max-width: 700px) {
  .book-bike-ride .popup-container .book-ride-modal {
    flex-direction: column;
  }

  .book-bike-ride .popup-container .book-ride-modal img {
    max-height: 400px;
  }

  .book-bike-ride .popup-container .book-ride-modal .desktop-img {
    display: none;
  }

  .book-bike-ride .popup-container .book-ride-modal .mobile-img {
    display: block !important;
  }
}

.book-bike-ride .popup-container .book-ride-modal .mobile-img {
  display: none;
}

.book-bike-ride .popup-container .book-ride-modal {
  display: flex;
}

.book-bike-ride .popup-container .book-ride-modal,
.book-bike-ride .popup-container .bike-recommended-modal {
  position: relative;
  height: 100%;
}

.book-bike-ride .popup-container .bike-recommended-modal {
  display: flex;
  justify-content: flex-start;
}

.book-bike-ride .popup-container .bike-recommended-no-result-modal {
  position: relative;
  height: 100%;
}
.book-bike-ride .popup-container .bike-recommended-no-result-modal .recommend-bikes{
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .bike-recommended-modal {
    padding-left: 300px;
  }
}
@media screen and (max-width: 991px) {
  .book-bike-ride .popup-container .book-ride-modal,
  .book-bike-ride .popup-container .bike-recommended-modal {
    padding-left: 0px;
  }
}
.book-bike-ride .popup-container .testride-form-container {
  padding: 56px 35px 24px;
}
.book-bike-ride .popup-container .testride-form-container .right-form-col {
  animation: none;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .testride-form-container {
    padding: 24px 35px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .book-bike-ride .popup-container .testride-form-container {
    overflow: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .testride-form-container {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
  }
}
.book-bike-ride .popup-container .recommend-bikes {
  padding: 50px 25px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.book-bike-ride .popup-container .recommend-bikes h3 {
  margin-bottom: 20px;
  padding: 0px 15px;
  color: var(--primary-color-grey);
}
@media screen and (max-width: 1200px) {
  .book-bike-ride .popup-container .recommend-bikes .btn {
    font-size: 14px;
    min-width: 105px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .recommend-bikes {
    padding: 24px 0;
  }
}
.book-bike-ride .popup-container .book-ride-img {
  width: 400px;
  top: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1279px) {
  .book-bike-ride .popup-container .book-ride-img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .book-bike-ride .popup-container .book-ride-img {
    width: 100%;
    height: 150px;
    position: static;
  }
}

.recommend-bikes-row {
  display: flex;
}
.recommend-bikes-row .recommend-bike-col {
  width: 15vw;
  padding: 0px 15px;
  margin: 0px 12px;
  &:last-child {
    position: relative;
    &::after {
      position: absolute;
      content: '';
      right: -30px;
      width: 30px;
      height: 1%;
    }
  }
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item {
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  position: relative;
  background: #EDEDED no-repeat top center/100% auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: inherit;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img {
  margin: 20px 0px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img img {
  max-height: 200px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-logo {
  max-height: 30px;
}
.recommend-bikes-row .recommend-bike-col .recommend-bike-item h5.recommend-bike-price {
  color: var(--primary-color-black);
  font-weight: 700;
  margin-bottom: 15px;
}
.max-width-col {
  max-width: 25%;
}
@media screen and (max-width: 991px) {
  .recommend-bikes-row .recommend-bike-col {
    padding: 0px 5px;
  }
  .recommend-bikes-row .recommend-bike-col .recommend-bike-item {
    padding: 16px;
    align-items: center;
  }
  .recommend-bikes-row .recommend-bike-col .recommend-bike-item .recommend-bike-img img {
    max-height: 140px;
  }
  .max-width-col {
    max-width: initial;
  }
}

.recommended-sect-height{
  height: 385px;
  width: 17vw;
}

/* practical */
.commuter-color-section {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 background: #f5f5f5 url(../components/hero-global/content/color-switch/clientlibs/images/product/bg-image.svg) no-repeat left top /178px auto;
	 height: 700px;
	 max-height: 700px;
}

 .commuter-color-section .bike-color-container {
	 display: flex;
	 align-items: center;
	 position: relative;
	 justify-content: center;
	 margin-top: 40px;
	 gap: 70px;
}

.color-switch .explore-360-main .rotate-bike-container {
	padding-left: 180px;
}

@media screen and (max-width: 768px) {
	.color-switch .explore-360-main .rotate-bike-container {
		padding-left: 0;
	}
}

 .commuter-color-section .bike-row-item {
	width: 300px;
	justify-content: end;
	display: flex;
	z-index: 1;
	max-height: 900px;
	flex-direction: column;
	gap: 20px;
	position: relative;
}
 .commuter-color-section .bike-row-item .bike-color-variants {
	 padding: 5px 5px;
}
 .commuter-color-section .bike-row-item .bike-thumb-item {
	 display: flex;
	 margin-bottom: 15px;
	 font-size: 1.2857rem;
	 color: var(--primary-color-grey);
	 align-items: center;
	 cursor: pointer;
}
 .commuter-color-section .bike-row-item .bike-thumb-item .bike-thumb-color {
	 border: 4px solid #f5f5f5;
	 margin-right: 15px;
	 background: linear-gradient(180deg, #dadada 0%, rgba(224, 224, 224, 0) 138.96%);
}
 .commuter-color-section .bike-row-item .bike-thumb-item.active {
	 color: #000;
	 font-family: var(--font-bold);
}
 .commuter-color-section .bike-row-item .bike-thumb-item.active .bike-thumb-color {
	 outline: 2px solid var(--primary-color-red);
}
 .commuter-color-section .bike-row-item .bike-thumb-color {
	 width: 30px;
	 height: 30px;
}

 @media screen and (max-width: 1200px) {
	 .commuter-color-section {
		 background-size: 150px;
		 padding-top: 50px;
		 padding-bottom: 50px;
		 max-height: 900px;
	}
}
 @media screen and (max-width: 991px) {
	.commuter-color-section {
		height: initial;
		max-height: none;
	}
	 .commuter-color-section .bike-color-container {
		margin-top: 10px;
		flex-direction: column;
		gap: initial;
	}
	 .commuter-color-section .bike-row-item {
		 width: 100%;
		 justify-content: unset;
		 flex-direction: column;
	}
	 .commuter-color-section .bike-row-item .bike-thumb-item {
		 margin-right: 10px;
		 margin-bottom: 0px;
	}
	 .commuter-color-section .bike-row-item .bike-thumb-item .bike-thumb-color {
		 margin-right: 10px;
	}
	 .commuter-color-section .bike-row-item .bike-color-variants {
		 display: flex;
		 justify-content: center;
		 margin: 30px 0px 20px 0px;
		 padding: 5px 0;
	}
	 .commuter-color-section .bike-row-item .action-btn-container {
		 position: relative;
		 bottom: 0px;
		 right: 0;
		 flex-direction: row !important;
		 justify-content: center;
	}
}
 @media screen and (max-width: 767px) {
	 .commuter-color-section {
		 background-size: 100px;
		 padding-top: 40px;
		 padding-bottom: 40px;
	}
}
 @media screen and (max-width: 479px) {
	 .commuter-color-section {
		 background-size: 80px;
		 padding-bottom: 32px;
	}
	 .commuter-color-section span.thumb-text {
		 font-size: 0px;
	}
	 .commuter-color-section .bike-color-container {
		 margin-top: 25px;
	}
}
 
.bike-180-placeholder {
	 flex-direction: column;
	 margin-right: 0 !important;
}

 @media screen and (max-width: 991px) {
	 .bike-rotate-sprite {
		 bottom: -70px;
		 width: 700px !important;
		 height: 430px !important;
	}
	.explore-360-view {
		bottom: -32px !important;
	}
}
 @media screen and (max-width: 767px) {
	 .bike-rotate-sprite {
		 bottom: -32px;
		 width: 300px !important;
		 height: 192px !important;
	}
}

.explore-360-view {
	cursor: grab;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	bottom: 60px;
	&:active {
		cursor: grabbing;
	}
}
.explore-360-view .spritespin-canvas{
	height: auto !important;
	margin: 0 auto;
}

 @media screen and (max-width: 1199px) {
	.explore-360-view .spritespin-canvas{
		width: 100% !important;
	}
}


/* executive */
.executive-colors-section .colors-container {
	 padding-top: 72px;
	 padding-bottom: 72px;
	 margin-left: 270px;
	 background: url(../../../assets/images/product/executive/colors-bg.jpg) no-repeat center/cover;
	 position: relative;
}
 .executive-colors-section .colors-container .largeheading {
	 margin-bottom: 36px;
}
 .executive-colors-section .colors-container .action-btn-container {
	 justify-content: center;
	 margin-top: 50px;
}
 .executive-colors-section .bike-color-variants {
	 background-color: var(--secondary-color-300);
	 position: absolute;
	 left: -270px;
	 top: 0;
	 bottom: 0;
	 display: flex;
	 width: 270px;
	 overflow: auto;
}
 .executive-colors-section .bike-color-variants .variants-row {
	 flex-direction: column;
	 margin: auto;
}
 .executive-colors-section .bike-color-variants .variants-row .bike-thumb-item {
	 padding: 48px 60px;
	 flex-direction: column;
	 gap: 16px;
	 cursor: pointer;
}
 .executive-colors-section .bike-color-variants .variants-row .bike-thumb-item.active {
	 background-color: #fff;
}
 @media screen and (max-width: 991px) {
	 .executive-colors-section .colors-container {
		 padding-top: 40px;
		 padding-bottom: 40px;
		 margin-left: 0;
	}
	 .executive-colors-section .colors-container .largeheading {
		 margin-bottom: 120px;
	}
	 .executive-colors-section .colors-container .action-btn-container {
		 margin-top: 0;
	}
	 .executive-colors-section .bike-color-variants {
		 position: static;
		 max-width: 100%;
		 margin: 32px 0;
		 width: 100%;
	}
	 .executive-colors-section .bike-color-variants .variants-row {
		 flex-direction: row;
		 align-items: initial;
	}
	 .executive-colors-section .bike-color-variants .variants-row .bike-thumb-item {
		 padding: 10px 16px;
		 width: 120px;
		 height: 72px;
	}
}
 
/* executive */
.premium-page-title {
	 color: #fff;
	 font-size: 3.4286rem;
	 margin-bottom: 48px;
	 position: relative;
}
 @media screen and (max-width: 1200px) {
	 .premium-page-title {
		 margin-bottom: 30px;
	}
}
 @media screen and (max-width: 767px) {
	 .premium-page-title {
		 font-size: 2rem;
		 margin-bottom: 25px;
	}
}
 
.premium-bgcolor-section {
	 background-position: top center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding: 78px 0px 60px 0px;
	 position: relative;
}
 .premium-bgcolor-section .action-btn-container {
	 justify-content: center;
	 margin-top: 50px;
}
 .premium-bgcolor-section .bike-color-variants {
	 position: absolute;
	 left: 80px;
	 top: 0;
	 bottom: 0;
	 display: flex;
	 width: 160px;
	 overflow-y: auto;
	 overflow-x: hidden;
}
 .premium-bgcolor-section .bike-color-variants .variants-row {
	 flex-direction: column;
	 margin: auto;
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item {
	 padding: 10px 25px;
	 flex-direction: column;
	 gap: 5px;
	 cursor: pointer;
	 color: #fff;
	 background: rgba(36, 36, 36, 0.2);
	 backdrop-filter: blur(2px);
	 margin: 12px 0px;
	 width: 162px;
	 height: 120px;
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item .thumb-text {
	 font-family: var(--font-medium);
	 text-align: center;
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item.active {
	 background: linear-gradient(180deg, rgba(186, 2, 2, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
	 backdrop-filter: blur(3px);
}
 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item.active .thumb-text {
	 font-family: var(--font-heavy);
}
 @media screen and (max-width: 1279px) {
	 .premium-bgcolor-section .bike-color-variants {
		 left: 40px;
	}
}
 @media screen and (max-width: 1200px) {
	 .premium-bgcolor-section {
		 padding-top: 50px;
		 padding-bottom: 40px;
	}
	 .premium-bgcolor-section .bike-color-variants {
		 left: 30px;
	}
}
 @media screen and (max-width: 991px) {
	 .premium-bgcolor-section {
		 padding-top: 35px;
		 padding-bottom: 30px;
	}
	 .premium-bgcolor-section .bike-color-variants {
		 position: static;
		 max-width: 100%;
		 margin: 32px 0;
		 width: 100%;
		 overflow-y: hidden;
		 overflow-x: auto;
	}
	 .premium-bgcolor-section .bike-color-variants .variants-row {
		 flex-direction: row;
		 align-items: initial;
	}
	 .premium-bgcolor-section .bike-color-variants .variants-row .bike-thumb-item {
		 padding: 10px 4px;
		 margin: 0px 6px;
		 width: 100px;
		 height: 88px;
	}
	 .premium-bgcolor-section .rotate-bike-container {
		 height: inherit;
		 padding: 0px 16px;
	}
	 .premium-bgcolor-section .action-btn-container {
		 margin-top: 0;
	}
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder {
  max-width: 65vw;
  position: relative;
  top: 45px;
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder .container-360 {
  position: relative;
  width: 100%;
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder .container-360 .flex-360 {
  position: absolute;
  display: flex;
  width: 100%;
  z-index: 1;
}
.custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder .container-360 .flex-360 .right-rotate-arrow {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .custom-commuter-color-section .color-section-container .bike-color-container .bike-180-placeholder {
    top: 0;
  }
}
.executive-colors-section .container .colors-container {
  height: 700px;
  max-height: 900px;
}
.executive-colors-section .container .colors-container .action-btn-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.executive-colors-section .container .colors-container .bike-color-variants .variants-row {
  z-index: 1;
}
.executive-colors-section .container .bike-180-placeholder-executive {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive {
  position: absolute;
  bottom: -15px;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 {
  height: 25px;
  position: relative;
  display: flex;
  width: 100%;
  z-index: 1;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .right-rotate-arrow {
  position: absolute;
  right: 0;
}
.executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .left-rotate-arrow {
  position: absolute;
  left: 0;
}
.premium-bgcolor-section {
  max-height: 900px;
}
.premium-bgcolor-section .container .container-360-executive .explore-360-view {
  bottom: -32px;
}
.premium-bgcolor-section .container .bike-color-variants .variants-row {
  z-index: 1;
}
.premium-bgcolor-section .container .action-btn-container {
  bottom: 0;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 {
  height: 25px;
  position: relative;
  display: flex;
  width: 100%;
  z-index: 2;
}
.premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .right-rotate-arrow {
  position: absolute;
  right: 0;
}
.premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .left-rotate-arrow {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .left-rotate-arrow,
  .right-rotate-arrow {
    width: 25px;
  }
  .executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .right-rotate-arrow {
    right: 30px;
  }
  .executive-colors-section .container .bike-180-placeholder-executive .container-360-executive .flex-360 .left-rotate-arrow {
    left: 30px;
  }
  .premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .right-rotate-arrow {
    right: 30px;
  }
  .premium-bgcolor-section .bike-180-placeholder-premium .container-360-executive .flex-360 .left-rotate-arrow {
    left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .executive-colors-section .container .colors-container {
    height: auto;
  }
  .executive-colors-section .container .colors-container .heading-btm-border {
    margin-bottom: 30px;
  }
  .executive-colors-section .container .bike-180-placeholder-executive {
    position: initial;
    top: auto;
  }
  .executive-colors-section .container .bike-180-placeholder-executive .container-360-executive {
    position: inherit;
  }
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/heroworld/clientlibs/css/heroworld.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/heroworld/clientlibs/css/heroworld.less on line 54, column 3:
53   .custom-articles-list {
54 		padding-bottom: calc(var(--bs-gutter-x) * .5);
55 	}


(uncompiled LESS src is included below)
*****************************************************/
.btn-link {
	background: var(--gradient-red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	text-decoration: none;
	font-size: 16px;
	font-family: var(--font-bold);
	cursor: pointer;
  }
  
.heroworld-section {
	background: var(--gradient-grey);
	padding-top: 72px;
  }
  .heroworld-section .articles-list {
	padding-top: 45px;
  }
  .heroworld-section .articles-list .col-lg-4 .col-6 .article-box .article-link-bar {
	display: none;
  }
  .heroworld-section .article-box {
	position: relative;
	padding-bottom: 10px;
	width: 100%;
  }
  .heroworld-section .article-box img {
	width: 100%;
  }
  .heroworld-section .article-box .article-link-bar {
	padding: 8px 16px 16px 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	background: rgba(255, 255, 255, 0.75);
  }
  .heroworld-section .article-box.box-left {
	padding-right: 5px;
	width: 50%;
  }
  .heroworld-section .article-box.box-right {
	padding-left: 5px;
	width: 50%;
  }
  @media screen and (max-width: 991px) {
	.heroworld-section {
	  padding-top: 40px;
	}
  }
  
  .custom-articles-list {
		padding-bottom: calc(var(--bs-gutter-x) * .5);
	}
                               /* =============================Practical============================== */

.product-video-section {
    background: #f5f5f5;
    padding-top: 72px;
    padding-bottom: 24px;
}
.product-video-section .product-video-content {
    padding-bottom: 32px;
    max-width: 90%;
}
.product-video-section .product-video-content h4 {
    margin-top: 5px;
}
.product-video-section .product-video-slider .carousel-inner {
    margin-bottom: 32px;
}
.product-video-section .product-video-slider .carousel-indicators {
    position: relative;
    margin: 0px;
    gap: 24px;
    justify-content: unset;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb {
    width: 25%;
    min-width: 25%;
    height: 180px;
    background: none;
    text-indent: unset;
    margin: 0px;
    border: 0px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb.video::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background: url(clientlib-base-global/resources/images/icons/play-circle.svg) no-repeat center center / cover;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 9;
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb:hover img {
    transform: scale(1.2);
}
.product-video-section .product-video-slider .carousel-indicators .media-thumb:hover::before {
    opacity: 1;
}
@media screen and (max-width: 1200px) {
    .product-video-section {
        padding-top: 50px;
   }
}
@media screen and (max-width: 991px) {
    .product-video-section .product-video-content {
        max-width: 100%;
        padding-bottom: 20px;
   }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 16px;
   }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 16px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 150px;
   }
}
@media screen and (max-width: 767px) {
    .product-video-section {
        padding-top: 35px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 120px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb::before {
        width: 30px;
        height: 30px;
   }
}
@media screen and (max-width: 600px) {
    .product-video-section {
        padding-top: 32px;
        padding-bottom: 20px;
   }
    .product-video-section h2 {
        font-size: 18px;
   }
    .product-video-section h4 {
        font-size: 14px;
   }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 8px;
   }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 8px;
   }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 80px;
   }
}

                                      /* =============================Executive============================== */

@media screen and (max-width: 1200px) {
    .product-video-section {
        padding-top: 50px;
    }
}
@media screen and (max-width: 991px) {
    .product-video-section .product-video-content {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 16px;
    }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 16px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 150px;
    }
}
@media screen and (max-width: 767px) {
    .product-video-section {
        padding-top: 35px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 120px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb::before {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 600px) {
    .product-video-section {
        padding-top: 32px;
        padding-bottom: 20px;
    }
    .product-video-section h2 {
        font-size: 18px;
    }
    .product-video-section h4 {
        font-size: 14px;
    }
    .product-video-section .product-video-slider .carousel-inner {
        margin-bottom: 8px;
    }
    .product-video-section .product-video-slider .carousel-indicators {
        gap: 8px;
    }
    .product-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 80px;
    }
}

.executive-video-section {
    position: relative;
    padding: 0;
}
.executive-video-section .product-video-content {
    padding-bottom: 32px;
    padding-top: 72px;
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
}
.executive-video-section .product-video-slider .carousel-indicators {
    gap: 0;
    top: 0;
}
.executive-video-section .product-video-slider .carousel-indicators .media-thumb {
    border-radius: 0;
    min-width: 33.3%;
    height: 300px;
}
.executive-video-section .product-video-slider .carousel-inner {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .executive-video-section .product-video-content {
        padding-bottom: 16px;
        padding-top: 40px;
        position: static;
        color: var(--primary-color-black);
    }
    .executive-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 90px;
    }
}

                                        /* =============================Premium============================== */

.premium-video-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.premium-video-section .product-video-slider .carousel-indicators {
    position: absolute;
    bottom: 60px;
    gap: 12px;
    margin: auto;
}
.premium-video-section .product-video-slider .carousel-inner {
    filter: brightness(0.7);
    margin-bottom: 0px;
}
.premium-video-section .product-video-content {
    max-width: 100%;
    position: absolute;
    top: 66px;
    left: 0px;
    z-index: 9;
    color: #fff;
}
.premium-video-section .product-video-content h4 {
    color: #c0c0c0;
}
@media screen and (max-width: 1200px) {
    .premium-video-section .product-video-content {
        top: 50px;
    }
    .premium-video-section .product-video-slider .carousel-indicators {
        bottom: 25px;
    }
}
@media screen and (max-width: 991px) {
    .premium-video-section .product-video-content {
        position: relative;
        top: 0px;
        background: var(--gradient-black);
        padding-top: 30px;
    }
    .premium-video-section .product-video-slider .carousel-indicators {
        position: relative;
        bottom: 0px;
        margin: 15px 0px;
    }
}
@media screen and (max-width: 991px) {
    .premium-video-section .product-video-slider .carousel-indicators .media-thumb {
        flex: none;
        width: 33.33%;
    }
}
@media screen and (max-width: 600px) {
    .premium-video-section .product-video-slider .carousel-indicators {
        gap: 8px;
        margin: 10px 0px;
    }
    .premium-video-section .product-video-slider .carousel-indicators .media-thumb {
        height: 120px;
    }
}
@media screen and (max-width: 479px) {
    .premium-video-section .product-video-slider .carousel-indicators .media-thumb {
        width: 50%;
        height: 100px;
    }
}

.highlight-section {
    position: relative;
    height: 800px;
    max-height: 100vh;
}

.highlight-section .highlight-row {
    display: flex;
    justify-content: end;
}

.highlight-section .hightlight-item-img {
    width: 55%;
    position: absolute;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.highlight-section .highlight-row div.mob-banner {
    display: none;
  }
@media screen and (max-width: 767px) {

.highlight-section .highlight-row div.desk-banner {
    display: none;
    }
    .highlight-section .highlight-row div.mob-banner {
    display: block;
    }
}

.highlight-section .highlight-item-content {
    width: 45%;
    max-height: 70vh;
    padding: 80px 64px 30px 64px;
}

.highlight-section .highlight-item-content .highlight-points {
    color: var(--primary-color-grey);
    font-family: var(--font-medium);
    height: 220px;
    max-height: 40%;
    overflow-y: auto;
    padding-left: 20px;
    list-style-type: disc;
}

.highlight-section .highlight-item-content .highlight-points ul {
    list-style: disc;
    list-style-type: circle;
}

.highlight-section .highlight-item-content .highlight-points li {
    margin-bottom: 6px;
    padding-left: 5px;
    position: relative;
    list-style-type: disc;
}

/* .highlight-section .highlight-item-content .highlight-points li:before {
    content: "-";
    position: absolute;
    left: -5px;
    top: 0px;
} */

.highlight-section .highlight-item-content .heading-btm-border::before {
    left: 0px;
    transform: none;
}

.highlight-section .highlight-items {
    display: flex;
    position: relative;
    padding: 0px 72px;
    right: 0px;
    width: 100%;
}

.highlight-section .highlight-items .highlight-box {
    width: 200px;
    height: 165px;
    background: var(--primary-color-black);
    margin-left: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2857rem;
    font-family: var(--font-bold);
    padding: 6px;
    cursor: pointer;
}

.highlight-section .highlight-items .highlight-box:first-child {
    margin-left: auto;
}

.highlight-section .highlight-items .highlight-box br {
    display: none;
}

.highlight-section .highlight-items .highlight-box.active {
    background: var(--primary-color-red);
}

@media screen and (max-width: 1200px) {
    .highlight-section {
        height: 700px;
    }

    .highlight-section .hightlight-item-img {
        width: 50%;
    }

    .highlight-section .highlight-item-content {
        width: 50%;
        padding: 50px;
    }

    .highlight-section .highlight-items {
        padding: 0px 50px;
    }

    .highlight-section .highlight-items .highlight-box {
        width: 18%;
    }
}

@media screen and (max-width: 767px) {
    .highlight-section {
        height: 600px;
    }

    .highlight-section .hightlight-item-img {
        width: 50%;
    }

    .highlight-section .highlight-item-content {
        width: 50%;
        padding: 40px 20px;
    }

    .highlight-section .highlight-item-content .highlight-points {
        max-height: 200px;
    }

    .highlight-section .highlight-item-content .btn {
        padding: 10px;
    }

    .highlight-section .highlight-items {
        padding: 0px 0px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .highlight-section .highlight-items .highlight-box {
        width: calc(25% - 10px);
        margin: 0px;
        height: 84px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 479px) {
    .highlight-section {
        height: 550px;
    }

    .highlight-section .highlight-item-content h3 {
        font-size: 18px;
    }

    .highlight-section .highlight-item-content .btn {
        padding: 10px 5px;
    }

    .highlight-section .highlight-items .highlight-box {
        width: calc(25% - 10px);
        height: 84px;
        font-size: 12px;
    }

    .highlight-section .highlight-items .highlight-box br {
        display: block;
    }
}

.executive-highlight-section {
    padding-top: 72px;
    padding-bottom: 72px;
}
.executive-highlight-section .highlight-card {
    display: flex;
    background: transparent;
    border: 2px solid var(--secondary-color-800);
    position: relative;
    overflow: hidden;
    height: 100%;
}
.executive-highlight-section .highlight-card::before {
    content: '';
    font-size: 90px;
    font-family: var(--font-heavy);
    opacity: 0.02;
    position: absolute;
    top: -26px;
}
.executive-highlight-section .highlight-card .left-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px 32px;
}
.executive-highlight-section .highlight-card .left-col ul, .executive-highlight-section .highlight-card .left-col li {
    font-size: 18px;
    list-style-type: disc;
    font-family: var(--font-bold);
}
.executive-highlight-section .highlight-card .right-col {
    height: 293px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.executive-highlight-section .highlight-card .highlight-card-title {
    font-size: 28px;
    font-family: var(--font-heavy);
    margin-top: 16px;
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .executive-highlight-section {
        padding-top: 40px;
        padding-bottom: 40px;
   }
    .executive-highlight-section .highlight-card::before {
        font-size: 48px;
        top: -14px;
   }
    .executive-highlight-section .highlight-card .highlight-card-title {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 0;
   }
    .executive-highlight-section .highlight-card .left-col {
        padding: 16px;
        justify-content: flex-start;
        gap: 10px
   }
    .executive-highlight-section .highlight-card .left-col ul, .executive-highlight-section .highlight-card .left-col li {
        font-size: 12px;
   }
    .executive-highlight-section .highlight-card .right-col {
        height: 143px;
        width: 150px;
   }
}
.left-border-icon {
    width: 8px;
    height: 60px;
    margin-right: 15px;
  }
  .left-border-icon::before {
    background-color: var(--primary-color-red);
    mask-image: url("clientlib-base-global/resources/images/left-border.svg");
    -webkit-mask-image: url("clientlib-base-global/resources/images/left-border.svg");
  }

.premium-page-title {
    color: #fff;
    font-size: 3.4286rem;
    margin-bottom: 48px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .premium-page-title {
        margin-bottom: 30px;
   }
}
@media screen and (max-width: 767px) {
    .premium-page-title {
        font-size: 2rem;
        margin-bottom: 25px;
   }
}
.premium-highlight-section {
    padding-top: 72px;
    background: #242424;
}
.premium-highlight-section .highlight-item-row {
    position: relative;
}
.premium-highlight-section .highlight-item-row .highlight-img {
    height: 350px;
    overflow: hidden;
}
.premium-highlight-section .highlight-item-row .highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
.premium-highlight-section .highlight-item-row .highlight-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.premium-highlight-section .highlight-item-row .highlight-item:hover .highlight-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.premium-highlight-section .highlight-item-row .higlight-content {
    color: #fff;
    padding: 32px 0px 30px 32px;
    width: 100%;
    background: var(--gradient-black);
    flex: 1;
}
.premium-highlight-section .highlight-item-row .higlight-content h3 {
    font-size: 2.2857rem;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #4c4c4c;
}
.premium-highlight-section .highlight-item-row .higlight-content .highlight-points {
    font-size: 1.2857rem;
    padding-right: 10px;
}
.premium-highlight-section .highlight-item-row .higlight-content .highlight-points li {
    margin-bottom: 10px;
    font-weight: 700;
    list-style-type: disc;
}
@media screen and (max-width: 1200px) {
    .premium-highlight-section {
        padding-top: 50px;
   }
    .premium-highlight-section .highlight-item-row .highlight-img {
        height: 300px;
   }
    .premium-highlight-section .highlight-item-row .higlight-content {
        padding: 24px;
        padding-right: 0;
   }
    .premium-highlight-section .highlight-item-row .higlight-content h3 {
        font-size: 2rem;
   }
    .premium-highlight-section .highlight-item-row .higlight-content .highlight-points li {
        margin-bottom: 5px;
   }
}
@media screen and (max-width: 991px) {
    .premium-highlight-section {
        padding-top: 35px;
   }
    .premium-highlight-section .highlight-col {
        padding: 0px;
   }
    .premium-highlight-section .highlight-item-row .highlight-item {
        flex-direction: row;
        height: 250px;
   }
    .premium-highlight-section .highlight-item-row .highlight-img {
        width: 50%;
        height: 100%;
   }
    .premium-highlight-section .highlight-item-row .higlight-content {
        padding: 16px;
        padding-right: 0;
        height: 100%;
        overflow-y: auto;
   }
    .premium-highlight-section .highlight-item-row .higlight-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
   }
    .premium-highlight-section .highlight-item-row .higlight-content .highlight-points {
        font-size: 14px;
   }
}
@media screen and (max-width: 767px) {
    .premium-highlight-section .highlight-item-row .highlight-item {
        flex-direction: row;
        height: 220px;
   }
    .premium-highlight-section .highlight-item:hover .highlight-img img {
        transform: none !important;
   }
}
@media screen and (max-width: 479px) {
    .premium-highlight-section .highlight-item .higlight-content {
        padding: 16px;
   }
    .premium-highlight-section .highlight-item .higlight-content h3 {
        font-size: 14px;
   }
    .premium-highlight-section .highlight-item .higlight-content .highlight-points {
        font-size: 12px;
   }
}
.grunge-bg {
    position: relative;
  
    &::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-image: url("clientlib-base-global/resources/images/grunge-background.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
  }
.premium-page-title {
  color: #fff;
  font-size: 3.4286rem;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .premium-page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .premium-page-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.premium-wallpaper-section .premium-wallpaper-wrapper {
  position: relative;
}
.premium-wallpaper-section .premium-page-title {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
  margin-bottom: 0px;
}
.premium-wallpaper-section .wallpaper-container {
  height: 723px;
  display: flex;
  flex-direction: column;
}
.premium-wallpaper-section .wallpaper-item {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.premium-wallpaper-section .wallpaper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.premium-wallpaper-section .wallpaper-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 1200px) {
  .premium-wallpaper-section .wallpaper-container {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .premium-wallpaper-section .wallpaper-container {
    height: 500px;
  }
  .premium-wallpaper-section .premium-page-title {
    top: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .premium-wallpaper-section .wallpaper-container {
    height: inherit;
  }
}
.download-circle-icon {
  background: url("clientlib-base-global/resources/images/icons/download-circle-icon.svg") no-repeat center center / cover;
  width: 42px;
  height: 42px;
  display: block;
}
.link-right-arrow::before {
  mask-image: url("clientlib-base-global/resources/images/icons/link-right-arrow.svg");
  -webkit-mask-image: url("clientlib-base-global/resources/images/icons/link-right-arrow.svg");
}

.product-page-title {
    font-size: 3.42rem;
 }
  @media screen and (max-width: 600px) {
    .product-page-title {
      font-size: 24px;
   }
 }
 .calc-emi-section {
    padding-top: 40px;
 }
  .calc-emi-section .calc-emi-wrapper {
    padding: 56px 0px 56px 80px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.8);
 }
  .calc-emi-section .close-icon {
    position: absolute;
    right: 80px;
    top: 15px;
 }
  .calc-emi-section .caluclation-row {
    display: flex;
    position: relative;
    align-items: center;
 }
  .calc-emi-section .caluclation-form {
    width: 60%;
 }
  .calc-emi-section .caluclation-form .row {
    margin: 0px -40px;
 }
  .calc-emi-section .caluclation-form .form-col {
    padding: 0px 40px;
 }
  .calc-emi-section .caluclation-result {
    background: var(--gradient-dark-red);
    color: #fff;
    padding: 50px 80px 50px 40px;
    margin-left: auto;
    width: 375px;
 }
  .calc-emi-section .caluclation-result .form-val-label-box {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D45858;
 }
  .calc-emi-section .caluclation-result .form-val-label-box .label {
    font-family: var(--font-medium);
 }
  .calc-emi-section .caluclation-result .form-val-label-box .val {
    font-family: var(--font-bold);
 }
  .calc-emi-section .caluclation-result .form-val-label-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0px;
 }
  @media screen and (max-width: 1200px) {
    .calc-emi-section .calc-emi-wrapper {
      padding: 50px 0px 40px 30px;
   }
    .calc-emi-section .caluclation-form .form-col {
      padding: 0px 20px;
   }
    .calc-emi-section .caluclation-form .row {
      margin: 0px -20px;
   }
    .calc-emi-section .caluclation-result {
      width: 300px;
   }
 }
  @media screen and (max-width: 991px) {
    .calc-emi-section .caluclation-result {
      width: 250px;
      padding-right: 40px;
   }
 }
  @media screen and (max-width: 767px) {
    .calc-emi-section .caluclation-row {
      flex-direction: column;
   }
    .calc-emi-section .close-icon {
      right: 30px;
      top: 10px;
   }
    .calc-emi-section .calc-emi-wrapper {
      padding: 35px 16px 0px 16px;
   }
    .calc-emi-section .caluclation-form {
      width: 100%;
   }
    .calc-emi-section .caluclation-result {
      margin: 25px auto 0px;
      width: 100%;
      padding: 25px;
   }
    .calc-emi-section .caluclation-result .form-val-label-box {
      display: flex;
      justify-content: space-between;
   }
    .calc-emi-section .caluclation-result .form-val-label-box .label, .calc-emi-section .caluclation-result .form-val-label-box .val {
      font-family: var(--font-medium);
   }
    .calc-emi-section .caluclation-result .form-val-label-box:last-child .label, .calc-emi-section .caluclation-result .form-val-label-box:last-child .val {
      font-family: var(--font-bold);
   }
 }
  @media screen and (max-width: 479px) {
    .calc-emi-section .calc-emi-wrapper {
      padding: 35px 16px 0px 16px;
   }
    .calc-emi-section .close-icon {
      right: 15px;
      top: 5px;
   }
    .calc-emi-section .caluclation-form .form-col:nth-child(3n) {
      width: 100%;
   }
    .calc-emi-section .caluclation-form .row {
      margin: 0px -10px;
   }
    .calc-emi-section .caluclation-form .form-col {
      padding: 0px 10px;
   }
    .calc-emi-section .caluclation-result {
      padding: 16px;
   }
    .calc-emi-section .caluclation-result .form-val-label-box {
      margin-bottom: 10px;
      padding-bottom: 10px;
   }
 }
 .executive-emi-section {
  padding-top: 72px;
  background: var(--primary-color-black) url(../components/hero-global/content/emi/clientlibs/images/product/executive/calc-emi-bg.jpg) no-repeat center/cover;
}
.executive-emi-section .calc-emi-container {
  position: relative;
  padding-bottom: 175px;
}
.executive-emi-section .calc-emi-container .form-white .form-label {
  color: var(--secondary-color-600);
}
.executive-emi-section .calc-emi-container .close-icon {
  position: absolute;
  right: 0;
  z-index: 2;
}
.executive-emi-section .calc-emi-container .close-icon::before {
  background-color: #fff;
}
.executive-emi-section .emi-results {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(100deg, transparent 24px, #EE2326 24px);
}
.executive-emi-section .emi-results .list-inline-item {
  color: #fff;
  padding: 0 40px;
  margin: 0;
  display: inline-flex;
  gap: 16px;
}
.executive-emi-section .emi-results .list-inline-item span {
  font-size: 24px;
  line-height: 29px;
}
.executive-emi-section .emi-results .list-inline-item:not(:last-child) {
  border-right: 2px solid #fff;
}
.executive-emi-section .emi-results .total-loan-amount span {
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 991px) {
  .executive-emi-section {
    padding-top: 40px;
 }
  .executive-emi-section .emi-results {
    right: -16px;
    width: calc(100% + 16px);
    padding: 20px 20px 20px 40px;
    font-size: 14px;
    justify-content: center;
    gap: 100px;
 }
  .executive-emi-section .emi-results .emi-interest {
    position: relative;
 }
  .executive-emi-section .emi-results .emi-interest::before {
    content: '';
    height: 66px;
    width: 1px;
    background: var(--gradient-red);
    position: absolute;
    right: -50px;
    top: 14px;
 }
  .executive-emi-section .emi-results .list-inline, .executive-emi-section .emi-results ul {
    display: flex;
    flex-direction: column;
 }
  .executive-emi-section .emi-results .list-inline-item {
    flex-direction: column;
    gap: 2px;
    padding: 0;
    margin-bottom: 12px;
 }
  .executive-emi-section .emi-results .list-inline-item:last-child {
    margin-bottom: 0;
 }
  .executive-emi-section .emi-results .list-inline-item span {
    font-size: 12px;
    line-height: 14px;
 }
  .executive-emi-section .emi-results .list-inline-item span + span {
    font-size: 14px;
    line-height: 17px;
 }
  .executive-emi-section .emi-results .list-inline-item:not(:last-child) {
    border-right: 0;
 }
  .executive-emi-section .emi-results .total-loan-amount span {
    font-size: 12px;
    line-height: 14px;
 }
  .executive-emi-section .emi-results .total-loan-amount span + span {
    font-size: 18px;
    line-height: 22px;
 }
}

.premium-bike-emi-calcuation {
  padding-top: 0px;
}
.premium-bike-emi-calcuation .calc-emi-wrapper {
  background-color: transparent;
}
.premium-bike-emi-calcuation .close-icon {
  position: absolute;
  right: 80px;
  z-index: 2;
}
.premium-bike-emi-calcuation .close-icon::before {
  background-color: #fff;
}
.premium-bike-emi-calcuation .caluclation-form {
  flex: 1;
}
.premium-bike-emi-calcuation .caluclation-form .row {
  margin: 0px -20px;
}
.premium-bike-emi-calcuation .caluclation-form .row .form-col {
  padding: 0px 20px;
}
.premium-bike-emi-calcuation .caluclation-form .form-label {
  color: var(--secondary-color-600);
  margin-bottom: 0px;
}
.premium-bike-emi-calcuation .caluclation-result-container {
  width: 50%;
  color: #fff;
  text-align: center;
}
.premium-bike-emi-calcuation .caluclation-result-container .label {
  font-family: var(--font-regular);
}
.premium-bike-emi-calcuation .caluclation-result-container .val {
  font-family: var(--font-bold);
}
.premium-bike-emi-calcuation .caluclation-result-container .form-val-label-box:last-child {
  margin-top: 30px;
}
.premium-bike-emi-calcuation .caluclation-result-container .total-amount {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.premium-bike-emi-calcuation .caluclation-result-container .total-amount:after {
  position: absolute;
  background: url(../components/hero-global/content/emi/clientlibs/images/icons/seperator.svg) no-repeat center center / cover;
  width: 320px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  bottom: 0px;
}
.premium-bike-emi-calcuation .caluclation-result-container .total-amount .premium-page-title {
  font-family: var(--font-heavy);
}
@media screen and (max-width: 1200px) {
  .premium-bike-emi-calcuation .close-icon {
    right: 40px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container {
    width: 40%;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .total-amount {
    margin-bottom: 30px;
    padding-bottom: 30px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .total-amount:after {
    width: 80%;
 }
}
@media screen and (max-width: 767px) {
  .premium-bike-emi-calcuation .close-icon {
    right: 30px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container {
    width: 100%;
    padding: 32px 0px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .total-amount {
    margin-bottom: 24px;
    padding-bottom: 24px;
 }
  .premium-bike-emi-calcuation .caluclation-result-container .form-val-label-box:last-child {
    margin-top: 24px;
 }
}
@media screen and (max-width: 479px) {
  .premium-bike-emi-calcuation .close-icon {
    right: 16px;
 }
}
.emi-custom-input[readonly] {
  background-color: initial;
}

.emi-custom-range {
  margin-top: 25px;
}

.emi-custom-range {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: #FFFFFF;
}

.emi-custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 20px;
  width: 20px;
  background-color: #EE2326;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.emi-custom-range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #EE2326;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/hero-aem-website/components/hero-global/content/product-price/clientlibs/less/productPrice.less
Error: OperationError: Operation on an invalid type in apps/hero-aem-website/components/hero-global/content/product-price/clientlibs/less/productPrice.less on line 23, column 5:
22 .findahero-section .findahero-form .form-col:last-child {
23     padding-right: calc(var(--bs-gutter-x) * .5);
24 }


(uncompiled LESS src is included below)
*****************************************************/
.findahero-section {
    background: no-repeat center/cover;
}
.findahero-section .findahero-title {
    padding: 3.4286rem 0;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .findahero-section .findahero-title {
        padding-bottom: 20px;
   }
}
.findahero-section .findahero-form {
    padding-bottom: 3.4286rem;
    align-items: flex-end;
}

.findahero-section .findahero-form .form-select button {
    padding-right: 35px;
}

.findahero-section .findahero-form .form-col:last-child {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
@media screen and (max-width: 991px) {
    .findahero-section .findahero-form .form-col {
        padding-right: calc(var(--bs-gutter-x) * .5);
   }
}
@media screen and (max-width: 767px) {
    .findahero-section .findahero-form {
        padding-bottom: 20px;
   }
    .findahero-section .findahero-form .action-btn-container {
        margin-top: 15px;
   }
    .findahero-section .findahero-form .action-btn-container .btn {
        width: 100%;
   }
}
.premium-price-section {
    background: linear-gradient(90deg, #f00 0%, #242424 100%);
    padding-top: 60px;
    padding-bottom: 10px;
}
.premium-price-section .findahero-form {
    position: relative;
}
.premium-price-section .premium-page-title {
    margin-bottom: 0px;
}
.premium-price-section .premium-page-title .left-border-icon::before {
    background-color: #fff;
}
.premium-price-section .showroom-price {
    padding-left: 75px;
}
.premium-price-section .action-btn .btn {
    min-height: inherit;
    width: 100%;
    margin-bottom: 16px;
}
.premium-price-section .action-btn .btn:last-child {
    margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
    .premium-price-section {
        padding-top: 30px;
   }
    .premium-price-section .premium-page-title {
        margin-bottom: 0px;
   }
    .premium-price-section .showroom-price {
        padding-left: 30px;
   }
}
@media screen and (max-width: 991px) {
    .premium-price-section .action-btn {
        display: flex;
   }
    .premium-price-section .action-btn .btn {
        margin-bottom: 0px;
        margin-right: 15px;
   }
    .premium-price-section .action-btn .btn:last-child {
        margin-right: 0px;
   }
    .premium-price-section .showroom-price {
        padding-left: 10px;
   }
    .premium-price-section .premium-page-title {
        margin-bottom: 15px;
   }
}

.executive-heroprice-section {
    padding-top: 72px;
    padding-bottom: 40px;
}
.executive-heroprice-section .pe-price-value {
    font-size: 24px;
    font-family: var(--font-heavy);
}
@media screen and (max-width: 991px) {
    .executive-heroprice-section {
        padding-top: 40px;
        padding-bottom: 32px;
   }
    .executive-heroprice-section .largeheading {
        margin-bottom: 36px;
   }
    .executive-heroprice-section .action-btn-container .btn {
        width: 50%;
   }
}

.exshowroom-price {
    color: #fff;
    font-family: var(--font-heavy);
  }

  .variant-price-type-ul{
    color: #fff;
    font-size: 1.7143rem;
    margin: 0px;
    font-weight: 500;
    line-height: 1.2;
  }
  .mg-btm-15-li{
    margin-bottom: 15px;
  }
  .prod-hero-section {
    position: relative;
  }
  .prod-hero-section .findahero-title {
    padding-bottom: 0;
  }
  .prod-hero-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
  }
  .prod-hero-section .container {
    position: relative;
  }
  @media screen and (max-width: 600px) {
    .prod-hero-section .findahero-title {
      padding-bottom: 15px;
    }
  }
  @media screen and (max-width: 576px) {
    .custom-ex-price {
        width: 50%;
    }
  }

#priceSection{
    .price-title{
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 991px) {
   #priceSection{
        .price-title{
            margin-bottom: 0px;
        }
    }
}
.service {
	 padding-top: 32px;
	 padding-bottom: 56px;
}
 .service .tab-wrap {
	 display: flex;
	 justify-content: space-between;
}
 .service .tab-content {
	 padding: 20px 0;
	 position: relative;
}
 .service .bottom-btn {
	 display: flex;
	 justify-content: flex-end;
}
 .about-hero .contact-header {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
}
 .about-hero .contact-header h4 {
	 color: var(--primary-color-grey);
}
 .about-hero .contact-header .dropdown-col {
	 width: 322px;
}
 @media screen and (max-width: 767px) {
	 .about-hero .contact-header {
		 flex-direction: column;
		 align-items: unset;
		 border-bottom: 0;
	}
	 .about-hero .contact-header h4 {
		 margin-bottom: 15px;
		 color: var(--primary-color-black);
	}
}
 .about-hero .office-section {
	 max-width: 600px;
}
 .about-hero .office-section h4 {
	 margin-bottom: 20px;
}
 .about-hero .office-section li {
	 margin-bottom: 24px;
	 display: flex;
	 font-size: 1.2857rem;
}
 .about-hero .office-section li .label {
	 min-width: 150px;
	 color: var(--primary-color-grey);
}
 .about-hero .office-section li .val {
	 color: var(--primary-color-black);
}
 @media screen and (max-width: 767px) {
	 .about-hero .office-section {
		 max-width: inherit;
	}
	 .about-hero .office-section h4 {
		 margin: 0 0px 15px 0px;
		 border-bottom: 1px solid #ccc;
		 padding-bottom: 10px;
	}
}
 .about-hero .suggestion-box h4 {
	 margin-bottom: 30px;
	 color: var(--primary-color-grey);
}
 .about-hero .suggestion-box .form-checked-box {
	 display: flex;
}
 .about-hero .suggestion-box .form-checked-box .form-check {
	 margin-right: 30px;
}
 .about-hero .suggestion-box .form-condition {
	 font-size: 1.2857rem;
	 font-family: var(--font-bold);
	 color: var(--primary-color-grey);
}
 .about-hero .suggestion-box .form-condition .link {
	 color: var(--primary-color-red);
}
 .about-hero .suggestion-box .btn-wrapper {
	 justify-content: unset;
	 gap: 20px;
}
 @media screen and (max-width: 767px) {
	 .about-hero .suggestion-box h4 {
		 margin-bottom: 24px;
		 padding-right: 20px;
		 color: var(--primary-color-black);
	}
	 .about-hero .suggestion-box h4 br {
		 display: none;
	}
	 .about-hero .suggestion-box .form-check-label {
		 font-size: 14px;
	}
	 .about-hero .suggestion-box .form-condition br {
		 display: none;
	}
}
 

.testride-section {
  display: flex;
  position: relative;
}
.requestcallback .request-callback .popup-container {
  position: fixed;
  transition: bottom 0.5s ease-out;
  bottom: -100%;
  transform: translate(0, 50%);
}
.request-callback .popup-content .close-icon {
  border: none;
  background: transparent;
  padding: 0;
}
.callBackForm .send-otp-btn {
  padding: 8px 32px;
  margin-top: 4px;
}
.callBackForm .action-btn-container .buttonBookTheRide:focus,
.callBackForm .action-btn-container .buttonBookTheRide:hover {
  box-shadow: none;
}
.popup-container.show {
  bottom: 50vh !important;
}
.testride-section::before {
  position: absolute;
  content: "";
  width: 12.2857rem;
  height: 180px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("clientlib-base-global/resources/images/testride-bg-art.svg") no-repeat left top / contain;
}
.offers-container-img {
  width: 100%;
  object-fit: contain;
}
.form-container {
  display: flex;
  flex-direction: column;
}
.column {
  display: flex;
}
.left-col {
  margin-right: 32px;
}
.right-col {
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .testride-section::before {
    width: 136px;
  }
}
@media screen and (min-width: 992px) {
  .testride-section.hoverAnimationActive:hover .offers-containers {
    width: 40%;
  }
  .testride-section.hoverAnimationActive .offers-containers {
    width: 58%;
  }
}
.testride-section .testride-form-container {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 40%;
}
.requestcallform .otp-container {
  position: relative;
}
.requestcallform .resend-otp-btn {
  position: absolute;
  right: 10px;
  top: 60%;
}
.requestcallform.callBackForm .requestCallCitySelect {
  border: none;
  border-bottom: 2px solid #999;
  display: block;
  width: 100%;
  height: 34px;
  color: grey !important;
  font-size: 18px;
  font-weight: 500;
  font-family: 'T-Star-Pro-Medium';
}
.requestcallform.callBackForm .requestCallCitySelect:focus {
  border-color: var(--input-focus-border-color);
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}
.requestcallform select {
  border-bottom: 2px solid #999;
  color: #999;
  font-family: 'T-Star-Pro-Medium';
}
.requestcallform select option {
  color: #000;
}
.requestcallform.callBackForm select:valid {
  color: #000 !important;
}
.requestcallform .requestCallCitySelect option {
  color: #000;
}
.testride-section .testride-form-container .testride-form {
  margin-top: 32px;
}
.testride-section .testride-form-container .right-form-col {
  opacity: 1;
}
.testride-section .offers-container {
  position: absolute;
  right: 0;
  display: flex;
  transition: all 0.3s ease;
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .testride-section {
    flex-direction: column;
  }
  .testride-section .testride-form-container {
    padding-top: 40px;
    padding-bottom: 32px;
    margin-right: 0;
  }
  .testride-section .offers-container {
    position: static;
    width: 100%;
  }
  .right-col {
    margin-left: 0px;
  }
  .column {
    display: flex;
    flex-direction: column;
  }
}
.input-suffix {
  position: relative;
  display: flex;
}
.input-suffix .suffix-button {
  position: absolute;
  right: 0;
  padding: 2px 7px;
  min-width: fit-content;
  font-family: var(--font-medium);
  text-transform: initial;
  font-size: 1rem;
}
.timer-suffix {
  position: absolute;
  right: 10px;
  top: 60%;
}
.form-control {
  border-color: #999;
}
.form-control:disabled {
  border-color: #999;
}
.form-check-custom {
  display: -webkit-inline-box;
}
.error--message,
.validate--msg,
.text-success,
.max-validate--msg,
.invalid-otp-message {
  position: absolute;
}
.req-call-back-img {
  object-fit: fill;
}

.bookingConfirmModal .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.bookingConfirmModal h4 {
  margin-bottom: 24px;
  font-weight: 700;
}
.bookingConfirmModal h5 {
  margin-bottom: 12px;
}
.bookingConfirmModal .form-check {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.1429rem;
}
.bookingConfirmModal .form-check label {
  color: var(--primary-color-grey);
}
.bookingConfirmModal .success-icon-container {
  width: 41%;
}
.bookingConfirmModal .booking-detail {
  font-size: 1.5rem;
}

.tip-details-section {
    display: none;
}

.container {
    padding: 0;
    max-width: 1440px;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: inherit;
    }
}

.tips-section {
    padding-bottom: 36px;
}

.tips-section .tab-content {
    padding-top: 30px;
}

.tips-container {
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.tips-container .tips-box {
    width: 186px;
    height: 186px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.tips-container .tips-box .tips-img-wrap {
    width: 100%;
    height: 135px;
}

.tips-container .tips-box .tips-img-wrap img {
    width: 100%;
}

.tips-container .tips-box .tips-label {
    font-size: 16px;
    font-family: var(--font-bold);
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .tips-container {
        gap: 20px;
    }

    .tips-container .tips-box {
        width: 154px;
        height: 154px;
    }
}
.tip-details-section {
    padding-top: 48px;
}

.tip-details-section .quick-tip-row {
    padding-bottom: 40px;
}

.tip-details-section .list-numbered {
    padding-left: 14px;
}

.tip-details-section .tip-details-row {
    display: flex;
    align-items: center;
    gap: 56px;
    padding: 40px 0;
    border-top: 1px dashed var(--border-color);
}

.tip-details-section .tip-details-row .tip-img-col {
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.tip-details-section .tip-details-row .tip-description {
    font-size: 16px;
}

.tip-details-section .tip-details-row .tip-description .tip-desc-title {
    font-size: 20px;
    font-family: var(--font-bold);
    margin-bottom: 20px;
}

.tip-details-section .tip-details-row .tip-description+.tip-description {
    margin-top: 22px;
}

@media screen and (max-width: 991px) {
    .tip-details-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .tip-details-section .tip-details-row {
        gap: 32px;
        align-items: flex-start;
    }

    .tip-details-section .tip-details-row .tip-img-col {
        width: 200px;
        height: 200px;
    }

    .tip-details-section .tip-details-row .tip-description {
        font-size: 14px;
    }

    .tip-details-section .tip-details-row .tip-description .tip-desc-title {
        font-size: 16px;
    }
}
.locate-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.locate-section .action-btn-container {
  position: absolute;
  right: 0;
  top: -6px;
}
@media screen and (max-width: 991px) {
  .locate-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .locate-section .action-btn-container {
    position: static;
  }
}
.section-header {
  padding-bottom: 30px;
}
.search-results-container {
  padding: 16px;
  background: rgba(237, 237, 237, 0.5);
  border: 1px solid var(--border-light);
}
.search-results-container .search-results-info {
  padding-right: 16px;
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .search-results-container {
    margin-top: 16px;
  }
}
.locate-search-box {
  position: relative;
  margin-bottom: 40px;
}
.locate-search-box .close-icon {
  position: absolute;
  right: 60px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.locate-search-box .input-group-text {
  min-width: 52px;
}
.locate-search-box .auto-suggestion-block {
  position: absolute;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 100%;
  z-index: 5;
  padding: 20px;
}
.locate-search-box .auto-suggestion-block .suggestion-list .sug-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--primary-color-black);
}
.locate-search-box .auto-suggestion-block .suggestion-list li:last-child .sug-link {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .locate-search-box {
    margin-bottom: 16px;
  }
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination .page-item.disabled .page-link {
  background-color: #fff !important;
}
.pagination .page-item.disabled .page-link:hover {
  background-color: #fff;
}
.pagination .page-item.disabled .page-link .h-icon::before {
  background-color: var(--secondary-color-500);
}
.pagination .page-link {
  padding: 8px;
  color: var(--primary-color-black);
  border-radius: 4px;
  line-height: 16px;
  display: flex;
}
.pagination .page-link:hover {
  text-decoration: none;
}
.pagination .page-link.prev,
.pagination .page-link.next {
  background-color: var(--primary-color-red);
}
.pagination .page-link.prev .h-icon::before,
.pagination .page-link.next .h-icon::before {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .pagination .page-link {
    padding: 6px;
  }
}
.search-results {
  max-height: 524px;
  overflow: auto;
  padding-right: 16px;
}
.search-results .card {
  margin-top: 16px;
  padding: 10px;
}
.search-results .sr-item {
  gap: 16px;
  flex-direction: row;
  cursor: pointer;
  line-height: 17px;
}
.search-results .sr-item.active {
  border-color: var(--primary-color-red);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.search-results .sr-item .img-with-details {
  display: flex;
  gap: 16px;
  flex: 1;
}
.search-results .sr-item .sr-img {
  width: 87px;
  height: 93px;
}
.search-results .sr-item .sr-item-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.search-results .sr-item .sr-item-details .sr-item-title {
  font-size: 18px;
  font-family: var(--font-heavy);
}
.search-results .sr-item .sr-item-details .sr-item-address {
  font-size: 14px;
  font-family: var(--font-bold);
  color: var(--primary-color-grey);
}
.search-results .sr-item .sr-item-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--font-bold);
}
.search-results .sr-item .sr-item-actions .action-link {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-color);
}
.search-results .sr-item .sr-item-actions .action-link:last-child {
  border-bottom: 0;
}
.search-results .sr-item .sr-item-actions .noBorder {
  border-bottom: none !important;
}
@media screen and (max-width: 991px) {
  .search-results {
    max-height: 400px;
  }
  .search-results .sr-item .sr-item-actions .action-link {
    flex: 1;
    text-align: center;
    border-bottom: 0;
    padding: 0;
    border-right: 1px solid var(--border-color);
  }
  .search-results .sr-item .sr-item-actions .action-link:last-child {
    border-right: 0;
  }
  .search-results .sr-item .sr-item-actions .noBorder {
    border-right: none !important;
  }
}
.map-wrapper {
  min-height: 605px;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .map-wrapper {
    max-width: calc(148%) !important;
    min-height: auto;
    width: 100% !important;
    margin: 0;
  }
  .map-wrapper iframe {
    max-height: 300px !important;
  }
}
.detect-my-location-btn {
  padding: 12px;
  text-transform: capitalize;
  color: var(--primary-color-black);
  font-family: var(--font-bold);
  border: 1px solid var(--secondary-color-600);
  background: #fff;
  position: absolute;
  left: 24px;
  top: 24px;
}
.detect-my-location-btn.detected {
  border: 1px solid var(--primary-color-red);
}
.detect-my-location-btn:hover {
  border: 1px solid var(--secondary-color-600);
}
@media screen and (max-width: 991px) {
  .detect-my-location-btn {
    min-width: auto;
    padding: 6px;
    top: 12px;
  }
}
#map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-height: 623px;
}
@media screen and (max-width: 991px) {
  .mmi-container {
    height: 250px;
    max-height: 100%;
  }
}
#detectMyLocation {
  z-index: 1;
}
.map-control {
  z-index: 8 !important;
}

.service-center {
  padding-bottom: 30px;
}

.compare-bikes-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.compare-bikes-section .compare-table-wrapper {
  overflow: auto;
}
.compare-bikes-section .compare-table-wrapper table {
  table-layout: fixed;
  margin-bottom: 32px;
  min-width: 600px;
}
.compare-bikes-section .compare-table-wrapper table thead {
  background: linear-gradient(199.07deg, #eeeeee 13.94%, #ffffff 46.94%, #f4f4f4 83.56%);
}
.compare-bikes-section .compare-table-wrapper table .bike-img-wrap {
  max-width: 140px;
  max-height: 90px;
  margin: 0 auto 24px;
}
.compare-bikes-section .compare-table-wrapper table td,
.compare-bikes-section .compare-table-wrapper table th {
  padding: 16px;
  font-size: 16px;
  text-align: center;
  font-family: var(--font-medium);
}
.compare-bikes-section .compare-table-wrapper table td .bootstrap-select,
.compare-bikes-section .compare-table-wrapper table th .bootstrap-select {
  max-width: 200px;
  margin: auto;
}
.compare-bikes-section .compare-table-wrapper table.spec-table thead {
  background: var(--gradient-black);
}
.compare-bikes-section .compare-table-wrapper table.spec-table thead th {
  text-align: left;
  color: #FFFFFF;
  font-size: 24px;
  padding: 16px 24px;
  font-family: var(--font-bold);
}
.compare-bikes-section .compare-table-wrapper table.spec-table td {
  font-size: 16px;
  padding: 12px 24px;
}
.compare-bikes-section .compare-table-wrapper table.spec-table td.spec-label {
  font-size: 18px;
  font-family: var(--font-heavy);
  text-align: left;
}
.compare-bikes-section .custom-inner-select .form-select {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .compare-bikes-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .compare-bikes-section .compare-table-wrapper table {
    margin-bottom: 16px;
  }
  .compare-bikes-section .compare-table-wrapper table .bike-img-wrap {
    max-width: 90px;
    max-height: 60px;
    margin: 0 auto 12px;
  }
  .compare-bikes-section .compare-table-wrapper table.spec-table thead th {
    font-size: 16px;
    padding: 8px 16px;
  }
  .compare-bikes-section .compare-table-wrapper table.spec-table td {
    font-size: 12px;
    padding: 8px 16px;
  }
  .compare-bikes-section .compare-table-wrapper table.spec-table td.spec-label {
    font-size: 14px;
  }
}

.gallery-section-varient-two {
  height: 620px;
  max-height: 900px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.gallery-section-varient-two .gallery-title-container {
  height: 25%;
  position: relative;
}
.gallery-section-varient-two .gallery-title-container .gallery-title {
  font-size: 3.4286rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-title-container .gallery-title {
    font-size: 3em;
  }
}
.gallery-section-varient-two .gallery-section {
  height: inherit;
  display: flex;
  position: relative;
}
.gallery-section-varient-two .gallery-section .gallery-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: inherit;
}
.gallery-section-varient-two .gallery-section .gallery-container .gallery-slider {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-container {
    width: 90%;
  }
}
.gallery-section-varient-two .gallery-section .gallery-action {
  width: 0;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow {
  width: 42px;
  height: 42px;
  font-size: 0px;
  z-index: 2;
  border: 0;
  margin: 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow {
    width: 32px;
    height: 32px;
    display: none !important;
  }
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.prev,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow-active.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.next,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled {
  pointer-events: none;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.prev,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.next,
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container button.slick-action-arrow.slick-disabled.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow.svg);
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container .slick-arrow-left {
  left: 75px;
}
.gallery-section-varient-two .gallery-section .gallery-action .gallery-action-container .slick-arrow-right {
  right: 75px;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-action {
    width: 5%;
  }
}
.gallery-section-varient-two .gallery-section .gallery-list {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col {
  padding: 0px 16px;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item {
  position: relative;
  width: 800px;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail {
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.7s ease-out;
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-thumbnail {
    height: 275px;
  }
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .video-play-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url("clientlib-base-global/resources/images/icons/play-circle.svg") no-repeat center center / cover;
  width: 75px;
  height: 75px;
  z-index: 9;
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .video-play-icon::before {
    width: 55px;
    height: 55px;
  }
}
.gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  width: 100%;
  height: auto;
  padding: 24px;
  color: var(--color-secondary-white, #ffffff);
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content {
    padding: 10px;
  }
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h1,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h2,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h3,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h4,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h5,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h1,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h2,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h3,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h4,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h5,
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content h6 {
    font-size: 1.1rem;
  }
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item .gallery-content p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two .gallery-section .gallery-list .gallery-col .gallery-item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .gallery-section-varient-two {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section-varient-two {
    height: 50vh;
  }
}
.gallery-video-element,
.gallery-image-element {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .gallery-video-element,
  .gallery-image-element {
    height: auto;
  }
}
.product-images-carousel .popup-body,
.product-images-carousel .popup-content {
  padding: 0px !important;
}
.product-images-carousel .popup-container {
  height: auto;
  background: none;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .product-images-carousel .popup-container {
    width: 90%;
  }
}
.product-images-carousel .carousel-inner .carousel-item img {
  max-height: inherit;
}
.product-images-carousel .close-icon {
  top: -30px;
  right: 0px;
}
.product-images-carousel .close-icon::before {
  background-color: #fff !important;
}
.product-images-carousel .prev-next-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0px;
}
.product-images-carousel .carousel-control-next,
.product-images-carousel .carousel-control-prev {
  opacity: 1;
  width: auto;
  padding: 0px 25px;
}
@media screen and (max-width: 767px) {
  .product-images-carousel .carousel-control-next,
  .product-images-carousel .carousel-control-prev {
    padding: 0px 10px;
  }
}
.custom-gallery-close {
  top: 0 !important;
  right: 0 !important;
  width: 45px;
  height: 45px;
}
.product-images-carousel {
  left: 0;
}

.latest-video-section .latest-video-list {
  margin: 0px -16px;
  display: flex;
}
.latest-video-section .latest-video-list .latest-video-col {
  padding: 0px 16px;
}
.latest-video-section .latest-video-list .latest-video-item {
  position: relative;
}
.latest-video-section .latest-video-list .video-thumbnail {
  height: 270px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
}
.latest-video-section .latest-video-list .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease-out;
}
.latest-video-section .latest-video-list .video-thumbnail:hover img {
  transform: scale(1.2);
}
.latest-video-section .latest-video-list .video-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  font-size: 1.2857rem;
  max-width: 70%;
  font-family: var(--font-bold);
}
@media screen and (max-width: 479px) {
  .latest-video-section .latest-video-list .video-title {
    bottom: 15px;
    left: 15px;
    max-width: 85%;
  }
}
@media screen and (max-width: 479px) {
  .latest-video-section .latest-video-list .video-thumbnail {
    height: 200px;
  }
}
@media screen and (max-width: 971px) {
  .news-title {
    width: 77%;
  }
}

.highlight-news-section {
  margin: 40px 0px;
}
.highlight-news-section .highlight-news-article .article-img {
  width: 100%;
  height: 330px;
  margin-bottom: 5px;
  border-radius: 4px;
}
.highlight-news-section .highlight-news-article .article-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.highlight-news-section .highlight-news-article .article-date {
  margin-bottom: 10px;
}
.highlight-news-section .highlight-news-article .article-title {
  font-size: 2.2857rem;
  color: var(--primary-color-black);
  line-height: 1.2;
  font-family: var(--font-bold);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.highlight-news-section .highlight-news-article .article-caption {
  margin: 10px 0px;
  font-size: 1.2857rem;
  color: var(--primary-color-grey);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.highlight-news-section .article-content {
  padding: 0px 20px;
  height: auto;
}
.highlight-news-section .article-content .article-title {
  font-size: 1.7143rem;
  color: var(--primary-color-black);
  line-height: 1.2;
  font-family: var(--font-bold);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.highlight-news-section .article-content .article-caption {
  padding: 16px 0px;
  font-size: 1.2857rem;
  color: var(--primary-color-black);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1200px) {
  .highlight-news-section {
    margin-bottom: 16px;
  }
  .highlight-news-section .article-img {
    height: 150px;
  }
  .highlight-news-section .article-content {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .highlight-news-section .highlight-news-article .article-title {
    font-size: 2rem;
  }
  .highlight-news-section .highlight-news-right-item {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-news-section {
    margin: 30px 0px;
  }
  .highlight-news-section .highlight-news-article .article-title {
    font-size: 18px;
  }
  .highlight-news-section .highlight-news-article .article-img {
    height: 250px;
  }
  .highlight-news-section .highlight-news-right-item {
    flex-direction: column;
    gap: 0;
  }
}
.common-news-section {
  margin-bottom: 52px;
}
.common-news-section .common-news-heading {
  border-top: 1px solid #757575;
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 32px;
  position: relative;
}
.common-news-section .news-title {
  text-transform: uppercase;
  color: var(--primary-color-black);
}
.common-news-section .custom-arrow-container {
  position: absolute;
  right: 0px;
  top: 22px;
}
.common-news-section .custom-arrow-container button.slick-arrow {
  width: 42px;
  height: 42px;
  font-size: 0px;
  border: 0;
  margin-left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .common-news-section .custom-arrow-container button.slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.common-news-section .custom-arrow-container button.slick-arrow.prev,
.common-news-section .custom-arrow-container button.slick-arrow.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow-active.svg);
}
.common-news-section .custom-arrow-container button.slick-arrow.next,
.common-news-section .custom-arrow-container button.slick-arrow.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg);
}
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled {
  pointer-events: none;
}
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.prev,
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.prev-item {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow.svg);
}
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.next,
.common-news-section .custom-arrow-container button.slick-arrow.slick-disabled.next-item {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow.svg);
}
@media screen and (max-width: 991px) {
  .common-news-section .common-news-heading {
    padding-top: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .common-news-section {
    margin-bottom: 30px;
  }
  .common-news-section .custom-arrow-container {
    top: 16px;
  }
}
.latest-news-section .news-article-list {
  margin: 0px -16px;
  display: flex;
}
.latest-news-section .news-article-list .article-col {
  padding: 0px 16px;
}
.latest-news-section .news-article-item .article-img {
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.latest-news-section .news-article-item .article-img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: all 0.7s ease-out;
  align-self: center;
}
.latest-news-section .news-article-item .article-img:hover img {
  transform: scale(1.2);
}
.latest-news-section .news-article-item .article-title {
  font-size: 1.7143rem;
  color: var(--primary-color-black);
  line-height: 1.2;
  font-family: var(--font-bold);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latest-news-section .news-article-item .article-caption {
  margin: 16px 0px;
  font-size: 1.2857rem;
  color: var(--primary-color-black);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.detail-article-section {
  margin: 50px 0px;
}
.detail-article-section .article-banner {
  margin: 30px 0px;
  height: 415px;
}
.detail-article-section .article-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-article-section .article-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-article-section .article-heading .backtoPage {
  margin: 0px;
}
.detail-article-section .article-heading .article-date {
  min-width: 90px;
  text-align: right;
  align-self: flex-start;
  margin-top: 10px;
  color: var(--primary-color-black);
}
@media screen and (max-width: 991px) {
  .detail-article-section .article-heading .article-date {
    margin-top: 0;
  }
}
.detail-article-section .detail-article-content h4 {
  margin-bottom: 24px;
}
.detail-article-section .detail-article-content p {
  margin-bottom: 16px;
  font-size: 1.2857rem;
  color: var(--primary-color-black);
}
@media screen and (max-width: 1200px) {
  .detail-article-section {
    margin: 40px 0px;
  }
  .detail-article-section .article-banner {
    margin: 15px 0px;
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .detail-article-section .article-banner {
    height: 275px;
  }
  .detail-article-section .detail-article-content h4 {
    margin-bottom: 20px;
  }
  .detail-article-section .detail-article-content p {
    margin-bottom: 14px;
  }
  .detail-article-section .article-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-article-section .article-heading .backtoPage {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-article-section .article-heading h2 {
    margin: 20px 0px 10px 0px;
  }
  .detail-article-section .article-heading .article-date {
    min-width: inherit;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .detail-article-section {
    margin: 30px 0px;
  }
  .detail-article-section .article-banner {
    height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .detail-article-section .article-banner {
    height: 200px;
  }
  .detail-article-section .article-heading h2 {
    font-size: 2rem;
  }
  .detail-article-section h4 {
    font-size: 1.5rem;
  }
}

.enquiry-form .suggestion-box .form-checked-box {
    position: relative;
}

.scroll-navigation-tab .nav-item .nav-link:focus::before {
    border-bottom: none;
}

.scroll-navigation-tab .nav-item .nav-link.active:focus::before {
    border-bottom: 3px solid #ee2326;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.suggesion-form .suggestion-box .form-checked-box {
    position: relative;
}

.suggestion-box .form-checked-box .checkbox-error {
    top: 26px;
}

.suggesion-form .bootstrap-select .dropdown-toggle:focus::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

.quick-action-sec ul {
    padding: 0 10px;
    animation-duration: 0.3s;
}

.suggesion-form .bootstrap-select .dropdown-toggle {
    padding: 4px 0;
}

.enquiry-form .bootstrap-select .dropdown-toggle {
    padding: 4px 0;
}

.enquiry-form .bootstrap-select .dropdown-toggle:focus::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid black;
}

.suggesion-form .suggestion-box .form-control.calendar {
    text-transform: uppercase;
}

.suggesion-form .btn-wrapper .btn-outline-primary:focus {
    box-shadow: none !important;
    border: 1px solid #ee2326 !important;
}

.enquiry-form .btn-wrapper .btn-outline-primary:focus {
    box-shadow: none !important;
    border: 1px solid #ee2326 !important;
}

.enquiry-form .btn-wrapper .btn-primary {
    box-shadow: none !important;
}

.suggesion-form .btn-wrapper .btn-primary {
    box-shadow: none !important;
}

.suggesion-form .form-checked-box .form-check .form-check-input {
    border-radius: 0.25em;
}

.suggesion-form .form-checked-box .form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.enquiry-form .form-checked-box .form-check .form-check-input {
    border-radius: 0.25em;
}

.enquiry-form .form-checked-box .form-check .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-component .loader-container {
    display: none;
}

.form-component form select {
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 2px solid grey;
    font-size: 18px;
    color: grey;
    font-family: 'T-Star-Pro-Medium';
}


.form-component form select:valid {
    color: #000;
}

.form-component .loader-container .hero-loader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(1px);
}

.form-component .hero-loader img {
    width: 120px;
}
.dealer-section-header {
  padding-bottom: 12px;
  border-bottom: 1px solid #CCCCCC;
}
.become-a-dealer .locate-section {
  padding-top: 20px;
}
#dealerForm .btn-wrapper .btn-outline-primary:focus {
  box-shadow: none !important;
  border: 1px solid #ee2326 !important;
}
#dealerForm .btn-wrapper .btn-primary:focus,
#dealerForm .btn-wrapper .btn-primary:hover {
  box-shadow: none !important;
  border: 1px solid #ee2326 !important;
}
.become-dealer-loader-container {
  display: none;
}
.become-dealer-loader-container .hero-loader {
  position: fixed;
  z-index: 23;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
}
#dealerForm select {
  color: grey;
}
#dealerForm select:valid {
  color: #000;
}
.become-dealer-loader-container .hero-loader img {
  width: 120px;
}
.dealer-sub-section {
  padding-top: 12px;
}
.dealer-sub-section .dealer-sub-section-header {
  padding-bottom: 30px;
}
.dealer-sub-section .suggestion-box input:-webkit-autofill,
.dealer-sub-section .suggestion-box input:-webkit-autofill:hover,
.dealer-sub-section .suggestion-box input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.dealer-sub-section .suggestion-box .dropdown-toggle:focus::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black;
}
.dealer-sub-section .suggestion-box .calendar.datepicker {
  text-transform: uppercase;
}
.dealer-sub-section .suggestion-box input[readonly] {
  background-color: #fff;
}
.btn-wrapper {
  justify-content: unset;
  gap: 20px;
}
.form-condition {
  font-size: 1.2857rem;
  font-family: var(--font-bold);
  color: var(--primary-color-grey);
}
.form-condition .link {
  color: var(--primary-color-red);
}
@media screen and (max-width: 767px) {
  .form-condition br {
    display: none;
  }
}
.close-dynamic-form::before {
  background-color: black;
  cursor: pointer;
}
.form-check-label {
  color: var(--primary-color-black);
  font-family: var(--font-medium);
  text-align: left;
  cursor: pointer;
}
.dealer-check {
  margin-top: 0.25em;
}
.add-more-form {
  padding-bottom: 40px;
}
.dynamic-form-section {
  border: 2px solid #CCCCCC;
  box-shadow: 0px 0px 4px #CCCCCC;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
  border-color: #999;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--input-border-color) !important;
  box-shadow: none;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  padding-right: 0;
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--input-border-color) !important;
  box-shadow: none;
}
.invalid-feedback {
  position: absolute;
}
.preview-image-container {
  position: relative;
  padding-top: 30px;
}
.preview-image-container .clear-button {
  position: absolute !important;
  top: 0;
  right: 0;
}
.preview-image-container .clear-button .close-icon::before {
  background-color: black;
}
@media screen and (max-width: 992px) {
  .preview-image-container {
    padding-top: 0px;
  }
}
#dealerForm input[readonly] {
  color: var(--input-text-color) !important;
}

.product-nav {
	background: var(--primary-color-black);
}

.product-nav .nav {
	column-gap: 0;
}

.product-nav .nav li {
	padding: 15px 0px;
}

.product-nav .nav li a,
.product-nav .nav li .nav-link {
	color: var(--secondary-color-100);
	border-right: 1px solid #4c4c4c;
	padding: 0px 30px;
	display: flex;
	text-decoration: none;
	font-size: 1.2857rem;
	font-family: var(--font-regular);
	text-transform: uppercase;
}

.product-nav .nav li a:focus::before,
.product-nav .nav li .nav-link:focus::before {
	border-bottom: 0px !important;
	content: none;
}

.product-nav .nav li a.active::before,
.product-nav .nav li .nav-link.active::before {
	border-bottom: 0px !important;
	content: none;
}

.product-nav .nav li .h-icon {
	margin-right: 10px;
}

.product-nav .nav li:last-child a {
	border-right: 0px;
	padding-right: 0px;
}
.custom-justify-content {
	justify-content: center !important;
}
 @media screen and (max-width: 991px) {
	.custom-justify-content {
		justify-content: start !important;
	}
}
.effect-apply:not(.active) span[data-shimmer-effect="true"]:not(:hover) {
	background: linear-gradient(to right, red 5%, white 30%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 1.5s linear infinite;
	display: inline-block;
  }
.warranty-section-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
​ .warranty-section-body .row {
  gap: 32px;
  justify-content: space-between;
}
​ .left-warranty-section h4 {
  color: var(--color-primary-black, #242424);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 16px;
}
.left-warranty-section p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 48px;
  margin: 0px;
}
​ .warranty-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .warranty-section-body,
  .warranty-image {
    padding-top: 24px;
  }
  .warranty-section-body .col-md-6 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .warranty-section-body .col-md-6 {
    flex: 0 0 auto;
    width: 48%;
  }
}

.owners-manual-section {
  padding-top: 42px;
  padding-bottom: 320px;
}
.owners-manual-nav .nav-item .nav-link {
  color: var(--color-primary-grey, #757575);
  font-size: 24px;
  font-weight: 700;
}
.owners-manual-nav .nav-item .nav-link.active {
  color: var(--color-primary-black, #242424);
  font-size: 24px;
  font-weight: 900;
}
.owners-manual-nav .nav-link {
  padding: 0px 40px 12px 40px;
}
.about-owners-manual {
  padding: 48px 0px;
}
.about-owners-manual p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0px;
}
.owners-manual-form {
  padding-bottom: 43px;
}
.owners-manual-bike-detail {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(217, 217, 217, 0);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  width: 75%;
}
.owners-manual-bike-detail .bike-detail-img {
  padding: 20px 40px 20px 20px;
  width: 60%;
}
.owners-manual-bike-detail .bike-detail-content {
  padding: 58px 55px 0px 0px;
  width: 40%;
}
.owners-manual-bike-tagline {
  color: var(--color-primary-red, #ee2326);
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.2px;
  padding-bottom: 5px;
}
.owners-manual-bike-detail .bike-logo {
  padding-bottom: 19px;
}
.owners-manual-bike-detail .btn {
  text-transform: none;
}
.owners-manual-form .form-col {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .owners-manual-bike-detail {
    position: relative;
    width: 100%;
    flex-direction: column;
  }
  .owners-manual-bike-detail .bike-detail-img {
    padding: 10px 10px 24px 10px !important;
    width: auto;
  }
  .owners-manual-bike-detail .bike-detail-content {
    padding: 0px 0px 10px 10px;
    width: auto;
  }
  .owners-manual-bike-detail .bike-logo {
    padding-bottom: 24px;
    width: 60%;
  }
  .owners-manual-bike-tagline {
    padding-bottom: 24px;
  }
  .owners-manual-form {
    padding-bottom: 16px;
  }
  .owners-manual-section {
    padding-bottom: 40px;
    padding-top: 24px;
  }
  .about-owners-manual {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .owners-manual-form .form-col {
    padding-bottom: 24px;
  }
}

.service-tabs {
    width: fit-content;
}

.description-container {
    width: 100%;
    margin: 48px 0 52px;
}

.description {
    color: #000;
    font-family: var(--font-regular);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 0;
}

.select-bike {
    width: fit-content;
}

.select-wrapper {
    margin: 20px 0 40px;
    padding: 0;
    min-width: 296px;
    max-width: 448px;
}

.locate-section .select-wrapper select {
    border-bottom: 2px solid #999 !important;
    cursor: pointer;
}

.bike-table-container {
    padding-top: 40px;
    gap: 52px;
}


.maintenance-img {
    max-width: 385px;
    max-height: 255px;
}

.table-container {
    padding: 0;
    width: max-content;
    max-width: 843px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.table-container-single {
    padding: 0;
    width: 100%;
    min-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.table-content {
    width: 100%;
}

.service-table {
    width: 100%;
}
.service-table-single {
    width: 100%;
}

.service-table,
.service-table .row {
    border: 1px solid #cccccc;
}
.service-table-single,
.service-table-single .row {
    border: 1px solid #cccccc;
}

.service-table td {
    padding: 0;
    width: 15%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--primary-black);
    line-height: normal;
}
.service-table-single td {
    padding: 0;
    width: 12%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--primary-black);
    line-height: normal;
}


.service-table.panama-table td {
    width: 13%;
}

.service-table.panama-table tr:first-child td:first-child {
    width: 70%;
    flex-grow: unset;
}

.service-table.panama-table tr:first-child td {
    font-weight: 900;
    justify-content: center;
    font-size: 18px;
}

.service-table.panama-table .row>td:first-child {
    width: 20%;
}

.service-table.panama-table .row>td:last-child {
    padding: 5px;
    flex-grow: 2;
}

.service-table .row>td:first-child {
    font-weight: 900;
    font-size: 18px;
    width: 40%;
    justify-content: start;
    border-right: 1px solid #cccccc;
}
.service-table-single .row>td:first-child {
    font-weight: 900;
    font-size: 18px;
    width: 30%;
    justify-content: start;
    border-right: 1px solid #cccccc;
}

.service-table .row {
    margin: 0;
    flex-wrap: nowrap;
}
.service-table-single .row {
    margin: 0;
    flex-wrap: nowrap;
}

.service-note span {
    font-weight: 900;
}

.service-note {
    font-family: var(--font-regular);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: var(--primary-black);
    padding: 24px 19px 30px 0;
    max-width: 824px;
}

@media screen and (max-width: 991px) {
    .select-wrapper {
        max-width: 448px;
    }
    .content {
        align-items: center;
    }
    .service-tabs {
        width: 100%;
    }
    .description-container {
        margin: 24px 0;
    }
    .bike-table-container {
        padding-top: 19px;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }
    .table-content {
        max-width: 100%;
        overflow-x: auto;
        display: flex;
        justify-content: center;
    }
    .table-content::-webkit-scrollbar {
        display: none;
    }
    .table-container {
        max-width: 100%;
        width: 100%;
    }
    .table-container-single {
        max-width: 100%;
        width: 100%;
    }


    .service-note {
        max-width: 100%;
        width: 100%;
        padding: 24px 0 8px;
        font-size: 16px;
    }
    .service-table {
        width: fit-content;
    }
    .service-table .row>td {
        padding: 10px 0px 10px 16px;
        width: 100px;
        font-size: 12px;
    }
    .service-table .row>td:first-child {
        width: 190px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table .row>td:last-child {
        padding-right: 16px;
        width: 108px;
    }
    .service-table-single {
        width: fit-content;
    }
    .service-table-single .row>td {
        padding: 10px 0px 10px 16px;
        width: 100px;
        font-size: 12px;
    }
    .service-table-single .row>td:first-child {
        width: 190px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table-single .row>td:last-child {
        padding-right: 16px;
        width: 108px;
    }
    .maintenance-img {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .service-table .row>td {
        padding: 10px 0px 10px 16px;
        width: 72px;
        font-size: 12px;
    }
    .service-table .row>td:first-child {
        width: 130px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table .row>td:last-child {
        padding-right: 16px;
        width: 88px;
    }
    .service-table-single .row>td {
        padding: 10px 0px 10px 16px;
        width: 72px;
        font-size: 12px;
    }
    .service-table-single .row>td:first-child {
        width: 130px;
        padding: 10px;
        font-size: 16px;
    }
    .service-table-single .row>td:last-child {
        padding-right: 16px;
        width: 88px;
    }
}

@media screen and (max-width: 480px) {
    .content {
        align-items: flex-start;
    }
    .select-wrapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .table-content {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .bike-table-container {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }
    .maintenance-img {
        max-width: 100%;
        object-fit: contain;
    }
    #maintenanceData {
        position: relative;
        width: 100%;
    }
}
.hero-service-genuine-faq {
  padding: 0 149px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq {
    padding: 16px;
  }
}
.hero-service-genuine-faq .accordian-heading-faq {
  min-height: 80px;
}
.hero-service-genuine-faq .faqs-accord-tile {
  overflow: hidden;
  border-radius: 16px;
  background: #FFF;
}
.hero-service-genuine-faq .faqs-accord-tile .faq-arrow-wrapper {
  padding: 24px 0;
}
.hero-service-genuine-faq .faqs-accord-tile h2 p {
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  font-family: var(--font-tstar-bold) !important;
  padding: 24px 0;
  margin: unset;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile h2 p {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 12px 0;
  }
}
.hero-service-genuine-faq .faqs-accord-tile .card-body-faq {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile .card-body-faq {
    padding-bottom: 12px;
  }
}
.hero-service-genuine-faq .faqs-accord-tile .card-body-faq p {
  margin: unset;
  color: var(--textcolor-heading-body, #303030);
  /* Web/B2-16px/Medium */
  font-family: var(--font-tstar-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile .card-body-faq p {
    font-size: 14px;
    line-height: 20px;
  }
}
.hero-service-genuine-faq .faqs-accord-tile.active-faq-border-box {
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
}
.hero-service-genuine-faq .faqs-accord-tile .faq-arrows-plus {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s ease transform;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faqs-accord-tile .faq-arrows-plus {
    width: 24px !important;
    height: 24px !important;
    max-width: unset;
  }
}
.hero-service-genuine-faq .faqs-accord-tile .card-head-faq.active .faq-arrows-plus {
  transform: rotate(-45deg);
  transition: 0.3s ease transform;
}
.hero-service-genuine-faq .faq--slider-wrap .card {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faq--slider-wrap .card {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .hero-service-genuine-faq .faq-card-tile-mobile {
    margin: 0;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile:last-child {
    margin-bottom: 0;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-sub-heading-faq p {
    color: #303030 !important;
    padding-right: 12px;
    width: 100%;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: var(--font-tstar-bold) !important;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper {
    height: 100%;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper .faq-arrows-plus {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    transition: 0.3s ease transform;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-body-faq {
    margin-top: 12px;
  }
  .hero-service-genuine-faq .faq-card-tile-mobile .mob-body-faq span p {
    color: #303030;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
    font-family: var(--font-tstar-medium);
  }
  .hero-service-genuine-faq .active-faq-border-mob {
    box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
  }
  .hero-service-genuine-faq .active-faq-border-mob .faq-arrows-plus {
    transform: rotate(-45deg);
    transition: 0.3s ease transform;
  }
}
.faqs-accord-tile {
  padding: 0 24px;
  border: 1px solid #a5a5a5;
}
.faqs-accord-tile .accordian-heading-faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#price-list-bd {
  z-index: 2;
  padding-bottom: 35px;
  padding-top: 24px;
  position: relative;
  background: #EDEDED;
}
@media (max-width: 768px) {
  #price-list-bd {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#price-list-bd .price-list-top-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E8E8E8;
  border-radius: 18px;
  padding: 46px 109px 51px;
  background: #0D0D0D;
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.08), 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap {
    padding: 16px;
    border-radius: 8px;
  }
}
#price-list-bd .price-list-top-wrap p {
  font-family: var(--font-tstar-bold);
  padding-bottom: 29px;
  width: 100%;
  color: var(--Color, #ffffff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap p {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
#price-list-bd .price-list-top-wrap p span {
  color: var(--Color, #ee2425);
}
#price-list-bd .price-list-top-wrap #pl--form-wrap {
  margin: 0 -11px;
  justify-content: center;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap {
    margin: 0 0 16px;
    flex-direction: column;
  }
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .form--wrap {
  padding: 0 11px;
  width: 100%;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap .form--wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap .form--wrap:last-child .cust-form-group {
    margin-bottom: 0;
  }
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group {
    margin-bottom: 18px;
  }
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group li.Paid_Service:nth-child(2) {
  border-bottom: none;
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group li a {
  font-family: var(--font-tstar-medium);
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group .dropdown-values-text {
  font-family: var(--font-tstar-medium);
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  padding: 10px 10px 6px 10px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.85);
}
#price-list-bd .price-list-top-wrap #pl--form-wrap .cust-form-group .dropdown-values-text:hover {
  background-color: lightgray;
}
#price-list-bd .price-list-top-wrap #pl-search-btn {
  width: fit-content;
  line-height: 28px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap #pl-search-btn {
    max-width: unset;
    padding: 8px 24px;
    line-height: 16px;
    height: 32px;
  }
}
#price-list-bd .price-list-top-wrap .select-p {
  font-size: var(--font-size12);
  font-family: var(--font-tstar-medium);
  color: rgba(255, 255, 255, 0.6);
  background-color: #0D0D0D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.833px;
  top: -12px;
  left: 15px;
  position: absolute;
  padding: 0 5px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap .select-p {
    font-size: 10px;
    line-height: 12px;
    top: -4px;
  }
}
#price-list-bd .price-list-top-wrap .btn-drop {
  border-radius: 9.917px;
  border: 1.24px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  font-family: var(--font-tstar-medium);
  color: var(--Color, #ffffff);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 14px;
  background: #0D0D0D;
}
#price-list-bd .price-list-top-wrap .btn-drop::after {
  border: none;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap .btn-drop {
    font-size: 14px;
    height: 44px;
    line-height: 20px;
  }
}
#price-list-bd .price-list-top-wrap .campaign-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: none;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-top-wrap .campaign-dropdown li a {
    font-size: 12px;
  }
}
#price-list-bd .price-list-top-wrap .btn-disabled {
  background: #A5A5A5;
  pointer-events: none;
}
#price-list-bd .price-list-bottom-wrap {
  margin-top: 40px;
}
#price-list-bd .price-list-bottom-wrap .pricelist--header-container {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .pricelist--header-container {
    margin-bottom: 16px;
  }
}
#price-list-bd .price-list-bottom-wrap .red-line-decoration {
  width: 77px;
  height: 2px;
  background: #EE2425;
  align-self: center;
  margin-bottom: 32px;
}
#price-list-bd .price-list-bottom-wrap .content-wrap {
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap {
    flex-direction: column;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap {
  position: relative;
  width: 632px;
  height: 386px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap {
    margin-bottom: 16px;
    width: 328px;
    height: 199px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img {
  width: fit-content;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img {
    max-width: 328px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.disk_img {
  bottom: 45px;
  z-index: 0;
  width: 731px;
  height: 148.151px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.disk_img {
    width: 328px;
    height: 68px;
    bottom: 40px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.bike_img {
  z-index: 1;
  left: 42%;
  transform: translateX(-50%) translateY(-10%);
  width: 565.6px;
  height: 356.247px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-img-wrap img.bike_img {
    width: 253.785px;
    height: 159.848px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap {
  padding-left: 16px;
  max-width: 49.3%;
  align-self: flex-start;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap {
    padding-left: 0;
    align-items: center;
    max-width: 100%;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text {
  font-family: var(--font-tstar-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  padding-top: 30px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text {
    font-family: var(--font-tstar-medium);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text span {
  font-family: var(--font-tstar-bold);
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text span.price {
  font-size: 24px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--text span.price {
    font-size: 20px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--name {
  font-family: var(--font-tstar-heavy);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .bike--name {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text {
  font-family: var(--font-tstar-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text span {
  font-family: var(--font-tstar-bold);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-left: 14px;
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .price--text span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-left: 2px;
  }
}
#price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .showroomprice--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-tstar-medium);
}
@media (max-width: 768px) {
  #price-list-bd .price-list-bottom-wrap .content-wrap .bike-detail-wrap .showroomprice--text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.pl-container {
  padding: 0 40px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .pl-container {
    padding: 0 16px;
  }
}
p.pricelist--header {
  color: #303030;
  text-align: center;
  font-family: var(--font-tstar-bold);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  /* 160% */
  text-transform: uppercase;
  margin-bottom: unset;
}
p.pricelist--header span {
  color: #EE2425;
  text-align: center;
  font-family: var(--font-tstar-heavy);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  /* 160% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  p.pricelist--header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  p.pricelist--header span {
    color: #EE2425;
    font-size: 24px;
    line-height: 32px;
  }
}
.price-list-table-component {
  background: white;
  padding: 40px 110px;
}
@media (max-width: 768px) {
  .price-list-table-component {
    padding: 16px 0;
    background: #ededed;
  }
}
.price-list-table-component .table-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: unset;
  width: unset;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container {
    padding: 0 16px;
  }
}
.price-list-table-component .table-container .red-line-decoration {
  width: 77px;
  height: 2px;
  background: #EE2425;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .red-line-decoration {
    margin-bottom: 16px;
  }
}
.price-list-table-component .table-container .table--wrap {
  width: 100%;
}
.price-list-table-component .table-container .table--wrap table {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  outline: 1px solid #E8E8E8 !important;
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.08), 0px 6px 12px -6px rgba(24, 39, 75, 0.12);
  border: 0 !important;
  margin-bottom: 71px;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table {
    margin-bottom: 16px;
  }
}
.price-list-table-component .table-container .table--wrap table th {
  color: #EE2425;
  /* Web/H3-32px/Heavy */
  font-family: var(--font-tstar-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th {
    padding-right: 154px !important;
  }
}
.price-list-table-component .table-container .table--wrap table th:first-child {
  padding-left: 110px !important;
}
@media (max-width: 1150px) {
  .price-list-table-component .table-container .table--wrap table th:first-child {
    padding-left: 55px !important;
  }
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th:first-child {
    padding-left: 16px !important;
  }
}
@media (max-width: 1150px) {
  .price-list-table-component .table-container .table--wrap table th:last-child {
    padding-right: 77px !important;
  }
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table th:last-child {
    padding-right: 16px !important;
  }
}
.price-list-table-component .table-container .table--wrap table tr {
  background: white;
}
.price-list-table-component .table-container .table--wrap table tr:nth-child(even) {
  background: #EDEDED;
}
.price-list-table-component .table-container .table--wrap table tr td {
  border: none !important;
}
@media (min-width: 768px) {
  .price-list-table-component .table-container .table--wrap table tr td {
    padding-right: 121px !important;
  }
}
.price-list-table-component .table-container .table--wrap table tr td:first-child {
  padding-left: 110px !important;
  padding-right: 359px !important;
}
@media (max-width: 1150px) {
  .price-list-table-component .table-container .table--wrap table tr td:first-child {
    padding-left: 55px !important;
  }
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table tr td:first-child {
    padding-left: 16px !important;
    padding-right: 17px !important;
  }
}
.price-list-table-component .table-container .table--wrap table tr td p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--font-tstar-bold);
  margin: unset;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .price-list-table-component .table-container .table--wrap table tr td p {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    max-width: 230px;
  }
}
.price-list-table-component #pl-search-btn {
  width: fit-content;
  line-height: 28px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .price-list-table-component #pl-search-btn {
    max-width: unset;
    padding: 8px 24px;
    line-height: normal;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .price-list-table-component #pl-search-btn .btn {
    min-width: 296px !important;
  }
}
.price-accordion-container {
  padding: 0 149px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .price-accordion-container {
    padding: 16px;
  }
}
.price-accordion-container .accordian-heading-faq {
  min-height: 80px;
}
.price-accordion-container .faqs-accord-tile {
  overflow: hidden;
  border-radius: 16px;
  background: #FFF;
}
.price-accordion-container .faqs-accord-tile h2 p {
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px !important;
  font-family: var(--font-tstar-bold) !important;
  padding: 24px 0;
  margin: unset;
}
.price-accordion-container .faqs-accord-tile .card-body-faq {
  padding-bottom: 24px;
}
.price-accordion-container .faqs-accord-tile .card-body-faq p {
  margin: unset;
  color: var(--textcolor-heading-body, #303030);
  /* Web/B2-16px/Medium */
  font-family: var(--font-tstar-regular);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.price-accordion-container .faqs-accord-tile.active-faq-border-box {
  box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
}
.price-accordion-container .faqs-accord-tile .faq-arrows-plus {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s ease transform;
}
@media (max-width: 768px) {
  .price-accordion-container .faqs-accord-tile .faq-arrows-plus {
    width: 24px !important;
    height: 24px !important;
  }
}
.price-accordion-container .faqs-accord-tile .card-head-faq.active .faq-arrows-plus {
  transform: rotate(-45deg);
  transition: 0.3s ease transform;
}
.price-accordion-container .faq--slider-wrap .card {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-accordion-container .faq-card-tile-mobile {
    margin: 0;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
  }
  .price-accordion-container .faq-card-tile-mobile:last-child {
    margin-bottom: 0;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-sub-heading-faq p {
    color: #303030 !important;
    padding-right: 12px;
    width: 100%;
    font-size: 18px !important;
    line-height: 24px !important;
    font-family: var(--font-tstar-bold) !important;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper {
    height: 100%;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-sub-heading-faq .faq-arrow-wrapper .faq-arrows-plus {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    transition: 0.3s ease transform;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-body-faq {
    margin-top: 12px;
  }
  .price-accordion-container .faq-card-tile-mobile .mob-body-faq span p {
    color: #303030;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px !important;
    font-family: var(--font-tstar-medium);
  }
  .price-accordion-container .active-faq-border-mob {
    box-shadow: 0px 8px 24px -4px rgba(24, 39, 75, 0.1), 0px 6px 12px -6px rgba(24, 39, 75, 0.1);
  }
  .price-accordion-container .active-faq-border-mob .faq-arrows-plus {
    transform: rotate(-45deg);
    transition: 0.3s ease transform;
  }
}

.price-page-carousel {
  padding: 35px 28px 48px 26px;
}
@media (max-width: 768px) {
  .price-page-carousel {
    padding: 17px 16px;
  }
}
.price-page-carousel .main-block {
  border-radius: 18px;
  background: #0D0D0D;
  padding: 69px 109px 87px 77px;
  margin: 0 14px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block {
    padding: 32px 16px 36px;
    margin: 0 7px;
  }
}
.price-page-carousel .main-block .text-holder {
  margin-bottom: 44px;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .text-holder {
    margin-left: unset;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.price-page-carousel .main-block .text-holder .red-line {
  width: 77px;
  height: 2px;
  background: #EE2425;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .text-holder .red-line {
    margin-bottom: unset;
  }
}
.price-page-carousel .main-block .text-holder .header {
  color: var(--Color, #ffffff);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .text-holder .header {
    font-size: 24px;
    line-height: 32px;
  }
}
.price-page-carousel .main-block .text-holder .header span {
  color: var(--Color, #ee2425);
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block {
    margin: 0 25px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-prev {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow-active.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-next {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow-active.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-prev.slick-disabled {
  background-image: url(clientlib-base-global/resources/images/icons/left-arrow.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow.slick-next.slick-disabled {
  background-image: url(clientlib-base-global/resources/images/icons/right-arrow.svg);
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick button.slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  padding: 9.6px;
  align-self: center;
  font-size: 0px;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-next {
  right: -145px;
  margin-right: 26px;
  bottom: 35%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-next {
    margin-right: 9px;
    width: 40px !important;
    height: 40px !important;
    right: -60px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-prev {
  left: -115px;
  margin-left: 26px;
  bottom: 35%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-prev {
    margin-left: 9px;
    width: 40px !important;
    height: 40px !important;
    left: -60px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-slide {
  margin-left: 32px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .slick-slide {
    margin-left: unset;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container {
  width: fit-content;
  background-color: #313131;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-holder {
  padding: 20px 38px 31px;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-holder {
    padding: 15x 27px 24px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-holder .img {
  width: 100%;
  height: 100%;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info {
  padding: 0 0 20px 33px;
  color: var(--Color, #ffffff);
  font-family: var(--font-tstar-bold);
  font-style: normal;
  line-height: 24px;
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .model {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .model {
    font-size: 18.875px;
    line-height: 24px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .price {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .price-page-carousel .main-block .bike-carousel-block .img-block-slick .img-container .img-info .price {
    font-size: 12.583px;
    line-height: 24px;
  }
}
.price-page-carousel .main-block .bike-carousel-block .img-block-slick a:hover,
.price-page-carousel .main-block .bike-carousel-block .img-block-slick a:focus {
  text-decoration: none;
}

/* Genuie oil styling */
.hero-geniue-oil #engine,
.hero-geniue-oil #bike-model-name {
  border: 1px solid #f1f1f1;
  background: url(../../../etc.clientlibs/hero-aem-website/clientlibs/clientlib-site/resources/select-down-arrow.jpeg)#f1f1f1;
  background-repeat: no-repeat;
  background-position: right center;
  width: 210px;
  padding: 7px 10px;
  font-size: 12px;
  font-family: var(--font-open-sans-semibold);
  color: #1c1c1c;
  text-transform: normal;
  outline: none;
  margin: 0 15px 0 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: uppercase;
}

.geniue-oil-dropdown {
  width: 100%;
  text-align: center;
}

#geniue-oil-table table tr th:first-child,
#geniue-oil-table table tr td:first-child {
  display: none;
}

#geniue-oil-table {
  background: #e6e6e6;
  padding: 20px;
  font-family: var(--font-open-sans-semibold);
  font-size: 13px;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 22px;
}

#geniue-oil-table table {
  width: 100%;
  margin: 0 !important;

}

#geniue-oil-table table tr {
  text-align: center;
}


@media (max-width: 500px) {
  .geniue-oil-dropdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .geniue-oil-dropdown #bike-model-name {
    margin-top: 10px;
  }
}

@media(max-width: 600px) {
  #geniue-oil-table{
    width: 100%;
    overflow-x: auto;
  }

  #geniue-oil-table table {
    width: 600px;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
    .common-section .nav .nav-link {
      font-size: 16px;
    }
}

#ngWebsite{
  .bike-detail {
    .bike-detail-content {
      .bike-logo img {
    max-height: 50px;
      }
    }
}
}

.grecaptcha-badge {
  visibility: hidden;
}