/*
 *  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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200;300;400;500;600;700;800&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}}.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-dark_fantasy/resources/icon-font/fonts/icomoon.eot?cl7op4);src:url(clientlib-dark_fantasy/resources/icon-font/fonts/icomoon.eot?cl7op4#iefix) format("embedded-opentype"),url(clientlib-dark_fantasy/resources/icon-font/fonts/icomoon.ttf?cl7op4) format("truetype"),url(clientlib-dark_fantasy/resources/icon-font/fonts/icomoon.woff?cl7op4) format("woff"),url(clientlib-dark_fantasy/resources/icon-font/fonts/icomoon.svg?cl7op4#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-twitter:before{color:#f7f5ea;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,.icon-facebook: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:""}body,html,p,span{font-family:Lato,sans-serif}p,span{line-height:1.75rem}@media only screen and (max-width:1023px){p,span{line-height:1.625rem}}.h-1,h1{font-family:Manrope,sans-serif;font-size:3.75rem;font-weight:700}@media only screen and (max-width:1023px){.h-1,h1{font-size:2rem}}.h-2,h2{font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:700}@media only screen and (max-width:1023px){.h-2,h2{font-size:1.5rem}}.h-3,h3{font-family:Manrope,sans-serif;font-size:2rem;font-weight:700}@media only screen and (max-width:1023px){.h-3,h3{font-size:1.5rem}}.h-4,h4{font-family:Manrope,sans-serif;font-size:2rem;font-weight:500}@media only screen and (max-width:1023px){.h-4,h4{font-size:1.125rem}}.h-5,h5{font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:700}@media only screen and (max-width:1023px){.h-5,h5{font-size:1.125rem}}.body-1{font-family:Lato,sans-serif;font-size:1.5rem}@media only screen and (max-width:1023px){.body-1{font-size:1.125rem}}.body-2{font-family:Lato,sans-serif;font-size:1.25rem}@media only screen and (max-width:1023px){.body-2{font-size:1rem}}.body-3{font-family:Lato,sans-serif;font-size:1.125rem}@media only screen and (max-width:1023px){.body-3{font-size:1rem}}.desc-1{font-family:Lato,sans-serif;font-size:1rem}@media only screen and (max-width:1023px){.desc-1{font-size:.875rem}}.desc-2{font-family:Lato,sans-serif;font-size:1rem;font-weight:500}@media only screen and (max-width:1023px){.desc-2{font-size:.875rem}}.caption-1{font-family:Lato,sans-serif;font-size:.625rem}@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-customise-gift>a:before{content:""}.mobile-icon-community>a:before,.mobile-icon-customise-gift>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-community>a:before{content:""}.mobile-icon-about-us>a:before{content:""}.mobile-icon-about-us>a:before,.mobile-icon-media>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-media>a:before{content:""}}.sunbean-body{padding-top:44px!important}@media(min-width:1024px){.sunbean-body{padding-top:82px!important}}.sunbean-body .container{overflow:hidden}.sunbean-body .cmp-header__nav-group .cmp-navigation__item-link{position:relative;z-index:9}.sunbean-body .slick-prev{left:7px}@media(min-width:768px){.sunbean-body .slick-prev{left:25px}}@media(min-width:1360px){.sunbean-body .slick-prev{left:calc(50% - 660px)}}.sunbean-body .slick-next{right:7px}@media(min-width:768px){.sunbean-body .slick-next{right:25px}}@media(min-width:1360px){.sunbean-body .slick-next{right:calc(50% - 660px)}}.sunbean-body .slick-next,.sunbean-body .slick-prev{height:36px!important;width:36px!important}@media screen and (max-width:540px){.sunbean-body .slick-next,.sunbean-body .slick-prev{font-size:18px!important;height:18px!important;width:18px!important}}.sunbean-body .slick-next:before,.sunbean-body .slick-prev:before{font-size:36px!important}@media screen and (max-width:540px){.sunbean-body .slick-next:before,.sunbean-body .slick-prev:before{font-size:18px!important}}.sunbean-body .cmp-product-tabs__content .cmp-carousel__container .slick-list{z-index:1!important}.sunbean-body .align-center{float:unset!important;margin-left:auto!important;margin-right:auto!important;max-width:85.375rem;overflow:hidden;padding:0 7.0625rem}@media screen and (max-width:1023px){.sunbean-body .align-center{padding:0 1pc}}.sunbean-body .mobile-icon-recipes{position:relative}@media screen and (max-width:1023px){.sunbean-body .mobile-icon-recipes .cmp-navigation__item-link{position:unset}.sunbean-body .cmp-header__nav-products-click{position:relative}.sunbean-body .cmp-header__nav-products-click .cmp-navigation__item-link{position:unset}}.sunbean-body .sunbean-100{width:100%!important}@media(min-width:768px){.sunbean-body .slickcarousel .cmp-banner__image{aspect-ratio:16/6.5}.sunbean-body .cmp-carousel .cmp-carousel__container .slick-dots{bottom:5%}}@media(max-width:768px){.sunbean-body .cmp-video--banner-no-info .cmp-video{max-height:2in}}.color-text-primary-1{color:#fff2b7}.color-text-primary-2{color:#ffda7d}.color-text-primary-3{color:#8b271f}.color-text-primary-4{color:#fffdf1}.color-text-primary-5{color:#4b2a13}.color-text-primary-6{color:#261000}.color-text-primary-7{color:#897b72}.color-text-primary-8{color:#f2d3d1}.color-text-primary-9{color:#bf271b}.color-text-primary-10{color:#f4eac0}.color-text-secondary-1{color:#fa8282}.color-text-secondary-2{color:#81d2ff}.color-text-secondary-3{color:#91e2cb}.color-text-secondary-4{color:#af8d74}.color-text-tertiary-1{color:#fff}.color-text-tertiary-2{color:#000}.color-background-default{background:#261000}.color-background-gradient{background:transparent linear-gradient(180deg,#6d4428,#372214) 0 0 no-repeat padding-box}.color-background-primary-1{background:#fff2b7}.color-background-primary-2{background:#ffda7d}.color-background-primary-3{background:#8b271f}.color-background-primary-4{background:#fffdf1}.color-background-primary-5{background:#4b2a13}.color-background-primary-7{background:#897b72}.color-background-primary-8{background:#f2d3d1}.color-background-primary-9{background:#bf271b}.color-background-primary-10{background:#f4eac0}.color-background-secondary-1{background:#fa8282}.color-background-secondary-2{background:#81d2ff}.color-background-secondary-3{background:#91e2cb}.color-background-secondary-4{background:#af8d74}.color-background-tertiary-1{background:#fff}.color-background-tertiary-2{background:#000}.color-border-primary-1{border-color:#fff2b7}.color-border-primary-2{border-color:#ffda7d}.color-border-primary-3{border-color:#8b271f}.color-border-primary-4{border-color:#fffdf1}.color-border-primary-5{border-color:#4b2a13}.color-border-primary-6{border-color:#261000}.color-border-primary-7{border-color:#897b72}.color-border-primary-8{border-color:#f2d3d1}.color-border-primary-9{border-color:#bf271b}.color-border-primary-10{border-color:#f4eac0}.color-border-secondary-1{border-color:#fa8282}.color-border-secondary-2{border-color:#81d2ff}.color-border-secondary-3{border-color:#91e2cb}.color-border-secondary-4{border-color:#af8d74}.color-border-tertiary-1{border-color:#fff}.color-border-tertiary-2{border-color:#000}.scrollbar-style-h,.scrollbar-style-v{scrollbar-color:#fff2b7 #4b2a13;scrollbar-width:thin}.scrollbar-style-h::-webkit-scrollbar{background-color:#261000;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:#4b2a13}.scrollbar-style-h::-webkit-scrollbar-thumb,.scrollbar-style-v::-webkit-scrollbar-thumb{background-color:#fff2b7}.scrollbar-style-v::-webkit-scrollbar{background-color:#261000;width:.3125rem}.cmp-button{align-items:center;border-color:transparent;border-radius:1.75rem;box-sizing:border-box;cursor:pointer;display:flex;font-family:Lato,sans-serif;font-size:1.5rem;font-weight:600;height:3.5rem;padding:.8125rem 2.5rem .875rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-button{border-radius:1.25rem;font-size:1.125rem;height:2.5rem;padding:.6875rem 2.5rem .75rem}}.cmp-button:disabled{pointer-events:none}.cmp-button--primary .cmp-button{background:#bf271b;border:none;color:#fff2b7}.cmp-button--primary .cmp-button:focus{background:#261000}@media(hover:hover){.cmp-button--primary .cmp-button:hover{background:#8b271f}}.cmp-button--primary .cmp-button:disabled{background:#f2d3d1}.cmp-button--primary-dark .cmp-button{background:#bf271b;border:none;color:#fff2b7}.cmp-button--primary-dark .cmp-button:focus{background:#261000}@media(hover:hover){.cmp-button--primary-dark .cmp-button:hover{background:#8b271f}}.cmp-button--primary-dark .cmp-button:disabled{background:#f2d3d1;color:#fff2b7}.cmp-button--primary-anchor .cmp-button{background:#bf271b;border:none;color:#fff2b7;width:fit-content}.cmp-button--primary-anchor .cmp-button:focus{background:#261000}@media(hover:hover){.cmp-button--primary-anchor .cmp-button:hover{background:#8b271f}}.cmp-button--primary-anchor.cmp-button--disabled .cmp-button{background:#f2d3d1;pointer-events:none;text-decoration:none}.cmp-button--primary-anchor-dark .cmp-button{background:#bf271b;border:none;color:#fff2b7;width:fit-content}.cmp-button--primary-anchor-dark .cmp-button:focus{background:#261000}@media(hover:hover){.cmp-button--primary-anchor-dark .cmp-button:hover{background:#8b271f}}.cmp-button--primary-anchor-dark.cmp-button--disabled .cmp-button{background:#f2d3d1;color:#fff2b7;pointer-events:none;text-decoration:none}.cmp-button--secondary .cmp-button{background:#261000;border:.125rem solid #ffda7d;color:#fff2b7}@media only screen and (max-width:1023px){.cmp-button--secondary .cmp-button{border:.0625rem solid #ffda7d}}.cmp-button--secondary .cmp-button:focus{background:#fff2b7;border-color:#fff2b7;color:#261000}@media(hover:hover){.cmp-button--secondary .cmp-button:hover{background:#261000;border-color:#fff;color:#fff}}.cmp-button--secondary .cmp-button:disabled{background:#261000;border-color:#897b72;color:#897b72}.cmp-button--secondary-dark .cmp-button{background:#261000;border:.125rem solid #fff2b7;color:#fff2b7}@media only screen and (max-width:1023px){.cmp-button--secondary-dark .cmp-button{border:.0625rem solid #fff2b7}}.cmp-button--secondary-dark .cmp-button:focus{background:#fff2b7;border-color:#fff2b7;color:#261000}@media(hover:hover){.cmp-button--secondary-dark .cmp-button:hover{background:#261000;border-color:#fff;color:#fff}}.cmp-button--secondary-dark .cmp-button:disabled{background:#261000;border-color:#897b72;color:#897b72}.cmp-button--anchor .cmp-button{background:transparent;color:#fff;height:unset;padding:0;text-decoration:none}@media(hover:hover){.cmp-button--anchor .cmp-button:hover{color:#fff;text-decoration:underline}}.cmp-button--anchor .cmp-button:focus{color:#fff2b7;text-decoration:underline}.cmp-button--anchor.cmp-button--disabled .cmp-button{color:#897b72;pointer-events:none;text-decoration:none}.cmp-button--anchor-dark .cmp-button{color:#fff;height:unset;padding:0;text-decoration:none}@media(hover:hover){.cmp-button--anchor-dark .cmp-button:hover{color:#fff;text-decoration:underline}}.cmp-button--anchor-dark .cmp-button:focus{color:#fff2b7;text-decoration:underline}.cmp-button--anchor-dark.cmp-button--disabled .cmp-button{color:#897b72;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}.cmp-image__image{height:auto}.cmp-image--ar-4-3 .cmp-image{aspect-ratio:4/3;overflow:hidden;position:relative;width:100%}@supports not (aspect-ratio:1.3333333333){.cmp-image--ar-4-3 .cmp-image{padding-top:75%}}.cmp-image--ar-4-3 .cmp-image__image,.cmp-image--ar-4-3 .cmp-image__link{height:100%;position:absolute;width:100%}.cmp-image--ar-4-3 .cmp-image__image{object-fit:cover;top:0}.cmp-image--ar-1-1 .cmp-image{aspect-ratio:1/1;overflow:hidden;position:relative;width:100%}@supports not (aspect-ratio:1){.cmp-image--ar-1-1 .cmp-image{padding-top:100%}}.cmp-image--ar-1-1 .cmp-image__image,.cmp-image--ar-1-1 .cmp-image__link{height:100%;position:absolute;width:100%}.cmp-image--ar-1-1 .cmp-image__image{object-fit:cover;top:0}.cmp-image--ar-16-9 .cmp-image{aspect-ratio:16/9;overflow:hidden;position:relative;width:100%}@supports not (aspect-ratio:1.7777777778){.cmp-image--ar-16-9 .cmp-image{padding-top:56.25%}}.cmp-image--ar-16-9 .cmp-image__image,.cmp-image--ar-16-9 .cmp-image__link{height:100%;position:absolute;width:100%}.cmp-image--ar-16-9 .cmp-image__image{object-fit:cover;top:0}.cmp-image--ar-5-6 .cmp-image{aspect-ratio:5/6;overflow:hidden;position:relative;width:100%}@supports not (aspect-ratio:0.8333333333){.cmp-image--ar-5-6 .cmp-image{padding-top:120%}}.cmp-image--ar-5-6 .cmp-image__image,.cmp-image--ar-5-6 .cmp-image__link{height:100%;position:absolute;width:100%}.cmp-image--ar-5-6 .cmp-image__image{object-fit:cover;top:0}.cmp-input__email .cmp-form-text__text{background:#3b2314;border:.125rem solid rgba(255,241,186,.302);border-radius:1rem;color:hsla(48,70%,85%,.502);font-family:Lato,sans-serif;font-size:1rem;padding:1.125rem 1.1875rem 1.5rem}@media only screen and (max-width:1023px){.cmp-input__email .cmp-form-text__text{padding:.8125rem 11.75rem .9375rem 2.0625rem;width:100%}}.search{background:#261000;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.75rem 0 2.1875rem;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:#261000}.cmp-search .cmp-search__clear,.cmp-search .cmp-search__icon,.cmp-search .cmp-search__input,.cmp-search .cmp-search__input::placeholder{color:#ffda7d}@keyframes cmp-search__loading-indicator-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cmp-search .cmp-search__form{margin:0 auto;width:46.625rem}@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{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-size:1.875rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.cmp-search .cmp-search__form .cmp-search__field .cmp-search__clear-icon:before{content:""}@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 #ffda7d;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 #ffda7d;border-radius:50%;border-top-color:#261000;display:none;height:1.25rem;width:1.25rem}@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.25rem;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:#4b2a13;border-radius:1.3125rem;display:none;left:50%;margin-left:.3125rem;padding:0 1.875rem 2.125rem;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:#261000;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:#f4eac0;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:#f4eac0;font-weight:900}.cmp-search .cmp-search__results .cmp-search__error-msg{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff2b7;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:#fff;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:#fff2b7;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:#fff2b7;-webkit-border-radius:.625rem;border-radius:.625rem}.cmp-search .cmp-search__results .cmp-search__tabs::-webkit-scrollbar-thumb{background:#897b72;-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 #f4eac0;border-radius:1.75rem;color:#fff2b7;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-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:#fff;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:#81d2ff;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:#81d2ff;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}.footer{background:#261000}.cmp-footer{margin:0 auto;max-width:85.375rem}.cmp-footer .cmp-footer__top-content{align-items:center;padding:6.375rem 8.625rem 3.5rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content{align-items:center;flex-direction:column;gap:3.25rem;margin:0 auto;padding:7.75rem 0;text-align:center}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content{gap:5rem;margin:0 .625rem;padding-left:8.625rem}}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content{gap:5rem;margin:0 113px}}.cmp-footer .cmp-footer__top-content .cmp-footer__logo .cmp-image__image{height:6rem;object-fit:cover;width:13.3125rem}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__logo .cmp-image__image{height:4rem;width:8.875rem}.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:#fff2b7;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:1.25rem;margin-top:1.5rem;padding:.875rem 2.0625rem .9375rem;width:23.75rem}@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{display:flex;justify-content:center}.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:0;justify-content:center}.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:#fff;font-family:Lato,sans-serif;font-size:1.125rem;text-decoration:none}.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:scale(1.1)}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation{border-right:.0625rem solid #fff}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group{padding-right:0}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right{padding-left:0}.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:0}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{display:flex;gap:3.875rem;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:#fff;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:0}}.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:.09375remrem}@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:.078125remrem}}.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:#fff2b7;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:#fff2b7;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:16.4375rem}}@media only screen and (max-width:1023px){.cmp-card--recipe{width:16.4375rem}}.cmp-card--recipe .cmp-card__content .cmp-card__info{padding:1rem 1rem 1.5rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag{display:flex;margin-bottom:.75rem}.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:.0625rem solid #f4eac0;border-radius:1.125rem;display:flex;height:100%;padding:.4375rem 1.375rem .5rem 1.25rem}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff2b7;display:-webkit-box;font-size:1.125rem;font-weight:400;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:.875rem;font-weight:400}}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes{color:#fff2b7;line-height:1.625rem}.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:0}.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:#fff2b7;cursor:pointer;display:flex;font-size:3rem;justify-content:center;position:absolute;right:1rem;top:1rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__three-dots:before{font-size:3rem}.cmp-card--recipe .cmp-card__content .cmp-card__media .cmp-card__options .cmp-card__dropdown-content{background:#4b2a13;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:#f4eac0;font-family:Lato,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:25.1875rem;width:18.875rem}@media only screen and (max-width:1023px){.cmp-card--recipe .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 .cmp-card__content .cmp-card__media .cmp-card__image img{height:20.0625rem;width:16.4375rem}}.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:16.4375rem}}@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:#fff2b7;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:#4b2a13;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:#f4eac0;font-family:Lato,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:#fff2b7;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:17rem;width:17rem}@media only screen and (max-width:1023px){.cmp-card--active-contest .cmp-card__content .cmp-card__media .cmp-card__image img{height:14.375rem;width:14.375rem}}.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:#4b2a13;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:#fff2b7}.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:#4b2a13;display:flex;flex-direction:column;height:39rem;padding:.950625rem .875rem 1.5rem .9375rem}.cmp-card--history .cmp-card__content .cmp-card__media .cmp-card__image img{height:18.0625rem;width:18.0625rem}.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:#fff2b7;font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:700}.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:#fff}.cmp-card--history .center{justify-content:center}.cmp-video{background-color:#000;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:#3b2314;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:#f4eac0;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,#bf271b,#bf271b);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}.react-h1{color:#ff0}.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 #b2251a;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:#b9261a;border:.1875rem solid #b2251a}.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:#bf271b;border-radius:50%;font-size:3.3125rem;height:3.3125rem;width:3.3125rem;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:#fff2b7;font-family:icomoon!important;font-size:3.3125rem;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}.cmp-banner{margin:0 auto;max-width:85.375rem;position:relative}.cmp-banner img{aspect-ratio:unset;object-fit:cover}@media only screen and (max-width:1023px){.cmp-banner img{aspect-ratio:unset;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:#f4eac0}.cmp-banner .cmp-banner__sub-title{color:#fff2b7}.cmp-strip-banner .cmp-banner{height:unset}.cmp-strip-banner .cmp-banner img{aspect-ratio:unset;height:200px;width:100%}.cmp-banner--cta-left-aligned .button{bottom:21%;left:7.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:3.75rem;left:7.0625rem;position:absolute;top:23%}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__title{font-size:2rem;left:3.75rem;position:absolute;right:3.75rem;top:1.25rem}}.cmp-banner--cta-left-aligned .cmp-banner__sub-title{bottom:34%;left:7.0625rem;position:absolute}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;bottom:9.625rem;display:-webkit-box;font-size:1.125rem;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}.cmp-banner--cta-center-aligned .button{bottom:6.875rem;display:flex;justify-content:center;position:absolute;width:100%}@media only screen and (max-width:1023px){.cmp-banner--cta-center-aligned .button{bottom:5.125rem;position:absolute}}.cmp-banner--title-bottom .cmp-banner__title{bottom:5rem;color:#fff2b7;left:7.0625rem;position:absolute;right:7.0625rem}@media only screen and (max-width:1023px){.cmp-banner--title-bottom .cmp-banner__title{bottom:5.125rem;left:3.75rem;position:absolute;right:3.75rem}}.cmp-banner--title-bottom .cmp-banner__sub-title{display:none}.cmp-banner--title-bottom:has(.video) .cmp-banner__title{z-index:1}.cmp-banner--jump-link .cmp-banner__jump-link{bottom:3rem;cursor:pointer;font-size:1.5rem;left:50%;position:absolute;transform:translateX(-50%)}@media only screen and (max-width:1023px){.cmp-banner--jump-link .cmp-banner__jump-link{bottom:2.5rem;position:absolute}}.cmp-banner--title-sub-title-left img{height:40rem;width:1366px}.cmp-banner--title-sub-title-left .cmp-banner__sub-title,.cmp-banner--title-sub-title-left .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:left}.cmp-banner--title-sub-title-left .cmp-banner__title{left:7.0625rem;position:absolute;right:7.0625rem;top:1.75rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-left .cmp-banner__title{left:1rem;position:absolute;right:1rem;top:1.25rem}}.cmp-banner--title-sub-title-left .cmp-banner__sub-title{color:#fff;font-size:1.125rem;left:7.0625rem;line-height:1.625rem;position:absolute;right:7.0625rem;top:6.6875rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-left .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;left:1rem;overflow:hidden;position:absolute;right:1rem;top:5.0625rem}}.cmp-banner--title-sub-title-left .button{bottom:3rem;display:flex;justify-content:center;position:absolute;width:100%}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-left .button{bottom:2.5rem;position:absolute}}.cmp-banner--title-sub-title-center .cmp-banner__title{left:7.0625rem;position:absolute;right:7.0625rem;top:3.5rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-center .cmp-banner__title{font-size:2rem;left:3.75rem;position:absolute;right:3.75rem;top:1.25rem}}.cmp-banner--title-sub-title-center .cmp-banner__sub-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.125rem;left:7.0625rem;overflow:hidden;position:absolute;right:7.0625rem;top:8.4375rem}@media only screen and (max-width:1023px){.cmp-banner--title-sub-title-center .cmp-banner__sub-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;bottom:12.5rem;display:-webkit-box;left:5.3125rem;line-height:1.625rem;overflow:hidden;position:absolute;right:5.3125rem;top:auto}}.cmp-banner--product-listing .cmp-banner{background-position:50%;background-size:cover;height:40.625rem;max-width:85.375rem}@media only screen and (max-width:1023px){.cmp-banner--product-listing .cmp-banner{height:48rem;width:24.375rem}}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner{height:48rem;max-width:100%}}.cmp-banner--product-listing .cmp-banner__image{display:none}.cmp-banner--product-listing .cmp-banner__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5rem;line-height:2.0625rem;overflow:hidden;padding:2.375rem 7.0625rem 0;text-align:center}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__title{font-size:1.125rem;padding:1.25rem 1rem 0}}.cmp-banner--product-listing .cmp-banner__sub-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2rem;line-height:2.75rem;overflow:hidden;padding:.9375rem 7.0625rem 0;text-align:center}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__sub-title{font-size:1.5rem;line-height:2.0625rem;padding:1.25rem 1rem 0}}.cmp-banner--product-listing .cmp-banner__item-wrapper{display:flex;justify-content:center;padding:1.5rem 7.0625rem 0}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper{padding:.75rem 1rem 0}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content{display:flex;gap:2.9375rem;justify-content:center;width:52.6875rem}@media only screen and (max-width:1023px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content{flex-direction:column;gap:1.25rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image{flex-basis:50%}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper{display:flex;justify-content:center;padding:0 1.9375rem 1.3125rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper{padding:0 1.9375rem 1rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper img{aspect-ratio:auto;height:13.8125rem;object-fit:cover;width:21.0625rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-image .cmp-banner__item-image-wrapper img{height:11rem;width:16.8125rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-video{flex-basis:50%}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-video .video{padding:0 1.9375rem 1.3125rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-video .video{padding:0 1.9375rem 1rem}}.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;line-height:1.75rem;overflow:hidden;text-align:center}@media only screen and (max-width:1024px){.cmp-banner--product-listing .cmp-banner__item-wrapper .cmp-banner__item-content .cmp-banner__item-description{line-height:1.625rem}}.cmp-banner--product-listing .button{display:flex;justify-content:center;margin-top:2.375rem}@media only screen and (max-width:1024px){.cmp-banner--product-listing .button{margin-top:3.1875rem}}.cmp-product-swiper{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:1366px;min-width:fit-content;padding:4rem 113px 0}@media only screen and (max-width:1024px){.cmp-product-swiper{padding:1rem 1rem 0}}.cmp-product-swiper .cmp-product-swiper__section-container{display:flex;flex-direction:row;justify-content:space-between;padding-right:.3125rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section-container{flex-direction:column-reverse;margin:0 auto;padding-right:0}}.cmp-product-swiper .cmp-product-swiper__section1{align-self:center;max-width:38.75rem;text-align:center;width:fit-content}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swipe-icon{height:.9375rem;margin-top:1.0625rem;width:3.9375rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swipe-icon{height:.375rem;margin-bottom:.25rem;margin-top:.125rem;width:1.625rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container{display:inline-flex;margin-top:.8125rem;position:relative}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container{margin-top:.125rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider{height:4.3125rem;position:relative}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider{height:2.1875rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__range-slider.morning::-webkit-slider-thumb{left:1.5625rem;padding:.625rem;top:.9375rem;width:1.875rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__range-slider.morning::-webkit-slider-thumb{padding:0;width:1.25rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__range-slider.afternoon::-webkit-slider-thumb{left:0;top:-.125rem;width:1.25rem}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__range-slider.evening::-webkit-slider-thumb{right:1.875rem;top:.625rem;width:3.125rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__range-slider.evening::-webkit-slider-thumb{width:1.25rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider input{-webkit-appearance:none;background:transparent;height:100%;left:0;outline:none;position:absolute;top:0;width:100%;z-index:2}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:transparent;cursor:pointer;height:4.3125rem;position:absolute;z-index:3}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider input::-webkit-slider-thumb{position:relative}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider input::-moz-range-thumb{background-color:transparent;height:4.3125rem;position:relative;width:20px;z-index:3}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider input::-webkit-slider-runnable-track{background:transparent;border:none}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider input::-moz-range-track{background:transparent;border:none}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__slider-icon{border-radius:3.125rem;cursor:pointer;height:100%;overflow:hidden;width:100%;width:24.375rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__slider-icon{width:12.9375rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__slider-icon:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#502e16;content:"";font-family:icomoon!important;font-size:4.375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__slider .cmp-product-swiper__slider-icon:before{font-size:2.1875rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__sun-icon{left:-.5rem;opacity:.35;position:absolute;top:4.0625rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__sun-icon{top:2.1875rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__sun-icon: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}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__moon-icon{opacity:.35;position:absolute;right:-.5rem;top:4.0625rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__moon-icon{top:2.1875rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__swiper-container .cmp-product-swiper__moon-icon: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}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-morning{color:#fff2b7;font-size:1.875rem;left:1.875rem;position:absolute;top:1.4375rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-morning{font-size:1.25rem;left:1.4375rem;top:.375rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-morning:before{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;text-transform:none}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-afternoon{color:#fff2b7;font-size:1.75rem;left:11.3125rem;position:absolute;top:-.5625rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-afternoon{font-size:1.25rem;left:5.875rem;top:-.46875rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-afternoon: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}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-evening{color:#fff2b7;font-size:1.875rem;position:absolute;right:2.0625rem;top:1.4375rem;width:fit-content}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-evening{font-size:1.25rem;right:1.8125rem;top:.25rem}}.cmp-product-swiper .cmp-product-swiper__section1 .cmp-product-swiper__selected-evening: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}.cmp-product-swiper .cmp-product-swiper__section1 img{margin:0 auto;padding-top:.25rem}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section1 img{max-height:7.875rem;padding-top:0}}.cmp-product-swiper .cmp-product-swiper__section2{align-self:center;border-radius:1rem;margin:8.25rem auto 4.625rem;overflow:hidden;position:relative}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section2{margin:0 auto}}.cmp-product-swiper .cmp-product-swiper__section2 img{aspect-ratio:1.33/1;margin:0 auto;max-height:19.75rem;max-width:26.25rem;position:relative;width:100%}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section2 img{max-height:16.0625rem;max-width:21.4375rem}}.cmp-product-swiper .cmp-product-swiper__section2 p{align-items:end;bottom:0;box-shadow:inset 0 -4.375rem 3.125rem -1.5625rem #261000;color:#fff2b7;display:flex;height:100%;justify-content:center;left:0;padding-bottom:1.21875rem;position:absolute;text-align:center;width:100%}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__section2 p{padding-bottom:1rem}}.cmp-product-swiper .cmp-product-swiper__title{color:#fff2b7;max-width:38.75rem;text-align:center}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__title{margin-bottom:1rem;margin-top:.5rem;max-width:100%;text-align:left}}.cmp-product-swiper .cmp-product-swiper__sub-title{color:#261000;margin-top:2.8125rem;text-align:center}@media only screen and (max-width:1024px){.cmp-product-swiper .cmp-product-swiper__sub-title{margin-top:1.25rem}}.cmp-product-swiper input[type=range]::-webkit-slider-thumb{border:1px solid transparent;box-shadow:none}.cmp-cards{background-position:50%;background-size:cover;margin:0 auto;max-width:85.375rem;overflow:hidden;padding:5rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-cards{padding:2.5rem 0 3.75rem 1rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards{padding:2.5rem 0 2rem 1rem}}.cmp-cards .cmp-cards__heading{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#f4eac0;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:#fff;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:6.375rem}@media only screen and (max-width:1023px){.cmp-cards .button{margin-top:3.625rem}}.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:#f4eac0;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}.cmp-product-tabs{background-color:#261000;display:flex;flex-direction:column;margin:0 auto;max-width:85.375rem;padding:1.25rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-product-tabs{padding:1rem}}.cmp-product-tabs .cmp-product-tabs__title{color:#fff2b7}.cmp-product-tabs .cmp-product-tabs__tabs{display:inline-flex;justify-content:center;margin:2rem auto 2.1875rem;overflow:scroll}.cmp-product-tabs .cmp-product-tabs__tabs::-webkit-scrollbar{background:transparent;height:0;width:0}.cmp-product-tabs .cmp-product-tabs__tabs::-webkit-scrollbar-thumb{background:transparent}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-tabs .cmp-product-tabs__tabs{width:100%}}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__tabs{display:-webkit-box;margin:1.5rem 0;width:100%}}.cmp-product-tabs .cmp-product-tabs__tabs .button{margin:auto 0}.cmp-product-tabs .cmp-product-tabs__tabs .button .cmp-button{background-color:transparent;border:none;color:#fff2b7;padding:.8125rem 2.875rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__tabs .button .cmp-button{font-size:1rem;margin-right:.5rem;padding:.5rem 1rem}}.cmp-product-tabs .cmp-product-tabs__tabs .button.active .cmp-button{border:.0625rem solid #fff2b7}.cmp-product-tabs .cmp-product-tabs__content{min-height:22.625rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel[data-reveal-next-item-partially=true] .cmp-carousel__container .cmp-carousel__item{padding-right:.625rem}}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-list{z-index:2}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item{padding:0 1rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item{padding:0}}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item img{height:13.125rem;width:18.125rem}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item img.is-clickable{cursor:pointer}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item img{height:15.3125rem;width:18.375rem}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .cmp-carousel__item.slick-current img{margin:0 auto}.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-dots,.cmp-product-tabs .cmp-product-tabs__content .cmp-carousel__container .slick-dots-container{bottom:-2.5rem}}.cmp-product-tabs .cmp-product-tabs__content .cmp-product-tabs__button-range{display:flex;justify-content:center;margin-top:6rem}@media only screen and (max-width:1023px){.cmp-product-tabs .cmp-product-tabs__content .cmp-product-tabs__button-range{margin-top:3.875rem}}.cmp-product-tabs .cmp-product-tabs__temp-images{display:none}@media only screen and (max-width:1023px){body{padding-top:3.9375rem}}.cmp-header,.header{background:#261000}.cmp-header{align-items:center;display:flex;gap:1.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:#1f0d06;padding:.375rem 0;position:fixed;top:0;width:100%;z-index:3}}@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:1.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:#261000;color:#fff2b7;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:3}.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:3.125rem;width:6.875rem}@media only screen and (max-width:1023px){.cmp-header__logo .cmp-image__image{height:2rem;width:4.5rem}}.cmp-header__nav-links{flex:1;z-index:1}@media only screen and (max-width:1023px){.cmp-header__nav-links .cmp-navigation{background:#4b2a13;border-radius:0 0 1.25rem 0;display:none;flex-direction:column;gap:2rem;height:calc(100vh - 4.6875rem);left:0;margin-top:1.875rem;max-height:43.125rem;overflow:auto;padding:0 2rem;position:absolute;width:19.5rem}.cmp-header__nav-links .cmp-navigation .cmp-header__nav-group{gap:1.5625rem}}.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 #ffda7d;display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;padding-left:2.9375rem;padding-top:2rem}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-button--primary .cmp-button{display:inline;font-size:.875rem;text-decoration:none}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__policy{display:flex;flex-direction:column;gap:1.25rem;padding-left:0}.cmp-header__nav-links .cmp-navigation .cmp-header__mobile-list .cmp-header__policy-list a{color:#fff2b7;font-family:Lato,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:.6875rem}.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:.625rem;justify-content:space-around;padding:0}.cmp-header__nav-links .cmp-navigation__group .cmp-navigation__item--level-0>.cmp-navigation__item-link{padding:1.5625rem 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:1.25rem}@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:1.9375rem}@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.5rem}@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:#fff2b7}.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:#f4eac0;content:"";font-family:icomoon!important;font-size:.4375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.6875rem;position:relative;position:absolute;right:2rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products:nth-last-child(n)>.cmp-navigation__item-link:before{color:#f4eac0;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:#261000;border-radius:1rem;margin:0 -.9375rem;padding:1.125rem 0 1.5rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__nav-products.active.cmp-header__no-items{background:transparent;border-radius:0;margin:0 -1.3125rem;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 #ffda7d;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:#ffda7d;cursor:pointer;font-family:Lato,sans-serif;font-size:1.25rem;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:#3b2314;border-radius:1.875rem;display:none;flex-direction:row;gap:1.25rem;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:#261000;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 #3b2314;border-style:solid;border-width:0 1.1875rem 2.0625rem;content:"";left:1.25rem;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:8.75rem;position:absolute;top:2.3125rem}@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.3125rem .9375rem;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:15.625rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.add-margin:hover .cmp-navigation__item--level-1>.cmp-navigation__item-link:after{right:16.25rem}@media only screen and (max-width: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:.9375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-header__category-menu.no-margin:hover .cmp-navigation__item--level-1 .cmp-navigation__item-link:after{right:1.5625rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-title__text{color:#fff;font-family:Lato,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:1rem;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:#fff2b7;padding:0 2.125rem 1rem .5rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1:nth-last-child(n)>.cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-size:.4375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;right:.9375rem;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:#261000;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.375rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item-link:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-top:.1875rem;position:absolute;right:1.5625rem;text-transform:none}.cmp-header__nav-links .cmp-navigation__group .cmp-header__product-items .cmp-navigation__item--level-1 .cmp-navigation__item--level-2{margin-bottom:1rem;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:#fff2b7;padding:0 2.125rem 1rem .5rem}.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:.4375rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;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.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:#261000;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:#261000;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:1.5625rem;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:1rem;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:#fff2b7;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:#261000;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:.75rem 2.125rem .75rem 1.6875rem}.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.75rem}@media only screen and (max-width:1023px){.cmp-header__nav-icons{gap:2rem;padding-right:2rem}}.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:.625rem;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:#ffda7d}.cmp-header__nav-icons .cmp-header__icon-text{color:#ffda7d;font-family:Lato,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.25rem}@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:5rem 7.0625rem .5625rem;position:relative}@media only screen and (max-width:1023px){.cmp-social{padding:2.5rem 1rem 0}}.cmp-social__title-container{margin-bottom:2.6875rem}@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:#f4eac0;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.5rem}.cmp-social__title-container .cmp-social__sub-title .cmp-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;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.75rem;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:12.6875rem}@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:20rem;width:13.125rem}@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.75rem;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__card-container--anchor .cmp-social__card-column:nth-child(odd) a:nth-child(odd) img{height:13.75rem;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:12.6875rem}@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:20rem;width:13.125rem}@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.75rem;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}}.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:-5rem}}.cmp-social .cmp-social__gradient{background-image:linear-gradient(180deg,rgba(103,64,35,0),rgba(49,27,12,.588) 46%,#221106);height:5.375rem;left:0;margin:-5.375rem 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(103,64,35,0),rgba(49,27,12,.588) 46%,#060504);height:21.25rem;margin:-21.25rem auto}}.cmp-product-listing{background-color:#261000;margin:0 auto;max-width:85.375rem;padding:3.1875rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-product-listing{padding:1.5rem 1rem}}.cmp-product-listing .cmp-product-listing__title{color:#fff2b7;font-size:3.1875rem}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__title{font-size:1.5rem}}.cmp-product-listing .cmp-product-listing__tabs{display:flex;justify-content:center;margin-bottom:4.875rem;margin-top:3.3125rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__tabs{justify-content:left;margin-bottom:2.5rem;margin-top:1.5rem}}.cmp-product-listing .cmp-product-listing__tabs .button{margin:auto 0}.cmp-product-listing .cmp-product-listing__tabs .button .cmp-button{background-color:transparent;border:none;color:#fff2b7;margin-right:2rem;max-height:3rem;padding:.625rem 2.8125rem}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__tabs .button .cmp-button{font-size:1rem;margin-right:.5625rem;max-height:2.5rem;padding:.5rem 1rem}}.cmp-product-listing .cmp-product-listing__tabs .button.active .cmp-button{border:.0625rem solid #fff2b7}.cmp-product-listing .cmp-product-listing__content{min-height:20.3125rem}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__category{color:#fff2b7;font-size:2rem;margin-bottom:2.875rem;overflow:hidden;text-align:center}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__category:after{background-color:#fff2b7;content:"";display:inline-block;height:1px;left:1.25rem;margin-right:-50%;position:relative;vertical-align:middle;width:32.3125rem}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__category:after{left:.625rem;width:50%}}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__category:before{background-color:#fff2b7;content:"";display:inline-block;height:1px;margin-left:-50%;position:relative;right:1.25rem;vertical-align:middle;width:32.3125rem}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__category:before{right:.625rem;width:50%}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__category{font-size:1.5rem;margin-bottom:1.5rem}}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item{max-width:30.25rem;text-align:-webkit-center}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item{margin:0 auto 1.5rem}}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item img{aspect-ratio:1.42/1;height:21.375rem;width:30.25rem}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item img.is-clickable{cursor:pointer}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item img{height:18.625rem;width:22.375rem}}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item .cmp-product-listing__name{color:#fff2b7;font-size:2rem;margin-top:1.9375rem;text-align:center}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item .cmp-product-listing__name.is-clickable{cursor:pointer}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item .cmp-product-listing__name{font-size:1.5rem;margin-top:1rem}}.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item .cmp-product-listing__description{color:#fff;font-size:1.125rem;margin-bottom:3.625rem;margin-top:1.25rem;text-align:center}@media only screen and (max-width:1023px){.cmp-product-listing .cmp-product-listing__content .cmp-product-listing__item .cmp-product-listing__description{font-size:1rem;margin-bottom:1.5rem}}.cmp-cookie-personality-answers{background-size:cover;margin:0 auto;max-width:1366px;overflow:hidden;padding:6.5625rem 7.25rem;position:relative}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers{padding:5rem 1rem;text-align:center}}.cmp-cookie-personality-answers__container{align-items:center;display:flex;flex-wrap:nowrap;gap:2.5rem;justify-content:space-between}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers__container{align-items:center;flex-direction:column;gap:1rem;justify-content:center}}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned{width:50%}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned{width:100%}}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__title{color:#f4eac0;line-height:3.4375rem;margin-top:2.625rem;max-width:28.75rem;overflow:hidden;padding-bottom:3.9375rem;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__title{line-height:2.125rem;margin-top:0;max-width:100%;padding-bottom:1.4375rem}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description{margin-top:18.5rem}}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description-title{color:#f4eac0;line-height:2.75rem;margin-top:2.5rem;max-width:23.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description-title{font-size:1.125rem;line-height:2.125rem;margin-top:0;max-width:100%}}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description-personality{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.75rem;margin:1.5rem 0;overflow:hidden}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description-personality{font-size:1rem;line-height:1.625rem;margin:1.5rem 0 2.5rem}}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description .cmp-cookie-personality-answers__cta-button{display:flex;gap:1.25rem}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description .cmp-cookie-personality-answers__cta-button .cmp-button{white-space:nowrap}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__left-aligned .cmp-cookie-personality-answers__description .cmp-cookie-personality-answers__cta-button{align-items:center;flex-direction:column}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__right-aligned{position:absolute;top:8.125rem}}.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__right-aligned .cmp-cookie-personality-answers__image{height:26.875rem;width:37.375rem}@media only screen and (max-width:1023px){.cmp-cookie-personality-answers__container .cmp-cookie-personality-answers__right-aligned .cmp-cookie-personality-answers__image{height:16.75rem;margin-top:1.5rem;width:22.125rem}}.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:31.25rem;padding:6.25rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-teaser--first-half-left-aligned .cmp-teaser{gap:2rem;height:33.6875rem;padding:2rem 1rem 2.5rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content{flex-basis:50%}@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{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#f4eac0;display:-webkit-box;line-height:3.4375rem;margin-top:1.75rem;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:#fff;display:-webkit-box;font-family:Lato,sans-serif;font-size:1.125rem;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:1rem;line-height:1.625rem;margin-top:1rem}}.cmp-teaser--first-half-left-aligned .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container{margin-top:3.75rem}@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}}.cmp-product-cookie{background-color:#261000;background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:85.375rem;padding:1.25rem 6.875rem}@media only screen and (max-width:1023px){.cmp-product-cookie{padding:1rem}}.cmp-product-cookie .cmp-product-cookie__title{color:#f4eac0;font-size:2.5rem;padding-top:2.75rem}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__title{font-size:1.5rem;padding-top:.5rem}}.cmp-product-cookie .cmp-product-cookie__sub-title{color:#fff;font-size:1.125rem;padding-top:1.5rem}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__sub-title{font-size:1rem;padding-top:.75rem}}.product-cookie{background-color:#261000}.cmp-product-cookie .cmp-product-cookie__carousel{margin:4rem auto 2.5rem;max-width:69.875rem}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__carousel{margin-bottom:.3125rem;margin-top:2rem;max-width:16.25rem}}.cmp-product-cookie .cmp-product-cookie__carousel .slick-track{display:flex;justify-content:center}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__carousel .slick-dots{bottom:-13.875rem!important}}.cmp-product-cookie .cmp-product-cookie__carousel .cmp-product-cookie__carousel-item img{aspect-ratio:1.01/1;cursor:pointer;margin:auto;max-height:9.4375rem;max-width:9.5625rem}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__carousel .cmp-product-cookie__carousel-item img{max-height:6.875rem;max-width:6.875rem}.cmp-product-cookie .cmp-product-cookie__carousel .cmp-product-cookie__carousel-item.slick-active img{margin-left:auto;margin-right:0}.cmp-product-cookie .cmp-product-cookie__carousel .cmp-product-cookie__carousel-item.slick-active.cookie-last-item img,.cmp-product-cookie .cmp-product-cookie__carousel .cmp-product-cookie__carousel-item.slick-current img{margin-left:0;margin-right:auto}.cmp-product-cookie .cmp-product-cookie__carousel .cmp-product-cookie__carousel-item.slick-current.cookie-last-item img{margin-left:auto!important;margin-right:0!important}}.cmp-product-cookie .cmp-product-cookie__content{margin:auto auto .875rem;position:relative;width:fit-content}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__content{margin-bottom:3.25rem}}.cmp-product-cookie .cmp-product-cookie__content img{aspect-ratio:1.01/1;height:18.1875rem;width:18.4375rem}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__content img{height:11.4375rem;width:11.4375rem}}.cmp-product-cookie .cmp-product-cookie__content .cmp-product-cookie__content-footer{display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;position:absolute;text-align:center;top:0;transform:translate(-50%);width:10.375rem}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__content .cmp-product-cookie__content-footer{width:8.75rem}}.cmp-product-cookie .cmp-product-cookie__content .cmp-product-cookie__content-footer .cmp-product-cookie__name{color:#fdf1b9;font-size:1.5rem;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmp-product-cookie .cmp-product-cookie__content .cmp-product-cookie__content-footer .cmp-product-cookie__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.125rem;overflow:hidden;padding-top:1.0625rem}@media only screen and (max-width:1023px){.cmp-product-cookie .cmp-product-cookie__content .cmp-product-cookie__content-footer .cmp-product-cookie__description{font-size:1rem}}.accordion{background:#261000}.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 #fff2b7;color:#fff2b7;display:flex;justify-content:space-between;padding:0 .25rem 1rem;position:relative;width:100%}@media only screen and (max-width:1023px){.cmp-accordion .cmp-accordion__button{padding:0 0 1.375rem}}.cmp-accordion .cmp-accordion__button .cmp-accordion__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;cursor:pointer;display:-webkit-box;font-family:Manrope,sans-serif;line-height:1.625rem;margin-bottom:.3125rem;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:1rem}@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 #fff2b7;display:block;padding-bottom:2.5rem}@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:2rem;font-weight:500;margin-top:.1875rem}@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:1.5rem;font-weight:600;margin:.5rem 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:1.125rem;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:1rem;line-height:1.625rem;margin:.1875rem 0}}.error{background:#261000}.cmp-error{margin:0 auto;max-width:1366px;padding:3.125rem 7.0625rem 7.375rem;position:relative}@media only screen and (max-width:1023px){.cmp-error{padding:3.9375rem 3.125rem 1rem}}.cmp-error__container{display:flex;gap:5.5625rem;justify-content:space-between}@media only screen and (max-width:1023px){.cmp-error__container{align-items:center;flex-direction:column;gap:6.6875rem}}.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.5rem}@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:1.5rem}}.cmp-error__container .cmp-error__right-aligned{flex:50%}.cmp-error__container .cmp-error__right-aligned .cmp-image img{width:30rem}@media only screen and (max-width:1023px){.cmp-error__container .cmp-error__right-aligned .cmp-image img{width:19rem}}.cmp-error__productVariant{background-repeat:no-repeat;background-size:0 0}@media only screen and (max-width:1023px){.cmp-error__productVariant{background-size:15.75rem 15.375rem}}.cmp-error__productVariant .cmp-image img{height:0;margin:0}@media only screen and (max-width:1023px){.cmp-error__productVariant .cmp-image img{height:12.75rem;margin:0}}.cmp-gifting-listing,.gift-listing{background-color:#261000}.cmp-gifting-listing{background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:85.375rem;padding:2.75rem 7.0625rem}@media only screen and (max-width:1023px){.cmp-gifting-listing{padding:1.75rem 1rem}}.cmp-gifting-listing .cmp-gifting-listing__title{color:#fff2b7;font-size:2.5rem;margin-top:2.25rem;text-align:center}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__title{font-size:1.5rem;margin-top:.75rem}}.cmp-gifting-listing .cmp-gifting-listing__tabs{display:flex;margin-bottom:.125rem;margin-top:2.75rem;text-align:center}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__tabs{margin-bottom:2rem;margin-top:2rem;overflow:auto}.cmp-gifting-listing .cmp-gifting-listing__tabs::-webkit-scrollbar{background:transparent;width:0}.cmp-gifting-listing .cmp-gifting-listing__tabs::-webkit-scrollbar-thumb{background:transparent}}.cmp-gifting-listing .cmp-gifting-listing__tabs .button{margin:auto 0}.cmp-gifting-listing .cmp-gifting-listing__tabs .button:first-child{margin-left:auto}.cmp-gifting-listing .cmp-gifting-listing__tabs .button:last-child{margin-right:auto}.cmp-gifting-listing .cmp-gifting-listing__tabs .button .cmp-button{background-color:transparent;border:none;color:#fff2b7;font-size:1rem;margin-right:.75rem;max-height:3rem;padding:1rem 2.5rem}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__tabs .button .cmp-button{font-size:1rem;margin-right:.5rem;max-height:2.5rem;padding:.5625rem 1.25rem}}.cmp-gifting-listing .cmp-gifting-listing__tabs .button .cmp-button .cmp-button__text{text-wrap:nowrap}.cmp-gifting-listing .cmp-gifting-listing__tabs .button.active .cmp-button{border:.0625rem solid #fff2b7}.cmp-gifting-listing .cmp-gifting-listing__content{margin-top:2.625rem;min-height:20.3125rem}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content{margin-top:0}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category{color:#fff2b7;font-size:1.5rem;margin-bottom:1.5rem;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category{font-size:1.125rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category:after{background-color:#fff2b7;content:"";display:inline-block;height:1px;left:1.78125rem;margin-right:-50%;position:relative;vertical-align:middle;width:4.75rem}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category:after{width:5.5rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category:before{background-color:#fff2b7;content:"";display:inline-block;height:1px;margin-left:-50%;position:relative;right:1.71875rem;vertical-align:middle;width:4.75rem}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category:before{width:5.5rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category-desc{color:#fff;font-size:1.125rem;line-height:1.625rem;margin-bottom:3.125rem;text-align:center}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__category-desc{font-size:1rem;margin-bottom:2rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item{max-width:20.75rem;text-align:-webkit-center}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item{margin:0 auto 1.5rem;max-width:22.375rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__item-content{display:flex;height:21.125rem}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__item-content{height:giftlisting-content-mobile-item-content-height/16rem;width:22.375rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__item-content img{aspect-ratio:1.1/1;height:14.9375rem;margin:auto;width:16.4375rem}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__item-content img.is-clickable{cursor:pointer}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__item-content img{height:17.5625rem;width:19.125rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff2b7;display:-webkit-box;font-size:1.3125rem;line-height:1.75rem;margin-top:2.75rem;overflow:hidden;text-align:center}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__name.is-clickable{cursor:pointer}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__name{font-size:1.125rem;line-height:2.125rem;margin-top:1rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1rem;line-height:1.5625rem;margin-bottom:3.125rem;margin-top:2.0625rem;overflow:hidden;text-align:center}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__description{font-size:.875rem;margin-bottom:2rem;margin-top:1rem}}.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__buynow{margin-bottom:2.375rem}@media only screen and (max-width:1023px){.cmp-gifting-listing .cmp-gifting-listing__content .cmp-gifting-listing__item .cmp-gifting-listing__buynow{margin-bottom:1.5rem}}.product-description{background-color:#261000}.cmp-product-description{margin:0 auto;max-width:1366px;padding:4rem 113px 2.5rem}@media only screen and (max-width:1023px){.cmp-product-description{padding:2rem 1rem 1.5rem}}.cmp-product-description__top-container{align-items:center;display:flex;justify-content:space-between;padding-bottom:2.5rem}@media only screen and (max-width:1023px){.cmp-product-description__top-container{align-items:baseline;flex-direction:column;gap:.75rem;padding-bottom:1.25rem}}.cmp-product-description__top-container .title{flex:30%;max-width:31.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmp-product-description__top-container .title .cmp-title__text{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff2b7;display:-webkit-box;line-height:3.4375rem;overflow:hidden}@media only screen and (max-width:1023px){.cmp-product-description__top-container .title .cmp-title__text{line-height:2.125rem}}.cmp-product-description__top-container .cmp-product-description__reviews-container{display:flex;gap:1.05rem}@media only screen and (max-width:1023px){.cmp-product-description__top-container .cmp-product-description__reviews-container{gap:.625rem;padding-top:0}}.cmp-product-description__top-container .cmp-product-description__reviews-container .cmp-product-description__rating-star:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff2b7;content:"";display:inline-block;font-family:icomoon!important;font-size:1.3125rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:.5rem;padding-top:.25rem;text-transform:none}@media only screen and (max-width:1023px){.cmp-product-description__top-container .cmp-product-description__reviews-container .cmp-product-description__rating-star:after{padding:0 .5rem 0 0}}.cmp-product-description__top-container .cmp-product-description__reviews-container .cmp-product-description__rating-star:last-child:after{padding-right:0}.cmp-product-description__top-container .cmp-product-description__reviews-container .cmp-product-description__rating-star.empty: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;text-transform:none}.cmp-product-description__top-container .cmp-product-description__reviews-container .cmp-product-description__reviews{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#f4eac0;display:-webkit-box;line-height:1.75rem;max-width:10.625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:1023px){.cmp-product-description__top-container .cmp-product-description__reviews-container .cmp-product-description__reviews{line-height:1.625rem}}.cmp-product-description .text .cmp-text p{line-height:1.75rem}@media only screen and (max-width:1023px){.cmp-product-description .text .cmp-text p{line-height:1.625rem}}.cmp-separator{margin:1.5rem 0}.cmp-separator__horizontal-rule{border:.125rem solid #fff2b7}.cmp-recipe-direction{margin:0 auto;max-width:85.375rem;padding:1rem 4.25rem 1rem 3.125rem}@media only screen and (max-width:1023px){.cmp-recipe-direction{padding:1.5rem 1rem}}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{color:#fff2b7;padding-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__head{padding-bottom:.5rem}}.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{color:#fff;font-family:Manrope,sans-serif;font-size:1.125rem;padding-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__title .cmp-recipe-direction__description{font-size:1rem;padding-bottom:2rem}}.cmp-recipe-direction .cmp-recipe-direction__steps{display:flex;gap:1.5rem;margin-bottom:2.5rem}@media only screen and (max-width:1023px){.cmp-recipe-direction .cmp-recipe-direction__steps{flex-direction:column;gap:1rem;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:1rem;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.5625rem;order:1;width:8.75rem}.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:#fff2b7;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:#f4eac0;font-size:1.125rem;padding-top: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-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:#261000;border:.0625rem solid #fff2b7;border-radius:.25rem;bottom:.1875rem;cursor:pointer;left:0;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:#261000;border:.0625rem solid #fff2b7;border-radius:.25rem;bottom:.1875rem;left:0;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 #fff;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.5rem}}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text{color:#fff;font-family:Manrope,sans-serif;font-size:1rem;padding-bottom:2.5rem}.cmp-recipe-direction .cmp-recipe-direction__steps .direction-content .direction-text a{color:#fff}@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:#f4eac0;font-family:Manrope,sans-serif;font-size:1rem}@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:#261000}.cmp-recipe-detail{margin:0 auto;max-width:85.375rem;padding:3.75rem 7.0625rem 1.5625rem;position:relative}@media only screen and (max-width:1023px){.cmp-recipe-detail{padding:2rem 1rem 2.5rem}}.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:2;-webkit-box-orient:vertical;color:#f4eac0;display:-webkit-box;line-height:3.4375rem;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:3;-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:#fff2b7;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:#fff2b7;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 #f4eac0;border-radius:1.75rem;font-family:Lato,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:#fff2b7;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:Lato,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:Lato,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:#fff2b7;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:#4b2a13;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:#fff2b7;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:#fff2b7;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:#4b2a13;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:#4b2a13;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:#fff2b7;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:#fff2b7;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:#fff2b7;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:#fff2b7;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}}.cmp-share .cmp-share__overlay{background-color:#261000;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:transparent linear-gradient(180deg,#6d4428,#372214) 0 0 no-repeat padding-box;width:20.1875rem}}.cmp-share .cmp-share__header{align-items:baseline;border-bottom:.0625rem solid #fff2b7;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:#fff2b7;font-family:Manrope,sans-serif;font-size:2.5rem}@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:#fff2b7;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:#fff;display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:1.125rem;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:#261000;border-radius:50%;color:#fff;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:#261000;border-radius:50%;color:#fff;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:#fff;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:#fff;flex-grow:2;font-family:Lato,sans-serif;font-size:1.25rem;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:#fff2b7;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-related-products{background-color:#261000;width:100%}.cmp-related-products .cmp-related-products__container{display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:85.375rem;padding:.625rem 7.0625rem 2.25rem;width:100%}@media only screen and (max-width:1023px){.cmp-related-products .cmp-related-products__container{gap:1.5rem;padding:.75rem 1rem 5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-related-products .cmp-related-products__container{padding:.75rem 1rem 5rem 7.0625rem}}.cmp-related-products .cmp-related-products__header{margin:.75rem 0 0}.cmp-related-products .cmp-related-products__header h3{color:#f4eac0}.cmp-related-products .cmp-related-products__items{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:0 5.25rem}@media only screen and (max-width:1023px){.cmp-related-products .cmp-related-products__items{display:flex;flex-direction:column;gap:2.5rem;padding:0}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-related-products .cmp-related-products__items{padding:0 2rem}}.cmp-related-products .cmp-related-products__item{align-items:center;display:flex;flex-direction:column;height:13.125rem;justify-content:space-around;width:17.625rem}.cmp-related-products .cmp-related-products__item img{height:13.125rem;width:17.625rem}@media only screen and (max-width:1023px){.cmp-related-products .cmp-related-products__item,.cmp-related-products .cmp-related-products__item img{height:15.3125rem;width:18.375rem}}.cmp-related-products .cmp-related-products__cta{display:flex;justify-content:center;padding:.5rem 0}.cmp-container--center-align .cmp-related-products{align-items:center;display:flex;flex-direction:column}.cmp-related-products .cmp-carousel--reveal-next-item .slick-list{padding:0 1.4375rem 0 0!important}.cookie-personality{background-color:#261000}.cmp-cookie-personality{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;margin:0 auto;max-width:1366px;min-height:21.875rem;padding:0 7.0625rem;position:relative}@media only screen and (max-width:1023px){.cmp-cookie-personality{padding:1rem}}.cmp-cookie-personality{overflow:hidden}.cmp-cookie-personality h2{color:#fff2b7;padding-bottom:1.5rem;padding-top:3.75rem;position:relative;text-align:center}@media only screen and (max-width:1023px){.cmp-cookie-personality h2{padding-top:1.5rem}}.cmp-cookie-personality h3{color:#fff2b7;font-weight:400;position:relative;text-align:center}@media only screen and (max-width:1023px){.cmp-cookie-personality h3{font-size:1.125rem;line-height:2.125rem}}.cmp-cookie-personality__stepper{display:flex;justify-content:center;margin-bottom:1.5rem}@media only screen and (max-width:1023px){.cmp-cookie-personality__stepper{margin-bottom:2.0625rem}}.cmp-cookie-personality__stepper--step{position:relative;width:8rem}@media only screen and (max-width:1023px){.cmp-cookie-personality__stepper--step{width:4rem}}.sunbean-body .cmp-cookie-personality__stepper--step img{left:-.5625rem;position:absolute;top:.625rem}@media only screen and (max-width:1023px){.sunbean-body .cmp-cookie-personality__stepper--step img{top:.375rem}}.sunbean-body .cmp-cookie-personality__stepper--step span{color:#644f40;font-size:1.125rem;left:.625rem;line-height:0;position:absolute;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1023px){.sunbean-body .cmp-cookie-personality__stepper--step span{font-size:1rem;left:.46875rem;top:48%}}body:not(.sunbean-body) .cmp-cookie-personality__stepper--step span{color:#644f40;font-size:1.125rem;left:.625rem;line-height:0;position:absolute;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1023px){body:not(.sunbean-body) .cmp-cookie-personality__stepper--step span{font-size:1rem;left:.46875rem;top:48%}}body:not(.sunbean-body) .cmp-cookie-personality__stepper--step:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#644f40;content:"";font-family:icomoon!important;font-size:1.875rem;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){body:not(.sunbean-body) .cmp-cookie-personality__stepper--step:before{font-size:1.5rem}}body:not(.sunbean-body) .cmp-cookie-personality__stepper--step:after{background:#644f40;bottom:-1.4375rem;content:" ";height:6.25rem;left:4.90625rem;position:absolute;transform:rotate(90deg);width:.25rem}@media only screen and (max-width:1023px){body:not(.sunbean-body) .cmp-cookie-personality__stepper--step:after{bottom:.09375rem;height:2.5rem;left:2.65625rem}}.sunbean-body .cmp-cookie-personality__stepper--step:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#644f40;content:"";font-family:icomoon!important;font-size:.8125rem;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){.sunbean-body .cmp-cookie-personality__stepper--step:before{font-size:.8125rem}}.sunbean-body .cmp-cookie-personality__stepper--step:after{background:#644f40;bottom:-1.4375rem;content:" ";height:6.25rem;left:4.25rem;position:absolute;transform:rotate(90deg);width:.25rem}@media only screen and (max-width:1023px){.sunbean-body .cmp-cookie-personality__stepper--step:after{bottom:.09375rem;height:2.5rem;left:2.3125rem}}.cmp-cookie-personality__stepper--step-4{height:3.375rem;position:relative;width:3.375rem}@media only screen and (max-width:1023px){.cmp-cookie-personality__stepper--step-4{height:2.625rem;width:2.625rem}}.cmp-cookie-personality__stepper--step-4 img{height:3.375rem;left:0;position:absolute;top:0;width:3.375rem}@media only screen and (max-width:1023px){.cmp-cookie-personality__stepper--step-4 img{height:2.625rem;width:2.625rem}}body:not(.sunbean-body) .cmp-cookie-personality__stepper--step-4.active-4:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff2b7;border-radius:50%;color:#fff2b7;color:#261000;content:"";font-family:icomoon!important;font-size:1.875rem;font-style:normal;font-variant:normal;font-weight:400;left:50%;line-height:1;position:absolute;text-transform:none;top:50%;transform:translate(-50%,-50%);z-index:1}@media only screen and (max-width:1023px){body:not(.sunbean-body) .cmp-cookie-personality__stepper--step-4.active-4:before{font-size:1.5rem}}body:not(.sunbean-body) .cmp-cookie-personality__stepper .active:before{background-color:#fff2b7;border-radius:50%;color:#fff2b7;color:#261000;content:""}.sunbean-body .cmp-cookie-personality__stepper .active span,body:not(.sunbean-body) .cmp-cookie-personality__stepper .active span{display:none}body:not(.sunbean-body) .cmp-cookie-personality__stepper .completed:before{background-color:unset;color:#fff2b7;content:""}body:not(.sunbean-body) .cmp-cookie-personality__stepper .completed:after{background:#fff2b7}body:not(.sunbean-body) .cmp-cookie-personality__stepper .completed span{color:#fff2b7;display:block}.sunbean-body .cmp-cookie-personality__stepper .completed:before{background-color:#644f40;border-radius:50%;color:#644f40;content:""}.sunbean-body .cmp-cookie-personality__stepper .completed:after{background:#fff2b7}.sunbean-body .cmp-cookie-personality__stepper .completed span{color:#fff2b7;display:block}@media only screen and (max-width:1023px){.cmp-cookie-personality__question-wrapper{width:100%}}.cmp-cookie-personality__options{color:#fff;display:flex;justify-content:space-between;margin:0 auto;padding-top:1.8125rem;position:relative;width:43.125rem}@media only screen and (max-width:1023px){.cmp-cookie-personality__options{flex-direction:column;justify-content:unset;padding-left:.5rem;padding-top:1.5rem;width:21.875rem}}.cmp-cookie-personality__options .cmp-cookie-personality__option{color:#fff;cursor:pointer}@media only screen and (max-width:1023px){.cmp-cookie-personality__options .cmp-cookie-personality__option{padding-bottom:1.5rem}}.cmp-cookie-personality__options .cmp-cookie-personality__option:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff2b7;content:"";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-cookie-personality__options .cmp-cookie-personality__option:before{font-size:1rem;padding-right:.5rem}}.cmp-cookie-personality__options .active{color:#fff2b7}.cmp-cookie-personality__options .active:before{content:""}.cmp-cookie-personality__actions{display:flex;gap:2rem;margin-bottom:15.125rem;margin-top:1.875rem}@media only screen and (max-width:1023px){.cmp-cookie-personality__actions{gap:1rem;margin-bottom:14.875rem;margin-top:.25rem}}.cmp-cookie-personality__actions .button{position:relative}.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:#f4eac0;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:#fff2b7;cursor:pointer;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:700;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:#fff2b7;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:#261000;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:#261000;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:#261000;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:#261000;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:#261000;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:#bf271b;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:#fff2b7;content:"";display:flex;font-family:icomoon;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:#bf271b;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:#fff2b7;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 #bf271b;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:#bf271b}.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:2.5rem;padding-top:2.5rem}}.cmp-product-explore-listing .product-explore-listing-spacing{padding-left:11.625rem;padding-right:11.625rem}@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:#f4eac0;display:flex;flex-direction:row;margin-bottom:3rem;position:relative}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section{margin-bottom:1.5rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section h2{color:#f4eac0}.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:1rem;padding-right:1rem;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:#f4eac0;font-family:Manrope,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:.75rem}@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:#261000 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:Lato,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:#261000;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:#5d371d;border-radius:1rem;left:auto;padding:1.25rem 1.25rem 1.5rem;position:absolute;right:-1.375rem;top:3rem;width:23.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:3rem;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:#f4eac0;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:Lato,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:#f4eac0;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:#fff2b7;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 #f4eac0;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:#f4eac0;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:0 1rem 1.5rem}}.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 1rem 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 2.75rem;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:1rem 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.83333rem);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:.75rem}}.cmp-product-explore-listing .cmp-product-explore-listing__extra-between-section{margin-bottom:3rem;margin-top:5rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__extra-between-section{margin-bottom:1.5rem;margin-top:2.5rem}}.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:#261000;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{color:#f4eac0;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:#4b2a13;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:18.125rem;object-fit:cover;width:32.4375rem}@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:2rem 2.25rem 3.625rem 3rem}@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:1rem 1rem 1.5rem}}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .cmp-teaser-contest__name{color:#f4eac0;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:2rem}@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:#fff2b7;font-size:2.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 .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}.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:#fff2b7;font-family:Lato,sans-serif;font-weight:700}@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:1.125rem;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:#91e2cb;border-radius:50%;box-shadow:0 0 .375rem #91e2cb;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:#91e2cb;font-family:Lato,sans-serif;font-size:1.1875rem;font-weight:700}.cmp-teaser-contest .cmp-teaser-contest__item-wrapper .cmp-teaser-contest__item .cmp-teaser-contest__content .button{margin-top: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 .button{display:flex;justify-content:center;margin-top:1.75rem}}.contact-us{background-color:#261000}.cmp-contact-us{margin:0 auto;max-width:85.375rem;padding:3.75rem 7.0625rem 5rem}@media only screen and (max-width:1023px){.cmp-contact-us{max-width:24.375rem;padding:2.5rem 1rem 3.5rem}}.cmp-contact-us .cmp-contact-us__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff2b7;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:1;-webkit-box-orient:vertical;color:#fff2b7;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:1rem;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:46rem}@media only screen and (max-width:1023px){.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form{margin-top:2rem}}.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:#3b2314;border:.0625rem solid #3b2314;border-radius:1rem;color:#fff2b7;font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.625rem;margin:.75rem 0 1.5rem;padding:1.0625rem .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:#97866a}.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 #bf271b}@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:.8125rem 0 1rem;padding:.625rem .9375rem .6875rem}}.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:#f4eac0;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:#bf271b;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:#bf271b;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:1rem}@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:.25rem}}.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:#97866a;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:2rem}}.cmp-contact-us .cmp-contact-us__form-wrapper .cmp-contact-us__form .cmp-contact-us__bottom-contents{color:#f6eabb;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:2.5rem}}.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-footer{background-position:50%;background-repeat:no-repeat;background-size:cover}.cmp-footer .cmp-footer__top-content{display:flex;flex-direction:row;flex-wrap:wrap;margin:auto}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content{gap:3.25rem;justify-content:center;padding-left:0;padding-right:0;padding-top:6.375rem}}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content{flex-direction:row;flex-wrap:nowrap;gap:5rem;padding-left:8.625rem;padding-right:0;padding-top:6.375rem}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content{flex-direction:column;gap:3.25rem;justify-content:center;padding-bottom:6.5625rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav-subscribe{display:none}.cmp-footer .cmp-footer__top-content .cmp-footer__nav{flex-direction:row}.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:block;padding:0}@media only screen and (min-width:1366px){.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{column-count:2}}@media only screen and (min-width:1024px)and (max-width:1365px){.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{column-count:2}}@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-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group{column-count:1}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item{font-weight:500;padding-right:2.25rem}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:nth-child(3){padding-bottom:1.5rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:nth-child(3){padding-bottom:1.25rem}}@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:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item:nth-child(3){padding-bottom:1.25rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation__group .cmp-navigation__item,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item{margin-right:0;padding-bottom:1.25rem}}@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,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation__group .cmp-navigation__item{margin-right:0;padding-bottom:1.25rem;padding-right: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{text-wrap:nowrap}@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{border-right:unset}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item{border-right:.0625rem solid #fff}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item{border-right:.0625rem solid #fff;padding-right:1.8125rem}}@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 .cmp-navigation__item{padding-right:1.8125rem}}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item:nth-child(4){margin-left:2.8125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item:nth-child(4){margin-left:2.8125rem}}@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 .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--left .cmp-navigation .cmp-navigation__item:nth-child(4){margin-left:0}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){padding-left:0}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){border-right:.0625rem solid #fff;margin-left:2.8125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){border-right:.0625rem solid #fff;margin-left:1.8125rem}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:first-child,.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(2){border-right:none;margin-left:1.8125rem}}.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(4){padding-right:0}@media only screen and (min-width:1366px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(3),.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item:nth-child(4){margin-left:2.8125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item{margin-left:1.8125rem}}@media only screen and (max-width:1023px){.cmp-footer .cmp-footer__top-content .cmp-footer__nav .cmp-footer__nav-items.cmp-navigation__group--right .cmp-navigation .cmp-navigation__item{margin-left:1.8125rem}}.cmp-footer__bottom-content{background:#261000;max-width:unset}.cmp-footer__bottom-content .cmp-footer__container{margin:0 auto;max-width:1366px;padding:0 113px}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container{padding:0 2.25rem 0 2.375rem}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles{gap:1.75rem;padding-top:2rem}}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles a{font-size:1rem}@media only screen and (max-width:1023px){.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__ITC-Titles a{font-size:.875rem}.cmp-footer__bottom-content .cmp-footer__container .cmp-footer__social-media{align-items:center;height:3rem;margin-bottom:2rem}}.cmp-new-footer{background:#261000}.cmp-new-footer .cmp-new-footer__top-content{background-repeat:no-repeat;background-size:cover;display:flex;justify-content:space-evenly;margin:0 auto;max-width:1366px}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content{flex-direction:row;gap:5rem;padding:4rem 7.5rem 4rem 6rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content{gap:1.875rem;padding:4rem 7.5rem 4rem 1rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content{flex-direction:column;gap:3.25rem;padding:2.125rem 0 5.5rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo{align-items:center;display:flex;gap:3rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo{gap:2rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo{margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image{height:14.25rem;width:23rem}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image{height:16rem;width:26rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:8.25rem;width:8rem}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:8.25rem;width:8rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:7.25rem;width:6rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_itc{height:5rem;width:4rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:5.25rem;width:16rem}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:5.25rem;width:16rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:4.25rem;width:12rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__logo .cmp-image__image_df_fssai{height:5rem;width:11rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav{display:flex;flex-direction:row;justify-content:center;max-width:49.125rem}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav{width:49.125rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav{margin-left:auto;margin-right:auto}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{border-right:.0625rem solid #fff;display:flex;flex-direction:column;gap:1.5625rem;margin-bottom:auto}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{padding-left:2.9375rem;padding-right:2.3125rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{padding-left:1.875rem;padding-right:1.875rem}}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group{gap:1rem;padding-right:1.8125rem}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group:last-child{border-right:unset;padding-right:0}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group:last-child{padding-left:1.4375rem}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item{text-align:center}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item .cmp-new-footer__nav-link{text-wrap:nowrap;color:#fff;font-family:Lato,sans-serif;font-size:1.125rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item .cmp-new-footer__nav-link{font-size:.0625remrem;text-align:center}}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav .cmp-new-footer__nav-group .cmp-new-footer__nav-item .cmp-new-footer__nav-link:hover{display:block;text-decoration:underline;transform:scale(1.1)}@media only screen and (min-width:1366px){.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav__count-2 .cmp-new-footer__nav-group{height:max-content}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav__count-2 .cmp-new-footer__nav-group:first-child{padding-right:7.5rem}.cmp-new-footer .cmp-new-footer__top-content .cmp-new-footer__nav__count-2 .cmp-new-footer__nav-group:last-child{padding-left:7.5rem}}.cmp-new-footer .cmp-new-footer__bottom-content{background:#261000;margin:0 auto}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1366px;overflow:hidden;padding:0 113px}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container{flex-direction:column;margin:0 auto;padding:0}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles{display:flex;gap:3.625rem;padding:1.1875rem 0}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles{gap:1.75rem;margin-right:0;padding:2rem 0 1.875rem}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles a{color:#fff;font-size:1.125rem;text-decoration:none}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__ITC-Titles a{font-size:1rem}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media{display:flex;gap:2.5rem}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media{align-items:center;gap:2.375rem;height:2.25rem;margin-bottom:2.375rem;margin-top:0}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class*=" icon-"],.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class^=icon-]{font-size:1.5rem}@media only screen and (max-width:1023px){.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class*=" icon-"],.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media [class^=icon-]{font-size:1.5rem}}.cmp-new-footer .cmp-new-footer__bottom-content .cmp-new-footer__container .cmp-new-footer__social-media a{text-decoration:none}.cmp-available-store{margin:0 auto;max-width:115rem}.cmp-available-store .cmp-available-store__wrap{align-items:center;background-color:#ffda7d;color:unset;display:flex;justify-content:center;padding:1.5rem}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap{padding:1.5rem 1.25rem}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content{display:flex;gap:4rem;justify-content:center}@media only screen and (max-width:1024px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content{align-items:center;flex-direction:column;gap:0}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title h3{margin-bottom:0}@media only screen and (max-width:1024px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title h3{margin-bottom:0}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title p{margin-bottom:.5rem;text-align:center}}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title{text-align:center}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__title p{margin:0 0 1rem}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList{display:flex;gap:1.5rem;margin-bottom:1rem}@media only screen and (max-width:1024px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList{margin-bottom:.75rem}}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList{flex-flow:wrap;justify-content:center;margin-bottom:0}}.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__iconsList .cmp-available-store__icon{transition:.3s;width:3.75rem}@media only screen and (max-width:1024px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__text{text-align:center}}@media only screen and (max-width:1023px){.cmp-available-store .cmp-available-store__wrap .cmp-available-store__content .cmp-available-store__text{padding:1rem 3.5625rem 0;text-align:center}}.buy-now-marquee{background-color:#bf271b;color:#fff2b7;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}}.cmp-product-explore-listing{min-height:62.5rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing{min-height:31.25rem}}.cmp-product-explore-listing .cmp-product-explore-listing__header-section{padding-left:6.8125rem;padding-right:11.0625rem}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section{margin-left:auto;margin-right:auto;max-width:62.25rem;padding-left:1rem;padding-right:1rem}}@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__filter-section{margin-bottom:auto;padding-right:1.375rem}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__header-section .cmp-product-explore-listing__filter-section{margin-bottom:0;padding-right: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-footer .cmp-button--secondary .cmp-button{background:transparent}.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 .cmp-button:focus{color:#f4eac0}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-product-explore-listing .cmp-product-explore-listing__products{margin-left:auto;margin-right:auto;max-width:62.125rem;padding:0}}@media only screen and (max-width:1023px){.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item{margin-left:auto;margin-right:auto;max-width:22.375rem}}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--recipe .cmp-card .cmp-card__image img{height:25.1875rem;width:18.875rem}@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__image img{height:18.625rem;width:22.375rem}.cmp-product-explore-listing .cmp-product-explore-listing__products .cmp-product-explore-listing__product-item .cmp-card--recipe .cmp-card .cmp-card__info .cmp-card__title h5{height:auto}}.recipe,.social{background:#261000}.teaser-contest{background-color:#261000}.history{background:#261000}.cmp-card--tvc .cmp-card__content .cmp-card__info .cmp-card__title h5{font-weight:500}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper{height:2.3125rem}@media only screen and (max-width:1023px){.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__tag-wrapper{height:2.125rem}}.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes{margin-top:1.5rem}@media only screen and (max-width:1023px){.cmp-card--recipe .cmp-card__content .cmp-card__info .cmp-card__time-in-minutes{margin-top:.75rem}}@media only screen and (max-width:375px){.cmp-cards .carousel .cmp-carousel .cmp-carousel__container{margin-right:1rem}.cmp-cards .carousel .cmp-carousel .cmp-carousel__container .cmp-carousel__item{display:flex;justify-content:center}}@media only screen and (max-width:1023px){.cmp-cards .carousel .cmp-carousel .cmp-carousel__container .slick-dots,.cmp-cards .carousel .cmp-carousel .cmp-carousel__container .slick-dots-container{bottom:-1.25rem}}@media only screen and (min-width:1024px)and (max-width:1365px){.cmp-cards--recipe .cmp-cards__heading,.cmp-cards--recipe .cmp-cards__sub-heading{padding-left:113px}}.cmp-cards--recipe .carousel .cmp-carousel .slick-initialized .slick-slide{display:flex;justify-content:center}@media only screen and (max-width:1023px){.cmp-cards--recipe .carousel .cmp-carousel .slick-initialized .slick-slide{justify-content:flex-start}}@media only screen and (max-width:375px){.cmp-cards--recipe .carousel .cmp-carousel .slick-initialized .slick-slide{justify-content:center}}.cmp-banner{min-height:25rem}.cmp-banner--cta-left-aligned .cmp-banner__sub-title{line-height:2.75rem}@media only screen and (max-width:1023px){.cmp-banner--cta-left-aligned .cmp-banner__sub-title{line-height:2.125rem}}.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:#f4eac0;font-size:1.125rem;left:.9375rem;line-height:1.625rem;opacity:.7;position:absolute;top:3.5rem}@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.09375rem}}.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-image--product-detail-image .cmp-image__image{height:18.875rem;width:25.375rem}@media only screen and (max-width:1023px){.cmp-image--product-detail-image .cmp-image__image{height:15.3125rem;width:18.375rem}}.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__title{max-width:54.375rem}@media only screen and (max-width:1023px){.cmp-recipe-detail__top-container .cmp-recipe-detail__left-container .cmp-recipe-detail__title{max-width:100%}}.cmp-recipe-detail__top-container .cmp-recipe-detail__right-container .cmp-recipe-detail__social-component{justify-content:flex-end}@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:4;-webkit-box-orient:vertical;display:-webkit-box;max-width:11.5rem;min-width:auto;overflow:hidden}}@media only screen and (max-width:375px){.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__ingredients-details-left{max-width:10rem}}@media only screen and (max-width:1023px){.cmp-recipe-detail__ingredients-container .cmp-recipe-detail__ingredients-details .cmp-recipe-detail__dotted-line{flex:1}.cmp-product-tabs .cmp-product-tabs__content{min-height:22.625rem}}.cmp-search{padding:7rem 0 .0625rem}@media only screen and (max-width:1023px){.cmp-search{padding:.0625rem 0;position:unset}}.cmp-search .cmp-search__results{position:absolute;top:10rem}.cmp-header__nav-links .cmp-navigation__group .cmp-header__submenu{top:0!important}.embed .site-map-dark-fantasy{background-repeat:no-repeat;background-size:cover;margin-top:0;padding:0 5%}.embed .site-map-dark-fantasy .headingSiteMap{border-bottom:3px solid #ffda7d;padding:10px 10px 20px 0}.embed .site-map-dark-fantasy .headingSiteMap h1{color:#ffda7d;font-size:2pc;font-weight:700;letter-spacing:.3px;margin-bottom:0;margin-top:0}.embed .site-map-dark-fantasy .siteMapflowDiv{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:40px}.embed .site-map-dark-fantasy .siteMapflowDiv div{flex:0 0 25%}.embed .site-map-dark-fantasy .siteMapflowDiv div ul{padding:0}.embed .site-map-dark-fantasy .siteMapflowDiv div a{color:#ffda7d;text-decoration:none}.embed .site-map-dark-fantasy .siteMapflowDiv .subCategoryHeading{font-size:24px;font-weight:900}.embed .site-map-dark-fantasy .siteMapflowDiv li{color:#fff2b7;display:block;font-size:1pc;font-weight:500;margin-bottom:10px}@media only screen and (max-width:768px){.embed .site-map-dark-fantasy .siteMapflowDiv{flex-direction:column!important}}.breadcrumb{margin-top:78px;padding:9pt 0;position:relative;z-index:0}@media only screen and (max-width:1023px){.breadcrumb{margin-top:9pt}}.cmp-breadcrumb .cmp-breadcrumb__list{display:flex;gap:8px}@media only screen and (max-width:1023px){.cmp-breadcrumb .cmp-breadcrumb__list{padding-inline-start:20px}}.cmp-breadcrumb .cmp-breadcrumb__item{align-items:center;background-color:#ffda7d;border-radius:1pc;cursor:pointer;display:flex;flex:none;height:24px;padding:4px 2pc 4px 8px;position:relative;z-index:2}.cmp-breadcrumb .cmp-breadcrumb__item:after{color:#1d1d1d;content:">";font-size:20px;position:absolute;right:4px}.cmp-breadcrumb .cmp-breadcrumb__item:last-of-type{padding-right:8px}@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:113px;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:14px;font-weight:500;line-height:28px;text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item span:hover,.cmp-breadcrumb .cmp-breadcrumb__item-link:hover,.cmp-breadcrumb .cmp-breadcrumb__item:hover{text-decoration:underline}.cmp-breadcrumb .cmp-breadcrumb__item--active .cmp-breadcrumb__item-link,.cmp-breadcrumb .cmp-breadcrumb__item--active span{color:#aa1f2e;text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item--active .cmp-breadcrumb__item-link:hover,.cmp-breadcrumb .cmp-breadcrumb__item--active span:hover,.cmp-breadcrumb .cmp-breadcrumb__item--active:hover{text-decoration:none}.cmp-breadcrumb .cmp-breadcrumb__item--active:after{display:none}
@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(clientlib-dark_fantasy/css/icon-font/fonts/icomoon.eot?cl7op4);src:url(clientlib-dark_fantasy/css/icon-font/fonts/icomoon.eot?cl7op4#iefix) format("embedded-opentype"),url(clientlib-dark_fantasy/css/icon-font/fonts/icomoon.ttf?cl7op4) format("truetype"),url(clientlib-dark_fantasy/css/icon-font/fonts/icomoon.woff?cl7op4) format("woff"),url(clientlib-dark_fantasy/css/icon-font/fonts/icomoon.svg?cl7op4#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-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,.icon-facebook: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"}