/*
 *  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;
}
/* phone breakpoint */
@media (max-width: 768px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 769px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
/* force showing hidden components in unhide mode */
.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

@charset "utf-8";@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}*{-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0}canvas,img,picture,svg,video{display:block;max-width:100%}ol,ul{list-style:none}:focus{outline:0}@media only screen and (max-width:1023px){.cmp-prize-form{padding:2.5rem 1rem 3.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form{margin-top:2rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field textarea{font-size:1rem;margin:.8125rem 0 1rem;padding:.625rem .9375rem .6875rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg{bottom:-.4375rem;position:absolute}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg-answer{position:absolute}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__upload{margin-bottom:10px}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div .cmp-button-prize-form{margin-top:2rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div{padding-top:10px}.cmp-prize-form .loader-modal-content{left:29%;top:25%}.cmp-prize-form .loader-modal-content img{height:75pt;width:75pt}.cmp-prize-form .modal-content{left:17%;top:25%;width:65%}.cmp-prize-form .modal-content .social-media-div{align-items:center;flex-direction:column}.cmp-prize-form .modal-content .social-media-div span{line-height:1.3;margin-bottom:.625rem}.cmp-prize-form .bingo-product-logo{height:5.625rem;width:5.625rem}}.cmp-milk-form{margin:0 auto;max-width:115rem;padding-bottom:6rem;padding-top:3.75rem}@media only screen and (max-width:1023px){.cmp-milk-form{max-width:24.375rem;padding:2rem .125rem}}.cmp-milk-form .cmp-milk-form__container{margin:0 auto;max-width:100%;width:49.5rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__title{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:2rem;font-weight:700;letter-spacing:0;line-height:2.5rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__title{margin:0 auto;max-width:34rem;text-align:center}}@media only screen and (min-width:1366px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__title{margin:0 auto;max-width:34rem;text-align:center}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper{display:flex}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form{margin-top:3rem;width:100%}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form{margin-top:2rem}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field{position:relative}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field textarea{background:#ffe7ad;border:.0625rem solid #ffe7ad;border-radius:1rem;color:#382312;font-family:Poppins,sans-serif;font-size:1.125rem;line-height:.1015625rem;margin:.5rem 0 2rem;padding:.9375rem 1.1875rem;position:relative;width:100%}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field textarea{font-size:1rem;margin:.8125rem 0 1rem;padding:.625rem .9375rem .6875rem}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field textarea{margin-bottom:0;resize:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field label.required:after{color:#da001c;content:" *"}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .body-1{color:#382312;font-size:1.125rem;font-weight:unset;line-height:1.5rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input[type=number]::-webkit-inner-spin-button,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field input[type=number]{-moz-appearance:textfield}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg{bottom:.25rem;color:#da001c;font-size:.875rem;position:absolute}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg{bottom:0;position:absolute}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg-answer{color:#da001c;font-size:.875rem;position:absolute}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field .cmp-milk-form__error-msg-answer{position:absolute}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field #email-id-error,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field #first-name-error{display:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__contact-number,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__email-id,.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__first-name{margin-top:1.25rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__answer{margin-bottom:2.5rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div{display:flex;justify-content:center}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div .cmp-button-milk-form{align-items:center;background:#da001c;border:none;border-radius:1.5rem;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;font-family:Libre Baskerville,sans-serif;font-size:1.2rem;font-weight:600;height:3rem;justify-content:center;margin-bottom:1rem;margin-top:3rem;padding:1.1rem 3rem;text-decoration:none;width:fit-content}@media only screen and (max-width:1023px){.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div .cmp-button-milk-form{margin-top:2rem}}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-primary-div .cmp-button-milk-form:hover{background:#8d0e20}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container{color:#382312;cursor:pointer;display:block;font-size:1.125rem;margin-bottom:9pt;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container a{color:#382312}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .checkmark{background-color:#eee;border-color:#fff;border-radius:.3125rem;height:1.5625rem;left:0;position:absolute;top:0;width:1.5625rem}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container:hover input~.checkmark{background-color:#ccc}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container input:checked~.checkmark{background-color:#338515}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .checkmark:after{content:"";display:block;position:absolute}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container input:checked~.checkmark:after{display:block}.cmp-milk-form .cmp-milk-form__container .cmp-milk-form__wrapper .cmp-milk-form__form .checkbox-div .label-container .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:9pt;left:9px;top:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:7px}.cmp-milk-form .cmp-milk-form__error-msg{color:#bf271b;font-size:1rem}.cmp-milk-form .modal{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;padding-top:6.25rem;position:fixed;top:0;width:100%;z-index:1}.cmp-milk-form .modal-content{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:animatetop;animation-name:animatetop;background-color:#000;border:1px solid #888;border-radius:35px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#fff;left:35%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%;width:30%}@media only screen and (max-width:1023px){.cmp-milk-form .modal-content{left:17%;top:25%;width:65%}}.cmp-milk-form .modal-content p{padding-right:20px}.cmp-milk-form .modal-content .cmp-alert-id-error,.cmp-milk-form .modal-content .cmp-alert-id-success{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;justify-content:center;margin-top:1.25rem}.cmp-milk-form .modal-content .social-media-div{display:none;flex-direction:column;justify-content:center;margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-milk-form .modal-content .social-media-div{align-items:center;flex-direction:column}}.cmp-milk-form .modal-content .social-media-div span{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:2;margin-bottom:10px}@media only screen and (max-width:1023px){.cmp-milk-form .modal-content .social-media-div span{line-height:1.3;margin-bottom:.625rem}}.cmp-milk-form .modal-content .social-media-div a{margin:0 auto}.cmp-milk-form .modal-content .social-media-div a img{height:3.125rem;width:3.125rem}.cmp-milk-form .close{color:#fff;float:right;font-size:28px;font-weight:700}.cmp-milk-form .close:focus,.cmp-milk-form .close:hover{color:#aaa;cursor:pointer;text-decoration:none}.cmp-milk-form .aashirvaad-product-logo{height:6.25rem;margin:0 auto;width:6.25rem}@media only screen and (max-width:1023px){.cmp-milk-form .aashirvaad-product-logo{height:5.625rem;width:5.625rem}}.page-internal-search{margin-top:1.25rem}.page-internal-search .page-internal-search__container{max-width:100%;width:49.5rem;width:100%}.page-internal-search .page-internal-search__container .page-internal-search__wrapper{display:flex}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form{border:1px solid #382312;border-radius:.625rem;display:flex;flex-direction:row;margin-top:.5rem;padding:10px 20px;width:100%}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form{flex-direction:column;margin-top:0;padding:.5rem 1.25rem .8rem}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{display:flex;flex-direction:column;position:relative}@media only screen and (min-width:1366px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{width:36%}}@media only screen and (min-width:1024px)and (max-width:1365px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{width:40%}}@media only screen and (max-width:1024px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{width:50%}}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field{margin:0 auto;text-align:center;width:100%}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input{background:#ffe7ad;border:.0625rem solid #ffe7ad;color:#382312;font-family:Poppins,sans-serif;font-size:1.125rem;line-height:.1015625rem;margin:.5rem 0;padding:.9375rem 1.1875rem;position:relative;width:100%}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input::placeholder{font-size:1.0625rem}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input{font-size:1rem;margin:.8125rem 0 .5rem;padding:.625rem .9375rem .6875rem;width:100%}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field input::placeholder{font-size:.6875rem}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field label{padding-right:.3125rem}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field .body-1{color:#382312;font-size:1.125rem;font-weight:unset;line-height:1.5rem}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field .page-internal-search__error-msg{color:#da001c;font-size:.875rem;margin-bottom:10px}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .page-internal-search__form-field .page-internal-search__error-msg{margin-bottom:unset}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div{margin-top:1.2rem}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div{margin:0 auto}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search{align-items:center;background:#da001c;border:none;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;flex-direction:column;font-family:Libre Baskerville,sans-serif;font-size:1rem;font-weight:600;gap:0;height:3.45rem;justify-content:center;margin-top:.8rem;padding:1.1rem .8rem;text-decoration:none;width:fit-content}@media only screen and (max-width:1023px){.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search{height:2.8rem;margin-top:.6rem;padding:1.7rem 1rem}}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search .internal-search-icon{font-family:icomoon!important;font-size:1.1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search .internal-search-icon:before{color:#fff6e3;content:""}.page-internal-search .page-internal-search__container .page-internal-search__wrapper .page-internal-search__form .cmp-button-primary-div .cmp-button-internal-search:hover{background:#8d0e20}.is-hidden{display:none}.setHeightHeader{height:45px}@media only screen and (max-width:1023px){.setHeightHeader{height:55px}}.wowzers-main-div{position:relative}@media only screen and (max-width:1023px){.wowzers-main-div{display:flex;justify-content:center}.wowzers-main-div .wowzers-main-container{width:100%}}.wowzers-main-div .wowzers-main-container .image-div-desktop{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.wowzers-main-div .wowzers-main-container .image-div-desktop img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}.wowzers-main-div .wowzers-main-container .image-div-desktop .wowzers-images-list-hide-desktop,.wowzers-main-div .wowzers-main-container .image-div-desktop .wowzers-images-list-hide-mobile,.wowzers-main-div .wowzers-main-container .image-div-mobile{display:none}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-main-container .image-div-desktop{display:none}.wowzers-main-div .wowzers-main-container .image-div-mobile{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.wowzers-main-div .wowzers-main-container .image-div-mobile img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}.wowzers-main-div .wowzers-main-container .image-div-mobile .wowzers-images-list-hide-desktop,.wowzers-main-div .wowzers-main-container .image-div-mobile .wowzers-images-list-hide-mobile{display:none}}.wowzers-main-div .wowzers-modal{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;overflow:auto;padding-top:75pt;position:fixed;top:0;width:100%;z-index:1}.wowzers-main-div .wowzers-modal .modal-content{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border-radius:17px;color:#fff;left:38%;margin:auto;max-height:fit-content;min-height:30%;position:fixed;text-align:center;top:30%;width:23%}@media only screen and (max-width:767px){.wowzers-main-div .wowzers-modal .modal-content{left:11%;min-height:21%;top:25%;width:79%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content{left:22%;min-height:21%;top:25%;width:58%}}.wowzers-main-div .wowzers-modal .modal-content .padding-content{padding:0 20px 20px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-title,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-title{color:#fff;font-size:1.125rem;justify-content:center;margin-bottom:1.25rem}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-title,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-title{font-size:1.25rem}}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-title{margin-top:20px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-desc,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-desc{font-size:9pt;margin-bottom:1.25rem}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-desc p,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-desc p{margin-bottom:8px}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-desc,.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-desc{font-size:14px}}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-button-div{margin-bottom:10px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-success-button-div .wowzers-leaderboard-button{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border:1px solid #fff;border-radius:17px;box-shadow:0 8px 1pc 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#fff;cursor:pointer;font-size:14px;padding:7px 35px;text-decoration:none}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-button-div{margin-bottom:18px}.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-button-div .wowzers-try-again{color:#fff;cursor:pointer;font-size:1pc;text-decoration:underline}@media only screen and (max-width:1023px){.wowzers-main-div .wowzers-modal .modal-content .padding-content .wowzers-failure-button-div .wowzers-try-again{font-size:17px}}.wowzers-main-div .wowzers-modal .modal-content .home-button-div{align-items:flex-start;background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:13px;border-top-left-radius:0;border-top-right-radius:13px;cursor:pointer;display:flex;justify-content:flex-start;margin-bottom:10px;margin-top:19px;padding:5px;width:29%}@media only screen and (max-width:768px){.wowzers-main-div .wowzers-modal .modal-content .home-button-div{width:28%}}.wowzers-main-div .wowzers-modal .modal-content .home-button-div .home-button{color:#ef9021;cursor:pointer;font-size:14px;font-weight:700;padding-top:1px}.wowzers-main-div .wowzers-modal .modal-content .home-button-div img{cursor:pointer;height:20px;margin-left:3px;margin-right:3px;padding-right:4px;width:20px}.wowzers-main-div .timer-modal{background-color:rgba(180,231,242,.1);display:none;height:100%;left:0;overflow:auto;padding-top:75pt;position:fixed;top:0;width:100%;z-index:1}.wowzers-main-div .timer-modal .timer-modal-content{border-radius:17px;color:#fff;left:35%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%;width:30%}@media only screen and (max-width:1023px){.wowzers-main-div .timer-modal .timer-modal-content{left:9%;min-height:25%;top:25%;width:83%}}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div{display:flex;justify-content:center}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div svg{height:200px;width:200px}@media only screen and (max-width:768px){.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div svg{height:255px;width:255px}}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div circle{fill:transparent;stroke:#fff;stroke-width:2;stroke-linecap:round}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div .dashed{stroke-dasharray:8,8.5}.wowzers-main-div .timer-modal .timer-modal-content .timer-circle-div div{color:#fff;font-size:38px;font-weight:700;line-height:75pt;text-align:center}.wowzers-main-div .timer-modal .timer-modal-content .timer-text-div{margin-top:10px}.wowzers-main-div .timer-modal .timer-modal-content .timer-text-div div{color:#fff;font-size:24px;font-weight:700}.wowzers-main-div .count-down-timer-container{left:76%;position:absolute;top:36%}@media only screen and (max-width:767px){.wowzers-main-div .count-down-timer-container{left:29%;top:81%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .count-down-timer-container{left:42%;top:80%}}.wowzers-main-div .count-down-timer-container .count-down-circle-div svg{height:140px;width:140px}@media only screen and (max-width:767px){.wowzers-main-div .count-down-timer-container .count-down-circle-div svg{height:113px;width:169px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .count-down-timer-container .count-down-circle-div svg{height:200px;width:200px}}.wowzers-main-div .count-down-timer-container .count-down-circle-div circle{fill:transparent;stroke:#fff;stroke-width:2.5;stroke-linecap:round}@media only screen and (max-width:768px){.wowzers-main-div .count-down-timer-container .count-down-circle-div circle{stroke-width:3}}.wowzers-main-div .count-down-timer-container .count-down-circle-div .background-gradient{background-color:hsla(0,0%,100%,.2);border-radius:54px}.wowzers-main-div .count-down-timer-container .count-down-circle-div .dashed{stroke-dasharray:10,11}@media only screen and (max-width:768px){.wowzers-main-div .count-down-timer-container .count-down-circle-div .dashed{stroke-dasharray:9,9}}.wowzers-main-div .count-down-timer-container .count-down-circle-div #timerNumber{color:#fff;font-size:38px;font-weight:700;line-height:75pt;text-align:center}@media only screen and (max-width:768px){.wowzers-main-div .count-down-timer-container .count-down-circle-div #timerNumber{font-size:33px}}.wowzers-main-div .user-form-container{left:68%;position:absolute;top:24%}@media only screen and (max-width:399px){.wowzers-main-div .user-form-container{display:flex;justify-content:center;left:unset;top:36%}}@media only screen and (min-width:400px)and (max-width:767px){.wowzers-main-div .user-form-container{display:flex;justify-content:center;left:unset;top:44%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container{display:flex;justify-content:center;left:unset;top:44%}}.wowzers-main-div .user-form-container .wowzers-form-div{background-image:linear-gradient(90deg,#f09929,#f7c64e);border-radius:18px;color:#fff;height:auto;margin:0 auto;max-width:355px;padding:17px;width:355px}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div{max-width:335px;width:335px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div{max-width:500px;width:500px}}.wowzers-main-div .user-form-container .wowzers-form-div h3{font-size:15px;margin-bottom:20px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div h3{font-size:18px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div h3{font-size:25px}}.wowzers-main-div .user-form-container .wowzers-form-div p{font-size:9pt;margin-bottom:10px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div p{font-size:13px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div p{font-size:19px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form{text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field{margin-bottom:11px}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field .inputData{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border:1px solid #fff;border-radius:17px;color:#fff;padding:9px;text-align:center;width:85%}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field .inputData{height:44px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field input[type=number]::-webkit-inner-spin-button,.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field input[type=number]{-moz-appearance:textfield}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::placeholder{color:#fcd9a9!important;font-size:9pt;text-align:center!important}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::placeholder{font-size:14px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::placeholder{font-size:15px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::-webkit-input-placeholder{font-size:9pt;text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field :-moz-placeholder,.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field ::-moz-placeholder{font-size:9pt;text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-form__form-field :-ms-input-placeholder{font-size:9pt;text-align:center}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-button-div .wowzers-button-form{background-image:linear-gradient(90deg,#e59a3d,#ecc25f);border:1px solid #fff;border-radius:17px;color:#fff;cursor:pointer;font-size:15px;padding:7px 36px;text-decoration:none}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-button-div .wowzers-button-form{font-size:17px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .wowzers-button-div .wowzers-button-form{font-size:25px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .cmp-prize-form__error-msg{color:#bf271b;font-size:.6875rem;justify-content:center;margin-top:2px}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .cmp-prize-form__error-msg{font-size:.9375rem}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div{margin-bottom:20px;padding-top:7px}@media only screen and (max-width:768px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div{padding-top:10px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container{color:#fff;cursor:pointer;display:block;font-size:.75rem;padding-left:27px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container{font-size:.9375rem;padding-left:18px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container{font-size:1rem}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container a{color:#fff}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark{background-color:#f09929;border:1px solid #fff;border-radius:3px;height:13px;left:35px;position:absolute;top:1px;width:9pt}@media only screen and (max-width:767px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark{left:28px;top:4px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark{height:15px;left:55px;top:5px;width:15px}}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container input:checked~.checkmark,.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container:hover input~.checkmark{background-color:#f09929}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .checkmark:after{content:"";display:none;position:absolute}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container input:checked~.checkmark:after{display:block}.wowzers-main-div .user-form-container .wowzers-form-div .wowzers__form .checkbox-div .label-container .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;height:9px;left:2px;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:6px}.wowzers-main-div .instructions{left:5%;position:absolute;top:24%}@media only screen and (max-width:399px){.wowzers-main-div .instructions{display:flex;flex-direction:column;justify-content:center;left:unset;top:40%}}@media only screen and (min-width:400px)and (max-width:767px){.wowzers-main-div .instructions{display:flex;flex-direction:column;justify-content:center;left:unset;top:51%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions{display:flex;flex-direction:column;justify-content:center;left:unset;top:51%}}.wowzers-main-div .instructions .game-instructions{background-image:linear-gradient(90deg,#ef9021,#f7c64e);border-radius:18px;height:auto;margin:0 auto;max-width:335px;overflow:hidden;padding:17px;position:relative;text-align:center;width:335px}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions{border-radius:18px;height:auto;margin:0 auto;max-width:335px;padding:17px;width:335px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions{border-radius:18px;height:auto;margin:0 auto;max-width:500px;padding:17px;width:500px}}.wowzers-main-div .instructions .game-instructions .game-instructions__title{color:#fff;font-size:15px;font-weight:600;letter-spacing:0;margin-bottom:20px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions .game-instructions__title{font-size:20px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions .game-instructions__title{font-size:25px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper{margin-bottom:36px;margin-top:24px;overflow:hidden}.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class{display:flex;flex-direction:row;justify-content:center}.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class img{height:20px;padding-top:5px;width:20px}@media only screen and (max-width:768px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class img{height:20px;padding-top:4px;width:20px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class .game-instructions__carousel--subTitle{color:#fff;font-size:14px;font-weight:600;letter-spacing:0;padding-left:2px;padding-right:2px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class .game-instructions__carousel--subTitle{font-size:17px;padding-left:3px;padding-right:3px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .subtitle-icon-class .game-instructions__carousel--subTitle{font-size:23px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper .game-instructions__carousel--description{color:#fff;font-size:9pt;font-weight:400;letter-spacing:0;margin-top:14px;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .game-instructions__carousel--description{font-size:17px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions .instructions-swiper .game-instructions__carousel--description{font-size:19px}}.wowzers-main-div .instructions .game-instructions .instructions-swiper .swiper-pagination{cursor:pointer;display:flex;justify-content:center;margin-bottom:1pc}.wowzers-main-div .instructions .game-instructions .instructions-swiper .swiper-pagination-bullet{background-color:#fff!important;border:1px solid #fff!important;border-radius:20px;height:8px;margin-right:5px;opacity:unset!important;width:8px}.wowzers-main-div .instructions .game-instructions .instructions-swiper .swiper-pagination-bullet-active{background:#fff;clip-path:fill-box!important;height:8px;width:27px}.wowzers-main-div .instructions .get-started-button{align-items:center;display:flex;justify-content:center;margin-top:14px;text-align:center}@media only screen and (max-width:768px){.wowzers-main-div .instructions .get-started-button{margin-top:7px}}.wowzers-main-div .instructions .get-started-button .get-started-button--link{align-items:center;background-color:#a3835e;background-image:none;border:1px solid #fff;border-radius:5pc;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;font-size:8px;font-weight:400;opacity:.9;padding:7px 36px;text-align:center;text-decoration:none;width:fit-content}@media only screen and (max-width:767px){.wowzers-main-div .instructions .get-started-button .get-started-button--link{font-size:15px;height:40px;padding:5px 52px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .get-started-button .get-started-button--link{font-size:25px;height:40px;padding:5px 52px}}.wowzers-main-div .instructions .game-instructions__cta{align-items:center;display:flex;justify-content:center;margin-top:24px;text-align:center}@media only screen and (max-width:768px){.wowzers-main-div .instructions .game-instructions__cta{margin-top:7px}}.wowzers-main-div .instructions .game-instructions__cta--link{align-items:center;background-image:linear-gradient(90deg,#ef9021,#f7c64e);border:none;border-radius:5pc;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;font-size:15px;font-weight:400;padding:7px 36px;text-align:center;text-decoration:none;width:fit-content}@media only screen and (max-width:767px){.wowzers-main-div .instructions .game-instructions__cta--link{font-size:15px;height:40px;padding:5px 52px}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .instructions .game-instructions__cta--link{font-size:25px;height:40px;padding:5px 52px}}.wowzers-main-div .tnc-main-container{bottom:2.5%;display:block;position:absolute;width:100%}@media only screen and (max-width:767px){.wowzers-main-div .tnc-main-container{bottom:unset;top:89.8%}.wowzers-main-div .tnc-main-container .up-arrow-mobile-div{margin-bottom:-4px;text-align:center}.wowzers-main-div .tnc-main-container .up-arrow-mobile-div .arrow{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:5px}.wowzers-main-div .tnc-main-container .up-arrow-mobile-div .up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}}.wowzers-main-div .tnc-main-container .tnc-policy-div{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center}@media only screen and (max-width:767px){.wowzers-main-div .tnc-main-container .tnc-policy-div{flex-direction:column}.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta{width:100%}}.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta .tnc__cta--link{align-items:center;background-color:hsla(0,0%,100%,.3);border:1px solid #fff;border-radius:5pc;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:9px;padding:4px 7px;text-align:center;text-decoration:underline;width:fit-content}@media only screen and (max-width:767px){.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta .tnc__cta--link{border:none;border-radius:unset;display:block!important;font-size:9pt;font-size:14px;height:27px;padding:1px 14px;width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.wowzers-main-div .tnc-main-container .tnc-policy-div .tnc__cta .tnc__cta--link{font-size:25px}}.padding-wowzers{padding-top:0!important}.leaderboard-main-class{display:flex;justify-content:center;position:relative}.leaderboard-main-class .leaderboard-bg-image-container{width:100%}.leaderboard-main-class .leaderboard-bg-image-container .image-div-desktop{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.leaderboard-main-class .leaderboard-bg-image-container .image-div-desktop img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}.leaderboard-main-class .leaderboard-bg-image-container .image-div-mobile{display:none}@media only screen and (max-width:1023px){.leaderboard-main-class .leaderboard-bg-image-container .image-div-desktop{display:none}.leaderboard-main-class .leaderboard-bg-image-container .image-div-mobile{background:hsla(0,0%,100%,.3);display:block;margin:0 auto}.leaderboard-main-class .leaderboard-bg-image-container .image-div-mobile img{background-repeat:no-repeat;height:auto;max-height:100vh;max-width:100%;width:100%}}.leaderboard-main-class .content-div{display:flex;flex-direction:column;justify-self:center;position:absolute;top:11%}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div{top:15%}}.leaderboard-main-class .content-div .leader-board-container{background-image:linear-gradient(90deg,#f09929,#f7c64e);border-radius:17px;color:#fff;height:auto;margin:0 auto;max-width:300px;padding:17px 17px 10px;width:300px}@media only screen and (max-width:767px){.leaderboard-main-class .content-div .leader-board-container{max-width:330px;width:330px}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container{max-width:500px;width:500px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container{max-width:500px;width:500px}}.leaderboard-main-class .content-div .leader-board-container .leader-board-title{font-size:22px;margin-bottom:15px;text-align:center}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .leader-board-title{font-size:26px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .leader-board-title{font-size:28px}}.leaderboard-main-class .content-div .leader-board-container .leader-board-bottom-text{font-size:11px;padding:10px;text-align:center}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .leader-board-bottom-text{font-size:15px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .leader-board-bottom-text{font-size:18px}}.leaderboard-main-class .content-div .leader-board-container .winner-details-container{display:flex;justify-content:center;max-height:300px;overflow:auto;scrollbar-color:#fff #f2a94c}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table{border-collapse:collapse;table-layout:fixed;width:100%}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{background-image:linear-gradient(90deg,#f2a94c,#f7cc65);border-radius:19px;display:flex;font-size:9pt;margin-bottom:5px;padding:4px 15px;width:100%}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list td{text-align:left;width:100%}@media only screen and (max-width:767px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{padding:3px 15px}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{font-size:23px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .winners-list{font-size:21px}}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{border-radius:10px;display:flex;font-size:11px;margin-bottom:8px;padding:0 5px;width:100%}.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title th{text-align:left;width:100%}@media only screen and (max-width:767px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{font-size:13px;padding:0 7px}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{font-size:22px}}@media only screen and (min-width:1920px){.leaderboard-main-class .content-div .leader-board-container .winner-details-container table .table-title{font-size:20px}}.leaderboard-main-class .content-tnc-div{bottom:3%;display:flex;flex-direction:column;justify-self:center;position:absolute}@media only screen and (max-width:1023px){.leaderboard-main-class .content-tnc-div{bottom:unset;top:87%;width:100%}.leaderboard-main-class .content-tnc-div .up-arrow-mobile-div{margin-bottom:-4px;text-align:center}.leaderboard-main-class .content-tnc-div .up-arrow-mobile-div .arrow{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:5px}.leaderboard-main-class .content-tnc-div .up-arrow-mobile-div .up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container{margin-top:40px;text-align:center}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container{margin-top:0}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div{background-color:hsla(0,0%,100%,.5);border:1px solid #fff;border-radius:17px;display:inline-block;margin-bottom:20px;padding:3px 9pt}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div a{color:#fff;font-size:11px;text-decoration:underline}@media only screen and (max-width:1023px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div a{font-size:15px}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div a:hover{color:#fff}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div{border-radius:unset;padding:6px 15px;width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .terms-div{border-radius:unset;margin-bottom:unset;padding:6px 15px;width:100%}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-right{margin-right:4px}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-right{margin-right:unset}}.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-left{margin-left:4px}@media only screen and (max-width:767px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-left{margin-left:unset}}@media only screen and (max-width:1023px){.leaderboard-main-class .content-tnc-div .terms-and-policy-container .mr-bottom{margin-bottom:10px}}@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular,400);line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:var(--plyr-badge-background,#4a5464);border-radius:var(--plyr-badge-border-radius,2px);color:var(--plyr-badge-text-color,#fff);font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small,13px);left:0;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:var(--plyr-font-size-base,15px);padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;box-decoration-break:clone;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:var(--plyr-menu-color,#4a5464);font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border-top-color:transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:var(--plyr-menu-arrow-color,#728197);right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular,400);margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:var(--plyr-menu-arrow-color,#728197);left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:1pc;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:1pc}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:9pt;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:transparent;border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:var(--plyr-range-thumb-height,13px);margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:var(--plyr-range-thumb-height,13px);position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height,5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background,#fff);border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:var(--plyr-tooltip-color,#4a5464);font-size:var(--plyr-font-size-small,13px);font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:90pt;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:75pt;height:var(--plyr-range-track-height,5px);left:0;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:75pt;min-width:var(--plyr-range-track-height,5px);transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:75pt;min-width:var(--plyr-range-track-height,5px);transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:75pt;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:var(--plyr-audio-control-color,#4a5464);padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color,#fff);left:0;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing,10px);padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background,#fff);border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:75pc}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:75pc}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.font-weight-thin{font-weight:200}.font-weight-light{font-weight:300}.font-weight-regular{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semi-bold{font-weight:600}.font-weight-bold{font-weight:700}.font-weight-extra-bold{font-weight:800}.font-weight-xx-bold{font-weight:900}body{color:#fff;font-family:Roboto,sans-serif}.h-1,h1,h1 span{font-family:Bebas Neue,sans-serif;font-size:2rem;font-weight:700;letter-spacing:1px;line-height:2.5rem}@media only screen and (max-width:767px){.h-1,h1,h1 span{font-size:1.5rem;line-height:2.25rem}}.h-2,h2,h2 span{font-size:1.5rem;line-height:2.25rem}.h-2,.h-3,h2,h2 span,h3,h3 span{font-family:Roboto,sans-serif;font-weight:700}.h-3,h3,h3 span{font-size:1.25rem;line-height:1.9rem}.h-4,h4,h4 span{font-weight:700}.body-1,.h-4,h4,h4 span,p,span{font-family:Roboto,sans-serif;font-size:1rem;line-height:1.5rem}b,strong{font-weight:900}.body-2,.body-3{font-family:Roboto,sans-serif;font-size:.875rem;line-height:1.3rem}.body-3{font-weight:700}.body-4{font-family:Roboto,sans-serif;font-size:.75rem;line-height:1.12rem}.desc-1 h3,.desc-1 h3 span{color:#fcd107}.desc-1 h1,.desc-1 h1 span{padding-bottom:1rem;padding-top:.5rem}.desc-1 h4,.desc-1 h4 span{font-weight:400}.aem-Grid,.cmp-text{margin:0 auto;max-width:115pc}.color-text-primary-1{color:#aa1f2e}.color-text-primary-2{color:#fcd107}.color-text-primary-3{color:#141414}.color-text-secondary-1{color:#383838}.color-text-secondary-2{color:#909090}.color-text-secondary-3{color:#d8d8d8}.color-text-secondary-4{color:#1d1d1d}.color-text-secondary-5{color:#888}.color-text-secondary-6{color:#a53428}.color-text-tertiary-1{color:#fff}.color-text-tertiary-2{color:#ff7575}.color-text-tertiary-3{color:#338515}.color-text-tertiary-4{color:#df001a}.color-background-default{background:#141414}.color-background-primary-2{background:#fcd107}.color-background-primary-3{background:#141414}.color-background-secondary-1{background:#383838}.color-background-secondary-2{background:#909090}.color-background-secondary-3{background:#d8d8d8}.color-background-secondary-4{background:#1d1d1d}.color-background-secondary-5{background:#888}.color-background-secondary-6{background:#a53428}.color-background-tertiary-1{background:#fff}.color-background-tertiary-2{background:#ff7575}.color-background-tertiary-3{background:#338515}.color-background-tertiary-4{background:#df001a}.color-border-primary-2{border-color:#fcd107}.color-border-primary-3{border-color:#141414}.color-border-secondary-1{border-color:#383838}.color-border-secondary-2{border-color:#909090}.color-border-secondary-3{border-color:#d8d8d8}.color-border-secondary-4{border-color:#1d1d1d}.color-border-secondary-5{border-color:#888}.color-border-secondary-6{border-color:#a53428}.color-border-tertiary-1{border-color:#fff}.color-border-tertiary-2{border-color:#ff7575}.color-border-tertiary-3{border-color:#338515}.color-border-tertiary-4{border-color:#df001a}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(clientlib-bingo/resources/icon-font/fonts/icomoon.eot?xndp6x);src:url(clientlib-bingo/resources/icon-font/fonts/icomoon.eot?xndp6x#iefix) format("embedded-opentype"),url(clientlib-bingo/resources/icon-font/fonts/icomoon.ttf?xndp6x) format("truetype"),url(clientlib-bingo/resources/icon-font/fonts/icomoon.woff?xndp6x) format("woff"),url(clientlib-bingo/resources/icon-font/fonts/icomoon.svg?xndp6x#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-Arrow:before{color:#fff;content:""}.icon-Checkbox_Checked:before{color:#fcd107;content:""}.icon-Checkbox_Unchecked:before{color:#fff;content:""}.icon-Filter_White:before{color:#fff;content:""}.icon-Filter_Yellow .path1:before{color:#fffaed;content:""}.icon-Filter_Yellow .path2:before{color:#fcd107;content:"";margin-left:-.9599609375em}.icon-Allaboutfiber_KYC:before{color:#fff;content:""}.icon-Back_Feedback:before{color:#fff;content:""}.icon-Checkbox_Default:before{content:""}.icon-Checkbox_Hover:before{color:#0d4b0d;content:""}.icon-Close_Feedback:before{color:#fff;content:""}.icon-Close:before{content:""}.icon-DropdownHeader_down:before{color:#fff;content:""}.icon-DropdownHeader_up:before{color:#fff;content:""}.icon-Feedback_icon:before{color:#fff;content:""}.icon-Fiberopedia_KYC:before{color:#146614;content:""}.icon-Funwithfamily_KYC:before{color:#156614;content:""}.icon-Loginicon_Default:before{color:#fff;content:""}.icon-Lookingfor_Dropdown:before{color:#4d4d4d;content:""}.icon-Menu_icon_Default:before{color:#fff;content:""}.icon-NutriAIGuide_icon:before{color:#146614;content:""}.icon-Playicon:before{color:#f9f9f9;content:""}.icon-Pointer_Ingredients:before{color:#146614;content:""}.icon-Pulpystories_icon:before{color:#156614;content:""}.icon-Search_icons:before{color:#fff;content:""}.hide-breadcrumb .breadcrumb{display:none}.cmp-button{align-items:center;border-color:transparent;border-radius:1.25rem;box-sizing:border-box;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700;height:2.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none}.cmp-button--primary .cmp-button{background:#aa1f2e;border:none;color:#fff;width:fit-content}.cmp-button--primary .cmp-button:focus,.cmp-button--primary .cmp-button:hover{background:#fcd107;color:#aa1f2e}.cmp-button--secondary .cmp-button{background:#fff;border:.0625rem solid #aa1f2e;color:#aa1f2e;width:fit-content}.cmp-button--secondary .cmp-button:focus,.cmp-button--secondary .cmp-button:hover{background:#fcd107;border-color:#aa1f2e;color:#aa1f2e}.cmp-button--primary-anchor .cmp-button{background:#aa1f2e;border:none;color:#fff;width:fit-content}.cmp-button--primary-anchor .cmp-button:focus,.cmp-button--primary-anchor .cmp-button:hover{background:#fcd107;color:#aa1f2e}.cmp-button--secondary-anchor .cmp-button{background:#fff;border:.0625rem solid #aa1f2e;color:#aa1f2e;width:fit-content}.cmp-button--secondary-anchor .cmp-button:focus,.cmp-button--secondary-anchor .cmp-button:hover{background:#fcd107;border-color:#aa1f2e;color:#aa1f2e}.cmp-button--primary-anchor-straight .cmp-button{border-radius:unset;color:#fff;height:auto;padding:0;width:fit-content}.cmp-button--primary-anchor-straight .cmp-button:hover{text-decoration:underline}.footer .cmp-footer{background-color:#141414;border-top:1px solid #383838;padding:3rem 2.5rem}@media only screen and (max-width:767px){.footer .cmp-footer{background-size:inherit/16rem;margin-top:1.5625rem;padding:0}}@media only screen and (max-width:1023px){.footer .cmp-footer{padding-left:1.3125rem;padding-right:1.3125rem}}.footer .cmp-footer__top-content{align-items:center;display:flex;justify-content:space-between;padding-left:1.5625rem}@media only screen and (max-width:767px){.footer .cmp-footer__top-content{align-items:center;flex-direction:column;gap:2rem;padding:0 0 3rem;text-align:center}}.footer .cmp-footer__nav-logo .cmp-image_link{display:flex}.footer .cmp-footer__nav-logo .cmp-image_link .cmp-image_image{max-height:6rem;max-width:6rem;object-fit:cover}@media only screen and (max-width:767px){.footer .cmp-footer__nav-logo{margin-top:1.875rem}}.footer .cmp-footer__nav{display:flex;justify-content:center}@media only screen and (max-width:767px){.footer .cmp-footer__nav{flex-wrap:wrap;width:21.875rem}.footer .cmp-footer__nav div:nth-child(2){border-right:unset}.footer .cmp-footer__nav div:nth-of-type(-n+2) .navigation{padding-top:0}.footer .cmp-footer__nav div:nth-last-of-type(-n+2) .navigation{padding-bottom:0}.footer .cmp-footer_nav-items{flex:1 50%;text-align:left}}.footer .cmp-footer_nav-items.cmp-navigation_group--right{border-right:.0625rem solid #383838}.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation{display:flex}.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation__group{margin-left:0;margin-right:0;padding-left:2.5rem;padding-right:2.5rem}@media only screen and (max-width:1023px){.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation__group{padding-left:1.5625rem;padding-right:1.5625rem}}@media only screen and (max-width:767px){.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation__group{margin-left:0;margin-right:0}}.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation__group .cmp-navigation__item-link{color:#fff;font-size:1rem;font-weight:700;text-decoration:none}.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation__group .cmp-navigation__item-link:hover{text-decoration:underline}.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation__group{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}@media only screen and (max-width:767px){.footer .cmp-footer_nav-items.cmp-navigation_group--right .cmp-navigation__group{padding-left:1.875rem;padding-right:0}}.footer .cmp-footer_nav-items.cmp-navigation_group--right:last-child{border-right:unset}.footer .cmp-footer_nav-items.cmp-navigation_group--right:last-child .cmp-navigation__group{padding-right:0}@media only screen and (max-width:767px){.footer .cmp-footer_nav-items.cmp-navigation_group--right .navigation{padding:.9375rem 0}}.footer .cmp-footer__bottom-content{background-color:#383838;margin:0 auto;max-width:115rem;padding:1.1875rem 6.4375rem}@media only screen and (max-width:1023px){.footer .cmp-footer__bottom-content{padding-left:1.3125rem;padding-right:1.3125rem}}.footer .cmp-footer__container{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width:767px){.footer .cmp-footer__container{flex-direction:column;gap:1.25rem;margin-bottom:.625rem}}.footer .cmp-footer__container-itclinks{display:flex;gap:1.375rem}.footer .cmp-footer__container-itclinks .footer-link{color:#fff;font-weight:700;text-decoration:none}.footer .cmp-footer__container-itclinks .footer-link:hover{text-decoration:underline}.footer .cmp-footer__container__social-media{display:flex;gap:1.25rem}@media only screen and (max-width:767px){.footer .cmp-footer__container__social-media{padding-right:0;padding-top:.625rem}}.footer .cmp-footer__container__social-media a img{max-height:1.5rem;max-width:1.5rem;object-fit:cover}.footer .cmp-footer__container__social-media a img:hover{transform:scale(1.2)}.footer.footer-new{margin:0 auto;max-width:115rem}.footer.footer-new .bnatural-footer-div{display:flex}.footer.footer-new .bnatural-footer-div .bnatural-footer-desktop-div{display:block}@media only screen and (max-width:767px){.footer.footer-new .bnatural-footer-div .bnatural-footer-desktop-div{display:none}}.footer.footer-new .bnatural-footer-div .bnatural-footer-mobile-div{display:none}@media only screen and (max-width:767px){.footer.footer-new .bnatural-footer-div .bnatural-footer-mobile-div{display:block}}.footer.footer-new .bnatural-footer-div .inlineBlockClass{display:inline-block!important}.cmp-teaser{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:115rem}.cmp-teaser .cmp-teaser__content .cmp-teaser__title{color:#fcd107;font-size:1.25rem;font-weight:700;margin:0}.cmp-teaser .cmp-teaser__image{width:100%}.cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:16/9;object-fit:cover;width:100%}@media only screen and (max-width:767px){.cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:16/9}}.teaser.teaser-font-color-white .cmp-teaser__content{color:#338515}.teaser.cmp-teaser--first-component .cmp-image img{aspect-ratio:1.7777777778!important}.cmp-teaser--right-image-aligned{position:relative}.cmp-teaser--right-image-aligned .cmp-teaser{column-gap:2rem;display:flex;padding:4rem 2.375rem}@media only screen and (max-width:1023px){.cmp-teaser--right-image-aligned .cmp-teaser{column-gap:normal;display:grid;padding-left:1.25rem;padding-right:1.25rem;row-gap:1.5rem}}@media only screen and (max-width:767px){.cmp-teaser--right-image-aligned .cmp-teaser{padding-left:1rem;padding-right:1rem}}.cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__content{max-width:34%;order:0}@media only screen and (max-width:1279px){.cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__content{max-width:36%}}@media only screen and (max-width:1023px){.cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__content{max-width:100%}}.cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__description h1{margin:0 0 1rem}@media only screen and (max-width:1023px){.cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__image{order:-1}}.cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation{height:0;max-height:0;transition:opacity .5s,transform .5s;visibility:hidden;width:0}.cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible{transition:opacity .5s,transform .5s;visibility:visible}.cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageLeftDiv;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:12.5rem;left:45%;object-fit:cover;position:absolute;top:73%;width:12.5rem}@keyframes AnimatedImageLeftDiv{0%{left:45%;top:-5%}to{left:45%;top:73%}}@media only screen and (max-width:1279px){.cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageLeftDivDesktop;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:12.5rem;left:46%;object-fit:cover;position:absolute;top:70%;width:12.5rem}@keyframes AnimatedImageLeftDivDesktop{0%{left:46%;top:-12%}to{left:46%;top:70%}}}@media only screen and (max-width:1023px){.cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageTabDivLeft;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:12.5rem;left:15%;object-fit:cover;position:absolute;top:53%;width:12.5rem}@keyframes AnimatedImageTabDivLeft{0%{left:15%;top:0}to{left:15%;top:53%}}}@media only screen and (max-width:767px){.cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageMobileDivLeft;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:6.25rem;left:15%;object-fit:cover;position:absolute;top:30%;width:6.25rem}@keyframes AnimatedImageMobileDivLeft{0%{left:15%;top:0}to{left:15%;top:30%}}}.cmp-teaser--left-image-aligned{position:relative}.cmp-teaser--left-image-aligned .cmp-teaser{column-gap:2rem;display:flex;padding:4rem 2.375rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned .cmp-teaser{column-gap:normal;display:grid;padding-left:1.25rem;padding-right:1.25rem;row-gap:1.5rem}}@media only screen and (max-width:767px){.cmp-teaser--left-image-aligned .cmp-teaser{padding-left:1rem;padding-right:1rem}}.cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__content{max-width:34%;order:1}@media only screen and (max-width:1279px){.cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__content{max-width:36%}}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__content{max-width:100%}}.cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__content h1{margin:0 0 1rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__image{order:0}}.cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation{height:0;max-height:0;transition:opacity .5s,transform .5s;visibility:hidden;width:0}.cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible{transition:opacity .5s,transform .5s;visibility:visible}.cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDiv;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:12.5rem;left:39%;object-fit:cover;position:absolute;top:73%;width:12.5rem}@keyframes AnimatedImageDiv{0%{left:39%;top:-5%}to{left:39%;top:73%}}@media only screen and (max-width:1279px){.cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDivDesktop;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:12.5rem;left:34%;object-fit:cover;position:absolute;top:70%;width:12.5rem}@keyframes AnimatedImageDivDesktop{0%{left:34%;top:-12%}to{left:34%;top:70%}}}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageTabDiv;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:12.5rem;left:65%;object-fit:cover;position:absolute;top:53%;width:12.5rem}@keyframes AnimatedImageTabDiv{0%{left:65%;top:0}to{left:65%;top:53%}}}@media only screen and (max-width:767px){.cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageMobileDiv;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;aspect-ratio:1;height:6.25rem;left:58%;object-fit:cover;position:absolute;top:30%;width:6.25rem}@keyframes AnimatedImageMobileDiv{0%{left:58%;top:0}to{left:58%;top:30%}}}.cmp-teaser--left-text-bg-img .cmp-teaser{position:relative}.cmp-teaser--left-text-bg-img .cmp-teaser .cmp-teaser__content{background-color:hsla(0,0%,100%,.8);display:flex;flex-direction:column;justify-content:center;left:5.875rem;padding:2rem 2.0625rem 2rem 1.9375rem;position:absolute;row-gap:1rem;top:50%;transform:translateY(-50%);width:30.1875rem}@media only screen and (max-width:1023px){.cmp-teaser--left-text-bg-img .cmp-teaser .cmp-teaser__content{left:4.75rem;padding:2.5rem 2rem 2.75rem;row-gap:1.5rem;width:21.75rem}}@media only screen and (max-width:767px){.cmp-teaser--left-text-bg-img .cmp-teaser .cmp-teaser__content{left:0;margin:0 auto;max-width:20.25rem;padding:1.5rem;right:0;row-gap:1rem}}.cmp-teaser--left-text-bg-img .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:2.1111111111}@media only screen and (max-width:767px){.cmp-teaser--left-text-bg-img .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:.4736842105}}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser{display:grid;grid-template-areas:"teaser"}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content{align-content:center;display:grid;grid-area:teaser;justify-items:center;margin:0 auto;position:relative;text-align:center;width:30%}@media only screen and (max-width:1023px){.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content{padding:0 4rem;width:60%}}@media only screen and (max-width:767px){.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content{align-items:flex-start;padding:0 1.125rem;width:100%}}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;line-height:1.75rem;margin-bottom:1rem}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content h1{margin-bottom:1rem;margin-top:0}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content p{margin-bottom:2rem;margin-top:0}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{bottom:4rem;position:absolute}@media only screen and (max-width:767px){.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{bottom:5rem}}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content .cmp-teaser__description{font-size:2rem;line-height:2.5rem}@media only screen and (max-width:767px){.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__content .cmp-teaser__description{margin:0;padding-left:0;padding-right:0}}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__image{grid-area:teaser}.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:2.1111111111}@media only screen and (max-width:767px){.cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:.5625}}.cmp-teaser--small-image-left-aligned .cmp-teaser{display:flex;flex-direction:row-reverse;gap:.9375rem;justify-content:flex-end;padding:1.1875rem}@media only screen and (max-width:767px){.cmp-teaser--small-image-left-aligned .cmp-teaser{flex-direction:column-reverse}}.cmp-teaser--small-image-left-aligned .cmp-teaser__image{margin-right:unset;width:auto}.cmp-teaser--small-image-left-aligned .cmp-teaser__image .cmp-image{width:4.4375rem}@media only screen and (max-width:767px){.cmp-teaser--small-image-left-aligned .cmp-teaser__image .cmp-image{width:auto}}.cmp-teaser--small-image-left-aligned .cmp-teaser__image .cmp-image img{aspect-ratio:1/1;height:4.4375rem;object-fit:contain;width:4.4375rem}.cmp-teaser--read-more-option .cmp-teaser__content{width:50%}@media only screen and (max-width:1023px){.cmp-teaser--read-more-option .cmp-teaser__content{width:100%}}.cmp-teaser--read-more-option .cmp-teaser__content .cmp-teaser__description p{overflow:hidden}.cmp-teaser--read-more-option .cmp-button{display:none;padding-top:1.0625rem}.cmp-teaser--right-image-full-bg-aligned{padding:4rem 2.375rem 0}@media only screen and (max-width:1023px){.cmp-teaser--right-image-full-bg-aligned{padding:4rem 1.25rem 0}}@media only screen and (max-width:767px){.cmp-teaser--right-image-full-bg-aligned{padding:4rem 1rem 0}}.cmp-teaser--right-image-full-bg-aligned .cmp-teaser{border-radius:1.5rem;column-gap:2.25rem;display:flex;padding:3.4375rem 2rem 3.375rem}@media only screen and (max-width:1023px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser{column-gap:0;display:grid;padding:0}}@media only screen and (max-width:767px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser{width:100%}}.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content{width:50%}@media only screen and (max-width:1023px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content{order:2;padding:0 1.25rem 4rem;width:100%}}@media only screen and (max-width:767px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content{padding:0 1rem 4rem}}.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{color:#d8d8d8;font-size:1.25rem}@media(max-width:1023px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__image{padding:0}.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__image .cmp-teaser__logo{margin-bottom:2rem}}.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description p{color:#d8d8d8;font-size:1rem;font-weight:500;margin:1rem 0 2rem}.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__logo{aspect-ratio:16/4;height:5.1875rem;margin-bottom:3rem;object-fit:contain;width:23.75rem}@media only screen and (max-width:1023px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__image{padding:4rem 1.25rem}}@media only screen and (max-width:767px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__image{padding:4rem 1rem}}@media only screen and (max-width:1023px){.cmp-teaser--right-image-full-bg-aligned .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:16/9}}.cmp-teaser--left-image-full-bg-aligned{padding:4rem 2.375rem 0}@media only screen and (max-width:1023px){.cmp-teaser--left-image-full-bg-aligned{padding:4rem 1.25rem 0}}@media only screen and (max-width:767px){.cmp-teaser--left-image-full-bg-aligned{padding:4rem 1rem 0}}.cmp-teaser--left-image-full-bg-aligned .cmp-teaser{border-radius:1.5rem;column-gap:2.1875rem;display:flex;padding:3.4375rem 2rem 3.375rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser{column-gap:0;display:grid;padding:0}}@media only screen and (max-width:767px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser{width:100%}}.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content{order:2;width:50%}@media only screen and (max-width:1023px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content{padding:0 1.25rem 4rem;width:100%}}@media only screen and (max-width:767px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content{padding:0 1rem 4rem}}.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{color:#d8d8d8;font-size:1.25rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__image{padding:0}.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__image .cmp-teaser__logo{margin-bottom:2rem}}.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description p{color:#d8d8d8;font-size:1rem;font-weight:500;margin:1rem 0 2rem}.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__logo{aspect-ratio:16/4;height:5.1875rem;margin-bottom:3rem;object-fit:contain;width:23.75rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__image{padding:4rem 1.25rem}}@media only screen and (max-width:767px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__image{padding:4rem 1rem}}@media only screen and (max-width:1023px){.cmp-teaser--left-image-full-bg-aligned .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:16/9}}.cmp-teaser--left-image-aligned-right-icons .cmp-teaser{column-gap:2rem;display:grid;grid-template-columns:35% 1fr;justify-content:center;padding:4rem 2.375rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned-right-icons .cmp-teaser{column-gap:2rem;grid-template-columns:repeat(2,1fr);padding:4rem 1.25rem}}@media only screen and (max-width:767px){.cmp-teaser--left-image-aligned-right-icons .cmp-teaser{grid-row-gap:4rem;column-gap:0;grid-template-columns:1fr;padding:4rem 1rem}}.cmp-teaser--left-image-aligned-right-icons .cmp-teaser .cmp-teaser__content{order:1}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned-right-icons .cmp-teaser .cmp-teaser__content{order:2}}.cmp-teaser--left-image-aligned-right-icons .cmp-teaser .cmp-teaser__image img{aspect-ratio:3/4}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned-right-icons .cmp-teaser .cmp-teaser__image img{aspect-ratio:3/4}}.cmp-teaser--error-page .cmp-teaser{display:flex;flex-direction:column-reverse;padding:3rem 0 0}.cmp-teaser--error-page .cmp-teaser .cmp-teaser__content{text-align:center}.cmp-teaser--error-page .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{padding-top:2rem}.cmp-teaser--error-page .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{margin:0 auto}.cmp-teaser--error-page .cmp-teaser .cmp-teaser__content .cmp-teaser__description{margin:0 auto;width:75%}@media only screen and (max-width:767px){.cmp-teaser--error-page .cmp-teaser .cmp-teaser__content .cmp-teaser__description{width:100%}}.cmp-teaser--error-page .cmp-teaser .cmp-teaser__content .cmp-teaser__description h2{margin:.5rem 0}.cmp-teaser--error-page .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:1.3333333333;padding-bottom:1.5rem}@media only screen and (max-width:767px){.cmp-teaser--error-page .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:1.3333333333}}.cmp-teaser--testimonial-page .cmp-teaser{display:grid;grid-template-areas:"teaser"}.cmp-teaser--testimonial-page .cmp-teaser .cmp-teaser__content{align-content:center;display:grid;grid-area:teaser;justify-items:center;margin:0 auto;position:relative;text-align:center;width:50%}@media only screen and (max-width:767px){.cmp-teaser--testimonial-page .cmp-teaser .cmp-teaser__content{width:100%}}@media only screen and (max-width:1023px){.cmp-teaser--testimonial-page .cmp-teaser .cmp-teaser__content{width:50%}}@media only screen and (max-width:767px){.cmp-teaser--testimonial-page .cmp-teaser .cmp-teaser__content .cmp-teaser__description{padding-left:.375rem;padding-right:.375rem}}.cmp-teaser--testimonial-page .cmp-teaser .cmp-teaser__image{grid-area:teaser}.cmp-teaser--testimonial-page .cmp-teaser .cmp-teaser__image .cmp-image{aspect-ratio:2.1111111111}@media only screen and (max-width:767px){.cmp-teaser--testimonial-page .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:.6666666667}}.cmp-teaser--left-text-bg-img-no-background .cmp-teaser{position:relative}.cmp-teaser--left-text-bg-img-no-background .cmp-teaser .cmp-teaser__content{display:flex;flex-direction:column;justify-content:center;left:5.875rem;padding:2rem 2.0625rem 2rem 1.9375rem;position:absolute;row-gap:1rem;top:50%;transform:translateY(-50%);width:30.1875rem}@media only screen and (max-width:1023px){.cmp-teaser--left-text-bg-img-no-background .cmp-teaser .cmp-teaser__content{left:4.75rem;padding:2.5rem 2rem 2.75rem;row-gap:1.5rem;width:21.75rem}}@media only screen and (max-width:767px){.cmp-teaser--left-text-bg-img-no-background .cmp-teaser .cmp-teaser__content{left:0;margin:0 auto;max-width:20.25rem;padding:1.5rem;right:0;row-gap:1rem}}.cmp-teaser--left-text-bg-img-no-background .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:1.7777777778}@media only screen and (max-width:767px){.cmp-teaser--left-text-bg-img-no-background .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:.5625}}.cmp-teaser--right-image-aligned-bulletin .cmp-teaser{column-gap:2rem;display:flex;padding:4rem 2.375rem}@media only screen and (max-width:1023px){.cmp-teaser--right-image-aligned-bulletin .cmp-teaser{column-gap:normal;display:grid;padding-left:1.25rem;padding-right:1.25rem;row-gap:1.5rem}}@media only screen and (max-width:767px){.cmp-teaser--right-image-aligned-bulletin .cmp-teaser{padding-left:1rem;padding-right:1rem}}.cmp-teaser--right-image-aligned-bulletin .cmp-teaser .cmp-teaser__content{width:100%}@media only screen and (max-width:1023px){.cmp-teaser--right-image-aligned-bulletin .cmp-teaser .cmp-teaser__content{order:2}}.cmp-teaser--right-image-aligned-bulletin .cmp-teaser .cmp-teaser__content .cmp-teaser__description h1{margin:0 0 1rem}.cmp-teaser--right-image-aligned-bulletin .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:1.5}@media only screen and (max-width:1023px){.cmp-teaser--right-image-aligned-bulletin .cmp-teaser .cmp-teaser__image{order:1}}.cmp-teaser--left-image-aligned-bulletin .cmp-teaser{column-gap:2rem;display:flex;padding:4rem 2.375rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned-bulletin .cmp-teaser{column-gap:normal;display:grid;padding-left:1.25rem;padding-right:1.25rem;row-gap:1.5rem}}@media only screen and (max-width:767px){.cmp-teaser--left-image-aligned-bulletin .cmp-teaser{padding-left:1rem;padding-right:1rem}}.cmp-teaser--left-image-aligned-bulletin .cmp-teaser .cmp-teaser__content{order:1;width:100%}.cmp-teaser--left-image-aligned-bulletin .cmp-teaser .cmp-teaser__content h1{margin:0 0 1rem}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned-bulletin .cmp-teaser .cmp-teaser__content{order:2}}.cmp-teaser--left-image-aligned-bulletin .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:1.5}@media only screen and (max-width:1023px){.cmp-teaser--left-image-aligned-bulletin .cmp-teaser .cmp-teaser__image{order:1}}.search{background:#aa1f2e;border-radius:1.3125rem;display:none;margin-top:-.0625rem;width:18.375rem}@media only screen and (max-width:1279px){.search{margin-top:0}}.search:before{border-style:solid;border-width:0 1.1875rem 1rem;content:"";position:absolute;right:5.25rem;top:4.125rem;transform:rotate(0deg);z-index:3}@media only screen and (max-width:1840px){.search:before{right:5.25rem;top:4.125rem}}@media only screen and (max-width:1279px){.search:before{right:1.5rem;top:4.8125rem;z-index:3}}.cmp-search{border-radius:1.5rem;height:14rem;margin:0 auto;padding:1rem;position:absolute;right:3.5rem;top:5rem;width:18.375rem;z-index:3}@media only screen and (max-width:1840px){.cmp-search{top:5rem}}@media only screen and (max-width:1279px){.cmp-search{max-width:18.375rem;padding:1rem;position:fixed;right:.1875rem;top:5.75rem;width:100%;z-index:3}}.cmp-search,.cmp-search .cmp-search__clear,.cmp-search .cmp-search__input{background-color:#aa1f2e}.cmp-search .cmp-search__clear,.cmp-search .cmp-search__icon,.cmp-search .cmp-search__input,.cmp-search .cmp-search__input::placeholder{color:#fff}@keyframes cmp-search__loading-indicator-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cmp-search .cmp-search__form{margin:0 auto}@media only screen and (max-width:1279px){.cmp-search .cmp-search__form{width:100%}}.cmp-search .cmp-search__form .cmp-search__field{align-items:center;display:flex;gap:.4375rem;justify-content:center}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear{border:none;cursor:pointer;padding:.25rem}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon:before{content:""}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input{border:none;border-bottom:.0625rem solid #fff;font-size:.875rem;padding-bottom:.375rem;width:100%}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input::placeholder{opacity:.5}@media only screen and (max-width:1279px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input{font-size:.875rem;margin:0;width:100%}}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__loading-indicator{animation:cmp-search__loading-indicator-spin 2s linear infinite;border:.1875rem solid #aa1f2e;border-radius:50%;border-top-color:#141414;display:none;flex-shrink:0;height:1rem;margin:.25rem;width:1rem}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-size:2rem;font-style:normal;font-variant:normal;font-weight:400;height:1.5rem;left:-.25rem;line-height:1;position:relative;text-transform:none;top:-.25rem;width:1.5rem}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__icon:before{content:""}.cmp-search .cmp-search__resultsBlock{padding-top:.5rem}.cmp-search .cmp-search__resultsBlock .cmp-search__results{background:#aa1f2e;display:none;height:10rem;overflow:auto;z-index:1}.cmp-search .cmp-search__resultsBlock .cmp-search__results::-webkit-scrollbar{width:.1875rem}.cmp-search .cmp-search__resultsBlock .cmp-search__results::-webkit-scrollbar-track{background-color:#aa1f2e;-webkit-border-radius:.625rem;border-radius:.625rem}.cmp-search .cmp-search__resultsBlock .cmp-search__results::-webkit-scrollbar-thumb{background:#141414;-webkit-border-radius:.625rem;border-radius:.625rem}@media only screen and (max-width:1279px){.cmp-search .cmp-search__resultsBlock .cmp-search__results{background:#aa1f2e;margin:0;transform:none;width:100%}}.cmp-search .cmp-search__resultsBlock .cmp-search__results:not(:has(.cmp-search__item)){padding-bottom:1.375rem}@media only screen and (max-width:1279px){.cmp-search .cmp-search__resultsBlock .cmp-search__results:not(:has(.cmp-search__item)){padding-bottom:.75rem}}.cmp-search .cmp-search__resultsBlock .cmp-search__results:not(:has(.cmp-search__item),:has(.cmp-search__error-msg)){display:none!important}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item{-webkit-line-clamp:1;-webkit-box-orient:vertical;align-items:center;color:#fff;display:flex!important;display:-webkit-box;font-size:1.25rem;gap:1.25rem;line-height:1.5rem;overflow:hidden;padding:.5rem 1rem;text-decoration:none}@media only screen and (max-width:1279px){.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item{font-size:.75rem;gap:1.5rem}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item:first-child{margin-top:0}}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item:hover{background-color:#aa1f2e;border-radius:.5rem}@media only screen and (max-width:1279px){.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item:before{text-align:center;width:1.5rem}}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item .cmp-search__item-title{font-size:1rem}@media only screen and (max-width:1279px){.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item .cmp-search__item-title{font-size:1rem}}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item .cmp-search__item-title .cmp-search__item-mark{background:none;color:#fff;font-weight:900}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__error-msg{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#338515;display:-webkit-box;font-weight:400;overflow:hidden;padding-left:1rem;padding-right:1rem}@media only screen and (max-width:1279px){.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__error-msg{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-top:0;overflow:hidden}}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__error-msg span{font-size:.875rem;font-weight:700}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__suggestion-msg{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1279px){.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__suggestion-msg{color:#aa1f2e;margin-top:1rem}}.cmp-carousel{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:115rem}.cmp-carousel .cmp-carousel__content{position:relative;width:100%}.cmp-carousel .cmp-carousel__content .cmp-carousel__item{display:none;transition:opacity .5s ease-in-out}.cmp-carousel .cmp-carousel__content .cmp-carousel__item .cmp-video{padding:0}.cmp-carousel .cmp-carousel__content .cmp-carousel__item .cmp-image__image,.cmp-carousel .cmp-carousel__content .cmp-carousel__item .cmp-teaser--left-text-bg-img .cmp-teaser .cmp-teaser__image .cmp-image__image{aspect-ratio:16/9;object-fit:cover;width:100%}@media only screen and (max-width:767px){.cmp-carousel .cmp-carousel__content .cmp-carousel__item .cmp-image__image,.cmp-carousel .cmp-carousel__content .cmp-carousel__item .cmp-teaser--left-text-bg-img .cmp-teaser .cmp-teaser__image .cmp-image__image{aspect-ratio:9/16}}.cmp-carousel .cmp-carousel__content .cmp-carousel__item .cmp-video__player{aspect-ratio:16/9;object-fit:cover;width:100%}@media only screen and (max-width:767px){.cmp-carousel .cmp-carousel__content .cmp-carousel__item .cmp-video__player{aspect-ratio:.5625}}.cmp-carousel .cmp-carousel__content .cmp-carousel__item--active{display:block}.cmp-carousel .cmp-carousel__content .cmp-carousel__actions .cmp-carousel__action{background:none;border:none;bottom:calc(50% - 20px);cursor:pointer;padding:0;position:absolute}@media only screen and (max-width:767px){.cmp-carousel .cmp-carousel__content .cmp-carousel__actions .cmp-carousel__action{display:none}}.cmp-carousel .cmp-carousel__content .cmp-carousel__actions .cmp-carousel__action--previous{left:1.25rem}.cmp-carousel .cmp-carousel__content .cmp-carousel__actions .cmp-carousel__action--next{right:1.25rem}.cmp-carousel .cmp-carousel__content .cmp-carousel__actions .cmp-carousel__action-icon{display:flex;height:2.5rem;width:2.5rem}.cmp-carousel .cmp-carousel__content .cmp-carousel__indicators{bottom:2.1875rem;display:flex;justify-content:center;left:50%;padding:0;position:absolute;transform:translateX(-50%)}.cmp-carousel .cmp-carousel__content .cmp-carousel__indicators .cmp-carousel__indicator{background-color:#fff;border:.0625rem solid #aa1f2e;border-radius:.375rem;cursor:pointer;height:.75rem;margin:0 .3125rem;width:.75rem}.cmp-carousel .cmp-carousel__content .cmp-carousel__indicators .cmp-carousel__indicator:hover{background:#fcd107;border:1}.cmp-carousel .cmp-carousel__content .cmp-carousel__indicators .cmp-carousel__indicator--active,.cmp-carousel .cmp-carousel__content .cmp-carousel__indicators .cmp-carousel__indicator--active:hover{background-color:#aa1f2e;border:.0625rem solid #fcd107}.cmp-carousel .cmp-carousel__content .cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:19/9;object-fit:cover;width:100%}@media only screen and (max-width:767px){.cmp-carousel .cmp-carousel__content .cmp-teaser--full-bg-text-center-image-bottom-button .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:10/16}}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__card-flex{display:flex;overflow-x:auto}.cmp-carousel .cmp-carousel__card-flex::-webkit-scrollbar{display:none}}@media only screen and (max-width:1023px)and (max-width:767px){.cmp-carousel .cmp-carousel__card-flex{margin:0 1rem}}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__card-flex .cmp-carousel__item{display:block}}.cmp-available-store{margin:0 auto;max-width:115rem}.cmp-available-store .cmp-available-store__wrap{align-items:center;background-color:#fcd107;color:#1d1d1d;display:flex;justify-content:center;padding:1.5rem}@media only screen and (max-width:767px){.cmp-available-store .cmp-available-store__wrap{padding:1.5rem 1.25rem}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content{display:flex;gap:4rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content{align-items:center;flex-direction:column;gap:0}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title h3{margin-bottom:0}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title h3{margin-bottom:0}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title p{margin-bottom:.5rem;text-align:center}}@media only screen and (max-width:767px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title{text-align:center}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title p{margin:0 0 1rem}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList{display:flex;gap:1.5rem;margin-bottom:1rem}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList{margin-bottom:.75rem}}@media only screen and (max-width:767px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList{flex-flow:wrap;justify-content:center;margin-bottom:0}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList .cmp-available-store__icon{transition:.3s;width:3.75rem}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__text{text-align:center}}@media only screen and (max-width:767px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__text{padding:1rem 3.5625rem 0;text-align:center}}.breadcrumb{left:0;margin:0 auto;max-width:115rem;position:absolute;right:0}.cmp-breadcrumb .cmp-breadcrumb__list{display:flex;gap:.5rem}@media only screen and (max-width:767px){.cmp-breadcrumb .cmp-breadcrumb__list{padding-inline-start:1.25rem}}.cmp-breadcrumb .cmp-breadcrumb__item{align-items:center;background-color:hsla(0,0%,100%,.8);border-radius:1rem;cursor:pointer;display:flex;flex:none;height:1.5rem;padding:.25rem 2rem .25rem .5rem;position:relative;z-index:2}.cmp-breadcrumb .cmp-breadcrumb__item:after{color:#1d1d1d;content:"";font-family:icomoon;font-size:1.25rem;position:absolute;right:.25rem;transform:rotate(270deg)}.cmp-breadcrumb .cmp-breadcrumb__item:last-of-type{padding-right:.5rem}@media only screen and (max-width:767px){.cmp-breadcrumb .cmp-breadcrumb__item{display:none}.cmp-breadcrumb .cmp-breadcrumb__item:nth-last-child(-n+2){display:flex}.cmp-breadcrumb .cmp-breadcrumb__item a,.cmp-breadcrumb .cmp-breadcrumb__item span{max-width:7.0625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.cmp-breadcrumb .cmp-breadcrumb__item.cmp-breadcrumb-disabled{pointer-events:none}.cmp-breadcrumb .cmp-breadcrumb__item.cmp-breadcrumb-disabled span:hover{text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item,.cmp-breadcrumb .cmp-breadcrumb__item span,.cmp-breadcrumb .cmp-breadcrumb__item-link{color:#1d1d1d;font-size:.875rem;font-weight:500;line-height:1.75rem;text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item span:hover,.cmp-breadcrumb .cmp-breadcrumb__item-link:hover,.cmp-breadcrumb .cmp-breadcrumb__item:hover{text-decoration:underline}.cmp-breadcrumb .cmp-breadcrumb__item--active .cmp-breadcrumb__item-link,.cmp-breadcrumb .cmp-breadcrumb__item--active span{color:#aa1f2e;text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item--active .cmp-breadcrumb__item-link:hover,.cmp-breadcrumb .cmp-breadcrumb__item--active span:hover,.cmp-breadcrumb .cmp-breadcrumb__item--active:hover{text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item--active:after{display:none}.cmp-accordion{margin:0 auto;max-width:115rem;padding:4rem 2.375rem 0}@media only screen and (max-width:767px){.cmp-accordion{padding:4rem 1rem 0}}.cmp-accordion .cmp-accordion__item{margin-bottom:2rem}.cmp-accordion .cmp-accordion__header{width:100%}.cmp-accordion .cmp-accordion__panel{background-color:#141414;border-radius:0 0 .5rem .5rem;color:#d8d8d8;padding:1rem 1.5rem}@media only screen and (max-width:767px){.cmp-accordion .cmp-accordion__panel{padding:1.5rem 1rem}}.cmp-accordion .cmp-accordion__panel--hidden{display:none}.cmp-accordion .cmp-accordion__panel--expanded{display:block}.cmp-accordion .cmp-accordion__button{align-items:center;background-color:#383838;border:none;border-radius:.5rem;cursor:pointer;display:flex;height:3.5rem;justify-content:space-between;outline:none;padding:1.25rem 1.5rem;text-align:left;width:100%}.cmp-accordion .cmp-accordion__button span{color:#fff;font-weight:700}.cmp-accordion .cmp-accordion__button:hover{background-color:#2f2f2f;color:#141414}.cmp-accordion .cmp-accordion__button--expanded{background-color:#fcd107}.cmp-accordion .cmp-accordion__button--expanded span{color:#141414}.cmp-accordion .cmp-accordion__button--expanded .cmp-accordion__icon:after{color:#141414;display:block;transform:rotate(180deg)}.cmp-accordion .cmp-accordion__button--expanded:hover{background-color:#fcd107}@media only screen and (max-width:767px){.cmp-accordion .cmp-accordion__button{height:100%;min-height:3.5rem;padding:1.25rem 1rem}}.cmp-accordion .cmp-accordion__icon:after{content:"";font-family:icomoon;font-size:1.25rem}.container--top-large-space{padding-top:7.375rem}.container--bottom-large-space{padding-bottom:7.375rem}.container--top-medium-space{padding-top:4rem}.container--bottom-medium-space{padding-bottom:4rem}@media only screen and (min-width:1841px){.container--max-width{left:50%;position:relative;transform:translateX(-50%)}}.header-new{background-color:#141414;height:unset/16rem;left:50%;margin:0 auto -4.375rem;max-width:115rem;padding:.5rem 2.5rem;position:fixed;top:0;transform:translate(-50%);transition:top .3s;width:100%;z-index:3}@media only screen and (max-width:1840px){.header-new{margin-bottom:-3rem}}@media only screen and (max-width:1279px){.header-new{padding:.5rem 1.25rem}}.active{background-color:rgba(0,0,0,.5)}.cmp-header{align-items:center;display:flex;gap:2rem;justify-content:space-around;margin:0 auto;max-width:115rem}@media only screen and (max-width:1279px){.cmp-header{align-items:normal;gap:0;justify-content:space-between;width:100%}}.cmp-header__hamburger{display:none}@media only screen and (max-width:1279px){.cmp-header__hamburger{display:block;margin-right:auto;margin-top:0}.cmp-header__hamburger:checked~.cmp-header__nav-links .cmp-navigation{display:flex}.cmp-header__hamburger:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";cursor:pointer;font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}}.cmp-header__logo{flex-shrink:0}.cmp-header__logo.image{margin:0 auto}@media only screen and (max-width:1279px){.cmp-header__search{margin-top:.25rem}}.cmp-header__nav-links{flex:1;z-index:1}@media only screen and (max-width:1279px){.cmp-header__nav-links{flex:0}.cmp-header__nav-links .cmp-navigation{background:#aa1f2e;border-radius:0 0 1.25rem 0;display:none;flex-direction:column;gap:0;height:calc(100vh - 4.6875rem);left:0;margin-top:4.5rem;max-height:43.125rem;overflow:auto;padding:0 1rem;position:absolute;width:19.5rem;z-index:1}.cmp-header__nav-links .cmp-navigation .cmp-header__nav-group{gap:0}}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{display:none}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-button--primary .cmp-button{display:inline;font-size:.875rem;text-decoration:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__login{border-top:.0625rem solid #fff;display:inline;padding-top:2rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__login a{align-items:center;color:#fff;display:flex;font-family:Bebas Neue,sans-serif;font-size:1rem;text-decoration:none;text-transform:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__login a [class*=" icon-"],.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__login a [class^=icon-]{font-size:2.5rem}}.cmp-header__nav-links .cmp-navigation__group{align-items:center;display:flex;gap:2rem;padding:0}@media only screen and (max-width:1840px){.cmp-header__nav-links .cmp-navigation__group{gap:2rem}}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group{align-items:baseline;flex-direction:column;margin-top:3rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products-mobile{display:none}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products-mobile{display:block}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products .cmp-header__product-items{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active:nth-last-child(n).cmp-navigation__item-link:after{transform:rotate(180deg)}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active:nth-last-child(n).cmp-navigation__item-link:before{margin-left:1.3125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active:nth-last-child(n).active>.cmp-navigation__item-link:before{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n){padding:.5625rem 1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link{color:#fff}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-repeat:no-repeat;color:#fff;content:"";font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:relative;position:absolute;right:2rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link:before{color:#aa1f2e;cursor:pointer;font-size:1.1875rem;margin-right:1.8125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n).active:nth-last-child(n)>.cmp-navigation__item-link:after{font-size:1.5rem;transform:rotate(180deg)}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n).active>.cmp-navigation__item-link:before{margin-left:1.3125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.cmp-header__no-items:nth-last-child(n)>.cmp-navigation__item-link:after{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.cmp-header__no-items:nth-last-child(n)>.cmp-navigation__item-link:before{margin-left:1.75rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active{background:#aa1f2e;border-radius:.5rem;padding:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active.cmp-header__no-items{background:transparent;border-radius:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active.cmp-header__no-items .cmp-header__product-items{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active:after{top:3.1875rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active .cmp-header__product-items{border-radius:0;display:flex}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items{display:flex}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-1:hover .cmp-header__submenu{display:flex}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-1:hover .cmp-header__submenu{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{color:#fff;cursor:pointer;font-size:1rem;font-weight:700;overflow:visible!important;text-decoration:none;text-overflow:unset!important;width:auto!important}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{font-weight:500}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link:hover{text-decoration:underline}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link:hover{text-decoration:none}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{font-size:1rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-arrow{align-items:center;display:flex;padding:1.25rem 0}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-arrow{padding:0}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-arrow:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:.625rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-arrow:hover{text-decoration:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{border-radius:1.875rem;display:none;flex-direction:row;gap:1.25rem;margin-left:-2rem;margin-top:.9375rem;position:absolute;top:3.75rem;z-index:1}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{background-color:#aa1f2e;margin-left:0;margin-top:0;overflow:hidden;position:relative;top:0;transition-duration:.2s}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item-link{font-size:1rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items:before{border-color:transparent transparent #aa1f2e;border-style:solid;border-width:0 1.1875rem 1rem;content:"";left:3.125rem;position:absolute;top:-.875rem;transform:rotate(0deg)}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{display:none;flex-direction:column;margin-left:8.75rem;position:absolute;top:2.3125rem}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{display:flex;gap:.75rem;margin:0 0 1.25rem;padding:0;position:relative;top:0}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{padding:1rem}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{margin:0;padding:.625rem 1rem 0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu .cmp-navigation__item-link:before{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin{padding-left:3.3125rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover{margin-right:15.625rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover .cmp-navigation__item--level-1>.cmp-navigation__item-link:after{right:16.25rem}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover .cmp-navigation__item--level-1>.cmp-navigation__item-link:after{right:.9375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover{margin-right:-.1875rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.no-margin:hover .cmp-navigation__item--level-1 .cmp-navigation__item-link:after{right:1.5625rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-title__text{color:#338515;font-family:Bebas Neue,sans-serif;font-size:1.25rem;margin-bottom:1.8125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1{text-align:left}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1{margin-bottom:.25rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:nth-last-child(n)>.cmp-navigation__item-link{color:#fff}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:nth-last-child(n)>.cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:.4375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;right:.8125rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.active:nth-last-child(n)>.cmp-navigation__item-link:after{padding-right:.3125rem;transform:rotate(180deg)}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.active>.cmp-navigation__item-link{font-size:.875rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-header__submenu{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.active .cmp-header__submenu{display:flex}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.cmp-header__no-item .cmp-navigation__item-link{text-decoration:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.cmp-header__no-item .cmp-navigation__item-link:after{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:hover{background:#df001a;border-radius:.5rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item-link{color:#fff;overflow:hidden;padding:.75rem 1rem;text-overflow:ellipsis;white-space:nowrap;width:13rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.1875rem;position:absolute;right:1.5625rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item .cmp-navigation__item-link{display:block;padding:.75rem 1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items{margin-left:-3rem}@media only screen and (max-width:1279px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items:before{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n) self__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n) self__product-items:before{display:none}}.cmp-header__nav-icons{align-items:center;display:flex;justify-content:center;position:relative}@media only screen and (max-width:1279px){.cmp-header__nav-icons{align-items:normal;gap:0;margin-left:auto}}.cmp-header__nav-icons .cmp-header__search{position:absolute;right:2.5rem;z-index:1}@media only screen and (max-width:1279px){.cmp-header__nav-icons .cmp-header__search{position:unset}}.cmp-header__nav-icons .cmp-header__hide-icon{display:none}.cmp-header__nav-icons .cmp-header__icon-img{text-decoration:none}.cmp-header__nav-icons .cmp-header__icon-img :hover{background:rgba(29,29,29,.161) 0 0 no-repeat padding-box;border-radius:50%;opacity:1}.cmp-header__nav-icons .cmp-header__icon-img .icon-accessibility:before,.cmp-header__nav-icons .cmp-header__icon-img .icon-profile:before,.cmp-header__nav-icons .cmp-header__icon-img .icon-search:before{color:#fcd107}.cmp-header__nav-icons .cmp-header__icon-text{color:#fcd107;font-family:600;font-size:.75rem}@media only screen and (max-width:1279px){.cmp-header__nav-icons .cmp-header__icon-text{display:none}}.cmp-header__nav-icons [class*=" icon-"],.cmp-header__nav-icons [class^=icon-]{font-size:2.5rem}.cmp-header__nav-button{margin-right:1rem}@media only screen and (max-width:1279px){.cmp-header__nav-button{display:none}}.cmp-header.search-open .cmp-header__product-items{display:none!important}@media only screen and (max-width:1279px){.cmp-header__login{display:none}}.site-mask{background-color:rgba(0,0,0,.5);height:100%;left:0;opacity:1;position:fixed;top:0;width:100%;z-index:1}.cmp-share--follow-us .cmp-share__wrap{align-items:center;display:flex;justify-content:center}.cmp-share--follow-us .cmp-share__wrap .cmp-share__content{align-items:center;display:flex;gap:1rem;justify-content:center;padding:1.5rem}.cmp-share--follow-us .cmp-share__wrap .cmp-share__content .cmp-share__title{font-size:1.5rem;font-weight:700}.cmp-share--follow-us .cmp-share__wrap .cmp-share__content .cmp-share__icon{align-items:center;display:flex;justify-content:center}.cmp-share--follow-us .cmp-share__wrap .cmp-share__content .cmp-share__icon .cmp-image__image{height:1.5rem;transition:.3s;width:1.5rem}.cmp-share--follow-us .cmp-share__wrap .cmp-share__content .cmp-share__icon .cmp-image__image:hover{transform:scale(1.3)}.cmp-share--share-on .cmp-share__wrap{background-color:#aa1f2e;border-radius:.75rem 0 0 .75rem;position:fixed;right:0;top:50%;transform:translateY(-50%);width:2.5rem}.cmp-share--share-on .cmp-share__wrap .cmp-share__content{display:flex;flex-direction:column;gap:1rem;padding:.875rem 0}.cmp-share--share-on .cmp-share__wrap .cmp-share__content .cmp-share__title{align-items:center;color:#338515;display:flex;font-size:1rem;font-weight:700;height:4.5625rem;justify-content:center;writing-mode:vertical-lr}.cmp-share--share-on .cmp-share__wrap .cmp-share__content .cmp-share__icon{align-items:center;display:flex;justify-content:center}.cmp-share--share-on .cmp-share__wrap .cmp-share__content .cmp-share__icon .cmp-image__image{height:1.5rem;transition:.3s;width:1.5rem}.cmp-share--share-on .cmp-share__wrap .cmp-share__content .cmp-share__icon .cmp-image__image:hover{transform:scale(1.3)}.cmp-banner{margin:0 auto;max-width:115rem}.cmp-banner .cmp-image__image{aspect-ratio:16/9;object-fit:cover}@media only screen and (max-width:767px){.cmp-banner .cmp-image__image{aspect-ratio:9/16}}.cmp-banner .cmp-video__player{aspect-ratio:16/9;object-fit:cover}@media only screen and (max-width:767px){.cmp-banner .cmp-video__player{aspect-ratio:9/16}}body.page .container .image.cmp-image{margin:0 auto;max-width:115rem}body.page .container .image.cmp-image__image{height:auto;width:100%}body.page .container .image.cmp-image--ar-1-1 img{aspect-ratio:1/1}body.page .container .image.cmp-image--ar-3-2 img{aspect-ratio:3/2}@media only screen and (max-width:767px){body.page .container .image.cmp-image--ar-3-2 img{aspect-ratio:2/3}}body.page .container .image.cmp-image--ar-16-9 img{aspect-ratio:16/9}@media only screen and (max-width:767px){body.page .container .image.cmp-image--ar-16-9 img{aspect-ratio:9/16}}body.page .container .image.cmp-image--ar-19-9 img{aspect-ratio:19/9}@media only screen and (max-width:767px){body.page .container .image.cmp-image--ar-19-9 img{aspect-ratio:9/19}}body.page .container .image.cmp-image--ar-4-3 img{aspect-ratio:4/3}@media only screen and (max-width:767px){body.page .container .image.cmp-image--ar-4-3 img{aspect-ratio:3/4}}body.page .container .image.cmp-image--ar-3-4 img{aspect-ratio:3/4}@media only screen and (max-width:767px){body.page .container .image.cmp-image--ar-3-4 img{aspect-ratio:4/3}}.cmp-image__image{height:auto;width:100%}.cmp-image__image,.cmp-video{margin:0 auto;max-width:115rem}.cmp-video{padding:0 2rem 4rem}.cmp-video video{object-fit:cover;width:100%}@media only screen and (max-width:767px){.cmp-video{width:100%}}.cmp-video .cmp-video__youtube-wrapper{position:relative}.cmp-video .cmp-video__youtube-wrapper .cmp-video__iframe{height:38rem;width:100%}@media only screen and (max-width:1023px){.cmp-video .cmp-video__youtube-wrapper .cmp-video__iframe{height:25.5625rem}}@media only screen and (max-width:767px){.cmp-video .cmp-video__youtube-wrapper .cmp-video__iframe{height:11.5625rem}}.cmp-video .video-overlay{height:38rem;position:absolute;top:0;width:100%}@media only screen and (max-width:1023px){.cmp-video .video-overlay{height:25.5625rem}}@media only screen and (max-width:767px){.cmp-video .video-overlay{height:11.5625rem}}.cmp-video .video-overlay .poster{aspect-ratio:1.7777777778;height:100%;object-fit:cover;width:100%}.cmp-video .video-overlay .play-button{cursor:pointer;height:10.625rem;left:calc(50% - 85px);position:absolute;top:calc(50% - 85px);width:10.625rem}@media only screen and (max-width:1023px){.cmp-video .video-overlay .play-button{height:4.375rem;left:calc(50% - 35px);top:calc(50% - 35px);width:4.375rem}}.cmp-video .video-overlay .play-button img{height:100%;width:100%}.cmp-video .video-content{align-items:end;display:flex;justify-content:space-between}.cmp-video .video-content .video-details .video-title{color:#383838;margin-bottom:.5rem;padding-top:2rem}@media only screen and (max-width:767px){.cmp-video .video-content .video-details .video-title{margin-bottom:1rem}}.cmp-video .video-content .video-details .video-producer{margin-bottom:1rem}@media only screen and (max-width:767px){.cmp-video .video-content .video-details .video-producer{margin-bottom:1rem}}.cmp-video .video-content .video-details .video-location{color:#fff;margin-bottom:2rem}@media only screen and (max-width:767px){.cmp-video .video-content .video-details .video-location{margin-bottom:2rem}.cmp-video .video-content .video-details{margin-bottom:1rem}.cmp-video .video-content{column-gap:normal;display:block;row-gap:1.5rem;text-align:center}}.cmp-video__aspect-ratio video{aspect-ratio:16/9!important}.container--knowmore{margin:0 auto;max-width:115rem;padding:0 2.375rem}@media only screen and (max-width:1023px){.container--knowmore{padding:0 1.25rem}}@media only screen and (max-width:767px){.container--knowmore{padding:0 1rem}}.container--knowmore .cmp-container .text h1{margin-bottom:1.5rem}.container--knowmore .cmp-container .text h3{margin-bottom:0}@media only screen and (max-width:767px){.container--knowmore .cmp-container .text h3{margin-bottom:1rem}}.container--knowmore .cmp-container .cmp-card--default.cmp-card--blog-details{padding:0}@media only screen and (max-width:767px){.container--knowmore .cmp-container .cmp-card--default.cmp-card--blog-details{padding:1.5rem 0}}.container--knowmore .cmp-container .cmp-button{margin-left:auto}@media only screen and (max-width:767px){.container--knowmore .cmp-container .cmp-button{margin-left:unset}}.cmp-card--image-hover .cmp-card__container .cmp-card__content .cmp-image__image{aspect-ratio:1/1;object-fit:cover}.cmp-card--image-hover .cmp-card__container .cmp-card__content .cmp-image__default{display:inherit}.cmp-card--image-hover .cmp-card__container .cmp-card__content .cmp-image__hover{display:none}.cmp-card--image-hover .cmp-card__container .cmp-card__content:hover .cmp-image__hover{display:inherit}.cmp-card--image-hover .cmp-card__container .cmp-card__content:hover .cmp-image__default{display:none}@media only screen and (max-width:767px){.cmp-card--join-conversation.cmp-card--default .cmp-card__container{grid-template-columns:repeat(auto-fit,minmax(16.125rem,1fr))}}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content{background:#383838;border:1px solid #383838;border-radius:1.5625rem;box-shadow:0 .1875rem .375rem rgba(0,0,0,.161);display:flex;flex-direction:column;padding:1.5rem 1.5rem 2.125rem}@media only screen and (max-width:767px){.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content{min-width:16.125rem}}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info{display:flex;flex:1;flex-direction:row;height:100%;justify-content:space-between}@media only screen and (max-width:767px){.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info{flex:1}}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__title h4{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__item{display:flex;gap:.5rem}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__item .cmp-card__title h5{padding-bottom:.1875rem}@media only screen and (max-width:1023px){.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__item .cmp-card__title h5{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__logo{height:2.25rem;width:3.8125rem}@media only screen and (max-width:767px){.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__logo{aspect-ratio:1;object-fit:cover;width:3.8125rem}}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__facebook{height:1.5rem;width:1.5rem}@media only screen and (max-width:767px){.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__facebook{aspect-ratio:1;object-fit:cover;width:1.8125rem}}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__description{height:100%;padding:1.5rem 0 1rem}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .button{margin:0}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .button .cmp-button{color:#fff;margin:0}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .button .cmp-button:hover{text-decoration:underline}@media only screen and (max-width:1023px){.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content{padding:1.625rem 1rem 2.125rem}}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__media{padding-bottom:1.5625rem}.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__media iframe,.cmp-card--join-conversation.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__media img{aspect-ratio:1.3333333333;border-radius:.625rem}.cmp-card--blog-details .cmp-card__content{background-color:#383838;border-radius:1.5rem;box-shadow:0 .1875rem .375rem rgba(0,0,0,.16)}.cmp-card--blog-details .cmp-card__content .cmp-card__info{background:#383838;border-radius:0 0 1.5rem 1.5rem;padding:1.5rem}.cmp-card--blog-details .cmp-card__content .cmp-card__info .cmp-card__description{padding-top:1rem}.cmp-card--blog-details .cmp-card__content .cmp-card__info .cmp-card__description p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-card--blog-details .cmp-card__content .cmp-card__media{border-radius:1.5rem 1.5rem 0 0;overflow:hidden}.cmp-card--blog-details .cmp-card__content:hover{background-color:#fcd107}.cmp-card--blog-details .cmp-card__content:hover .cmp-card__info{background-color:#fcd107;color:#141414}.cmp-card--blog-details .cmp-card__content:hover .cmp-card__media iframe,.cmp-card--blog-details .cmp-card__content:hover .cmp-card__media img{transform:scale(1.05);transition:.3s ease-in-out}.cmp-sitemap{margin:0 auto;max-width:115rem;padding:4rem 2.375rem}@media only screen and (max-width:1023px){.cmp-sitemap{padding:4rem 1.25rem}}@media only screen and (max-width:767px){.cmp-sitemap{padding:4rem 1rem}}.cmp-sitemap .cmp-navigation a{color:#fff;font-weight:600;text-decoration:none}.cmp-sitemap .cmp-navigation a:hover{text-decoration:underline}.cmp-sitemap .cmp-navigation>.cmp-navigation__group{display:flex;flex-direction:column;gap:3rem;padding:0}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.site-map-disabled{color:#909090;pointer-events:none;text-decoration:none}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>a{font-size:1.5rem;line-height:2.25rem}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group{padding:1.5625rem 0 0}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1{margin-bottom:2.125rem}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1:last-child{margin-bottom:0}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1>a{font-size:1.25rem;line-height:1.9rem}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1 .cmp-navigation__group{display:grid;gap:1.1875rem;grid-template-columns:repeat(3,1fr);padding:2.125rem 0 0}@media only screen and (max-width:767px){.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1 .cmp-navigation__group{gap:2.125rem;grid-template-columns:none}}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1 .cmp-navigation__group>.cmp-navigation__item--level-2{max-width:14.375rem}@media only screen and (max-width:767px){.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1 .cmp-navigation__group>.cmp-navigation__item--level-2{max-width:100%}}.cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group .cmp-navigation__item--level-1 .cmp-navigation__group>.cmp-navigation__item--level-2>a{font-size:1rem;line-height:1.5rem;text-decoration:none}.cmp-card--image-hover-text .cmp-card__content .cmp-card__image-hover-wrapper .cmp-card__image-wrapper{min-width:17.125rem}@media only screen and (max-width:767px){.cmp-card--image-hover-text .cmp-card__content .cmp-card__image-hover-wrapper .cmp-card__image-wrapper{min-width:15.125rem}}@media only screen and (max-width:1023px){.cmp-card--image-hover-text .cmp-card__content .cmp-card__image-hover-wrapper .cmp-card__image-wrapper{min-width:15.8125rem}}.cmp-card--image-hover-text .cmp-card__content .cmp-card__image-hover-wrapper .cmp-card__image-wrapper .cmp-card__image-hover{aspect-ratio:1/1;margin:0 auto;object-fit:cover;padding-bottom:.8125rem;transition:.3s ease-in-out}.cmp-card--image-hover-text .cmp-card__content .cmp-card__image-hover-wrapper .cmp-card__image-hover-para{color:#fff;text-align:center}.cmp-card--image-hover-text .cmp-card__content:hover .cmp-card__image-hover-para{color:#fcd107}.cmp-card--image-hover-text .cmp-card__content:hover .cmp-card__image-hover{transform:scale(1.05)}.cmp-card--image-hover-text a{color:inherit;text-decoration:none}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content{background-color:#141414;border-radius:0;box-shadow:0 .1875rem .375rem rgba(0,0,0,.16)}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content .cmp-card__info{background:#141414;border-radius:0 0 0 0;color:#fff;padding:0}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__description{padding-top:1.5rem}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content .cmp-card__info .cmp-card__description p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-weight:700;overflow:hidden}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content .cmp-card__media{border-radius:0 0 0 0;overflow:hidden}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content:hover{background-color:#141414}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content:hover .cmp-card__info{background-color:#141414;color:#fff}.cmp-card--blog-details-video .cmp-card__container .cmp-card__content:hover .cmp-card__media iframe,.cmp-card--blog-details-video .cmp-card__container .cmp-card__content:hover .cmp-card__media img{transform:scale(1.05);transition:.3s ease-in-out}.cards .cmp-card--blog-details-video .cmp-card__container .cmp-card__content .cmp-card__media iframe,.cards .cmp-card--blog-details-video .cmp-card__container .cmp-card__content .cmp-card__media img{aspect-ratio:.5625}.cmp-product-list{margin:0 auto;max-width:115pc;padding:2.5rem 2.375rem 4rem}@media only screen and (max-width:1023px){.cmp-product-list{padding:2.5rem 1.25rem 4rem}}@media only screen and (max-width:767px){.cmp-product-list{padding:2rem 1rem 4rem}}.cmp-product-list__container{column-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr);padding-top:8rem;row-gap:3.8125rem}@media only screen and (max-width:1023px){.cmp-product-list__container{padding-top:7.125rem}}@media only screen and (max-width:767px){.cmp-product-list__container{padding-top:4rem}}.cmp-product-list__container a{color:inherit;text-decoration:none}@media only screen and (max-width:1023px){.cmp-product-list__container{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.cmp-product-list__container{grid-template-columns:repeat(1,1fr)}}.cmp-product-list__container .cmp-product-list__content .cmp-image__image{aspect-ratio:1/1;cursor:pointer;object-fit:cover}.cmp-product-list__container .cmp-product-list__content .cmp-image__default{display:inherit}.cmp-product-list__container .cmp-product-list__content .cmp-image__hover{display:none}.cmp-product-list__container .cmp-product-list__content:hover .cmp-image__hover{display:inherit}.cmp-product-list__container .cmp-product-list__content:hover .cmp-image__default{display:none}.cmp-product-list__container .cmp-product-list__content .cmp-product-list__details .cmp-product-list__details-description{margin:0 auto;padding-top:1rem;text-align:center;width:80%}.cmp-product-list__container .cmp-product-list__content .cmp-product-list__details .cmp-product-list__available-details{padding-top:1.5rem;text-align:center}.cmp-product-list__information{align-items:center;border-bottom:.0625rem solid #383838;display:flex;gap:2rem;padding-bottom:0}@media only screen and (max-width:1023px){.cmp-product-list__information{padding-bottom:1.5rem}}.cmp-product-list__information .cmp-product-list__logo img{aspect-ratio:1.5;object-fit:cover;width:9.375rem}.cmp-product-list__information .cmp-product-list__description{padding-top:.5rem}@media only screen and (max-width:767px){.cmp-product-list__information{flex-direction:column}}.cmp-contact-us{margin:0 auto;max-width:115rem;padding-bottom:6rem;padding-top:3.75rem}@media only screen and (max-width:767px){.cmp-contact-us{padding:2.5rem 1rem 3.5rem}}.cmp-contact-us .cmp-contact-us__container{margin:0 auto;max-width:100%;width:49.5rem}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__alert{align-items:center;border-radius:.5rem;color:#fff;display:flex;justify-content:space-between;margin:1.5rem auto;max-width:100%;padding:.5625rem 1rem;width:31.375rem}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__alert .close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;transition:.3s}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__alert.cmp-contact-us__alert-warning,.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__alert.cmp-contact-us__alert-warning:hover{background-color:#df001a}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__alert.cmp-contact-us__alert-success{background-color:#338515}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__alert.cmp-contact-us__alert-success:hover{background-color:#141414}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__sub-title p{margin-top:1.5rem}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper{display:flex;justify-content:center}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form{margin-top:3rem;width:100%}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field{position:relative}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field img{position:absolute;right:.625rem;top:39%}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input,.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea{background-color:transparent;border:.0625rem solid #909090;color:#fff;font-family:inherit;margin:.5rem 0 2rem;padding:.6875rem .9375rem;position:relative;width:100%}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input:hover,.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea:hover{border:.0625rem solid #338515}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input.error-input:hover,.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea.error-input:hover{border:.0625rem solid #ff7575}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input::placeholder,.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea::placeholder{color:#909090}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea{margin-bottom:0;resize:none}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field label.required:after{color:#fcd107;content:" *"}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field .cmp-contact-us__error-msg{bottom:.75rem;color:#ff7575;padding:0 1rem;position:absolute}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number .cmp-contact-us__country-code{left:.9375rem;opacity:.7;position:absolute;top:2.4375rem}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number input{padding-left:3.75rem}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number input::-webkit-inner-spin-button,.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name{display:flex;gap:2rem}@media only screen and (max-width:767px){.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name{flex-direction:column;gap:0}}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__first-name,.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name{flex:1}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__error-msg{bottom:-.9375rem;position:absolute}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__textarea-count{bottom:.75rem;color:#909090;position:absolute;right:1rem}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us img{top:17%}@media only screen and (max-width:767px){.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us img{top:25%}}.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .button{display:flex;justify-content:center;margin-bottom:4rem;margin-top:3rem}@media only screen and (max-width:767px){.cmp-contact-us .cmp-contact-us__container .cmp-contact-us__form-wrapper .cmp-contact-us__form .button{margin-top:2rem}}.cards{margin:0 auto;max-width:115rem}@media only screen and (min-width:1841px){.cards.aem-GridColumn{left:50%;position:relative;transform:translateX(-50%)}}.cmp-card--default{cursor:pointer;margin:2rem 2.375rem}@media only screen and (max-width:1023px){.cmp-card--default{-ms-overflow-style:none;margin:unset;overflow-x:auto;padding:2rem 1.25rem;scrollbar-width:none}.cmp-card--default::-webkit-scrollbar{display:none}}@media only screen and (max-width:767px){.cmp-card--default{margin:unset;padding:2rem 1rem}}.cmp-card--default .cmp-card__container{grid-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1023px){.cmp-card--default .cmp-card__container{grid-auto-flow:column;grid-template-columns:repeat(auto-fit,minmax(15.8125rem,1fr))}}@media only screen and (max-width:767px){.cmp-card--default .cmp-card__container{grid-gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15.125rem,1fr))}}.cmp-card--default .cmp-card__container a{color:inherit;text-decoration:none}.cmp-card--default .cmp-card__container .cmp-card__content{height:100%}@media only screen and (max-width:1023px){.cmp-card--default .cmp-card__container .cmp-card__content{margin:.1875rem 0 .1875rem .0625rem;min-width:15.8125rem}}@media only screen and (max-width:767px){.cmp-card--default .cmp-card__container .cmp-card__content{min-width:15.125rem}}.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__media iframe,.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__media img{aspect-ratio:1;object-fit:cover}.cmp-card--default .cmp-card__container .cmp-card__content .cmp-card__media iframe{border:none;display:block;width:100%}.cards__description{margin:0 auto;padding-bottom:2rem;text-align:center;width:50%}@media only screen and (max-width:1023px){.cards__description{margin-top:2rem;padding:0 1.25rem;width:100%}}@media only screen and (max-width:767px){.cards__description{margin-top:4rem;padding:0 1rem}}.cards .button{margin:0 0 2rem}.cards .button .cmp-button{margin:0 auto}.cmp-card--recipe-details .cmp-card__content{background:#383838;border-radius:1.5rem;box-shadow:0 .1875rem .375rem rgba(0,0,0,.16);position:relative}.cmp-card--recipe-details .cmp-card__content .cmp-card__info{border-radius:0 0 1.5rem 1.5rem;padding:1rem 1.5625rem 2rem 1.5rem}@media only screen and (max-width:767px){.cmp-card--recipe-details .cmp-card__content .cmp-card__info{padding:1.5rem 1rem}}.cmp-card--recipe-details .cmp-card__content .cmp-card__info .cmp-card__description{padding:.5rem 0 1.5rem}.cmp-card--recipe-details .cmp-card__content .cmp-card__info .cmp-card__description p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-card--recipe-details .cmp-card__content .cmp-card__media{border-radius:1.5rem 1.5rem 0 0;overflow:hidden}.cmp-card--recipe-details .cmp-card__content .cmp-card__media img{transition:.3s ease-in-out}.cmp-card--recipe-details .cmp-card__content:hover{background-color:#fcd107}.cmp-card--recipe-details .cmp-card__content:hover .cmp-card__info{background-color:#fcd107;color:#141414}.cmp-card--recipe-details .cmp-card__content:hover .cmp-card__media img{transform:scale(1.05);transition:.3s ease-in-out}.cmp-card--recipe-details .cmp-card__content .cmp-card__details{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1023px){.cmp-card--recipe-details .cmp-card__content .cmp-card__details{grid-template-columns:repeat(2,1fr)}}.cmp-card--recipe-details .cmp-card__content .cmp-card__details .cmp-card__details-content .cmp-card__title{display:flex;flex-direction:column;gap:.5rem}.cmp-card--recipe-details .cmp-card__content .cmp-card__details .cmp-card__details-content .cmp-card__title h4{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-news-list{margin:0 auto;max-width:115rem;padding:4rem 2.375rem 6.5rem}@media only screen and (max-width:767px){.cmp-news-list{padding:4rem 1rem 6.5rem}}.cmp-news-list .cmp-card--default{margin:0;max-width:100%;padding:0}.cmp-news-list .cmp-card--default .cmp-card__container{grid-auto-flow:unset}@media only screen and (max-width:1023px){.cmp-news-list .cmp-card--default .cmp-card__container{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.cmp-news-list .cmp-card--default .cmp-card__container{grid-template-columns:repeat(1,1fr)}}.cmp-news-list .cmp-card--default .cmp-card__content{margin-bottom:2rem}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__media img{width:100%}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__media iframe{aspect-ratio:1.7777777778}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__media iframe:hover{transform:scale(1.05);transition:.3s ease-in-out}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__media .cmp-video{padding:0}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__media .cmp-video .cmp-video__youtube-wrapper .cmp-video__iframe{height:unset}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__date{margin-bottom:1rem}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__date span:first-child{margin-right:.375rem;padding-right:.4375rem;position:relative}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__date span:first-child:after{background-color:#fff;content:"";height:.6875rem;position:absolute;right:0;top:.1875rem;width:.0625rem}.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__info{padding-right:2.25rem}@media only screen and (max-width:1023px){.cmp-news-list .cmp-card--default .cmp-card__content .cmp-card__info{padding-right:2.0625rem}}.cmp-news-list .cmp-card--default .cmp-card__content:hover .cmp-card__date span:first-child:after{background-color:#383838}.cmp-news-list .cmp-news-list__header-details{margin-bottom:8rem}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details{margin-bottom:1.125rem}}.cmp-news-list .cmp-news-list__header-details h1{display:inline-block;margin-bottom:.5rem}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details h1{display:block}}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__count{display:flex;flex-direction:row;gap:.3125rem;padding-left:0;white-space:nowrap}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details .cmp-news-list__count{flex-direction:column;padding-left:0}}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-content{border-top:.0625rem solid #383838;margin-top:1.0625rem;padding-top:1rem}.cmp-news-list .cmp-news-list__load-more-btn{display:flex;justify-content:center}.cmp-adda{margin:0 auto;max-width:115rem}.cmp-adda--container .cmp-adda__wrap{position:relative}.cmp-adda--container .cmp-adda__wrap img{width:100%}.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner{display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;text-align:center;top:30%;width:100%}@media only screen and (max-width:767px){.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner{padding:0 1rem}}.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner .cmp-adda__content{color:#fff}.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner .cmp-adda__content p{margin:1rem 0 2rem}.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner .cmp-adda__yt-iframe{padding:0 7.0625rem}@media only screen and (max-width:767px){.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner .cmp-adda__yt-iframe{padding:0}}.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner .cmp-adda__yt-iframe iframe{aspect-ratio:1.7777777778;height:100%;width:100%}.cmp-adda--container .cmp-adda__wrap .cmp-adda__wrap-inner .button{margin:0 auto;padding-top:2rem}.height-policy .cmp-adda__wrap-inner{position:relative!important}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-wrapper{display:flex;justify-content:space-between;position:relative}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-wrapper .cmp-news-list__header-title{flex-basis:80%}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-content{display:flex;justify-content:space-between}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-description{flex-basis:100%}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-description{flex-basis:100%}}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-section{position:relative}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-section{align-items:center;display:flex;justify-content:end;position:static;width:100%}}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filters{cursor:pointer;display:flex;position:relative}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filters .cmp-news-list__header-filter-heading span{color:#fff;font-size:1rem;font-weight:400}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filters .cmp-news-list__header-filter-icon{display:flex;padding-left:.625rem}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filters .cmp-news-list__header-filter-icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filters .cmp-news-list__header-filter-icon.icon-active:after{color:#fcd107}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal{background-color:#aa1f2e;border-radius:.5rem;display:flex;min-height:25rem;position:absolute;right:0;top:2.5rem;width:27.625rem;z-index:2}@media only screen and (max-width:1023px){.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal{min-height:18.75rem}}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal{min-height:15rem;top:4.0625rem;width:100%}}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body{align-items:stretch;display:flex;flex:1}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section1{flex-basis:12.625rem;padding:1rem 0}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section1{flex-basis:50%}}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section1 .cmp-news-list__header-filter-cat{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;cursor:pointer;display:flex;margin-left:.75rem;padding:.75rem 1rem}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section1 .cmp-news-list__header-filter-cat .cmp-news-list__header-filter-cat-icon{align-items:center;display:flex}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section1 .cmp-news-list__header-filter-cat .cmp-news-list__header-filter-cat-icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section1 .cmp-news-list__header-filter-cat.cat-active{background-color:#900f1d}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section1 .cmp-news-list__header-filter-cat p{color:#fff;font-family:arial;font-size:1rem;font-weight:400;width:100%}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2{background-color:#900f1d;border-bottom-right-radius:.5rem;border-top-right-radius:.5rem;display:flex;flex-basis:calc(100% - 12.625rem);flex-direction:column;padding:1rem 0}@media only screen and (max-width:767px){.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2{flex-basis:50%}}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2 .cmp-news-list__header-filter-checkbox{align-items:center;cursor:pointer;display:flex;margin-left:.75rem;padding:.75rem 1rem}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2 .cmp-news-list__header-filter-checkbox .cmp-news-list__header-filter-checkbox-icon{align-items:center;display:flex;padding-right:1rem}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2 .cmp-news-list__header-filter-checkbox .cmp-news-list__header-filter-checkbox-icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";font-family:icomoon!important;font-size:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2 .cmp-news-list__header-filter-checkbox .cmp-news-list__header-filter-checkbox-icon.checked-icon:after{color:#fcd107;content:""}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2 .cmp-news-list__header-filter-checkbox p{color:#fff;font-size:1rem;font-weight:400;width:100%}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2 .cmp-news-list__header-filter-checkbox p.active-label{color:#fcd107}.cmp-news-list .cmp-news-list__header-details .cmp-news-list__header-filter-modal .cmp-news-list__header-filter-modal-body .cmp-news-list__header-filter-modal-body-section2-footer{border-top:.0625rem solid #fff;display:flex;justify-content:space-between;margin-top:auto;padding:.625rem .625rem 0}.cmp-our-story{margin:0 auto;max-width:115pc;padding-bottom:38.75rem;padding-top:4rem}@media only screen and (max-width:1023px){.cmp-our-story{padding-bottom:0;padding-top:0}}@media only screen and (max-width:767px){.cmp-our-story{padding-bottom:12rem;padding-top:0}}.cmp-our-story .cmp-teaser__image{position:relative}.cmp-our-story .cmp-image__image{border-radius:1.5625rem}.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDivLargeDesktopOurStoryLeft;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;height:12.5rem;left:90%;object-fit:cover;top:95%;transform:translate(-70%,-50%);width:12.5rem}@keyframes AnimatedImageDivLargeDesktopOurStoryLeft{0%{left:90%;top:-2%}to{left:90%;top:95%}}@media only screen and (max-width:1279px){.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:LeftImageDesktop;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;left:98%;top:95%}@keyframes LeftImageDesktop{0%{left:98%;top:-2%}to{left:98%;top:95%}}}@media only screen and (max-width:1023px){.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDivOurStoryTabLeft;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;height:12.5rem;left:95%;object-fit:cover;top:95%;transform:translate(-70%,-50%);width:12.5rem}@keyframes AnimatedImageDivOurStoryTabLeft{0%{left:95%;top:5%}to{left:95%;top:95%}}}@media only screen and (max-width:767px){.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDivOurStoryMobileLeft;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;height:6.25rem;left:95%;object-fit:cover;top:95%;width:6.25rem}@keyframes AnimatedImageDivOurStoryMobileLeft{0%{left:95%;top:5%}to{left:95%;top:95%}}}@media only screen and (max-width:1023px){.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser{margin-bottom:3rem;padding-bottom:0;padding-top:0}}@media only screen and (max-width:767px){.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser{margin-bottom:3rem;padding-bottom:0;padding-top:0}}@media only screen and (max-width:1023px){.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser{margin-bottom:3rem;padding-bottom:0;padding-top:0}}@media only screen and (max-width:767px){.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser{margin-bottom:3rem;padding-bottom:0;padding-top:0}}.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDivLargeDesktopOurStoryRight;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;height:12.5rem;left:18%;object-fit:cover;top:95%;transform:translate(-70%,-50%);width:12.5rem}@keyframes AnimatedImageDivLargeDesktopOurStoryRight{0%{left:18%;top:-2%}to{left:18%;top:95%}}@media only screen and (max-width:1279px){.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:RightImageDesktop;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;left:18%;top:95%}@keyframes RightImageDesktop{0%{left:18%;top:-2%}to{left:18%;top:95%}}}@media only screen and (max-width:1023px){.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDivOurStoryTabRight;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;height:12.5rem;left:18%;object-fit:cover;top:95%;width:12.5rem}@keyframes AnimatedImageDivOurStoryTabRight{0%{left:18%;top:5%}to{left:18%;top:95%}}}@media only screen and (max-width:767px){.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-animation.visible .cmp-teaser__smallimage{animation:AnimatedImageDivOurStoryMobileRight;animation-direction:normal;animation-duration:3s;animation-iteration-count:1;animation-timing-function:ease-in;height:6.25rem;left:18%;object-fit:cover;top:95%;width:6.25rem}@keyframes AnimatedImageDivOurStoryMobileRight{0%{left:18%;top:5%}to{left:18%;top:95%}}}.cmp-our-story .cmp-teaser__description h2{font-family:Bebas Neue,sans-serif}@media only screen and (max-width:1023px){.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__image{order:0}.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__image{order:1}}.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__image,.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__image{width:100%}.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__content,.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__content{width:50%}@media only screen and (max-width:767px){.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__image{order:0}.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__image{order:1}.cmp-our-story .cmp-teaser--left-image-aligned .cmp-teaser .cmp-teaser__content,.cmp-our-story .cmp-teaser--right-image-aligned .cmp-teaser .cmp-teaser__content{width:100%}}.cmp-text--font-family-bebas{font-family:Bebas Neue,sans-serif;letter-spacing:1px}.cmp-text ol{list-style:auto}.cmp-text ul{list-style:disc}.cmp-prize-form{margin:0 auto;max-width:115rem;padding-bottom:6rem;padding-top:3.75rem}@media only screen and (max-width:767px){.cmp-prize-form{padding:2.5rem 1rem 3.5rem}}.cmp-prize-form .cmp-prize-form__container{margin:0 auto;max-width:100%;width:49.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__title{font-family:Bebas Neue,sans-serif;font-size:2.25rem;font-weight:700;letter-spacing:0;line-height:2.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper{display:flex}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form{margin-top:3rem;width:100%}@media only screen and (max-width:767px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form{margin-top:2rem}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field{position:relative}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field textarea{background-color:transparent;border:.0625rem solid #909090;font-family:inherit;margin:.5rem 0 2rem;padding:.6875rem .9375rem;position:relative;width:100%}@media only screen and (max-width:767px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field textarea{font-size:1rem;margin:.8125rem 0 1rem;padding:.625rem .9375rem .6875rem}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input#image-upload{border:none;padding-inline:0}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field textarea{margin-bottom:0;resize:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field label.required:after{color:#bf271b;content:" *"}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .body-1{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:1.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .input-hover:hover{border:1.5px solid #338515}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input[type=number]::-webkit-inner-spin-button,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field input[type=number]{-moz-appearance:textfield}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg{bottom:.25rem;color:#bf271b;font-size:1rem;position:absolute}@media only screen and (max-width:767px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg{bottom:-.4375rem;position:absolute}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg-answer{color:#bf271b;font-size:1rem;position:absolute}@media only screen and (max-width:767px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field .cmp-prize-form__error-msg-answer{position:absolute}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #dish-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #email-id-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #first-name-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #location-error,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__form-field #number-error{display:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__contact-number,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__dish,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__email-id,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__first-name,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__location,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__pincode,.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__upload{margin-top:1.25rem}@media only screen and (max-width:767px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__upload{margin-bottom:10px}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-prize-form__answer{margin-bottom:2.5rem}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div{display:flex;justify-content:center}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div .cmp-button-prize-form{align-items:center;background-color:#338515;border:none;border-radius:1.5rem;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:700;height:2.9rem;justify-content:center;margin-bottom:1rem;margin-top:3rem;padding:1.1rem 3rem;text-decoration:none;width:fit-content}@media only screen and (max-width:767px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div .cmp-button-prize-form{margin-top:2rem}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .cmp-button-primary-div .cmp-button-prize-form:disabled{background-color:#909090}@media only screen and (max-width:767px){.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div{padding-top:10px}}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container{color:#fff;cursor:pointer;display:block;font-size:1.125rem;margin-bottom:9pt;padding-left:35px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container a{color:#fff}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .checkmark{background-color:#eee;border-color:#fff;border-radius:5px;height:25px;left:0;position:absolute;top:0;width:25px}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container:hover input~.checkmark{background-color:#ccc}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container input:checked~.checkmark{background-color:#338515}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .checkmark:after{content:"";display:block;position:absolute}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container input:checked~.checkmark:after{display:block}.cmp-prize-form .cmp-prize-form__container .cmp-prize-form__wrapper .cmp-prize-form__form .checkbox-div .label-container .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;height:9pt;left:9px;top:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:7px}.cmp-prize-form .cmp-prize-form__error-msg{color:#bf271b;font-size:1rem}.cmp-prize-form #upload-error{margin-bottom:10px}.cmp-prize-form .modal{background-color:#000;background-color:rgba(0,0,0,.4)}.cmp-prize-form .loaderModal,.cmp-prize-form .modal{display:none;height:100%;left:0;overflow:auto;padding-top:75pt;position:fixed;top:0;width:100%;z-index:1}.cmp-prize-form .loader-modal-content{color:#fff;left:45%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%}@media only screen and (max-width:767px){.cmp-prize-form .loader-modal-content{left:29%;top:25%}}.cmp-prize-form .loader-modal-content img{height:150px;width:150px}@media only screen and (max-width:767px){.cmp-prize-form .loader-modal-content img{height:75pt;width:75pt}}.cmp-prize-form .modal-content{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:animatetop;animation-name:animatetop;background-color:#000;border:1px solid #888;border-radius:35px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#fff;left:35%;margin:auto;max-height:fit-content;min-height:30%;padding:20px;position:fixed;text-align:center;top:30%;width:30%}@media only screen and (max-width:767px){.cmp-prize-form .modal-content{left:17%;top:25%;width:65%}}.cmp-prize-form .modal-content p{padding-right:20px}.cmp-prize-form .modal-content .cmp-alert-id-error,.cmp-prize-form .modal-content .cmp-alert-id-success{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;justify-content:center;margin-top:1.25rem}.cmp-prize-form .modal-content .social-media-div{display:none;flex-direction:column;justify-content:center;margin-top:1.875rem}@media only screen and (max-width:767px){.cmp-prize-form .modal-content .social-media-div{align-items:center;flex-direction:column}}.cmp-prize-form .modal-content .social-media-div span{color:#fff;font-family:Roboto,sans-serif;font-size:1.125rem;line-height:2;margin-bottom:10px}@media only screen and (max-width:767px){.cmp-prize-form .modal-content .social-media-div span{line-height:1.3;margin-bottom:.625rem}}.cmp-prize-form .modal-content .social-media-div a{margin:0 auto}.cmp-prize-form .modal-content .social-media-div a img{height:3.125rem;width:3.125rem}@-webkit-keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:40%}}@keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:40%}}.cmp-prize-form .close{color:#fff;float:right;font-size:28px;font-weight:700}.cmp-prize-form .close:focus,.cmp-prize-form .close:hover{color:#aaa;cursor:pointer;text-decoration:none}.cmp-prize-form .bingo-product-logo{height:6.25rem;margin:0 auto;width:6.25rem}@media only screen and (max-width:767px){.cmp-prize-form .bingo-product-logo{height:5.625rem;width:5.625rem}}.buy-now-marquee{background-color:#aa1f2e;color:#fff;font-size:large;font-weight:700;margin:10px 0;padding:5px 0;text-align:center}@media only screen and (max-width:767px){.buy-now-marquee{font-size:small}}.buy-now-card{margin-bottom:40px}.buy-now-card .product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin:5px auto;padding:20px;width:100%}@media only screen and (max-width:1279px){.buy-now-card .product-card{max-width:50pc}}@media only screen and (max-width:767px){.buy-now-card .product-card{padding:20px 10px}}.buy-now-card .product-header{align-items:flex-start;display:flex;flex-direction:row;text-align:left;width:100%}.buy-now-card .product-image-container{flex-shrink:0}.buy-now-card .product-image{height:auto;width:5pc}@media only screen and (max-width:1279px){.buy-now-card .product-image{width:10pc}}.buy-now-card .product-info-container{flex-grow:1;margin-left:20px}@media only screen and (max-width:767px){.buy-now-card .product-info-container{margin-left:1pc}}.buy-now-card .product-info{margin-bottom:10px}.buy-now-card .product-info h2{color:#000;font-size:18px;margin-bottom:20px}@media only screen and (max-width:767px){.buy-now-card .product-info h2{font-size:smaller;margin:10px 0}}.buy-now-card .product-info p{color:#666;font-size:1pc}@media only screen and (max-width:767px){.buy-now-card .product-info p{font-size:9pt}}.buy-now-card .rating{align-items:center;color:#444;display:flex;font-size:14px;gap:5px}.buy-now-card .product-prices{display:flex;flex-wrap:wrap;gap:10px;justify-content:left;margin-top:5px}.buy-now-card .product-prices .shop-cta-button{background-color:#fff;border:1px solid #666;box-shadow:0 1px 2px #aaa;color:#000;display:block;font-size:small;margin:0;min-width:75px;padding:5px;text-align:center;text-decoration:none;text-transform:lowercase}.buy-now-card .product-prices .shop-cta-button:hover{border:1px solid #444;box-shadow:unset}.buy-now-card .product-prices .sold-out-option{background:repeating-linear-gradient(135deg,#eee,#e0e0e0 20px);color:#444;font-size:small;font-weight:700;letter-spacing:1px;padding:10px;text-align:center;text-transform:uppercase;width:75pt}.buy-now-card .price-option{align-items:center;display:flex;justify-content:center;padding:10px;text-align:center}@media only screen and (max-width:767px){.buy-now-card .price-option{padding:5px}}.buy-now-card .price-option img{height:auto;margin:1px 5px 0 0;width:1pc}.buy-now-card .price-option p{color:#000;font-size:.85em;font-weight:700;letter-spacing:.5px;margin:0}.buy-now-card .ecommerce-name{font-size:small;font-weight:400}@media only screen and (max-width:767px){.buy-now-card .ecommerce-name{font-size:x-small}}.card-carousel{margin-left:auto;margin-right:auto;padding-left:9pt;padding-right:9pt;width:100%}@media(min-width:576px){.card-carousel{max-width:540px}}@media(min-width:768px){.card-carousel{max-width:45pc}}@media(min-width:992px){.card-carousel{max-width:60pc}}@media(min-width:1200px){.card-carousel{max-width:855pt}}@media(min-width:1400px){.card-carousel{max-width:990pt}}.card-carousel__heading{font-family:Roboto;font-size:20px;font-weight:700;line-height:1.5;margin-top:24px;text-align:center}.card-carousel__heading.hide-before:before,.card-carousel__heading:before{display:none}.card-carousel__swiper--container{margin-top:24px}@media(min-width:576px){.card-carousel__swiper--container{margin-top:40px}}.card-carousel__swiper--pagination{cursor:pointer;display:flex;justify-content:center;margin-top:24px!important;position:unset!important}.card-carousel__swiper--pagination .swiper-pagination-bullet{background-color:#d3d3d3;border-radius:20px;height:3px;margin-right:5px;opacity:.4;width:14px}@media(min-width:576px){.card-carousel__swiper--pagination .swiper-pagination-bullet{height:5px;width:20px}}.card-carousel__swiper--pagination .swiper-pagination-bullet-active{background:#fff!important}@media(max-width:991.98px){.card-carousel__swiper--pagination.hide-pagination{display:none}}.card-carousel__swiper--prev{transform:rotate(180deg)}.card-carousel__swiper--next{right:0}.card-carousel__swiper--scrollbar{background-color:#d3d3d3;border-radius:20px;cursor:pointer;display:none;height:3px;margin-left:auto;margin-right:auto;margin-top:24px;width:51px}@media(min-width:576px){.card-carousel__swiper--scrollbar{height:5px;width:60px}}.card-carousel__swiper--scrollbar .swiper-scrollbar-drag{background-color:#000;border-radius:20px;height:3px;width:17px!important}@media(min-width:576px){.card-carousel__swiper--scrollbar .swiper-scrollbar-drag{height:5px;width:20px!important}}.card-carousel__swiper--scrollbar.scrollbar-white{background-color:hsla(0,0%,100%,.5)}.card-carousel__swiper--scrollbar.scrollbar-white .swiper-scrollbar-drag{background-color:#fff}.card-carousel__navigation{align-items:center;background-color:transparent;border:none;color:#fff;cursor:pointer;display:none;height:36px;justify-content:center;position:absolute;top:calc(50% - 20px);width:36px}@media(min-width:576px){.card-carousel__navigation{display:flex}}.card-carousel__navigation.disabled{opacity:.3}.card-carousel__navigation .icon{height:21px;width:9pt}@media(max-width:991.98px){.card-carousel__navigation{display:none!important}}.card-carousel__cta{align-items:center;color:#fff;display:flex;justify-content:center;margin-top:24px}.card-carousel__cta .sunrise-cta{color:#fff;text-decoration:none}.video-description{overflow:hidden}@media(min-width:576px){.video-description{margin-left:56px;margin-right:56px}}@media(min-width:768px){.video-description{margin-left:5pc;margin-right:5pc}}@media(max-width:991.98px){.video-description{margin-left:56px;margin-right:56px}}@media(min-width:1200px){.video-description{margin-left:60px;margin-right:60px}}@media(max-width:575.5px){.video-description{margin-left:24px;margin-right:24px}}.video-description__gradient{background:transparent linear-gradient(180deg,rgba(0,0,0,.502),rgba(0,0,0,.6) 2%,rgba(0,0,0,.2)) 0 0 no-repeat padding-box}.video-description__wrapper--slide .video-description__box{width:100%}@media(max-width:991.98px){.video-description__wrapper--slide .video-description__box.box-one{width:81%}}.video-description__wrapper--slide .video-description__box--video{aspect-ratio:16/9;border-radius:5px}.video-description__wrapper--slide .video-description__box--video img{height:100%;width:100%}.video-description__wrapper--slide .video-description__box--video .video-description__video--button{background:transparent;border:0;bottom:0;cursor:pointer;display:inline-block;height:50px;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%);width:50px}@media(max-width:991.98px){.video-description__wrapper--slide .video-description__box--video .video-description__video--button{height:4pc;width:4pc}}.video-description__wrapper--slide .video-description__box--video .video-description__video--button .icon{height:100%;width:100%}.fullscreen-overlay{height:100vh;width:100%}.fullscreen-overlay .fullscreen-iframe{height:80%;max-height:83vh;max-width:990pt;width:80%}.fullscreen-overlay .fullscreen-close-btn{background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:24px;right:1pc;top:8px;width:1pc}@media(min-width:576px){.fullscreen-overlay .fullscreen-close-btn{right:24px;top:1pc;width:20px}}@media(min-width:768px){.fullscreen-overlay .fullscreen-close-btn{right:2pc;top:24px;width:24px}}@media(max-width:991.98px){.fullscreen-overlay .fullscreen-close-btn{right:36px;top:2pc;width:2pc}}@media(min-width:1200px){.fullscreen-overlay .fullscreen-close-btn{width:2pc}}.video-lightbox{bottom:0;display:none;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:9}.video-lightbox__bg{align-items:center;background-color:hsla(0,0%,66%,.8);display:flex;height:100%;justify-content:center;position:relative;width:100%}.video-lightbox__container{max-width:177.7777777778vh;position:relative}.video-lightbox__container .plyr--video{grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1}.video-lightbox__container .plyr__control--overlaid{background:transparent;opacity:1}.video-lightbox__container .plyr__control--overlaid svg{background:url(clientlib-bingo/resources/images/playicon_shorts.svg);background-size:cover;display:inline-block;height:50px;width:50px}.video-lightbox__container .plyr__control--overlaid svg use{display:none}.video-lightbox__container .plyr__control,.video-lightbox__container .plyr__control--overlaid:hover,.video-lightbox__container .plyr__control:hover{background:transparent}.video-lightbox__container .plyr__control:hover span{color:#a9a9a9}.video-lightbox__container .plyr--full-ui input[type=range]{color:red}.video-lightbox__icon{height:10px;position:absolute;right:10px;top:10px;width:10px}.video-lightbox__icon .cross{height:100%;width:100%}.whatsapp-chatbot__float{align-items:center;backface-visibility:hidden;border-radius:50%;bottom:20px;box-shadow:0 4px 9pt rgba(0,0,0,.2);cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:20px;text-decoration:none;transition:transform .4s ease;width:60px;will-change:transform;z-index:1000}.whatsapp-chatbot__float img{height:60px;object-fit:cover;width:60px}.whatsapp-chatbot__float:hover{transform:scale(1.1) translateZ(0)}.whatsapp-chatbot__float.move-to-top{transform:translateY(calc(-100vh + 150px))}.bingo-tabs__section{overflow-x:hidden;padding:40px 1pc;text-align:center}.bingo-tabs__section .bingo-tabs__heading{margin-bottom:24px}.bingo-tabs__section .bingo-tabs__heading .bingo-tabs__title{color:#d81e05;font-size:2pc;font-weight:700;text-align:center}@media(max-width:768px){.bingo-tabs__section .bingo-tabs__heading .bingo-tabs__title{font-size:24px}}.bingo-tabs__section .bingo-tabs__carousel-wrapper{padding:0 62px;position:relative}@media(max-width:768px){.bingo-tabs__section .bingo-tabs__carousel-wrapper{padding:0}}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__swiper{overflow-x:hidden}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__swiper .swiper-wrapper{align-items:center;display:flex}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__swiper .bingo-tabs__slide{border-radius:9pt;overflow:hidden;text-align:center}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__swiper .bingo-tabs__slide .bingo-tabs__image{height:auto;max-width:100%}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__swiper .bingo-tabs__slide .bingo-tabs__label{font-size:14px;font-weight:700;margin-top:8px;padding:9pt;text-align:left;text-transform:uppercase}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--next,.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--prev{align-items:center;background-color:#d81e05;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:36px;z-index:10;z-index:2!important}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--next:after,.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--prev:after{font-size:18px}@media(max-width:768px){.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--next,.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--prev{display:none}}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--prev{left:0}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__button--next{right:0}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__pagination{display:none;margin-top:1pc;z-index:2!important}@media(max-width:768px){.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__pagination{bottom:-2pc!important;display:flex;justify-content:center}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__pagination .swiper-pagination-bullet{background-color:#d81e05;opacity:1}.bingo-tabs__section .bingo-tabs__carousel-wrapper .bingo-tabs__pagination .swiper-pagination-bullet-active{background-color:#ff4500}}.bingo-tabs__section .bingo-tabs__cta{text-align:center}.bingo-tabs__section .bingo-tabs__cta .bingo-tabs__cta-button{background-color:#b30000;border:none;border-radius:2pc;color:#fff;cursor:pointer;font-size:24px;font-weight:700;margin-top:3pc;padding:9pt 2pc;transition:background-color .3s ease}.bingo-tabs__section .bingo-tabs__cta .bingo-tabs__cta-button:hover{background-color:#900}@media(max-width:768px){.bingo-tabs__section .bingo-tabs__cta .bingo-tabs__cta-button{font-size:1pc;padding:10px 24px}}.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser{column-gap:2.125rem;display:flex;padding:1rem 2.375rem}@media only screen and (max-width:1023px){.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser{column-gap:normal;display:grid;padding:0 0 2rem;row-gap:1.5rem}}@media only screen and (max-width:767px){.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser{padding:0 0 2rem;row-gap:2rem}}.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__content{display:inline-flex;flex-direction:column;justify-content:center;max-width:33.5%;order:1}@media only screen and (max-width:1279px){.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__content{max-width:36%}}@media only screen and (max-width:1023px){.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__content{justify-content:flex-start;max-width:100%;padding-left:1.25rem;padding-right:1.25rem}}@media only screen and (max-width:767px){.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__content{padding-left:1rem;padding-right:1rem}}.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__content h1{margin:0 0 1rem}.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__content p{margin-bottom:2rem;margin-top:0}@media only screen and (max-width:1023px){.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__image{order:0}}.cmp-teaser--bingo-left-image-with-desc-aligned .cmp-teaser .cmp-teaser__image .cmp-image img{aspect-ratio:1}.header-new{height:unset}@media only screen and (max-width:1840px){.header-new{height:unset}}@media only screen and (max-width:1279px){.cmp-header{align-items:center}.cmp-header__nav-links .cmp-navigation__group{gap:.625rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link:hover,.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link:hover:after{color:#fcd107}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{background:#aa1f2e}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{background:unset}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1.cmp-header__no-item .cmp-navigation__item-link{font-weight:500}.cmp-header__nav-links .cmp-navigation{background:#141414}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation .cmp-header__nav-group{margin-bottom:19}}.cmp-header .cmp-header__nav-icons{position:relative}.cmp-header .cmp-header__nav-icons .cmp-header__search{position:absolute;right:2.5rem;z-index:1}@media only screen and (max-width:1279px){.cmp-header .cmp-header__nav-icons .cmp-header__search{position:unset}}.cmp-header .cmp-header__nav-icons .cmp-header__login .icon-Loginicon_Default:hover:before,.cmp-header .cmp-header__nav-icons .cmp-header__search .icon-Search_icons:hover:before{color:#fcd107}.search:before{border-color:transparent transparent #aa1f2e}.cmp-search .cmp-search__resultsBlock .cmp-search__results .cmp-search__item{transition:.5s}.cmp-teaser--adda-center-image .cmp-teaser{background-position:50% 100%;background-repeat:no-repeat;background-size:cover;display:grid;gap:1.5rem;justify-content:center;padding:1rem 1rem 20%}@media only screen and (max-width:767px){.cmp-teaser--adda-center-image .cmp-teaser{padding:1rem 1rem 42%}}@media only screen and (max-width:1023px){.cmp-teaser--adda-center-image .cmp-teaser{padding:1rem 1rem 42%}}.cmp-teaser--adda-center-image .cmp-teaser .cmp-teaser__content{display:block;max-width:100%;order:1;text-align:center}@media only screen and (max-width:767px){.cmp-teaser--adda-center-image .cmp-teaser .cmp-teaser__content{padding-left:1rem;padding-right:1rem}}.cmp-teaser--adda-center-image .cmp-teaser .cmp-teaser__content h1{margin:0 0 1rem}.cmp-teaser--adda-center-image .cmp-teaser .cmp-teaser__content p{margin-bottom:2rem;margin-top:0}.cmp-teaser--adda-center-image .cmp-teaser .cmp-teaser__content .cmp-teaser__description{max-width:52.5rem}.cmp-teaser--adda-center-image .cmp-teaser .cmp-teaser__image{margin-top:2rem}.cmp-teaser--adda-center-image .cmp-teaser .cmp-teaser__image .cmp-image{margin:0 auto;max-width:27.3125rem}.user-is-tabbing :focus{outline:2px solid #141414;outline-offset:4px;text-decoration:none}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.terms-conditions-div a{margin:0 auto}.bingo-schema__socialmedia--links{display:none}@media screen and (max-width:768px){.cmp-image--ar-none .cmp-image__image{aspect-ratio:unset!important;margin-top:9pt}}
@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(clientlib-bingo/css/icon-font/fonts/icomoon.eot?xndp6x);src:url(clientlib-bingo/css/icon-font/fonts/icomoon.eot?xndp6x#iefix) format("embedded-opentype"),url(clientlib-bingo/css/icon-font/fonts/icomoon.ttf?xndp6x) format("truetype"),url(clientlib-bingo/css/icon-font/fonts/icomoon.woff?xndp6x) format("woff"),url(clientlib-bingo/css/icon-font/fonts/icomoon.svg?xndp6x#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-Arrow:before{color:#fff;content:"\e90e"}.icon-Checkbox_Checked:before{color:#fcd107;content:"\e90f"}.icon-Checkbox_Unchecked:before{color:#fff;content:"\e910"}.icon-Filter_White:before{color:#fff;content:"\e911"}.icon-Filter_Yellow .path1:before{color:#fffaed;content:"\e916"}.icon-Filter_Yellow .path2:before{color:#fcd107;content:"\e917";margin-left:-.9599609375em}.icon-Allaboutfiber_KYC:before{color:#fff;content:"\e900"}.icon-Back_Feedback:before{color:#fff;content:"\e901"}.icon-Checkbox_Default:before{content:"\e902"}.icon-Checkbox_Hover:before{color:#0d4b0d;content:"\e903"}.icon-Close_Feedback:before{color:#fff;content:"\e904"}.icon-Close:before{content:"\e905"}.icon-DropdownHeader_down:before{color:#fff;content:"\e906"}.icon-DropdownHeader_up:before{color:#fff;content:"\e907"}.icon-Feedback_icon:before{color:#fff;content:"\e908"}.icon-Fiberopedia_KYC:before{color:#146614;content:"\e909"}.icon-Funwithfamily_KYC:before{color:#156614;content:"\e90a"}.icon-Loginicon_Default:before{color:#fff;content:"\e90b"}.icon-Lookingfor_Dropdown:before{color:#4d4d4d;content:"\e90c"}.icon-Menu_icon_Default:before{color:#fff;content:"\e90d"}.icon-NutriAIGuide_icon:before{color:#146614;content:"\e912"}.icon-Playicon:before{color:#f9f9f9;content:"\e913"}.icon-Pointer_Ingredients:before{color:#146614;content:"\e914"}.icon-Pulpystories_icon:before{color:#156614;content:"\e915"}.icon-Search_icons:before{color:#fff;content:"\e91a"}