/*
 *  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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;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}@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}.cmp-prize-form{margin:0 auto;max-width:115rem;padding-bottom:6rem;padding-top:3.75rem}@media only screen and (max-width:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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}.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:1023px){.cmp-prize-form .bingo-product-logo{height:5.625rem;width:5.625rem}}.buy-now-pop{background-color:rgba(0,0,0,.75);height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}.buy-now-pop.d-none{display:none}.buy-now-pop__title{color:#000;font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.buy-now-pop__text{color:#000;font-size:13px;text-align:center}.buy-now-pop__brands{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}@media only screen and (max-width:1023px){.buy-now-pop__brands{gap:1rem}}.buy-now-pop__brands__links{display:block}.buy-now-pop__modal-content{background-color:#fff;margin:0 auto;min-height:170px;padding:1rem;transform:translateY(100%);width:300px}@media only screen and (max-width:1023px){.buy-now-pop__modal-content{min-height:150px;width:260px}}.buy-now-pop .btn-close{background:none;border:none;color:#000;font-size:1pc;position:absolute;right:.75rem;top:.7rem}.buy-now-pop .btn-close:before{color:#000}.buy-now-pop .btn-close:focus,.buy-now-pop .btn-close:hover{color:#aaa;cursor:pointer;text-decoration:none}.buy-now-pop.dark-popup .btn-close:before,.buy-now-pop.dark-popup .buy-now-pop__text,.buy-now-pop.dark-popup .buy-now-pop__title{color:#fff}.brand-icon{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4pc;display:block;height:4pc;width:4pc}.brand-icon.small{border-radius:2pc;height:40px;width:40px}.brand-icon.amazon{background-image:url(clientlib-aashirvaad/resources/images/icons/brands/Amazon.svg)}.brand-icon.bigbasket{background-image:url(clientlib-aashirvaad/resources/images/icons/brands/Bigbasket.svg)}.brand-icon.blinkit{background-image:url(clientlib-aashirvaad/resources/images/icons/brands/Blinkit.svg)}.brand-icon.zepto{background-image:url(clientlib-aashirvaad/resources/images/icons/brands/Zepto.svg)}.brand-icon.flipkart{background-image:url(clientlib-aashirvaad/resources/images/icons/brands/Flipkart.svg)}.brand-icon.swiggy{background-image:url(clientlib-aashirvaad/resources/images/icons/brands/Swiggy.svg)}.brand-icon.zomato{background-image:url(clientlib-aashirvaad/resources/images/icons/brands/Zomato.svg)}.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}@-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-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}}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(clientlib-aashirvaad/resources/icon-font/fonts/icomoon.eot?84s1iy);src:url(clientlib-aashirvaad/resources/icon-font/fonts/icomoon.eot?84s1iy#iefix) format("embedded-opentype"),url(clientlib-aashirvaad/resources/icon-font/fonts/icomoon.ttf?84s1iy) format("truetype"),url(clientlib-aashirvaad/resources/icon-font/fonts/icomoon.woff?84s1iy) format("woff"),url(clientlib-aashirvaad/resources/icon-font/fonts/icomoon.svg?84s1iy#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-Polygon-16:before{color:#ff7f00;content:""}.icon-twitter:before{content:""}.icon-customer-service:before{color:#f6eabb;content:""}.icon-customise-gift:before{color:#f6eabb;content:""}.icon-df-logo:before{color:#ffda7d;content:""}.icon-about-us:before{color:#f6eabb;content:""}.icon-accessibility:before{color:#ffda7d;content:""}.icon-arrow-right:before{color:#f6eabb;content:""}.icon-calender:before{color:#fff2b7;content:""}.icon-comment-tweet:before{color:#fff2b7;content:""}.icon-community-member:before{color:#fff2b7;content:""}.icon-community:before{color:#f6eabb;content:""}.icon-down-arrow:before{color:#f6eabb;content:""}.icon-download:before{color:#f4eac0;content:""}.icon-filter:before{color:#fff2b7;content:""}.icon-fun-forum:before{color:#fff2b7;content:""}.icon-hamburger-menu:before{color:#ffda7d;content:""}.icon-hashtag:before{content:""}.icon-ingredients:before{color:#fff2b7;content:""}.icon-instagram:before{color:#f7f5ea;content:""}.icon-join-forum:before{color:#fff2b7;content:""}.icon-media:before{color:#f6eabb;content:""}.icon-moon-selected:before{color:#f4eac0;content:""}.icon-moon:before{color:#6a452b;content:""}.icon-open-card-popup:before{color:#f4eac0;content:""}.icon-our-products:before{color:#f4eac0;content:""}.icon-pause:before{color:#fff2b7;content:""}.icon-place-an-order:before{color:#fff2b7;content:""}.icon-play .path1:before{color:#3b2314;content:"";opacity:.408}.icon-play .path2:before{color:#f4eac0;content:"";margin-left:-1em}.icon-profile:before{color:#ffda7d;content:""}.icon-receipe-uploaded:before{color:#fff2b7;content:""}.icon-recipes:before{color:#f6eabb;content:""}.icon-save-for-later:before{color:#fff2b7;content:""}.icon-star-deselect:before{color:#fff2b7;content:""}.icon-star-selected:before{color:#fff2b7;content:""}.icon-timer:before{color:#fff2b7;content:""}.icon-completed .path1:before{color:#fff2b7;content:""}.icon-completed .path2:before{color:#261000;content:"";margin-left:-1em}.icon-completed1 .path1:before{color:#fff2b7;content:""}.icon-completed1 .path2:before{color:#261000;content:"";margin-left:-1em}.icon-completed2 .path1:before{color:#fff2b7;content:""}.icon-completed2 .path2:before{color:#261000;content:"";margin-left:-1em}.icon-not-completed .path1:before{color:#190c02;content:""}.icon-not-completed .path2:before{color:#644f40;content:"";margin-left:-1em}.icon-not-completed .path3:before{color:#644f40;content:"";margin-left:-1em}.icon-checbox-square-selected:before{color:#fff2b7;content:""}.icon-checkbox-square-not-selected:before{color:#fff2b7;content:""}.icon-checkbox:before{color:#f4eac0;content:""}.icon-chevron-left-active .path1:before{color:#bf271b;content:""}.icon-chevron-left-active .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-chevron-left-disabled .path1:before{color:#731b0d;content:""}.icon-chevron-left-disabled .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-chevron-right-active .path1:before{color:#bf271b;content:""}.icon-chevron-right-active .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-chevron-right-disabled .path1:before{color:#731b0d;content:""}.icon-chevron-right-disabled .path2:before{color:#fff2b7;content:"";margin-left:-1em}.icon-close-card-popup:before{color:#f4e9c2;content:""}.icon-completed-step .path1:before{color:#fdf1b9;content:""}.icon-completed-step .path2:before{color:#190c02;content:"";margin-left:-1em}.icon-dots:before{color:#fff2b7;content:""}.icon-facebok:before{color:#f7f5ea;content:""}.icon-media-card-top:before{color:#fff1ba;content:""}.icon-search:before{color:#fed983;content:""}.icon-share:before{color:#f4e9c2;content:""}.icon-slider:before{color:#6a452b;content:""}.icon-sun-selected-afternoon:before{color:#f4eac0;content:""}.icon-sun-selected:before{color:#f4eac0;content:""}.icon-sun:before{color:#6a452b;content:""}.icon-youtube:before{color:#f7f5ea;content:""}.icon-chef-cap .path1:before{color:#666;content:""}.icon-chef-cap .path2:before{color:#666;content:"";margin-left:-1em}.icon-chef-cap .path3:before{color:#fefefe;content:"";margin-left:-1em}.icon-chef-cap .path4:before{color:#fefefe;content:"";margin-left:-1em}.icon-chef-cap .path5:before{color:#fff;content:"";margin-left:-1em}.icon-23:before{color:#fff6e3;content:""}.icon-a9db-c0fd-4651-a9cd-f35a9a4ed8f5:before{color:#fff6e3;content:""}.icon-Group-21686:before{color:#fff4df;content:""}.icon-Group-21733:before{color:#fff6e3;content:""}.icon-Group-21734:before{color:#fff6e3;content:""}.icon-Group-21735:before{color:#fff6e3;content:""}.icon-Group-21746:before{color:#fff6e3;content:""}.icon-Icon-feather-search:before{color:#fff6e3;content:""}.icon-instagram1:before{color:#fff6e3;content:""}.icon-Dots:before{content:""}.icon-Ellipse-254:before{color:#fff6e3;content:""}.icon-Ellipse-495:before{color:#e2d7cc;content:""}.icon-Ellipse-651:before{content:""}.icon-favorite_FILL1_wght400_GRAD0_opsz20:before{content:""}.icon-Group-5940 .path1:before{color:#fff6e3;content:""}.icon-Group-5940 .path2:before{color:#382312;content:"";margin-left:-1em}.icon-Group-5940 .path3:before{color:#272727;content:"";margin-left:-1em}.icon-Group-6837 .path1:before{color:#da001c;content:""}.icon-Group-6837 .path2:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path3:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path4:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path5:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path6:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path7:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path8:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path9:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path10:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path11:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path12:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path13:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path14:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path15:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path16:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6837 .path17:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6838 .path1:before{color:#da001c;content:""}.icon-Group-6838 .path2:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6838 .path3:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6838 .path4:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6838 .path5:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6838 .path6:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6839 .path1:before{color:#da001c;content:""}.icon-Group-6839 .path2:before{color:#fff6e3;content:"";margin-left:-1em}.icon-Group-6906:before{content:""}.icon-Group-7639:before{content:""}.icon-Group-20223 .path1:before{color:#e2d7cc;content:""}.icon-Group-20223 .path2:before{color:#382312;content:"";margin-left:-1em}.icon-Group-20225:before{color:#b50404;content:""}.icon-Group-21488:before{color:#da001c;content:""}.icon-Group-21690:before{content:""}.icon-Group-21697:before{color:#e11936;content:""}.icon-Group-21699:before{content:""}.icon-Group-21700:before{content:""}.icon-Group-21701:before{content:""}.icon-Group-21703:before{content:""}.icon-Group-21705:before{content:""}.icon-Group-21706:before{content:""}.icon-Group-21707:before{content:""}.icon-Group-21708:before{content:""}.icon-Group-21710:before{content:""}.icon-Group-21711:before{content:""}.icon-Group-21712:before{color:#da001c;content:""}.icon-Group-21713:before{content:""}.icon-Group-21716:before{content:""}.icon-Group-21717:before{color:#da001c;content:""}.icon-Group-21719 .path1:before{color:#e2d7cc;content:""}.icon-Group-21719 .path2:before{color:#382312;content:"";margin-left:-1em}.icon-Group-21719 .path3:before{color:#382312;content:"";margin-left:-1em}.icon-Group-21736:before{content:""}.icon-Group-21737 .path1:before{color:#343434;content:""}.icon-Group-21737 .path2:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21737 .path3:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21737 .path4:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21737 .path5:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21737 .path6:before{color:#da001c;content:"";margin-left:-1em}.icon-Group-21738:before{content:""}.icon-Group-21739 .path1:before{color:#da001c;content:""}.icon-Group-21739 .path2:before{color:#fff;content:"";margin-left:-1em}.icon-Group-21742:before{color:#e11936;content:""}.icon-Group-21743:before{content:""}.icon-Group-21744 .path1:before{color:#343434;content:""}.icon-Group-21744 .path2:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21744 .path3:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21744 .path4:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21744 .path5:before{color:#da001c;content:"";margin-left:-1em}.icon-Group-21749 .path1:before{color:#343434;content:""}.icon-Group-21749 .path2:before{color:#343434;content:"";margin-left:-1em}.icon-Group-21749 .path3:before{color:#da001c;content:"";margin-left:-1em}.icon-Group-21752:before{color:#da001c;content:""}.icon-Icon-material-people:before{content:""}.icon-Icon:before{content:""}.icon-Line-175:before{content:""}.icon-Path-3822:before{content:""}.icon-Path-5894---Outline:before{content:""}.icon-Path-5894:before{content:""}.icon-Path-20569-1:before{color:#da001c;content:""}.icon-Path-20569:before{content:""}.icon-Path-20650:before{content:""}.icon-Tab-Icon-Activity-1 .path1:before{color:#343434;content:""}.icon-Tab-Icon-Activity-1 .path2:before{color:#da001c;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path1:before{color:#343434;content:""}.icon-Tab-Icon-Activity .path2:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path3:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path4:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path5:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path6:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path7:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path8:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path9:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path10:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path11:before{color:#343434;content:"";margin-left:-1em}.icon-Tab-Icon-Activity .path12:before{color:#da001c;content:"";margin-left:-1em}.icon-Union-18:before{content:""}body,html,p,span{font-family:Poppins,sans-serif}.h-1,h1{font-family:Libre Baskerville,sans-serif;font-size:2.25rem;font-weight:700}@media only screen and (max-width:1023px){.h-1,h1{font-size:1.5rem}}.h-2,h2{font-family:Libre Baskerville,sans-serif;font-size:2rem;font-weight:700}@media only screen and (max-width:1023px){.h-2,h2{font-size:1.5rem}}.h-3,h3{font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700}@media only screen and (max-width:1023px){.h-3,h3{font-size:1.25rem}}.h-4,h4{font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700}@media only screen and (max-width:1023px){.h-4,h4{font-size:1.125rem}}.h-5,h5{font-family:Libre Baskerville,sans-serif;font-size:1.25rem;font-weight:700}@media only screen and (max-width:1023px){.h-5,h5{font-size:1.125rem}}.h-6,h6{font-family:Libre Baskerville,sans-serif;font-size:1.125rem;font-weight:700}@media only screen and (max-width:1023px){.h-6,h6{font-size:1rem}}.sub-title-3{font-family:Libre Baskerville,sans-serif;font-size:1rem;font-weight:700}@media only screen and (max-width:1023px){.sub-title-3{font-size:.875rem}}.label-copy{font-size:1.125rem}.body-1,.label-copy{font-family:Poppins,sans-serif}.body-1{font-size:1.5rem;font-weight:500}@media only screen and (max-width:1023px){.body-1{font-size:1.125rem}}.body-2{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.body-2{font-size:1rem}}.body-3{font-family:Poppins,sans-serif;font-size:1.125rem}@media only screen and (max-width:1023px){.body-3{font-size:1rem}}.desc-1{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600}@media only screen and (max-width:1023px){.desc-1{font-size:.875rem}}.desc-2{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}@media only screen and (max-width:1023px){.desc-2{font-size:.875rem}}.desc-3{font-family:Poppins,sans-serif;font-size:1rem}@media only screen and (max-width:1023px){.desc-3{font-size:.875rem}}.desc-4{font-family:Poppins,sans-serif;font-size:1rem;font-weight:300}@media only screen and (max-width:1023px){.desc-4{font-size:.875rem}}.caption-1{font-weight:600}.caption-1,.caption-2{font-family:Poppins,sans-serif;font-size:.875rem}.caption-2{font-weight:500}.caption-3{font-size:.625rem}.caption-3,.text-field-1{font-family:Poppins,sans-serif}.text-field-1{font-size:1.125rem}.text-field-2{font-size:1rem}.text-field-2,.text-field-3{font-family:Poppins,sans-serif}.text-field-3{font-size:.75rem}.cta-text{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600}@media only screen and (max-width:1023px){.mobile-icon-our-products>a:before{content:""}.mobile-icon-our-products>a:before,.mobile-icon-recipes>a:before{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}.mobile-icon-recipes>a:before{content:""}.mobile-icon-community>a:before{content:""}.mobile-icon-community>a:before,.mobile-icon-our-story>a:before{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}.mobile-icon-our-story>a:before{content:""}}.color-text-primary-1{color:#da001c}.color-text-primary-1-imp{color:#da001c!important}.color-text-primary-2{color:#8d0e20}.color-text-primary-2-imp{color:#8d0e20!important}.color-text-primary-3{color:#ec808d}.color-text-primary-3-imp{color:#ec808d!important}.color-text-primary-4{color:#eae5dc}.color-text-primary-4-imp{color:#eae5dc!important}.color-text-primary-5{color:#8f8c88}.color-text-primary-5-imp{color:#8f8c88!important}.color-text-primary-6{color:#ffe8b4}.color-text-primary-6-imp{color:#ffe8b4!important}.color-text-background-1{color:#ffe3a5}.color-text-background-1-imp{color:#ffe3a5!important}.color-text-background-2{color:#fff6e3}.color-text-background-2-imp{color:#fff6e3!important}.color-text-background-3{color:#e2d7cc}.color-text-background-3-imp{color:#e2d7cc!important}.color-text-background-4{color:#e4dbd2}.color-text-background-4-imp{color:#e4dbd2!important}.color-text-background-5{color:#eae0d2}.color-text-background-5-imp{color:#eae0d2!important}.color-text-neutral-1{color:#382312}.color-text-neutral-1-imp{color:#382312!important}.color-text-neutral-2{color:#343434}.color-text-neutral-2-imp{color:#343434!important}.color-text-neutral-3{color:#fff}.color-text-neutral-3-imp{color:#fff!important}.color-background-default{background:#fff6e3}.color-background-default-imp{background:#fff6e3!important}.bottom-container-gradient,.color-background-gradient-1{background:transparent linear-gradient(180deg,hsla(40,91%,91%,0),hsla(40,91%,91%,.84) 46%,#fdefd4) 0 0 no-repeat padding-box}.color-background-gradient-1-imp{background:transparent linear-gradient(180deg,hsla(40,91%,91%,0),hsla(40,91%,91%,.84) 46%,#fdefd4) 0 0 no-repeat padding-box!important}.color-background-gradient-2{background:transparent linear-gradient(0deg,#fff6e3 50%,#e2d7cc 0) no-repeat}.color-background-gradient-2-imp{background:transparent linear-gradient(0deg,#fff6e3 50%,#e2d7cc 0) no-repeat!important}.color-background-gradient-3{background:transparent linear-gradient(0deg,#e2d7cc 50%,#fff6e3 0) no-repeat}.color-background-gradient-3-imp{background:transparent linear-gradient(0deg,#e2d7cc 50%,#fff6e3 0) no-repeat!important}.color-background-primary-1{background:#da001c}.color-background-primary-1-imp{background:#da001c!important}.color-background-primary-2{background:#8d0e20}.color-background-primary-2-imp{background:#8d0e20!important}.color-background-primary-3{background:#ec808d}.color-background-primary-3-imp{background:#ec808d!important}.color-background-primary-4{background:#eae5dc}.color-background-primary-4-imp{background:#eae5dc!important}.color-background-primary-5{background:#8f8c88}.color-background-primary-5-imp{background:#8f8c88!important}.color-background-primary-6{background:#ffe8b4}.color-background-primary-6-imp{background:#ffe8b4!important}.color-background-background-1{background:#ffe3a5}.color-background-background-1-imp{background:#ffe3a5!important}.color-background-background-2{background:#fff6e3}.color-background-background-2-imp{background:#fff6e3!important}.color-background-background-3{background:#e2d7cc}.color-background-background-3-imp{background:#e2d7cc!important}.color-background-background-4{background:#e4dbd2}.color-background-background-4-imp{background:#e4dbd2!important}.color-background-background-5{background:#eae0d2}.color-background-background-5-imp{background:#eae0d2!important}.color-background-neutral-1{background:#382312}.color-background-neutral-1-imp{background:#382312!important}.color-background-neutral-2{background:#343434}.color-background-neutral-2-imp{background:#343434!important}.color-background-neutral-3{background:#fff}.color-background-neutral-3-imp{background:#fff!important}.color-border-primary-1{border-color:#da001c}.color-border-primary-1-imp{border-color:#da001c!important}.color-border-primary-2{border-color:#8d0e20}.color-border-primary-2-imp{border-color:#8d0e20!important}.color-border-primary-3{border-color:#ec808d}.color-border-primary-3-imp{border-color:#ec808d!important}.color-border-primary-4{border-color:#eae5dc}.color-border-primary-4-imp{border-color:#eae5dc!important}.color-border-primary-5{border-color:#8f8c88}.color-border-primary-5-imp{border-color:#8f8c88!important}.color-border-primary-6{border-color:#ffe8b4}.color-border-primary-6-imp{border-color:#ffe8b4!important}.color-border-background-1{border-color:#ffe3a5}.color-border-background-1-imp{border-color:#ffe3a5!important}.color-border-background-2{border-color:#fff6e3}.color-border-background-2-imp{border-color:#fff6e3!important}.color-border-background-3{border-color:#e2d7cc}.color-border-background-3-imp{border-color:#e2d7cc!important}.color-border-background-4{border-color:#e4dbd2}.color-border-background-4-imp{border-color:#e4dbd2!important}.color-border-background-5{border-color:#eae0d2}.color-border-background-5-imp{border-color:#eae0d2!important}.color-border-neutral-1{border-color:#382312}.color-border-neutral-1-imp{border-color:#382312!important}.color-border-neutral-2{border-color:#343434}.color-border-neutral-2-imp{border-color:#343434!important}.color-border-neutral-3{border-color:#fff}.color-border-neutral-3-imp{border-color:#fff!important}.scrollbar-style-h,.scrollbar-style-v{scrollbar-color:#da001c #8f8c88;scrollbar-width:thin}.scrollbar-style-h::-webkit-scrollbar{height:2.1875rem}.scrollbar-style-h::-webkit-scrollbar-thumb,.scrollbar-style-h::-webkit-scrollbar-track{background-clip:padding-box;border-bottom:1rem solid transparent;border-top:1rem solid transparent}.scrollbar-style-h::-webkit-scrollbar-track,.scrollbar-style-v::-webkit-scrollbar-track{background-color:#8f8c88}.scrollbar-style-h::-webkit-scrollbar-thumb,.scrollbar-style-v::-webkit-scrollbar-thumb{background-color:#da001c}.scrollbar-style-v::-webkit-scrollbar{background-color:#fff6e3;width:.3125rem}.scrollbar-style-w{scrollbar-color:unset;scrollbar-width:unset}.contest-detail-container,.main-aa-container,.main-aa-container-with-desktop-padding,.main-aa-container-with-mobile-padding,.main-aa-container-with-padding{margin:0 auto;max-width:85.375rem}.main-aa-container-with-padding{padding-left:7.0625rem;padding-right:7.0625rem}@media only screen and (max-width:1023px){.main-aa-container-with-padding{padding-left:1rem;padding-right:1rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.main-aa-container-with-desktop-padding{padding-left:7.0625rem;padding-right:7.0625rem}}@media only screen and (min-width:1366px){.main-aa-container-with-desktop-padding{padding-left:7.0625rem;padding-right:7.0625rem}}@media only screen and (max-width:1023px){.main-aa-container-with-mobile-padding{padding-left:1rem;padding-right:1rem}.container-cta-center-align button{margin:0 auto}}.contest-detail-container{padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.contest-detail-container{padding:2rem 1rem}}.contest-detail-icon-calender{align-items:center;color:#343434;display:flex;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.contest-detail-icon-calender{font-size:.0625remrem}}.contest-detail-icon-calender:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;content:"";font-family:icomoon!important;font-size:2rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:1.5rem;text-transform:none}@media only screen and (max-width:1023px){.contest-detail-icon-calender:before{font-size:1.5rem;margin-right:.75rem}}.bottom-container-gradient{bottom:0;height:21rem;left:0;position:absolute;right:0}@media only screen and (max-width:1023px){.bottom-container-gradient{height:20.5625rem}}body{padding-top:76px}@media(max-width:1023px){body{padding-top:68px!important}}.embed .site-map-aashirvaad{background-repeat:no-repeat;background-size:cover;margin-top:0;padding:0 5%}.embed .site-map-aashirvaad .headingSiteMap{border-bottom:3px solid #db7219;padding:10px 10px 20px 0}.embed .site-map-aashirvaad .headingSiteMap h1{font-size:2pc;font-weight:700;letter-spacing:.3px;margin-bottom:0;margin-top:0}.embed .site-map-aashirvaad .siteMapflowDiv{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:40px}.embed .site-map-aashirvaad .siteMapflowDiv div{flex:0 0 25%}.embed .site-map-aashirvaad .siteMapflowDiv div ul{padding:0}.embed .site-map-aashirvaad .siteMapflowDiv div a{text-decoration:none}.embed .site-map-aashirvaad .siteMapflowDiv .subCategoryHeading{color:#da001c;cursor:pointer;font-size:24px;font-weight:900}.embed .site-map-aashirvaad .siteMapflowDiv li{color:#000;cursor:pointer;font-size:1pc;font-weight:500}@media only screen and (max-width:768px){.embed .site-map-aashirvaad .siteMapflowDiv{flex-direction:column!important}}.embed .textual-container{background:#f0f08c;padding:4pc 1pc;text-align:center}@media only screen and (max-width:768px){.embed .textual-container{padding:2pc 1pc}}.embed .textual-container .textual-container__heading{color:blue}.embed .textual-container .textual-container__description{color:#000;margin-top:1pc}@media only screen and (max-width:768px){.embed .textual-container .textual-container__description{margin-top:9pt}}.aashirvaad-ingredient-name-ul,.aashirvaad-ingredient-quantity-ul,.hide-ul-ingredients{display:none}.cmp-button{align-items:center;border-color:transparent;border-radius:1rem;box-sizing:border-box;cursor:pointer;display:flex;font-family:Libre Baskerville,sans-serif;font-size:1rem;font-weight:600;height:3rem;padding:.8125rem 2rem .75rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-button{border-radius:1rem;font-size:1rem;height:3rem;padding:.8125rem 2rem .75rem}}.cmp-button:disabled{pointer-events:none}.cmp-button--primary .cmp-button{background:#da001c;border:none;color:#fff6e3}.cmp-button--primary .cmp-button:focus{background:#382312}@media(hover:hover){.cmp-button--primary .cmp-button:hover{background:#8d0e20}}.cmp-button--primary .cmp-button:disabled{background:#ec808d}.cmp-button--primary-dark .cmp-button{background:#fff6e3;border:none;color:#343434}.cmp-button--primary-dark .cmp-button:focus{background:#ffe3a5}@media(hover:hover){.cmp-button--primary-dark .cmp-button:hover{background:#ffe3a5}}.cmp-button--primary-dark .cmp-button:disabled{background:#eae5dc;color:#8f8c88}.cmp-button--primary-anchor .cmp-button{background:#da001c;border:none;color:#fff6e3;width:fit-content}.cmp-button--primary-anchor .cmp-button:focus{background:#382312}@media(hover:hover){.cmp-button--primary-anchor .cmp-button:hover{background:#8d0e20}}.cmp-button--primary-anchor.cmp-button--disabled .cmp-button{background:#ec808d;pointer-events:none;text-decoration:none}.cmp-button--primary-anchor-dark .cmp-button{background:#fff6e3;border:none;color:#343434;width:fit-content}.cmp-button--primary-anchor-dark .cmp-button:focus{background:#ffe3a5}@media(hover:hover){.cmp-button--primary-anchor-dark .cmp-button:hover{background:#ffe3a5}}.cmp-button--primary-anchor-dark.cmp-button--disabled .cmp-button{background:#eae5dc;color:#8f8c88;pointer-events:none;text-decoration:none}.cmp-button--secondary .cmp-button{background:transparent;border:.125rem solid #da001c;color:#da001c}@media only screen and (max-width:1023px){.cmp-button--secondary .cmp-button{border:.0625rem solid #da001c}}.cmp-button--secondary .cmp-button:focus{background:#382312;border-color:#382312;color:#fff6e3}@media(hover:hover){.cmp-button--secondary .cmp-button:hover{background:#da001c;border-color:#da001c;color:#fff6e3}}.cmp-button--secondary .cmp-button:disabled{background:transparent;border-color:#ec808d;color:#ec808d}.cmp-button--secondary-dark .cmp-button{background:transparent;border:.125rem solid #fff6e3;color:#fff6e3}@media only screen and (max-width:1023px){.cmp-button--secondary-dark .cmp-button{border:.0625rem solid #fff6e3}}.cmp-button--secondary-dark .cmp-button:focus{background:#ffe3a5;border-color:#ffe3a5;color:#343434}@media(hover:hover){.cmp-button--secondary-dark .cmp-button:hover{background:#ffe3a5;border-color:#ffe3a5;color:#343434}}.cmp-button--secondary-dark .cmp-button:disabled{background:transparent;border-color:#eae5dc;color:#eae5dc}.cmp-button--anchor .cmp-button{background:transparent;color:#da001c;height:unset;padding:0;text-decoration:none}@media(hover:hover){.cmp-button--anchor .cmp-button:hover{color:#8d0e20;text-decoration:underline}}.cmp-button--anchor .cmp-button:focus{color:#382312;text-decoration:underline}.cmp-button--anchor.cmp-button--disabled .cmp-button{color:#ec808d;pointer-events:none;text-decoration:none}.cmp-button--anchor-dark .cmp-button{color:#fff6e3;height:unset;padding:0;text-decoration:none}@media(hover:hover){.cmp-button--anchor-dark .cmp-button:hover{color:#ffe3a5;text-decoration:underline}}.cmp-button--anchor-dark .cmp-button:focus{color:#ffe3a5;text-decoration:underline}.cmp-button--anchor-dark.cmp-button--disabled .cmp-button{color:#eae5dc;pointer-events:none;text-decoration:none}.container.top-sm-margin{margin-top:.625rem}.container.top-md-margin{margin-top:1.25rem}.container.top-lg-margin{margin-top:2.5rem}.container.bottom-sm-margin{margin-bottom:.625rem}.container.bottom-md-margin{margin-bottom:1.25rem}.container.bottom-lg-margin{margin-bottom:2.5rem}.container.top-margin-30{margin-top:1.875rem}.container.top-margin-50{margin-top:3.125rem}.container.top-margin-60{margin-top:3.75rem}.container.top-margin-74{margin-top:4.625rem}@media only screen and (min-width:768px){.container.top-margin-80{margin-top:5rem}}.container.top-margin-100{margin-top:75pt}.container.bottom-margin-30{margin-bottom:1.875rem}.container.bottom-margin-50{margin-bottom:3.125rem}@media only screen and (max-width:768px){.container.top-margin-mobile-4{margin-top:4px}}.cmp-container--fixed>.cmp-container{margin:0 auto;max-width:1366px}.cmp-container--center-align{align-items:center;display:flex;justify-content:center;text-align:center}.search{background:#fff6e3;display:none;margin-top:-.0625rem}@media only screen and (max-width:1023px){.search{margin-top:0}}.cmp-search{margin:0 auto;max-width:1366px;padding:1.5rem 0 1.5625rem;position:relative}@media only screen and (max-width:1023px){.cmp-search{padding:1.0625rem 1.5rem 1.5rem;position:fixed;top:0;width:100%;z-index:0}}.cmp-search,.cmp-search .cmp-search__clear,.cmp-search .cmp-search__input{background-color:#da001c}.cmp-search .cmp-search__clear,.cmp-search .cmp-search__icon,.cmp-search .cmp-search__input,.cmp-search .cmp-search__input::placeholder{color:#fff6e3}@keyframes cmp-search__loading-indicator-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cmp-search .cmp-search__form{margin:0 auto;width:46.875rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form{width:100%}}.cmp-search .cmp-search__form .cmp-search__field{align-items:center;display:flex;flex-direction:row-reverse}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear{border:none;cursor:pointer;padding:0}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon{font-size:1.875rem}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon:before{content:""}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon{font-size:1.1875rem}}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input{border:none;border-bottom:.0625rem solid #fff6e3;font-size:1.125rem;line-height:1.75rem;margin:0 1.5rem;padding:0 1rem .8125rem;width:40.5rem}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input::placeholder{opacity:.5}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__input{font-size:1rem;line-height:1.625rem;margin:0 .9375rem 0 1.5rem;padding:0 1rem .5rem 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 #8d0e20;border-radius:50%;border-top-color:#ec808d;display:none;height:1.5rem;width:1.5rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__loading-indicator{height:1.125rem;width:1.125rem}}.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:1.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-search .cmp-search__form .cmp-search__field .cmp-search__icon{font-size:1.125rem}}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__icon:before{content:""}.cmp-search .cmp-search__results{background:#eae5dc;border-radius:1.3125rem;display:none;left:50%;margin-left:.3125rem;padding:0 1.875rem 2.125rem;position:absolute;top:5.125rem;transform:translateX(-50%);width:40.5rem;z-index:1}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results{background:#eae5dc;border-radius:0;left:0;margin:0;padding:0 1.5rem 1.5rem;position:absolute;top:4.3125rem;transform:none;width:100%}}.cmp-search .cmp-search__results:not(:has(.cmp-search__item)){padding-bottom:1.375rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results:not(:has(.cmp-search__item)){padding-bottom:.75rem}}.cmp-search .cmp-search__results:not(:has(.cmp-search__item),:has(.cmp-search__error-msg)){display:none!important}.cmp-search .cmp-search__results .cmp-search__item{-webkit-line-clamp:1;-webkit-box-orient:vertical;align-items:center;color:#382312;display:flex!important;display:-webkit-box;font-size:1.25rem;gap:1.25rem;line-height:1.75rem;margin-top:2.125rem;overflow:hidden;text-decoration:none}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__item{font-size:.75rem;gap:1.5rem;margin:1.0625rem auto 0}.cmp-search .cmp-search__results .cmp-search__item:first-child{margin-top:0}}.cmp-search .cmp-search__results .cmp-search__item:before{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;text-transform:none}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__item:before{text-align:center;width:1.5rem}}.cmp-search .cmp-search__results .cmp-search__item .cmp-search__item-title{font-size:1.125rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__item .cmp-search__item-title{font-size:1rem}}.cmp-search .cmp-search__results .cmp-search__item .cmp-search__item-title .cmp-search__item-mark{background:none;color:#382312;font-weight:900}.cmp-search .cmp-search__results .cmp-search__error-msg{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#da001c;display:-webkit-box;margin-top:1.75rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-search .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__results .cmp-search__suggestion-msg{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#8d0e20;display:-webkit-box;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__suggestion-msg{color:#da001c;margin-top:1rem}}.cmp-search .cmp-search__results .cmp-search__tabs{display:flex;gap:.75rem;margin-top:1.5rem;overflow-x:auto;padding-bottom:.75rem}.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar{height:.4375rem}.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar-track{background-color:#da001c;-webkit-border-radius:.625rem;border-radius:.625rem}.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar-thumb{background:#ec808d;-webkit-border-radius:.625rem;border-radius:.625rem}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar{display:none}}.cmp-search .cmp-search__results .cmp-search__tabs .cmp-search__tab{border:.0625rem solid #ec808d;border-radius:1.75rem;color:#da001c;padding:.3125rem 1.25rem;text-decoration:none;white-space:nowrap}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results .cmp-search__tabs .cmp-search__tab{border-radius:1.5rem;padding:.4375rem 1rem}}.cmp-separator{margin:2.9375rem 0}.cmp-separator__horizontal-rule{border:.125rem solid #3b2314}.cmp-text ol{list-style:auto}.cmp-text ul{list-style:disc}.diwali-page .cmp-text .redeem-text{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;text-align:center}.diwali-page .cmp-text .redeem-text img{display:block!important}.diwali-page .cmp-text .redeem-text h3{color:#fff;font-family:OleoScript;font-size:20px;font-style:italic;position:absolute;text-align:center}.diwali-page .cmp-text .redeem-text h3 a{color:#fff}.diwali-page .cmp-text .cmp-product-detail__product-item{display:block!important}.aashirvaad-cmp-sitemap{margin:0 auto;max-width:115rem;padding:4rem 2.375rem}@media only screen and (max-width:1024px){.aashirvaad-cmp-sitemap{padding:4rem 1.25rem}}@media only screen and (max-width:1023px){.aashirvaad-cmp-sitemap{padding:4rem 1rem}}.aashirvaad-cmp-sitemap .cmp-navigation a{color:#1d1d1d;font-weight:600;text-decoration:none}.aashirvaad-cmp-sitemap .cmp-navigation a:hover{text-decoration:underline}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group{display:flex;flex-direction:column;gap:3rem;padding:0}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.site-map-disabled{color:#909090;pointer-events:none;text-decoration:none}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>a{font-size:1.8rem;line-height:2.25rem}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist{padding:1.5625rem 0 0}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0{margin-bottom:2.125rem}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0:last-child{margin-bottom:0}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>a{font-size:1.5rem;line-height:1.9rem}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist{display:grid;gap:1.1875rem;grid-template-columns:repeat(3,1fr);padding:2.125rem 0 0}@media only screen and (max-width:1023px){.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist{gap:2.125rem;grid-template-columns:none}}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist>.cmp-navigation__item--level-0{max-width:14.375rem}@media only screen and (max-width:1023px){.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist>.cmp-navigation__item--level-0{max-width:100%}}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist>.cmp-navigation__item--level-0>a{font-size:1.35rem;line-height:1.5rem;text-decoration:none}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__group-childlist{display:grid;gap:3.125rem;grid-template-columns:repeat(2,1fr);padding:2.125rem 0 0}@media only screen and (max-width:1023px){.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__group-childlist{gap:2.125rem;grid-template-columns:none}}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__group-childlist>.cmp-navigation__item--level-0{max-width:14.375rem}@media only screen and (max-width:1023px){.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__group-childlist>.cmp-navigation__item--level-0{max-width:100%}}.aashirvaad-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__group-childlist>.cmp-navigation__item--level-0>a{font-size:1.1875rem;line-height:1.5rem;text-decoration:none}.df-cmp-sitemap{margin:0 auto;max-width:115rem;padding:4rem 2.375rem}@media only screen and (max-width:1024px){.df-cmp-sitemap{padding:4rem 1.25rem}}@media only screen and (max-width:1023px){.df-cmp-sitemap{padding:4rem 1rem}}.df-cmp-sitemap .cmp-navigation a{color:#f4eac0;font-weight:600;text-decoration:none}.df-cmp-sitemap .cmp-navigation a:hover{text-decoration:underline}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group{display:flex;flex-direction:column;gap:3rem;padding:0}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.site-map-disabled{color:#909090;pointer-events:none;text-decoration:none}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>a{font-size:1.8rem;line-height:2.25rem}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist{padding:1.5625rem 0 0}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0{margin-bottom:2.125rem}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0:last-child{margin-bottom:0}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0>a{font-size:1.5rem;line-height:1.9rem}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0 .cmp-navigation__group-childlist{display:grid;gap:1.1875rem;grid-template-columns:repeat(3,1fr);padding:2.125rem 0 0}@media only screen and (max-width:1023px){.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0 .cmp-navigation__group-childlist{gap:2.125rem;grid-template-columns:none}}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0 .cmp-navigation__group-childlist>.cmp-navigation__item--level-0{max-width:14.375rem}@media only screen and (max-width:1023px){.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0 .cmp-navigation__group-childlist>.cmp-navigation__item--level-0{max-width:100%}}.df-cmp-sitemap .cmp-navigation>.cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__group-childlist .cmp-navigation__item--level-0 .cmp-navigation__group-childlist>.cmp-navigation__item--level-0>a{font-size:1.35rem;line-height:1.5rem;text-decoration:none}.recipe-corner-main-div{position:relative}@media only screen and (min-width:1366px){.recipe-corner-main-div .recipe-background-desktop{display:block;margin:0 auto;width:100%}.recipe-corner-main-div .recipe-background-mobile{display:none}}@media only screen and (min-width:1024px)and (max-width:1365px){.recipe-corner-main-div .recipe-background-desktop{display:block;margin:0 auto;width:100%}.recipe-corner-main-div .recipe-background-mobile{display:none}}@media only screen and (max-width:1024px){.recipe-corner-main-div .recipe-background-desktop{display:none}.recipe-corner-main-div .recipe-background-mobile{display:block;width:100%}}@media only screen and (max-width:1023px){.recipe-corner-main-div .recipe-background-desktop{display:none}.recipe-corner-main-div .recipe-background-mobile{display:block;width:100%}}.recipe-corner-main-div .recipe-heading{color:#fff;font-family:Libre Baskerville,sans-serif;font-size:65px;left:25.5%;margin-left:5%;margin-right:5%;position:absolute;top:4.5%}@media only screen and (max-width:1023px){.recipe-corner-main-div .recipe-heading{font-size:2pc;left:16%;top:2.9%}}@media only screen and (min-width:1366px){.recipe-corner-main-div .recipe-heading{left:28.5%;top:5%}}@media screen and (min-width:1500px)and (max-width:1599px){.recipe-corner-main-div .recipe-heading{left:29%;top:5%}}@media screen and (min-width:1600px)and (max-width:1699px){.recipe-corner-main-div .recipe-heading{left:30%;top:5.5%}}@media screen and (min-width:1700px)and (max-width:1799px){.recipe-corner-main-div .recipe-heading{left:31%;top:5.5%}}@media screen and (min-width:1800px)and (max-width:1899px){.recipe-corner-main-div .recipe-heading{left:32%;top:5.5%}}@media screen and (min-width:1900px)and (max-width:1999px){.recipe-corner-main-div .recipe-heading{left:32.5%;top:5.5%}}.recipe-corner-main-div .recipe-sub-heading{color:#fff;font-family:Libre Baskerville,sans-serif;font-size:31px;left:30%;margin-left:5%;margin-right:5%;position:absolute;top:15%}@media only screen and (max-width:1023px){.recipe-corner-main-div .recipe-sub-heading{font-size:26px;left:7%;top:8.5%}}@media only screen and (min-width:1366px){.recipe-corner-main-div .recipe-sub-heading{left:32%}}@media screen and (min-width:1600px)and (max-width:1699px){.recipe-corner-main-div .recipe-sub-heading{left:33%}}@media screen and (min-width:1700px)and (max-width:1799px){.recipe-corner-main-div .recipe-sub-heading{left:34%;top:16%}}@media screen and (min-width:1800px)and (max-width:1899px){.recipe-corner-main-div .recipe-sub-heading{left:35%;top:16%}}@media screen and (min-width:1900px)and (max-width:1999px){.recipe-corner-main-div .recipe-sub-heading{left:35%;top:16%}}.recipe-corner-main-div .cmp-video{background-color:transparent;border-radius:1rem;height:60vh;left:20%;margin-left:5%;margin-right:5%;overflow:hidden;position:absolute;top:19%;width:50%}@media only screen and (max-width:1024px){.recipe-corner-main-div .cmp-video{height:15.6875rem}}@media only screen and (max-width:1023px){.recipe-corner-main-div .cmp-video{height:11.6875rem;left:0;top:11%;width:90%}}.recipe-corner-main-div .recipe-steps-label{color:#fff;font-family:Libre Baskerville,sans-serif;font-size:19px;left:41%;margin-left:5%;margin-right:5%;position:absolute;text-decoration:underline;top:43%}@media only screen and (max-width:1023px){.recipe-corner-main-div .recipe-steps-label{font-size:25px;left:24%;top:21.5%}}.recipe-corner-main-div .ingredients-instructions-div{left:20%;margin-bottom:20px;margin-left:5%;margin-right:5%;position:absolute;top:46%}@media only screen and (max-width:1023px){.recipe-corner-main-div .ingredients-instructions-div{left:2%;top:25%}}.recipe-corner-main-div .ingredients-instructions-div .ingredient-label{color:#fff;font-family:Libre Baskerville,sans-serif;font-size:19px;margin-bottom:20px}@media only screen and (max-width:1023px){.recipe-corner-main-div .ingredients-instructions-div .ingredient-label{font-size:24px;text-align:center}}.recipe-corner-main-div .ingredients-instructions-div .ingredients-list{color:#fff;font-family:Libre Baskerville,sans-serif;font-size:14px;margin-bottom:20px;max-width:70%}@media only screen and (max-width:1023px){.recipe-corner-main-div .ingredients-instructions-div .ingredients-list{font-size:18px;margin-bottom:25px;max-width:100%}}.recipe-corner-main-div .ingredients-instructions-div .ingredients-list ul{line-height:1.5;list-style-type:disc;padding-left:15px}@media only screen and (min-width:1366px){.recipe-corner-main-div .ingredients-instructions-div .seperator-recipe{display:none}}@media only screen and (min-width:1024px)and (max-width:1365px){.recipe-corner-main-div .ingredients-instructions-div .seperator-recipe{display:none}}@media only screen and (max-width:1024px){.recipe-corner-main-div .ingredients-instructions-div .seperator-recipe{display:none}}@media only screen and (max-width:1023px){.recipe-corner-main-div .ingredients-instructions-div .seperator-recipe{background-image:url(../../../content/dam/itc-foods-brands/aashirvaad-campaigns/chatth-puja/seperator-recipe-corner.png);background-repeat:no-repeat;display:block;height:20px;margin-left:auto;margin-right:auto;width:40%}}.recipe-corner-main-div .ingredients-instructions-div .instruction-label{color:#fff;font-family:Libre Baskerville,sans-serif;font-size:19px;margin-bottom:20px}@media only screen and (max-width:1023px){.recipe-corner-main-div .ingredients-instructions-div .instruction-label{font-size:24px;margin-top:5px;text-align:center}}.recipe-corner-main-div .ingredients-instructions-div .instructions-list{color:#fff;font-family:Libre Baskerville,sans-serif;font-size:14px;margin-bottom:20px;max-width:70%}@media only screen and (max-width:1023px){.recipe-corner-main-div .ingredients-instructions-div .instructions-list{font-size:18px;max-width:100%}}.recipe-corner-main-div .ingredients-instructions-div .instructions-list ul{line-height:1.5;list-style-type:disc;padding-left:15px}.diwali-page .cmp-image__image{display:block;width:100%}.diwali-page .cmp-image__image_mobile{display:none}@media screen and (max-width:430px){.diwali-page .cmp-image__image{display:none}.diwali-page .cmp-image__image_mobile{display:block;width:100%}}.diwali-page .diwaliCampaignForm{margin-left:auto;margin-right:auto}@media screen and (max-width:768px){.diwali-page .diwaliCampaignForm{max-width:430px}}.diwali-page .cmp-milk-form{background-position:50%!important;background-repeat:no-repeat;background-size:cover;max-width:none!important;min-height:900px;padding-bottom:125px;padding-top:4pc;position:relative}@media screen and (max-width:1240px){.diwali-page .cmp-milk-form{max-width:none!important}}@media screen and (max-width:768px){.diwali-page .cmp-milk-form{min-height:825pt}}.diwali-page .cmp-milk-form .cmp-milk-form__title{color:#fff;font-family:poppins;font-size:26px;font-weight:600;left:50%;line-height:26px;position:absolute;top:10px;transform:translateX(-50%)}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .cmp-milk-form__title{font-size:21px;left:unset;max-width:430px;text-align:center;top:10px;transform:none;width:98%}}@media screen and (max-width:360px){.diwali-page .cmp-milk-form .cmp-milk-form__title{top:0}}.diwali-page .cmp-milk-form .cmp-milk-form__wrapper{flex-direction:column}.diwali-page .cmp-milk-form .cmp-milk-form__wrapper label{color:#fff!important}.diwali-page .cmp-milk-form .cmp-milk-form__wrapper input{background-color:transparent!important;border:1px solid #fff;color:#fff!important}.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form{align-items:center;display:flex;flex-direction:column;position:relative;top:-28px}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form{top:-25px}}.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field{width:62%}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field{width:365px}}@media screen and (max-width:410px){.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-milk-form__form-field{width:85%}}.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-milk-form{background-color:#fff!important;border:1px solid #a3031b!important;border-radius:14px!important;color:#a3031b!important;font-size:24px!important;font-weight:400!important;height:59px!important;max-height:59px!important;padding:14px 3rem!important;width:490px!important}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-milk-form{height:49px!important;margin-top:1.5rem!important;width:365px!important}}@media screen and (max-width:410px){.diwali-page .cmp-milk-form .cmp-milk-form__wrapper .cmp-milk-form__form .cmp-button-milk-form{width:100%!important}}.diwali-page .cmp-milk-form .cmp-milk-form__error-msg{color:#fff!important}.diwali-page .cmp-milk-form .rules-section{bottom:0;color:#fff;left:10px;overflow:visible;position:absolute}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .rules-section span{align-items:center;display:flex;justify-content:center;position:relative;right:115px}}@media screen and (max-width:390px){.diwali-page .cmp-milk-form .rules-section span{right:90px}}.diwali-page .cmp-milk-form .rules-section span a{color:#fff!important}.diwali-page .cmp-milk-form .rules-section ul{font-size:14px;padding-left:25px}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .rules-section ul{align-items:center;display:flex;flex-direction:column;position:relative;right:15px}}@media screen and (max-width:370px){.diwali-page .cmp-milk-form .rules-section ul{font-size:13px}}.diwali-page .cmp-milk-form .rules-section ul li{list-style:disc}.diwali-page .cmp-milk-form .rules-section ul li a{color:#fff}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .rules-section ul li{max-width:23pc}}@media(max-width:440px)and (min-width:420px){.diwali-page .cmp-milk-form .rules-section{bottom:4%!important;left:56px!important}}@media screen and (max-width:420px){.diwali-page .cmp-milk-form .rules-section{bottom:2%!important}}@media screen and (max-width:768px){.diwali-page .cmp-milk-form .rules-section{bottom:3%;font-size:14px;left:35px;max-width:370px;width:unset}}@media screen and (min-width:768px){.diwali-page .cmp-milk-form .rules-section{bottom:0}}@media screen and (min-width:982px){.diwali-page .cmp-milk-form .rules-section{bottom:40px}}@media screen and (min-width:1063px){.diwali-page .cmp-milk-form .rules-section{bottom:17.3px}}@media screen and (min-width:1150px){.diwali-page .cmp-milk-form .rules-section{left:50%;transform:translateX(-50%);width:1141px}}.diwali-page .cmp-milk-form .modal-content{background-color:#da001c!important}.aa-cmp-container-policy{float:none!important;margin:0 auto;max-width:1366px}.aa-cmp-container-policy .cmp-carousel__item .cmp-image__image{width:100%}.aa-cmp-container-policy .buyNowCard,.aa-cmp-container-policy .cmp-video--banner-no-info{margin:0;width:100%}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0px;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.cmp-carousel .cmp-carousel__container{margin-bottom:0!important;position:relative}.cmp-carousel .cmp-carousel__container .slick-dots{bottom:7%;left:50%;position:absolute;transform:translateX(-50%)}.cmp-carousel .cmp-carousel__container .slick-dots li{height:auto;margin:0 .6875rem 0 0;width:auto}.cmp-carousel .cmp-carousel__container .slick-dots li:last-child{margin:0}.cmp-carousel .cmp-carousel__container .slick-dots li button{border:.125rem solid #da001c;border-radius:50%;height:.75rem;width:.75rem}.cmp-carousel .cmp-carousel__container .slick-dots li button:before{content:""}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__container .slick-dots li button{height:.5rem;width:.5rem}}.cmp-carousel .cmp-carousel__container .slick-dots li.slick-active button{background-color:#da001c;border:.1875rem solid #da001c}.cmp-teaser-contest .cmp-carousel .cmp-carousel__container .slick-dots{bottom:-2.5rem}.cmp-carousel .cmp-carousel__container .slick-next,.cmp-carousel .cmp-carousel__container .slick-prev{background-color:#da001c;border-radius:50%;font-size:3rem;height:3rem;width:3rem;z-index:1}.cmp-carousel .cmp-carousel__container .slick-next:before,.cmp-carousel .cmp-carousel__container .slick-prev:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:icomoon!important;font-size:3rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-carousel .cmp-carousel__container .slick-next.slick-disabled,.cmp-carousel .cmp-carousel__container .slick-prev.slick-disabled{cursor:auto}.cmp-carousel .cmp-carousel__container .slick-prev:before{content:""}.cmp-carousel .cmp-carousel__container .slick-prev.slick-disabled:before{content:""}.cmp-carousel .cmp-carousel__container .slick-next:before{content:""}.cmp-carousel .cmp-carousel__container .slick-next.slick-disabled:before{content:""}.cmp-carousel--reveal-next-item .slick-list{padding:0 5.8125rem 0 0!important}.cmp-carousel--show-center-zoom .slick-slide.slick-center{transform:scale(1.2)}.cmp-carousel--reveal-next-item .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container{padding:0 5.8125rem}@media only screen and (max-width:1023px){.cmp-carousel--reveal-next-item .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container{padding:0}}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-next,.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-prev{top:50%;transform:translateY(-50%)}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-prev,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-prev{left:0}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-next,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-next{right:0}.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots,.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots-container{bottom:-2.5rem}@media only screen and (max-width:1023px){.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots,.cmp-carousel--reveal-next-item .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container .slick-dots-container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container .slick-dots-container{bottom:-1.25rem}}@media only screen and (max-width:1023px){.cmp-carousel--reveal-next-item:has(.cmp-card--active-contest) .slick-dots,.cmp-carousel--reveal-next-item:has(.cmp-card--community-forum) .slick-dots,.cmp-carousel--reveal-next-item:has(.cmp-related-products__item) .slick-dots,.cmp-carousel[data-item-count-per-slide="2"]:has(.cmp-card--active-contest) .slick-dots,.cmp-carousel[data-item-count-per-slide="2"]:has(.cmp-card--community-forum) .slick-dots,.cmp-carousel[data-item-count-per-slide="2"]:has(.cmp-related-products__item) .slick-dots,.cmp-carousel[data-item-count-per-slide="3"]:has(.cmp-card--active-contest) .slick-dots,.cmp-carousel[data-item-count-per-slide="3"]:has(.cmp-card--community-forum) .slick-dots,.cmp-carousel[data-item-count-per-slide="3"]:has(.cmp-related-products__item) .slick-dots{bottom:-2.5rem}}@media only screen and (max-width:1023px){.cmp-carousel:has(.cmp-banner) .slick-dots{bottom:4.5%}}@media only screen and (max-width:1023px){.cmp-carousel:has(.cmp-banner--product-listing) .slick-dots{bottom:1.5rem}}.cmp-carousel .slick-dots-container{bottom:7%;box-sizing:border-box;left:50%;overflow:hidden;padding-left:.125rem;position:absolute}.cmp-carousel .slick-dots-container *{box-sizing:border-box}.cmp-carousel .slick-dots-container .slick-dots{align-items:center;display:flex;left:inherit;min-height:1.25rem;padding:0 .125rem;position:static;transition:transform .5s ease 0s}.cmp-carousel .slick-dots-container .slick-dots li button{height:.375rem;width:.375rem}.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--small{transform:scale(.6)}.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--small--hyper{transform:scale(.45)}.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--big,.cmp-carousel .slick-dots-container .slick-dots li.carousel-dots--normal{transform:scale(.8)}.cmp-teaser-contest .cmp-carousel .slick-dots-container{bottom:-2.5rem}.footer{background:#8d0e20}.cmp-footer .cmp-footer__top-content{align-items:center;padding:4rem 0 2.875rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content{align-items:center;flex-direction:column;gap:0;margin:0 auto;padding:2.5rem 0;text-align:center}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content{gap:0;margin:0;padding-left:0}}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content{gap:0;margin:0 113px}}.cmp-footer .cmp-footer__top-content .cmp-footer__logo .cmp-image__image{height:4.875rem;object-fit:cover;width:15rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__logo .cmp-image__image{height:4.875rem;width:15rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe{width:100%}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text h3{color:#fff6e3;letter-spacing:.06rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-input__email .cmp-form-text__text{border-radius:1rem;font-size:1rem;margin-top:1.5rem;padding:.875rem 2.0625rem .9375rem;width:22.25rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-input__email .cmp-form-text__text{font-size:1rem;margin-top:2rem;max-width:21.375rem;width:100%}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-button{margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-button{margin:1.5rem auto 0}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation{display:flex}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:0}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link{color:#fff6e3;font-family:Poppins,sans-serif;font-size:1rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link{font-size:1rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link:hover,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link:hover{transform:scale(1.1)}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation{border-right:0 solid #fff6e3}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group{padding-right:3.75rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right{padding-left:3.75rem}.cmp-footer__bottom-content{margin:0 auto;max-width:85.375rem}.cmp-footer__bottom-content .cmp-footer__container{align-items:center;display:flex;justify-content:space-between;margin:0 113px;overflow:hidden;padding:0 1rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container{flex-direction:column;margin:0 auto;padding-bottom:1.5rem}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{display:flex;gap:2.5rem;padding:1.1875rem 0}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{margin-right:0;padding:1.4375rem 0}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles a{color:#fff6e3;text-decoration:none}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media{display:flex;gap:2.0625rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media{gap:2.375rem;margin-top:1rem}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class*=" icon-"],.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class^=icon-]{font-size:1.375rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class*=" icon-"],.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class^=icon-]{font-size:1.25rem}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media a{text-decoration:none}.cmp-card{overflow:hidden}.cmp-card .cmp-card__image img{object-fit:cover}.cmp-card .cmp-card__image img.is-clickable{cursor:pointer}.cmp-card .cmp-card__content{border-radius:1rem}.cmp-card .cmp-card__content .cmp-card__media{position:relative}.cmp-card .cmp-card__content .cmp-card__media .cmp-card__image img{border-radius:1rem;object-fit:cover}.cmp-card .cmp-card__content .cmp-card__info{position:relative}.cmp-card .cmp-card__content .cmp-card__info .cmp-card__title h5{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;height:4.25rem;line-height:2.125rem;overflow:hidden}.cmp-card .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;line-height:1.625rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card .cmp-card__content .cmp-card__info .cmp-card__sub-title{line-height:1.375rem}}.cmp-card .cmp-card__content .cmp-card__info .cmp-card__cta{display:flex;justify-content:center;margin-top:1.5rem}.cmp-card--recipe{width:18.875rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe{width:15.625rem}}@media only screen and (max-width:1023px){.cmp-card--recipe{width:15.625rem}}.cmp-card--recipe .cmp-card__content .cmp-card__info{padding:1.25rem .75rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag{display:flex;margin-bottom:0}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag--with-heart{display:flex;justify-content:space-between}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper{align-items:center;border:0 solid #666;border-radius:1.125rem;display:flex;height:100%;padding:.4375rem 1.375rem .5rem .125rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#e11936;display:-webkit-box;font-size:.75rem;font-weight:600;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper p{font-size:.75rem;font-weight:600}}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes{color:#382312;line-height:1.625rem;margin-top:0}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__title a{text-decoration:none}.cmp-card--recipe .cmp-card__content .cmp-card__media{padding:.5rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options{position:absolute;right:0;top:0;width:10.5625rem;z-index:1}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots{align-items:center;color:#382312;cursor:pointer;display:flex;font-size:1.625rem;justify-content:center;position:absolute;right:.625rem;top:1.375rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots:before{font-size:1.625rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content{background:#fdefd4;border-radius:.5rem;padding:.759375rem .84375rem 1.1875rem .71875rem;position:absolute;right:1.625rem;top:.6875rem;width:10rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close{cursor:pointer;font-size:.90625rem;text-align:right}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem;margin-bottom:1.25rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child{margin-bottom:0}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a{color:#382312;font-family:Poppins,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before{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;margin-right:.75rem;text-transform:none}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before{content:""}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before{content:""}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before{content:""}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__image img{height:18rem;width:18.25rem}@media only screen and (max-width:1023px){.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__image img{height:14.8125rem;width:14.5625rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__image img{height:14.8125rem;width:14.5625rem}}.cmp-card--recipe-wall-of-fame{width:18.875rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe-wall-of-fame{width:15.625rem}}@media only screen and (max-width:1023px){.cmp-card--recipe-wall-of-fame{width:16.4375rem}}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options{position:absolute;right:0;top:0;width:10.5625rem;z-index:1}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots{align-items:center;color:#382312;cursor:pointer;display:flex;font-size:3rem;justify-content:center;position:absolute;right:1rem;top:1rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content{background:#8f8c88;border-radius:.5rem;padding:.759375rem .84375rem 1.1875rem .71875rem;position:absolute;right:1.625rem;top:.6875rem;width:10rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close{cursor:pointer;font-size:.90625rem;text-align:right}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem;margin-bottom:1.25rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child{margin-bottom:0}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a{color:#382312;font-family:Poppins,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before{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;margin-right:.75rem;text-transform:none}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before{content:""}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before{content:""}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before{content:""}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__image img{height:25.1875rem;width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__image img{height:20.0625rem;width:16.4375rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__image img{height:20.0625rem;width:16.4375rem}}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__badge{left:1.5rem;position:absolute;top:1rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__media .cmp-card__month-date{bottom:.4375rem;color:#382312;left:1.09375rem;position:absolute}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info{padding:1rem 1rem 2.5rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info{align-items:center;display:flex;gap:1rem;margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info{margin-top:1rem}}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info .cmp-card__profile-image{height:2.8125rem;width:2.8125rem}.cmp-card--recipe-wall-of-fame .cmp-card__content .cmp-card__info .cmp-card__user-profile-info .cmp-card__user-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;overflow:hidden}.cmp-card--active-contest{width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--active-contest{width:16.4375rem}}.cmp-card--active-contest .cmp-card__content{padding:.950625rem .875rem 1.5rem .9375rem}.cmp-card--active-contest .cmp-card__content .cmp-card__media .cmp-card__image img{height:18.0625rem;width:18.0625rem}@media only screen and (max-width:1023px){.cmp-card--active-contest .cmp-card__content .cmp-card__media .cmp-card__image img{height:16.875rem;width:16.875rem}}.cmp-card--active-contest .cmp-card__content .cmp-card__info{padding-top:1rem}.cmp-card--active-contest .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;height:8.125rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--active-contest .cmp-card__content .cmp-card__info .cmp-card__sub-title{margin-top:1rem}}.cmp-card--community-forum{width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--community-forum{width:16.4375rem}}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__image img{height:14.125rem;width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__image img{height:13.75rem;width:16.4375rem}}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__user-count{align-items:center;background:#8f8c88;border-radius:1.25rem;bottom:.9375rem;display:flex;gap:.5rem;padding:.5rem 1rem;position:absolute;right:.9375rem}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__user-count .icon-community{font-size:1.125rem}.cmp-card--community-forum .cmp-card__content .cmp-card__media .cmp-card__user-count .count{color:#382312}.cmp-card--community-forum .cmp-card__content .cmp-card__info{padding:1rem 1rem 2.5rem}@media only screen and (max-width:1023px){.cmp-card--community-forum .cmp-card__content .cmp-card__info{padding:1rem 1rem 1.5rem}}.cmp-card--community-forum .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;height:6.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--community-forum .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:4.125rem;margin-top:1rem;overflow:hidden}}.cmp-card--tips{width:20.75rem}.cmp-card--tips .cmp-card__media .cmp-card__image img{height:18.3125rem;width:20.75rem}.cmp-card--tips .cmp-card__info{padding:1.125rem .77rem 1.5rem .7925rem}.cmp-card--tvc{width:20.5625rem}@media only screen and (max-width:1023px){.cmp-card--tvc{width:22.375rem}}.cmp-card--tvc .cmp-card__content .cmp-card__media .cmp-card__media-top-icon{text-align:center}.cmp-card--tvc .cmp-card__content .cmp-card__media .cmp-card__image img{height:15.4375rem;width:20.5625rem}@media only screen and (max-width:1023px){.cmp-card--tvc .cmp-card__content .cmp-card__media .cmp-card__image img{height:16.75rem;width:22.375rem}}.cmp-card--tvc .cmp-card__content .cmp-card__info{padding-top:1rem}.cmp-card--tvc .cmp-card__content .cmp-card__info .cmp-card__date{color:#fff;margin-bottom:.75rem}.cmp-card--tvc .cmp-card__content .cmp-card__info .cmp-card__date.hide-year{visibility:hidden}.cmp-card--history{width:19.875rem}.cmp-card--history .cmp-card__content{background:#ffe3a5;display:flex;flex-direction:column;height:33.5rem;padding:.950625rem .875rem 1.5rem .9375rem}.cmp-card--history .cmp-card__content .cmp-card__media .cmp-card__image img{height:17.75rem;width:17.75rem}.cmp-card--history .cmp-card__content .cmp-card__info{padding-top:1rem}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__date{color:#343434;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__title{padding-top:.75rem}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__title .cmp-card__link{color:inherit;text-decoration:none}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__sub-title{color:#343434}.cmp-card--history .center{justify-content:center}.cmp-video{background-color:unset;position:relative}.cmp-video .cmp-video__iframe,.cmp-video .cmp-video__iframe-wrapper,.cmp-video .cmp-video__player,.cmp-video .cmp-video__youtube-wrapper{height:100%;width:100%}.cmp-video .cmp-video__player::-webkit-media-controls-current-time-display,.cmp-video .cmp-video__player::-webkit-media-controls-play-button,.cmp-video .cmp-video__player::-webkit-media-controls-time-remaining-display,.cmp-video .cmp-video__player::-webkit-media-controls-timeline,.cmp-video .cmp-video__player::-webkit-media-controls-toggle-closed-captions-button{display:none}@media only screen and (max-width:1023px){.cmp-video .cmp-video__player::-webkit-media-controls-current-time-display,.cmp-video .cmp-video__player::-webkit-media-controls-play-button,.cmp-video .cmp-video__player::-webkit-media-controls-time-remaining-display,.cmp-video .cmp-video__player::-webkit-media-controls-timeline,.cmp-video .cmp-video__player::-webkit-media-controls-toggle-closed-captions-button{display:block}}.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-current-time-display,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-mute-button,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-play-button,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-time-remaining-display,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-timeline,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-toggle-closed-captions-button,.cmp-video .cmp-video__player:-webkit-full-screen::-webkit-media-controls-volume-slider{display:block}.cmp-video .cmp-video__pause-button,.cmp-video .cmp-video__play-button{align-items:center;bottom:0;cursor:pointer;display:flex;height:3.9375rem;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:0;width:3.9375rem}.cmp-video .cmp-video__play-button{background-color:#ffe7ad;border-radius:50%;opacity:.41}.cmp-video .cmp-video__play-button:before{content:"";font-size:3.9375rem}.cmp-video .cmp-video__pause-button:after,.cmp-video .cmp-video__play-button:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-video .cmp-video__pause-button:after{content:"";font-size:1.4375rem}.cmp-video .cmp-video__progress-bar{bottom:14%;cursor:pointer;height:.25rem;left:50%;overflow:hidden;position:absolute;transform:translateX(-50%);width:74%}@media only screen and (max-width:1023px){.cmp-video .cmp-video__progress-bar{width:85%}}.cmp-video .cmp-video__progress-bar[value]{border-radius:.1875rem}.cmp-video .cmp-video__progress-bar[value]::-webkit-progress-bar{background-color:#fff;border-radius:.1875rem}.cmp-video .cmp-video__progress-bar[value]::-webkit-progress-value{background-image:linear-gradient(90deg,#da001c,#da001c);border-radius:.1875rem;transition:width .25s linear}.cmp-video--banner-no-info .cmp-video{aspect-ratio:1.7777777778;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-no-info .cmp-video{aspect-ratio:.5625;max-height:auto}.cmp-video--product-listing{display:flex;justify-content:center}}.cmp-video--product-listing .cmp-video{border-radius:1.5625rem;height:13.8125rem;overflow:hidden;width:21.0625rem}@media only screen and (max-width:1023px){.cmp-video--product-listing .cmp-video{height:11rem;width:16.8125rem}}.cmp-video--product-listing .cmp-video__iframe{border-radius:1.5625rem;overflow:hidden}.cmp-video--banner-with-cta .cmp-video{aspect-ratio:3.16;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-with-cta .cmp-video{aspect-ratio:.79;max-height:auto}}.cmp-video--banner-with-cta .cmp-video .button{bottom:20%;left:50%;position:absolute;transform:translateX(-50%)}@media only screen and (max-width:1023px){.cmp-video--banner-with-cta .cmp-video .button{bottom:13%;left:50%;position:absolute}}.cmp-video--banner-with-title-bottom .cmp-video{aspect-ratio:1.7777777778;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-with-title-bottom .cmp-video{aspect-ratio:.5625;max-height:max-content}}.cmp-video--banner-with-title-bottom .cmp-video .cmp-video__progress-bar{bottom:24%;position:absolute}.cmp-video--tvc-card .cmp-video{border-radius:1rem;height:15.4375rem;overflow:hidden;width:20.5625rem}@media only screen and (max-width:1023px){.cmp-video--tvc-card .cmp-video{height:16.75rem;width:22.375rem}}.cmp-video--tvc-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--community-forum-card .cmp-video{border-radius:1rem;height:14.125rem;overflow:hidden;width:18.875rem}@media only screen and (max-width:1023px){.cmp-video--community-forum-card .cmp-video{height:13.75rem;width:16.4375rem}}.cmp-video--community-forum-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--recipe-wall-of-fame-card .cmp-video{border-radius:1rem;height:25.1875rem;overflow:hidden;width:18.875rem}@media only screen and (max-width:1023px){.cmp-video--recipe-wall-of-fame-card .cmp-video{height:20.0625rem;width:16.4375rem}}.cmp-video--recipe-wall-of-fame-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--active-contest-card .cmp-video{border-radius:1rem;height:17rem;overflow:hidden;width:17rem}@media only screen and (max-width:1023px){.cmp-video--active-contest-card .cmp-video{height:14.375rem;width:14.375rem}}.cmp-video--active-contest-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--teaser-first-half-left-aligned .cmp-video{border-radius:1rem;height:18.75rem;overflow:hidden;width:25rem}@media only screen and (max-width:1024px){.cmp-video--teaser-first-half-left-aligned .cmp-video{height:16.8125rem;width:22.375rem}}.cmp-video--teaser-first-half-left-aligned .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-video--teaser-contest .cmp-video{border-radius:1rem;height:18.3125rem;overflow:hidden;width:32.4375rem}@media only screen and (max-width:1024px){.cmp-video--teaser-contest .cmp-video{height:16.75rem;width:22.375rem}}.cmp-video--teaser-contest .cmp-video__iframe,.cmp-video--tips-card .cmp-video{border-radius:1rem;overflow:hidden}.cmp-video--tips-card .cmp-video{height:18.3125rem;width:20.75rem}.cmp-video--tips-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}.cmp-cards{background-position:50%;background-size:cover;margin:0 auto;max-width:85.375rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cards{padding:2rem 0 2rem 1rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards{padding:2rem 0 2rem 1rem}}.cmp-cards .cmp-cards__heading{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;margin-bottom:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cards .cmp-cards__heading{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:1.25rem;overflow:hidden}}.cmp-cards .cmp-cards__sub-heading{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;margin-bottom:3.75rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cards .cmp-cards__sub-heading{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:2rem;overflow:hidden}}.cmp-cards .text-center{text-align:center}.cmp-cards .button{display:flex;justify-content:center;margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-cards .button{margin-top:2rem}}.cmp-cards--tvc{padding:2.75rem 7.0625rem 5rem}@media only screen and (max-width:1023px){.cmp-cards--tvc{padding:2.5rem 1rem}}.cmp-cards--tvc .cmp-cards__heading{color:#707070;line-height:2.75rem;margin-bottom:.75rem;text-align:center}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__heading{line-height:1.5rem;margin-bottom:1rem}}.cmp-cards--tvc .cmp-cards__sub-heading{color:#fff;line-height:2.25rem;margin-bottom:3rem}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__sub-heading{line-height:1.375rem;margin-bottom:2rem}}.cmp-cards--tvc .cmp-cards__container{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-cards--tvc .cmp-cards__container{gap:3rem}}.cmp-cards--tvc .cmp-cards__item{flex-basis:calc(20% - 0.625rem)}.cmp-cards--tvc .button{margin-top:2.5625rem}@media only screen and (max-width:1023px){.cmp-cards--tvc .button{margin-top:3rem}}.btn--primary-anchor:active,.btn--primary:active{border-style:outset}@media only screen and (max-width:1023px){body{padding-top:3.9375rem}}.cmp-header,.header{background:#da001c}.cmp-header{align-items:center;display:flex;gap:2.5rem;justify-content:space-around;margin:0 auto;position:fixed;top:0;width:100%;z-index:3;z-index:2}@media only screen and (max-width:1023px){.cmp-header{background:#da001c;padding:.375rem 0;position:fixed;top:0;width:100%;z-index:4}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-header{gap:1rem;padding:1rem}}@media only screen and (min-width:1366px){.cmp-header{gap:2.5rem;padding:1rem 113px}}.cmp-header__hamburger{display:none}@media only screen and (max-width:1023px){.cmp-header__hamburger{display:block;margin:0 1rem .25rem 2rem}.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;background-color:#da001c;color:#fff6e1;content:"";cursor:pointer;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;opacity:1;position:absolute;text-transform:none;z-index:2}.cmp-header__hamburger:checked:before{content:""}}.cmp-header__logo{flex-shrink:0}.cmp-header__logo.image{margin-bottom:0}.cmp-header__logo .cmp-image__image{height:2.5rem;width:7.8125rem}@media only screen and (max-width:1023px){.cmp-header__logo .cmp-image__image{height:2.1875rem;width:6.3125rem}}.cmp-header__nav-links{flex:1;z-index:1}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation{background:#fff6e3;border-radius:0 0 1.25rem 0;display:none;flex-direction:column;gap:3.125rem;height:calc(100vh - 4.6875rem);left:0;margin-top:2.125rem;max-height:43.125rem;overflow:auto;padding:0 1rem;position:absolute;width:19.5rem}.cmp-header__nav-links .cmp-navigation .cmp-header__nav-group{gap:1.8125rem}}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{display:none}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{border-top:.0625rem solid #343434;display:flex;flex-direction:column;gap:2.25rem;margin-bottom:2rem;padding-left:0;padding-top:3rem}.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__policy{display:flex;flex-direction:column;gap:1rem;padding-left:0}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__policy-list a{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;text-decoration:none;text-transform:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media{display:flex;gap:2.0625rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media a{font-size:1.5rem;text-decoration:none;text-transform:none}}.cmp-header__nav-links .cmp-navigation__group{display:flex;gap:2rem;justify-content:space-around;padding:0}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__item-link{padding:1.75rem 0}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__item-link{padding:0}.cmp-header__nav-links .cmp-navigation__group{flex-direction:column;margin-top:1.9375rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products-mobile{display:none}@media only screen and (max-width:1023px){.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:nth-last-child(6) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(6) .cmp-header__product-items:before{left:3.125rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(5) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(5) .cmp-header__product-items:before{left:3.125rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(4) .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(4) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(4) .cmp-header__product-items:before{left:3.3125rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(3) .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(3) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(3) .cmp-header__product-items:before{left:3.75rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(2) .cmp-header__product-items{margin-left:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(2) .cmp-header__product-items:before{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:last-child .cmp-header__product-items:before{left:3.75rem}@media only screen and (max-width:1023px){.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).active>.cmp-navigation__item-link:before{margin-left:1.3125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link{color:#343434}.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;color:#343434;content:"";font-family:icomoon!important;font-size:.625rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.6875rem;position:relative;position:absolute;right:2.625rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link:before{color:#343434;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>.cmp-navigation__item-link:before{margin-left:1.3125rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.mobile-icon-community>a:before{font-size:.8125rem!important;margin-right:1.625rem!important}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.mobile-icon-about-us>a:before,.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.mobile-icon-media>a:before{margin-right:1.625rem!important}.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:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active{background:#ffe8b4;border-radius:.9375rem;margin:0;padding:.8125rem 0 1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active.cmp-header__no-items{background:transparent;border-radius:0;margin:0 -1.25rem;padding: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;border-top:1px solid #343434;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:1023px){.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:1023px){.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-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-2:hover .cmp-header_sub_submenu{display:flex}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:hover .cmp-header__product-items .cmp-navigation__item--level-2:hover .cmp-header_sub_submenu{display:none}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{color:#fff6e1;cursor:pointer;font-family:Libre Baskerville,sans-serif;font-size:1rem;font-weight:400;text-decoration:none}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{font-size:1rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{background:#fff6e3;border-radius:1.875rem;display:none;flex-direction:row;gap:3.125rem;margin-top:.9375rem;position:absolute;z-index:1}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items{background-color:#ffe8b4;overflow:hidden;padding-top:1.0625rem;position:relative;transition-duration:.2s}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item-link{font-size:.875rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items:before{border-color:transparent transparent #fff6e3;border-style:solid;border-width:0 1.1875rem 2.0625rem;content:"";left:3.75rem;position:absolute;top:-.9375rem;transform:rotate(0deg)}@media only screen and (max-width:1023px){.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:10.3125rem;position:absolute;top:2.5rem}@media only screen and (max-width:1023px){.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-navigation__group.cmp-header_sub_submenu{display:none;flex-direction:column;gap:0;height:100%;margin-left:8.2625rem;overflow-x:hidden;overflow-y:auto;position:absolute;top:0}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header_sub_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-navigation__group.cmp-header_sub_submenu .cmp-header__category-menu{overflow-x:hidden;overflow-y:auto}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{margin:2.5rem;padding-left:.6875rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{margin:0;padding-left:3.75rem}.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:16.25rem}.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}@media only screen and (max-width:1023px){.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{margin-right:2.5rem}.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:.9375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-title__text{color:#fff6e1;font-family:Poppins,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{margin-bottom:.75rem;text-align:left}@media only screen and (max-width:1023px){.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:#343434;padding:0 2.125rem 1rem .75rem}.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:.625rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;right:1.0625rem;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:last-child{margin-bottom:0}.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:#ffe7ad;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item-link{overflow:hidden;padding:.75rem .3125rem;text-overflow:ellipsis;white-space:nowrap;width:13.25rem}.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:.9375rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2{margin-bottom:.75rem;margin-left:3.4375rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2{margin-bottom:.25rem;margin-left:1.97rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2:nth-last-child(n)>.cmp-navigation__item-link{color:#343434;padding:0 2.125rem 1rem .75rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2: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:.625rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;right:1.0625rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2.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 .cmp-navigation__item--level-2.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-navigation__item--level-2 .cmp-header_sub_submenu{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2.active .cmp-header_sub_submenu{display:flex}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2:hover{background:#ffe7ad;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2:last-child{margin-bottom:0}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2.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 .cmp-navigation__item--level-2 .cmp-navigation__item-link{width:13.375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .cmp-navigation__item-link:hover{background:#ffe7ad;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2 .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:.9375rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3{margin-bottom:.75rem;margin-left:6.875rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3{margin-left:2.5rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link{color:#343434;padding:0 0 0 7px}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link{width:13.375rem}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link{width:9.375rem}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link:hover{background:#ffe7ad;border-radius:1rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-3 .cmp-navigation__item-link:after{display:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item .cmp-navigation__item-link{display:block;padding:.875rem 2rem .875rem .75rem}.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:1023px){.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{display:flex;gap:1.4375rem}@media only screen and (max-width:1023px){.cmp-header__nav-icons{gap:2.5rem;padding-right:.625rem}}.cmp-header__nav-icons .cmp-header__hide-icon{display:none}.cmp-header__nav-icons .cmp-header__icon-img{align-items:center;display:flex;flex-direction:column;gap:.25rem;text-decoration:none}.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:#fff6e3}.cmp-header__nav-icons .cmp-header__icon-text{color:#fff6e3;font-family:Poppins,sans-serif;font-size:.625rem}@media only screen and (max-width:1023px){.cmp-header__nav-icons .cmp-header__icon-text{display:none}}.cmp-header__nav-icons [class*=" icon-"],.cmp-header__nav-icons [class^=icon-]{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-header__nav-icons [class*=" icon-"],.cmp-header__nav-icons [class^=icon-]{padding:1rem 0}}.cmp-header.search-open .cmp-header__product-items{display:none!important}.cmp-social{margin:0 auto;max-width:1366px;padding:2.125rem 7.0625rem .9375rem;position:relative}@media only screen and (max-width:1023px){.cmp-social{padding:2.5rem 1rem 0}}.cmp-social__title-container{margin-bottom:4rem}@media only screen and (max-width:1023px){.cmp-social__title-container{margin-bottom:1.5rem}}.cmp-social__title-container .cmp-social__title .cmp-title__text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#343434;display:-webkit-box;line-height:3.4375rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-social__title-container .cmp-social__title .cmp-title__text{line-height:2.125rem}}.cmp-social__title-container .cmp-social__sub-title{margin-top:1.25rem}.cmp-social__title-container .cmp-social__sub-title .cmp-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#343434;display:-webkit-box;line-height:1.75rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-social__title-container .cmp-social__sub-title .cmp-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.625rem;margin-top:.75rem;overflow:hidden}}.cmp-social__card-container{display:flex;gap:1.125rem}@media only screen and (max-width:1023px){.cmp-social__card-container{align-items:center;flex-direction:column;padding:0 .5rem}.cmp-social__card-container .cmp-social__card-column{display:flex;gap:1.125rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(odd){height:13.9375rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(odd){height:11.3125rem;width:11.25rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(2n){height:20rem;margin-top:1.125rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(odd) img:nth-child(2n){height:16.375rem;margin-top:.0625rem;width:9.25rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(odd){height:20.1875rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(odd){height:16.25rem;margin-top:-5rem;width:9.1875rem}}.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(2n){height:13.875rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(2n) img:nth-child(2n){height:11.3125rem;width:11.25rem}}.cmp-social__card-container .cmp-social__card-column:last-child(1) img:nth-child(2n){margin-left:.375rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column:nth-child(n+4):not(:nth-last-child(4n)) img{display:none}.cmp-social__card-container .cmp-social__card-column:nth-child(3n) img:nth-child(2n){height:14.5625rem}}.cmp-social__card-container .cmp-social__card-column img{border-radius:1rem;object-fit:cover;vertical-align:middle}.cmp-social__card-container .cmp-social__card-column img:nth-child(2n){display:flex;flex-direction:column-reverse;justify-content:flex-end;margin-top:1.125rem}@media only screen and (max-width:1023px){.cmp-social__card-container .cmp-social__card-column img:nth-child(2n){margin-top:0}}.cmp-social .cmp-button--primary-anchor{display:flex;justify-content:center;left:0;margin-top:-5.375rem;position:absolute;right:0;z-index:1}@media only screen and (max-width:1023px){.cmp-social .cmp-button--primary-anchor{margin-top:-10.5rem}}.cmp-social .cmp-social__gradient{background-image:linear-gradient(180deg,rgba(255,246,227,0),rgba(255,246,227,.541) 46%,#fff6e3);height:21rem;left:0;margin:-21rem 7.0625rem 0;position:absolute;right:0}@media only screen and (max-width:1023px){.cmp-social .cmp-social__gradient{background-image:linear-gradient(180deg,rgba(255,246,227,0),rgba(255,246,227,.541) 46%,#fff6e3);height:21.25rem;margin:-21.25rem auto}}.cmp-teaser{background-size:cover;display:flex;margin:0 auto;max-width:85.375rem;position:relative}@media only screen and (max-width:1023px){.cmp-teaser{flex-direction:column}}.cmp-teaser .cmp-teaser__image .cmp-image img{object-fit:cover}.cmp-teaser--first-half-left-aligned .cmp-teaser{height:19.5rem;padding:3.6875rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser{gap:2rem;height:33.6875rem;padding:2.5rem 1rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:50%}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;line-height:3rem;margin-top:0;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{line-height:2.125rem;margin-top:0}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.75rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{font-size:.875rem;line-height:1.625rem;margin-top:.75rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{bottom:2.5rem;display:flex;justify-content:center;margin-top:0;position:absolute;width:calc(100% - 2pc)}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image{display:flex;flex-basis:50%;justify-content:flex-end}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image{flex-basis:auto;justify-content:center}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image.hide-media{display:none}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image img{height:18.75rem;width:25rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image img{height:16.8125rem;width:22.375rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .video{display:flex;flex-basis:50%;justify-content:flex-end}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .video{flex-basis:auto;justify-content:center}}.accordion{background:#fff6e3}.cmp-accordion{margin:0 auto 30}.cmp-accordion .cmp-accordion__item{margin-bottom:1.5rem}.cmp-accordion .cmp-accordion__button{background:none;border:none;border-bottom:.125rem solid #543e2e;color:#343434;display:flex;justify-content:space-between;padding:0 0 .875rem;position:relative;width:100%}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__button{padding:0 0 .875rem}}.cmp-accordion .cmp-accordion__button .cmp-accordion__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;cursor:pointer;display:-webkit-box;font-family:Libre Baskerville,sans-serif;line-height:1.875rem;margin-bottom:0;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__button .cmp-accordion__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:2.125rem;margin:.0625rem 0 0;max-width:80%;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;white-space:pre-line}}.cmp-accordion .cmp-accordion__button .cmp-accordion__icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer;font-family:icomoon!important;font-size:.5625rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:1.25rem;text-transform:none;top:.875rem}.cmp-accordion .cmp-accordion__button.cmp-accordion__button--expanded{border-bottom:none;padding-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__button.cmp-accordion__button--expanded{border-bottom:none;padding-bottom:0}}.cmp-accordion .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon:after{transform:rotate(180deg)}.cmp-accordion .cmp-accordion__panel--expanded{border-bottom:.125rem solid #543e2e;display:block;padding-bottom:1.875rem}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__panel--expanded{padding:1.5rem 0}}.cmp-accordion .cmp-accordion__panel--hidden{display:none}.cmp-accordion--large .cmp-accordion__button .cmp-accordion__title{font-size:24px;font-weight:500;margin-top:0}@media only screen and (max-width:1023px){.cmp-accordion--large .cmp-accordion__button .cmp-accordion__title{font-size:1.125rem}}.cmp-accordion--medium .cmp-accordion__button .cmp-accordion__title{font-size:24px;font-weight:600;margin:0}@media only screen and (max-width:1023px){.cmp-accordion--medium .cmp-accordion__button .cmp-accordion__title{font-size:1.125rem;margin:0}}.cmp-accordion--medium .cmp-accordion__item:last-child{margin-bottom:0}.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__button,.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:none}.cmp-accordion--small .cmp-accordion__button .cmp-accordion__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:18px;margin:.875rem 0 .625rem;overflow:hidden;text-align:left;white-space:pre-line}@media only screen and (max-width:1023px){.cmp-accordion--small .cmp-accordion__button .cmp-accordion__title{font-size:18;line-height:1.625rem;margin:.1875rem 0}}.error{background:#fff6e3}.cmp-error{margin:0 auto;max-width:1366px;padding:6.75rem 7.0625rem 15.6875rem;position:relative}@media only screen and (max-width:1023px){.cmp-error{padding:2.6875rem 1rem 10.125rem}}.cmp-error__container{display:flex;gap:10.5rem;justify-content:space-between}@media only screen and (max-width:1023px){.cmp-error__container{align-items:center;flex-direction:column;gap:3.9375rem}}.cmp-error__container .cmp-error__left-aligned{flex:50%}@media only screen and (max-width:1023px){.cmp-error__container .cmp-error__left-aligned{text-align:center}}.cmp-error__container .cmp-error__left-aligned .cmp-button--primary-anchor{margin-top:2.375rem}@media only screen and (max-width:1023px){.cmp-error__container .cmp-error__left-aligned .cmp-button--primary-anchor{align-items:center;display:flex;justify-content:center;margin-top:2.625rem}}.cmp-error__container .cmp-error__right-aligned{flex:50%}.cmp-error__container .cmp-error__right-aligned .cmp-image img{width:14.3125rem}@media only screen and (max-width:1023px){.cmp-error__container .cmp-error__right-aligned .cmp-image img{width:18.375rem}}.cmp-error__productVariant{background-repeat:no-repeat;background-size:19.75rem 12.75rem}@media only screen and (max-width:1023px){.cmp-error__productVariant{background-size:15.75rem 15.375rem}}.cmp-error__productVariant .cmp-image img{height:12rem;margin:1.75rem 0 0 4.5625rem}@media only screen and (max-width:1023px){.cmp-error__productVariant .cmp-image img{height:12.75rem;margin:1.1875rem 0 0 3.125rem}}.cmp-recipe-direction{margin:0 auto;max-width:85.375rem;padding:4rem 4.25rem 4rem 3.125rem}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{color:#343434;padding-bottom:1.375rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{padding-bottom:.75rem}}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;padding-bottom:3rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{font-size:1rem;padding-bottom:1.5rem}}.cmp-recipe-direction .cmp-recipe-direction__steps{display:flex;gap:1.5rem;margin-bottom:3rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps{flex-direction:column;gap:.75rem;margin-bottom:0}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img{display:flex;gap:2.125rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img{align-items:center;gap:.75rem;margin-left:.375rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section{height:13.6875rem;width:18.1875rem}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section img{border-radius:8px;object-fit:cover}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section{align-items:center;display:flex;height:6.75rem;order:1;width:9rem}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper{order:1}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-count{color:#382312;font-weight:700}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-title{padding-right:.5rem}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-min{color:#382312;font-size:1.125rem;padding-top:1rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-min{font-size:1rem;padding-top:.5rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox{position:relative}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox{padding-right:.625rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper{position:relative}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper input{margin-top:.375rem;transform:scale(2)}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper__unselect{background:#fff6e3;border:.0625rem solid #382312;border-radius:.25rem;bottom:.375rem;cursor:pointer;left:3.125%rem;margin-top:.1875rem;position:absolute;right:0;top:.1875rem;transform:scale(2)}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper__select{background:transparent;border:.125rem solid #382312;border-radius:.25rem;bottom:.375rem;margin-top:.1875rem;opacity:.0375rem;position:absolute;right:0;top:.1875rem;transform:scale(2)}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .steps-line{border:.0625rem solid #382312;bottom:0;left:50%;opacity:.5;position:absolute;top:2.1875rem;transform:translate(-50%)}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .steps-line{display:none}}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content{padding-top:.2rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content{margin-bottom:1.125rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text{color:#343434;font-family:Poppins,sans-serif;font-size:1.125rem;padding-bottom:1.5rem}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text a{color:#343434}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text{font-size:1rem;line-height:1.625rem;padding-bottom:1rem;padding-top:0}}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-description{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.125rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-description{margin-bottom:1rem}}.cmp-recipe-direction .cmp-recipe-direction__select{opacity:.6}.cmp-recipe-direction .cmp-recipe-direction__btn{display:flex;justify-content:center}.recipe-detail{background:initial}.cmp-recipe-detail{margin:0 auto;max-width:85.375rem;padding:0 7.0625rem;position:relative}@media only screen and (max-width:1023px){.cmp-recipe-detail{padding:2rem 1rem}}.cmp-recipe-detail__top-container{display:flex;justify-content:space-between}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#ec808d;display:-webkit-box;line-height:3.4375rem;max-width:45.625rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:2.125rem;overflow:hidden}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__recipe-serves{display:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__recipe-serves{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#da001c;display:block;display:-webkit-box;float:left;line-height:1.625rem;margin-top:.75rem;max-width:25rem;overflow:hidden}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags{color:#da001c;display:flex;gap:1.5rem;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags{gap:.8125rem;margin-top:3.4375rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags .cmp-recipe-detail__sub-tags{border:.0625rem solid #ec808d;border-radius:1.75rem;font-family:Poppins,sans-serif;font-size:1.5rem;line-height:1.8125rem;padding:.25rem 1.1875rem;text-align:center}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__tags .cmp-recipe-detail__sub-tags{font-size:1rem;line-height:1.625rem;padding:.375rem .9375rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients{color:#da001c;display:flex;gap:3.75rem;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients{margin-top:2rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-label{font-size:1.125rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-value{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-count{align-items:flex-start;display:flex;flex-direction:row;gap:.875rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-count:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:2.875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__ingredients-count:before{font-size:1.75rem;margin-top:.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__time-taken{align-items:flex-start;display:flex;flex-direction:row;font-family:Poppins,sans-serif;font-weight:500;gap:.875rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__time-taken:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:2.875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__ingredients .cmp-recipe-detail__time-taken:before{font-size:1.75rem;margin-top:.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component{color:#da001c;cursor:pointer;display:flex;gap:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component{flex-direction:column-reverse}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true+.cmp-recipe-detail__recipe-serves{top:4.375rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-close,.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-open{display:none}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true{background-color:#8f8c88;border-radius:.5rem;display:block;padding:2.6875rem .5rem 1.625rem;position:absolute;right:.625rem;width:9.9375rem;z-index:1}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-close{display:block}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__isPopUp-close:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;content:"";cursor:pointer;display:block;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-left:7.1875rem;margin-top:-1.875rem;padding-bottom:.875rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__social-download{display:block;margin-bottom:.9375rem}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__isPopUp-open,.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-true .cmp-recipe-detail__social-share{display:block}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__isPopUp-open:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;content:"";cursor:pointer;display:block;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:-2.1875rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__social-download,.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component.cmp-recipe-detail__isPopUp-false .cmp-recipe-detail__social-share{display:none}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download{align-items:center;display:flex;flex-direction:column;line-height:1.75rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download{line-height:1.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-download:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#8f8c88;border-radius:1.8125rem;content:"";cursor:pointer;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-bottom:.625rem;padding:.625rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share{align-items:center;display:flex;flex-direction:column;line-height:1.75rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share{display:none;line-height:1.625rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component .cmp-recipe-detail__social-share:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#8f8c88;border-radius:1.8125rem;content:"";cursor:pointer;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-bottom:.625rem;padding:.625rem;text-transform:none}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__recipe-serves{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#da001c;display:-webkit-box;float:right;line-height:1.75rem;margin-top:2.5rem;max-width:25rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__recipe-serves{display:none}}.cmp-recipe-detail__ingredients-title{color:#da001c;line-height:1.75rem;margin-bottom:1.5rem;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-title{line-height:2.125rem;margin-bottom:.75rem;margin-top:2rem}}.cmp-recipe-detail__ingredients-container{background:#5d371d;border-radius:1.5rem;padding:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-container{padding:2.5rem 1.5rem}}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details{align-items:center;color:#da001c;display:flex;justify-content:space-between;margin-bottom:1.5625rem}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details:last-child{margin-bottom:0}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__dotted-line{border-top:dashed;border-color:#da001c;border-width:.0625rem;height:0;margin:.625rem .9375rem;width:100%}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-right{line-height:1.75rem;max-width:7rem;min-width:7rem;width:7rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-right{line-height:1.625rem;max-width:5rem;min-width:5rem;width:13.125rem}}.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-left{line-height:1.75rem;min-width:fit-content}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-left{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.625rem;overflow:hidden}}.cmp-recipe-detail__bottom-container{align-items:center;display:flex;flex-direction:column;gap:6.75rem;margin-top:4.1875rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__bottom-container{gap:5.125rem;margin-top:3.375rem}}.cmp-recipe-detail__bottom-container .cmp-recipe-detail__ingredients-img{height:13.3125rem;width:19.75rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__bottom-container .cmp-recipe-detail__ingredients-img{height:9.125rem;width:16rem}}.recipeSlider{background-position:50%;background-repeat:no-repeat;background-size:cover}.recipeSlider .recipe-slider{margin-left:auto;margin-right:auto;overflow:hidden;width:80%}.recipeSlider .recipe-slider__heading{margin-bottom:2pc;padding:0 1pc;text-align:center}@media only screen and (max-width:768px){.recipeSlider .recipe-slider__heading{margin-bottom:24px}}.recipeSlider .recipe-slider__card{background:#e4ecef;height:15pc}.recipeSlider .recipe-slider__card .recipe-slider__img{height:150px;object-fit:cover;width:100%}.recipeSlider .recipe-slider .recipe-slider__title{color:#7575d3;padding:1pc}.recipeSlider .recipe-slider__cta{align-items:center;display:flex;justify-content:center;margin-top:24px;text-align:center}@media only screen and (max-width:768px){.recipeSlider .recipe-slider__cta{margin-top:1pc}}.recipeSlider .recipe-slider__cta--link{align-items:center;background:#da001c;border:none;border-radius:1pc;box-sizing:border-box;color:#fff6e3;cursor:pointer;display:flex;font-family:Libre Baskerville,sans-serif;font-size:1pc;font-weight:600;height:3pc;padding:13px 2pc 9pt;text-decoration:none;width:fit-content}.cmp-share .cmp-share__overlay{background-color:#fff6e3;height:100%;left:0;opacity:.8;position:fixed;top:0;width:100%;z-index:3}.cmp-share .cmp-share__content{background-color:#5d371d;border-radius:1rem;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:4}@media only screen and (max-width:1023px){.cmp-share .cmp-share__content{background:#ffe3a5;width:20.1875rem}}.cmp-share .cmp-share__header{align-items:baseline;border-bottom:.0625rem solid #da001c;display:flex;justify-content:space-between;padding:2rem 3.4375rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__header{padding:2rem 1.875rem}}.cmp-share .cmp-share__header .cmp-share__header-text{color:#343434;font-family:Libre Baskerville,sans-serif;font-size:2rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__header .cmp-share__header-text{font-size:1.5rem}}.cmp-share .cmp-share__header .cmp-share__close:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;content:"";cursor:pointer;font-family:icomoon!important;font-size:2.3125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1023px){.cmp-share .cmp-share__header .cmp-share__close:after{font-size:1rem}}.cmp-share .cmp-share__icons{display:flex;gap:2rem;justify-content:center;padding:1.25rem 3.4375rem 0}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons{flex-direction:column;height:20rem;overflow-y:auto;padding:2.5rem 1.875rem 0}}.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text{align-items:center;color:#da001c;display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:1rem;gap:1rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text{flex-direction:row}}.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text:before{background:#e2d7cc;border-radius:50%;color:#da001c;font-size:2rem;padding:1.25rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .icon-wrapper .cmp-share__icons-text:before{font-size:1.25rem;font-size:1rem;padding:1rem}}.cmp-share .cmp-share__icons .cmp-share__insta .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .embed p:before{content:""}.cmp-share .cmp-share__icons .cmp-share__fb .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .cmp-share__insta .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .embed p:before{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}.cmp-share .cmp-share__icons .cmp-share__fb .cmp-share__icons-text:before{content:""}.cmp-share .cmp-share__icons .cmp-share__tweet .cmp-share__icons-text:before{content:""}.cmp-share .cmp-share__icons .cmp-share__tweet .cmp-share__icons-text:before,.cmp-share .cmp-share__icons .youtube p:before{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}.cmp-share .cmp-share__icons .youtube p:before{content:"";padding:1.25rem 1rem}.cmp-share .cmp-share__icons .cmp-share__wp{position:relative}.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-mail{align-items:center;background:#e2d7cc;border-radius:50%;color:#da001c;font-size:2rem;margin-top:.1875rem;padding:2.125rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__icon-wrapper-mail{margin-top:0;padding:1.5rem}}.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{color:#da001c;padding-top:1.0625rem;position:absolute;width:2rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__linkedIn,.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{margin-left:.9375rem;margin-top:.0625rem;padding-top:0;width:1rem}}.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{padding-top:1.6875rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__icons .cmp-share__wp .cmp-share__mail{padding-top:0}}.cmp-share .cmp-share__forms{align-items:center;display:flex;gap:.9375rem;margin-top:0;padding:2rem 3.4375rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms{border-radius:1rem;flex-direction:column;padding:1.875rem 2rem}}.cmp-share .cmp-share__forms .cmp-share__copy-input{background-color:#3b2314;border:0;border-radius:1rem;color:#382312;flex-grow:2;font-family:Poppins,sans-serif;font-size:1.125rem;padding:.9375rem 1.25rem}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms .cmp-share__copy-input{font-size:1rem}}.cmp-share .cmp-share__forms .cmp-button{height:3rem}.cmp-share .cmp-share__forms .cmp-button .cmp-share__text{color:#da001c;font-size:1.5rem;font-weight:700}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms .cmp-button .cmp-share__text{font-size:.875rem}}.cmp-history{margin:0 auto;max-width:1366px;padding-bottom:3.75rem}@media only screen and (max-width:1024px){.cmp-history{padding:1.5rem 1rem}}.cmp-history .cmp-history__title{color:#343434;padding:2.75rem 0;text-align:center}@media only screen and (max-width:1024px){.cmp-history .cmp-history__title{padding:1rem 0 1.5rem}}.cmp-history .cmp-history__container{display:grid;grid-template-columns:22% 1fr}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container{display:block}}.cmp-history .cmp-history__container .cmp-history__timeline{position:relative}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline{align-items:baseline;display:flex;height:9.375rem;justify-content:center;overflow-x:auto;padding:0 1.25rem}.cmp-history .cmp-history__container .cmp-history__timeline::-webkit-scrollbar{display:none}}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__timeline{justify-content:left}}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container{display:flex;flex-shrink:0;justify-content:center}}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container{justify-content:left}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper{align-items:center;display:flex;gap:.9375rem;justify-content:center}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper{align-items:unset;flex-direction:column-reverse}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-year{color:#382312;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:500;transform:translateY(-50%)}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-year{transform:translate(1rem)}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper{position:relative}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper{align-items:center;display:flex}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__timeline-img{border-radius:50%;cursor:pointer;height:5.25rem;object-fit:cover;width:5.25rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__timeline-img{height:5rem;width:5rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__connectline{background:#343434;height:1.5rem;margin:0 auto;width:.1875rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper .cmp-history__timeline-imgwrapper .cmp-history__connectline{height:.1875rem;width:1.25rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .cmp-history__timeline-wrapper:last-child .cmp-history__connectline{visibility:hidden}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper:after{background:#fff6e3;border-radius:50%;content:"";height:3.25rem;left:3.125rem;position:absolute;top:-1.5rem;width:3.25rem;z-index:1}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper:after{height:4.25rem;left:2.8125rem;top:-2.5rem;width:4.25rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:before{background:#fff6e3;border-radius:50%;content:"";height:1rem;position:absolute;right:1.8125rem;top:-.125rem;visibility:visible;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:before{right:3.0625rem;top:-.125rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:after{background:#fff6e3;border-radius:50%;content:"";height:1rem;position:absolute;right:1.5rem;top:.75rem;visibility:visible;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:after{right:2.8125rem;top:.625rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:before{background:#fff6e3;border-radius:50%;content:"";height:1rem;position:absolute;right:.75rem;top:1.3125rem;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:before{right:2.1875rem;top:1.0625rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:after{background:#fff6e3;border-radius:50%;content:"";height:1rem;position:absolute;right:-.125rem;top:1.375rem;width:1rem}@media only screen and (max-width:1024px){.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:after{right:1.375rem;top:1.25rem}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .unselect .cmp-history__timeline-img,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .unselect .cmp-history__timeline-year{opacity:.4}.cmp-history .cmp-history__container .cmp-history__card{overflow-x:auto}.cmp-history .cmp-history__container .cmp-history__card::-webkit-scrollbar{display:none}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component{align-items:center;display:flex;gap:1.25rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component{justify-content:left}}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back{background-color:#da001c;border:0;border-radius:50%;cursor:pointer;height:3.3125rem;width:3.3125rem}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back{display:none}}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back:before{color:#fff6e3;content:"";display:flex;font-size:3.3125rem;justify-content:center;transform:translate(-6%,-2%)}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back:disabled{cursor:not-allowed;opacity:.4}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next{background-color:#da001c;border:0;border-radius:50%;cursor:pointer;height:3.3125rem;width:3.3125rem}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next{display:none}}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next:before{color:#fff6e3;content:"";display:flex;font-family:icomoon!important;font-size:3.3125rem;justify-content:center;transform:translate(2%,-2%)}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next:disabled{cursor:not-allowed;opacity:.4}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__card-container{display:flex;gap:.875rem}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__card .center{justify-content:center}}.cmp-history .cmp-history__container .cmp-history__nav-wraper{display:none;text-align:center}@media only screen and (max-width:1023px){.cmp-history .cmp-history__container .cmp-history__nav-wraper{display:block;padding:1.5rem}}.cmp-history .cmp-history__container .cmp-history__nav-wraper .cmp-history__nav-list{cursor:pointer;display:inline-block;height:auto;margin:0 .3125rem;padding:0;width:auto}.cmp-history .cmp-history__container .cmp-history__nav-wraper .cmp-history__nav-list .cmp-history__nav-dots{background:transparent;border:.125rem solid #da001c;border-radius:50%;cursor:pointer;height:.75rem;padding:.3125rem;width:.75rem}.cmp-history .cmp-history__container .cmp-history__nav-wraper .cmp-history__nav-list .select{background:#da001c}.cmp-categorylist{box-sizing:border-box;display:flex;font-family:Libre Baskerville,sans-serif;font-size:1.125rem;font-weight:700;justify-content:center}.cmp-categorylist .cmp-categorylist__item{align-items:center;color:#382312;display:inline-flex;flex-direction:column;text-decoration:none}.cmp-categorylist .cmp-categorylist__imagewrapper{align-items:center;display:flex;justify-content:center;position:relative}.cmp-categorylist .cmp-categorylist__imagewrapper:before{background:#e2d7cc;border-radius:50%;content:" ";height:13.5rem;transition:transform .3s ease-in-out;width:13.5rem}.cmp-categorylist .cmp-categorylist__imagewrapper:hover:before{transform:scale(.9)}.cmp-categorylist .cmp-categorylist__imagewrapper:hover .cmp-categorylist__image{transform:translateY(-10%)}.cmp-categorylist .cmp-categorylist__image{bottom:0;left:0;margin:auto;max-height:11.625rem;max-width:13.5rem;position:absolute;right:0;top:0;transition:transform .3s ease-in-out}@media only screen and (max-width:1023px){.cmp-categorylist{font-size:1.125rem}.cmp-categorylist .cmp-categorylist__imagewrapper:before{height:10.875rem;width:10.875rem}.cmp-categorylist .cmp-categorylist__image{max-height:9.75rem;max-width:9.75rem}}.cmp-categorylist--anchor .cmp-categorylist__name{font-family:Libre Baskerville,sans-serif;margin-top:1.125rem;text-align:center}@media only screen and (max-width:1023px){.cmp-categorylist--anchor .cmp-categorylist__name{margin-top:1rem}}.cmp-categorylist--cta .cmp-categorylist__name{margin-bottom:1.125rem;text-align:center}.cmp-categorylist--cta .cmp-categorylist__action{display:none;margin-top:-1.5rem;z-index:1}@media only screen and (max-width:1023px){.cmp-categorylist--cta .cmp-categorylist__name{margin-bottom:1rem}.cmp-categorylist--cta .cmp-categorylist__action{margin-top:-1.5rem}}.cmp-product-category-listing{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-product-category-listing{padding:2rem 1rem}}.cmp-product-category-listing .cmp-product-category-listing__title{color:#343434;text-align:center}.cmp-product-category-listing .cmp-product-category-listing__subTitle{color:#382312;margin-top:1.25rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-category-listing .cmp-product-category-listing__subTitle{margin-top:.75rem}}.cmp-product-category-listing .cmp-product-category-listing__tabs{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-product-category-listing .cmp-product-category-listing__tabs{margin-top:2rem}}.cmp-product-category-listing .cmp-product-category-listing__content{align-items:center;display:flex;flex-wrap:wrap;gap:2.5rem 2rem;margin-top:3rem}@media only screen and (max-width:1023px){.cmp-product-category-listing .cmp-product-category-listing__content{gap:2rem .625rem;justify-content:center;margin-top:1.5rem}}.cmp-product-category-listing .cmp-product-category-listing__content .cmp-categorylist{flex-basis:calc(33.33333% - 1.33333rem)}@media only screen and (max-width:1023px){.cmp-product-category-listing .cmp-product-category-listing__content .cmp-categorylist{flex-basis:calc(50% - 0.3125rem)}.cmp-product-category-listing .cmp-product-category-listing__content .cmp-categorylist__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.cmp-product-category-listing .cmp-product-category-listing__action{display:flex;justify-content:center;margin-top:3rem}@media only screen and (max-width:1023px){.cmp-product-category-listing .cmp-product-category-listing__action{margin-top:1.5rem}}.cmp-our-foot-print{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem 7.3125rem}@media only screen and (max-width:1023px){.cmp-our-foot-print{padding:2rem 1rem 3.75rem}}.cmp-our-foot-print .cmp-our-foot-print__title{color:#343434;text-align:center}.cmp-our-foot-print .cmp-our-foot-print__content{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-our-foot-print .cmp-our-foot-print__content{margin-top:1.5rem}}.cmp-our-foot-print .cmp-carousel .cmp-carousel__container{padding:0}.cmp-our-foot-print .cmp-our-foot-print__carousel-item{display:grid;gap:1.5rem 2rem;grid-auto-flow:column;justify-content:center}.cmp-our-foot-print .cmp-our-foot-print__carousel-item .item:first-child{grid-column:1;grid-row:1/3}.cmp-our-foot-print .cmp-our-foot-print__carousel-item .item:not(:first-child){cursor:pointer}@media only screen and (max-width:1023px){.cmp-our-foot-print .cmp-our-foot-print__carousel-item{display:flex;flex-direction:column}}.cmp-ingredients{background:#ffe7ad;border-radius:1rem;box-sizing:border-box;margin-left:3rem;min-height:38.25rem;padding:1.5rem 2.1875rem}@media only screen and (max-width:1023px){.cmp-ingredients{border-radius:0;margin-left:0;min-height:612;padding:1.5rem}}.cmp-ingredients .cmp-ingredients__header{margin-bottom:1rem}.cmp-ingredients .cmp-ingredients__header .title{color:#343434}@media only screen and (max-width:1023px){.cmp-ingredients .cmp-ingredients__header{margin-bottom:.75rem}}.cmp-ingredients .cmp-ingredients__content{max-height:27.6875rem;min-height:31.875rem;overflow-y:auto}.cmp-ingredients .cmp-ingredients__icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-size:1.375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-ingredients .cmp-ingredients__icon.hide{visibility:hidden}.cmp-ingredients .cmp-ingredients__icon:before{background:#fff;border-radius:50%;color:#343434;content:"";font-weight:600}.cmp-ingredients .cmp-ingredients__items{display:flex;flex-direction:column;list-style-type:none;padding:0}.cmp-ingredients .cmp-ingredients__item{color:#343434;display:flex;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;margin-top:1rem}.cmp-ingredients .cmp-ingredients__item:before{color:#892116;content:"•";display:inline-block;font-weight:700;width:1rem}.cmp-ingredients .cmp-ingredients__item:first-child{margin-top:0}.cmp-ingredients .cmp-ingredients__item .item-name{flex-basis:82%;font-weight:500}.cmp-ingredients .cmp-ingredients__item .item-desc{display:inline-flex;flex-basis:18%;font-weight:600;gap:.5625rem;margin-left:1.5rem;min-width:6.8125rem}.cmp-ingredients .cmp-ingredients__item .item-desc .quantity{display:inline-flex;flex-grow:1}@media only screen and (max-width:1023px){.cmp-ingredients .cmp-ingredients__item{font-size:.875rem;margin-top:.75rem}.cmp-ingredients .cmp-ingredients__item .item-name{flex-basis:70%}.cmp-ingredients .cmp-ingredients__item .item-desc{flex-basis:30%;gap:.875rem}}.cmp-ingredients .cmp-ingredients__footer{align-items:center;border-top:.0625rem solid #707070;display:none;justify-content:space-between;margin-top:.875rem;padding-top:.875rem}.cmp-ingredients .cmp-ingredients__footer .cmp-ingredients__available{align-items:center;color:#343434;display:inline-flex;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500}.cmp-ingredients .cmp-ingredients__footer .cmp-ingredients__available-name{opacity:.4}.cmp-ingredients .cmp-ingredients__footer .cmp-ingredients__available .icon{margin-right:.625rem}.cmp-ingredients .cmp-ingredients__footer .cmp-ingredients__action{margin-left:auto}@media only screen and (max-width:1023px){.cmp-ingredients .cmp-ingredients__footer{flex-direction:column;justify-content:center;margin-top:.875rem;padding-top:1.125rem}.cmp-ingredients .cmp-ingredients__footer .cmp-ingredients__available{margin-bottom:1.125rem}.cmp-ingredients .cmp-ingredients__footer .cmp-ingredients__action{margin-left:0}}.cmp-product-explore-listing{margin:0 auto;max-width:85.375rem;padding-bottom:4rem;padding-top:4rem;position:relative}@media only screen and (max-width:1023px){.cmp-product-explore-listing{padding-bottom:2rem;padding-top:2rem}}.cmp-product-explore-listing .product-explore-listing-spacing{padding-left:11.0625rem;padding-right:11.0625rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .product-explore-listing-spacing{padding-left:1rem;padding-right:1rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section{align-items:center;color:#382312;display:flex;flex-direction:column;margin-bottom:0;position:relative}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section{margin-bottom:0}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section h2{color:#382312}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__all-filter{column-gap:1.5rem;display:flex;margin-top:3rem;padding-left:1.25rem;padding-right:1.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__all-filter{column-gap:1rem;margin-top:1.5rem;padding-left:0;padding-right:0}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filter-section{align-items:center;column-gap:1.5rem;display:inline-flex;justify-content:center;margin-left:auto}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filter-section.search-section{flex-grow:4}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filter-section{column-gap:.75rem;position:relative}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper{position:relative}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper{position:static}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters{font-size:.875rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-name{padding-left:.5rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-icon{padding-left:1rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-icon{padding-left:.25rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:relative;text-transform:none;top:.09375rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.search-cards{background:none;max-width:inherit;padding:0;position:relative;width:100%}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.search-cards .cmp-product-explore-listing__filters input{background:#fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><path fill="icon-color-rgb" fill-opacity="0.4" d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"></path></svg>') no-repeat 1.25rem;border:0;border-radius:1.5625rem;color:#272727;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;height:3rem;padding-left:2.75rem;padding-right:1.25rem;width:100%}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.search-cards .cmp-product-explore-listing__filters input::placeholder{color:#272727;opacity:.4}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.search-cards .cmp-product-explore-listing__filters input{font-size:.875rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.filterby .cmp-product-explore-listing__filters,.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby .cmp-product-explore-listing__filters{align-items:center;background-color:#fff;border-radius:1.5625rem;cursor:pointer;display:inline-flex;justify-content:center}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby .cmp-product-explore-listing__filter-Modal{left:auto;right:0;width:17.25rem;z-index:1}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby .cmp-product-explore-listing__filter-Modal{width:14.9375rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal{background-color:#ffe3a5;border-radius:1rem;left:auto;padding:1.25rem 1.5rem 1.5rem;position:absolute;right:0;top:4rem;width:25.25rem;z-index:1}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal{padding:1rem;right:0;top:4rem;width:19.875rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header{color:#343434;display:flex}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header h5{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header h5{font-size:1rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header .cmp-product-explore-listing-modal-close{margin:auto;margin-right:unset}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-modal-header .cmp-product-explore-listing-modal-close:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;content:"";cursor:pointer;font-family:icomoon!important;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body{display:flex;padding-bottom:1.875rem;padding-top:1.5rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body{padding-bottom:1.25rem;padding-top:1rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio{align-items:center;display:flex;margin-top:.75rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio:first-child{margin-top:0}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio input{accent-color:#da001c;height:1.0625rem;width:1.0625rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-radio label{padding-left:.6875rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat{display:flex;opacity:.3}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat{padding-bottom:.75rem;padding-top:0}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat p{cursor:pointer;font-size:1rem;line-height:1.625rem;margin:0;padding:.28125rem 0;width:6.625rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat p{font-size:.875rem;width:5.9375rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active{opacity:1}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active .icon-next{margin:auto 0}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active .icon-next:before{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;padding-left:0;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section1 .cmp-product-explore-listing__filter-cat.active .icon-next:before{font-size:1rem;padding-left:0}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2{border-left:.0625rem solid #382312;margin-left:auto;padding-left:.75rem;width:12.4375rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2{width:10rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox{align-items:center;display:flex;padding-bottom:.875rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;content:"";cursor:pointer;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox:before{padding-right:.5rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox.checked-icon:before{content:""}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox span{margin-left:auto;opacity:.3}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-body .cmp-product-explore-listing__filter-Modal-body-section2 .cmp-product-explore-listing__filter-checkbox.disabled{opacity:.3}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-footer{display:flex;justify-content:space-between}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-footer .cmp-button--secondary{text-wrap:nowrap;margin:auto}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-footer .cmp-button--secondary button{justify-content:center;padding:0;width:9rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal .cmp-product-explore-listing__filter-Modal-footer .cmp-button--secondary button{width:8.375rem}}.cmp-product-explore-listing .cmp-product-explore-listing__fills{padding:2rem 7.0625rem 0}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__fills{padding:1rem 1rem 0}}.cmp-product-explore-listing .cmp-product-explore-listing__products{display:flex;flex-wrap:wrap;padding-bottom:0;padding-top:2rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__products{padding:1rem 2.5rem 0}}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-container{width:100%}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item{display:flex;flex-wrap:wrap;gap:2rem 2rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item{gap:1.5rem 0}}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--recipe{flex-basis:calc(33.33333% - 1.33333rem);text-decoration:none}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--recipe{flex-basis:100%}}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--recipe .cmp-card .cmp-card__image img{width:100%}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--recipe .cmp-card .cmp-card__title{color:#000}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--recipe .cmp-card .cmp-card__time-in-minutes{margin-top:0}}.cmp-product-explore-listing .cmp-product-explore-listing__extra-between-section{margin-bottom:2rem;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__extra-between-section{margin-bottom:1rem;margin-top:2rem}}.cmp-product-explore-listing .cmp-product-explore-listing__button-wrapper .button{display:flex;justify-content:center}.cmp-product-explore-listing .cmp-search{z-index:0}.cmp-product-explore-listing .cmp-search .cmp-search__results{background:#e2d7cc;border-radius:1.3125rem;display:block;margin-left:0;max-height:17.625rem;overflow-y:auto;top:3rem;width:100%}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-search .cmp-search__results{transform:none}}.cmp-teaser-contest{margin:0 auto;max-width:85.375rem;padding:3.125rem 7.0625rem 6.6875rem}@media only screen and (max-width:1023px){.cmp-teaser-contest{max-width:24.375rem;padding:2rem 1rem 4rem}}.cmp-teaser-contest .cmp-teaser-contest__title{line-height:1.75rem;margin-bottom:3.75rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__title{line-height:2.125rem;margin-bottom:1.5rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper{border-radius:1rem;overflow:hidden}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item{background-color:#ffe3a5;display:flex}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item{flex-direction:column}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media{flex-basis:45%}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media{flex-basis:auto}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media img{border-radius:1rem;height:19.5rem;object-fit:cover;width:34.625rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__media img{height:16.8125rem;width:22.375rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content{flex-basis:55%;height:16.8125rem;padding:1.75rem 3.625rem 1.5625rem 2.375rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content{flex-basis:auto;height:auto;padding:2rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{color:#343434;line-height:1.75rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{line-height:2.125rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{margin-top:1.5rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper{align-items:center;display:flex}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar{color:#343434;font-size:2.25rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar{font-size:1.875rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar:before{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;text-transform:none}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__date{font-size:.0625remrem;margin-left:.8125rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper{align-items:center;display:flex}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-indicator{background-color:#da001c;border-radius:50%;box-shadow:0 0 .375rem #da001c;height:.5625rem;margin-right:.5rem;width:.5625rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-indicator{height:1rem;width:1rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-text{color:#da001c;font-family:Poppins,sans-serif;font-size:.0546875remrem;font-weight:600}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .button{display:flex;justify-content:center;margin-top:1.75rem}}.cmp-popular-products{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-popular-products{padding:2rem 1rem}}.cmp-popular-products .cmp-popular-products__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}.cmp-popular-products .cmp-popular-products__icon.currency{font-size:1.875rem}.cmp-popular-products .cmp-popular-products__icon.currency:before{color:#da001c;content:"₹"}.cmp-popular-products .cmp-popular-products__icon.rating{font-size:1.125rem}.cmp-popular-products .cmp-popular-products__icon.rating:before{color:#343434;content:""}.cmp-popular-products .cmp-popular-products__header-section{text-align:center}.cmp-popular-products .cmp-popular-products__header-section .cmp-popular-products__title{color:#382312;line-height:2.5rem}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__header-section .cmp-popular-products__title{font-size:1.5rem;line-height:1.8125rem}}.cmp-popular-products .cmp-popular-products__header-section .cmp-popular-products__subtitle{color:#382312;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;line-height:1.625rem;margin-top:1.25rem}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__carousel-item{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__carousel-item{margin-left:0;margin-right:0}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper{display:flex;margin-top:3rem}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper{flex-direction:column;margin-top:1.5rem}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__image,.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description{flex-basis:calc(50% - 0.625rem)}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__image,.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description{flex-basis:auto}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__image{background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;justify-content:center}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__image{flex-basis:auto;justify-content:center}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description{margin-left:1.25rem;padding-top:2.375rem}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description{margin-left:0;padding-top:1.5rem}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__product-name{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700;line-height:2.25rem;margin-bottom:1.25rem;max-width:23.5rem;text-align:left}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__product-name{font-size:1.125rem;line-height:1.625rem;margin:0 auto;max-width:18.75rem;text-align:center}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__product-name .cmp-popular-products__mobile-weight{display:none}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__product-name .cmp-popular-products__mobile-weight{border-left:.125rem solid #343434;display:inline-block;font-family:Libre Baskerville,sans-serif;font-size:1.125rem;margin-left:.3125rem;padding-left:.3125rem}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__price{align-items:center;display:flex;margin-bottom:1.25rem}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__price{font-size:1rem;justify-content:center;margin-bottom:.875rem}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__price .cmp-popular-products__currency{color:#da001c;margin-right:.5rem}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__price .cmp-popular-products__amount{color:#da001c;font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700;text-align:left}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__quantity-container{align-items:center;display:flex;font-family:Libre Baskerville,sans-serif;font-weight:700;line-height:1.5rem;margin-bottom:1.25rem;opacity:1}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__quantity-container{display:none}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__quantity-container .cmp-popular-products__offer,.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__quantity-container .cmp-popular-products__quantity{border-right:.125rem solid #343434;color:#343434;font-size:1rem;margin-right:1rem;padding-right:1rem;text-align:left}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__quantity-container .cmp-popular-products__rating{margin-left:.6875rem}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__product-details{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;line-height:1.625rem;margin-bottom:1.3125rem}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__product-details{font-size:.875rem}}.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__action{display:none;justify-content:flex-start}@media only screen and (max-width:1023px){.cmp-popular-products .cmp-popular-products__carousel .cmp-popular-products__content-wrapper .cmp-popular-products__product-description .cmp-popular-products__action{justify-content:center}}.cmp-tab{align-items:center;background:transparent;border:.0625rem solid #da001c;box-sizing:border-box;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;text-decoration:none}.cmp-tab span{word-wrap:break-word;width:100%}.cmp-tab:disabled{pointer-events:none}.cmp-tab--primary .cmp-tab{background:transparent;border-color:#343434;border-radius:1.5rem;color:#343434;padding:.75rem 2.5rem;width:max-content}.cmp-tab--primary .cmp-tab.selected,.cmp-tab--primary .cmp-tab:hover{background:#da001c;border-color:#da001c;color:#fff6e3}.cmp-tab--secondary .cmp-tab{background:transparent;border-color:#343434;border-radius:1rem;color:#343434;max-width:8.75rem;padding:.75rem 1.875rem}.cmp-tab--secondary .cmp-tab.selected,.cmp-tab--secondary .cmp-tab:hover{background:#343434;border-color:#343434;color:#fff6e3}.cmp-tab-group .cmp-tab-group__carousel-item{align-items:center;column-gap:.75rem;display:flex;overflow-x:auto}.cmp-blog-details{margin:0 auto;max-width:1366px}.cmp-blog-details .cmp-blog-details__banner{align-items:center;background-position:50%;display:flex;flex-direction:column;gap:1.5rem;height:40rem;justify-content:end;width:100%}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__banner{background-size:cover;gap:.75rem;height:43.5rem}}.cmp-blog-details .cmp-blog-details__banner .cmp-blog-details__title{color:#fff6e3;font-size:2rem;line-height:3.375rem}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__banner .cmp-blog-details__title{font-size:1.5rem;line-height:1.5rem}}.cmp-blog-details .cmp-blog-details__banner .cmp-blog-details__posted{color:#fff6e3;font-size:1rem;font-weight:300;line-height:1.625rem;padding-bottom:4rem}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__banner .cmp-blog-details__posted{font-size:.875rem;line-height:1.5rem;padding-bottom:2rem}}.cmp-blog-details .cmp-blog-details__main-content{padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__main-content{padding:2rem 1rem}}.cmp-blog-details .cmp-blog-details__content{padding-left:6rem;padding-right:6rem}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__content{padding-left:0;padding-right:0}}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__category-wrapper{align-items:center;display:flex;justify-content:space-between}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__category-wrapper .cmp-blog-details__category{color:#da001c;font-size:1rem;font-weight:600;line-height:1.5625rem;text-transform:uppercase}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__category-wrapper .cmp-blog-details__category{font-size:.875rem;line-height:1.3125rem}}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__category-wrapper .cmp-blog-details__category .cmp-blog-details__category-section{margin-right:1.5rem}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__content-wrapper{padding-top:2.25rem}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__content-wrapper{padding-top:1rem}}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__content-wrapper p{color:#343434;font-size:1rem;line-height:1.625rem;padding-bottom:2rem}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__content-wrapper p{font-size:.875rem;line-height:1.5rem;padding-bottom:1rem}}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__content-wrapper p:last-child{padding-bottom:0}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__content-wrapper ol{list-style:auto}.cmp-blog-details .cmp-blog-details__content .cmp-blog-details__content-wrapper ul{list-style:disc}.cmp-product-detail{display:flex;margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-product-detail{flex-direction:column;padding:2rem 1rem}}.cmp-product-detail .cmp-product-detail__left-container{flex-basis:50%}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__left-container{flex-basis:100%}}.cmp-product-detail .cmp-product-detail__left-container img{height:35.5rem;width:100%}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__left-container img{height:22.375rem}}.cmp-product-detail .cmp-product-detail__right-container{flex-basis:calc(50% - 1.25rem);margin-left:2rem;margin-right:.75rem;overscroll-behavior:contain;padding-top:2rem}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container{flex-basis:100%;margin-left:0;margin-right:0;overscroll-behavior:none;padding-top:2rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__overscroll{height:35.5rem;overflow-y:auto}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__overscroll{height:100%;overflow:none;width:100%}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#343434;display:-webkit-box;line-height:2.0625rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__title{line-height:2.8125rem;text-align:center}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__description-container{margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__description-container{margin-top:1.125rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__description-container .cmp-product-detail__description p{color:#343434;display:inline;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.625rem}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__description-container .cmp-product-detail__description p{font-size:.875rem;line-height:1.5rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__description-container .cmp-product-detail__read-more{color:#e11936;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;text-decoration:underline}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__description-container .cmp-product-detail__read-more{font-size:.875rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__reviews-container{display:flex;gap:1.25rem;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__reviews-container{gap:.6875rem;margin-top:1.5rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__reviews-container .cmp-product-detail__reviews{color:#f00003;cursor:pointer;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;text-decoration:underline}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__reviews-container .cmp-product-detail__rating-star:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ebbf46;content:"";display:inline-block;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:.375rem;text-transform:none}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__reviews-container .cmp-product-detail__rating-star:last-child:after{padding-right:0}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__reviews-container .cmp-product-detail__rating-star.empty:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ebbf46;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__location-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#343434;display:-webkit-box;margin-top:2rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__location-title{margin-top:1.5rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__location-places{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;margin-top:1.5rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__pack-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#343434;display:-webkit-box;margin-top:2rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__pack-title{margin-top:1.5rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-tab-group{margin-top:1.5625rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-tab-group .cmp-tab{flex-direction:column}.cmp-product-detail .cmp-product-detail__right-container .cmp-tab-group .cmp-tab span{width:160%}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container{display:none;gap:7.0625rem;margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container{justify-content:space-between}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container .cmp-product-detail__price{color:#e11936;font-family:Libre Baskerville,sans-serif;font-size:2rem;font-weight:600}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container .cmp-product-detail__price{font-size:1.5rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container .cmp-product-detail__price:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"₹";font-family:icomoon!important;font-size:2.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:.3125rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container .cmp-product-detail__price:before{font-size:1.75rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container .cmp-product-detail__price.no-price{min-width:4.375rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__price-container .cmp-product-detail__price.no-price:before{content:""}.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__stock{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;width:fit-content}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-product-detail__stock{font-size:.875rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-tab-group__carousel-item{max-width:30rem}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-tab-group__carousel-item{max-width:20.125rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium{background:inherit;margin-top:2.5rem;max-width:30rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .cmp-text{display:flex;flex-wrap:wrap;padding:0 .9375rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .cmp-text .cmp-product-detail__product-item{flex-grow:1;height:6.25rem;text-align:center;width:33%}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .cmp-text .cmp-product-detail__product-item .cmp-product-detail__nutrient,.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .cmp-text .cmp-product-detail__product-item .cmp-product-detail__unit,.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .cmp-text .cmp-product-detail__product-item .cmp-product-detail__value{color:#8b271f}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .cmp-text .cmp-product-detail__product-item .cmp-product-detail__value{font-size:1.25rem;font-weight:800}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .additional-info{text-align:center}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .additional-info p{color:#8b271f;display:inline;font-family:Poppins,sans-serif;font-size:.875rem;line-height:1.625rem;word-break:break-word}@media only screen and (max-width:1023px){.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .product-info .additional-info p{font-size:.875rem;line-height:1.5rem}}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review{margin:0 auto;max-width:15.625rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__image{display:flex}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__image img{border-radius:3.125rem;height:4.0625rem;width:4.0625rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__image .cmp-product-detail__name-rating{margin-left:1.25rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__image .cmp-product-detail__name-rating.flex-v-center{align-items:center;display:flex}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__image .cmp-product-detail__rating-star:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ebbf46;content:"";display:inline-block;font-family:icomoon!important;font-size:1.1875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:.375rem;text-transform:none}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__image .cmp-product-detail__rating-star:last-child:after{padding-right:0}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__image .cmp-product-detail__rating-star.empty:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ebbf46;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-product-detail .cmp-product-detail__right-container .cmp-accordion--medium .reviews .cmp-product-detail__review .cmp-product-detail__description{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;padding-top:1.875rem}.cmp-product-detail .cmp-product-detail__right-container .cmp-button:disabled{opacity:.8}.cmp-recipe-group{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-recipe-group{padding:2.5rem 1rem 1.125rem}}.cmp-recipe-group .cmp-recipe-group__header-section{text-align:center}.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__title{color:#382312;line-height:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__title{font-size:1.5rem;line-height:1.8125rem}}.cmp-recipe-group .cmp-recipe-group__header-section .cmp-recipe-group__subtitle{color:#382312;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;line-height:1.625rem;margin-top:1.25rem}.cmp-recipe-group .cmp-recipe-group__tabs{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__tabs{margin-top:2rem}}.cmp-recipe-group .cmp-recipe-group__content{margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content{margin-top:1.5rem}}.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__carousel .cmp-recipe-group__carousel-item{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__carousel .cmp-recipe-group__carousel-item{margin-left:0;margin-right:1.25rem}}.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__action{display:flex;justify-content:center;margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-group .cmp-recipe-group__content .cmp-recipe-group__action{margin-top:2rem}}.blog-discussion-listing{position:relative}.cmp-blog-discussion-listing{margin:0 auto;max-width:85.375rem;padding-bottom:4rem;padding-top:4rem;position:relative}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing{padding-bottom:2rem;padding-top:2rem}}.cmp-blog-discussion-listing .blog-discussion-listing-spacing{padding-left:11.0625rem;padding-right:11.0625rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .blog-discussion-listing-spacing{padding-left:1rem;padding-right:1rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section{align-items:center;color:#382312;display:flex;flex-direction:column;margin-bottom:0;position:relative}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section{margin-bottom:.5rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section h2{color:#382312}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__all-filter{column-gap:1.5rem;display:flex;margin-top:3rem;padding-left:1.25rem;padding-right:1.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__all-filter{column-gap:1rem;margin-top:1.5rem;padding-left:0;padding-right:0}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filter-section{align-items:center;column-gap:1.5rem;display:inline-flex;justify-content:center;margin-left:auto}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filter-section.search-section{flex-grow:4}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filter-section{column-gap:.75rem;position:relative}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper{position:relative}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper{position:static}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters{font-size:.875rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters .cmp-blog-discussion-listing__filters-name{padding-left:.5rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters .cmp-blog-discussion-listing__filters-name{display:none}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters .cmp-blog-discussion-listing__filters-icon{padding-left:1rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters .cmp-blog-discussion-listing__filters-icon{padding-left:.25rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters .cmp-blog-discussion-listing__filters-icon:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:relative;text-transform:none;top:.09375rem}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.search-cards{background:none;max-width:inherit;padding:0;position:relative;width:100%}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.search-cards .cmp-blog-discussion-listing__filters input{background:#fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><path fill="icon-color-rgb" fill-opacity="0.4" d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"></path></svg>') no-repeat 1.25rem;border:0;border-radius:1.5625rem;color:#272727;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;height:3rem;padding-left:2.75rem;padding-right:1.25rem;width:100%}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.search-cards .cmp-blog-discussion-listing__filters input::placeholder{color:#272727;opacity:.4}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.search-cards .cmp-blog-discussion-listing__filters input{font-size:.875rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.filterby .cmp-blog-discussion-listing__filters,.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.sortby .cmp-blog-discussion-listing__filters{align-items:center;background-color:#fff;border-radius:1.5625rem;cursor:pointer;display:inline-flex;height:3rem;justify-content:center;width:8.5625rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.filterby .cmp-blog-discussion-listing__filters,.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.sortby .cmp-blog-discussion-listing__filters{width:3rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.sortby .cmp-blog-discussion-listing__filters-icon:after{content:""}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.sortby .cmp-blog-discussion-listing__filter-Modal{left:auto;right:0;width:17.25rem;z-index:1}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper.sortby .cmp-blog-discussion-listing__filter-Modal{width:14.9375rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal{background-color:#ffe3a5;border-radius:1rem;box-shadow:0 .1875rem .5rem rgba(0,0,0,.302);left:auto;padding:1.25rem 1.5rem 1.5rem;position:absolute;right:auto;top:4rem;width:22rem;z-index:1}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal{padding:1rem;right:0;top:4rem;width:15.875rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-modal-header{color:#343434;display:flex}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-modal-header h5{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:500}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-modal-header h5{font-size:1rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-modal-header .cmp-blog-discussion-listing-modal-close{margin:auto;margin-right:unset}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-modal-header .cmp-blog-discussion-listing-modal-close:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;content:"";cursor:pointer;font-family:icomoon!important;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body{display:flex;padding-bottom:1.875rem;padding-top:1.5rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body{padding-bottom:1.25rem;padding-top:1rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-radio{align-items:center;display:flex;margin-top:.75rem}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-radio:first-child{margin-top:0}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-radio input{accent-color:#da001c;height:1.0625rem;width:1.0625rem}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-radio label{padding-left:.6875rem}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-Modal-body-section1 .cmp-blog-discussion-listing__filter-checkbox{align-items:center;display:flex;padding-bottom:.875rem}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-Modal-body-section1 .cmp-blog-discussion-listing__filter-checkbox:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;content:"";cursor:pointer;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-Modal-body-section1 .cmp-blog-discussion-listing__filter-checkbox:before{padding-right:.5rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-Modal-body-section1 .cmp-blog-discussion-listing__filter-checkbox.checked-icon:before{content:""}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-Modal-body-section1 .cmp-blog-discussion-listing__filter-checkbox span{margin-left:auto;opacity:.3}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-body .cmp-blog-discussion-listing__filter-Modal-body-section1 .cmp-blog-discussion-listing__filter-checkbox.disabled{opacity:.3}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-footer{display:flex;justify-content:space-between}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-footer .cmp-button--secondary{text-wrap:nowrap;margin:auto}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-footer .cmp-button--secondary button{justify-content:center;padding:0;width:9rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__header-section .cmp-blog-discussion-listing__filters-wrapper .cmp-blog-discussion-listing__filter-Modal .cmp-blog-discussion-listing__filter-Modal-footer .cmp-button--secondary button{width:8.375rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products{display:flex;flex-wrap:wrap;padding-bottom:0;padding-top:2rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products{padding:1rem 1.5rem 0}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products .cmp-blog-discussion-listing__product-container{width:100%}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products .cmp-blog-discussion-listing__product-item{display:flex;flex-wrap:wrap;gap:2rem 2rem;justify-content:center}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products .cmp-blog-discussion-listing__product-item{gap:1.5rem 0}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products .cmp-blog-discussion-listing__product-item .cmp-card--discussion{flex-basis:calc(33.33333% - 1.33333rem);text-decoration:none}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products .cmp-blog-discussion-listing__product-item .cmp-card--discussion{flex-basis:100%}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__products .cmp-blog-discussion-listing__product-item .cmp-card--discussion .cmp-card .cmp-card__image img{width:100%}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__extra-between-section{margin-bottom:2rem;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__extra-between-section{margin-bottom:1rem;margin-top:2rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__button-wrapper{bottom:4rem;left:0;position:absolute;right:0;z-index:2}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-blog-discussion-listing__button-wrapper{bottom:2rem}}.cmp-blog-discussion-listing .cmp-blog-discussion-listing__button-wrapper .button{display:flex;justify-content:center}.cmp-blog-discussion-listing .cmp-search{z-index:0}.cmp-blog-discussion-listing .cmp-search .cmp-search__results{background:#e2d7cc;border-radius:1.3125rem;display:block;margin-left:0;max-height:17.625rem;overflow-y:auto;top:3rem;width:100%}@media only screen and (max-width:1023px){.cmp-blog-discussion-listing .cmp-search .cmp-search__results{transform:none}}.cmp-recipe-quiz{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:85.375rem;padding:2.5rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz{padding:1.5rem 1rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content{padding-left:5rem;padding-right:5rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content{padding-left:0;padding-right:0}}.cmp-recipe-quiz .cmp-recipe-quiz__content-title{color:#fff6e3;text-align:center}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper{display:flex;height:2.5rem;justify-content:center;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper{height:2.25rem;margin-top:1.5rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step{position:relative;width:8.5rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step{width:4.5rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step span{color:#693b29;font-size:1.125rem;font-weight:700;left:.9375rem;line-height:0;position:absolute;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step span{font-size:1rem;left:.5rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ffe8b4;border-radius:50%;color:#f7ede1;content:"";font-family:icomoon!important;font-size:2.5rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;text-transform:none;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step:before{font-size:1.5rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step:after{background:#f7ede1;content:" ";height:.25rem;left:2.5rem;position:absolute;top:50%;transform:translateY(-50%);width:6.5rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step:after{left:1.5rem;width:3.5rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step-4{position:relative}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step-4 img{width:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper--step-4 img{width:2.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper .active:before{background-color:#da001c;color:#da001c}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper .active span{color:#fff6e3}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper .completed:before{background-color:#da001c;border-color:#da001c;color:#fff6e3;content:""}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper .completed:after{background:#da001c}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__stepper .completed span{display:none}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content{min-height:20.9375rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content{min-height:31.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content-title{color:#fff6e3;text-align:center}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options{display:flex;justify-content:space-between;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options{flex-wrap:wrap;gap:1.25rem}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options.options-1 .cmp-recipe-quiz__option:nth-child(3){width:100%}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .cmp-recipe-quiz__option{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;flex-wrap:wrap;width:10.5rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .cmp-recipe-quiz__option{width:9.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .cmp-recipe-quiz__option .cmp-recipe-quiz__option-image{width:100%}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .cmp-recipe-quiz__option .cmp-recipe-quiz__option-image img{aspect-ratio:1;border:.625rem solid transparent;border-radius:50%;margin:0 auto;max-width:10.5rem;width:100%}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .cmp-recipe-quiz__option .cmp-recipe-quiz__option-image img{border-width:.375rem;max-width:6.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .cmp-recipe-quiz__option .cmp-recipe-quiz__option-text{color:#fff6e3;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;margin-top:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .cmp-recipe-quiz__option .cmp-recipe-quiz__option-text{font-size:1rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content .cmp-recipe-quiz__options .active .cmp-recipe-quiz__option-image img{border-color:#da001c}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content.recipe-quiz-question{margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content.recipe-quiz-question{margin-top:2.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content.recipe-quiz-answer{margin-top:1.25rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__main-content.recipe-quiz-answer{margin-top:2.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-carousel .cmp-carousel__container{padding:0 4.5rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-carousel .cmp-carousel__container{padding:0}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-recipe-group__carousel-item{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-recipe-group__carousel-item{margin-left:0;margin-right:1.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__image img{max-height:12.375rem}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__content .cmp-card__hearts-wrapper p,.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper p{font-size:1rem}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__icon:before,.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__title h4{font-size:1.125rem}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes .cmp-card__icon{margin-top:0}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__content .cmp-card__recipe_footer>div{padding:0 .75rem}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__content .cmp-card__recipe_footer>div:first-child{padding-left:0}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__content .cmp-card__recipe_footer>div:last-child{padding-right:0}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__carousel .cmp-card--recipe .cmp-card__content .cmp-card__recipe_footer p{font-size:1rem;margin-left:.375rem}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__actions{column-gap:1rem;display:flex;justify-content:center;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__actions{margin-top:.25rem}}.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__actions .button{padding:.75rem 1.875rem}@media only screen and (max-width:1023px){.cmp-recipe-quiz .cmp-recipe-quiz__content .cmp-recipe-quiz__actions .button{padding:.75rem}}.list-slide-right-enter{opacity:0;transform:translateX(100%)}.list-slide-left-enter{opacity:0;transform:translateX(-100%)}.list-slide-left-enter-active,.list-slide-right-enter-active{opacity:1;transform:translateX(0);transition:all .5s ease-in-out}.title-slide-right-enter{opacity:0;transform:translateY(100%)}.title-slide-left-enter{opacity:0;transform:translateY(-100%)}.title-slide-left-enter-active,.title-slide-right-enter-active{opacity:1;transform:translateY(0);transition:all .5s ease-in-out}.cmp-tv-commercials{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-tv-commercials{padding:2rem 1rem}}.cmp-tv-commercials .cmp-tv-commercials__header{text-align:center}.cmp-tv-commercials .cmp-tv-commercials__header .cmp-tv-commercials__title{color:#382312}.cmp-tv-commercials .cmp-tv-commercials__header .cmp-tv-commercials__description{color:#343434;font-size:1rem;margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-tv-commercials .cmp-tv-commercials__header .cmp-tv-commercials__description{font-size:.875rem;margin-top:.75rem}}.cmp-tv-commercials .cmp-tv-commercials__video-container{grid-gap:2rem;display:grid;grid-template-columns:auto auto;margin-top:3rem}@media only screen and (max-width:1023px){.cmp-tv-commercials .cmp-tv-commercials__video-container{display:block;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:22.375rem}}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__video-wrapper{justify-self:flex-end;max-width:47.25rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__video-wrapper .cmp-video{width:47.25rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__video-wrapper .cmp-video .cmp-video__iframe,.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__video-wrapper .cmp-video .cmp-video__player{border-radius:1rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__video-wrapper img{border-radius:1rem;height:26.5625rem;max-width:47.25rem}@media only screen and (max-width:1023px){.cmp-tv-commercials .cmp-tv-commercials__video-container .carousel-container .cmp-tv-commercials__details{font-size:.875rem;padding-top:.75rem}}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container{height:26.5625rem;max-width:20rem;overflow-y:auto;position:relative}@media only screen and (max-width:1023px){.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container{display:none}}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper{height:10.8125rem;margin-bottom:1.375rem;max-width:19.25rem;padding-right:.625rem;position:relative;width:100%}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options{position:absolute;right:0;top:0;width:10.5625rem;z-index:1}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options .cmp-tv-commercials__dropdown-content{background:#fdefd4;border-radius:.5rem;padding:.75rem .75rem 1.25rem;position:absolute;right:1.625rem;top:.6875rem;width:10rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options .cmp-tv-commercials__dropdown-content .close{cursor:pointer;text-align:right}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options .cmp-tv-commercials__dropdown-content .close:before{color:#382312;content:"";font-family:icomoon}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options .cmp-tv-commercials__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options .cmp-tv-commercials__dropdown-content .cta-content .action-item a{color:#382312;font-family:Poppins,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options .cmp-tv-commercials__dropdown-content .cta-content .action-item .action-item-icon-share:before{content:"";font-family:icomoon;margin-right:.75rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__options .cmp-tv-commercials__three-dots{align-items:center;color:#382312;cursor:pointer;display:flex;font-size:1.625rem;justify-content:center;position:absolute;right:.625rem;top:1.375rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__video-icon{align-items:center;background-color:#3b2314;border-radius:50%;bottom:0;cursor:pointer;display:flex;height:3.9375rem;justify-content:center;left:0;margin:auto;opacity:.41;position:absolute;right:0;top:0;width:3.9375rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__video-icon:before{color:#da001c;content:"";font-family:icomoon;font-size:3.9375rem;line-height:1;text-transform:none}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__thumbnail-img{border-radius:1rem;height:10.8125rem;object-fit:cover;width:19.25rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-tv-commercials__thumbnail-container .cmp-tv-commercials__thumbnail-wrapper .cmp-tv-commercials__thumbnail-pic{border-radius:1rem;cursor:pointer;height:10.8125rem;object-fit:cover;width:19.25rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-carousel .cmp-carousel__container .slick-list .cmp-video--banner-with-title-bottom{height:12.5625rem}@media only screen and (max-width:1023px){.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-carousel .cmp-carousel__container .slick-list .cmp-video--banner-with-title-bottom{height:12.5625rem;width:22.375rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-carousel .cmp-carousel__container .slick-list .cmp-video--banner-with-title-bottom .cmp-video .cmp-video__iframe,.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-carousel .cmp-carousel__container .slick-list .cmp-video--banner-with-title-bottom .cmp-video video{border-radius:1rem}}.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-carousel .cmp-carousel__container .slick-list img{height:12.5625rem;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-tv-commercials .cmp-tv-commercials__video-container .cmp-carousel .cmp-carousel__container .slick-list img{border-radius:1rem}}.cmp-tv-commercials .cmp-tv-commercials__video-container .button{margin-top:1.5rem}.cmp-tv-commercials .cmp-tv-commercials__video-container .button .cmp-button{margin:0 auto}.cmp-tv-commercials .cmp-tv-commercials__thumbnail-section{position:relative}.cmp-tv-commercials .cmp-tv-commercials__thumbnail-section:after{background:linear-gradient(hsla(30,25%,86%,0),#e4dbd2);bottom:0;content:"";display:block;height:9.125rem;left:50%;max-width:18.625rem;pointer-events:none;position:absolute;transform:translate(-56%);width:100%}@media only screen and (max-width:1023px){.cmp-tv-commercials .cmp-tv-commercials__thumbnail-section:after{display:none}}.cmp-tv-commercials .selected{display:none}.cmp-video--banner-author .cmp-video{aspect-ratio:1.7777777778;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-author .cmp-video{aspect-ratio:.5625;max-height:max-content}}.cmp-video--banner-author .cmp-video .cmp-video__progress-bar{bottom:20%;position:absolute}.cmp-video--banner-with-title-button .cmp-video{aspect-ratio:1.7777777778;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-with-title-button .cmp-video{aspect-ratio:.5625;max-height:max-content}}.cmp-video--banner-with-title-button .cmp-video .cmp-video__progress-bar{bottom:24%;position:absolute}.cmp-video--banner-with-title-desc .cmp-video{aspect-ratio:1.7777777778;height:100%;max-height:40rem;max-width:1366px;object-fit:cover;width:100%}@media only screen and (max-width:1023px){.cmp-video--banner-with-title-desc .cmp-video{aspect-ratio:.5625;max-height:max-content}}.cmp-video--banner-with-title-desc .cmp-video .cmp-video__progress-bar{bottom:24%;position:absolute}.cmp-video--foot-print-card .cmp-video{background-color:transparent;border-radius:1rem;overflow:hidden}.cmp-video--foot-print-card .cmp-video__iframe{border-radius:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-video--recipe-detail-video{display:flex;justify-content:center}}.cmp-video--recipe-detail-video .cmp-video{border-radius:1.5625rem;height:40rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-video--recipe-detail-video .cmp-video{height:13.6875rem}}.cmp-video--recipe-detail-video .cmp-video__iframe{border-radius:1.5625rem;overflow:hidden}.cmp-video-campaign-variation{position:relative}@media only screen and (min-width:1366px){.cmp-video-campaign-variation .campaign-image-desktop{display:block;margin:0 auto;width:100%}.cmp-video-campaign-variation .campaign-image-mobile{display:none}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-video-campaign-variation .campaign-image-desktop{display:block;margin:0 auto;width:100%}.cmp-video-campaign-variation .campaign-image-mobile{display:none}}@media only screen and (max-width:1024px){.cmp-video-campaign-variation .campaign-image-desktop{display:none}.cmp-video-campaign-variation .campaign-image-mobile{display:block;width:100%}}@media only screen and (max-width:1023px){.cmp-video-campaign-variation .campaign-image-desktop{display:none}.cmp-video-campaign-variation .campaign-image-mobile{display:block;width:100%}}.cmp-video-campaign-variation .cmp-video{background-color:transparent;border-radius:1rem;height:100%;left:10%;margin-left:5%;margin-right:5%;overflow:hidden;position:absolute;top:10%;width:69%}.cmp-video-campaign-variation .cmp-video .cmp-video__iframe{height:83vh}@media only screen and (max-width:1024px){.cmp-video-campaign-variation .cmp-video{height:15.6875rem}}@media only screen and (max-width:1023px){.cmp-video-campaign-variation .cmp-video{height:11.6875rem;left:0;top:17%;width:90%}.cmp-video-campaign-variation .cmp-video .cmp-video__iframe{height:25vh}}.cmp-video-campaign-variation .cmp-video__iframe{border-radius:1rem;overflow:hidden}.contact-us{background-color:#fff6e3}.cmp-contact-us{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-contact-us{max-width:24.375rem;padding:2rem 1rem}}.cmp-contact-us .cmp-contact-us__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__title{line-height:2.125rem}}.cmp-contact-us .cmp-contact-us__sub-title{-webkit-line-clamp:6;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;line-height:1.625rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;margin-top:.75rem;overflow:hidden}}.cmp-contact-us .cmp-contact-us__form-wrapper{display:flex;justify-content:center}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form{margin-top:3rem;width:59.25rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form{margin-top:1.5rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field{position:relative}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__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:1.625rem;margin:.5rem 0 2rem;padding:.9375rem 1.1875rem;width:100%}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input::placeholder,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea::placeholder{color:#382312}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input.error-input,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea.error-input{border:.0625rem solid #da001c}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea{font-size:1rem;margin:.5rem 0 1.5rem;padding:.9375rem 1.1875rem}}.cmp-contact-us .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__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field label{color:#382312;font-size:1.125rem;line-height:1.625rem}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field label.required:after{color:#da001c;content:" *"}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field .cmp-contact-us__error-msg{bottom:.25rem;color:#da001c;font-size:.875rem;position:absolute}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field .cmp-contact-us__error-msg{bottom:0;position:absolute}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name{display:flex;gap:.75rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name{flex-direction:column;gap:0}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__first-name,.cmp-contact-us .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__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name label{visibility:hidden}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name label{display:none}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__name .cmp-contact-us__last-name input{margin-top:0}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__error-msg{bottom:-.9375rem;position:absolute}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__error-msg{bottom:-.875rem;position:absolute}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__textarea-count{bottom:.75rem;color:#382312;font-size:1rem;position:absolute;right:1rem}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .button{display:flex;justify-content:center;margin-top:3rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .button{margin-top:1.5rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents{color:#382312;margin-top:4rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents{margin-top:2rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents p{text-align:center}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents p{text-align:left}}.cmp-blog-quiz{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:85.375rem;padding:2.5rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-blog-quiz{padding:1.5rem 1rem}}.cmp-blog-quiz .cmp-blog-quiz__content{padding-left:5rem;padding-right:5rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content{padding-left:0;padding-right:0}}.cmp-blog-quiz .cmp-blog-quiz__content-title{color:#fff6e3;text-align:center}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content{min-height:20.9375rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content{min-height:31.25rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content-title{color:#fff6e3;text-align:center}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options{display:flex;justify-content:space-between;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options{flex-wrap:wrap;gap:1.25rem}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options.options-1 .cmp-blog-quiz__option:nth-child(3){width:100%}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .cmp-blog-quiz__option{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;flex-wrap:wrap;width:10.5rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .cmp-blog-quiz__option{width:9.25rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .cmp-blog-quiz__option .cmp-blog-quiz__option-image{width:100%}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .cmp-blog-quiz__option .cmp-blog-quiz__option-image img{aspect-ratio:1;border:.625rem solid transparent;border-radius:50%;margin:0 auto;max-width:10.5rem;width:100%}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .cmp-blog-quiz__option .cmp-blog-quiz__option-image img{border-width:.375rem;max-width:6.25rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .cmp-blog-quiz__option .cmp-blog-quiz__option-text{color:#fff6e3;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:500;margin-top:1rem;text-align:center}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .cmp-blog-quiz__option .cmp-blog-quiz__option-text{font-size:1rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content .cmp-blog-quiz__options .active .cmp-blog-quiz__option-image img{border-color:#da001c}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content.blog-quiz-question{margin-top:2.5rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content.blog-quiz-question{margin-top:2.25rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content.blog-quiz-answer{margin-top:1.25rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__main-content.blog-quiz-answer{margin-top:2.25rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-carousel .cmp-carousel__container{padding:0 4.5rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-carousel .cmp-carousel__container{padding:0}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-blog-group__carousel-item{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-blog-group__carousel-item{margin-left:0;margin-right:1.25rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-card--aashirvaad-discussion .cmp-card__image img{max-height:12.375rem}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__min-read span,.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__tag-name span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__hearts-wrapper .cmp-card__icon:before,.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__carousel .cmp-card--aashirvaad-discussion .cmp-card__title h4{font-size:1.125rem}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__actions{column-gap:1rem;display:flex;justify-content:center;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__actions{margin-top:.25rem}}.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__actions .button{padding:.75rem 1.875rem}@media only screen and (max-width:1023px){.cmp-blog-quiz .cmp-blog-quiz__content .cmp-blog-quiz__actions .button{padding:.75rem}}.blog-list-slide-right-enter{opacity:0;transform:translateX(100%)}.blog-list-slide-left-enter{opacity:0;transform:translateX(-100%)}.blog-list-slide-left-enter-active,.blog-list-slide-right-enter-active{opacity:1;transform:translateX(0);transition:all .5s ease-in-out}.blog-title-slide-right-enter{opacity:0;transform:translateY(100%)}.blog-title-slide-left-enter{opacity:0;transform:translateY(-100%)}.blog-title-slide-left-enter-active,.blog-title-slide-right-enter-active{opacity:1;transform:translateY(0);transition:all .5s ease-in-out}.breadcrumb{left:0;margin:0 auto;max-width:85.375rem!important;position:absolute;right:0;top:2.5rem}.cmp-breadcrumb .cmp-breadcrumb__list{display:flex;gap:.5rem}@media only screen and (max-width:1023px){.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:1}.cmp-breadcrumb .cmp-breadcrumb__item:after{color:#1d1d1d;content:url(clientlib-aashirvaad/resources/images/Arrow_Down.svg);font-family:icomoon;font-size:0;height:.875rem;position:absolute;right:.5rem;top:.3125rem;width:.875rem}.cmp-breadcrumb .cmp-breadcrumb__item:last-of-type{padding-right:.5rem}@media only screen and (max-width:1023px){.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:#da001c;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}.buy-now-marquee{background-color:#da001c;color:#fff6e3;font-size:large;font-weight:700;margin:10px 0;padding:5px 0;text-align:center}@media only screen and (max-width:1023px){.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 (min-width:1024px)and (max-width:1365px){.buy-now-card .product-card{max-width:50pc}}@media only screen and (max-width:1023px){.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 (min-width:1024px)and (max-width:1365px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.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:1023px){.buy-now-card .ecommerce-name{font-size:x-small}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-header{padding-left:7.0625rem;padding-right:7.0625rem}}@media only screen and (max-width:1023px){.cmp-header .cmp-navigation__item--level-0.cmp-header__nav-products.active.active{margin-left:-1.1875rem}}.cmp-header .cmp-navigation__item--level-1 .cmp-navigation__item-link{position:relative}@media only screen and (max-width:1023px){.cmp-header__hamburger{margin:0 1rem .25rem 2rem}.cmp-header__hamburger:before{padding:.125rem}.cmp-header__nav-links .cmp-navigation .cmp-header__nav-group{gap:1.8125rem;padding-left:.9375rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list{align-items:center;border-top:.0625rem solid #343434;display:flex;flex-direction:column;gap:2.25rem;margin-bottom:2rem;padding-left:0;padding-top:3rem;text-align:center}.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__policy{display:flex;flex-direction:column;gap:1rem;padding-left:0}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__policy-list a{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;text-decoration:none;text-transform:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media{display:flex;gap:2.0625rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media a{font-size:1.5rem;text-decoration:none;text-transform:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__social-media a:before{color:#343434}}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{padding:1.75rem 0}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item-link{padding:0}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{gap:.5rem;overflow-x:hidden;overflow-y:auto}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{height:calc(100% - 5rem);margin-left:9.3125rem}}@media only screen and (min-width:1366px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{height:calc(100% - 5rem);margin-left:9.875rem}}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{overflow-y:unset}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{padding-left:0}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{overflow-y:auto}}@media only screen and (min-width:1366px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu{overflow-y:auto}}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item-link{color:#343434;font-weight:700}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-header__category-menu{margin-bottom:0;margin-top:0;overflow-x:hidden}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-2{margin-left:3.1pc}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-2{margin-left:0}.cmp-header{gap:1.1875rem}.cmp-header .cmp-navigation .cmp-header__nav-group{padding-left:.9375rem}.cmp-header .cmp-header__mobile-list{align-items:center;text-align:center}}.cmp-header .cmp-header__social-media a:before{color:#343434}.cmp-header .cmp-navigation__group{justify-content:flex-start}.cmp-header .cmp-navigation__group .cmp-header__nav-products{cursor:pointer;margin:0}.cmp-header .cmp-navigation__group .cmp-header__nav-products.cmp-header__no-items{margin:0}.cmp-header .cmp-navigation__item--level-0>.cmp-navigation__item-link{color:#fff6e1;font-weight:700}@media only screen and (max-width:1023px){.cmp-header .cmp-navigation__item--level-0>.cmp-navigation__item-link{font-weight:700}}.cmp-header .cmp-navigation__item-link{font-weight:700}.cmp-header .cmp-header__product-items{height:570px;margin-left:-2.1875rem}@media only screen and (max-width:1023px){.cmp-header .cmp-header__product-items{margin-left:0}}.cmp-header .cmp-header__product-items .cmp-navigation__group.cmp-header__submenu{gap:.5rem}.cmp-header .cmp-header__category{margin:4.375rem 3.125rem 7.5rem 0}@media only screen and (max-width:1023px){.cmp-header .cmp-header__category{display:none}}.cmp-header .cmp-header__category .cmp-header__product-category-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#343434;display:-webkit-box;font-family:Libre Baskerville,sans-serif;font-size:1.25rem;font-weight:700;line-height:2rem;max-width:12.375rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;white-space:inherit}.cmp-header .cmp-header__category .cmp-categorylist--anchor{flex-direction:column;margin-top:1.5625rem;text-align:center}.cmp-header .cmp-header__category .cmp-categorylist--anchor:hover .cmp-categorylist__name{font-size:1.125rem;margin-top:1rem}.cmp-header .cmp-header__category .cmp-categorylist--anchor .cmp-categorylist__name{color:#382312;font-size:1rem;line-height:3.1875rem;margin-top:1.125rem}@media only screen and (max-width:1023px){.cmp-header .cmp-navigation__group .cmp-header__product-items{overflow-y:scroll;padding-left:1.925rem}.cmp-header .cmp-navigation__group .cmp-header__nav-products.mobile-icon-community>.cmp-navigation__item-link:before{font-size:.8125rem;margin-right:1.625rem}.cmp-header .cmp-navigation__group .cmp-header__nav-products.mobile-icon-our-story>.cmp-navigation__item-link:before{margin-right:1.75rem}}.cmp-header .cmp-categorylist .cmp-categorylist__image{max-height:14.375rem;max-width:14.375rem}@media only screen and (max-width:1023px){.cmp-header .cmp-navigation__item.active .cmp-navigation__group .cmp-header__submenu{display:none}}.fixed-position-body{position:fixed}.cmp-banner{margin:0 auto;max-width:85.375rem;position:relative}.cmp-banner img{aspect-ratio:1.7777777778;object-fit:cover}@media only screen and (max-width:1023px){.cmp-banner img{aspect-ratio:.5652173913;width:100%}}.cmp-banner .cmp-banner__sub-title,.cmp-banner .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-banner .cmp-banner__sub-title,.cmp-banner .cmp-banner__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin:0 auto;overflow:hidden}}.cmp-banner .cmp-banner__title{color:#fff6e3}.cmp-banner .cmp-banner__sub-title{color:#fff}.cmp-strip-banner .cmp-banner{height:unset}.cmp-strip-banner .cmp-banner img{aspect-ratio:unset;height:200px;width:100%}.main-banner{margin:0 auto;max-width:85.375rem}.cmp-banner{background-position:50%;background-size:cover;height:40rem}@media only screen and (max-width:1023px){.cmp-banner{height:43.5rem}}.cmp-banner .cmp-video{height:40rem}@media only screen and (max-width:1023px){.cmp-banner .cmp-video{height:43.5rem}}.cmp-banner--logo .cmp-banner__logo{padding:0 7.0625rem}@media only screen and (max-width:1023px){.cmp-banner--logo .cmp-banner__logo{padding:0 1rem}}.cmp-banner--logo .cmp-banner__image{display:none}.cmp-banner--logo .cmp-banner__item-logo{padding-left:13.1875rem;padding-top:9.875rem}@media only screen and (max-width:1023px){.cmp-banner--logo .cmp-banner__item-logo{display:flex;justify-content:center;padding-left:0;padding-top:2.25rem}}.cmp-banner--logo .cmp-banner__item-logo img{height:6.8125rem;position:relative;width:21.25rem}.cmp-banner--logo .cmp-banner__item-logo img.no-logo{visibility:hidden}@media only screen and (max-width:1023px){.cmp-banner--logo .cmp-banner__item-logo img{height:4rem;width:12.5rem}}.cmp-banner--logo .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-size:2.5rem;line-height:3.5rem;max-width:46.5625rem;overflow:hidden;padding-left:13.1875rem;padding-top:1.75rem;text-align:left}@media only screen and (max-width:1023px){.cmp-banner--logo .cmp-banner__title{font-size:1.5rem;line-height:1.8125rem;padding:22.1875rem 1rem 0;text-align:center}}.cmp-banner--logo .cmp-banner__sub-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;line-height:1.625rem;max-width:44.375rem;overflow:hidden;padding-left:13.1875rem;padding-top:2.1875rem;text-align:left}@media only screen and (max-width:1023px){.cmp-banner--logo .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:.875rem;line-height:1.5rem;overflow:hidden;padding:.75rem 1rem 0;text-align:center}}.cmp-banner--logo .button{padding-left:13.1875rem;padding-top:1.875rem;position:relative}@media only screen and (max-width:1023px){.cmp-banner--logo .button{display:flex;justify-content:center;margin-top:.75rem;padding:0 1rem}}.aashirvaad-pink-salt .cmp-banner{aspect-ratio:1366/555;height:unset!important}@media only screen and (max-width:767px){.aashirvaad-pink-salt .cmp-banner{aspect-ratio:390/585}}.aashirvaad-pink-salt .cmp-banner .cmp-banner__image{aspect-ratio:1366/555;height:100%}@media only screen and (max-width:767px){.aashirvaad-pink-salt .cmp-banner .cmp-banner__image{aspect-ratio:390/585}}.aashirvaad-pink-salt .buy-now-card{padding:0 113px}@media only screen and (max-width:1023px){.aashirvaad-pink-salt .buy-now-card{padding:unset}}@media only screen and (min-width:1024px)and (max-width:1365px){.aashirvaad-pink-salt .buy-now-card .product-card{max-width:unset!important}}.cmp-banner--cta-left-aligned .button{bottom:34%;left:12.0625rem;position:absolute}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .button{bottom:5.125rem;display:flex;justify-content:center;left:0;position:absolute;width:100%}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-banner--cta-left-aligned .button{bottom:15%;left:7.0625rem;position:absolute}}.cmp-banner--cta-left-aligned .cmp-banner__sub-title,.cmp-banner--cta-left-aligned .cmp-banner__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-width:32rem;overflow:hidden;text-align:left}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title,.cmp-banner--cta-left-aligned .cmp-banner__title{max-width:none;text-align:center}}.cmp-banner--cta-left-aligned .cmp-banner__title{font-size:2.5rem;left:12.0625rem;position:absolute;top:34%}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__title{font-size:1.5rem;left:3.75rem;position:absolute;right:3.75rem;top:27.25rem}}.cmp-banner--cta-left-aligned .cmp-banner__sub-title{bottom:46%;left:12.0625rem;position:absolute}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;bottom:9.6875rem;display:-webkit-box;font-size:.875rem;left:5.3125rem;overflow:hidden;position:absolute;right:5.3125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title{bottom:31%;left:7.0625rem;position:absolute}}.cmp-banner--cta-left-aligned:has(.video) .button,.cmp-banner--cta-left-aligned:has(.video) .cmp-banner__sub-title,.cmp-banner--cta-left-aligned:has(.video) .cmp-banner__title{display:none}@media only screen and (max-width:1023px){.banner.cmp-banner--product-benefits .cmp-banner{height:36.875rem}}.cmp-banner--product-benefits .cmp-banner__product-benefits{left:10.0625rem;position:absolute;top:0}@media only screen and (max-width:1023px){.cmp-banner--product-benefits .cmp-banner__product-benefits{left:0}}.cmp-banner--product-benefits .cmp-banner__image{height:40rem;width:85.375rem}@media only screen and (max-width:1023px){.cmp-banner--product-benefits .cmp-banner__image{height:36.875rem;width:100%}}.cmp-banner--product-benefits .cmp-banner__main-content{padding:7.9375rem 0 0 2rem}@media only screen and (max-width:1023px){.cmp-banner--product-benefits .cmp-banner__main-content{padding:2rem 2rem 0}}.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__content-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;border-bottom:.125rem solid #e11936;color:#000;display:-webkit-box;font-family:Libre Baskerville,sans-serif;font-size:2rem;font-weight:800;line-height:2.5rem;overflow:hidden;padding-bottom:.25rem}@media only screen and (max-width:1023px){.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__content-title{font-size:1.5rem;line-height:1.8125rem;padding-bottom:.75rem}}.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item{color:#343434;font-family:Poppins,sans-serif;padding-left:1.875rem;padding-top:1.5rem;position:relative}.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e11936;content:"";font-family:icomoon!important;font-size:1.3125rem;font-style:normal;font-variant:normal;font-weight:400;font-weight:600;left:0;line-height:1;position:absolute;text-transform:none;top:1.875rem}@media only screen and (max-width:1023px){.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item:before{top:1.25rem}.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item{padding-top:.75rem}}.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.25rem;font-weight:700;line-height:1.75rem;max-width:27.0625rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item-title{font-size:1.125rem}}.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item-description{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1.25rem;line-height:1.75rem;max-width:27.0625rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-banner--product-benefits .cmp-banner__main-content .cmp-banner__item-description{font-size:1.125rem}}.cmp-banner--multi-title .cmp-banner__image{display:none}.cmp-banner--multi-title .cmp-banner__content{left:13.1875rem;margin:0 auto;max-width:46.5625rem;position:absolute;top:13.75rem}@media only screen and (max-width:1023px){.cmp-banner--multi-title .cmp-banner__content{left:0;max-width:none;right:0;top:28rem}}.cmp-banner--multi-title .cmp-banner__item-mainTitle,.cmp-banner--multi-title .cmp-banner__sub-title,.cmp-banner--multi-title .cmp-banner__title{color:#fff6e3;text-align:left}@media only screen and (max-width:1023px){.cmp-banner--multi-title .cmp-banner__item-mainTitle,.cmp-banner--multi-title .cmp-banner__sub-title,.cmp-banner--multi-title .cmp-banner__title{text-align:center}}.cmp-banner--multi-title .cmp-banner__item-mainTitle{font-family:Libre Baskerville,sans-serif;font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-banner--multi-title .cmp-banner__item-mainTitle{padding:0 1rem}}.cmp-banner--multi-title .cmp-banner__title{font-family:Libre Baskerville,sans-serif;font-size:2.25rem;margin-top:.25rem}@media only screen and (max-width:1023px){.cmp-banner--multi-title .cmp-banner__title{font-size:2rem;margin-top:.75rem;padding:0 1rem}}.cmp-banner--multi-title .cmp-banner__sub-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;line-height:1.625rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-banner--multi-title .cmp-banner__sub-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:.875rem;margin-top:.75rem;overflow:hidden;padding:0 1rem}}.cmp-banner--multi-title .button{margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-banner--multi-title .button{display:flex;justify-content:center;margin-top:.75rem;padding:0 1rem}}.cmp-banner--multi-title:has(.video) .button,.cmp-banner--multi-title:has(.video) .cmp-banner__sub-title,.cmp-banner--multi-title:has(.video) .cmp-banner__title{display:none}.cmp-banner--title-desc-bottom .cmp-banner__title{bottom:6.5rem;color:#fff6e3;font-size:2rem;left:0;margin:0 auto;position:absolute;right:0}@media only screen and (max-width:1023px){.cmp-banner--title-desc-bottom .cmp-banner__title{bottom:12.5rem;font-size:1.5rem;padding:0 2rem}}.cmp-banner--title-desc-bottom .cmp-banner__sub-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;bottom:3.125rem;color:#fff6e3;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;left:0;margin:0 auto;max-width:29.1875rem;overflow:hidden;position:absolute;right:0}@media only screen and (max-width:1023px){.cmp-banner--title-desc-bottom .cmp-banner__sub-title{bottom:9rem;font-size:.875rem;padding:0 2rem}}.cmp-banner--title-desc-bottom:has(.video) .cmp-banner__sub-title,.cmp-banner--title-desc-bottom:has(.video) .cmp-banner__title{z-index:1}.cmp-banner--author .cmp-banner__author,.cmp-banner--author .cmp-banner__sub-title,.cmp-banner--author .cmp-banner__title{color:#fff6e3;margin:0 auto;max-width:46.5625rem;position:absolute;text-align:left;z-index:1}@media only screen and (max-width:1023px){.cmp-banner--author .cmp-banner__author,.cmp-banner--author .cmp-banner__sub-title,.cmp-banner--author .cmp-banner__title{max-width:none;text-align:center}}.cmp-banner--author .cmp-banner__title{font-size:2rem;left:13.1875rem;line-height:2.5rem;top:13.75rem}@media only screen and (max-width:1023px){.cmp-banner--author .cmp-banner__title{bottom:14.25rem;font-size:1.5rem;left:0;padding:0 1rem;right:0;top:auto}}.cmp-banner--author .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;left:13.1875rem;line-height:1.625rem;max-width:28.125rem;overflow:hidden;top:16.75rem}@media only screen and (max-width:1023px){.cmp-banner--author .cmp-banner__sub-title{bottom:9.25rem;font-size:.875rem;left:0;padding:0 1rem;right:0;top:auto}}.cmp-banner--author .cmp-banner__author{display:flex;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;gap:.3125rem;left:13.1875rem;line-height:1.625rem;top:20.5rem}@media only screen and (max-width:1023px){.cmp-banner--author .cmp-banner__author{bottom:7.375rem;justify-content:center;left:0;padding:0 1rem;right:0;top:auto}}.cmp-banner--author .cmp-banner__author .cmp-banner__item-highlight{color:#fff6e3;cursor:pointer;font-weight:700;text-decoration:none}.cmp-banner--author .button{left:13.1875rem;max-width:46.5625rem;position:absolute;top:23.125rem}@media only screen and (max-width:1023px){.cmp-banner--author .button{bottom:4rem;display:flex;justify-content:center;left:0;padding:0 1rem;right:0;top:auto}}.cmp-banner--author:has(.cmp-video__pause-button) .button,.cmp-banner--author:has(.cmp-video__pause-button) .cmp-banner__author,.cmp-banner--author:has(.cmp-video__pause-button) .cmp-banner__sub-title,.cmp-banner--author:has(.cmp-video__pause-button) .cmp-banner__title{display:none}.cmp-banner--author:has(.cmp-video__play-button) .button,.cmp-banner--author:has(.cmp-video__play-button) .cmp-banner__sub-title,.cmp-banner--author:has(.cmp-video__play-button) .cmp-banner__title{display:block}.cmp-banner--author:has(.cmp-video__play-button) .cmp-banner__author{display:flex}.cmp-banner--author:has(.video) .cmp-video__progress-bar{bottom:20%;position:absolute}.cmp-banner--title-button .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;bottom:10.5rem;color:#fff6e3;display:-webkit-box;font-family:Libre Baskerville,sans-serif;font-size:2rem;left:2.5rem;overflow:hidden;position:absolute;right:2.5rem}@media only screen and (max-width:1023px){.cmp-banner--title-button .cmp-banner__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;bottom:9.0625rem;display:-webkit-box;font-size:1.5rem;overflow:hidden}}.cmp-banner--title-button .cmp-button--primary{bottom:4.875rem;left:50%;position:absolute;transform:translate(-50%,-50%)}@media only screen and (max-width:1023px){.cmp-banner--title-button .cmp-button--primary{bottom:.4375rem}}.cmp-banner--title-button:has(.video) .cmp-banner__title{z-index:1}.cmp-banner--title-button:has(.cmp-video__pause-button) .button,.cmp-banner--title-button:has(.cmp-video__pause-button) .cmp-banner__title{display:none}.cmp-banner--title-button:has(.cmp-video__play-button) .button,.cmp-banner--title-button:has(.cmp-video__play-button) .cmp-banner__title{display:block}.cmp-card--foot-print{border-radius:1rem;height:100%;width:100%}.cmp-card--foot-print .cmp-card__content{display:flex;flex-direction:column}.cmp-card--foot-print .cmp-card__content .cmp-card__info{color:#343434;font-family:Libre Baskerville,sans-serif;font-weight:700;padding:2rem 2.5rem}.cmp-card--foot-print .cmp-card__content .cmp-card__info .cmp-card__title{font-size:1.5rem}.cmp-card--foot-print .cmp-card__content .cmp-card__info .cmp-card__sub-title{color:#343434;font-size:1.125rem;margin-top:.5rem}.cmp-card--foot-print .cmp-card__content .cmp-card__info .cmp-card__desc{font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;margin-top:1.5rem}.cmp-card--foot-print-highlighted{width:43.875rem}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__media .cmp-card__image img{aspect-ratio:16/9}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__media .cmp-card__image video{height:19.75rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__media .cmp-card__image video{height:12.5625rem}}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info{padding:3.125rem 2.5rem 2.25rem 6rem}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info .cmp-card__title{font-size:2rem}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info .cmp-card__sub-title{font-size:1.5rem;margin-top:.5rem}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info .cmp-card__desc{font-size:1rem;margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-card--foot-print-highlighted{width:100%}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info{margin:1.125rem 1.25rem 1.25rem;padding:0}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info .cmp-card__title{font-size:1.5rem}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info .cmp-card__sub-title{font-size:1.125rem}.cmp-card--foot-print-highlighted .cmp-card__content .cmp-card__info .cmp-card__desc{font-size:.875rem;margin-top:.75rem}}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__title .cmp-card__link{color:#382312;font-size:.09375remrem}.cmp-card--history .cmp-card__content .cmp-card__info .cmp-card__sub-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-weight:500;margin-top:1rem;overflow:hidden}.cmp-carousel .cmp-carousel__container{padding:0 3rem}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__container{padding:0}}.cmp-carousel .cmp-carousel__container .slick-prev:before{content:"";display:inline-block;-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotate(180deg)}.cmp-carousel .cmp-carousel__container .slick-next.slick-disabled:before,.cmp-carousel .cmp-carousel__container .slick-next:before,.cmp-carousel .cmp-carousel__container .slick-prev.slick-disabled:before{content:""}.cmp-carousel .cmp-carousel__container .slick-prev{left:0}.cmp-carousel .cmp-carousel__container .slick-next{right:0}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__container .slick-next,.cmp-carousel .cmp-carousel__container .slick-prev{display:none!important}}.cmp-carousel .cmp-carousel__container .slick-next,.cmp-carousel .cmp-carousel__container .slick-prev{font-size:0;opacity:1}.cmp-carousel .cmp-carousel__container .slick-next:focus,.cmp-carousel .cmp-carousel__container .slick-next:hover,.cmp-carousel .cmp-carousel__container .slick-prev:focus,.cmp-carousel .cmp-carousel__container .slick-prev:hover{background:#831122}.cmp-carousel .cmp-carousel__container .slick-next:before,.cmp-carousel .cmp-carousel__container .slick-prev:before{opacity:1}.cmp-carousel .cmp-carousel__container .slick-next.slick-disabled,.cmp-carousel .cmp-carousel__container .slick-prev.slick-disabled{background:rgba(218,0,28,.3)}.cmp-carousel .cmp-carousel__container .slick-dots{height:1.5rem;margin-top:2.375rem;min-height:auto;padding:0;position:static;transform:translateX(0)}@media only screen and (max-width:1023px){.cmp-carousel .cmp-carousel__container .slick-dots{margin-top:.875rem}}.cmp-carousel .cmp-carousel__container .slick-dots-container{margin:0 auto;position:static}.cmp-carousel--reveal-next-item .slick-list{padding:0 3.5rem 0 0!important}.cmp-carousel[data-item-count-per-slide="2"] .cmp-carousel__container,.cmp-carousel[data-item-count-per-slide="3"] .cmp-carousel__container{padding:0 3rem}.main-banner .cmp-carousel__container{padding:0}.main-banner .cmp-carousel__container .slick-prev{left:7.0625rem}.main-banner .cmp-carousel__container .slick-next{right:7.0625rem}.main-banner .cmp-carousel__container .slick-dots{margin-top:0;position:absolute;transform:translateX(-50%)}@media only screen and (max-width:1023px){.main-banner .cmp-carousel__container .slick-prev{left:0}.main-banner .cmp-carousel__container .slick-next{right:0}}.search{background:#da001c}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:.125rem solid #fff6e3;border-radius:50%;font-family:icomoon!important;font-size:1.125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding:.475rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-search .cmp-search__results{padding-top:1.0625rem}}.footer{background:#da001c}.cmp-footer{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem 2.875rem}@media only screen and (max-width:1023px){.cmp-footer{padding:2.5rem 1rem}}.cmp-footer .cmp-footer__top-content{display:flex;justify-content:space-between;margin:0;padding:0}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-logo{margin-bottom:0}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-logo{margin-bottom:2.5rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-logo .cmp-footer__logo{display:none}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-logo .cmp-footer__fssai_logo{display:flex;justify-content:center}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-logo .cmp-footer__fssai_logo .cmp-image__image{margin-top:1.25rem;width:12rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe{margin-left:1.25rem;max-width:23.125rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:0;max-width:100%}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text{align-items:end;display:flex;justify-content:space-between}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text{width:21.25rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text img{margin-right:.625rem;width:10.5625rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text img{width:8.25rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text h3{font-size:1.25rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__nav-text h3{font-size:1rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__error-message{color:#fff6e3;display:none;margin-top:.625rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__consent{color:#fff6e3;display:flex;margin:1rem 0;text-align:justify}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__consent--checkbox{height:1.25rem;margin-right:.625rem;width:1.25rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-footer__consent--link a{color:inherit}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-button{margin-top:0}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-input{width:100%}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-input__email .cmp-form-text__text{background-color:#da001c;border-color:#e2d7cc;border-style:solid;color:#fff6e3;width:100%}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe .cmp-input__email .cmp-form-text__text::placeholder{color:#fff6e3}.cmp-footer .cmp-footer__top-content .cmp-footer__nav{display:flex;justify-content:center;margin-left:1.25rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav{margin-left:0;margin-top:2.5rem}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{width:7.5rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link{font-weight:600}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link{font-size:.875rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item-link:hover,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item-link:hover{display:block;text-decoration:underline;transform:none!important}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left{padding-right:3.75rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left{padding-right:3rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group{padding:0}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right{border-left:.0625rem solid #fff6e3}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right{padding-left:3rem}}.cmp-footer__bottom-content{background-color:#8d0e20;max-width:unset}.cmp-footer__bottom-content .cmp-footer__container{margin:0 auto;max-width:85.375rem;padding:0 7.0625rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container{padding-bottom:1.5rem;padding-left:1rem;padding-right:1rem}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{align-items:center;display:flex;gap:1.75rem;justify-content:space-between}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media{align-items:center;display:flex;justify-content:center}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class*=" icon-"],.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media [class^=icon-]{color:#fff}.teaser-container-top-space{padding-top:4rem}@media only screen and (max-width:1023px){.teaser-container-top-space{padding-top:0}}.teaser-container-bottom-space{padding-bottom:4rem}@media only screen and (max-width:1023px){.teaser-container-bottom-space{padding-bottom:0}}.teaser{margin:0 auto;max-width:85.375rem;padding-left:7.0625rem;padding-right:7.0625rem}@media only screen and (max-width:1023px){.teaser{max-width:24.375rem;padding-left:0;padding-right:0}}.teaser.placement-in-between{padding-bottom:4rem;padding-top:4rem}@media only screen and (max-width:1023px){.teaser.placement-in-between{padding-bottom:0;padding-top:0}}.cmp-teaser{align-items:center;height:19.5rem;max-width:100%}@media only screen and (max-width:1023px){.cmp-teaser{flex-direction:row}}.cmp-teaser .video,.cmp-teaser__image{display:none}.cmp-teaser-community{border-radius:1rem;margin:0 auto;text-align:center}@media only screen and (max-width:1023px){.cmp-teaser-community{max-width:24.375rem}}.cmp-teaser-community .title{padding-bottom:1.5rem;padding-top:2.4375rem}@media only screen and (max-width:1023px){.cmp-teaser-community .title{padding-bottom:.75rem;padding-top:3.0625rem}}.cmp-teaser-community .title .cmp-title__text{color:#343434}.cmp-teaser-community .text{padding-bottom:2.375rem}@media only screen and (max-width:1023px){.cmp-teaser-community .text{padding-bottom:3.0625rem}}.cmp-teaser-community .text .cmp-text{color:#343434}.cmp-teaser--first-half-left-aligned .cmp-teaser{align-items:center;border-radius:1.25rem;padding:3.6875rem 2.5rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser{border-radius:0;gap:2rem;height:auto;padding:2.5rem 2rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:40%}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:auto}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:2rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;max-width:12.75rem}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;max-width:12.75rem;overflow:hidden}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{justify-content:flex-start;margin-top:.75rem;position:static;width:100%}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{font-size:1rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__image,.cmp-teaser--first-half-left-aligned .cmp-teaser .video{display:none}@media only screen and (max-width:1023px){.cmp-teaser--portrait .cmp-teaser{align-items:flex-start;height:35rem;padding:2rem}.cmp-teaser--portrait .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;max-width:100%}.cmp-teaser--portrait .cmp-teaser .cmp-teaser__content .cmp-teaser__description{max-width:100%}.cmp-teaser--portrait .cmp-teaser .cmp-teaser__content{flex-basis:auto;text-align:center}.cmp-teaser--portrait .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{justify-content:center;margin:.75rem auto 0}}.cmp-teaser--dark .cmp-teaser .cmp-teaser__content .cmp-teaser__description,.cmp-teaser--dark .cmp-teaser .cmp-teaser__content .cmp-teaser__title{color:#343434}@media only screen and (max-width:1023px){.cmp-teaser--dark .cmp-teaser .cmp-teaser__content .cmp-teaser__description p:not(:first-child){margin-top:.75rem}}.cmp-teaser--dark .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{justify-content:flex-start}.cmp-teaser--dark .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{background:#da001c;color:#fff6e3}.cmp-teaser--dark .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button:hover{background:#8d0e20}.cmp-teaser--first-half-center-aligned .cmp-teaser{border-radius:1.25rem;padding:4.5625rem 2.5rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-center-aligned .cmp-teaser{align-items:flex-start;border-radius:0;height:18.125rem;justify-content:center;padding:4.75rem 2rem}}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content{flex-basis:40%;text-align:center}@media only screen and (max-width:1023px){.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content{flex-basis:auto}}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__image{margin:0 auto}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-size:2rem;line-height:3rem;margin:0 auto;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;line-height:2.125rem;margin-top:0}}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.75rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{font-size:.875rem;line-height:1.625rem;margin-top:.5625rem}}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser--dark{color:#343434}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:.75rem}}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{font-size:1rem;margin:0 auto}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__image{display:block;left:22%;position:absolute;top:2.5rem;transform:translate(-50%)}@media only screen and (max-width:1023px){.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__image{left:50%;top:5rem}}.cmp-teaser--first-half-center-aligned .cmp-teaser .cmp-teaser__image img{height:4.5rem;max-width:unset;width:17.8125rem}.cmp-teaser--first-half-center-aligned .cmp-teaser .video{display:none}@media only screen and (max-width:1023px){.cmp-teaser--first-half-center-aligned .cmp-teaser--portrait{height:18.125rem;padding:5rem 2rem}}.cmp-teaser--dark .cmp-teaser .cmp-teaser__description p{color:#343434}.cmp-teaser--image .cmp-teaser .cmp-teaser__content{margin-top:3.75rem}@media only screen and (max-width:1023px){.cmp-teaser--image .cmp-teaser .cmp-teaser__content{margin-top:5rem}}.cmp-teaser--image .cmp-teaser .cmp-teaser__content .cmp-teaser__title{display:none}.cmp-teaser--image .cmp-teaser .cmp-teaser__content .cmp-teaser__description{font-weight:500}.cmp-teaser--second-half-left-aligned .cmp-teaser{align-items:center;border-radius:1.25rem;justify-content:flex-end;max-width:59.25rem;padding:3.25rem 2.5rem}@media only screen and (max-width:1023px){.cmp-teaser--second-half-left-aligned .cmp-teaser{border-radius:0;padding:2rem}}.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:50%}@media only screen and (max-width:1023px){.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:auto;text-align:center}}.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-size:1.5rem;line-height:2rem;margin-top:0;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.125rem;line-height:2.5rem;margin-top:0}}.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.75rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-size:.875rem;line-height:1.625rem;margin-top:.75rem;overflow:hidden}}.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:.75rem}.cmp-teaser--second-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{font-size:1rem;margin:0 auto}}.cmp-teaser--second-half-center-aligned .cmp-teaser{align-items:center;background-size:cover;border-radius:1.25rem;justify-content:flex-end;padding:3.0625rem 2.5rem}@media only screen and (max-width:1023px){.cmp-teaser--second-half-center-aligned .cmp-teaser{background-position:50%;background-repeat:no-repeat;border-radius:0;flex-direction:column;height:35rem;padding:1.629375rem 2rem}}.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content{flex-basis:40%;text-align:center}@media only screen and (max-width:1023px){.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content{flex-basis:auto}}.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-size:1.5rem;line-height:2rem;margin-top:0;overflow:hidden;padding:0 6.25rem}@media only screen and (max-width:1023px){.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.5rem;line-height:2.5rem;margin-top:0;padding:0}}.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.75rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;line-height:1.625rem;margin-top:.75rem;overflow:hidden}}.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:1rem}}.cmp-teaser--second-half-center-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{font-size:1rem;margin:0 auto}.cmp-teaser--cta .cmp-teaser{border-radius:1.25rem}@media only screen and (max-width:1023px){.cmp-teaser--cta .cmp-teaser{border-radius:0;height:35rem}}.cmp-teaser--cta .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{bottom:3.75rem;position:absolute;right:15.6875rem}@media only screen and (max-width:1023px){.cmp-teaser--cta .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{bottom:1.75rem;font-size:1rem;left:50%;transform:translate(-50%);width:max-content}}.cmp-history .cmp-history__title{font-size:2rem;padding:2.75rem 3.125rem;text-align:left}@media only screen and (max-width:1023px){.cmp-history .cmp-history__title{font-size:1.5rem;padding:.5rem 0 2rem;text-align:center}}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container{max-height:25.625rem;overflow-y:auto}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container::-webkit-scrollbar{display:none}.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:after,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__bitten-effect:before,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:after,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper .cmp-history__connectline:before,.cmp-history .cmp-history__container .cmp-history__timeline .cmp-history__timeline-container .select .cmp-history__timeline-imgwrapper:after{display:none}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__back:before{content:"";font-family:icomoon;rotate:180deg;transform:translateY(3%)}.cmp-history .cmp-history__container .cmp-history__card .cmp-history__card-component .cmp-history__next:before{content:"";font-family:icomoon}.cmp-teaser-contest .cmp-teaser-contest__title{color:#343434;font-family:Libre Baskerville,sans-serif;font-size:2rem;font-weight:700;text-align:center}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__title{font-size:1.5rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper{display:flex;justify-content:center}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item{border-radius:1rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{justify-content:flex-start}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper{padding-right:1.25rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar{font-size:medium;margin-top:.125rem;padding-right:.5rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__icon-calendar:before{font-size:1.875rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__date{color:#343434;font-family:Poppins,sans-serif;font-weight:500}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__date-wrapper .cmp-teaser-contest__date{font-size:1rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper{border-left:.0625rem solid #343434;padding-left:1.125rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-text{line-height:1.3125rem;text-transform:uppercase}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info .cmp-teaser-contest__status-wrapper .cmp-teaser-contest__status-indicator{box-shadow:none;height:.5rem;width:.5rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__description-text{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;margin-top:1.5rem}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__description-text .cmp-teaser-contest__highlighted-text{color:#343434;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{margin-top:0;text-align:left}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .button{margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .button{justify-content:flex-start}}.cmp-teaser-contest .carousel .cmp-teaser-contest__carousel-item{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:1023px){.cmp-teaser-contest .carousel .cmp-teaser-contest__carousel-item{margin-left:0;margin-right:0}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper.own-stage .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{margin-top:0}@media only screen and (max-width:1023px){.cmp-teaser-contest .cmp-teaser-contest__item-wrapper.own-stage .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__info{margin-top:0}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper.own-stage .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{margin-top:1rem}.cmp-recipe-direction{padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-recipe-direction{padding:2rem 1rem}.cmp-recipe-direction .cmp-recipe-direction__title{text-align:center}}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{font-size:2rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{font-size:1.5rem}}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{font-weight:500}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps{margin-bottom:.375rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section img{height:13.6875rem;width:18.1875rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__img-section img{height:6.75rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-count{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__steps-wrapper .cmp-recipe-direction__step-count{font-size:1.125rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper input{display:none}.cmp-recipe-direction .cmp-recipe-direction__steps .cmp-recipe-direction__img .cmp-recipe-direction__checkbox .checkbox-wrapper__select{height:1.375rem;left:0;transform:translate(-50%);width:1.375rem}.cmp-accordion .cmp-accordion__item:last-child{margin-bottom:4rem}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__item:last-child{margin-bottom:1.0625rem}}.cmp-accordion .cmp-text>p{line-height:1.875rem}@media only screen and (max-width:1023px){.cmp-accordion .cmp-text>p{line-height:1.5rem}}.cmp-accordion .cmp-accordion__button .cmp-accordion__icon:after{color:#da001c}@media only screen and (max-width:1023px){.cmp-accordion--large .cmp-accordion__panel--expanded{padding:1rem 0 1.375rem}}.cmp-accordion--medium .cmp-accordion__panel--expanded{padding-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-accordion--medium .cmp-accordion__panel--expanded{padding:.75rem 0 1rem}}.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__button{border-bottom:.125rem solid #543e2e}.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__button--expanded{border-bottom:0}.cmp-accordion--medium .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:.125rem solid #543e2e}.cmp-accordion--small .cmp-accordion__panel--expanded{padding-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-accordion--small .cmp-accordion__panel--expanded{padding:.75rem 0 1rem}}.cmp-accordion--small .cmp-accordion__item:last-child .cmp-accordion__button{border-bottom:.125rem solid #543e2e}.cmp-accordion--small .cmp-accordion__item:last-child .cmp-accordion__button--expanded{border-bottom:0}.cmp-accordion--small .cmp-accordion__item:last-child .cmp-accordion__panel--expanded{border-bottom:.125rem solid #543e2e}.cmp-social__title-container .cmp-text>p,.cmp-social__title-container .cmp-title__text{text-align:center}.cmp-social__title-container .cmp-text>p{font-size:1rem;line-height:1.625rem}@media only screen and (max-width:1023px){.cmp-social__title-container .cmp-text>p{font-size:.875rem}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(odd) img{height:13.9375rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(odd) img{height:11.3125rem;width:11.25rem}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(2n) img{height:20rem;margin-top:1.125rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(2n) img{height:16.375rem;margin-top:.0625rem;width:9.25rem}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(odd) img{height:20.1875rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(odd) img{height:16.25rem;margin-top:-5rem;width:9.1875rem}}.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(2n) img{height:13.875rem;margin-top:1.125rem;width:13.8125rem}@media only screen and (max-width:1023px){.cmp-social__card-container--anchor .cmp-social__card-column:nth-child(2n) a:nth-child(2n) img{height:11.3125rem;width:11.25rem}}.recipe-detail-container{margin:4rem auto;max-width:85.375rem}@media only screen and (max-width:1023px){.recipe-detail-container{margin-bottom:0;margin-top:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.recipe-detail-container{padding-left:7.0625rem;padding-right:7.0625rem}}@media only screen and (min-width:1366px){.recipe-detail-container{padding-left:7.0625rem;padding-right:7.0625rem}}.cmp-recipe-detail{display:flex;flex-direction:column;min-height:38.25rem;padding-left:0;padding-right:0}@media only screen and (max-width:1023px){.cmp-recipe-detail{min-height:auto;padding:2rem 1rem}}.cmp-recipe-detail .cmp-recipe-detail__header{margin-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__header{margin-bottom:.75rem}}.cmp-recipe-detail .cmp-recipe-detail__header .cmp-recipe-detail__title{color:#343434;font-size:2rem;line-height:2.75rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__header .cmp-recipe-detail__title{font-size:1.5rem;line-height:2.0625rem}}.cmp-recipe-detail .cmp-recipe-detail__header .cmp-recipe-detail__title .cmp-recipe-detail__author{font-family:Libre Baskerville,sans-serif;font-size:1rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__header .cmp-recipe-detail__title .cmp-recipe-detail__author{font-size:.875rem}}.cmp-recipe-detail .cmp-recipe-detail__content{border-bottom:.00625rem solid #343434;flex-grow:1;padding-bottom:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__content{min-height:auto;padding-bottom:5rem}}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__category{display:flex;justify-content:space-between;margin-bottom:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__category{margin-bottom:1.1875rem}}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__category .cmp-recipe-detail__meal-type{color:#da001c;display:flex;font-size:.875rem;font-weight:600;gap:1.5rem}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__category .cmp-recipe-detail__likes{position:relative}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__category .cmp-recipe-detail__likes:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#707070;content:"";font-family:icomoon!important;font-size:1.375rem;font-style:normal;font-variant:normal;font-weight:400;left:-2.0625rem;line-height:1;position:absolute;text-transform:none;top:50%;transform:translateY(-50%)}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__category .cmp-recipe-detail__likes-count{color:#343434;font-size:1rem;font-weight:500}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__description-content{color:#343434;font-size:.0625remrem;line-height:1.5rem;margin-bottom:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__description-content{font-size:.875rem;line-height:1.5rem;margin-bottom:1rem}}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section{align-items:center;display:flex;justify-content:center}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper{border-right:.00625rem solid #343434;color:#343434;font-size:1.25rem;font-weight:600;padding:.875rem 2.978125rem;text-align:center}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper{font-size:1rem;padding-left:1.8125rem;padding-right:1.8125rem}}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper:first-child{border-right:.00625rem solid #343434;padding-left:0}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper:last-child{border:0;padding-right:0}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper .cmp-recipe-detail__icons{align-items:center;display:flex;flex-direction:column}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper .cmp-recipe-detail__icons:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#707070;font-family:icomoon!important;font-size:2.25rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-bottom:1rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper .cmp-recipe-detail__icons:before{font-size:1.5rem;margin-bottom:.75rem}}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper .preparationtime:before{content:""}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper .difficultyLevel:before{content:""}.cmp-recipe-detail .cmp-recipe-detail__content .cmp-recipe-detail__icon-section .cmp-recipe-detail__icon-wrapper .servingsdetail:before{content:""}.cmp-recipe-detail .cmp-recipe-detail__footer{display:flex;justify-content:space-around;padding-bottom:2rem;padding-top:2rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__footer{padding-bottom:0;padding-top:1.5rem}}.cmp-recipe-detail .cmp-recipe-detail__footer .cmp-recipe-detail__save-wrapper{align-items:center;cursor:pointer;display:flex;font-size:1.125rem;gap:1.25rem}@media only screen and (max-width:1023px){.cmp-recipe-detail .cmp-recipe-detail__footer .cmp-recipe-detail__save-wrapper{flex-direction:column;font-size:1rem;gap:1rem}}.cmp-recipe-detail .cmp-recipe-detail__footer .cmp-recipe-detail__save-wrapper:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#da001c;font-family:icomoon!important;font-size:1.375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-recipe-detail .cmp-recipe-detail__footer .save:before{content:""}.cmp-recipe-detail .cmp-recipe-detail__footer .download:before{content:""}.cmp-recipe-detail .cmp-recipe-detail__footer .share:before{content:""}@media only screen and (max-width:1023px){.cmp-recipe-detail-teasercarousel-container .cmp-video--recipe-detail-video{display:block}}.cmp-share .cmp-share__content{background-color:#ffe3a5}.cmp-share .cmp-share__header .cmp-share__header-text{font-weight:700}.cmp-share .cmp-share__wp .cmp-share__linkedIn,.cmp-share .cmp-share__wp .cmp-share__mail{filter:invert(16%) sepia(77%) saturate(6567%) hue-rotate(346deg) brightness(82%) contrast(112%)!important}.cmp-share .cmp-share__forms .cmp-share__copy-input{background-color:#e2d7cc}@media only screen and (max-width:1023px){.cmp-share .cmp-share__forms .cmp-share__copy-input{width:100%}}.cmp-teaser--carousel-teaser .cmp-teaser{align-items:center;border-radius:1.25rem;height:31.4375rem;justify-content:flex-end;padding:3.25rem 2.5rem}@media only screen and (max-width:1023px){.cmp-teaser--carousel-teaser .cmp-teaser{height:15rem;margin:0 1rem;padding:2rem}}.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content{flex-basis:45%}@media only screen and (max-width:1023px){.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content{flex-basis:auto;text-align:center}}.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff6e3;display:-webkit-box;font-size:1.5rem;line-height:2rem;margin-top:0;overflow:hidden}@media only screen and (max-width:1023px){.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title{font-size:1.125rem;line-height:1.75rem;margin-top:0}}.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description{color:#fff6e3;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.75rem;margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description{font-size:.875rem;line-height:1.4375rem;margin-top:.75rem}}.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:1rem}.cmp-teaser--carousel-teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-button{font-size:1rem;margin:0 auto}}.cmp-ourcommunity-teasercarousel-container .cmp-container,.cmp-recipe-detail-teasercarousel-container .cmp-container{margin:0 auto;max-width:85.375rem;padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-ourcommunity-teasercarousel-container .cmp-container,.cmp-recipe-detail-teasercarousel-container .cmp-container{max-width:100%;padding:2rem 0}.cmp-ourcommunity-teasercarousel-container .cmp-container .video.cmp-video--recipe-detail-video,.cmp-recipe-detail-teasercarousel-container .cmp-container .video.cmp-video--recipe-detail-video{width:100%}}.cmp-ourcommunity-teasercarousel-container .cmp-text,.cmp-ourcommunity-teasercarousel-container .cmp-title,.cmp-recipe-detail-teasercarousel-container .cmp-text,.cmp-recipe-detail-teasercarousel-container .cmp-title{color:#343434;text-align:center}.cmp-ourcommunity-teasercarousel-container .cmp-text p,.cmp-ourcommunity-teasercarousel-container .cmp-title p,.cmp-recipe-detail-teasercarousel-container .cmp-text p,.cmp-recipe-detail-teasercarousel-container .cmp-title p{margin-top:1.25rem}@media only screen and (max-width:1023px){.cmp-ourcommunity-teasercarousel-container .cmp-text p,.cmp-ourcommunity-teasercarousel-container .cmp-title p,.cmp-recipe-detail-teasercarousel-container .cmp-text p,.cmp-recipe-detail-teasercarousel-container .cmp-title p{font-size:.875rem;margin-top:.75rem}}.cmp-ourcommunity-teasercarousel-container .cmp-video,.cmp-recipe-detail-teasercarousel-container .cmp-video{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-ourcommunity-teasercarousel-container .cmp-video,.cmp-recipe-detail-teasercarousel-container .cmp-video{margin-top:1.5rem}}.cmp-ourcommunity-teasercarousel-container .carousel,.cmp-recipe-detail-teasercarousel-container .carousel{margin-top:3rem}@media only screen and (max-width:1023px){.cmp-ourcommunity-teasercarousel-container .carousel,.cmp-recipe-detail-teasercarousel-container .carousel{margin-top:1.5rem}}.cmp-ourcommunity-teasercarousel-container .carousel .cmp-carousel__item,.cmp-recipe-detail-teasercarousel-container .carousel .cmp-carousel__item{margin-left:1rem;margin-right:1rem}@media only screen and (max-width:1023px){.cmp-ourcommunity-teasercarousel-container .carousel .cmp-carousel__item,.cmp-recipe-detail-teasercarousel-container .carousel .cmp-carousel__item{margin-left:0;margin-right:0}}.cmp-ourcommunity-teasercarousel-container .carousel .teaser,.cmp-recipe-detail-teasercarousel-container .carousel .teaser{max-width:100%;padding:0}@media only screen and (max-width:1023px){.cmp-recipe-detail-teasercarousel-container .cmp-container{padding-bottom:0}}.cmp-card--aashirvaad-bundles{border-radius:1rem;max-width:19.25rem;width:100%}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media{border-radius:1rem;overflow:hidden}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options{position:absolute;right:0;top:0;width:10.5625rem;z-index:1}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots{align-items:center;color:#382312;cursor:pointer;display:flex;font-size:1.625rem;justify-content:center;position:absolute;right:.625rem;top:1.375rem}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots:before{font-size:1.625rem}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content{background:#fdefd4;border-radius:.5rem;padding:.759375rem .84375rem 1.1875rem .71875rem;position:absolute;right:1.625rem;top:.6875rem;width:10rem}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close{cursor:pointer;text-align:right}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close:before{color:#382312}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem;margin-bottom:1.25rem}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child{margin-bottom:0}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a{color:#382312;font-family:Poppins,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before{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;margin-right:.75rem;text-transform:none}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before{content:""}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before{content:""}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before{content:""}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:0;height:14.4375rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image video{height:12.4375rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:0}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info{display:flex;flex-direction:column;min-height:16.25rem;padding:1.25rem 1rem 1.5rem 1.25rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info{min-height:15.625rem;padding:1rem .75rem 1.125rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__title{flex-grow:1}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__title h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;font-size:1.25rem;line-height:2rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__title h4{font-size:1.125rem;line-height:1.75rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__price{align-items:baseline;display:inline-flex;margin-top:0;min-height:2rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__price{min-height:1.75rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__price p{color:#da001c;font-family:Libre Baskerville,sans-serif;font-size:1.25rem;font-weight:700;line-height:2rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__price p{font-size:1.125rem;line-height:1.75rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__price .cmp-card__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;font-weight:700;line-height:1;text-transform:none}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__price .cmp-card__icon:before{color:#da001c;content:"₹";font-size:1.25rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__price .cmp-card__icon:before{font-size:1.25rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper{display:flex;margin-top:1rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper{margin-top:.875rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper .cmp-card__tag-item{align-items:center;border-right:.125rem solid #343434;column-gap:.625rem;display:inline-flex;justify-content:center;padding:0 1.25rem}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper .cmp-card__tag-item:first-child{padding-left:0}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper .cmp-card__tag-item:last-child{border-right:0;padding-right:0}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper .cmp-card__tag-item p{color:#343434;font-family:Libre Baskerville,sans-serif;font-size:1rem;font-weight:700;line-height:1.5rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper .cmp-card__tag-item p{font-size:.875rem}}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper .cmp-card__tag-item .cmp-card__icon{margin-top:-.125rem}.cmp-card--aashirvaad-bundles .cmp-card__content .cmp-card__info .cmp-card__tags-wrapper .cmp-card__tag-item .cmp-card__icon:before{color:#343434}.cmp-card--aashirvaad-bundles .cmp-card__footer{align-items:center;display:flex;justify-content:center;margin-top:2rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-bundles .cmp-card__footer{margin-top:1.5rem}}.cmp-card--aashirvaad-bundles .cmp-card__footer button{justify-content:center;padding:.8125rem 0;width:8.125rem}.cmp-card--aashirvaad-bundles .cmp-card__footer button .cmp-button__text{font-size:1.125rem}.cmp-card--aashirvaad-productStory{border-radius:0;max-width:19.25rem;width:100%}.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1.25rem;height:19.25rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image video{height:19.25rem}}.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1.25rem}.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__info{padding-left:0;padding-top:1.25rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__info{padding-left:0;padding-top:1.25rem}}.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__info .cmp-card__title h5{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700;height:auto;line-height:1.8125rem;margin-bottom:1rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__info .cmp-card__title h5{font-size:1.125rem;line-height:2.25rem;margin-bottom:.875rem}}.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__info .cmp-card__description p{color:#343434;font-family:Libre Baskerville,sans-serif;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;font-weight:400;line-height:1.5rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-productStory .cmp-card__content .cmp-card__info .cmp-card__description p{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5rem}}.cmp-card--aashirvaad-discussion{border-radius:1rem;max-width:19.25rem;width:100%}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media{position:relative}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image img{cursor:pointer}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:14.4375rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image video{height:14.4375rem}}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1rem}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__user-name{background:#ffe7ad;border-bottom-right-radius:.625rem;border-top-right-radius:.625rem;padding:.25rem .5625rem;position:absolute;top:1.25rem}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__media .cmp-card__user-name span{color:#382312;font-size:1rem;font-weight:600;text-transform:uppercase}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info{display:flex;flex-direction:column;padding:1.375rem 1rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info{padding:1.375rem 1rem}}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta{align-items:center;display:flex;justify-content:space-between}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta--right{display:inline-flex;gap:.75rem}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__tag-name span{color:#da001c;font-size:.875rem;font-weight:600;line-height:1.3125rem;text-transform:uppercase}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__user-count{align-items:center;display:flex;gap:.25rem;justify-content:center}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__user-count span{color:#343434;font-size:1rem;font-weight:400}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__user-count .cmp-card__icon:before{color:#666;font-size:1.1875rem}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__min-read span{color:#343434;font-size:1rem;font-weight:500;opacity:.6}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__hearts-wrapper{align-items:center;display:flex;gap:.5rem;justify-content:center}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__hearts-wrapper span{color:#343434;font-size:1rem;font-weight:400}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__discussion-meta .cmp-card__hearts-wrapper .cmp-card__icon:before{color:#666;font-size:1.625rem}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__title{color:#382312;cursor:pointer;margin-top:1rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__title{margin-top:.75rem}}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__description{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;margin-top:1rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__description{margin-top:.75rem}}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__description p{color:#343434;font-size:1rem;font-weight:500;line-height:1.5rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__description p{font-size:.875rem;line-height:1.5rem}}.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__last-updated{color:#343434;font-size:.875rem;font-style:italic;font-weight:500;line-height:1.625rem;margin-top:.5rem;opacity:.6}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-discussion .cmp-card__content .cmp-card__info .cmp-card__last-updated{font-size:.875rem;line-height:1.5rem;margin-top:.5rem}}.cmp-card--aashirvaad-recipe{border-radius:1rem;max-width:18.875rem;text-decoration:none!important;width:100%}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info{display:flex;flex-direction:column;min-height:9.375rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info{min-height:9.375rem;padding:1rem .75rem}}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__user-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#382312;display:-webkit-box;font-weight:600;margin-bottom:1rem;min-height:1.5rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__user-name{margin-bottom:.75rem}}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__tag{align-items:center}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper{border:0;padding:0}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes{color:#382312;line-height:1.625rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes .cmp-card__icon{margin-top:-.125rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__title{color:#343434;cursor:pointer;flex-grow:1;margin-top:1rem;min-height:4rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__title h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__info .cmp-card__title{margin-top:.75rem}}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media{padding:.5rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options{position:absolute;right:0;top:0;width:10.5625rem;z-index:1}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots{align-items:center;color:#382312;cursor:pointer;display:flex;font-size:1.625rem;justify-content:center;position:absolute;right:.625rem;top:1.375rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots:before{font-size:1.625rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content{background:#fdefd4;border-radius:.5rem;padding:.759375rem .84375rem 1.1875rem .71875rem;position:absolute;right:1.625rem;top:.6875rem;width:10rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close{cursor:pointer;text-align:right}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .close:before{color:#382312}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item{align-items:center;display:flex;gap:.6875rem;margin-bottom:1.25rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item:last-child{margin-bottom:0}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a{color:#382312;font-family:Poppins,sans-serif;line-height:1.75rem;text-decoration:none}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a:before{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;margin-right:.75rem;text-transform:none}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-share:before{content:""}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-download:before{content:""}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content .cta-content .action-item a.action-item-icon-save-for-later:before{content:""}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__image img{cursor:pointer}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__image video{height:18rem;max-width:18.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__media .cmp-card__image video{height:14.8125rem}}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__hearts-wrapper{align-items:center;display:flex;gap:.5rem;justify-content:center}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__hearts-wrapper p{color:#343434}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__hearts-wrapper.hidden{visibility:hidden}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer{align-items:center;border-top:.0625rem solid #707070;display:flex;margin-top:1rem;padding-top:1.125rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer{margin-top:1.125rem;padding-top:.9375rem}}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer>div{align-items:center;display:inline-flex;flex-basis:50%;justify-content:flex-start;padding:0 1rem}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer>div:first-child{padding-left:0}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer>div:last-child{border-left:.0625rem solid #707070;justify-content:flex-end;padding-right:0}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer>div{padding:0 .625rem}}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer>div p{color:#343434;margin-left:.625rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__recipe_footer>div p{margin-left:.625rem}}.cmp-card--aashirvaad-recipe .cmp-card__content .cmp-card__difficulty-level .cmp-card__icon{margin-top:.25rem}.cmp-card--aashirvaad-recipe .cmp-card__icon:before{color:#666;font-size:1.625rem}.cmp-card--aashirvaad-contips{border-radius:1rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-contips{border-radius:1rem}}.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:10.8125rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image video{height:12.5625rem}}.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1rem}.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__info{padding-left:1rem;padding-top:1.25rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__info{padding-left:1rem;padding-top:1rem}}.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__info .cmp-card__description p{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.8125rem}@media only screen and (max-width:1023px){.cmp-card--aashirvaad-contips .cmp-card__content .cmp-card__info .cmp-card__description p{font-size:1.125rem;line-height:1.375rem}}.cmp-card--fast-food{border-radius:1rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--fast-food{border-radius:1rem}}.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:10.8125rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image video{height:10.8125rem}}.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--fast-food .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1rem}.cmp-card--fast-food .cmp-card__content .cmp-card__info{padding:1.25rem 1rem}@media only screen and (max-width:1023px){.cmp-card--fast-food .cmp-card__content .cmp-card__info{padding-top:1rem 1rem 1rem 1rem}}.cmp-card--fast-food .cmp-card__content .cmp-card__info .cmp-card__title h5{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700;height:auto;line-height:1.8125rem}@media only screen and (max-width:1023px){.cmp-card--fast-food .cmp-card__content .cmp-card__info .cmp-card__title h5{font-size:1.125rem;line-height:1.5rem}}.cmp-card--fast-food .cmp-card__content .cmp-card__footer{align-items:center;display:flex;justify-content:space-between;margin-top:1.125rem}.cmp-card--fast-food .cmp-card__content .cmp-card__footer .cmp-card__hearts-wrapper{align-items:center;display:flex;gap:.5rem}.cmp-card--fast-food .cmp-card__content .cmp-card__footer .cmp-card__hearts-wrapper .cmp-card__icon:before{color:#666;font-size:1.625rem}.cmp-card--fast-food .cmp-card__content .cmp-card__footer .cmp-card__hearts-wrapper p,.cmp-card--fast-food .cmp-card__content .cmp-card__footer .cmp-card__user-name p{color:#343434;font-size:1rem;font-weight:500;line-height:1.625rem}@media only screen and (max-width:1023px){.cmp-card--fast-food .cmp-card__content .cmp-card__footer .cmp-card__hearts-wrapper p,.cmp-card--fast-food .cmp-card__content .cmp-card__footer .cmp-card__user-name p{font-size:.875rem;line-height:1.625rem}.cmp-card--fast-food .cmp-card__content .cmp-card__footer{margin-top:.875rem}}@media screen and (max-width:410px){.diwali-page .cmp-card__media{top:10px}}.diwali-page .cmp-cards{max-width:100%;padding:4rem 8.0625rem}@media only screen and (max-width:1023px){.diwali-page .cmp-cards{max-width:85.375rem;padding:2rem 1rem}}.diwali-page .cmp-cards .cmp-card__info{padding:1.5rem}.diwali-page .cmp-cards .cmp-card__info .cmp-card__title h5{color:#fff;font-family:OleoScript;font-size:1pc;font-style:italic;text-align:center}@media only screen and (max-width:1023px){.diwali-page .cmp-cards .cmp-card__info .cmp-card__title h5{height:50px}}.diwali-page .cmp-cards .slick-track{top:25px}@media only screen and (max-width:1023px){.diwali-page .cmp-cards .slick-track{top:52px}}.cmp-card--prizes{border-radius:1rem;max-width:18.75rem;width:100%}.cmp-card--prizes .cmp-card__content .cmp-card__media{position:relative}.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:16.375rem;max-width:18.75rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image video{height:16.75rem}}.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--prizes .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1rem}.cmp-card--prizes .cmp-card__content .cmp-card__media-text{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.cmp-card--prizes .cmp-card__content .cmp-card__media-text p{position:relative;text-align:center}.cmp-card--prizes .cmp-card__content .cmp-card__media-text p:first-child{color:#fff6e3;font-family:Libre Baskerville,sans-serif;font-size:1.25rem;font-weight:700;line-height:2rem;top:1.5rem}@media only screen and (max-width:1023px){.cmp-card--prizes .cmp-card__content .cmp-card__media-text p:first-child{font-size:1.125rem;line-height:2rem}}.cmp-card--prizes .cmp-card__content .cmp-card__media-text p:last-child{bottom:1.5rem;color:#fff6e3;font-size:1rem;font-weight:500;line-height:1.625rem;position:absolute;width:100%}@media only screen and (max-width:1023px){.cmp-card--prizes .cmp-card__content .cmp-card__media-text p:last-child{font-size:.875rem;line-height:1.625rem}}.cmp-card--social-hub{border-radius:1rem;max-width:19.25rem;width:100%}.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:10.8125rem;max-width:19.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image video{height:10.8125rem}}.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--social-hub .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:10.8125rem}.cmp-card--social-hub .cmp-card__content .cmp-card__info{display:flex;flex-direction:column;padding:1.375rem 1rem}@media only screen and (max-width:1023px){.cmp-card--social-hub .cmp-card__content .cmp-card__info{padding:1.375rem 1rem}}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__hub-meta{align-items:center;display:flex;height:1.4375rem;justify-content:space-between}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__hub-meta .cmp-card__last-updated p{color:#343434;font-size:.875rem;font-style:italic;font-weight:500;line-height:1.625rem;opacity:.6}@media only screen and (max-width:1023px){.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__hub-meta .cmp-card__last-updated p{font-size:.875rem;line-height:1.5rem}}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__hub-meta .cmp-card__user-count{align-items:center;display:flex;gap:.25rem;justify-content:center}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__hub-meta .cmp-card__user-count p{color:#343434;font-size:1rem;font-weight:400;line-height:2.0625rem}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__hub-meta .cmp-card__user-count .cmp-card__icon:before{color:#666;font-size:1.1875rem}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__title h5{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.25rem;font-weight:700;height:auto;line-height:1.5rem;margin:0;padding-bottom:1rem;padding-top:1.0625rem}@media only screen and (max-width:1023px){.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__title h5{font-size:1.125rem;line-height:1.125rem;padding-bottom:.75rem;padding-top:.8125rem}}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__footer{align-items:center;display:flex;justify-content:center}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__footer .button{margin-top:0!important}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__footer button span{color:#da001c;font-size:1rem;font-weight:600;line-height:1.625rem}.cmp-card--social-hub .cmp-card__content .cmp-card__info .cmp-card__footer button:hover span{color:inherit}.cmp-card--social-post{border-radius:1rem;max-width:21.875rem;width:100%}.cmp-card--social-post .cmp-card__content .cmp-card__media{height:20.375rem;margin:.8125rem auto 0;width:20.375rem}.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:20.375rem;max-width:20.375rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image video{height:20.9375rem}}.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--social-post .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1rem}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__media{height:20.9375rem;margin-top:.6875rem;width:20.9375rem}}.cmp-card--social-post .cmp-card__content .cmp-card__info{display:flex;flex-direction:column;padding:1.25rem 1rem}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__info{padding:1.125rem 1.0625rem}}.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__title h5{color:#343434;font-family:Libre Baskerville,sans-serif;font-size:1.25rem;font-weight:700;height:auto;line-height:1.25rem;margin:0;padding-bottom:0;padding-top:0}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__title h5{font-size:1.125rem;line-height:1.625rem;padding-bottom:0;padding-top:0}}.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__subtitle h5{color:#343434;font-family:Libre Baskerville,sans-serif;font-size:1.125rem;font-weight:700;height:auto;line-height:1.625rem;margin:0;padding-bottom:1rem;padding-top:1rem}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__subtitle h5{font-size:1rem;line-height:1.125rem;padding-bottom:.9375rem;padding-top:.5rem}}.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__description p{color:#343434;font-size:.875rem;font-weight:500;line-height:1.25rem}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__description p{font-size:.875rem;line-height:1.375rem}}.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__footer{align-items:center;display:flex;height:1.5rem;justify-content:space-between;margin-top:1.5rem}.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__footer .cmp-card__hearts-wrapper{align-items:center;color:#693b29;display:flex;gap:.5rem}.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__footer .cmp-card__hearts-wrapper p{font-size:1rem;font-weight:500;line-height:2.0625rem}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__footer .cmp-card__hearts-wrapper p{font-size:.875rem;line-height:1.25rem}}.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__footer .cmp-card__icon:before{color:#693b29;font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-card--social-post .cmp-card__content .cmp-card__info .cmp-card__footer{height:1.25rem;margin-top:.75rem}}.cmp-card--milestone{border-radius:1rem;max-width:19.25rem;width:100%}.cmp-card--milestone .cmp-card__content .cmp-card__media{height:17.75rem;margin:.6875rem auto 0;width:17.75rem}.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:17.75rem;max-width:17.75rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image video{height:17.75rem}}.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--milestone .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1rem}@media only screen and (max-width:1023px){.cmp-card--milestone .cmp-card__content .cmp-card__media{height:17.75rem;margin-top:.6875rem;width:17.75rem}}.cmp-card--milestone .cmp-card__content .cmp-card__info{display:flex;flex-direction:column;padding:1.25rem .75rem}@media only screen and (max-width:1023px){.cmp-card--milestone .cmp-card__content .cmp-card__info{padding:1rem .75rem}}.cmp-card--milestone .cmp-card__content .cmp-card__info .cmp-card__title h5{color:#343434;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;height:auto;line-height:1.25rem;margin:0;padding-bottom:0;padding-top:0}@media only screen and (max-width:1023px){.cmp-card--milestone .cmp-card__content .cmp-card__info .cmp-card__title h5{font-size:1.125rem;line-height:1.625rem;padding-bottom:0;padding-top:0}}.cmp-card--milestone .cmp-card__content .cmp-card__info .cmp-card__subtitle h5{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700;height:auto;line-height:2rem;margin:0;padding-bottom:1rem;padding-top:1rem}@media only screen and (max-width:1023px){.cmp-card--milestone .cmp-card__content .cmp-card__info .cmp-card__subtitle h5{font-size:1.125rem;line-height:1.5rem;padding-bottom:.75rem;padding-top:.75rem}}.cmp-card--milestone .cmp-card__content .cmp-card__info .cmp-card__description p{color:#343434;font-size:1rem;font-weight:500;line-height:1.5rem}@media only screen and (max-width:1023px){.cmp-card--milestone .cmp-card__content .cmp-card__info .cmp-card__description p{font-size:.875rem;line-height:1.5rem}}.cmp-card--contest-detail{border-radius:1rem;max-width:21.875rem;width:100%}.cmp-card--contest-detail .cmp-card__content .cmp-card__media{height:12.3125rem;margin:0 auto;width:21.875rem}.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image video{border-radius:1rem;height:12.3125rem;max-width:21.875rem;width:100%}@media only screen and (max-width:1023px){.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video,.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image img,.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image video{height:12.5625rem}}.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__iframe,.cmp-card--contest-detail .cmp-card__content .cmp-card__media .cmp-card__image .cmp-video__youtube-wrapper{border-radius:1rem}@media only screen and (max-width:1023px){.cmp-card--contest-detail .cmp-card__content .cmp-card__media{height:12.5625rem;margin-top:0;width:22.375rem}}.cmp-card--contest-detail .cmp-card__content .cmp-card__info{display:flex;flex-direction:column;padding:1.25rem .75rem}@media only screen and (max-width:1023px){.cmp-card--contest-detail .cmp-card__content .cmp-card__info{padding:1rem .75rem}}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta{align-items:center;display:grid;grid-template-columns:1fr 1fr;height:1.5625rem}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta .cmp-card__contest-start{color:#666}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta .cmp-card__contest-start p{color:#343434;font-size:1rem;font-weight:500;line-height:2.0625rem}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta .cmp-card__contest-start .cmp-card__icon{margin-top:-.125rem;position:relative}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta .cmp-card__contest-start .cmp-card__icon:before{color:#666;font-size:1.25rem;font-weight:700}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta .cmp-card__contest-tag{color:#666;text-transform:uppercase}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta .cmp-card__contest-tag p{color:#343434;font-size:.875rem;font-weight:600;line-height:1.3125rem}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta>div{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta>div:last-child{border-left:.0625rem solid #707070;justify-content:center;position:relative}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta>div:last-child p{align-items:center;display:flex;gap:.625rem;justify-content:center}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__contest-meta>div:last-child p:before{background-color:#382312;border-radius:.25rem;content:"";height:.5rem;width:.5rem}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__title h5{color:#382312;font-family:Libre Baskerville,sans-serif;font-size:1.5rem;font-weight:700;height:auto;line-height:2rem;margin:0;padding-bottom:1rem;padding-top:1.5rem}@media only screen and (max-width:1023px){.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__title h5{font-size:1.125rem;line-height:1.5rem;padding-bottom:1rem;padding-top:2rem}}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__description span{color:#343434;font-size:1rem;font-weight:500;line-height:1.5rem}@media only screen and (max-width:1023px){.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__description span{font-size:.875rem;line-height:1.5rem}}.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__description .cmp-card__description-tag{color:#343434;display:block;font-size:1rem;font-weight:600;line-height:1.625rem}@media only screen and (max-width:1023px){.cmp-card--contest-detail .cmp-card__content .cmp-card__info .cmp-card__description .cmp-card__description-tag{display:inline-block;font-size:.875rem;line-height:1.4375rem;margin-left:.25rem}}.cmp-card--testimonial{background:#fff;border-radius:1.25rem;height:25.5rem;overflow:hidden;padding:2rem .9375rem 2.625rem 1.25rem;width:19.125rem}@media only screen and (max-width:1365px){.cmp-card--testimonial{height:22.5rem;padding:2rem .5625rem 1.8125rem 1.25rem;width:16.875rem}}.cmp-card--testimonial .cmp-card__user-info{align-items:center;display:flex;gap:1rem}@media only screen and (max-width:1365px){.cmp-card--testimonial .cmp-card__user-info{gap:.75rem}}.cmp-card--testimonial .cmp-card__user-info .cmp-card__profile-img .cmp-card__profile_img-img{height:4rem;object-fit:cover;width:4rem}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__username{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating{display:flex;gap:.125rem;margin-top:.3125rem}@media only screen and (max-width:1365px){.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating{margin-top:.375rem}}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating .rating-star:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#eae5dc;content:"";font-family:icomoon!important;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-card--testimonial .cmp-card__user-info .cmp-card__rating-with-name .cmp-card__rating .rating-star.fill:before{color:#da001c}.cmp-card--testimonial .cmp-card__description{-webkit-line-clamp:9;-webkit-box-orient:vertical;display:-webkit-box;line-height:1.75rem;margin-top:1.5rem;overflow:hidden}@media only screen and (max-width:1365px){.cmp-card--testimonial .cmp-card__description{line-height:1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-card--testimonial .cmp-card__description{font-size:1rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section{padding-left:11.0625rem;padding-right:11.0625rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section{padding-left:1rem;padding-right:1rem}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters .cmp-product-explore-listing__filters-name{display:none}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.filterby .cmp-product-explore-listing__filters,.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby .cmp-product-explore-listing__filters{height:3rem;width:8.5625rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.filterby .cmp-product-explore-listing__filters,.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby .cmp-product-explore-listing__filters{width:3rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper.sortby .cmp-product-explore-listing__filters-icon:after{content:""}.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal{box-shadow:0 .1875rem .5rem rgba(0,0,0,.302);right:auto}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filters-wrapper .cmp-product-explore-listing__filter-Modal{right:0}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item{gap:1.5rem 1.5rem}}.cmp-cards{padding:4rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-cards{padding:2rem 1rem}}.cmp-cards .cmp-card__footer .button{margin-top:0}.cmp-cards .cmp-cards__carousel .slick-track{align-items:stretch;display:flex;flex-wrap:wrap}.cmp-cards .cmp-cards__carousel .cmp-carousel__item{flex-grow:1;margin-left:1rem;margin-right:1rem}@media only screen and (max-width:1023px){.cmp-cards .cmp-cards__carousel .cmp-carousel__item{margin-left:0;margin-right:1.25rem}}.cmp-cards .cmp-cards__carousel .cmp-carousel__item .cmp-card--aashirvaad-socialhub .cmp-video .cmp-video__iframe{border-radius:1rem}.cmp-cards--testimonial{padding:4rem 7.0625rem 7.1875rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial{padding:2.5rem 0 2.5rem 1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--testimonial{padding:2.5rem 0 2.5rem 1rem}}.cmp-cards--testimonial .cmp-cards__heading{margin-bottom:2.5rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial .cmp-cards__heading{margin-bottom:1.5rem}}.cmp-cards--testimonial .carousel .cmp-carousel__container{padding:0 3.125rem 0 4.5rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial .carousel .cmp-carousel__container{padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--testimonial .carousel .cmp-carousel__container{padding:0 2.5rem 0 4.375rem}}@media only screen and (max-width:375px){.cmp-cards--testimonial .carousel .cmp-carousel__container{margin-right:1.5rem}.cmp-cards--testimonial .carousel .cmp-carousel__container .cmp-carousel__item{display:flex;justify-content:center}}.cmp-cards--testimonial .carousel .cmp-carousel__container .slick-dots{bottom:-3rem}@media only screen and (max-width:1023px){.cmp-cards--testimonial .carousel .cmp-carousel__container .slick-dots,.cmp-cards--testimonial .carousel .cmp-carousel__container .slick-dots-container{bottom:-2.75rem}}.cmp-cards--testimonial .carousel.cmp-carousel--reveal-next-item .slick-list{padding:0 4.5rem 0 0!important}@media only screen and (max-width:1023px){.cmp-cards--testimonial .button{margin-right:1.5rem}}.cmp-contact-us .cmp-contact-us__container{padding-left:6rem;padding-right:6rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__container{padding-left:0;padding-right:0}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form{width:100%}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field input::placeholder,.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field textarea::placeholder{opacity:.5}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number .cmp-contact-us__country-code{color:#382312;font-size:1.125rem;left:.9375rem;line-height:1.625rem;opacity:.5;position:absolute;top:3.1875rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__form-field.cmp-contact-us__contact-number .cmp-contact-us__country-code{font-size:1rem;left:.9375rem;position:absolute;top:3.1875rem}}.cmp-contact-us .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__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__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__form-wrapper .cmp-contact-us__form .cmp-contact-us__talk-to-us .cmp-contact-us__textarea-count{opacity:.5}.cmp-blog-details .cmp-blog-details__banner{padding:0 2rem}@media only screen and (max-width:1023px){.cmp-blog-details .cmp-blog-details__banner{padding:0 1.5rem}}.cmp-blog-details .cmp-blog-details__banner .cmp-blog-details__title{text-align:center}.cmp-blog-details .set-anchor-color a{color:#343434!important}.brand-schema__availableLanguage,.brand-schema__socialmedia--links,.cmp-teaser--portrait .cmp-teaser__action-container{display:none}
@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(clientlib-aashirvaad/css/icon-font/fonts/icomoon.eot?84s1iy);src:url(clientlib-aashirvaad/css/icon-font/fonts/icomoon.eot?84s1iy#iefix) format("embedded-opentype"),url(clientlib-aashirvaad/css/icon-font/fonts/icomoon.ttf?84s1iy) format("truetype"),url(clientlib-aashirvaad/css/icon-font/fonts/icomoon.woff?84s1iy) format("woff"),url(clientlib-aashirvaad/css/icon-font/fonts/icomoon.svg?84s1iy#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-Polygon-16:before{color:#ff7f00;content:"\e962"}.icon-twitter:before{content:"\e920"}.icon-customer-service:before{color:#f6eabb;content:"\e922"}.icon-customise-gift:before{color:#f6eabb;content:"\e923"}.icon-df-logo:before{color:#ffda7d;content:"\e924"}.icon-about-us:before{color:#f6eabb;content:"\e925"}.icon-accessibility:before{color:#ffda7d;content:"\e926"}.icon-arrow-right:before{color:#f6eabb;content:"\e927"}.icon-calender:before{color:#fff2b7;content:"\e928"}.icon-comment-tweet:before{color:#fff2b7;content:"\e929"}.icon-community-member:before{color:#fff2b7;content:"\e92a"}.icon-community:before{color:#f6eabb;content:"\e92b"}.icon-down-arrow:before{color:#f6eabb;content:"\e92c"}.icon-download:before{color:#f4eac0;content:"\e92d"}.icon-filter:before{color:#fff2b7;content:"\e92e"}.icon-fun-forum:before{color:#fff2b7;content:"\e92f"}.icon-hamburger-menu:before{color:#ffda7d;content:"\e930"}.icon-hashtag:before{content:"\e931"}.icon-ingredients:before{color:#fff2b7;content:"\e932"}.icon-instagram:before{color:#f7f5ea;content:"\e933"}.icon-join-forum:before{color:#fff2b7;content:"\e934"}.icon-media:before{color:#f6eabb;content:"\e935"}.icon-moon-selected:before{color:#f4eac0;content:"\e936"}.icon-moon:before{color:#6a452b;content:"\e937"}.icon-open-card-popup:before{color:#f4eac0;content:"\e938"}.icon-our-products:before{color:#f4eac0;content:"\e939"}.icon-pause:before{color:#fff2b7;content:"\e93a"}.icon-place-an-order:before{color:#fff2b7;content:"\e93b"}.icon-play .path1:before{color:#3b2314;content:"\e93c";opacity:.408}.icon-play .path2:before{color:#f4eac0;content:"\e93d";margin-left:-1em}.icon-profile:before{color:#ffda7d;content:"\e93e"}.icon-receipe-uploaded:before{color:#fff2b7;content:"\e93f"}.icon-recipes:before{color:#f6eabb;content:"\e940"}.icon-save-for-later:before{color:#fff2b7;content:"\e941"}.icon-star-deselect:before{color:#fff2b7;content:"\e942"}.icon-star-selected:before{color:#fff2b7;content:"\e943"}.icon-timer:before{color:#fff2b7;content:"\e944"}.icon-completed .path1:before{color:#fff2b7;content:"\e900"}.icon-completed .path2:before{color:#261000;content:"\e901";margin-left:-1em}.icon-completed1 .path1:before{color:#fff2b7;content:"\e902"}.icon-completed1 .path2:before{color:#261000;content:"\e903";margin-left:-1em}.icon-completed2 .path1:before{color:#fff2b7;content:"\e904"}.icon-completed2 .path2:before{color:#261000;content:"\e905";margin-left:-1em}.icon-not-completed .path1:before{color:#190c02;content:"\e906"}.icon-not-completed .path2:before{color:#644f40;content:"\e907";margin-left:-1em}.icon-not-completed .path3:before{color:#644f40;content:"\e908";margin-left:-1em}.icon-checbox-square-selected:before{color:#fff2b7;content:"\e909"}.icon-checkbox-square-not-selected:before{color:#fff2b7;content:"\e90a"}.icon-checkbox:before{color:#f4eac0;content:"\e90b"}.icon-chevron-left-active .path1:before{color:#bf271b;content:"\e90c"}.icon-chevron-left-active .path2:before{color:#fff2b7;content:"\e90d";margin-left:-1em}.icon-chevron-left-disabled .path1:before{color:#731b0d;content:"\e90e"}.icon-chevron-left-disabled .path2:before{color:#fff2b7;content:"\e90f";margin-left:-1em}.icon-chevron-right-active .path1:before{color:#bf271b;content:"\e910"}.icon-chevron-right-active .path2:before{color:#fff2b7;content:"\e911";margin-left:-1em}.icon-chevron-right-disabled .path1:before{color:#731b0d;content:"\e912"}.icon-chevron-right-disabled .path2:before{color:#fff2b7;content:"\e913";margin-left:-1em}.icon-close-card-popup:before{color:#f4e9c2;content:"\e914"}.icon-completed-step .path1:before{color:#fdf1b9;content:"\e915"}.icon-completed-step .path2:before{color:#190c02;content:"\e916";margin-left:-1em}.icon-dots:before{color:#fff2b7;content:"\e917"}.icon-facebok:before{color:#f7f5ea;content:"\e918"}.icon-media-card-top:before{color:#fff1ba;content:"\e919"}.icon-search:before{color:#fed983;content:"\e91a"}.icon-share:before{color:#f4e9c2;content:"\e91b"}.icon-slider:before{color:#6a452b;content:"\e91c"}.icon-sun-selected-afternoon:before{color:#f4eac0;content:"\e91d"}.icon-sun-selected:before{color:#f4eac0;content:"\e91e"}.icon-sun:before{color:#6a452b;content:"\e91f"}.icon-youtube:before{color:#f7f5ea;content:"\e921"}.icon-chef-cap .path1:before{color:#666;content:"\e945"}.icon-chef-cap .path2:before{color:#666;content:"\e984";margin-left:-1em}.icon-chef-cap .path3:before{color:#fefefe;content:"\e985";margin-left:-1em}.icon-chef-cap .path4:before{color:#fefefe;content:"\e986";margin-left:-1em}.icon-chef-cap .path5:before{color:#fff;content:"\e987";margin-left:-1em}.icon-23:before{color:#fff6e3;content:"\e96b"}.icon-a9db-c0fd-4651-a9cd-f35a9a4ed8f5:before{color:#fff6e3;content:"\e96c"}.icon-Group-21686:before{color:#fff4df;content:"\e96d"}.icon-Group-21733:before{color:#fff6e3;content:"\e96e"}.icon-Group-21734:before{color:#fff6e3;content:"\e96f"}.icon-Group-21735:before{color:#fff6e3;content:"\e970"}.icon-Group-21746:before{color:#fff6e3;content:"\e971"}.icon-Icon-feather-search:before{color:#fff6e3;content:"\e972"}.icon-instagram1:before{color:#fff6e3;content:"\e973"}.icon-Dots:before{content:"\e946"}.icon-Ellipse-254:before{color:#fff6e3;content:"\e947"}.icon-Ellipse-495:before{color:#e2d7cc;content:"\e948"}.icon-Ellipse-651:before{content:"\e949"}.icon-favorite_FILL1_wght400_GRAD0_opsz20:before{content:"\e94a"}.icon-Group-5940 .path1:before{color:#fff6e3;content:"\e94b"}.icon-Group-5940 .path2:before{color:#382312;content:"\e988";margin-left:-1em}.icon-Group-5940 .path3:before{color:#272727;content:"\e989";margin-left:-1em}.icon-Group-6837 .path1:before{color:#da001c;content:"\e94c"}.icon-Group-6837 .path2:before{color:#fff6e3;content:"\e98a";margin-left:-1em}.icon-Group-6837 .path3:before{color:#fff6e3;content:"\e98b";margin-left:-1em}.icon-Group-6837 .path4:before{color:#fff6e3;content:"\e98c";margin-left:-1em}.icon-Group-6837 .path5:before{color:#fff6e3;content:"\e98d";margin-left:-1em}.icon-Group-6837 .path6:before{color:#fff6e3;content:"\e98e";margin-left:-1em}.icon-Group-6837 .path7:before{color:#fff6e3;content:"\e98f";margin-left:-1em}.icon-Group-6837 .path8:before{color:#fff6e3;content:"\e990";margin-left:-1em}.icon-Group-6837 .path9:before{color:#fff6e3;content:"\e991";margin-left:-1em}.icon-Group-6837 .path10:before{color:#fff6e3;content:"\e992";margin-left:-1em}.icon-Group-6837 .path11:before{color:#fff6e3;content:"\e993";margin-left:-1em}.icon-Group-6837 .path12:before{color:#fff6e3;content:"\e994";margin-left:-1em}.icon-Group-6837 .path13:before{color:#fff6e3;content:"\e995";margin-left:-1em}.icon-Group-6837 .path14:before{color:#fff6e3;content:"\e996";margin-left:-1em}.icon-Group-6837 .path15:before{color:#fff6e3;content:"\e997";margin-left:-1em}.icon-Group-6837 .path16:before{color:#fff6e3;content:"\e998";margin-left:-1em}.icon-Group-6837 .path17:before{color:#fff6e3;content:"\e999";margin-left:-1em}.icon-Group-6838 .path1:before{color:#da001c;content:"\e94d"}.icon-Group-6838 .path2:before{color:#fff6e3;content:"\e99a";margin-left:-1em}.icon-Group-6838 .path3:before{color:#fff6e3;content:"\e99b";margin-left:-1em}.icon-Group-6838 .path4:before{color:#fff6e3;content:"\e99c";margin-left:-1em}.icon-Group-6838 .path5:before{color:#fff6e3;content:"\e99d";margin-left:-1em}.icon-Group-6838 .path6:before{color:#fff6e3;content:"\e99e";margin-left:-1em}.icon-Group-6839 .path1:before{color:#da001c;content:"\e94e"}.icon-Group-6839 .path2:before{color:#fff6e3;content:"\e99f";margin-left:-1em}.icon-Group-6906:before{content:"\e94f"}.icon-Group-7639:before{content:"\e950"}.icon-Group-20223 .path1:before{color:#e2d7cc;content:"\e951"}.icon-Group-20223 .path2:before{color:#382312;content:"\e9a0";margin-left:-1em}.icon-Group-20225:before{color:#b50404;content:"\e952"}.icon-Group-21488:before{color:#da001c;content:"\e953"}.icon-Group-21690:before{content:"\e954"}.icon-Group-21697:before{color:#e11936;content:"\e955"}.icon-Group-21699:before{content:"\e956"}.icon-Group-21700:before{content:"\e957"}.icon-Group-21701:before{content:"\e958"}.icon-Group-21703:before{content:"\e959"}.icon-Group-21705:before{content:"\e95a"}.icon-Group-21706:before{content:"\e95b"}.icon-Group-21707:before{content:"\e95c"}.icon-Group-21708:before{content:"\e95d"}.icon-Group-21710:before{content:"\e95e"}.icon-Group-21711:before{content:"\e95f"}.icon-Group-21712:before{color:#da001c;content:"\e960"}.icon-Group-21713:before{content:"\e961"}.icon-Group-21716:before{content:"\e963"}.icon-Group-21717:before{color:#da001c;content:"\e964"}.icon-Group-21719 .path1:before{color:#e2d7cc;content:"\e965"}.icon-Group-21719 .path2:before{color:#382312;content:"\e9a1";margin-left:-1em}.icon-Group-21719 .path3:before{color:#382312;content:"\e9a2";margin-left:-1em}.icon-Group-21736:before{content:"\e966"}.icon-Group-21737 .path1:before{color:#343434;content:"\e967"}.icon-Group-21737 .path2:before{color:#343434;content:"\e9a3";margin-left:-1em}.icon-Group-21737 .path3:before{color:#343434;content:"\e9a4";margin-left:-1em}.icon-Group-21737 .path4:before{color:#343434;content:"\e9a5";margin-left:-1em}.icon-Group-21737 .path5:before{color:#343434;content:"\e9a6";margin-left:-1em}.icon-Group-21737 .path6:before{color:#da001c;content:"\e9a7";margin-left:-1em}.icon-Group-21738:before{content:"\e968"}.icon-Group-21739 .path1:before{color:#da001c;content:"\e969"}.icon-Group-21739 .path2:before{color:#fff;content:"\e9a8";margin-left:-1em}.icon-Group-21742:before{color:#e11936;content:"\e96a"}.icon-Group-21743:before{content:"\e974"}.icon-Group-21744 .path1:before{color:#343434;content:"\e975"}.icon-Group-21744 .path2:before{color:#343434;content:"\e9a9";margin-left:-1em}.icon-Group-21744 .path3:before{color:#343434;content:"\e9aa";margin-left:-1em}.icon-Group-21744 .path4:before{color:#343434;content:"\e9ab";margin-left:-1em}.icon-Group-21744 .path5:before{color:#da001c;content:"\e9ac";margin-left:-1em}.icon-Group-21749 .path1:before{color:#343434;content:"\e976"}.icon-Group-21749 .path2:before{color:#343434;content:"\e9ad";margin-left:-1em}.icon-Group-21749 .path3:before{color:#da001c;content:"\e9ae";margin-left:-1em}.icon-Group-21752:before{color:#da001c;content:"\e977"}.icon-Icon-material-people:before{content:"\e978"}.icon-Icon:before{content:"\e979"}.icon-Line-175:before{content:"\e97a"}.icon-Path-3822:before{content:"\e97b"}.icon-Path-5894---Outline:before{content:"\e97c"}.icon-Path-5894:before{content:"\e97d"}.icon-Path-20569-1:before{color:#da001c;content:"\e97e"}.icon-Path-20569:before{content:"\e97f"}.icon-Path-20650:before{content:"\e980"}.icon-Tab-Icon-Activity-1 .path1:before{color:#343434;content:"\e981"}.icon-Tab-Icon-Activity-1 .path2:before{color:#da001c;content:"\e9af";margin-left:-1em}.icon-Tab-Icon-Activity .path1:before{color:#343434;content:"\e982"}.icon-Tab-Icon-Activity .path2:before{color:#343434;content:"\e9b0";margin-left:-1em}.icon-Tab-Icon-Activity .path3:before{color:#343434;content:"\e9b1";margin-left:-1em}.icon-Tab-Icon-Activity .path4:before{color:#343434;content:"\e9b2";margin-left:-1em}.icon-Tab-Icon-Activity .path5:before{color:#343434;content:"\e9b3";margin-left:-1em}.icon-Tab-Icon-Activity .path6:before{color:#343434;content:"\e9b4";margin-left:-1em}.icon-Tab-Icon-Activity .path7:before{color:#343434;content:"\e9b5";margin-left:-1em}.icon-Tab-Icon-Activity .path8:before{color:#343434;content:"\e9b6";margin-left:-1em}.icon-Tab-Icon-Activity .path9:before{color:#343434;content:"\e9b7";margin-left:-1em}.icon-Tab-Icon-Activity .path10:before{color:#343434;content:"\e9b8";margin-left:-1em}.icon-Tab-Icon-Activity .path11:before{color:#343434;content:"\e9b9";margin-left:-1em}.icon-Tab-Icon-Activity .path12:before{color:#da001c;content:"\e9ba";margin-left:-1em}.icon-Union-18:before{content:"\e983"}