/* The OOTB AEM 6.4 grid system.
 *
 * This has been modified slightly to support Dexter's
 * custom breakpoints and remove fixed left / right padding.
 */
/*
 * 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: 599px) {
  .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: 600px) and (max-width: 1199px) {
  .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;
  }
}
.aem-GridColumn {
  padding: 0;
}

.nobr{display:inline-flex}body:lang(ko){word-break:keep-all}.NoMargin,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMargin ol,.NoMargin p,.NoMarginTop,.NoMarginTop h1,.NoMarginTop h2,.NoMarginTop h3,.NoMarginTop h4,.NoMarginTop h5,.NoMarginTop h6,.NoMarginTop ol,.NoMarginTop p,.NoMarginTop ul,.NoMargin ul{margin-top:0}.NoMargin,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMargin ol,.NoMargin p,.NoMarginRight,.NoMarginRight h1,.NoMarginRight h2,.NoMarginRight h3,.NoMarginRight h4,.NoMarginRight h5,.NoMarginRight h6,.NoMarginRight ol,.NoMarginRight p,.NoMarginRight ul,.NoMargin ul{margin-right:0}.NoMargin,.NoMarginBottom,.NoMarginBottom h1,.NoMarginBottom h2,.NoMarginBottom h3,.NoMarginBottom h4,.NoMarginBottom h5,.NoMarginBottom h6,.NoMarginBottom ol,.NoMarginBottom p,.NoMarginBottom ul,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMargin ol,.NoMargin p,.NoMargin ul{margin-bottom:0!important}.NoMargin,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMarginLeft,.NoMarginLeft h1,.NoMarginLeft h2,.NoMarginLeft h3,.NoMarginLeft h4,.NoMarginLeft h5,.NoMarginLeft h6,.NoMarginLeft ol,.NoMarginLeft p,.NoMarginLeft ul,.NoMargin ol,.NoMargin p,.NoMargin ul{margin-left:0}[data-flex-conf]{display:flex}[data-flex-conf*=column]{flex-direction:column}[data-flex-conf*=columnReverse]{flex-direction:column-reverse}[data-flex-conf*=row]{flex-direction:row}[data-flex-conf*=rowReverse]{flex-direction:row-reverse}[data-flex-conf*=wrap]{flex-wrap:wrap}[data-flex-conf*=wrapReverse]{flex-wrap:wrap-reverse}[data-flex-conf*=wrapNo]{flex-wrap:nowrap}[data-flex-conf*=alignStart]{align-items:flex-start}[data-flex-conf*=alignEnd]{align-items:flex-end}[data-flex-conf*=alignCenter]{align-items:center}[data-flex-conf*=alignBaseline]{align-items:baseline}[data-flex-conf*=alignStretch],[data-flex-conf*=wrap][data-flex-conf*=alignEnd]{align-items:stretch}[data-flex-conf*=contentStart]{align-content:flex-start}[data-flex-conf*=contentEnd],[data-flex-conf*=wrap][data-flex-conf*=alignEnd]{align-content:flex-end}[data-flex-conf*=contentCenter]{align-content:center}[data-flex-conf*=contentBetween]{align-content:space-between}[data-flex-conf*=contentAround]{align-content:space-around}[data-flex-conf*=contentStretch]{align-content:stretch}[data-flexitem-conf*=alignStart]{align-self:flex-start}[data-flexitem-conf*=alignEnd]{align-self:flex-end}[data-flexitem-conf*=alignCenter]{align-self:center}[data-flexitem-conf*=alignBaseline]{align-self:baseline}[data-flexitem-conf*=alignStretch]{align-self:stretch}[data-flex-conf*=justifyCenter]{justify-content:center}[data-flex-conf*=justifyStart]{justify-content:flex-start}[data-flex-conf*=justifyEnd]{justify-content:flex-end}[data-flex-conf*=justifyBetween]{justify-content:space-between}[data-flex-conf*=justifyAround]{justify-content:space-around}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100],[data-flex-conf*=justifyAround]>*,[data-flex-conf*=justifyBetween]>*{flex-grow:0}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100]{flex-shrink:0}[data-flex-conf=sizeAuto]>*{flex:1 0 auto}.card-collection_cards.recommendedContent .card_info .card_cta,.card-collection_cards.recommendedContent .card_info .card_title,.card_showmore>span,.card_standard .tag_label,.card_static .card_title,dexter-filter-panel .tag-List_Group>label{font-weight:700}.card-collection_cards.recommendedContent .card_info,.card-collection_cards.recommendedContent .card_info .card_title,dexter-filter-panel .tag-List_Group-header{font-family:adobe-clean,Helvetica Neue,Helvetica,sans-serif}.card_featured .card_title,.card_standard .card_title,.card_static .card_description{font-family:"adobe-clean-serif",adobe-clean,Helvetica Neue,helvetica,sans-serif}[data-flex-conf]{position:relative}[data-flex-conf*=whitespace0x]>*{margin:0}[data-flex-conf*=whitespace1x]>*{margin:.5rem}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size25]{flex-basis:calc(25% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size33]{flex-basis:calc(33% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size50]{flex-basis:calc(50% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size2x]{flex-basis:2;width:calc(50% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size67]{flex-basis:calc(67% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size75]{flex-basis:calc(75% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size3x]{flex-basis:3;width:calc(75% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size4x]{flex-basis:4;width:calc(100% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=sizeMax]{flex-basis:calc(100% - 1rem)}[data-flex-conf*=whitespace2x]>*{margin:1rem}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size25]{flex-basis:calc(25% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size33]{flex-basis:calc(33% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size50]{flex-basis:calc(50% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size2x]{flex-basis:2;width:calc(50% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size67]{flex-basis:calc(67% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size75]{flex-basis:calc(75% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size3x]{flex-basis:3;width:calc(75% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size4x]{flex-basis:4;width:calc(100% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=sizeMax]{flex-basis:calc(100% - 2rem)}[data-flex-conf*=whitespace3x]>*{margin:1.5rem}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size25]{flex-basis:calc(25% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size33]{flex-basis:calc(33% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size50]{flex-basis:calc(50% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size2x]{flex-basis:2;width:calc(50% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size67]{flex-basis:calc(67% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size75]{flex-basis:calc(75% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size3x]{flex-basis:3;width:calc(75% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size4x]{flex-basis:4;width:calc(100% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=sizeMax]{flex-basis:calc(100% - 3rem)}.dexter-Flex .dexter-Flex_item,[data-flexitem-conf]{position:relative}.dexter-Flex .dexter-Flex_item .image>img,[data-flexitem-conf] .image>img{height:inherit;max-width:100%;width:inherit}[data-flexitem-conf*=size25]{flex-basis:25%}[data-flexitem-conf*=size33]{flex-basis:33%}[data-flexitem-conf*=size50]{flex-basis:50%}[data-flexitem-conf*=size2x]{flex-basis:2;width:50%}[data-flexitem-conf*=size67]{flex-basis:67%}[data-flexitem-conf*=size75]{flex-basis:75%}[data-flexitem-conf*=size3x]{flex-basis:3;width:75%}[data-flexitem-conf*=size4x]{flex-basis:4;width:100%}[data-flexitem-conf*=sizeMax]{flex-basis:100%}[lang=ar],[lang=he]{direction:rtl}[lang=ar] #AdobePrimaryNav .Profile-dropdown,[lang=he] #AdobePrimaryNav .Profile-dropdown{left:0;right:unset}[lang=ar] #AdobePrimaryNav .Gnav-logo-text,[lang=he] #AdobePrimaryNav .Gnav-logo-text{margin-left:0;margin-right:10px}[lang=ar] #AdobeFooterNav .Footernav-adChoices-icon,[lang=he] #AdobeFooterNav .Footernav-adChoices-icon{margin-left:5px;margin-right:0}[lang=ar] #AdobeFooterNav .Footernav-social+.Footernav-social,[lang=he] #AdobeFooterNav .Footernav-social+.Footernav-social{margin-left:0;margin-right:10px}[lang=ar] #AdobeFooterNav .Footernav-region-icon,[lang=he] #AdobeFooterNav .Footernav-region-icon{margin-left:10px;margin-right:0}[lang=ar] #AdobeFooterNav .Footernav-region,[lang=he] #AdobeFooterNav .Footernav-region{padding-left:20px;padding-right:0}[lang=ar] #AdobeFooterNav .Footernav-region:after,[lang=he] #AdobeFooterNav .Footernav-region:after{margin-left:0;margin-right:7px}.spectrum-Accordion-content{display:none}.dexter-ArticleAuthor img{border-radius:2.5rem;float:left;height:5rem;margin:0 2rem;width:5rem}.dexter-ArticleAuthor div{margin-left:40px}.dexter-App-Banner{background:#f5f5f5;display:block;font-family:Helvetica,sans,sans-serif;height:1px;left:0;overflow-x:hidden;position:relative;top:0;visibility:hidden;width:100%}.dexter-App-Banner.show{height:84px;visibility:visible}.dexter-App-Banner-close{padding:0 0 0 10px;position:absolute;top:39%}.dexter-App-Banner-icon{background-size:64px 64px;border-radius:15px;left:30px;width:64px}.dexter-App-Banner-icon>div>img{border-radius:15px}.dexter-App-Banner-icon,.dexter-App-Banner-info{height:64px;position:absolute;top:10px}.dexter-App-Banner-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;left:104px;width:60%}.dexter-App-Banner-info p{margin:0}.dexter-App-Banner-price-AppStore,.dexter-App-Banner-price-PlayStore,.dexter-App-Banner-visit-AppStore,.dexter-App-Banner-visit-PlayStore{display:none}.dexter-App-Banner-price-AppStore.show,.dexter-App-Banner-price-PlayStore.show,.dexter-App-Banner-visit-AppStore.show,.dexter-App-Banner-visit-PlayStore.show{display:block}.dexter-App-Banner-publisher{font-size:12px;line-height:14px}.dexter-App-Banner-price-AppStore,.dexter-App-Banner-price-PlayStore{font-size:12px;max-width:40vw;padding-top:5px}.dexter-App-Banner-visit{border-radius:5px;color:#1473e6;display:block;font-size:13px;min-width:10%;padding:0 10px;position:absolute;right:10px;text-align:center;text-decoration:none;top:32px;z-index:1}.dexter-Flex{position:relative}.dexter-Flex.has-Toggle{height:0;overflow:hidden}.dexter-Flex.has-Toggle.is-Editor-true,.dexter-Flex.is-Selected{height:auto}.dexter-Flex_item>.flexcontainer{width:100%}.dexter-Flex_items{align-items:stretch;display:flex;flex:1 1 auto;flex-wrap:wrap;width:100%}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Flex_items{min-height:1px}}.dexter-Flex_items>*{align-content:stretch;flex:1 1 auto;max-width:100%}.dexter-Flex_items>[data-flexitem-conf*=alignStart]{align-self:flex-start;flex:initial}.dexter-Flex_items>[data-flexitem-conf*=alignCenter]{align-self:center;flex:initial}.dexter-Flex_items>[data-flexitem-conf*=alignEnd]{align-self:flex-end;flex:initial}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Flex_items>*{display:flex}}.dexter-Flex_items>.position{display:flex;flex:1 1 auto}.dexter-Flex_items>.position>.dexter-Position{flex:1 1 auto}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5]{width:5%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10]{width:10%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15]{width:15%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20]{width:20%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25]{width:25%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30]{width:30%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35]{width:35%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40]{width:40%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45]{width:45%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50]{width:50%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55]{width:55%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60]{width:60%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65]{width:65%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70]{width:70%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75]{width:75%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80]{width:80%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85]{width:85%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90]{width:90%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95]{width:95%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}}.dexter-Flex_items>.dexter-Position{display:flex;flex:1 1 auto}.dexter-Flex_items>.dexter-Position>*{flex:1 1 auto}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5]{width:5%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10]{width:10%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15]{width:15%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20]{width:20%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25]{width:25%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30]{width:30%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35]{width:35%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40]{width:40%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45]{width:45%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50]{width:50%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55]{width:55%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60]{width:60%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65]{width:65%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70]{width:70%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75]{width:75%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80]{width:80%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85]{width:85%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90]{width:90%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95]{width:95%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}}.dexter-Flex_items[data-flex-conf*=rowReverse]{flex-direction:row-reverse}.dexter-Flex_items[data-flex-conf*=column]{flex-direction:column}.dexter-Flex_items[data-flex-conf*=columnReverse]{flex-direction:column-reverse}.dexter-Flex_items[data-flex-conf*=oneColumn]>*{flex-basis:auto;width:100%}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>*{flex-basis:auto;width:100%}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5]{width:5%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10]{width:10%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15]{width:15%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20]{width:20%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25]{width:25%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30]{width:30%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35]{width:35%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40]{width:40%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45]{width:45%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50]{width:50%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55]{width:55%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60]{width:60%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65]{width:65%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70]{width:70%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75]{width:75%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80]{width:80%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85]{width:85%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90]{width:90%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95]{width:95%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}}.dexter-Flex_items[data-flex-conf*=twoColumns]>*{flex:0 0 auto;width:50%}.dexter-Flex_items[data-flex-conf*=threeColumns]>*{flex:0 0 auto;width:33.3333%}.dexter-Flex_items[data-flex-conf*=fourColumns]>*{flex:0 0 auto;width:25%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=fourColumns]:not([data-flex-conf*=noReflow-mobile]),.dexter-Flex_items[data-flex-conf*=threeColumns]:not([data-flex-conf*=noReflow-mobile]),.dexter-Flex_items[data-flex-conf*=twoColumns]:not([data-flex-conf*=noReflow-mobile]){max-width:100%}}.dexter-Flex_items[data-flex-conf*=justifyBetween]{justify-content:space-between}.dexter-Flex_items[data-flex-conf*=justifyBetween]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyAround]{justify-content:space-around}.dexter-Flex_items[data-flex-conf*=justifyAround]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyStart]{justify-content:flex-start}.dexter-Flex_items[data-flex-conf*=justifyStart]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyCenter]{justify-content:center}.dexter-Flex_items[data-flex-conf*=justifyCenter]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyEnd]{justify-content:flex-end}.dexter-Flex_items[data-flex-conf*=justifyEnd]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=alignStart]{align-content:flex-start;align-items:flex-start}.dexter-Flex_items[data-flex-conf*=alignCenter]{align-content:center;align-items:center}.dexter-Flex_items[data-flex-conf*=alignEnd]{align-content:flex-end;align-items:flex-end}.dexter-Flex_items[data-flex-conf*=alignContentStart]>*{align-items:flex-start;display:flex;flex-wrap:wrap}.dexter-Flex_items[data-flex-conf*=alignContentCenter]>*{align-items:center;display:flex;flex-wrap:wrap}.dexter-Flex_items[data-flex-conf*=alignContentCenter]>*>*{flex-basis:auto;width:100%}.dexter-Flex_items[data-flex-conf*=alignContentEnd]>*{align-items:flex-end;display:flex;flex-wrap:wrap}.dexter-Flex_items>style{display:none!important}@media (max-width:56.1875rem){.dexter-Flex_items:not([data-flex-conf*=noReflow-mobile])>*,.dexter-Flex_items:not([data-flex-conf*=noReflow-mobile])>.dexter-Position[data-flexitem-conf*=mobileFlexWidth]{flex:initial;max-width:100%}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyAround]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyBetween]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyCenter]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyEnd]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyStart]>*{flex:0 1 auto}.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyAround]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyBetween]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyCenter]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyEnd]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyStart]>.dexter-Position>*{flex:0 1 auto;width:100%}.dexter-Flex_items.dexter-Flex_items.has-minHeight{height:auto;min-height:1px}.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=column][data-flex-conf*=alignStretch][data-flex-conf*=alignContentStretch]{flex-wrap:nowrap}}.aem-AuthorLayer-Preview .dexter-Flex.has-Toggle{height:0;overflow:hidden}.aem-AuthorLayer-Preview .dexter-Flex.is-Selected{height:auto}.dexter-FlexContainer{position:relative}.dexter-FlexContainer.has-Toggle:not(.is-Selected):not(.dexter-Author-Padding){height:0;overflow:hidden;padding:0;visibility:hidden}.dexter-FlexContainer.has-Toggle:not(.is-Selected).dexter-Author-Padding{height:auto}.dexter-FlexContainer.is-Selected{height:auto}.dexter-FlexContainer.has-video .dexter-FlexContainer-Items{position:relative}.dexter-FlexContainer .dexter-FlexContainer-Items.crop-content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.dexter-FlexContainer .dexter-FlexContainer-Items.crop-content.show-controls{pointer-events:none}.dexter-FlexContainer .dexter-Background-no-crop{bottom:auto;left:0;max-width:100%;overflow:hidden;position:absolute;right:auto;top:0;width:100%}.dexter-FlexContainer .dexter-Background-no-crop>img{width:100%}.dexter-FlexContainer .dexter-Background-no-crop+div{position:relative}.dexter-FlexContainer .dexter-Background-no-crop-fixed{bottom:auto;left:0;max-width:100%;overflow:hidden;position:fixed;right:auto;top:0;width:100%;z-index:-1}.dexter-FlexContainer .dexter-Background-no-crop-fixed>img{width:100%}.dexter-FlexContainer .dexter-Background-no-crop-fixed+div{position:relative}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-FlexContainer{display:flex;flex-direction:column}.dexter-FlexContainer-Items{min-height:1px}}@media (-ms-high-contrast:active) and (min-width:75rem),(-ms-high-contrast:none) and (min-width:75rem){.dexter-FlexContainer-Items.container{width:100%}}.dexter-FlexContainer-Items{display:flex;flex-wrap:wrap;justify-content:stretch}.dexter-FlexContainer-Items>*{flex:1 1 1%;max-width:100%}.dexter-FlexContainer-Items>.flex>.dexter-FlexContainer,.dexter-FlexContainer-Items>.flex>.dexter-FlexContainer>.dexter-FlexContainer-Items,.dexter-FlexContainer-Items>.position>.dexter-Position,.dexter-FlexContainer-Items>.xfreference>.xfpage,.dexter-FlexContainer-Items>.xfreference>.xfpage>* .aem-Grid>.flex,.dexter-FlexContainer-Items>.xfreference>.xfpage>* .aem-Grid>.flex>.dexter-FlexContainer,.dexter-FlexContainer-Items>.xfreference>.xfpage>* .aem-Grid>.flex>.dexter-FlexContainer>.dexter-FlexContainer-Items,.dexter-FlexContainer-Items>.xfreference>.xfpage>.xf-content-height,.dexter-FlexContainer-Items>.xfreference>.xfpage>.xf-content-height>.aem-Grid{height:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyStretch{justify-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyStart{justify-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyStart>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyCenter{justify-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyCenter>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyEnd{justify-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyEnd>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifySpaceBetween{justify-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifySpaceBetween>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemStart{align-items:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemCenter{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemEnd{align-items:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemStretch{align-items:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentStart{align-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentCenter{align-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentEnd{align-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentStretch{align-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentSpaceBetween{align-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position{display:flex}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position>.dexter-Author-Padding,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position>.dexter-Author-Padding{width:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position{align-items:flex-end}@media only screen and (max-width:37.4375rem){.dexter-FlexContainer-Items>.dx-parlite--phone--hide{display:none}}@media only screen and (min-width:37.5rem){.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyStretch{justify-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyStart{justify-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyStart>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyCenter{justify-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyCenter>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyEnd{justify-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyEnd>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifySpaceBetween{justify-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifySpaceBetween>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemStart{align-items:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemCenter{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemEnd{align-items:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemStretch{align-items:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentStart{align-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentCenter{align-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentEnd{align-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentStretch{align-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentSpaceBetween{align-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position{display:flex}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position>.dexter-Author-Padding,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position>.dexter-Author-Padding{width:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position{align-items:flex-end}}@media only screen and (min-width:37.5rem) and (max-width:74.9375rem){.dexter-FlexContainer-Items>.dx-parlite--tablet--hide{display:none}}@media only screen and (min-width:75rem){.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyStretch{justify-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyStart{justify-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyStart>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyCenter{justify-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyCenter>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyEnd{justify-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyEnd>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifySpaceBetween{justify-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifySpaceBetween>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemStart{align-items:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemCenter{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemEnd{align-items:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemStretch{align-items:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentStart{align-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentCenter{align-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentEnd{align-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentStretch{align-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentSpaceBetween{align-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position{display:flex}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position>.dexter-Author-Padding,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position>.dexter-Author-Padding{width:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position{align-items:flex-end}.dexter-FlexContainer-Items.container{margin-left:auto!important;margin-right:auto!important}.dexter-FlexContainer-Items.container.desktop-container-disabled{margin-left:unset!important;margin-right:unset!important}.dexter-FlexContainer-Items>.dx-parlite--default--hide{display:none}}.dexter-FlexContainer--GapWrapper{height:100%;overflow:hidden}.dexter-FlexContainer--GapWrapper>.dexter-FlexContainer-Items{height:100%}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-FlexContainer--GapWrapper>.dexter-FlexContainer-Items{height:auto}}.card{height:33.875rem;min-width:21.875rem}.card.card_featured,.card.card_showmore,.card.card_standard,.card.card_static,.card.card_subscription{margin:1.5625rem;width:24.0625rem}.card.card_featured.wide,.card.card_showmore.wide,.card.card_standard.wide,.card.card_static.wide,.card.card_subscription.wide{width:51.25rem}.card.card_featured .card_title,.card.card_showmore .card_title,.card.card_standard .card_title,.card.card_static .card_title,.card.card_subscription .card_title{margin:0}.card.card_featured .card_img,.card.card_showmore .card_img,.card.card_standard .card_img,.card.card_static .card_img,.card.card_subscription .card_img{position:relative}.card>.card,.cardreference>.card,.cardreference>dexter-card-subscription>.card{margin:0}.dexter-Position>.aem-Grid>.cardreference>.card{margin:1.5rem}@media (max-width:56.1875rem){.dexter-Position>.aem-Grid>.cardreference>.card{margin:1.5rem auto;max-width:23.4375rem;width:auto}.dexter-Position>.aem-Grid>.cardreference>.card .card_bg{width:100%}}.card_standard{border:1px solid #95989a}.card_standard .card_title{-webkit-line-clamp:4;-webkit-box-orient:vertical;background:transparent;color:#2d2d2d;display:block;display:-webkit-box;font-size:1.875rem;line-height:1.3333;max-height:13.12475rem;overflow:hidden;padding:2.25rem 1.75rem 0 2.5rem;text-overflow:ellipsis}.card_standard .card_title a{color:inherit}.card_standard .card_img{height:16.5625rem}.card_standard .card_img .card_hero{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.card_standard .card_img a{display:block}.card_standard .card_bg{background-color:#fff;height:17.1875rem}.card_standard .tag_label{bottom:0;font-size:.875rem;height:3.125rem;line-height:3.125rem;max-width:100%;min-width:11.875rem;overflow:hidden;padding:0 2.5rem;position:absolute;text-transform:uppercase;white-space:nowrap}.card_standard .tag_label a{color:#fff}.card_standard .card_author{color:#9d9d9d;font-size:.9375rem;margin:1.375rem 0 0 2.5rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.card_standard .card_title a{display:block;max-height:9.6875rem;position:relative}.card_standard .card_title a:after{background:linear-gradient(90deg,transparent,#fff);bottom:0;content:"";display:block;height:2rem;position:absolute;right:0;text-align:right;width:35%}}@supports (-ms-ime-align:auto){.card_standard .card_title a{display:block;max-height:9.6875rem;position:relative}.card_standard .card_title a:after{background:linear-gradient(90deg,transparent,#fff);bottom:0;content:"";display:block;height:2rem;position:absolute;right:0;text-align:right;width:35%}}@-moz-document url-prefix(){.card_standard .card_title a{display:block;max-height:9.6875rem;position:relative}.card_standard .card_title a:after{background:linear-gradient(90deg,transparent,#fff);bottom:0;content:"";display:block;height:2rem;position:absolute;right:0;text-align:right;width:35%}}.card_static{border:1px solid #95989a}.card_static .card_bg{align-items:center;background-repeat:no-repeat;display:flex;flex-direction:column;height:100%}.card_static .card_bg img{height:1.875rem;margin-top:3.75rem}.card_static .card_title{color:#fff;font-size:2.5rem;max-width:18.9375rem;min-height:6.25rem;padding-bottom:1.25rem;padding-top:1.5625rem;text-align:center}.card_static .card_description{color:#fff;font-size:1rem;line-height:1.8;padding-top:1.25rem;text-align:center;width:14.5625rem}.card_subscription{border:1px solid #95989a;display:inline-block;perspective:1000px;transform-style:preserve-3d}.card_subscription .card_bg{display:flex;flex-direction:column;height:48%}.card_subscription .card_bg>div{align-items:flex-end;display:flex;flex-grow:1}.card_subscription .card_bg>div:last-child{align-items:center}.card_subscription .card_title{color:#fff;font-size:1.875rem;font-weight:900;max-height:8.75rem;padding:0 1.875rem;width:100%}.card_subscription .card_description{color:#fff;flex-grow:1;font-size:1rem;margin:0;max-height:8.75rem;padding:0 1.875rem}.card_subscription .card_img{background-repeat:no-repeat;height:100%}.card_subscription .card_consentNotice,.card_subscription .card_input{padding:0 2.8125rem}.card_subscription .card_input .card_email,.card_subscription .card_input .card_name{position:relative}.card_subscription .card_input .card_name{margin-bottom:.9375rem}.card_subscription .card_input ::placeholder{color:#aaa}.card_subscription .card_input input{height:3.3125rem;padding-left:1.25rem;width:100%}.card_subscription .card_input .invalid,.card_subscription .card_input .required{border:2px solid red}.card_subscription .card_input .invalid~.error_invalidEmailText,.card_subscription .card_input .required~.error_requiredText{display:block}.card_subscription .card_input div[class^=error_]{bottom:0;color:red;display:none;font-size:.875rem;font-style:italic;max-height:200px;overflow:hidden;padding:0 8px 8px 0;position:absolute;right:0;transition:.28s}.card_subscription .card_consentNotice{margin:1rem 0 -.5rem}.card_subscription .card_consentNotice a,.card_subscription .card_consentNotice p{font-family:adobe-clean,sans-serif;font-size:.6875rem;line-height:.875rem;padding-bottom:0;text-align:center}.card_subscription .card_consentNotice p{color:#fff}.card_subscription .card_consentNotice a{color:#2680eb}.card_subscription .cta{align-items:center;display:flex;height:5rem;justify-content:center;margin:auto auto 1rem;max-width:12.5rem}.card_subscription .cta .link.button_cta{margin:0}.card_subscription .server_error{align-items:center;background-color:#f08080;border:1px solid red;display:flex;height:2.5rem;justify-content:center;margin:10px auto -20px;text-align:center;width:85%}.card_subscription .thankyou_view>div{height:50%}.card_subscription .thankyou_view .card_title{font-size:4.375rem;line-height:3.75rem;max-height:8.4375rem;padding:1.5625rem 1.875rem 0;text-align:left}.card_subscription .thankyou_view .card_description{padding-top:.9375rem}.card_subscription .thankyou_view .link{text-decoration:underline}.card_subscription.flip .flipper{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.card_subscription.flip .flipper .front{transform:rotateY(180deg)}.card_subscription.flip .flipper .back{transform:scaleX(-1)}}.card_subscription .back,.card_subscription .front{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;width:100%}.card_subscription .flipper{height:100%;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:.6s;-webkit-transition:.6s}.card_subscription .front{transform:rotateY(0deg);-webkit-transform:rotateY(0deg);z-index:2}.card_subscription .back{transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg)}.card_featured{overflow:hidden}.card_featured .card_img{background-position:0;background-repeat:no-repeat;display:flex;height:100%;justify-content:flex-end;width:100%}.card_featured .card_bg{padding:2.5rem;width:24.4375rem;z-index:1}.card_featured .card_title{font-size:3rem;line-height:1.1;margin-bottom:1.25rem}.card_featured .card_description{font-size:.9375rem;line-height:1.3333}.card_showmore{align-items:center;display:flex;flex-direction:column;justify-content:center}.card_showmore>svg{cursor:pointer;height:5rem;margin-bottom:1.5625rem;width:5rem}.card_showmore>span{color:#1473e6;cursor:pointer;font-size:1.25rem}.card-collection_cards.recommendedContent{justify-content:center}.card-collection_cards.recommendedContent:after{content:unset}.card-collection_cards.recommendedContent .card{border:1px solid #95989a;display:flex;flex-direction:column;height:34.625rem;width:24rem}.card-collection_cards.recommendedContent .card_img{background-position:50%;background-size:cover;height:13.75rem;min-height:13.75rem}.card-collection_cards.recommendedContent .card_img .card_hero{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.card-collection_cards.recommendedContent .card_info{background-color:#fff;display:flex;flex-direction:column;font-size:1rem;height:100%;max-height:554px;padding:2.25rem 1.75rem 1.75rem 2.25rem}.card-collection_cards.recommendedContent .card_info .tag_label{font-size:.875rem;font-style:italic}.card-collection_cards.recommendedContent .card_info .card_title{color:#323232;flex-shrink:0;font-size:1.375rem;line-height:2rem;margin-bottom:.75rem}.card-collection_cards.recommendedContent .card_info .card_description{color:#323232;font-size:1rem;height:100%;line-height:1.875rem;overflow:hidden}dexter-filter-panel{width:100%}@media only screen and (min-width:75rem){dexter-filter-panel{width:18.75rem}}@media only screen and (max-width:54.375rem){dexter-filter-panel{width:45.3125rem}}@media only screen and (max-width:46.875rem){dexter-filter-panel{margin-left:1rem;margin-right:1rem;width:100%}}dexter-filter-panel .tag-List_Group,dexter-filter-panel header{margin-bottom:.3125rem}dexter-filter-panel .tag-List ul{list-style:none}dexter-filter-panel .tag-List_active-FilterList{list-style:none;margin:0}dexter-filter-panel .tag-List_active-FilterList li{float:left;padding:0}dexter-filter-panel .tag-List_active-FilterList button:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxwYXRoIGQ9Ik03LjMzIDYgMTEgMi4zNUEuOTQuOTQgMCAwIDAgOS42NSAxTDYgNC42NyAyLjM1IDFBLjk0Ljk0IDAgMCAwIDEgMi4zNUw0LjY3IDYgMSA5LjY1QS45NC45NCAwIDAgMCAyLjM1IDExTDYgNy4zMyA5LjY1IDExQS45NC45NCAwIDEgMCAxMSA5LjY1WiIgZmlsbD0iIzRiNGI0YiIvPjwvc3ZnPg==") 50% /12px no-repeat;content:"";display:block;float:right;height:1.777778rem;width:1.777778rem}dexter-filter-panel .tag-List_Group{background:#fff;position:relative}dexter-filter-panel .tag-List_Group>input{appearance:none;height:52px;margin:0;opacity:.001;position:absolute;width:100%}dexter-filter-panel .tag-List_Group>input:focus~label{border-color:#2680eb}dexter-filter-panel .tag-List_Group>label{border:1px solid #eaeaea;color:#505050;display:flex;font-size:1rem;line-height:52px;margin:0}dexter-filter-panel .tag-List_Group:hover>input:checked~label~ul,dexter-filter-panel .tag-List_Group:hover>input~label{border-color:#2680eb}dexter-filter-panel .tag-List_Group .tag-List_Group-header:focus{outline:0}dexter-filter-panel .tag-List_Group .tag-List_Group-header-arrow{display:inline-block;transition:transform .125s}dexter-filter-panel .tag-List_Group.is-Open .tag-List_Group-header-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}dexter-filter-panel .tag-List_Group.is-Open ul{display:block}dexter-filter-panel .tag-List_Group.is-Open .card{margin:.78125rem;width:21.875rem}dexter-filter-panel .tag-List_Group.is-Open .card.wide{width:45.3125rem}dexter-filter-panel .tag-List_Group ul{border:1px solid #eaeaea;border-top:0 solid #eaeaea;display:none;list-style:none;margin:0;padding:20px 0}dexter-filter-panel .tag-List_Group li{cursor:pointer;font-size:.777778rem;font-weight:300;position:relative}dexter-filter-panel .tag-List_Group li input[type*=checkbox]:checked+label:after{background:#1473e6 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxwYXRoIGQ9Ik0xMC41IDMuNWExIDEgMCAwIDAtMS43MS0uNzFsLTQgNC0xLjU4LTEuNWExIDEgMCAwIDAtMS40NCAxLjM5TDQgOWExIDEgMCAwIDAgMS40NiAwbDQuNzUtNC43NWExIDEgMCAwIDAgLjI5LS43NVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") 50% /12px no-repeat}dexter-filter-panel .tag-List_Group li .card{margin:1.5625rem;width:24.0625rem}dexter-filter-panel .tag-List_Group li .card.wide{width:51.25rem}dexter-filter-panel .tag-List_Group li label{cursor:pointer;display:block;line-height:40px;padding-left:40px;position:relative}dexter-filter-panel .tag-List_Group li label:focus,dexter-filter-panel .tag-List_Group li label:hover{background-color:#deefff;border-radius:2px;outline:none}dexter-filter-panel .tag-List_Group li label:after{border:1px solid #ccc;border-radius:1px;content:" ";height:14px;position:absolute;right:26px;top:13px;width:14px}dexter-filter-panel .tag-List_Group li input{border:0;height:14px;margin:0;opacity:0;outline:0;overflow:hidden;padding:0;position:absolute;right:26px;top:13px;width:14px}dexter-filter-panel .tag-List_Group li input:focus~label{background-color:#deefff}dexter-filter-panel .tag-List_Group-header,dexter-filter-panel header{display:flex;justify-content:space-between;line-height:52px;width:100%}dexter-filter-panel .tag-List_Clear{background:none;color:#1373e6;font-size:.888889rem;font-weight:300;padding:0}dexter-filter-panel header h2{font-size:1.1111rem;font-weight:900;line-height:52px;margin:0}dexter-filter-panel .tag-List_Group-header{background:none;cursor:pointer;font-size:1rem;justify-content:flex-start;padding:0}dexter-filter-panel .tag-List_Group-header-arrow{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTMgMWg2djEwSDN6Ii8+PHBhdGggZD0iTTkgNmExIDEgMCAwIDAtLjI5LS43MWwtNC00YTEgMSAwIDEgMC0xLjQ0IDEuMzlMNi41OSA2bC0zLjMgMy4yOWExIDEgMCAxIDAgMS4zOSAxLjQ0bDQtNEExIDEgMCAwIDAgOSA2WiIgZmlsbD0iIzE0NzNlNiIvPjwvc3ZnPg==") 50% /14px no-repeat;height:52px;width:40px}.card-collection_cards,.card-collection_footer,.card-collection_header{display:flex;flex-wrap:flex;margin:0 auto}.card-collection_header{justify-content:flex-end;margin-bottom:.3125rem;position:relative}.card-collection_cards{flex-flow:row wrap;justify-content:flex-start}@media only screen and (max-width:46.875rem){.card-collection_cards{justify-content:center}}.card-collection_cards:after{content:"";flex:0 0 auto;width:24.0625rem}.card-collection_cards h3.no-Results{background:#fff;font-weight:700;padding:2rem;text-align:center;width:100%}.card-collection_footer{padding-bottom:5.625rem}dexter-card-collection{display:flex}dexter-card-collection[data-page-type*=archive]{flex-wrap:wrap;justify-content:center;margin:0 auto;padding-top:5rem}@media only screen and (min-width:37.5rem){dexter-card-collection[data-page-type*=archive]{max-width:51.25rem}dexter-card-collection[data-page-type*=archive] .display-filters-btn{display:none}}@media only screen and (min-width:75rem){dexter-card-collection[data-page-type*=archive]{max-width:74.25rem}}@media only screen and (max-width:37.4375rem){dexter-card-collection[data-page-type*=archive] .display-filters-btn{display:block}dexter-card-collection[data-page-type*=archive] .card-collection_header{display:none}dexter-card-collection[data-page-type*=archive] .card-collection_header.filters-show-headers{display:flex}dexter-card-collection[data-page-type*=archive] dexter-filter-panel{display:none}dexter-card-collection[data-page-type*=archive] dexter-filter-panel.filters-show-headers{display:block}}dexter-card-collection[data-page-type*=archive] .display-filters-btn{background:#fff;height:3.5rem;margin-left:1rem;width:100%}dexter-card-collection[data-page-type*=archive] .card-collection_header{background:#fff}dexter-card-collection[data-page-type*=archive] .card-collection_cards{justify-content:center}@media only screen and (min-width:75rem){dexter-card-collection[data-page-type*=archive] .card-collection_cards,dexter-card-collection[data-page-type*=archive] .card-collection_footer,dexter-card-collection[data-page-type*=archive] .card-collection_header{width:49.75rem}}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{width:inherit}@media only screen and (max-width:30.5859375rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_cards{justify-content:center;width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin-left:0;margin-right:0;width:100%}}@media only screen and (max-width:26.3671875rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin-left:0;margin-right:0;min-width:auto;width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{min-width:auto;width:100%}}@media only screen and (min-width:46.875rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:46.875rem}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_cards{justify-content:space-between}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_sort{margin-right:.78125rem}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin:.78125rem;width:21.875rem}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{width:45.3125rem}}@media only screen and (min-width:54.375rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:54.375rem}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin:0 0 1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{width:51.25rem}}@media only screen and (min-width:54.375rem){dexter-card-collection[data-page-type*=collection] .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_sort .sortby_label,dexter-card-collection[data-page-type*=landing] .card-collection_sort .sortby_label,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_sort .sortby_label{line-height:inherit}dexter-card-collection[data-page-type*=collection] .card-collection_sort .sortby_popup,dexter-card-collection[data-page-type*=landing] .card-collection_sort .sortby_popup,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_sort .sortby_popup{top:2rem}dexter-card-collection[data-page-type*=collection] .card,dexter-card-collection[data-page-type*=landing] .card,dexter-card-collection[data-page-type*=recommendedContent] .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card.wide,dexter-card-collection[data-page-type*=landing] .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card.wide{width:51.25rem}}dexter-card-collection[data-page-type*=collection] .card-collection,dexter-card-collection[data-page-type*=landing] .card-collection,dexter-card-collection[data-page-type*=recommendedContent] .card-collection{margin:0 auto;width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{margin-bottom:0}@media only screen and (max-width:30.5859375rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:.78125rem 0;width:21.875rem}}@media only screen and (max-width:26.3671875rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin-left:0;margin-right:0;min-width:auto;width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{min-width:auto;width:100%}}@media only screen and (min-width:30.5859375rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_cards{width:100%;width:100vw}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:51.25rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:inherit}}@media only screen and (min-width:46.875rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:46.875rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:.78125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:.78125rem;width:21.875rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:45.3125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:inherit}}@media only screen and (min-width:54.375rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:54.375rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:51.25rem}}@media only screen and (min-width:70.3125rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:70.3125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:.78125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:.78125rem;width:21.875rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:45.3125rem}}@media only screen and (min-width:81.5625rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:81.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:51.25rem}}.dexter-Cta.dexter-Cta--align-left{text-align:left}.dexter-Cta.dexter-Cta--align-center{text-align:center}.dexter-Cta.dexter-Cta--align-right{text-align:right}.dexter-Cta.hide{display:none}.dexter-Cta>a.is-disabled{cursor:default;pointer-events:none}@media only screen and (max-width:37.4375rem){.dexter-Cta.dexter-Cta--align-justified .spectrum-Button{display:flex}.dexter-Cta.dexter-Cta--align-justified .spectrum-Button .spectrum-Icon+.spectrum-Button-label{width:auto}}.dexter-Image-left{text-align:left}.dexter-Image-center{text-align:center}.dexter-Image-right{text-align:right}.dexter-Image img{vertical-align:top}.card-collection_sort .sortby_label:focus{outline:thin 2px dotted #cdcdcd;outline:5px auto -webkit-focus-ring-color}.card-collection_sort{margin:0 1.75rem;position:relative}.card-collection_sort span{border-right:2px solid;padding:0 20px;text-transform:capitalize}.card-collection_sort .sortby_label,.card-collection_sort span{color:#707070;font-size:.9375rem;line-height:3.25rem}.card-collection_sort .sortby_label{background:none;cursor:pointer;padding:0 20px;position:relative}.card-collection_sort .sortby_label:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTMgMWg2djEwSDN6Ii8+PHBhdGggZD0iTTkgNmExIDEgMCAwIDAtLjI5LS43MWwtNC00YTEgMSAwIDEgMC0xLjQ0IDEuMzlMNi41OSA2bC0zLjMgMy4yOWExIDEgMCAxIDAgMS4zOSAxLjQ0bDQtNEExIDEgMCAwIDAgOSA2WiIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==") no-repeat;background-position:50%;background-size:14px;content:"";display:block;height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .125s;width:14px}.card-collection_sort .sortby_label.active:after{transform:translateY(-50%) rotate(90deg)}.card-collection_sort .sortby_popup{background:#fff;border:1px solid #95989a;border-radius:.1666667rem;margin-top:-.55556rem;opacity:0;padding:.44444rem;position:absolute;right:-.5rem;transition:opacity .125s;width:8.2222rem;z-index:-1}.card-collection_sort .sortby_popup li,.card-collection_sort .sortby_popup ul{margin:0}.card-collection_sort .sortby_popup li{line-height:1rem;visibility:hidden}.card-collection_sort .sortby_popup.active{opacity:1;z-index:2}.card-collection_sort .sortby_popup.active ul li{visibility:visible}.card-collection_sort .sortby{background:none;cursor:pointer;display:block;font-size:100%;line-height:1rem;margin:0;padding:0;position:relative;text-align:left;width:100%}.card-collection_sort .sortby.active{color:#1373e6}.card-collection_sort .sortby.active:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxwYXRoIGQ9Ik0xMC41IDMuNWExIDEgMCAwIDAtMS43MS0uNzFsLTQgNC0xLjU4LTEuNWExIDEgMCAxIDAtMS40NCAxLjM5TDQgOWExIDEgMCAwIDAgMS40MSAwbDQuNzUtNC43NWExIDEgMCAwIDAgLjM0LS43NVoiIGZpbGw9IiMxNDczZTYiLz48L3N2Zz4=") 50% /14px no-repeat;content:"";height:18px;position:absolute;right:0;width:14px}.Gnav-submenu-item,.Subnav-submenu-link{line-height:1.286}.Subnav-logo-image>img{height:100%;max-height:100%}div.evidon-consent-button,div.evidon-notice-link{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.Subnav-submenu-link>span{white-space:normal}}hr{border:0}.coreIcon{display:inline-block}.coreIcon_size-small{height:1rem;width:1rem}.coreIcon_size-medium{height:2em;width:2em}.coreIcon_size-large{height:4em;width:4em}.coreIcon_size-social-media{height:1.111rem;width:1.111rem}.coreIcon_size-locale{height:3.429em;width:3.429em}.coreIcon_facebook{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0xNi4yIDBjMSAwIDEuOS40IDIuNiAxLjFTMjAgMi43IDIwIDMuOHYxMi41YzAgMS0uNCAxLjktMS4xIDIuNlMxNy4zIDIwIDE2LjIgMjBoLTIuNHYtNy43aDIuNmwuNC0zaC0zdi0yYzAtLjUuMS0uOS4zLTEuMS4yLS4yLjYtLjQgMS4yLS40aDEuNlYzLjFjLS42IDAtMS4zLS4xLTIuMy0uMS0xLjIgMC0yLjEuMy0yLjggMS0uOC44LTEuMSAxLjctMS4xIDN2Mi4ySDguMXYzaDIuNlYyMEgzLjhjLTEgMC0xLjktLjQtMi42LTEuMVMwIDE3LjMgMCAxNi4yVjMuOGMwLTEgLjQtMS45IDEuMS0yLjZTMi43IDAgMy44IDBoMTIuNHoiIHN0eWxlPSJmaWxsOiM5OTkiLz48L3N2Zz4=")}.coreIcon_linkedin{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0zLjEgMTYuN2gzdi05aC0zdjl6TTYuMyA0LjljMC0uNS0uMi0uOC0uNS0xLjEtLjMtLjMtLjctLjQtMS4yLS40cy0uOS4xLTEuMi40Yy0uMy4zLS41LjctLjUgMS4xIDAgLjQuMi44LjUgMS4xcy43LjQgMS4yLjQuOS0uMSAxLjItLjQuNS0uNi41LTEuMXptNy42IDExLjhoM3YtNS4yYzAtMS4zLS4zLTIuMy0xLTMtLjYtLjctMS41LTEtMi41LTEtMS4yIDAtMi4xLjUtMi43IDEuNVY3LjdoLTN2OWgzdi01LjFjMC0uMyAwLS42LjEtLjcuMS0uMy4zLS42LjYtLjguMy0uMi42LS4zIDEtLjMgMSAwIDEuNS43IDEuNSAydjQuOXpNMjAgMy44djEyLjVjMCAxLS40IDEuOS0xLjEgMi42UzE3LjMgMjAgMTYuMiAyMEgzLjhjLTEgMC0xLjktLjQtMi42LTEuMVMwIDE3LjMgMCAxNi4yVjMuOGMwLTEgLjQtMS45IDEuMS0yLjZTMi43IDAgMy44IDBoMTIuNWMxIDAgMS45LjQgMi42IDEuMVMyMCAyLjcgMjAgMy44eiIgc3R5bGU9ImZpbGw6Izk5OSIvPjwvc3ZnPg==")}.coreIcon_twitter{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0xNi43IDYuM2MtLjUuMi0xIC40LTEuNi40LjYtLjMgMS0uOSAxLjItMS41LS42LjMtMS4xLjYtMS43LjctLjYtLjYtMS4yLS45LTItLjlzLTEuNC4zLTEuOS44Yy0uNi41LS45IDEuMi0uOSAxLjkgMCAuMyAwIC41LjEuNi0xLjEgMC0yLjItLjMtMy4yLS44cy0xLjgtMS4yLTIuNS0yYy0uMi40LS4zLjktLjMgMS40IDAgMSAuNCAxLjcgMS4yIDIuMy0uNS0uMS0uOS0uMi0xLjMtLjQgMCAuNy4yIDEuMi43IDEuNy40LjUgMSAuOCAxLjYuOS0uMy4xLS41LjEtLjcuMS0uMSAwLS4zIDAtLjUtLjEuMi41LjUgMSAxIDEuNHMxIC41IDEuNi41Yy0xIC44LTIuMSAxLjItMy40IDEuMmgtLjdjMS4zLjggMi43IDEuMiA0LjIgMS4yIDEgMCAxLjktLjIgMi43LS41LjktLjMgMS42LS43IDIuMi0xLjIuNi0uNSAxLjEtMS4xIDEuNi0xLjguNC0uNy44LTEuNCAxLTIuMS4yLS43LjMtMS41LjMtMi4ydi0uNGMuNC0uMi45LS43IDEuMy0xLjJ6TTIwIDMuOHYxMi41YzAgMS0uNCAxLjktMS4xIDIuNlMxNy4zIDIwIDE2LjIgMjBIMy44Yy0xIDAtMS45LS40LTIuNi0xLjFTMCAxNy4zIDAgMTYuMlYzLjhjMC0xIC40LTEuOSAxLjEtMi42UzIuNyAwIDMuOCAwaDEyLjVjMSAwIDEuOS40IDIuNiAxLjFTMjAgMi43IDIwIDMuOHoiIHN0eWxlPSJmaWxsOiM5OTkiLz48L3N2Zz4=")}.coreIcon_hatena{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6Izk5OX08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03IDkuMmMwIC4xIDAgLjIuMS4yLjUgMCAxIDAgMS40LS4xLjQtLjIuNS0uMy41LS44IDAtLjQtLjItLjctLjYtLjgtLjQtLjEtLjgtLjEtMS4zLS4xLS4xIDAtLjEuMS0uMS4ydjEuNHpNOC43IDExLjFjLS41LS4xLTEtLjEtMS41LS4xLS4yIDAtLjIuMS0uMi4zdjEuNnMwIC4xLjEuMWMuNiAwIDEuMS4xIDEuNy0uMS41LS4xLjYtLjQuNi0uOXMtLjItLjgtLjctLjl6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDBINEMxLjggMCAwIDEuOCAwIDR2MTJjMCAyLjIgMS44IDQgNCA0aDEyYzIuMiAwIDQtMS44IDQtNFY0YzAtMi4yLTEuOC00LTQtNHptLTIuNiA1LjhjMC0uMi4xLS4zLjMtLjNoMS41Yy4yIDAgLjIuMS4yLjJ2NS42YzAgLjIgMCAuMi0uMi4yaC0xLjVjLS4yIDAtLjMtLjEtLjMtLjNWNS44em0tMS42IDYuNmMtLjIgMS4yLS45IDEuOS0yLjIgMi4xLS41LjEtMSAuMS0xLjUuMUg1Yy0uMyAwLS4zLS4xLS4zLS4zVjUuOGMwLS4yLjEtLjMuMy0uMyAxLjMgMCAyLjYgMCA0IC4xLjUgMCAuOS4xIDEuNC4zLjkuNCAxLjIgMS4yIDEuMSAyLjEtLjEuOC0uNSAxLjMtMS4zIDEuNiAwIDAtLjEgMC0uMi4xLjMuMS41LjEuOC4zLjcuNCAxLjEgMS4zIDEgMi40em0yLjYgMi4zYy0uNyAwLTEuMi0uNS0xLjItMS4xIDAtLjYuNS0xLjIgMS4yLTEuMi42IDAgMS4yLjUgMS4yIDEuMiAwIC41LS41IDEuMS0xLjIgMS4xeiIvPjwvc3ZnPg==")}.coreIcon_eight-card{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH08L3N0eWxlPjxwYXRoIGQ9Ik0xNiAwSDRDMS44IDAgMCAxLjggMCA0djEyYzAgMi4yIDEuOCA0IDQgNGgxMmMyLjIgMCA0LTEuOCA0LTRWNGMwLTIuMi0xLjgtNC00LTR6IiBzdHlsZT0iZmlsbDojOTk5Ii8+PHBhdGggZD0iTTEzLjkgMy45Yy0yLjIgMC00IDEuNS00LjYgMy40LS45LS44LTIuMS0xLjItMy40LTEuMkMzLjIgNi4yIDEgOC40IDEgMTEuMmMuMSAyLjggMi4zIDQuOSA1LjEgNC45IDIuMiAwIDQtMS41IDQuNi0zLjQuOS44IDIuMSAxLjIgMy40IDEuMiAyLjggMCA0LjktMi4zIDQuOS01LjFzLTIuMy00LjktNS4xLTQuOU02IDEzLjZjLTEuNCAwLTIuNi0xLjEtMi42LTIuNXMxLjEtMi42IDIuNS0yLjZTOC41IDkuNiA4LjUgMTFjLjEgMS40LTEgMi42LTIuNSAyLjZtOC0yLjFjLTEuNCAwLTIuNi0xLjEtMi42LTIuNXMxLjEtMi42IDIuNS0yLjYgMi42IDEuMSAyLjYgMi41Yy4xIDEuNC0xIDIuNS0yLjUgMi42IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+")}.coreIcon_pocket{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6Izk5OX08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMyA4Yy0uMy0uMi0uNi0uMS0uOS4xLS40LjQtLjkuOC0xLjMgMS4yLS4yLjItLjUuNC0uNy43bC0uMS0uMWMtLjctLjUtMS4zLTEuMS0yLTEuNyAwIDAtLjEtLjEtLjItLjEtLjQtLjMtLjktLjItMS4xLjMtLjEuMyAwIC42LjIuOC44LjggMS43IDEuNiAyLjUgMi40LjMuMy43LjMgMSAuMS4yLS4xLjMtLjMuNC0uNC43LS43IDEuNS0xLjQgMi4yLTIuMS41LS40LjQtLjkgMC0xLjJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDBINEMxLjggMCAwIDEuOCAwIDR2MTJjMCAyLjIgMS44IDQgNCA0aDEyYzIuMiAwIDQtMS44IDQtNFY0YzAtMi4yLTEuOC00LTQtNHptLTIuMiAxMy40Yy0uOS44LTEuOSAxLjMtMy4xIDEuNC0xLjguMi0zLjQtLjMtNC43LTEuNi0uOC0uOC0xLjItMS43LTEuNC0yLjhWNi4xYzAtLjUuNC0xIC45LTFoOC45Yy4yIDAgLjQgMCAuNS4xLjQuMi42LjUuNi45djMuNmMwIDEuNS0uNiAyLjctMS43IDMuN3oiLz48L3N2Zz4=")}.coreIcon_line{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6Izk5OX0uc3Qxe2ZpbGw6IzY4Njg2OH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMS45IDcuMWMtLjMgMC0uNC4yLS40LjV2MS42Yy0uNS0uNi0uOS0xLjItMS40LTEuOC0uMS0uMS0uMi0uMy0uNS0uMi0uMiAwLS4zLjMtLjMuNXYyLjVjMCAuMy4xLjUuNC41LjMgMCAuNC0uMy40LS41VjguNmMuNS43IDEgMS4zIDEuNCAxLjkuMS4yLjMuMy41LjIuMi0uMS4zLS4zLjMtLjVWNy41YzAtLjEtLjEtLjQtLjQtLjR6TTguNCA3LjFjLS4zLjEtLjQuMi0uNC41djIuOGMwIC4zLjEuNC40LjQuMyAwIC40LS4yLjQtLjRWNy42YzAtLjMtLjEtLjUtLjQtLjV6TTcuMiAxMGMtLjMgMC0uOC4yLS45LS4xLS4yLS4yIDAtLjYgMC0xVjcuNmMwLS4zLS4xLS41LS40LS41LS4zIDAtLjQuMi0uNC41djIuN2MwIC4zLjEuNS41LjVoMS4zYy4yIDAgLjQtLjEuNC0uNCAwLS4zLS4yLS40LS41LS40eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNiAwSDRDMS44IDAgMCAxLjggMCA0djEyYzAgMi4yIDEuOCA0IDQgNGgxMmMyLjIgMCA0LTEuOCA0LTRWNGMwLTIuMi0xLjgtNC00LTR6bTEgMTFjLS4xLjEtLjEuMi0uMi4zIDAgLjEtLjEuMS0uMS4yLS4xLjEtLjEuMi0uMi4zLS4xLjEtLjIuMi0uMi4zbC0uMS4xYy0uMi4yLS40LjUtLjYuN2wtLjEuMS0uMS4xLS4xLjFjLS4zLjItLjYuNC0uOC43LS4xLjEtLjMuMi0uNC4zLTEuMi45LTIuNCAxLjctMy43IDIuNC0uMy4xLS41LjQtLjkuMS0uMS0uNS4yLS45LjEtMS40IDAtLjEgMC0uMi0uMS0uMy0uMS0uMy0uNC0uMy0uNy0uNC0yLS4zLTMuNi0xLjEtNC45LTIuNmwtLjEtLjFjMC0uMS0uMS0uMi0uMi0uMyAwLS4xLS4xLS4xLS4xLS4ybC0uMS0uMWMwLS4xIDAtLjItLjEtLjItMS41LTMuMy42LTYgMi45LTcuMiAyLjctMS4zIDUuNC0xLjMgOCAuMSAyLjIgMS4xIDQuMSAzLjcgMi44IDd6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjkgOS4zaC43Yy4zIDAgLjQtLjEuNC0uMyAwLS4yLS4yLS40LS40LS40SDE0Yy0uMyAwLS40LS4xLS40LS40IDAtLjMuMi0uMy40LS4zaC42Yy4yIDAgLjQtLjEuNC0uNCAwLS4zLS4yLS40LS40LS40aC0xLjJjLS40IDAtLjUuMi0uNS41djIuN2MwIC4zLjEuNS41LjVoMS4yYy4zIDAgLjUtLjEuNS0uNCAwLS4zLS4yLS40LS41LS40aC0uNWMtLjIgMC0uNCAwLS40LS4zLS4xLS4zIDAtLjQuMi0uNHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTQuMyAxNC4yek0xNC41IDEzLjljLS4xLjEtLjMuMi0uNC4zLTEuMi45LTIuNCAxLjctMy43IDIuNC0uMy4xLS41LjQtLjkuMS0uMS0uNS4yLS45LjEtMS40IDAtLjEgMC0uMi0uMS0uMy0uMS0uMy0uNC0uMy0uNy0uNC0yLS4zLTMuNi0xLjEtNC45LTIuNmwtLjEtLjFjMC0uMS0uMS0uMi0uMi0uMyAwLS4xLS4xLS4xLS4xLS4ybC0uMS0uMWMwLS4xIDAtLjItLjEtLjItLjgtMS44LS42LTMuNCAwLTQuNi0uOCAxLjMtMS4xIDMtLjIgNC45LjEgMCAuMS4xLjEuMmwuMS4xYzAgLjEuMS4xLjEuMi4xLjEuMi4yLjIuM2wuMS4xYzEuMyAxLjUgMyAyLjMgNC45IDIuNi4yIDAgLjUuMS43LjQuMS4xLjEuMi4xLjMuMS41LS4yLjktLjEgMS40LjMuMi42IDAgLjktLjEgMS4zLS43IDIuNS0xLjUgMy43LTIuNC4xLS4xLjMtLjIuNC0uM2wuNi0uNmgtLjJjLS4xLjEtLjEuMi0uMi4zek05LjQgMTUuNHoiLz48L3N2Zz4=")}.coreIcon_xing{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0xNiAwSDRDMS44IDAgMCAxLjggMCA0djEyYzAgMi4yIDEuOCA0IDQgNGgxMmMyLjIgMCA0LTEuOCA0LTRWNGMwLTIuMi0xLjgtNC00LTR6TTYuNyAxMi42YzAgLjEtLjEuMS0uMS4xSDMuOWMtLjEgMC0uMSAwLS4xLS4xLjMtLjYuNy0xLjEgMS0xLjcuNC0uNy44LTEuNCAxLjItMnYtLjJjLS4zLS40LS41LS44LS44LTEuMy0uMy0uNS0uNi0xLS44LTEuNS0uMS0uMSAwLS4xLjEtLjFoMi42Yy4xIDAgLjEgMCAuMi4xLjUgMSAxLjEgMS45IDEuNiAyLjlWOWMtLjcgMS4xLTEuNCAyLjItMiAzLjMtLjEuMS0uMS4yLS4yLjN6bTkuNS05LjFjLS4zLjYtLjcgMS4yLTEgMS43LS45IDEuNi0xLjggMy4yLTIuNyA0LjctLjMuNS0uNS45LS44IDEuNHYuMmMuOSAxLjcgMS45IDMuMyAyLjggNSAuMS4xIDAgLjItLjEuMmgtMi44Yy0uMSAwLS4yIDAtLjItLjEtLjktMS43LTEuOS0zLjMtMi45LTV2LS4yYzEuMi0yLjEgMi40LTQuMiAzLjYtNi4yLjMtLjUuNi0xLjEuOS0xLjYuMS0uMS4xLS4xLjItLjFoMi45Yy4xLS4yLjItLjEuMSAweiIgc3R5bGU9ImZpbGw6Izk5OSIvPjwvc3ZnPg==")}.coreIcon_copy{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNyAzNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcgMzciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0zMSAwSDZDMi43IDAgMCAyLjcgMCA2djI1YzAgMy4zIDIuNyA2IDYgNmgyNWMzLjMgMCA2LTIuNyA2LTZWNmMwLTMuMy0yLjctNi02LTZ6TTE1LjM0IDMwLjU4YTYuMjk2IDYuMjk2IDAgMCAxLTguODMgMGMtMi40OC0yLjQ0LTIuNTItNi40My0uMDgtOC45MWw2LjMxLTYuMzFhNi40MjMgNi40MjMgMCAwIDEgOS4wMS0uMDRjLjQzLjQzLjc5LjkzIDEuMDggMS40N2wtMS41MiAxLjUxYy0uMTEuMTEtLjI0LjItLjM4LjI4YTMuNjggMy42OCAwIDAgMC0zLjMyLTIuNDRjLTEuMS0uMDQtMi4xNy4zNy0yLjk2IDEuMTNsLTYuMzEgNi4zMWEzLjU5MSAzLjU5MSAwIDAgMCAwIDUuMDkgMy41OTEgMy41OTEgMCAwIDAgNS4wOSAwYy4xOS0uMTkgMi44MS0yLjg1IDMuMjYtMy4zIDEuMDQuNDMgMi4xNi42MSAzLjI5LjUzLS45Ni45NS00LjMxIDQuMzQtNC42NCA0LjY4em0xNS4xOS0xNS4yLTUuOTQgNS45NGMtMi41NCAyLjU3LTYuNjMgMi43My05LjM4LjM4LS40My0uNDMtLjc5LS45My0xLjA4LTEuNDdsMS40NC0xLjVhMiAyIDAgMCAxIC4zNy0uMjhjLjI0LjU2LjYxIDEuMDUgMS4wOSAxLjQzLjY0LjYyIDEuNDkuOTcgMi4zNy45NyAxLjEuMDQgMi4xNy0uMzcgMi45Ni0xLjE0bDYuMjYtNi4yNmEzLjU5MSAzLjU5MSAwIDAgMCAwLTUuMDkgMy41OTEgMy41OTEgMCAwIDAtNS4wOSAwYy0uMTkuMTktMi44NyAyLjgzLTMuMzIgMy4yOWE3LjI2NyA3LjI2NyAwIDAgMC0zLjI5LS41M2MuOTYtLjk2IDQuMzYtNC4zMiA0LjctNC42NmE2LjMwMSA2LjMwMSAwIDAgMSA4LjkxIDBsLjAxLjAxYzIuNDYgMi40NyAyLjQ2IDYuNDYtLjAxIDguOTF6IiBzdHlsZT0iZmlsbDojOTk5Ii8+PC9zdmc+")}.coreIcon_globe{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19HbG9iZV8yNF9OQDJ4IiBoZWlnaHQ9IjQ4IiBpZD0iU19HbG9iZV8yNF9OXzJ4IiB3aWR0aD0iNDgiPjxkZWZzPjxzdHlsZT4uZmlsbHtmaWxsOiM3MDcwNzB9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImZpbGwiIGQ9Ik05LjUyNyAxOC4zNThjLTEuNC01LjA0OSAyLjIwNy03LjIyMyAxLjg1Mi0xMS41MzdBMjEuNDMgMjEuNDMgMCAwIDAgMi42NjcgMjRjMCAxMi4xNDkgMTAuNTkxIDE5LjM5IDE4LjA3MiAyMC45NzZhOS4yIDkuMiAwIDAgMCAxLjM5My4yMjFjMi42NjgtNi44LTIuMzY0LTE0LjM4NS01LjY4NC0xOS4zMjYtMi43NjUtNC4xMTMtNS4yNzgtMS41NzEtNi45MjEtNy41MTNaIi8+PHBhdGggY2xhc3M9ImZpbGwiIGQ9Ik0xOS45IDUuNnMtLjQ4NS4wMjktLjYxOS4xNjNjLTEuMDE0IDEuMDEgMS43NzYgNi4xIDEuNjU2IDUuMzIyLjY2NC0zLjA1NiA0LjgxNi00LjIzNSA2LjA4OC0uMmE0Ljk4OSA0Ljk4OSAwIDAgMS0xLjExNyAzLjAyYy0xLjg4IDIuNDcyLTIuMjYyIDYuODcyLTMuMiA1Ljc0Ni04Ljc4Ny0zLjYtNy44MiAxLjE2MS00LjkzNiA0LjM0MyA0LjYxOCA1LjA5NCAyLjI3NS41MjIgOC4zMjMgMy4xODkgNC44NjQgMi4xNDUgMTAuNzE4IDIuNjUyIDkuMjg5IDQuMjctNC4zMjIgNC44OTQtMy40MTMgOC4xMzctMTEuMDU3IDEzLjg3Mi42MzctLjAxNyAyLjY2NS0uMjIgMy4wODItLjI4OGEyMS43IDIxLjcgMCAwIDAgMTcuODMzLTE5LjIgMy4yIDMuMiAwIDAgMS0xLjUzOS0uNDY5Yy0yLjE0Ny0uODE3LTMuOTg5IDEuOTY3LTQuMTUyLTUuNTUyYTcuNjg2IDcuNjg2IDAgMCAxIDIuMjIyLTUuMzMzIDQuMTA3IDQuMTA3IDAgMCAxIC45NzItLjQ2NSAyMi4zMDEgMjIuMzAxIDAgMCAwLS44MjYtMS4zNTdjLS4wNS4wMjYtLjA5NC4wNTktLjE0NS4wODMtMS42NjcuNzc4LTEuOSAxLjAwNy0yLjY2NyAwYTIuMSAyLjEgMCAwIDEgLjQ2MS0zLjEgMjEuMzEzIDIxLjMxMyAwIDAgMC0xNS41MzMtNi45NTdjMi43LjAzNyA1LjkyOSAyLjAzOSA0LjI4NCA1LjIzOS4yNDctLjUwOC01LjM2OS0xLjcyLTYuMTMzLTEuNzItMS4wMjkgMCAxLjg1My0zLjUxOSAxLjgxNC0zLjUxOWEyMS40MzkgMjEuNDM5IDAgMCAwLTguODIgMS45QzE2LjYzNyA1LjUyNiAxOS45IDUuNiAxOS45IDUuNloiLz48L3N2Zz4=")}figure.dexter-Image{margin:0}.dexter-Image img{max-width:100%}.dexter-Image-tooltipContainer{display:inline-block}@media only screen and (min-width:37.5rem){.dexter-Cta.dexter-Cta--tablet-align-left{text-align:left}.dexter-Cta.dexter-Cta--tablet-align-center{text-align:center}.dexter-Cta.dexter-Cta--tablet-align-right{text-align:right}.dexter-Image-tablet-left{text-align:left}.dexter-Image-tablet-center{text-align:center}.dexter-Image-tablet-right{text-align:right}}@media only screen and (min-width:75rem){.dexter-Cta.dexter-Cta--desktop-align-left{text-align:left}.dexter-Cta.dexter-Cta--desktop-align-center{text-align:center}.dexter-Cta.dexter-Cta--desktop-align-right{text-align:right}.dexter-Image-desktop-left{text-align:left}.dexter-Image-desktop-center{text-align:center}.dexter-Image-desktop-right{text-align:right}}.dxf-loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}body.u-noScroll{height:100vh;overflow-y:hidden}.dexter-Modal_overlay{display:flex;opacity:0;position:fixed;transition:opacity 125ms ease-in-out,background-color 125ms ease-in-out,backdrop-filter 125ms ease-in-out,-webkit-backdrop-filter 125ms ease-in-out,transform 125ms ease-in-out;visibility:hidden}.dexter-Modal_overlay.is-Open{align-items:center;background:none;bottom:0;justify-content:center;left:0;opacity:1;right:0;top:0;visibility:visible}.dexter-Modal_overlay.closePlacement-outsideTopRight{padding:5.125rem 2.625rem 2.625rem}.dexter-Modal_overlay.closePlacement-outsideTopRight .dexter-CloseButton{right:-2.0625rem;top:-2.0625rem}.dexter-Modal_overlay[data-conf-display*=onPageLoad]{pointer-events:none;z-index:110}.dexter-Modal_overlay[data-conf-display*=onHashChange]{background-color:rgba(0,0,0,.9);pointer-events:all;z-index:200}.dexter-Modal_overlay.mobile-place-top{align-items:flex-start}.dexter-Modal_overlay.mobile-place-middle{align-items:center}.dexter-Modal_overlay.mobile-place-bottom{align-items:flex-end}@media only screen and (min-width:37.5rem){.dexter-Modal_overlay.tablet-place-top{align-items:flex-start}.dexter-Modal_overlay.tablet-place-middle{align-items:center}.dexter-Modal_overlay.tablet-place-bottom{align-items:flex-end}.dexter-Modal_overlay.tablet-place-left{justify-content:flex-start}.dexter-Modal_overlay.tablet-place-center{justify-content:center}.dexter-Modal_overlay.tablet-place-right{justify-content:flex-end}}@media only screen and (min-width:75rem){.dexter-Modal_overlay.closePlacement-outsideTopRight{padding-top:7.625rem}.dexter-Modal_overlay.desktop-place-top{align-items:flex-start}.dexter-Modal_overlay.desktop-place-middle{align-items:center}.dexter-Modal_overlay.desktop-place-bottom{align-items:flex-end}.dexter-Modal_overlay.desktop-place-left{justify-content:flex-start}.dexter-Modal_overlay.desktop-place-center{justify-content:center}.dexter-Modal_overlay.desktop-place-right{justify-content:flex-end}}.dexter-Modal{display:none;opacity:0;pointer-events:all;visibility:hidden;width:100%}.dexter-Modal:focus{outline:none}.dexter-Modal.is-Open{background:#fff;display:block;opacity:1;position:relative;visibility:visible}.dexter-Modal.mobile-height-100{height:100%}.dexter-Modal.mobile-height-auto{height:auto}.dexter-Modal.mobile-height-auto>.aem-Grid{max-height:calc(100vh - 150px);overflow-x:hidden;overflow-y:auto}.dexter-Modal.drop-shadow{box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02)}.dexter-Modal .dexter-CloseButton{border:3px solid transparent;border-radius:50%;height:24px;position:absolute;right:5px;top:5px;width:24px;z-index:1}.dexter-Modal .dexter-CloseButton:focus{border:3px solid #1473e6;outline:none}.dexter-Modal .dexter-CloseButton .dexter-CloseButton_icon:after{content:"";height:44px;left:-13px;position:absolute;top:-13px;width:44px}.dexter-Modal .dexter-CloseButton .dexter-CloseButton_icon.spectrum-close-circle-light:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCI+PHBhdGggZD0iTTI5IDE1YTEwIDEwIDAgMSAwIDAgMTQuMTJBMTAgMTAgMCAwIDAgMjkgMTVabS0zLjExIDExLjc0YS41LjUgMCAwIDEtLjcxIDBMMjIgMjMuNTZsLTMuMTggMy4xOGEuNS41IDAgMCAxLS43MSAwbC0uODUtLjg1YS41LjUgMCAwIDEgMC0uNzFMMjAuNDQgMjJsLTMuMTgtMy4xOGEuNS41IDAgMCAxIDAtLjcxbC44NS0uODVhLjUuNSAwIDAgMSAuNzEgMEwyMiAyMC40NGwzLjE4LTMuMThhLjUuNSAwIDAgMSAuNzEgMGwuODUuODVhLjUuNSAwIDAgMSAwIC43MUwyMy41NSAyMmwzLjE4IDMuMThhLjUuNSAwIDAgMSAwIC43MVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")}.dexter-Modal .dexter-CloseButton .dexter-CloseButton_icon.spectrum-close-circle-dark:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCI+PHBhdGggZD0iTTI5IDE1YTEwIDEwIDAgMSAwIDAgMTQuMTJBMTAgMTAgMCAwIDAgMjkgMTVabS0zLjExIDExLjc0YS41LjUgMCAwIDEtLjcxIDBMMjIgMjMuNTZsLTMuMTggMy4xOGEuNS41IDAgMCAxLS43MSAwbC0uODUtLjg1YS41LjUgMCAwIDEgMC0uNzFMMjAuNDQgMjJsLTMuMTgtMy4xOGEuNS41IDAgMCAxIDAtLjcxbC44NS0uODVhLjUuNSAwIDAgMSAuNzEgMEwyMiAyMC40NGwzLjE4LTMuMThhLjUuNSAwIDAgMSAuNzEgMGwuODUuODVhLjUuNSAwIDAgMSAwIC43MUwyMy41NSAyMmwzLjE4IDMuMThhLjUuNSAwIDAgMSAwIC43MVoiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=")}.dexter-Modal .aem-Grid{height:100%;overflow:auto}.dexter-Modal .aem-Grid.focus-ring,.dexter-Modal .aem-Grid:focus{outline:none}@media only screen and (min-width:37.5rem){.dexter-Modal.tablet-width-100{width:100%}.dexter-Modal.tablet-width-240{width:15rem}.dexter-Modal.tablet-width-360{width:22.5rem}.dexter-Modal.tablet-width-480{width:30rem}.dexter-Modal.tablet-width-640{width:40rem}.dexter-Modal.tablet-height-100{height:100%;top:0}.dexter-Modal.tablet-height-240{height:15rem}.dexter-Modal.tablet-height-360{height:22.5rem}.dexter-Modal.tablet-height-480{height:30rem}.dexter-Modal.tablet-height-640{height:40rem}.dexter-Modal.tablet-height-auto{height:auto}.dexter-Modal.tablet-height-auto>.aem-Grid{max-height:calc(100vh - 60px);overflow-x:hidden;overflow-y:auto}}@media only screen and (max-device-width:56.1875rem) and (orientation:landscape){.dexter-Modal.tablet-height-auto#languageNavigation{height:100%}}@media only screen and (min-width:75rem){.dexter-Modal.desktop-width-100{width:100%}.dexter-Modal.desktop-width-240{width:15rem}.dexter-Modal.desktop-width-360{width:22.5rem}.dexter-Modal.desktop-width-480{width:30rem}.dexter-Modal.desktop-width-640{width:40rem}.dexter-Modal.desktop-width-1024{width:64rem}.dexter-Modal.desktop-height-100{height:100%;top:0}.dexter-Modal.desktop-height-240{height:15rem}.dexter-Modal.desktop-height-360{height:22.5rem}.dexter-Modal.desktop-height-480{height:30rem}.dexter-Modal.desktop-height-640{height:40rem}.dexter-Modal.desktop-height-1024{height:64rem}.dexter-Modal.desktop-height-auto,.dexter-Modal.mobile-height-auto,.dexter-Modal.tablet-height-auto{height:auto}.dexter-Modal.desktop-height-auto>.aem-Grid,.dexter-Modal.mobile-height-auto>.aem-Grid,.dexter-Modal.tablet-height-auto>.aem-Grid{max-height:100vh;overflow-x:hidden;overflow-y:auto}}.locale-modal{color:#2a2a2a;padding:3em 2em 1.88em;text-align:center}.locale-modal_content{padding-top:1.875rem}.locale-modal_button{display:block;font-weight:500;padding:.75em}.mt-banner{background-color:#e4f1f9;color:#000;padding:.625rem 0;text-align:center}.mt-banner .bigger{font-size:1.25rem}.mt-banner .feedback-box .thank-you{display:none}.mt-banner .feedback-box.feedback-done>.thank-you{display:block}.mt-banner .feedback-box.feedback-done>.form{display:none}section.dexter-Section{overflow:hidden;position:relative}.pagination{display:inline-block;font-size:1rem;margin:1.5rem 0;width:100%}.pagination span{color:#707070;font-weight:lighter;margin-left:1.5%;margin-right:.625rem}.pagination span+button>i{margin-right:.3125rem}.pagination .pagination_next{margin-right:.75rem;text-align:left}.pagination .pagination_prev{margin-left:.9375rem;text-align:right}.pagination .pagination_prev>i:after{left:-.625rem}.pagination i[class^=spectrumIcon_]:after{background-repeat:no-repeat;background-size:1.125rem 1.125rem;bottom:50%;content:"";height:1.125rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.125rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pagination i[class^=spectrumIcon_]:after{display:block;left:-.875rem;margin-left:1px;top:-1px;transform:translate(0)}}.pagination button{background-color:transparent;color:#1473e6;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:lighter;line-height:1.4em;margin:0;padding:0;vertical-align:baseline}.pagination button:active,.pagination button:focus,.pagination button:hover{background:none;color:#409ef8;text-decoration:underline}@-moz-document url-prefix(){.pagination button.pagination_last{padding-right:.625rem;width:1em}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pagination button.pagination_last{width:1em}}.pagination button>i{font-size:.75em;line-height:inherit;margin-left:.625rem;position:relative}.pagination button>i[class^=spectrumIcon_]:after{background-repeat:no-repeat;background-size:1.125rem 1.125rem;bottom:50%;content:"";height:1.125rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.125rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pagination button>i[class^=spectrumIcon_]:after{display:block;left:-.875rem;margin-left:1px;top:-1px;transform:translate(0)}}.pagination ul{display:inline;margin:0 .5625rem 0 .3125rem}.pagination ul li{border:none;border-radius:0;border-right:.0625rem solid #ccc;display:inline-block;flex-basis:auto;font-weight:700;line-height:1.4em;margin:0;min-width:0;padding:0 .625rem}.pagination ul li.active button{color:#000;font-weight:700}.pagination ul li:last-child{border-right:none}.pagination ul~ul.pagination_mobile{display:none}@media only screen and (max-width:37.4375rem){.pagination ul~ul.pagination_mobile{display:inline-block}}@media only screen and (max-width:340px){.pagination{margin-left:1em}.pagination>span:after{content:"\A\A";white-space:pre}}.pagination .spectrumIcon_chevronDoubleLeft:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uRG91YmxlTGVmdF8yNF9OQDJ4IiBoZWlnaHQ9IjQ4IiBpZD0iU19DaGV2cm9uRG91YmxlTGVmdF8yNF9OXzJ4IiB3aWR0aD0iNDgiPjxkZWZzPjxzdHlsZT4uZmlsbHtmaWxsOiMxNDczZTZ9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImZpbGwiIGQ9Ik04LjMgMjIuNTg1IDE4Ljk0OSAxMS45NGEyIDIgMCAwIDEgMi44MjggMGwuMjgyLjI4MmEyLjAwNiAyLjAwNiAwIDAgMSAwIDIuODI4TDEzLjExMiAyNGw4Ljk0OCA4Ljk0OWEyLjAwNiAyLjAwNiAwIDAgMSAwIDIuODI4bC0uMjgyLjI4MmEyIDIgMCAwIDEtMi44MjggMEw4LjMgMjUuNDE0YTIgMiAwIDAgMSAwLTIuODI5Wk0yNC4zIDIyLjU4NSAzNC45NDkgMTEuOTRhMiAyIDAgMCAxIDIuODI4IDBsLjI4Mi4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOEwyOS4xMTIgMjRsOC45NDggOC45NDlhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOGwtLjI4Mi4yODJhMiAyIDAgMCAxLTIuODI4IDBMMjQuMyAyNS40MTRhMiAyIDAgMCAxIDAtMi44MjlaIi8+PC9zdmc+")}.pagination .spectrumIcon_chevronDoubleRight:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uRG91YmxlUmlnaHRfMjRfTkAyeCIgaGVpZ2h0PSI0OCIgaWQ9IlNfQ2hldnJvbkRvdWJsZVJpZ2h0XzI0X05fMngiIHdpZHRoPSI0OCI+PGRlZnM+PHN0eWxlPi5maWxse2ZpbGw6IzE0NzNlNn08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iZmlsbCIgZD0iTTM5LjcgMjUuNDE0IDI5LjA1IDM2LjA1OWEyIDIgMCAwIDEtMi44MjggMGwtLjI4Mi0uMjgyYTIuMDA2IDIuMDA2IDAgMCAxIDAtMi44MjhMMzQuODg4IDI0bC04Ljk0OC04Ljk0OWEyLjAwNiAyLjAwNiAwIDAgMSAwLTIuODI4bC4yODItLjI4MmEyIDIgMCAwIDEgMi44MjggMEwzOS43IDIyLjU4NWEyIDIgMCAwIDEgMCAyLjgyOVpNMjMuNyAyNS40MTQgMTMuMDUgMzYuMDU5YTIgMiAwIDAgMS0yLjgyOCAwbC0uMjgyLS4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMC0yLjgyOEwxOC44ODggMjRsLTguOTQ5LTguOTQ5YTIuMDA2IDIuMDA2IDAgMCAxIDAtMi44MjhsLjI4Mi0uMjgyYTIgMiAwIDAgMSAyLjgyOCAwTDIzLjcgMjIuNTg1YTIgMiAwIDAgMSAwIDIuODI5WiIvPjwvc3ZnPg==")}.pagination .spectrumIcon_chevronLeft:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uTGVmdF8yNF9OQDJ4IiBoZWlnaHQ9IjQ4IiB3aWR0aD0iNDgiPjxwYXRoIGQ9Ik0xNi4zIDIyLjU4NSAyNi45NDkgMTEuOTRhMiAyIDAgMCAxIDIuODI4IDBsLjI4Mi4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOEwyMS4xMTIgMjRsOC45NDggOC45NDlhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOGwtLjI4Mi4yODJhMiAyIDAgMCAxLTIuODI4IDBMMTYuMyAyNS40MTRhMiAyIDAgMCAxIDAtMi44MjlaIiBzdHlsZT0iZmlsbDojMTQ3M2U2Ii8+PC9zdmc+")}.pagination .spectrumIcon_chevronRight:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uUmlnaHRfMjRfTkAyeCIgaGVpZ2h0PSI0OCIgd2lkdGg9IjQ4Ij48cGF0aCBkPSJNMzEuNyAyNS40MTQgMjEuMDUgMzYuMDU5YTIgMiAwIDAgMS0yLjgyOCAwbC0uMjgyLS4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMC0yLjgyOEwyNi44ODggMjRsLTguOTQ4LTguOTQ5YTIuMDA2IDIuMDA2IDAgMCAxIDAtMi44MjhsLjI4Mi0uMjgyYTIgMiAwIDAgMSAyLjgyOCAwTDMxLjcgMjIuNTg1YTIgMiAwIDAgMSAwIDIuODI5WiIgc3R5bGU9ImZpbGw6IzE0NzNlNiIvPjwvc3ZnPg==")}.dexter-Position.mobile-place-static{position:static}.dexter-Position.mobile-place-absolute,.dexter-Position.mobile-place-fixed{position:absolute}.dexter-Position.mobile-place-absolute.mobile-place-right,.dexter-Position.mobile-place-fixed.mobile-place-right{left:auto;right:0}.dexter-Position.mobile-place-absolute.mobile-place-left,.dexter-Position.mobile-place-fixed.mobile-place-left{left:0;right:auto}.dexter-Position.mobile-place-absolute.mobile-place-center,.dexter-Position.mobile-place-fixed.mobile-place-center{left:0;margin-left:auto;margin-right:auto;right:0}.dexter-Position.mobile-place-absolute.mobile-place-center img,.dexter-Position.mobile-place-fixed.mobile-place-center img{margin-left:auto;margin-right:auto}.dexter-Position.mobile-place-absolute.mobile-place-middle,.dexter-Position.mobile-place-fixed.mobile-place-middle{top:50%;transform:translateY(-50%)}.dexter-Position.mobile-place-absolute.mobile-place-bottom,.dexter-Position.mobile-place-fixed.mobile-place-bottom{bottom:0;top:auto}.dexter-Position.mobile-place-absolute.mobile-place-top,.dexter-Position.mobile-place-fixed.mobile-place-top{bottom:auto;top:0}.dexter-Position.mobile-place-fixed{position:fixed}.dexter-Position.mobile-place-relative{position:relative}.dexter-Position.has-Toggle:not(.is-Selected){height:0;overflow:hidden;padding:0;visibility:hidden}.dexter-Position.has-Toggle:not(.is-Selected).is-Editor-true{height:auto}.dexter-Position.is-Selected{height:auto}.dexter-Position .dexter-Background-no-crop{bottom:auto;left:0;max-width:100%;overflow:hidden;position:absolute;right:auto;top:0;width:100%}.dexter-Position .dexter-Background-no-crop>img{width:100%}.dexter-Position .dexter-Background-no-crop+div{position:relative}.dexter-Position .dexter-Background-no-crop-fixed{bottom:auto;left:0;max-width:100%;overflow:hidden;position:fixed;right:auto;top:0;width:100%;z-index:-1}.dexter-Position .dexter-Background-no-crop-fixed>img{width:100%}.dexter-Position .dexter-Background-no-crop-fixed+div{position:relative}@media (min-width:37.5rem){.dexter-Position.tablet-place-static{position:static}.dexter-Position.tablet-place-absolute,.dexter-Position.tablet-place-fixed{position:absolute}.dexter-Position.tablet-place-absolute.tablet-place-right,.dexter-Position.tablet-place-fixed.tablet-place-right{left:auto;right:0}.dexter-Position.tablet-place-absolute.tablet-place-left,.dexter-Position.tablet-place-fixed.tablet-place-left{left:0;right:auto}.dexter-Position.tablet-place-absolute.tablet-place-center,.dexter-Position.tablet-place-fixed.tablet-place-center{left:0;margin-left:auto;margin-right:auto;right:0}.dexter-Position.tablet-place-absolute.tablet-place-center img,.dexter-Position.tablet-place-fixed.tablet-place-center img{margin-left:auto;margin-right:auto}.dexter-Position.tablet-place-absolute.tablet-place-bottom,.dexter-Position.tablet-place-fixed.tablet-place-bottom{bottom:0;top:auto}.dexter-Position.tablet-place-absolute.tablet-place-top,.dexter-Position.tablet-place-fixed.tablet-place-top{bottom:auto;top:0}.dexter-Position.tablet-place-absolute.tablet-place-middle,.dexter-Position.tablet-place-fixed.tablet-place-middle{top:50%;transform:translateY(-50%)}.dexter-Position.tablet-place-fixed{position:fixed}.dexter-Position.tablet-place-relative{position:relative}}@media (min-width:75rem){.dexter-Position.desktop-place-static{position:static}.dexter-Position.desktop-place-absolute,.dexter-Position.desktop-place-fixed{position:absolute}.dexter-Position.desktop-place-absolute.desktop-place-right,.dexter-Position.desktop-place-fixed.desktop-place-right{left:auto;right:0}.dexter-Position.desktop-place-absolute.desktop-place-left,.dexter-Position.desktop-place-fixed.desktop-place-left{left:0;right:auto}.dexter-Position.desktop-place-absolute.desktop-place-center,.dexter-Position.desktop-place-fixed.desktop-place-center{left:0;margin-left:auto;margin-right:auto;right:0}.dexter-Position.desktop-place-absolute.desktop-place-center img,.dexter-Position.desktop-place-fixed.desktop-place-center img{margin-left:auto;margin-right:auto}.dexter-Position.desktop-place-absolute.desktop-place-bottom,.dexter-Position.desktop-place-fixed.desktop-place-bottom{bottom:0;top:auto}.dexter-Position.desktop-place-absolute.desktop-place-top,.dexter-Position.desktop-place-fixed.desktop-place-top{bottom:auto;top:0}.dexter-Position.desktop-place-absolute.desktop-place-middle,.dexter-Position.desktop-place-fixed.desktop-place-middle{top:50%;transform:translateY(-50%)}.dexter-Position.desktop-place-fixed{position:fixed}.dexter-Position.desktop-place-relative{position:relative}}.dexter-Position.has-video .aem-Grid{position:relative}.dexter-Position .position-Contents.crop-content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.dexter-Position .position-Contents.crop-content.show-controls{pointer-events:none}.aem-AuthorLayer-Preview .dexter-Position.has-Toggle:not(.is-Selected){height:0;overflow:hidden;padding:0;visibility:hidden}.aem-AuthorLayer-Preview .dexter-Position.is-Selected{height:auto}div[role=radiogroup].justifyleft>label{margin-right:0}div[role=radiogroup].justifyleft label:first-child:last-child{width:100%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(2),div[role=radiogroup].justifyleft label:first-child:nth-last-child(2)~label{width:50%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(3),div[role=radiogroup].justifyleft label:first-child:nth-last-child(3)~label{width:33.3333%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(4),div[role=radiogroup].justifyleft label:first-child:nth-last-child(4)~label{width:25%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(5),div[role=radiogroup].justifyleft label:first-child:nth-last-child(5)~label{width:20%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(6),div[role=radiogroup].justifyleft label:first-child:nth-last-child(6)~label{width:16.6666%}.container-cta{cursor:pointer}.container-cta>.dexter-Cta>.spectrum-Button{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;visibility:hidden;width:1px}.container-cta.focus-ring,.container-cta:focus{outline:1px auto #1473e6}.dexter-SocialMediaShare ul{list-style-type:none;margin:0;padding:0}.dexter-SocialMediaShare li{display:inline-block;margin-left:20px}.dexter-SocialMediaShare li:first-child{margin-left:0}.dexter-Table th{font-weight:inherit;text-align:inherit}.dexter-Table .sr-only{clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;white-space:nowrap;width:1px}.dexter-Table-Container{max-width:100%;overflow:auto}.cmp-text table tr:first-child td{border-top:1px solid #e1e1e1}.cmp-text table td,.cmp-text table th{border:0;border-bottom:1px;border-color:#e1e1e1;border-style:solid}.cmp-text table td{background-color:#fff}.cmp-text table td:first-child{border-left:1px solid #e1e1e1}.cmp-text table td:last-child{border-right:1px solid #e1e1e1}.dexter-TextTable--nodividers table tbody tr:first-child td{border-top:none}.dexter-TextTable-evenRows--highlight .dexter-TextTable--nodividers table tbody tr:first-child td,.dexter-TextTable-oddRows--highlight .dexter-TextTable--nodividers table tbody tr:first-child td{border-color:transparent}.dexter-TextTable--nodividers table td,.dexter-TextTable--nodividers table th{border-bottom:0;border-color:transparent}.dexter-TextTable--nodividers table td:first-child{border-left:none}.dexter-TextTable--nodividers table td:last-child{border-right:none}.dexter-TextTable--dividers table td{border-bottom:1px;border-left:1px;border-right:0;border-top:0;border-color:#e1e1e1;border-style:solid}.dexter-TextTable--dividers table td:last-child{border-right:1px solid #e1e1e1}.dexter-TextTable-evenRows--highlight.dexter-TextTable--dividers table td,.dexter-TextTable-oddRows--highlight.dexter-TextTable--dividers table td{border-color:#d2d2d2}.dexter-TextTable--quiet table{border:none;border-collapse:collapse}.dexter-TextTable--quiet table td,.dexter-TextTable--quiet table th{background-color:transparent}.dexter-TextTable--quiet table td:first-child,.dexter-TextTable--quiet table th:first-child{border-left:none}.dexter-TextTable--quiet table td:last-child,.dexter-TextTable--quiet table th:last-child{border-right:none}.dexter-TextTable--responsive{max-width:100%;overflow-x:auto}.dexter-TextTable--responsive table{border:1px solid transparent}.dexter-TextTable-oddRows--highlight table tr:nth-child(odd) td{background-color:#f2f2f2}.dexter-TextTable--quiet.dexter-TextTable-oddRows--highlight table tr:nth-child(odd) td{background-color:#e9e9e9}.dexter-TextTable-evenRows--highlight table tr:nth-child(2n) td{background-color:#f2f2f2}.dexter-TextTable--quiet.dexter-TextTable-evenRows--highlight table tr:nth-child(2n) td{background-color:#e9e9e9}.dexter-TextTable-evenRows--highlight table,.dexter-TextTable-oddRows--highlight table{border-color:#d2d2d2}.dexter-TextTable-evenRows--highlight table tr:first-child td,.dexter-TextTable-oddRows--highlight table tr:first-child td{border-color:#d2d2d2}@media (max-width:74.9375rem){.dexter-Table-Container.header-sticky{max-height:100vh;position:relative}@supports (position:sticky){.dexter-Table-Container.header-sticky th[data-header-type*=column]{position:sticky;top:0;z-index:1}.dexter-Table-Container.header-sticky th[data-header-type*=row]{left:0;position:sticky;z-index:2}.dexter-Table-Container.header-sticky th[data-header-type*="column row"]{z-index:3}.dexter-Table-Container.header-sticky th[data-header-type*=column]:before,.dexter-Table-Container.header-sticky th[data-header-type*=row]:before{box-sizing:content-box;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}}}@media (min-width:75rem){.dexter-Table-Container.header-sticky--desktop{position:relative}@supports (position:sticky){.dexter-Table-Container.header-sticky--desktop th[data-header-type*=column]{position:sticky;top:0;z-index:1}.dexter-Table-Container.header-sticky--desktop th[data-header-type*=row]{left:0;position:sticky;z-index:2}.dexter-Table-Container.header-sticky--desktop th[data-header-type*="column row"]{z-index:3}.dexter-Table-Container.header-sticky--desktop th[data-header-type*=column]:before,.dexter-Table-Container.header-sticky--desktop th[data-header-type*=row]:before{box-sizing:content-box;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}}}.videoContainer{height:0;padding-bottom:56.25%;position:relative}.videoContainer iframe{height:100%;left:0;position:absolute;top:0;width:100%}.dexter-Carousel{overflow:hidden;position:relative;width:100%}.dexter-Carousel .dexter-Carousel-content{margin-bottom:1rem;position:relative}.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item{box-sizing:border-box;display:flex;justify-content:center}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item{display:flex;flex-direction:column;max-width:100%;width:auto}.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item>div{min-height:1px}.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item>div .dexter-FlexContainer-Items>*{flex-basis:auto;flex-grow:1;flex-shrink:1;width:1%}}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fullwidth .dexter-Carousel-item,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fullwidth .dexter-Carousel-item .carousel-item-content{width:100%}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item{left:50%;margin:auto;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item:after{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item.is-active,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item.is-active,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item.is-active{opacity:1;z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item.is-active:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item.is-active:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item.is-active:after{content:none}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item{transition:opacity .6s}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide{transform-style:preserve-3d}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item{transition:transform .6s,opacity .6s}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--next,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--previous{z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--previous{transform:translate(-200%,-50%)}[dir=rtl] .dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--previous{transform:translate(200%,-50%)}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--next{transform:translate(200%,-50%)}[dir=rtl] .dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--next{transform:translate(-200%,-50%)}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--increment{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--increment .dexter-Carousel-item{display:flex;justify-content:center;margin:0;opacity:1;position:relative;transition:transform 1s ease-in 1s;visibility:visible;z-index:1}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--increment .dexter-Carousel-item .carousel-item-content{width:100%}.dexter-Carousel button{border:1px solid}.dexter-Carousel button:after{content:attr(aria-label);display:inline}.dexter-Carousel .progress-container{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:5px 0}.dexter-Carousel .progress-container .progress-wrapper{display:flex;flex-direction:row;justify-content:space-between;width:100%}.dexter-Carousel .progress-container .progress-wrapper.progress-wrapper--fullwidth{width:100%}.dexter-Carousel .progress-container .progress-wrapper .progress-refill{border-radius:4px;height:10px;margin:5px;width:100%}.dexter-Carousel .progress-container .progress-wrapper .progress-refill .progress-meter{border-radius:4px;height:100%}.dexter-Carousel.carousel-sliderMod{align-items:center;display:flex;float:none!important;justify-content:center;margin:0 auto!important;max-width:1232px!important;overflow:visible;padding:0 16px}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-wrapper{display:flex;max-width:100%;overflow:hidden}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-content{overflow:visible}.dexter-Carousel.carousel-sliderMod .dexter-Carousel--next,.dexter-Carousel.carousel-sliderMod .dexter-Carousel--previous{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.dexter-Carousel.carousel-sliderMod .dexter-Carousel--next{right:0}.dexter-Carousel.carousel-sliderMod .dexter-Carousel--previous{left:0;transform:translateY(-50%) rotate(180deg)}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-indicators{flex-wrap:nowrap}@media screen and (max-width:37.4375rem){.dexter-Carousel.carousel-sliderMod{flex-wrap:wrap;padding:0}.dexter-Carousel.carousel-sliderMod>*{min-width:100%}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-actions{transform:none}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-controls{display:none}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-indicators{flex-wrap:wrap}}@media screen and (min-width:37.4375rem) and (max-width:956px){.dexter-Carousel.carousel-sliderMod{max-width:632px!important}}@media screen and (min-width:956px) and (max-width:1256px){.dexter-Carousel.carousel-sliderMod{max-width:932px!important}}@media screen and (min-width:37.4375rem){.dexter-Carousel.carousel-sliderMod .dexter-Carousel-actions{display:none}}@media only screen and (min-width:37.5rem){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{width:75%}.dexter-Carousel .progress-container .progress-wrapper{width:75%}}@media only screen and (min-width:75rem){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{width:50%}.dexter-Carousel .progress-container .progress-wrapper{width:50%}}@media (-ms-high-contrast:active) and (min-width:37.5rem),(-ms-high-contrast:none){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{max-width:75%;width:auto}.dexter-Carousel .progress-container .progress-wrapper{width:75%}}@media (-ms-high-contrast:active) and (min-width:75rem),(-ms-high-contrast:none){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{max-width:50%;width:auto}.dexter-Carousel .progress-container .progress-wrapper{width:50%}}select.uiControl_selectNav{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01OCAyOSAzMiAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTggMjkgMzIgMzQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0tNTYgNDMgNi0xMiA2IDEyaC0xMnpNLTQ0IDQ5bC02IDEyLTYtMTJoMTJ6IiBmaWxsPSIjNTM1MzUzIi8+PC9zdmc+") no-repeat 100% 56%;background-color:#efefef;background-size:15% 15%;border:1px solid #e1e1e1;border-radius:.4rem;height:2.5rem;margin-right:1rem;min-width:16rem;padding:.75rem 1rem;width:auto}select.uiControl_selectNav::-ms-expand{display:none}select.uiControl_selectNav option{height:1rem}.dexter-team-qty .dexter-Dropdown,.dexter-team-qty .spectrum-Textfield{display:none}.dexter-team-qty .dexter-Dropdown.show,.dexter-team-qty .spectrum-Textfield.show{display:block}.dexter-team-qty .contact-us.hide,.dexter-team-qty .dexter-Dropdown.hide,.dexter-team-qty .quantity-label.hide{display:none}.formwr{font-size:16px}.formwr .faas_title{font-size:1.375rem;line-height:1.8125rem;padding-bottom:1.75rem}.faas_form form{justify-content:flex-start}.faas_form input:not([type=radio]):not([type=checkbox]):not([type=range]),.faas_form select,.faas_form textarea{-webkit-appearance:none}.faas_form button,.faas_form input[type=reset],.faas_form input[type=submit]{-webkit-font-smoothing:antialiased;-webkit-appearance:button;background-color:#2680eb;border:2px solid #2680eb;border-radius:16px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9375em;font-weight:700;height:32px;line-height:1.75em;margin:0;overflow:visible;padding:0 14px 1px;text-decoration:none;text-transform:none;transition:background 125ms ease-out,border-color 125ms ease-out,color 125ms ease-out,box-shadow 125ms ease-out;vertical-align:top}.faas_form button:focus,.faas_form button:hover,.faas_form button:visited:hover,.faas_form input[type=reset]:focus,.faas_form input[type=reset]:hover,.faas_form input[type=reset]:visited:hover,.faas_form input[type=submit]:focus,.faas_form input[type=submit]:hover,.faas_form input[type=submit]:visited:hover{background-color:#1473e6;border-color:#1473e6;outline:none}.faas_form input[type=reset]{background-color:transparent;border-color:#707070;color:#707070}.faas_form input[type=reset]:focus,.faas_form input[type=reset]:hover,.faas_form input[type=reset]:visited:hover{background-color:#707070;color:#fff}.faas_form input:not([type=submit]):not([type=reset]),.faas_form select,.faas_form textarea{background:#fff;border:0;border-radius:.3rem;box-shadow:inset .067rem .067rem 0 0 #8e8e8e,inset -.06231rem -.06231rem 0 0 #8e8e8e;color:#2c2c2c;font-size:1.125em;line-height:2.1em;outline:none}.faas_form input:not([type=submit]):not([type=reset]):focus,.faas_form select:focus,.faas_form textarea:focus{box-shadow:inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.faas_form input:not([type=submit]):not([type=reset]):focus:hover,.faas_form select:focus:hover,.faas_form textarea:focus:hover{box-shadow:inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.faas_form input:not([type=submit]):not([type=reset]):hover,.faas_form select:hover,.faas_form textarea:hover{box-shadow:inset .067rem .067rem 0 0 #4b4b4b,inset -.06231rem -.06231rem 0 0 #4b4b4b}@media screen and (max-width:36rem){.faas_form{width:100%!important}}.faas_form select,.faas_form textarea{box-sizing:border-box;margin:0}.faas_form input[type=file]{border:0;box-shadow:none;max-width:29rem;min-width:19rem}.faas_form input[type=file]::-webkit-file-upload-button{background:#fff;border:1px solid #8e8e8e;border-radius:.3rem;box-shadow:none;font-size:.8125em;line-height:1.5em;vertical-align:top;width:9em}.faas_form input[type=file]>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid #8e8e8e;border-radius:.3rem;box-shadow:none;line-height:1.5em;vertical-align:top}.faas_form input[type=file]:focus,.faas_form input[type=file]:hover{border:0;box-shadow:none}.faas_form input[type=file]:focus::-webkit-file-upload-button,.faas_form input[type=file]:hover::-webkit-file-upload-button{font-size:.8125em;width:9em}.faas_form input[type=file]:focus>input[type=button]::-moz-focus-inner,.faas_form input[type=file]:hover>input[type=button]::-moz-focus-inner{font-size:.8125em;width:9em}.faas_form input[type=file]:focus::-webkit-file-upload-button{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:focus>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:focus:hover::-webkit-file-upload-button{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:focus:hover>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:hover::-webkit-file-upload-button{background:#fff;border:1px solid #4b4b4b;border-radius:.3rem;box-shadow:none}.faas_form input[type=file]:hover>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid #4b4b4b;border-radius:.3rem;box-shadow:none}.faas_form input[type=range]{border:0;box-shadow:none;max-width:28.5rem}.faas_form input[type=range]:focus{box-shadow:none;outline:5px auto rgba(0,157,245,.6);outline-offset:0}.faas_form input[type=range]:focus::-moz-focus-outer{border:0;outline:none}.faas_form input[type=range]:focus::-moz-range-thumb{border:3px solid rgba(0,157,245,.6);box-shadow:0 0 4px #009df2}.faas_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]){min-width:19rem}.faas_form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=reset]){padding:.5rem 1rem}.faas_form input::-webkit-input-placeholder{color:#6e6e6e;font-weight:400;opacity:1;transition:color .2s ease .2s,.1s ease-in-out}.faas_form input:-moz-placeholder,.faas_form input::-moz-placeholder{color:#6e6e6e;font-weight:400;opacity:1;transition:color .2s ease .2s,.1s ease-in-out}.faas_form input:-ms-input-placeholder{color:#6e6e6e;font-weight:400;opacity:1;transition:color .2s ease .2s,.1s ease-in-out}.faas_form input:focus::-webkit-input-placeholder{color:#c1c1c1}.faas_form input:focus:-moz-placeholder{color:#c1c1c1}.faas_form input:focus::-moz-placeholder{color:#c1c1c1}.faas_form input:focus:-ms-input-placeholder{color:#c1c1c1}.faas_form input[type=checkbox],.faas_form input[type=radio]{border:0;box-shadow:none}.faas_form input[type=checkbox]:focus,.faas_form input[type=radio]:focus{outline:5px auto rgba(82,168,236,.6);outline-offset:-2px}.faas_form input[type=checkbox]:hover,.faas_form input[type=radio]:hover{outline:5px auto rgba(82,168,236,.6);outline-offset:-2px}.faas_form label{border:0;box-shadow:none;font-weight:600;margin-right:1em;min-width:11rem;padding:.75rem 1rem .5625rem 0}.faas_form label input[type=checkbox],.faas_form label input[type=radio]{margin:0 .5em 0 0}@media screen and (max-width:22em){.faas_form label{padding-bottom:.25em;padding-left:0}}.faas_form textarea{min-width:19rem;padding:.5rem 1rem}.faas_form select{appearance:none;background:inherit none no-repeat 0 0;border:0;color:#2c2c2c;min-width:19rem;outline:none;padding:0 1em}.faas_form select[multiple]{padding-top:.875em}.faas_form select:not([multiple]){background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01OCAyOSAzMiAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTggMjkgMzIgMzQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0tNTYgNDMgNi0xMiA2IDEyaC0xMnpNLTQ0IDQ5bC02IDEyLTYtMTJoMTJ6IiBmaWxsPSIjNTM1MzUzIi8+PC9zdmc+") no-repeat 128% 54%;background-color:inherit;background-position:100% .93em;background-size:1em 1em;height:2.944em}.faas_form select:not([multiple])::-ms-expand{display:none}.faas_form select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.faas_form .row{align-content:flex-end;align-items:baseline;display:flex;flex:1 1 auto;flex-wrap:wrap;padding-bottom:.75em;padding-top:.75em;width:100%}.faas_form .row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),.faas_form .row select,.faas_form .row textarea{flex:1 0 19rem}.faas_form .row input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=reset]):empty{align-self:center}.faas_form .row label{align-content:flex-end;align-items:baseline;display:flex;flex:1 1 11rem;flex-wrap:wrap}@media screen and (max-width:24rem){.faas_form .row label{flex:1 1 auto}}.faas_form .row div:first-child,.faas_form .row label~div{align-content:flex-end;align-items:baseline;display:flex;flex:1 1 19rem;flex-wrap:wrap}.faas_form .row div:first-child>label,.faas_form .row label~div>label{flex:1 1 9rem}.faas_form .row div:first-child>label input[type=checkbox],.faas_form .row div:first-child>label input[type=radio],.faas_form .row label~div>label input[type=checkbox],.faas_form .row label~div>label input[type=radio]{flex:0 0 auto}.faas_form .row select[multiple]{align-self:flex-end}.faas_form .row>span{display:flex;flex:1 1 100%;flex-wrap:wrap;padding:1ex 0}.faas_form .row.error{color:#d9534f}.faas_form .row.error input,.faas_form .row.error select,.faas_form .row.error textarea{box-shadow:inset .067rem .067rem 0 0 #d9534f,inset -.06231rem -.06231rem 0 0 #d9534f}.faas_form .row.error input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=reset]),.faas_form .row.error textarea{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTguNTY0IDEuMjg5LjIgMTYuMjU2QS41LjUgMCAwIDAgLjYzNiAxN2gxNi43MjhhLjUuNSAwIDAgMCAuNS0uNS40OTQuNDk0IDAgMCAwLS4wNjQtLjI0NEw5LjQzNiAxLjI4OWEuNS41IDAgMCAwLS44NzIgMFpNMTAgMTQuNzVhLjI1LjI1IDAgMCAxLS4yNS4yNWgtMS41YS4yNS4yNSAwIDAgMS0uMjUtLjI1di0xLjVhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVabTAtM2EuMjUuMjUgMCAwIDEtLjI1LjI1aC0xLjVhLjI1LjI1IDAgMCAxLS4yNS0uMjV2LTZhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVaIiBmaWxsPSIjZDczNzNmIi8+PC9zdmc+");background-position:96%;background-repeat:no-repeat;background-size:18px;padding-right:2rem}.faas_form .row.error textarea{background-position:96% 14px}.faas_form .row.error select{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTguNTY0IDEuMjg5LjIgMTYuMjU2QS41LjUgMCAwIDAgLjYzNiAxN2gxNi43MjhhLjUuNSAwIDAgMCAuNS0uNS40OTQuNDk0IDAgMCAwLS4wNjQtLjI0NEw5LjQzNiAxLjI4OWEuNS41IDAgMCAwLS44NzIgMFpNMTAgMTQuNzVhLjI1LjI1IDAgMCAxLS4yNS4yNWgtMS41YS4yNS4yNSAwIDAgMS0uMjUtLjI1di0xLjVhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVabTAtM2EuMjUuMjUgMCAwIDEtLjI1LjI1aC0xLjVhLjI1LjI1IDAgMCAxLS4yNS0uMjV2LTZhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVaIiBmaWxsPSIjZDczNzNmIi8+PC9zdmc+"),url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01OCAyOSAzMiAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTggMjkgMzIgMzQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0tNTYgNDMgNi0xMiA2IDEyaC0xMnpNLTQ0IDQ5bC02IDEyLTYtMTJoMTJ6IiBmaWxsPSIjNTM1MzUzIi8+PC9zdmc+");background-position:94%,100% .93em;background-repeat:no-repeat;background-size:18px,1em 1em;padding-right:2.5rem}.faas_form .row.error label~div{color:#d9534f}.faas_form .row.error label~div input[type=checkbox],.faas_form .row.error label~div input[type=radio]{box-shadow:inset .067rem .067rem 0 0 #d9534f,inset -.06231rem -.06231rem 0 0 #d9534f}.faas_form .row.checkbox{margin-bottom:0;margin-top:0;padding:0}.faas_form .row.checkbox input[type=checkbox]{box-shadow:none;line-height:0;margin:0;outline:none}.faas_form .row.checkbox input[type=checkbox]:focus{box-shadow:inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.faas_form .row.checkbox label{font-weight:400;margin-left:.5em;margin-right:0;min-width:8.33em}.faas_form .row.checkbox label a{display:inline;margin-left:.33em;margin-right:.33em}.faas_form .row.checkboxlist{margin:0;padding:0}.faas_form .row.checkboxlist:after,.faas_form .row.checkboxlist:before{background-color:#d3d3d3;content:"";flex:0 0 100%;height:1px;min-width:100%}.faas_form .row.checkboxlist:before{margin:2.5em 0 2em}.faas_form .row.checkboxlist:after{margin:.5em 0 2em}.faas_form .row.checkboxlist label{padding-left:0}.faas_form .row.checkboxlist label~span{display:block;max-width:100%}.faas_form .row.checkboxlist label~span label{display:inline;flex-wrap:nowrap;font-weight:400;margin-left:.5em;margin-right:0;min-width:8.33em;padding:0 .5em .58em 0}.faas_form .row.checkboxlist label~span input[type=checkbox],.faas_form .row.checkboxlist label~span input[type=radio]{box-shadow:none;display:inline;flex:0 0 0;flex-wrap:nowrap;line-height:0;margin:0;outline:none}.faas_form .row.checkboxlist label~span br{display:block;line-height:1ex}.faas_form .row.legal[id*=_korea]{display:none;padding-bottom:0}.faas_form .row.legal[id*=_korea][style*="display: block"]+.korean_disclaimers{display:block}.faas_form .row.legal p.legalnotice{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;font-size:1em;line-height:1.25em;margin:0;padding:0}.faas_form .row input~div,.faas_form .row select~div,.faas_form .row textarea~div{flex:1 1 100%}.faas_form .row div:first-child{display:block}.faas_form .row>div:first-child,.faas_form .row label~div{width:100%}.faas_form .row>div:first-child label,.faas_form .row label~div label{font-weight:400}.faas_form .row>div:first-child>label,.faas_form .row label~div>label{min-width:0;padding:.5rem 0}.faas_form .row>div:first-child input[type=checkbox],.faas_form .row>div:first-child input[type=radio],.faas_form .row label~div input[type=checkbox],.faas_form .row label~div input[type=radio]{background:none;border:0;box-shadow:none}.faas_form .row.submit{flex:1 1 100%;justify-content:center;min-width:100%;padding-bottom:2.625em;padding-top:2.875rem}.faas_form [id*=legal_disclaimer_]:not([id*=legal_disclaimer_rfi2]):not([class*=legal_disclaimer_rfi2]):not([class*=legal_disclaimer_whitepaper]):before{background-color:#b9b9b9;content:"";flex:0 0 100%;height:1px;margin:.5em 0 2em;min-width:100%}.faas_form .korean_disclaimers{background:#f7f7f7;display:none;margin:1.25rem 0;max-width:100%;padding:.9375rem 1.875rem;width:100%}@media screen and (max-width:24rem){.faas_form .korean_disclaimers .row.checkbox label{flex:1 1 0}}.faas_form .gdpr_questions{display:flex;flex:1 1 100%;min-width:100%}.faas_form .gdpr_questions .row{flex:0 1 auto;max-width:none;width:auto}.faas_form .gdpr_questions .row label{flex:0 0 auto;min-width:0;width:auto}.faas_form.theme-2cols form{grid-gap:1rem;align-items:stretch;display:grid;grid-template-columns:minmax(6.33333333rem,100%) minmax(6.33333333rem,100%);justify-content:space-around}.faas_form.theme-2cols form .row.row.row{flex:1 1 auto;max-width:100%}.faas_form.theme-2cols form .row.row.row label{min-width:unset}.faas_form.theme-2cols form .row.row.row input[type=email],.faas_form.theme-2cols form .row.row.row input[type=tel],.faas_form.theme-2cols form .row.row.row input[type=text],.faas_form.theme-2cols form .row.row.row select,.faas_form.theme-2cols form .row.row.row textarea{max-width:100%;min-width:unset;width:19rem}.faas_form.theme-2cols form .error a,.faas_form.theme-2cols form .error label{color:#d9534f}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist){position:relative}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage{background:#fff;border:1px solid #e0e0e0;border-radius:2px;box-shadow:0 0 12px rgba(0,0,0,.25);display:none!important;margin-top:2px;max-width:14em;padding:.2em .4em;position:absolute;top:115px;width:100%;z-index:1}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:after,.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:before{border-bottom:6px solid transparent;border-left:6px solid transparent;border-right:6px solid transparent;content:"";left:10px;position:absolute}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:before{border-bottom-color:#e0e0e0;top:-6px}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:after{border-bottom-color:#fff;top:-5px}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) input:focus+div .errorMessage,.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) select:focus+div .errorMessage,.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) textarea:focus+div .errorMessage{display:block!important}.faas_form.theme-2cols form .legal,.faas_form.theme-2cols form .prepop-demandbase-toggle,.faas_form.theme-2cols form .submit,.faas_form.theme-2cols form input[type=hidden]+.row.checkbox{grid-auto-rows:2.5rem;grid-column:1/span 2}.faas_form.theme-2cols form .gdpr_questions,.faas_form.theme-2cols form .korean_disclaimers,.faas_form.theme-2cols form [class*=legal_disclaimer_],.faas_form.theme-2cols form [id*=legal_disclaimer_],.faas_form.theme-2cols form label[for=Form40_35]{font-size:13px;line-height:20px}.faas_form.theme-2cols form .gdpr_questions .row{flex:0 1 auto;max-width:none;width:auto}.faas_form.theme-2cols form .gdpr_questions .row label{flex:0 0 auto;min-width:0;width:auto}@media screen and (max-width:770px){.faas_form.theme-2cols form{display:flex;flex-direction:column}.faas_form.theme-2cols form .row{flex:1 1 auto}.faas_form.theme-2cols form .row input[type=email],.faas_form.theme-2cols form .row input[type=tel],.faas_form.theme-2cols form .row input[type=text],.faas_form.theme-2cols form .row select,.faas_form.theme-2cols form .row textarea{max-width:100%;min-width:unset}}.faas_form.theme-amc,.faas_form[data-faas-gate]{padding:4ex 3em}.faas_form.theme-amc form input:not([type=submit]):not([type=reset]),.faas_form.theme-amc form select,.faas_form.theme-amc form textarea,.faas_form[data-faas-gate] form input:not([type=submit]):not([type=reset]),.faas_form[data-faas-gate] form select,.faas_form[data-faas-gate] form textarea{background-color:#fff;border:1px solid #e0e0e0;border-radius:0;box-shadow:none;color:#a6a6a6;font-family:adobe-clean,sans-serif;font-size:1.125em;font-weight:300;line-height:1.375em}.faas_form.theme-amc form input:not([type=submit]):not([type=reset])::placeholder,.faas_form.theme-amc form select::placeholder,.faas_form.theme-amc form textarea::placeholder,.faas_form[data-faas-gate] form input:not([type=submit]):not([type=reset])::placeholder,.faas_form[data-faas-gate] form select::placeholder,.faas_form[data-faas-gate] form textarea::placeholder{font-weight:300}.faas_form.theme-amc form input:not([type=submit]):not([type=reset]):focus,.faas_form.theme-amc form select:focus,.faas_form.theme-amc form textarea:focus,.faas_form[data-faas-gate] form input:not([type=submit]):not([type=reset]):focus,.faas_form[data-faas-gate] form select:focus,.faas_form[data-faas-gate] form textarea:focus{border-color:#2b9af3;color:#333}.faas_form.theme-amc form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=reset]):not([type=submit]),.faas_form[data-faas-gate] form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=reset]):not([type=submit]){padding:.5rem 1rem}.faas_form.theme-amc form input[type=checkbox]:hover,.faas_form[data-faas-gate] form input[type=checkbox]:hover{outline:none}.faas_form.theme-amc form select:not([multiple]),.faas_form[data-faas-gate] form select:not([multiple]){background-position:100% .65rem;height:2.5rem}.faas_form.theme-amc form select[multiple],.faas_form[data-faas-gate] form select[multiple]{padding:0}.faas_form.theme-amc form select[multiple] option,.faas_form[data-faas-gate] form select[multiple] option{font-weight:300;line-height:1.375em;padding:0 1rem}.faas_form.theme-amc form textarea,.faas_form[data-faas-gate] form textarea{padding:.5rem 1rem}.faas_form.theme-amc form label,.faas_form[data-faas-gate] form label{color:#333;font-size:.875em;font-weight:400;line-height:1.375em;margin-right:1rem;min-width:11rem;padding:.5625rem 1rem .5625rem 0}.faas_form.theme-amc form .row.error input,.faas_form.theme-amc form .row.error select,.faas_form.theme-amc form .row.error textarea,.faas_form[data-faas-gate] form .row.error input,.faas_form[data-faas-gate] form .row.error select,.faas_form[data-faas-gate] form .row.error textarea{border-color:#d9534f}.faas_form.theme-amc form .row.error select,.faas_form[data-faas-gate] form .row.error select{background-position:92%,100%}.faas_form.theme-amc form .row.error label,.faas_form[data-faas-gate] form .row.error label{color:#d9534f}.faas_form.theme-amc form .row.error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage,.faas_form[data-faas-gate] form .row.error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage{font-size:.875em;line-height:1.375em;top:95px}.faas_form.theme-amc form .row.error.checkbox .errorMessage,.faas_form[data-faas-gate] form .row.error.checkbox .errorMessage{display:none!important}.faas_form.theme-amc form .row.error.checkbox input[type=checkbox],.faas_form[data-faas-gate] form .row.error.checkbox input[type=checkbox]{outline-color:#d9534f;outline-offset:-1px;outline-style:solid;outline-width:1.5px}.faas_form.theme-amc form .row.checkbox label,.faas_form[data-faas-gate] form .row.checkbox label{font-size:.8125em;line-height:.9375em;margin-left:.5rem;min-width:8rem}.faas_form.theme-amc form .row.prepop-demandbase-toggle,.faas_form[data-faas-gate] form .row.prepop-demandbase-toggle{font-size:.875em;line-height:1.375em}.faas_form.theme-amc form .row.legal:after,.faas_form.theme-amc form .row.legal:before,.faas_form[data-faas-gate] form .row.legal:after,.faas_form[data-faas-gate] form .row.legal:before{display:none}.faas_form.theme-amc form .row.legal .legalnotice,.faas_form[data-faas-gate] form .row.legal .legalnotice{font-size:.8125em;font-style:italic}.faas_form.theme-amc form .row.legal[id$=legal_disclaimer_korea],.faas_form[data-faas-gate] form .row.legal[id$=legal_disclaimer_korea]{display:none!important}.faas_form.theme-amc form .gdpr_questions+div,.faas_form.theme-amc form .gdpr_questions~.clear-both,.faas_form[data-faas-gate] form .gdpr_questions+div,.faas_form[data-faas-gate] form .gdpr_questions~.clear-both{display:none}.faas_form.theme-amc form .errorSummary,.faas_form[data-faas-gate] form .errorSummary{display:none!important}.faas_form.theme-dark{background-color:#262626;color:#fff}.faas_form.theme-dark form label{color:#fff}.faas_form.theme-dark form input:not([type=submit]):not([type=reset]),.faas_form.theme-dark form select,.faas_form.theme-dark form textarea{background-color:#d9d9d9}.faas_form.theme-dark form .row{color:#fff}.faas_form.theme-dark .faastitle>*{color:#fff}.faas_form.theme-dark.theme-2cols form .row.error:not(.checkbox):not(.radio):not(.checkboxlist)>div .errorMessage{background-color:#fff;border-color:#d9534f}.faas_form.theme-dark.theme-2cols form .row.error:not(.checkbox):not(.radio):not(.checkboxlist)>div .errorMessage:before{border-bottom-color:#d9534f}.faas_form.theme-dark .korean_disclaimers{background-color:#383838}.faas_form[data-faas-gate]{padding:0}.faas_form[data-faas-gate] form label{margin-right:0;padding:0 .75rem .5rem 0}.faas_form[data-faas-gate] form .row{padding-bottom:0}.faas_form[data-faas-gate] form .row.prepop-demandbase-toggle{display:none}.faas_form[data-faas-gate] form .row.submit{font-size:.875em;justify-content:flex-start;padding-top:2em}.faas_form[data-faas-gate] form .row.dropdownlist{align-self:baseline}.faas_form[data-faas-gate] form .row.dropdownlist.hacker{margin-left:1.25rem}.faas_form[data-faas-gate] form .row.dropdownlist.hacker label{margin-right:0}.faas-form *{box-sizing:border-box}.faastitle{width:100%}.faastitle h3{color:#4d4d4d;font-size:1.875em;line-height:1.1667em;margin:0 auto;max-width:78%;text-align:center}.faastitle:after{background-color:#d3d3d3;content:"";display:block;height:1px;margin:2.5em 0 1.25em;width:100%}.dexter-Modal .faas_form{padding:4ex 3em}.dexter-Modal .faas_form:not(.theme-2cols) form{align-items:flex-end;display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:space-around}.dexter-Modal .faas_form form{font-size:13px}.dexter-Modal .faas_form form .row{flex:1 1 50%;max-width:48%;padding:0}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]),.dexter-Modal .faas_form form .row select,.dexter-Modal .faas_form form .row textarea{box-shadow:inset .1rem .1rem 0 0 #8e8e8e,inset -.0825rem -.0825rem 0 0 #8e8e8e}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]):focus,.dexter-Modal .faas_form form .row select:focus,.dexter-Modal .faas_form form .row textarea:focus{box-shadow:inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]):focus:hover,.dexter-Modal .faas_form form .row select:focus:hover,.dexter-Modal .faas_form form .row textarea:focus:hover{box-shadow:inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]):hover,.dexter-Modal .faas_form form .row select:hover,.dexter-Modal .faas_form form .row textarea:hover{box-shadow:inset .1rem .1rem 0 0 #4b4b4b,inset -.0825rem -.0825rem 0 0 #4b4b4b}.dexter-Modal .faas_form form .row.checkbox,.dexter-Modal .faas_form form .row.checkboxlist,.dexter-Modal .faas_form form .row.legal,.dexter-Modal .faas_form form .row.textarea{flex:1 1 100%;min-width:100%}.dexter-Modal .faas_form form .row.checkboxlist label~span input[type=checkbox],.dexter-Modal .faas_form form .row.checkboxlist label~span input[type=radio]{margin:0}.dexter-Modal .faas_form form .row.checkboxlist>label{min-height:auto;padding:0 0 0 .5em}.dexter-Modal .faas_form form .row.checkboxlist span{padding:1em 0 1em .5em}.dexter-Modal .faas_form form .row:not([class*=checkbox]) label{align-content:flex-end;align-items:flex-end;display:flex;flex:0 1 auto}.dexter-Modal .faas_form form .row.checkbox{align-content:flex-start;align-items:flex-start;height:2.5em;margin-top:2.75em}.dexter-Modal .faas_form form .row.checkbox>label{min-height:auto;padding:0 0 0 .5em;width:86%}.dexter-Modal .faas_form form .row.textarea{padding-left:.25em;padding-right:.25em}.dexter-Modal .faas_form form .row.textarea label{flex:1 1 100%;min-width:100%}.dexter-Modal .faas_form form .row.textarea textarea{flex-basis:100%}.dexter-Modal .faas_form form .row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),.dexter-Modal .faas_form form .row select,.dexter-Modal .faas_form form .row textarea{max-width:100%;min-width:9.5rem}.dexter-Modal .faas_form form .row.error{position:relative}.dexter-Modal .faas_form form .row.error .errorMessage{position:absolute}@media screen and (max-device-width:414px){.dexter-Modal .faas_form{overflow-x:hidden;padding:1em}.dexter-Modal .faas_form form{font-size:11px}.dexter-Modal .faas_form .faastitle h2{font-size:2em;max-width:90%}}@media screen and (max-device-width:375px){.dexter-Modal .faas_form form{font-size:10px}.dexter-Modal .faas_form form .row.checkboxlist{min-width:90%;width:90%}}@media screen and (max-width:640px){.dexter-Modal .faas_form form .row{flex:1 1 100%;max-width:100%}}.faas_blocker{align-items:center;background-color:rgba(0,0,0,.61);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:5%;position:absolute;right:0;top:0;z-index:10}.faas_blocker .formwr{background-color:#262626;margin:6% 0 auto;max-width:59.625rem;padding:24px 32px}.faas_blocker .formwr .faas_form{font-size:16px}@media screen and (max-width:1270px){.dexter-Position[class*="-16"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-16"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-20"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-20"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-24"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-24"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-28"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-28"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-32"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-32"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-36"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-36"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-40"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-40"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-44"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-44"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-48"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-48"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-52"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-52"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-56"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-56"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-60"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-60"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-64"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-64"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-68"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-68"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-72"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-72"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-76"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-76"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-80"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-80"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-84"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-84"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-88"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-88"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-92"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-92"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-96"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-96"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-100"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-100"] .faasform .formwr .faas_form[data-faas-gate]{padding:0}.dexter-Position[class*="-4"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-4"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-8"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-8"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-12"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-12"] .faasform .formwr .faas_form[data-faas-gate]{padding:1rem}}.frame-container{height:100%;padding-bottom:0;position:relative;width:100%}.frame-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.dexter-Modal .iframe{height:100%}.dexter-Modal.desktop-height-auto .frame-container,.dexter-Modal.mobile-height-auto .frame-container,.dexter-Modal.tablet-height-auto .frame-container{min-height:50vh}@supports (-webkit-overflow-scrolling:touch){.dexter-Modal .frame-container{-webkit-overflow-scrolling:touch;height:100%;overflow-y:scroll}.dexter-Modal .iframe{float:none}@media (orientation:landscape){.dexter-Modal .frame-container>*{-webkit-animation:fixWebkitOverflowScroll 1s}@-webkit-keyframes fixWebkitOverflowScroll{0%{padding-bottom:1px}to{padding-bottom:0}}}}.video-Wrapper{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.video-Wrapper video{display:block;height:100%;object-fit:cover;position:absolute;width:100%}.video-Wrapper video.video-mobile,.video-Wrapper video.video-mobile.video-tablet,.video-Wrapper video.video-mobile.video-tablet.video-desktop{display:block}.video-Wrapper video.video-desktop,.video-Wrapper video.video-tablet{display:none}@media (min-width:37.5rem){.video-Wrapper video.video-tablet,.video-Wrapper video.video-tablet.video-desktop{display:block}.video-Wrapper video.video-desktop,.video-Wrapper video.video-mobile{display:none}}@media (min-width:75rem){.video-Wrapper video.video-mobile,.video-Wrapper video.video-mobile.video-tablet,.video-Wrapper video.video-tablet{display:none}.video-Wrapper video.video-desktop{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.video-Wrapper video{height:auto;min-height:100%;min-width:100%;width:auto}}.video-Wrapper.crop-content{position:static}.video-Wrapper.crop-content video{position:static;width:100%}.custom-video-wrapper{position:relative;width:100%}.custom-video-wrapper video{position:static;width:100%}.custom-video-wrapper .video-play .spectrum-Link{border-radius:50%;height:92px;position:absolute;top:50%;transform:translate(-50%,-50%);width:92px;z-index:1}.custom-video-wrapper .video-play .spectrum-Link:after{background:transparent;border:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:20px 0 20px 32px;content:"";cursor:pointer;display:block;height:40px;left:34px;position:absolute;top:24px;width:0}.custom-video-wrapper .play-Onclick+.play-Onclick+.play-Onclick+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+.play-Onclick+.play-Onclick+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+.play-Onclick+.play-Onclick+.video-play{display:block}}.custom-video-wrapper .play-Onclick+.play-Onclick+video+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+.play-Onclick+video+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+.play-Onclick+video+.video-play{display:none}}.custom-video-wrapper .play-Onclick+video+.play-Onclick+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+video+.play-Onclick+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+video+.play-Onclick+.video-play{display:block}}.custom-video-wrapper .play-Onclick+video+video+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+video+video+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+video+video+.video-play{display:none}}.custom-video-wrapper video+.play-Onclick+.play-Onclick+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+.play-Onclick+.play-Onclick+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper video+.play-Onclick+.play-Onclick+.video-play{display:block}}.custom-video-wrapper video+.play-Onclick+video+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+.play-Onclick+video+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper video+.play-Onclick+video+.video-play{display:none}}.custom-video-wrapper video+video+.play-Onclick+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+video+.play-Onclick+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper video+video+.play-Onclick+.video-play{display:block}}.custom-video-wrapper video+video+video+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+video+video+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper video+video+video+.video-play{display:none}}.view-sdk-target.view-sdk-active{height:90vh!important;padding-top:2.5rem;position:relative}.view-sdk-target .dexter-CloseButton{border:3px solid transparent;border-radius:50%;height:24px;position:absolute;right:5px;top:5px;width:24px;z-index:1}.view-sdk-target .dexter-CloseButton .dexter-CloseButton_icon:after{content:"";height:44px;left:-13px;position:absolute;top:-13px;width:44px}.view-sdk-target .dexter-CloseButton .dexter-CloseButton_icon.spectrum-close-circle-dark:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCI+PHBhdGggZD0iTTI5IDE1YTEwIDEwIDAgMSAwIDAgMTQuMTJBMTAgMTAgMCAwIDAgMjkgMTVabS0zLjExIDExLjc0YS41LjUgMCAwIDEtLjcxIDBMMjIgMjMuNTZsLTMuMTggMy4xOGEuNS41IDAgMCAxLS43MSAwbC0uODUtLjg1YS41LjUgMCAwIDEgMC0uNzFMMjAuNDQgMjJsLTMuMTgtMy4xOGEuNS41IDAgMCAxIDAtLjcxbC44NS0uODVhLjUuNSAwIDAgMSAuNzEgMEwyMiAyMC40NGwzLjE4LTMuMThhLjUuNSAwIDAgMSAuNzEgMGwuODUuODVhLjUuNSAwIDAgMSAwIC43MUwyMy41NSAyMmwzLjE4IDMuMThhLjUuNSAwIDAgMSAwIC43MVoiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=")}.spectrum-Button.open-pdf-on-page-load.view-sdk-active{display:none}.sendLink .sendLink-wrapper{margin:30px}.sendLink .sendLink-wrapper p{margin-top:6px}.sendLink .sendlinkform .phone_number{background-color:#fff;border:1px solid #d3d3d3;border-radius:4px;color:#2c2c2c;font-size:1.125em;line-height:2em;margin-bottom:20px;outline:none;width:100%}.sendLink .sendlinkform .phone_number:hover{box-shadow:inset .067rem .067rem 0 0 #4b4b4b,inset -.06231rem -.06231rem 0 0 #4b4b4b}.sendLink .sendlinkform .phone_number:hover::placeholder{color:#505050;font-size:.875em}.sendLink .sendlinkform .phone_number:hover:-ms-input-placeholder{color:#505050;font-size:.875em}.sendLink .sendlinkform .phone_number::placeholder{color:#959595;font-size:.875em}.sendLink .sendlinkform .phone_number:-ms-input-placeholder{color:#959595;font-size:.875em}.sendLink .success-title{color:#2d9d78}.sendLink .hidden{display:none}.sendLink label.form-label{color:#747474;font-size:12px}.sendLink .is-invalid{border-width:2px}.sendLink .spectrum-Tooltip--top .spectrum-Tooltip-tip{left:100%;margin-left:-26px}.sendLink .spectrum-Tooltip--negative{background-color:#c9252d;float:right}.sendLink .spectrum-Tooltip-label{line-height:16px;max-width:max-content}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.sendLink .spectrum-Tooltip-label{max-width:200px}}.sendlink-desktop-auto{height:auto!important}.cmp.cmp-text img{display:inline;max-width:100%}.cmp.cmp-text img[style*="float: left"]{margin:0 2.22rem 1rem 0}.cmp.cmp-text img[style*="float: right"]{margin:0 0 1rem 2.22rem}.has-Animation.pin{bottom:0;overflow:scroll;position:fixed!important;top:0;width:100vw;z-index:99}.dxf.has-Toggle:not(.is-Selected),.xf.has-Toggle:not(.is-Selected){height:0;overflow:hidden;padding:0;visibility:hidden}.dxf.is-Selected,.xf.is-Selected{height:auto}.xfreference>.preview{display:contents}.xfreference>.preview>.xfpage:hover{outline:5px solid #dfbf00;outline-offset:5px}.NavList--tabSelectCombined{display:flex;justify-content:center;line-height:32px;position:relative}.NavList--tabSelectCombined .NavList--tabSelectCombined-tabList{width:100%}.NavList--tabSelectCombined .NavList--tabSelectCombined-tabList.is-hidden{position:absolute;visibility:hidden}.NavList--tabSelectCombined .NavList--tabSelectCombined-selectLabel{padding-right:10px}.hide-all{display:none}.hide-overflow{height:0;overflow:hidden;visibility:hidden}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media only screen and (min-width:37.5rem){.hide-all,.hide-tablet-up{display:none}}@media only screen and (min-width:75rem){.hide-all,.hide-desktop-up,.hide-tablet-up{display:none}}source.dexter-LazyImage{display:block}.mobile-padding-left-0{padding-left:0}.mobile-padding-left-4{padding-left:4px}.mobile-padding-left-8{padding-left:8px}.mobile-padding-left-12{padding-left:12px}.mobile-padding-left-16{padding-left:16px}.mobile-padding-left-20{padding-left:20px}.mobile-padding-left-24{padding-left:24px}.mobile-padding-left-28{padding-left:28px}.mobile-padding-left-32{padding-left:32px}.mobile-padding-left-36{padding-left:36px}.mobile-padding-left-40{padding-left:40px}.mobile-padding-left-44{padding-left:44px}.mobile-padding-left-48{padding-left:48px}.mobile-padding-left-52{padding-left:52px}.mobile-padding-left-56{padding-left:56px}.mobile-padding-left-60{padding-left:60px}.mobile-padding-left-64{padding-left:64px}.mobile-padding-left-68{padding-left:68px}.mobile-padding-left-72{padding-left:72px}.mobile-padding-left-76{padding-left:76px}.mobile-padding-left-80{padding-left:80px}.mobile-padding-left-84{padding-left:84px}.mobile-padding-left-88{padding-left:88px}.mobile-padding-left-92{padding-left:92px}.mobile-padding-left-96{padding-left:96px}.mobile-padding-left-100{padding-left:100px}.mobile-margin-left-0{margin-left:0}.mobile-margin-left-4{margin-left:4px}.mobile-margin-left-8{margin-left:8px}.mobile-margin-left-12{margin-left:12px}.mobile-margin-left-16{margin-left:16px}.mobile-margin-left-20{margin-left:20px}.mobile-margin-left-24{margin-left:24px}.mobile-margin-left-28{margin-left:28px}.mobile-margin-left-32{margin-left:32px}.mobile-margin-left-36{margin-left:36px}.mobile-margin-left-40{margin-left:40px}.mobile-margin-left-44{margin-left:44px}.mobile-margin-left-48{margin-left:48px}.mobile-margin-left-52{margin-left:52px}.mobile-margin-left-56{margin-left:56px}.mobile-margin-left-60{margin-left:60px}.mobile-margin-left-64{margin-left:64px}.mobile-margin-left-68{margin-left:68px}.mobile-margin-left-72{margin-left:72px}.mobile-margin-left-76{margin-left:76px}.mobile-margin-left-80{margin-left:80px}.mobile-margin-left-84{margin-left:84px}.mobile-margin-left-88{margin-left:88px}.mobile-margin-left-92{margin-left:92px}.mobile-margin-left-96{margin-left:96px}.mobile-margin-left-100{margin-left:100px}.mobile-padding-bottom-0{padding-bottom:0}.mobile-padding-bottom-4{padding-bottom:4px}.mobile-padding-bottom-8{padding-bottom:8px}.mobile-padding-bottom-12{padding-bottom:12px}.mobile-padding-bottom-16{padding-bottom:16px}.mobile-padding-bottom-20{padding-bottom:20px}.mobile-padding-bottom-24{padding-bottom:24px}.mobile-padding-bottom-28{padding-bottom:28px}.mobile-padding-bottom-32{padding-bottom:32px}.mobile-padding-bottom-36{padding-bottom:36px}.mobile-padding-bottom-40{padding-bottom:40px}.mobile-padding-bottom-44{padding-bottom:44px}.mobile-padding-bottom-48{padding-bottom:48px}.mobile-padding-bottom-52{padding-bottom:52px}.mobile-padding-bottom-56{padding-bottom:56px}.mobile-padding-bottom-60{padding-bottom:60px}.mobile-padding-bottom-64{padding-bottom:64px}.mobile-padding-bottom-68{padding-bottom:68px}.mobile-padding-bottom-72{padding-bottom:72px}.mobile-padding-bottom-76{padding-bottom:76px}.mobile-padding-bottom-80{padding-bottom:80px}.mobile-padding-bottom-84{padding-bottom:84px}.mobile-padding-bottom-88{padding-bottom:88px}.mobile-padding-bottom-92{padding-bottom:92px}.mobile-padding-bottom-96{padding-bottom:96px}.mobile-padding-bottom-100{padding-bottom:100px}.mobile-margin-bottom-0{margin-bottom:0}.mobile-margin-bottom-4{margin-bottom:4px}.mobile-margin-bottom-8{margin-bottom:8px}.mobile-margin-bottom-12{margin-bottom:12px}.mobile-margin-bottom-16{margin-bottom:16px}.mobile-margin-bottom-20{margin-bottom:20px}.mobile-margin-bottom-24{margin-bottom:24px}.mobile-margin-bottom-28{margin-bottom:28px}.mobile-margin-bottom-32{margin-bottom:32px}.mobile-margin-bottom-36{margin-bottom:36px}.mobile-margin-bottom-40{margin-bottom:40px}.mobile-margin-bottom-44{margin-bottom:44px}.mobile-margin-bottom-48{margin-bottom:48px}.mobile-margin-bottom-52{margin-bottom:52px}.mobile-margin-bottom-56{margin-bottom:56px}.mobile-margin-bottom-60{margin-bottom:60px}.mobile-margin-bottom-64{margin-bottom:64px}.mobile-margin-bottom-68{margin-bottom:68px}.mobile-margin-bottom-72{margin-bottom:72px}.mobile-margin-bottom-76{margin-bottom:76px}.mobile-margin-bottom-80{margin-bottom:80px}.mobile-margin-bottom-84{margin-bottom:84px}.mobile-margin-bottom-88{margin-bottom:88px}.mobile-margin-bottom-92{margin-bottom:92px}.mobile-margin-bottom-96{margin-bottom:96px}.mobile-margin-bottom-100{margin-bottom:100px}.mobile-padding-right-0{padding-right:0}.mobile-padding-right-4{padding-right:4px}.mobile-padding-right-8{padding-right:8px}.mobile-padding-right-12{padding-right:12px}.mobile-padding-right-16{padding-right:16px}.mobile-padding-right-20{padding-right:20px}.mobile-padding-right-24{padding-right:24px}.mobile-padding-right-28{padding-right:28px}.mobile-padding-right-32{padding-right:32px}.mobile-padding-right-36{padding-right:36px}.mobile-padding-right-40{padding-right:40px}.mobile-padding-right-44{padding-right:44px}.mobile-padding-right-48{padding-right:48px}.mobile-padding-right-52{padding-right:52px}.mobile-padding-right-56{padding-right:56px}.mobile-padding-right-60{padding-right:60px}.mobile-padding-right-64{padding-right:64px}.mobile-padding-right-68{padding-right:68px}.mobile-padding-right-72{padding-right:72px}.mobile-padding-right-76{padding-right:76px}.mobile-padding-right-80{padding-right:80px}.mobile-padding-right-84{padding-right:84px}.mobile-padding-right-88{padding-right:88px}.mobile-padding-right-92{padding-right:92px}.mobile-padding-right-96{padding-right:96px}.mobile-padding-right-100{padding-right:100px}.mobile-margin-right-0{margin-right:0}.mobile-margin-right-4{margin-right:4px}.mobile-margin-right-8{margin-right:8px}.mobile-margin-right-12{margin-right:12px}.mobile-margin-right-16{margin-right:16px}.mobile-margin-right-20{margin-right:20px}.mobile-margin-right-24{margin-right:24px}.mobile-margin-right-28{margin-right:28px}.mobile-margin-right-32{margin-right:32px}.mobile-margin-right-36{margin-right:36px}.mobile-margin-right-40{margin-right:40px}.mobile-margin-right-44{margin-right:44px}.mobile-margin-right-48{margin-right:48px}.mobile-margin-right-52{margin-right:52px}.mobile-margin-right-56{margin-right:56px}.mobile-margin-right-60{margin-right:60px}.mobile-margin-right-64{margin-right:64px}.mobile-margin-right-68{margin-right:68px}.mobile-margin-right-72{margin-right:72px}.mobile-margin-right-76{margin-right:76px}.mobile-margin-right-80{margin-right:80px}.mobile-margin-right-84{margin-right:84px}.mobile-margin-right-88{margin-right:88px}.mobile-margin-right-92{margin-right:92px}.mobile-margin-right-96{margin-right:96px}.mobile-margin-right-100{margin-right:100px}.mobile-padding-top-0{padding-top:0}.mobile-padding-top-4{padding-top:4px}.mobile-padding-top-8{padding-top:8px}.mobile-padding-top-12{padding-top:12px}.mobile-padding-top-16{padding-top:16px}.mobile-padding-top-20{padding-top:20px}.mobile-padding-top-24{padding-top:24px}.mobile-padding-top-28{padding-top:28px}.mobile-padding-top-32{padding-top:32px}.mobile-padding-top-36{padding-top:36px}.mobile-padding-top-40{padding-top:40px}.mobile-padding-top-44{padding-top:44px}.mobile-padding-top-48{padding-top:48px}.mobile-padding-top-52{padding-top:52px}.mobile-padding-top-56{padding-top:56px}.mobile-padding-top-60{padding-top:60px}.mobile-padding-top-64{padding-top:64px}.mobile-padding-top-68{padding-top:68px}.mobile-padding-top-72{padding-top:72px}.mobile-padding-top-76{padding-top:76px}.mobile-padding-top-80{padding-top:80px}.mobile-padding-top-84{padding-top:84px}.mobile-padding-top-88{padding-top:88px}.mobile-padding-top-92{padding-top:92px}.mobile-padding-top-96{padding-top:96px}.mobile-padding-top-100{padding-top:100px}.mobile-margin-top-0{margin-top:0}.mobile-margin-top-4{margin-top:4px}.mobile-margin-top-8{margin-top:8px}.mobile-margin-top-12{margin-top:12px}.mobile-margin-top-16{margin-top:16px}.mobile-margin-top-20{margin-top:20px}.mobile-margin-top-24{margin-top:24px}.mobile-margin-top-28{margin-top:28px}.mobile-margin-top-32{margin-top:32px}.mobile-margin-top-36{margin-top:36px}.mobile-margin-top-40{margin-top:40px}.mobile-margin-top-44{margin-top:44px}.mobile-margin-top-48{margin-top:48px}.mobile-margin-top-52{margin-top:52px}.mobile-margin-top-56{margin-top:56px}.mobile-margin-top-60{margin-top:60px}.mobile-margin-top-64{margin-top:64px}.mobile-margin-top-68{margin-top:68px}.mobile-margin-top-72{margin-top:72px}.mobile-margin-top-76{margin-top:76px}.mobile-margin-top-80{margin-top:80px}.mobile-margin-top-84{margin-top:84px}.mobile-margin-top-88{margin-top:88px}.mobile-margin-top-92{margin-top:92px}.mobile-margin-top-96{margin-top:96px}.mobile-margin-top-100{margin-top:100px}@media (min-width:37.5rem){.tablet-padding-left-0{padding-left:0}.tablet-padding-left-4{padding-left:4px}.tablet-padding-left-8{padding-left:8px}.tablet-padding-left-12{padding-left:12px}.tablet-padding-left-16{padding-left:16px}.tablet-padding-left-20{padding-left:20px}.tablet-padding-left-24{padding-left:24px}.tablet-padding-left-28{padding-left:28px}.tablet-padding-left-32{padding-left:32px}.tablet-padding-left-36{padding-left:36px}.tablet-padding-left-40{padding-left:40px}.tablet-padding-left-44{padding-left:44px}.tablet-padding-left-48{padding-left:48px}.tablet-padding-left-52{padding-left:52px}.tablet-padding-left-56{padding-left:56px}.tablet-padding-left-60{padding-left:60px}.tablet-padding-left-64{padding-left:64px}.tablet-padding-left-68{padding-left:68px}.tablet-padding-left-72{padding-left:72px}.tablet-padding-left-76{padding-left:76px}.tablet-padding-left-80{padding-left:80px}.tablet-padding-left-84{padding-left:84px}.tablet-padding-left-88{padding-left:88px}.tablet-padding-left-92{padding-left:92px}.tablet-padding-left-96{padding-left:96px}.tablet-padding-left-100{padding-left:100px}.tablet-margin-left-0{margin-left:0}.tablet-margin-left-4{margin-left:4px}.tablet-margin-left-8{margin-left:8px}.tablet-margin-left-12{margin-left:12px}.tablet-margin-left-16{margin-left:16px}.tablet-margin-left-20{margin-left:20px}.tablet-margin-left-24{margin-left:24px}.tablet-margin-left-28{margin-left:28px}.tablet-margin-left-32{margin-left:32px}.tablet-margin-left-36{margin-left:36px}.tablet-margin-left-40{margin-left:40px}.tablet-margin-left-44{margin-left:44px}.tablet-margin-left-48{margin-left:48px}.tablet-margin-left-52{margin-left:52px}.tablet-margin-left-56{margin-left:56px}.tablet-margin-left-60{margin-left:60px}.tablet-margin-left-64{margin-left:64px}.tablet-margin-left-68{margin-left:68px}.tablet-margin-left-72{margin-left:72px}.tablet-margin-left-76{margin-left:76px}.tablet-margin-left-80{margin-left:80px}.tablet-margin-left-84{margin-left:84px}.tablet-margin-left-88{margin-left:88px}.tablet-margin-left-92{margin-left:92px}.tablet-margin-left-96{margin-left:96px}.tablet-margin-left-100{margin-left:100px}.tablet-padding-bottom-0{padding-bottom:0}.tablet-padding-bottom-4{padding-bottom:4px}.tablet-padding-bottom-8{padding-bottom:8px}.tablet-padding-bottom-12{padding-bottom:12px}.tablet-padding-bottom-16{padding-bottom:16px}.tablet-padding-bottom-20{padding-bottom:20px}.tablet-padding-bottom-24{padding-bottom:24px}.tablet-padding-bottom-28{padding-bottom:28px}.tablet-padding-bottom-32{padding-bottom:32px}.tablet-padding-bottom-36{padding-bottom:36px}.tablet-padding-bottom-40{padding-bottom:40px}.tablet-padding-bottom-44{padding-bottom:44px}.tablet-padding-bottom-48{padding-bottom:48px}.tablet-padding-bottom-52{padding-bottom:52px}.tablet-padding-bottom-56{padding-bottom:56px}.tablet-padding-bottom-60{padding-bottom:60px}.tablet-padding-bottom-64{padding-bottom:64px}.tablet-padding-bottom-68{padding-bottom:68px}.tablet-padding-bottom-72{padding-bottom:72px}.tablet-padding-bottom-76{padding-bottom:76px}.tablet-padding-bottom-80{padding-bottom:80px}.tablet-padding-bottom-84{padding-bottom:84px}.tablet-padding-bottom-88{padding-bottom:88px}.tablet-padding-bottom-92{padding-bottom:92px}.tablet-padding-bottom-96{padding-bottom:96px}.tablet-padding-bottom-100{padding-bottom:100px}.tablet-margin-bottom-0{margin-bottom:0}.tablet-margin-bottom-4{margin-bottom:4px}.tablet-margin-bottom-8{margin-bottom:8px}.tablet-margin-bottom-12{margin-bottom:12px}.tablet-margin-bottom-16{margin-bottom:16px}.tablet-margin-bottom-20{margin-bottom:20px}.tablet-margin-bottom-24{margin-bottom:24px}.tablet-margin-bottom-28{margin-bottom:28px}.tablet-margin-bottom-32{margin-bottom:32px}.tablet-margin-bottom-36{margin-bottom:36px}.tablet-margin-bottom-40{margin-bottom:40px}.tablet-margin-bottom-44{margin-bottom:44px}.tablet-margin-bottom-48{margin-bottom:48px}.tablet-margin-bottom-52{margin-bottom:52px}.tablet-margin-bottom-56{margin-bottom:56px}.tablet-margin-bottom-60{margin-bottom:60px}.tablet-margin-bottom-64{margin-bottom:64px}.tablet-margin-bottom-68{margin-bottom:68px}.tablet-margin-bottom-72{margin-bottom:72px}.tablet-margin-bottom-76{margin-bottom:76px}.tablet-margin-bottom-80{margin-bottom:80px}.tablet-margin-bottom-84{margin-bottom:84px}.tablet-margin-bottom-88{margin-bottom:88px}.tablet-margin-bottom-92{margin-bottom:92px}.tablet-margin-bottom-96{margin-bottom:96px}.tablet-margin-bottom-100{margin-bottom:100px}.tablet-padding-right-0{padding-right:0}.tablet-padding-right-4{padding-right:4px}.tablet-padding-right-8{padding-right:8px}.tablet-padding-right-12{padding-right:12px}.tablet-padding-right-16{padding-right:16px}.tablet-padding-right-20{padding-right:20px}.tablet-padding-right-24{padding-right:24px}.tablet-padding-right-28{padding-right:28px}.tablet-padding-right-32{padding-right:32px}.tablet-padding-right-36{padding-right:36px}.tablet-padding-right-40{padding-right:40px}.tablet-padding-right-44{padding-right:44px}.tablet-padding-right-48{padding-right:48px}.tablet-padding-right-52{padding-right:52px}.tablet-padding-right-56{padding-right:56px}.tablet-padding-right-60{padding-right:60px}.tablet-padding-right-64{padding-right:64px}.tablet-padding-right-68{padding-right:68px}.tablet-padding-right-72{padding-right:72px}.tablet-padding-right-76{padding-right:76px}.tablet-padding-right-80{padding-right:80px}.tablet-padding-right-84{padding-right:84px}.tablet-padding-right-88{padding-right:88px}.tablet-padding-right-92{padding-right:92px}.tablet-padding-right-96{padding-right:96px}.tablet-padding-right-100{padding-right:100px}.tablet-margin-right-0{margin-right:0}.tablet-margin-right-4{margin-right:4px}.tablet-margin-right-8{margin-right:8px}.tablet-margin-right-12{margin-right:12px}.tablet-margin-right-16{margin-right:16px}.tablet-margin-right-20{margin-right:20px}.tablet-margin-right-24{margin-right:24px}.tablet-margin-right-28{margin-right:28px}.tablet-margin-right-32{margin-right:32px}.tablet-margin-right-36{margin-right:36px}.tablet-margin-right-40{margin-right:40px}.tablet-margin-right-44{margin-right:44px}.tablet-margin-right-48{margin-right:48px}.tablet-margin-right-52{margin-right:52px}.tablet-margin-right-56{margin-right:56px}.tablet-margin-right-60{margin-right:60px}.tablet-margin-right-64{margin-right:64px}.tablet-margin-right-68{margin-right:68px}.tablet-margin-right-72{margin-right:72px}.tablet-margin-right-76{margin-right:76px}.tablet-margin-right-80{margin-right:80px}.tablet-margin-right-84{margin-right:84px}.tablet-margin-right-88{margin-right:88px}.tablet-margin-right-92{margin-right:92px}.tablet-margin-right-96{margin-right:96px}.tablet-margin-right-100{margin-right:100px}.tablet-padding-top-0{padding-top:0}.tablet-padding-top-4{padding-top:4px}.tablet-padding-top-8{padding-top:8px}.tablet-padding-top-12{padding-top:12px}.tablet-padding-top-16{padding-top:16px}.tablet-padding-top-20{padding-top:20px}.tablet-padding-top-24{padding-top:24px}.tablet-padding-top-28{padding-top:28px}.tablet-padding-top-32{padding-top:32px}.tablet-padding-top-36{padding-top:36px}.tablet-padding-top-40{padding-top:40px}.tablet-padding-top-44{padding-top:44px}.tablet-padding-top-48{padding-top:48px}.tablet-padding-top-52{padding-top:52px}.tablet-padding-top-56{padding-top:56px}.tablet-padding-top-60{padding-top:60px}.tablet-padding-top-64{padding-top:64px}.tablet-padding-top-68{padding-top:68px}.tablet-padding-top-72{padding-top:72px}.tablet-padding-top-76{padding-top:76px}.tablet-padding-top-80{padding-top:80px}.tablet-padding-top-84{padding-top:84px}.tablet-padding-top-88{padding-top:88px}.tablet-padding-top-92{padding-top:92px}.tablet-padding-top-96{padding-top:96px}.tablet-padding-top-100{padding-top:100px}.tablet-margin-top-0{margin-top:0}.tablet-margin-top-4{margin-top:4px}.tablet-margin-top-8{margin-top:8px}.tablet-margin-top-12{margin-top:12px}.tablet-margin-top-16{margin-top:16px}.tablet-margin-top-20{margin-top:20px}.tablet-margin-top-24{margin-top:24px}.tablet-margin-top-28{margin-top:28px}.tablet-margin-top-32{margin-top:32px}.tablet-margin-top-36{margin-top:36px}.tablet-margin-top-40{margin-top:40px}.tablet-margin-top-44{margin-top:44px}.tablet-margin-top-48{margin-top:48px}.tablet-margin-top-52{margin-top:52px}.tablet-margin-top-56{margin-top:56px}.tablet-margin-top-60{margin-top:60px}.tablet-margin-top-64{margin-top:64px}.tablet-margin-top-68{margin-top:68px}.tablet-margin-top-72{margin-top:72px}.tablet-margin-top-76{margin-top:76px}.tablet-margin-top-80{margin-top:80px}.tablet-margin-top-84{margin-top:84px}.tablet-margin-top-88{margin-top:88px}.tablet-margin-top-92{margin-top:92px}.tablet-margin-top-96{margin-top:96px}.tablet-margin-top-100{margin-top:100px}}@media (min-width:75rem){.desktop-padding-left-0{padding-left:0}.desktop-padding-left-4{padding-left:4px}.desktop-padding-left-8{padding-left:8px}.desktop-padding-left-12{padding-left:12px}.desktop-padding-left-16{padding-left:16px}.desktop-padding-left-20{padding-left:20px}.desktop-padding-left-24{padding-left:24px}.desktop-padding-left-28{padding-left:28px}.desktop-padding-left-32{padding-left:32px}.desktop-padding-left-36{padding-left:36px}.desktop-padding-left-40{padding-left:40px}.desktop-padding-left-44{padding-left:44px}.desktop-padding-left-48{padding-left:48px}.desktop-padding-left-52{padding-left:52px}.desktop-padding-left-56{padding-left:56px}.desktop-padding-left-60{padding-left:60px}.desktop-padding-left-64{padding-left:64px}.desktop-padding-left-68{padding-left:68px}.desktop-padding-left-72{padding-left:72px}.desktop-padding-left-76{padding-left:76px}.desktop-padding-left-80{padding-left:80px}.desktop-padding-left-84{padding-left:84px}.desktop-padding-left-88{padding-left:88px}.desktop-padding-left-92{padding-left:92px}.desktop-padding-left-96{padding-left:96px}.desktop-padding-left-100{padding-left:100px}.desktop-margin-left-0{margin-left:0}.desktop-margin-left-4{margin-left:4px}.desktop-margin-left-8{margin-left:8px}.desktop-margin-left-12{margin-left:12px}.desktop-margin-left-16{margin-left:16px}.desktop-margin-left-20{margin-left:20px}.desktop-margin-left-24{margin-left:24px}.desktop-margin-left-28{margin-left:28px}.desktop-margin-left-32{margin-left:32px}.desktop-margin-left-36{margin-left:36px}.desktop-margin-left-40{margin-left:40px}.desktop-margin-left-44{margin-left:44px}.desktop-margin-left-48{margin-left:48px}.desktop-margin-left-52{margin-left:52px}.desktop-margin-left-56{margin-left:56px}.desktop-margin-left-60{margin-left:60px}.desktop-margin-left-64{margin-left:64px}.desktop-margin-left-68{margin-left:68px}.desktop-margin-left-72{margin-left:72px}.desktop-margin-left-76{margin-left:76px}.desktop-margin-left-80{margin-left:80px}.desktop-margin-left-84{margin-left:84px}.desktop-margin-left-88{margin-left:88px}.desktop-margin-left-92{margin-left:92px}.desktop-margin-left-96{margin-left:96px}.desktop-margin-left-100{margin-left:100px}.desktop-padding-bottom-0{padding-bottom:0}.desktop-padding-bottom-4{padding-bottom:4px}.desktop-padding-bottom-8{padding-bottom:8px}.desktop-padding-bottom-12{padding-bottom:12px}.desktop-padding-bottom-16{padding-bottom:16px}.desktop-padding-bottom-20{padding-bottom:20px}.desktop-padding-bottom-24{padding-bottom:24px}.desktop-padding-bottom-28{padding-bottom:28px}.desktop-padding-bottom-32{padding-bottom:32px}.desktop-padding-bottom-36{padding-bottom:36px}.desktop-padding-bottom-40{padding-bottom:40px}.desktop-padding-bottom-44{padding-bottom:44px}.desktop-padding-bottom-48{padding-bottom:48px}.desktop-padding-bottom-52{padding-bottom:52px}.desktop-padding-bottom-56{padding-bottom:56px}.desktop-padding-bottom-60{padding-bottom:60px}.desktop-padding-bottom-64{padding-bottom:64px}.desktop-padding-bottom-68{padding-bottom:68px}.desktop-padding-bottom-72{padding-bottom:72px}.desktop-padding-bottom-76{padding-bottom:76px}.desktop-padding-bottom-80{padding-bottom:80px}.desktop-padding-bottom-84{padding-bottom:84px}.desktop-padding-bottom-88{padding-bottom:88px}.desktop-padding-bottom-92{padding-bottom:92px}.desktop-padding-bottom-96{padding-bottom:96px}.desktop-padding-bottom-100{padding-bottom:100px}.desktop-margin-bottom-0{margin-bottom:0}.desktop-margin-bottom-4{margin-bottom:4px}.desktop-margin-bottom-8{margin-bottom:8px}.desktop-margin-bottom-12{margin-bottom:12px}.desktop-margin-bottom-16{margin-bottom:16px}.desktop-margin-bottom-20{margin-bottom:20px}.desktop-margin-bottom-24{margin-bottom:24px}.desktop-margin-bottom-28{margin-bottom:28px}.desktop-margin-bottom-32{margin-bottom:32px}.desktop-margin-bottom-36{margin-bottom:36px}.desktop-margin-bottom-40{margin-bottom:40px}.desktop-margin-bottom-44{margin-bottom:44px}.desktop-margin-bottom-48{margin-bottom:48px}.desktop-margin-bottom-52{margin-bottom:52px}.desktop-margin-bottom-56{margin-bottom:56px}.desktop-margin-bottom-60{margin-bottom:60px}.desktop-margin-bottom-64{margin-bottom:64px}.desktop-margin-bottom-68{margin-bottom:68px}.desktop-margin-bottom-72{margin-bottom:72px}.desktop-margin-bottom-76{margin-bottom:76px}.desktop-margin-bottom-80{margin-bottom:80px}.desktop-margin-bottom-84{margin-bottom:84px}.desktop-margin-bottom-88{margin-bottom:88px}.desktop-margin-bottom-92{margin-bottom:92px}.desktop-margin-bottom-96{margin-bottom:96px}.desktop-margin-bottom-100{margin-bottom:100px}.desktop-padding-right-0{padding-right:0}.desktop-padding-right-4{padding-right:4px}.desktop-padding-right-8{padding-right:8px}.desktop-padding-right-12{padding-right:12px}.desktop-padding-right-16{padding-right:16px}.desktop-padding-right-20{padding-right:20px}.desktop-padding-right-24{padding-right:24px}.desktop-padding-right-28{padding-right:28px}.desktop-padding-right-32{padding-right:32px}.desktop-padding-right-36{padding-right:36px}.desktop-padding-right-40{padding-right:40px}.desktop-padding-right-44{padding-right:44px}.desktop-padding-right-48{padding-right:48px}.desktop-padding-right-52{padding-right:52px}.desktop-padding-right-56{padding-right:56px}.desktop-padding-right-60{padding-right:60px}.desktop-padding-right-64{padding-right:64px}.desktop-padding-right-68{padding-right:68px}.desktop-padding-right-72{padding-right:72px}.desktop-padding-right-76{padding-right:76px}.desktop-padding-right-80{padding-right:80px}.desktop-padding-right-84{padding-right:84px}.desktop-padding-right-88{padding-right:88px}.desktop-padding-right-92{padding-right:92px}.desktop-padding-right-96{padding-right:96px}.desktop-padding-right-100{padding-right:100px}.desktop-margin-right-0{margin-right:0}.desktop-margin-right-4{margin-right:4px}.desktop-margin-right-8{margin-right:8px}.desktop-margin-right-12{margin-right:12px}.desktop-margin-right-16{margin-right:16px}.desktop-margin-right-20{margin-right:20px}.desktop-margin-right-24{margin-right:24px}.desktop-margin-right-28{margin-right:28px}.desktop-margin-right-32{margin-right:32px}.desktop-margin-right-36{margin-right:36px}.desktop-margin-right-40{margin-right:40px}.desktop-margin-right-44{margin-right:44px}.desktop-margin-right-48{margin-right:48px}.desktop-margin-right-52{margin-right:52px}.desktop-margin-right-56{margin-right:56px}.desktop-margin-right-60{margin-right:60px}.desktop-margin-right-64{margin-right:64px}.desktop-margin-right-68{margin-right:68px}.desktop-margin-right-72{margin-right:72px}.desktop-margin-right-76{margin-right:76px}.desktop-margin-right-80{margin-right:80px}.desktop-margin-right-84{margin-right:84px}.desktop-margin-right-88{margin-right:88px}.desktop-margin-right-92{margin-right:92px}.desktop-margin-right-96{margin-right:96px}.desktop-margin-right-100{margin-right:100px}.desktop-padding-top-0{padding-top:0}.desktop-padding-top-4{padding-top:4px}.desktop-padding-top-8{padding-top:8px}.desktop-padding-top-12{padding-top:12px}.desktop-padding-top-16{padding-top:16px}.desktop-padding-top-20{padding-top:20px}.desktop-padding-top-24{padding-top:24px}.desktop-padding-top-28{padding-top:28px}.desktop-padding-top-32{padding-top:32px}.desktop-padding-top-36{padding-top:36px}.desktop-padding-top-40{padding-top:40px}.desktop-padding-top-44{padding-top:44px}.desktop-padding-top-48{padding-top:48px}.desktop-padding-top-52{padding-top:52px}.desktop-padding-top-56{padding-top:56px}.desktop-padding-top-60{padding-top:60px}.desktop-padding-top-64{padding-top:64px}.desktop-padding-top-68{padding-top:68px}.desktop-padding-top-72{padding-top:72px}.desktop-padding-top-76{padding-top:76px}.desktop-padding-top-80{padding-top:80px}.desktop-padding-top-84{padding-top:84px}.desktop-padding-top-88{padding-top:88px}.desktop-padding-top-92{padding-top:92px}.desktop-padding-top-96{padding-top:96px}.desktop-padding-top-100{padding-top:100px}.desktop-margin-top-0{margin-top:0}.desktop-margin-top-4{margin-top:4px}.desktop-margin-top-8{margin-top:8px}.desktop-margin-top-12{margin-top:12px}.desktop-margin-top-16{margin-top:16px}.desktop-margin-top-20{margin-top:20px}.desktop-margin-top-24{margin-top:24px}.desktop-margin-top-28{margin-top:28px}.desktop-margin-top-32{margin-top:32px}.desktop-margin-top-36{margin-top:36px}.desktop-margin-top-40{margin-top:40px}.desktop-margin-top-44{margin-top:44px}.desktop-margin-top-48{margin-top:48px}.desktop-margin-top-52{margin-top:52px}.desktop-margin-top-56{margin-top:56px}.desktop-margin-top-60{margin-top:60px}.desktop-margin-top-64{margin-top:64px}.desktop-margin-top-68{margin-top:68px}.desktop-margin-top-72{margin-top:72px}.desktop-margin-top-76{margin-top:76px}.desktop-margin-top-80{margin-top:80px}.desktop-margin-top-84{margin-top:84px}.desktop-margin-top-88{margin-top:88px}.desktop-margin-top-92{margin-top:92px}.desktop-margin-top-96{margin-top:96px}.desktop-margin-top-100{margin-top:100px}}html.targeting .xfpage>.xf-content-height:hover{border:10px solid lime;margin:-10px}html.targeting .xfreference{min-height:100px}html.targeting .xfreference:hover{border:10px solid #40e0d0;margin:-10px}.dx-text-mobile--left{text-align:left}.dx-text-mobile--center{text-align:center}.dx-text-mobile--right{text-align:right}@media only screen and (min-width:37.5rem){.dx-text-tablet--left{text-align:left}.dx-text-tablet--center{text-align:center}.dx-text-tablet--right{text-align:right}}@media only screen and (min-width:75rem){.dx-text-desktop--left{text-align:left}.dx-text-desktop--center{text-align:center}.dx-text-desktop--right{text-align:right}}body{margin:0;padding:0}dir,figure,menu,ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}:after,:before,:not(input):not(select){border:0;box-sizing:border-box}.screenReaderOnly{clip:rect(1px 1px 1px 1px);height:1px;left:-500rem;overflow:hidden;position:absolute;top:0;white-space:nowrap;width:1px}.ui_control{left:-3000em;position:absolute}
.spectrum-Popover,.spectrum-Popover-tip::after{border-width:1px;position:absolute;border-style:solid}.spectrum-Link,a{-webkit-text-decoration-skip:objects}.spectrum-Popover{visibility:hidden;opacity:0;transition:opacity 130ms ease-in-out,visibility 0s linear 130ms,-webkit-transform 130ms ease-in-out;transition:transform 130ms ease-in-out,opacity 130ms ease-in-out,visibility 0s linear 130ms;transition:transform 130ms ease-in-out,opacity 130ms ease-in-out,visibility 0s linear 130ms,-webkit-transform 130ms ease-in-out;pointer-events:none;display:inline-flex;flex-direction:column;box-sizing:border-box;min-width:32px;min-height:32px;border-radius:4px;outline:0}.spectrum-Popover.is-open{visibility:visible;opacity:1;transition-delay:0s;pointer-events:auto}.spectrum-Popover--bottom.is-open{-webkit-transform:translateY(6px);transform:translateY(6px)}.spectrum-Popover--top.is-open{-webkit-transform:translateY(-6px);transform:translateY(-6px)}.spectrum-Popover--right.is-open{-webkit-transform:translateX(6px);transform:translateX(6px)}.spectrum-Popover--left.is-open{-webkit-transform:translateX(-6px);transform:translateX(-6px)}.spectrum-Popover-tip{position:absolute;overflow:hidden;width:21px;height:11px}.spectrum-Popover-tip::after{content:'';width:20px;height:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:-18px;left:-1px}.spectrum-Popover--dialog{min-width:270px;padding:30px 29px}.spectrum-Popover--left.spectrum-Popover--withTip{margin-right:13px}.spectrum-Popover--left .spectrum-Popover-tip{right:-16px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.spectrum-Popover--right.spectrum-Popover--withTip{margin-left:13px}.spectrum-Popover--right .spectrum-Popover-tip{left:-16px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.spectrum-Popover--left .spectrum-Popover-tip,.spectrum-Popover--right .spectrum-Popover-tip{top:50%;margin-top:-6px}.spectrum-Popover--bottom.spectrum-Popover--withTip{margin-top:13px}.spectrum-Popover--bottom .spectrum-Popover-tip{top:-11px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.spectrum-Popover--top.spectrum-Popover--withTip{margin-bottom:13px}.spectrum-Popover--top .spectrum-Popover-tip{bottom:-11px}.spectrum-Popover--bottom .spectrum-Popover-tip,.spectrum-Popover--top .spectrum-Popover-tip{left:50%;margin-left:-12px}.spectrum-Underlay{visibility:hidden;opacity:0;pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;transition:opacity 190ms cubic-bezier(.5,0,1,1) 160ms,visibility 0s linear 350ms}.spectrum-Dialog.react-spectrum-Dialog,.spectrum-Popover.react-spectrum-Popover,.spectrum-Underlay.is-open{visibility:visible}.spectrum-Underlay.is-open{opacity:1;pointer-events:auto;transition:opacity .3s cubic-bezier(0,0,.4,1) 0s}.spectrum-Textfield{box-sizing:border-box;border:1px solid;border-radius:4px;padding:3px 12px 5px;text-indent:0;min-width:48px;height:32px;width:192px;vertical-align:top;margin:0;overflow:visible;font-family:adobe-clean,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;text-overflow:ellipsis;transition:border-color 130ms ease-in-out,box-shadow 130ms ease-in-out;outline:0;-webkit-appearance:none;-moz-appearance:textfield}.spectrum-Textfield::-webkit-input-placeholder{font-weight:400;font-style:italic;transition:color 130ms ease-in-out;opacity:1}.spectrum-Textfield::placeholder{font-weight:400;font-style:italic;transition:color 130ms ease-in-out;opacity:1}.spectrum-Textfield:lang(ja)::-webkit-input-placeholder,.spectrum-Textfield:lang(ko)::-webkit-input-placeholder,.spectrum-Textfield:lang(zh)::-webkit-input-placeholder{font-style:normal}.spectrum-Textfield:lang(ja)::placeholder,.spectrum-Textfield:lang(ko)::placeholder,.spectrum-Textfield:lang(zh)::placeholder{font-style:normal}.spectrum-Textfield:hover::-webkit-input-placeholder{font-weight:400}.spectrum-Textfield:hover::placeholder{font-weight:400}.spectrum-Textfield:disabled{opacity:1}.spectrum-Textfield:disabled::-webkit-input-placeholder{font-weight:400}.spectrum-Textfield:disabled::placeholder{font-weight:400}.spectrum-Textfield::-ms-clear{width:0;height:0}.spectrum-Textfield::-webkit-inner-spin-button,.spectrum-Textfield::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.spectrum-Textfield:-moz-ui-invalid{box-shadow:none}.spectrum-Textfield.is-invalid,.spectrum-Textfield.is-valid,.spectrum-Textfield:invalid{background-repeat:no-repeat}.spectrum-Textfield.is-invalid,.spectrum-Textfield:invalid{background-size:18px 18px;background-position:calc(100% - 12px) 50%;padding-right:42px}.spectrum-Textfield.is-valid{background-size:12px 12px;background-position:calc(100% - 12px) 50%;padding-right:36px}.spectrum-Textfield--multiline{height:auto;min-height:56px;padding:3px 12px 5px;overflow:auto}.spectrum-Textfield--multiline.is-invalid,.spectrum-Textfield--multiline.is-valid,.spectrum-Textfield--multiline:invalid{background-position:calc(100% - 9px) calc(100% - 9px)}.spectrum-Textfield--quiet{border-radius:0;border-width:0 0 1px;padding-left:0;padding-right:0;resize:none;overflow-y:hidden}.spectrum-Textfield--quiet.is-invalid,.spectrum-Textfield--quiet.is-valid,.spectrum-Textfield--quiet:invalid{background-position:100% 50%}.spectrum-Search{display:inline-block;position:relative}.spectrum-Search .spectrum-ClearButton{position:absolute;right:0;top:0}.spectrum-Search-input{display:block;-webkit-appearance:none;outline-offset:-2px;padding-left:36px;text-indent:0;padding-right:28px}.spectrum-Search-input::-webkit-search-cancel-button,.spectrum-Search-input::-webkit-search-decoration{-webkit-appearance:none}.spectrum-Search-input.spectrum-Textfield--quiet{padding-left:24px;padding-right:20px}.spectrum-Search-input.spectrum-Textfield--quiet~.spectrum-Search-icon{left:0}.spectrum-Search-input.spectrum-Textfield--quiet~.spectrum-Search-clear{right:-8px}.spectrum-Search-input.spectrum-Textfield--quiet~.spectrum-Search-rightIcon{right:0}.spectrum-Search-icon{display:block;position:absolute;left:12px;top:8px;pointer-events:none}.spectrum-Accordion{display:block;list-style:none;padding:0;margin:0}.spectrum-Accordion-itemIndicator{display:block;position:absolute;left:16px;top:14.5px;transition:-webkit-transform ease 130ms;transition:transform ease 130ms;transition:transform ease 130ms,-webkit-transform ease 130ms}.spectrum-Accordion-item{z-index:inherit;position:relative;display:list-item;margin:0;border-bottom:1px solid transparent}.spectrum-Accordion-item:first-of-type{border-top:1px solid transparent}.spectrum-Accordion-itemHeading{margin:0}.spectrum-Accordion-itemHeader{position:relative;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;padding:12px 16px 12px 34px;margin:0;min-height:39px;font-size:11px;line-height:1.3;text-transform:uppercase;letter-spacing:.0006em;text-overflow:ellipsis;cursor:pointer;font-weight:500;-webkit-appearance:none;appearance:none;background-color:inherit;border:0;font-family:inherit;text-align:start;width:100%}.spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box{border-width:7px}.spectrum-Accordion-itemHeader:focus{outline:0}.spectrum-Accordion-itemHeader:focus::after{content:'';position:absolute;left:0;top:-1px;bottom:-1px;width:2px}.spectrum-Accordion-itemContent{padding:0 16px 16px;display:none}.spectrum-Accordion-item.is-open>.spectrum-Accordion-itemHeading>.spectrum-Accordion-itemIndicator,.spectrum-Accordion-item.is-open>.spectrum-Accordion-itemIndicator{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.spectrum-Accordion-item.is-open>.spectrum-Accordion-itemHeader::after{height:39px}.spectrum-Accordion-item.is-open>.spectrum-Accordion-itemContent{display:block}.spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader{cursor:default}.spectrum-Checkbox{display:inline-flex;align-items:flex-start;position:relative;min-height:32px;max-width:100%;margin-right:16px;vertical-align:top}.spectrum-Checkbox-input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;overflow:visible;box-sizing:border-box;padding:0;position:absolute;top:0;left:-8px;width:calc(100% + 16px);height:100%;opacity:.0001;z-index:1;cursor:pointer}.spectrum-Checkbox-input:disabled{cursor:default}.spectrum-Checkbox-input:checked+.spectrum-Checkbox-box .spectrum-Checkbox-checkmark{-webkit-transform:scale(1);transform:scale(1);opacity:1}.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-checkmark,.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box .spectrum-Checkbox-checkmark{display:none}.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark,.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark{display:block;-webkit-transform:scale(1);transform:scale(1);opacity:1}.spectrum-Checkbox-label{margin-left:10px;font-size:14px;font-weight:400;transition:color 130ms ease-in-out;margin-top:6px}.spectrum-Checkbox-box{position:relative;box-sizing:border-box;width:14px;height:14px;margin:9px 0;flex-grow:0;flex-shrink:0;border-radius:2px;border-width:2px;border-style:solid;transition:border 130ms ease-in-out,box-shadow 130ms ease-in-out}.spectrum-Checkbox-checkmark,.spectrum-Checkbox-partialCheckmark{position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-5px;opacity:0;-webkit-transform:scale(0);transform:scale(0);transition:opacity 130ms ease-in-out,-webkit-transform 130ms ease-in-out;transition:opacity 130ms ease-in-out,transform 130ms ease-in-out;transition:opacity 130ms ease-in-out,transform 130ms ease-in-out,-webkit-transform 130ms ease-in-out}.spectrum-Checkbox-partialCheckmark{display:none}.spectrum-Avatar{width:16px;height:16px;border-radius:50%;border-style:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.spectrum-Tags{display:inline-block;margin:0;padding:0;list-style:none}.spectrum-Tags-item{display:inline-flex;align-items:center;box-sizing:border-box;margin:4px;padding:0 9px;height:24px;max-width:100%;border-width:1px;border-style:solid;border-radius:4px;outline:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:border-color 130ms ease-in-out,color 130ms ease-in-out,box-shadow 130ms ease-in-out,background-color 130ms ease-in-out}.spectrum-Tags-item.is-disabled{pointer-events:none}.spectrum-Tags-item>.spectrum-Avatar,.spectrum-Tags-item>.spectrum-Icon{margin-right:8px;margin-left:-2px}.spectrum-Tags-item>.spectrum-Avatar~.spectrum-Tags-itemLabel,.spectrum-Tags-item>.spectrum-Icon~.spectrum-Tags-itemLabel{margin-right:-2px}.spectrum-Tags-item .spectrum-ClearButton{margin-right:-10px}.spectrum-Tags-itemLabel{height:100%;line-height:22px;flex:1 1 auto;font-size:12px;cursor:default;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.spectrum-Link{background-color:transparent;text-decoration:none;transition:color 130ms ease-in-out;outline:0}.spectrum-Link.focus-ring,.spectrum-Link:hover{text-decoration:underline}.spectrum-Link.focus-ring{-webkit-text-decoration-style:double;text-decoration-style:double}.spectrum-Link.is-disabled{cursor:default;pointer-events:none}.spectrum-Link.is-disabled:focus,.spectrum-Link.is-disabled:hover{text-decoration:none}.spectrum-Link--overBackground,.spectrum-Link--quiet,.spectrum-Link--subtle{text-decoration:underline}.spectrum-Dropdown{position:relative;display:inline-block;max-width:100%;width:192px;min-width:48px}.spectrum-Dropdown select{-webkit-appearance:none;appearance:none;-ms-appearance:none}.spectrum-Dropdown select::-ms-expand{display:none}.spectrum-Dropdown select::-ms-value{background-color:transparent}.spectrum-Dropdown select+.spectrum-Dropdown-icon{position:absolute;right:12px;top:50%;margin-top:-3px}.spectrum-Dropdown-trigger{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.spectrum-Dropdown-label{flex:1 1 auto;white-space:nowrap;overflow:hidden;height:30px;line-height:30px;font-size:14px;text-overflow:ellipsis;text-align:left}.spectrum-Dropdown-label.is-placeholder{font-weight:400;font-style:italic;transition:color 130ms ease-in-out}.spectrum-Dropdown-icon,.spectrum-Tabs-item{transition:color 130ms ease-out;position:relative}.spectrum-Dropdown-label+.spectrum-Dropdown-icon{margin-left:12px}.spectrum-Icon+.spectrum-Dropdown-label{margin-left:8px}.spectrum-Dropdown-label~.spectrum-Dropdown-icon{margin-left:12px}.spectrum-Dropdown-icon{display:inline-block;vertical-align:top;margin-top:12px;margin-bottom:12px;opacity:1}.spectrum-Dropdown-trigger .spectrum-Icon:not(.spectrum-Dropdown-icon){margin-top:6px;margin-bottom:6px}.spectrum-Dropdown-trigger .spectrum-Dropdown-label+.spectrum-Icon:not(.spectrum-Dropdown-icon){margin-left:12px}.spectrum-Icon+.spectrum-Dropdown-icon{margin-left:8px}.spectrum-Dropdown--quiet{width:auto;min-width:48px}.spectrum-Dropdown-popover{max-width:240px}.spectrum-Dropdown-popover--quiet{margin-left:-13px}.spectrum-Tabs{display:flex;position:relative;z-index:0;margin:0;padding:0 8px;vertical-align:top}.spectrum-Tabs-item{box-sizing:border-box;height:46px;line-height:46px;z-index:1;text-decoration:none;white-space:nowrap;cursor:pointer;outline:0}.spectrum-Tabs-item.is-disabled,.spectrum-Tabs-item.is-disabled .spectrum-Tabs-itemLabel{cursor:default}.spectrum-Tabs-item .spectrum-Icon{height:46px}.spectrum-Tabs-item .spectrum-Icon+.spectrum-Tabs-itemLabel{margin-left:5px}.spectrum-Tabs-item::before{content:'';position:absolute;top:50%;box-sizing:border-box;height:32px;margin-top:-15px;left:-8px;right:-8px;border:2px solid transparent;border-radius:5px;pointer-events:none}.spectrum-Tabs-itemLabel{cursor:pointer;vertical-align:top;display:inline-block;font-size:14px;font-weight:400}.spectrum-Tabs-itemLabel:empty{display:none}.spectrum-Tabs-selectionIndicator{position:absolute;left:0;z-index:0;transition:-webkit-transform 130ms ease-in-out;transition:transform 130ms ease-in-out;transition:transform 130ms ease-in-out,-webkit-transform 130ms ease-in-out;-webkit-transform-origin:top left;transform-origin:top left;border-radius:1px}.spectrum-Tabs--compact .spectrum-Tabs-item{height:30px;line-height:30px}.spectrum-Tabs--compact .spectrum-Tabs-item .spectrum-Icon{height:30px}.spectrum-Tabs--horizontal{align-items:center;border-bottom:2px solid}.spectrum-Tabs--horizontal .spectrum-Tabs-item{vertical-align:top}.spectrum-Tabs--horizontal .spectrum-Tabs-item+:not(.spectrum-Tabs-selectionIndicator){margin-left:24px}.spectrum-Tabs--horizontal .spectrum-Tabs-selectionIndicator{position:absolute;height:2px;bottom:-2px}.spectrum-Tabs--horizontal.spectrum-Tabs--compact{box-sizing:content-box;height:30px;align-items:end}.spectrum-Tabs--quiet{display:inline-flex}.spectrum-Tabs--vertical{display:inline-flex;flex-direction:column;padding:0;border-left:2px solid}.spectrum-Tabs--vertical .spectrum-Tabs-item{height:44px;padding:0 8px;margin-left:4px;margin-bottom:4px}.spectrum-Pagination-counter,.spectrum-Pagination-nextButton{margin-left:5px}.spectrum-Tabs--vertical .spectrum-Tabs-item::before{left:-2px;right:-2px;margin-top:-16px}.spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-item{height:32px;line-height:32px;margin-bottom:4px}.spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-item .spectrum-Icon{height:32px}.spectrum-Tabs--vertical .spectrum-Tabs-selectionIndicator{position:absolute;width:2px;left:-2px}.spectrum-Pagination--explicit,.spectrum-Pagination--listing{display:flex;flex-direction:row;align-items:center}.spectrum-Pagination-input{width:48px;min-width:48px}.spectrum-Pagination-prevButton{margin-right:5px}.spectrum-FieldGroup{display:flex;vertical-align:top;flex-wrap:wrap}.spectrum-FieldGroup--vertical{display:inline-flex;flex-direction:column}.spectrum-Radio{display:inline-flex;align-items:flex-start;position:relative;min-height:32px;max-width:100%;margin-right:16px;vertical-align:top}.spectrum-Radio-input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;overflow:visible;box-sizing:border-box;padding:0;position:absolute;top:0;left:-8px;width:calc(100% + 16px);height:100%;opacity:.0001;z-index:1;cursor:pointer}.spectrum-Radio-input:disabled{cursor:default}.spectrum-Radio-input:checked+.spectrum-Radio-button{border-width:5px}.spectrum-Radio-label{margin-left:10px;font-size:14px;transition:color 130ms ease-in-out;margin-top:6px}.spectrum-Radio-button{position:relative;box-sizing:border-box;width:14px;height:14px;margin:9px 0;flex-grow:0;flex-shrink:0;border-radius:7px;border-width:2px;border-style:solid;transition:border 130ms ease-in-out,box-shadow 130ms ease-in-out}.spectrum-Radio--labelBelow{display:inline-flex;flex-direction:column;align-items:center;height:auto}.spectrum-Radio--labelBelow .spectrum-Radio-button{flex-shrink:0;margin:0}.spectrum-Radio--labelBelow .spectrum-Radio-label{margin:3px 0 0}.spectrum-Icon,.spectrum-UIIcon{display:inline-block;color:inherit;fill:currentColor;pointer-events:none}.spectrum-Icon:not(:root),.spectrum-UIIcon:not(:root){overflow:hidden}.spectrum-Icon--sizeXXS,.spectrum-Icon--sizeXXS img,.spectrum-Icon--sizeXXS svg{height:9px;width:9px}.spectrum-Icon--sizeXS,.spectrum-Icon--sizeXS img,.spectrum-Icon--sizeXS svg{height:12px;width:12px}.spectrum-Icon--sizeS,.spectrum-Icon--sizeS img,.spectrum-Icon--sizeS svg{height:18px;width:18px}.spectrum-Icon--sizeM,.spectrum-Icon--sizeM img,.spectrum-Icon--sizeM svg{height:24px;width:24px}.spectrum-Icon--sizeL,.spectrum-Icon--sizeL img,.spectrum-Icon--sizeL svg{height:36px;width:36px}.spectrum-Icon--sizeXL,.spectrum-Icon--sizeXL img,.spectrum-Icon--sizeXL svg{height:48px;width:48px}.spectrum-Icon--sizeXXL,.spectrum-Icon--sizeXXL img,.spectrum-Icon--sizeXXL svg{height:72px;width:72px}.spectrum--medium .spectrum-UIIcon--large{display:none}.spectrum--medium .spectrum-UIIcon--medium{display:inline}.spectrum--large .spectrum-UIIcon--medium{display:none}.spectrum--large .spectrum-UIIcon--large{display:inline}.spectrum--large{--ui-icon-large-display:block;--ui-icon-medium-display:none}.spectrum--medium{--ui-icon-medium-display:block;--ui-icon-large-display:none}.spectrum-UIIcon--large{display:var(--ui-icon-large-display)}.spectrum-UIIcon--medium{display:var(--ui-icon-medium-display)}.spectrum-UIIcon-AlertMedium{width:18px;height:18px}.spectrum-UIIcon-AlertSmall{width:14px;height:14px}.spectrum-UIIcon-ArrowDownSmall{width:8px;height:10px}.spectrum-UIIcon-ArrowLeftMedium{width:14px;height:10px}.spectrum-UIIcon-Asterisk{width:8px;height:8px}.spectrum-UIIcon-CheckmarkMedium{width:12px;height:12px}.spectrum-UIIcon-CheckmarkSmall{width:10px;height:10px}.spectrum-UIIcon-ChevronDownMedium{width:10px;height:6px}.spectrum-UIIcon-ChevronDownSmall{width:8px;height:6px}.spectrum-UIIcon-ChevronLeftLarge{width:12px;height:16px}.spectrum-UIIcon-ChevronLeftMedium{width:6px;height:10px}.spectrum-UIIcon-ChevronRightLarge{width:12px;height:16px}.spectrum-UIIcon-ChevronRightMedium{width:6px;height:10px}.spectrum-UIIcon-ChevronRightSmall{width:6px;height:8px}.spectrum-UIIcon-ChevronUpSmall{width:8px;height:6px}.spectrum-UIIcon-CornerTriangle{width:5px;height:5px}.spectrum-UIIcon-CrossLarge{width:12px;height:12px}.spectrum-UIIcon-CrossMedium,.spectrum-UIIcon-CrossSmall{width:8px;height:8px}.spectrum-UIIcon-DashSmall{width:10px;height:10px}.spectrum-UIIcon-DoubleGripper{width:16px;height:4px}.spectrum-UIIcon-FolderBreadcrumb,.spectrum-UIIcon-HelpMedium{width:18px;height:18px}.spectrum-UIIcon-HelpSmall{width:14px;height:14px}.spectrum-UIIcon-InfoMedium{width:18px;height:18px}.spectrum-UIIcon-InfoSmall{width:14px;height:14px}.spectrum-UIIcon-Magnifier{width:16px;height:16px}.spectrum-UIIcon-SkipLeft,.spectrum-UIIcon-SkipRight{width:9px;height:10px}.spectrum-UIIcon-Star,.spectrum-UIIcon-StarOutline,.spectrum-UIIcon-SuccessMedium{width:18px;height:18px}.spectrum-UIIcon-SuccessSmall{width:14px;height:14px}.spectrum-UIIcon-TripleGripper{width:10px;height:7px}.spectrum--lightest .spectrum-Popover{background-color:#fff;border-color:#d3d3d3;box-shadow:0 1px 4px rgba(0,0,0,.15)}.spectrum--lightest .spectrum-Popover .spectrum-Dialog-footer,.spectrum--lightest .spectrum-Popover .spectrum-Dialog-header,.spectrum--lightest .spectrum-Popover .spectrum-Dialog-wrapper{background-color:transparent}.spectrum--lightest .spectrum-Popover .spectrum-Popover-tip::after{background-color:#fff;border-color:#d3d3d3;box-shadow:-1px -1px 4px rgba(0,0,0,.15)}.spectrum--darkest .spectrum-Popover{background-color:#080808;border-color:#494949;box-shadow:0 1px 4px rgba(0,0,0,.8)}.spectrum--darkest .spectrum-Popover .spectrum-Dialog-footer,.spectrum--darkest .spectrum-Popover .spectrum-Dialog-header,.spectrum--darkest .spectrum-Popover .spectrum-Dialog-wrapper{background-color:transparent}.spectrum--darkest .spectrum-Popover .spectrum-Popover-tip::after{background-color:#080808;border-color:#494949;box-shadow:-1px -1px 4px rgba(0,0,0,.8)}.spectrum--lightest .spectrum-Underlay{background:rgba(0,0,0,.4)}.spectrum--darkest .spectrum-Underlay{background:rgba(0,0,0,.6)}.spectrum--lightest .spectrum-Textfield{background-color:#fff;border-color:#eaeaea;color:#505050}.spectrum--lightest .spectrum-Textfield::-webkit-input-placeholder{color:#959595}.spectrum--lightest .spectrum-Textfield::placeholder{color:#959595}.spectrum--lightest .spectrum-Textfield:hover{border-color:#d3d3d3;box-shadow:none}.spectrum--lightest .spectrum-Textfield:hover::-webkit-input-placeholder{color:#323232}.spectrum--lightest .spectrum-Textfield:hover::placeholder{color:#323232}.spectrum--lightest .spectrum-Textfield:focus{border-color:#2680eb}.spectrum--lightest .spectrum-Textfield.focus-ring:not(:active){border-color:#378ef0;box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-Textfield[disabled]{background-color:#f4f4f4;border-color:transparent;color:#bcbcbc;-webkit-text-fill-color:#bcbcbc}.spectrum--lightest .spectrum-Textfield[disabled]::-webkit-input-placeholder{color:#bcbcbc}.spectrum--lightest .spectrum-Textfield[disabled]::placeholder{color:#bcbcbc}.spectrum--lightest .spectrum-Textfield.is-invalid,.spectrum--lightest .spectrum-Textfield:invalid{border-color:#e34850;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 18 18' width='18'%3E%3Cpath style='fill:rgb%28236%2C 91%2C 98%29' d='M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z'/%3E%3C/svg%3E")}.spectrum--lightest .spectrum-Textfield.is-invalid.focus-ring:not(:active),.spectrum--lightest .spectrum-Textfield:invalid.focus-ring:not(:active){border-color:#e34850;box-shadow:0 0 0 1px #e34850}.spectrum--lightest .spectrum-Textfield.is-valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' viewBox='0 0 12 12' width='12'%3E%3Cpath style='fill:rgb%2838%2C 142%2C 108%29' d='M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z'/%3E%3C/svg%3E")}.spectrum--lightest .spectrum-Textfield--quiet{background-color:transparent;border-color:#eaeaea}.spectrum--lightest .spectrum-Textfield--quiet:hover{border-color:#d3d3d3}.spectrum--lightest .spectrum-Textfield--quiet:active{border-color:#2680eb}.spectrum--lightest .spectrum-Textfield--quiet.focus-ring:not(:active),.spectrum--lightest .spectrum-Textfield--quiet:focus{border-color:#378ef0;box-shadow:0 1px 0 #378ef0}.spectrum--lightest .spectrum-Textfield--quiet:disabled{background-color:transparent;border-color:#eaeaea}.spectrum--lightest .spectrum-Textfield--quiet.is-invalid,.spectrum--lightest .spectrum-Textfield--quiet:invalid{border-color:#e34850}.spectrum--lightest .spectrum-Textfield--quiet.is-invalid:focus,.spectrum--lightest .spectrum-Textfield--quiet:invalid:focus{box-shadow:0 1px 0 #e34850}.spectrum--lightest .spectrum-Textfield--quiet.is-invalid.focus-ring:not(:active),.spectrum--lightest .spectrum-Textfield--quiet:invalid.focus-ring:not(:active){border-color:#e34850;box-shadow:0 1px 0 #e34850}.spectrum--darkest .spectrum-Textfield{background-color:#080808;border-color:#393939;color:#c8c8c8}.spectrum--darkest .spectrum-Textfield::-webkit-input-placeholder{color:#7c7c7c}.spectrum--darkest .spectrum-Textfield::placeholder{color:#7c7c7c}.spectrum--darkest .spectrum-Textfield:hover{border-color:#494949;box-shadow:none}.spectrum--darkest .spectrum-Textfield:hover::-webkit-input-placeholder{color:#efefef}.spectrum--darkest .spectrum-Textfield:hover::placeholder{color:#efefef}.spectrum--darkest .spectrum-Textfield:focus{border-color:#2680eb}.spectrum--darkest .spectrum-Textfield.focus-ring:not(:active){border-color:#1473e6;box-shadow:0 0 0 1px #1473e6}.spectrum--darkest .spectrum-Textfield[disabled]{background-color:#2c2c2c;border-color:transparent;color:#5c5c5c;-webkit-text-fill-color:#5c5c5c}.spectrum--darkest .spectrum-Textfield[disabled]::-webkit-input-placeholder{color:#5c5c5c}.spectrum--darkest .spectrum-Textfield[disabled]::placeholder{color:#5c5c5c}.spectrum--darkest .spectrum-Textfield.is-invalid,.spectrum--darkest .spectrum-Textfield:invalid{border-color:#e34850;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 0 18 18' width='18'%3E%3Cpath style='fill:rgb%28215%2C 55%2C 63%29' d='M8.564 1.289L.2 16.256A.5.5 0 0 0 .636 17h16.728a.5.5 0 0 0 .5-.5.494.494 0 0 0-.064-.244L9.436 1.289a.5.5 0 0 0-.872 0zM10 14.75a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25zm0-3a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-6a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25z'/%3E%3C/svg%3E")}.spectrum--darkest .spectrum-Textfield.is-invalid.focus-ring:not(:active),.spectrum--darkest .spectrum-Textfield:invalid.focus-ring:not(:active){border-color:#e34850;box-shadow:0 0 0 1px #e34850}.spectrum--darkest .spectrum-Textfield.is-valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' viewBox='0 0 12 12' width='12'%3E%3Cpath style='fill:rgb%2851%2C 171%2C 132%29' d='M4.5 10a1.023 1.023 0 0 1-.8-.384l-2.488-3a1 1 0 0 1 1.577-1.233L4.5 7.376l4.712-5.991a1 1 0 1 1 1.576 1.23l-5.511 7A.977.977 0 0 1 4.5 10z'/%3E%3C/svg%3E")}.spectrum--darkest .spectrum-Textfield--quiet{background-color:transparent;border-color:#393939}.spectrum--darkest .spectrum-Textfield--quiet:hover{border-color:#494949}.spectrum--darkest .spectrum-Textfield--quiet:active{border-color:#2680eb}.spectrum--darkest .spectrum-Textfield--quiet.focus-ring:not(:active),.spectrum--darkest .spectrum-Textfield--quiet:focus{border-color:#1473e6;box-shadow:0 1px 0 #1473e6}.spectrum--darkest .spectrum-Textfield--quiet:disabled{background-color:transparent;border-color:#393939}.spectrum--darkest .spectrum-Textfield--quiet.is-invalid,.spectrum--darkest .spectrum-Textfield--quiet:invalid{border-color:#e34850}.spectrum--darkest .spectrum-Textfield--quiet.is-invalid:focus,.spectrum--darkest .spectrum-Textfield--quiet:invalid:focus{box-shadow:0 1px 0 #e34850}.spectrum--darkest .spectrum-Textfield--quiet.is-invalid.focus-ring:not(:active),.spectrum--darkest .spectrum-Textfield--quiet:invalid.focus-ring:not(:active){border-color:#e34850;box-shadow:0 1px 0 #e34850}.spectrum--lightest .spectrum-Search-icon{color:#747474}.spectrum--lightest .spectrum-Search-input:disabled~.spectrum-Search-icon{color:#bcbcbc}.spectrum--darkest .spectrum-Search-icon{color:#a2a2a2}.spectrum--darkest .spectrum-Search-input:disabled~.spectrum-Search-icon{color:#5c5c5c}.spectrum--lightest .spectrum-Accordion-item{border-color:#eaeaea}.spectrum--lightest .spectrum-Accordion-itemIndicator{color:#959595}.spectrum--lightest .spectrum-Accordion-itemHeader{color:#747474}.spectrum--lightest .spectrum-Accordion-itemHeader:hover{color:#323232;background-color:#f4f4f4}.spectrum--lightest .spectrum-Accordion-itemHeader:hover+.spectrum-Accordion-itemIndicator{color:#505050}.spectrum--lightest .spectrum-Accordion-itemHeader.focus-ring:after{background-color:#378ef0}.spectrum--lightest .spectrum-Accordion-item.is-open .spectrum-Accordion-itemHeader:hover{background-color:transparent}.spectrum--lightest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader,.spectrum--lightest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader.focus-ring,.spectrum--lightest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader:hover{color:#bcbcbc;background-color:transparent}.spectrum--lightest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader+.spectrum-Accordion-itemIndicator{color:#d3d3d3}.spectrum--darkest .spectrum-Accordion-item{border-color:#393939}.spectrum--darkest .spectrum-Accordion-itemIndicator{color:#7c7c7c}.spectrum--darkest .spectrum-Accordion-itemHeader{color:#a2a2a2}.spectrum--darkest .spectrum-Accordion-itemHeader:hover{color:#efefef;background-color:#2c2c2c}.spectrum--darkest .spectrum-Accordion-itemHeader:hover+.spectrum-Accordion-itemIndicator{color:#c8c8c8}.spectrum--darkest .spectrum-Accordion-itemHeader.focus-ring:after{background-color:#1473e6}.spectrum--darkest .spectrum-Accordion-item.is-open .spectrum-Accordion-itemHeader:hover{background-color:transparent}.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader,.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader.focus-ring,.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader:hover{color:#5c5c5c;background-color:transparent}.spectrum--darkest .spectrum-Accordion-item.is-disabled .spectrum-Accordion-itemHeader+.spectrum-Accordion-itemIndicator{color:#494949}.spectrum--lightest .spectrum-Checkbox-label{color:#505050}.spectrum--lightest .spectrum-Checkbox:active .spectrum-Checkbox-label,.spectrum--lightest .spectrum-Checkbox:hover .spectrum-Checkbox-label{color:#323232}.spectrum--lightest .spectrum-Checkbox-box{border-color:#959595;background-color:#fff}.spectrum--lightest .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box{border-color:#2680eb}.spectrum--lightest .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box{border-color:#1473e6}.spectrum--lightest .spectrum-Checkbox:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box{border-color:#0d66d0}.spectrum--lightest .spectrum-Checkbox{border-color:#959595}.spectrum--lightest .spectrum-Checkbox:hover .spectrum-Checkbox-box{border-color:#747474;box-shadow:none}.spectrum--lightest .spectrum-Checkbox:active .spectrum-Checkbox-box{border-color:#505050}.spectrum--lightest .spectrum-Checkbox .spectrum-Checkbox-checkmark,.spectrum--lightest .spectrum-Checkbox .spectrum-Checkbox-partialCheckmark{color:#fff}.spectrum--lightest .spectrum-Checkbox-input:disabled+.spectrum-Checkbox-box{border-color:#d3d3d3!important;background-color:#fff}.spectrum--lightest .spectrum-Checkbox-input:disabled~.spectrum-Checkbox-label{color:#bcbcbc}.spectrum--lightest .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box{border-color:#378ef0!important;box-shadow:0 0 0 1px #378ef0!important}.spectrum--lightest .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#1473e6!important}.spectrum--lightest .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box{border-color:#747474}.spectrum--lightest .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box{border-color:#505050}.spectrum--lightest .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box{border-color:#323232}.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box{border-color:#e34850}.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label{color:#d7373f}.spectrum--lightest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label,.spectrum--lightest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label{color:#c9252d}.spectrum--lightest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box{border-color:#d7373f}.spectrum--lightest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box,.spectrum--lightest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box{border-color:#c9252d}.spectrum--darkest .spectrum-Checkbox-label{color:#c8c8c8}.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-label,.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-label{color:#efefef}.spectrum--darkest .spectrum-Checkbox-box{border-color:#7c7c7c;background-color:#1a1a1a}.spectrum--darkest .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box{border-color:#2680eb}.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box{border-color:#378ef0}.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box{border-color:#4b9cf5}.spectrum--darkest .spectrum-Checkbox{border-color:#7c7c7c}.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-box{border-color:#a2a2a2;box-shadow:none}.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-box{border-color:#c8c8c8}.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-checkmark,.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-partialCheckmark{color:#1a1a1a}.spectrum--darkest .spectrum-Checkbox-input:disabled+.spectrum-Checkbox-box{border-color:#494949!important;background-color:#1a1a1a}.spectrum--darkest .spectrum-Checkbox-input:disabled~.spectrum-Checkbox-label{color:#5c5c5c}.spectrum--darkest .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box{border-color:#1473e6!important;box-shadow:0 0 0 1px #1473e6!important}.spectrum--darkest .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#378ef0!important}.spectrum--darkest .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box{border-color:#a2a2a2}.spectrum--darkest .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box{border-color:#c8c8c8}.spectrum--darkest .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box{border-color:#efefef}.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box{border-color:#e34850}.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label{color:#ec5b62}.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label,.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label{color:#f76d74}.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box{border-color:#ec5b62}.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box,.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box{border-color:#f76d74}.spectrum--lightest .spectrum-Avatar{opacity:1}.spectrum--lightest .spectrum-Avatar.is-disabled{opacity:.3}.spectrum--darkest .spectrum-Avatar{opacity:1}.spectrum--darkest .spectrum-Avatar.is-disabled,.spectrum--darkest .spectrum-Tags-item.is-disabled .spectrum-Avatar,.spectrum--lightest .spectrum-Tags-item.is-disabled .spectrum-Avatar{opacity:.3}.spectrum--lightest .spectrum-Tags-item{color:#747474;background-color:#fff;border-color:#959595}.spectrum--lightest .spectrum-Tags-item .spectrum-ClearButton{color:#959595}.spectrum--lightest .spectrum-Tags-item:hover{background-color:#fff;color:#323232;border-color:#323232}.spectrum--lightest .spectrum-Tags-item:hover .spectrum-ClearButton{color:#323232}.spectrum--lightest .spectrum-Tags-item.focus-ring{background-color:#fff;color:#323232;border-color:#378ef0;box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-Tags-item.focus-ring .spectrum-ClearButton{color:#323232}.spectrum--lightest .spectrum-Tags-item.is-invalid{color:#747474;border-color:#e34850}.spectrum--lightest .spectrum-Tags-item.is-invalid .spectrum-ClearButton{color:#e34850}.spectrum--lightest .spectrum-Tags-item.is-invalid:hover{color:#323232;border-color:#d7373f}.spectrum--lightest .spectrum-Tags-item.is-invalid:hover .spectrum-ClearButton{color:#d7373f}.spectrum--lightest .spectrum-Tags-item.is-invalid.focus-ring{color:#323232;border-color:#378ef0;box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-Tags-item.is-invalid.focus-ring .spectrum-ClearButton{color:#d7373f}.spectrum--lightest .spectrum-Tags-item.is-disabled{color:#bcbcbc;background-color:#f4f4f4;border-color:#f4f4f4}.spectrum--lightest .spectrum-Tags-item--deletable:hover{color:#747474}.spectrum--lightest .spectrum-Tags-item--deletable:hover .spectrum-ClearButton{color:#323232}.spectrum--lightest .spectrum-Tags-item--deletable:active{color:#747474}.spectrum--lightest .spectrum-Tags-item--deletable:active .spectrum-ClearButton{color:#323232}.spectrum--lightest .spectrum-Tags-item--deletable.is-invalid:hover{border-color:#d7373f;color:#747474}.spectrum--lightest .spectrum-Tags-item--deletable.is-invalid:hover .spectrum-ClearButton{color:#d7373f}.spectrum--lightest .spectrum-Tags-item--deletable.is-invalid:active{border-color:#c9252d;color:#747474}.spectrum--lightest .spectrum-Tags-item--deletable.is-invalid:active .spectrum-ClearButton{color:#c9252d}.spectrum--lightest .spectrum-Tags-item--deletable.focus-ring{color:#747474}.spectrum--lightest .spectrum-Tags-item--deletable.focus-ring .spectrum-ClearButton{color:#323232}.spectrum--lightest .spectrum-Tags-item--deletable.focus-ring.is-invalid{color:#747474}.spectrum--lightest .spectrum-Tags-item.is-disabled .spectrum-ClearButton .spectrum-Icon{color:#bcbcbc}.spectrum--darkest .spectrum-Tags-item{color:#a2a2a2;background-color:#1a1a1a;border-color:#7c7c7c}.spectrum--darkest .spectrum-Tags-item .spectrum-ClearButton{color:#7c7c7c}.spectrum--darkest .spectrum-Tags-item:hover{background-color:#1a1a1a;color:#efefef;border-color:#efefef}.spectrum--darkest .spectrum-Tags-item:hover .spectrum-ClearButton{color:#efefef}.spectrum--darkest .spectrum-Tags-item.focus-ring{background-color:#1a1a1a;color:#efefef;border-color:#1473e6;box-shadow:0 0 0 1px #1473e6}.spectrum--darkest .spectrum-Tags-item.focus-ring .spectrum-ClearButton{color:#efefef}.spectrum--darkest .spectrum-Tags-item.is-invalid{color:#a2a2a2;border-color:#e34850}.spectrum--darkest .spectrum-Tags-item.is-invalid .spectrum-ClearButton{color:#e34850}.spectrum--darkest .spectrum-Tags-item.is-invalid:hover{color:#efefef;border-color:#ec5b62}.spectrum--darkest .spectrum-Tags-item.is-invalid:hover .spectrum-ClearButton{color:#ec5b62}.spectrum--darkest .spectrum-Tags-item.is-invalid.focus-ring{color:#efefef;border-color:#1473e6;box-shadow:0 0 0 1px #1473e6}.spectrum--darkest .spectrum-Tags-item.is-invalid.focus-ring .spectrum-ClearButton{color:#ec5b62}.spectrum--darkest .spectrum-Tags-item.is-disabled{color:#5c5c5c;background-color:#2c2c2c;border-color:#2c2c2c}.spectrum--darkest .spectrum-Tags-item--deletable:hover{color:#a2a2a2}.spectrum--darkest .spectrum-Tags-item--deletable:hover .spectrum-ClearButton{color:#efefef}.spectrum--darkest .spectrum-Tags-item--deletable:active{color:#a2a2a2}.spectrum--darkest .spectrum-Tags-item--deletable:active .spectrum-ClearButton{color:#efefef}.spectrum--darkest .spectrum-Tags-item--deletable.is-invalid:hover{border-color:#ec5b62;color:#a2a2a2}.spectrum--darkest .spectrum-Tags-item--deletable.is-invalid:hover .spectrum-ClearButton{color:#ec5b62}.spectrum--darkest .spectrum-Tags-item--deletable.is-invalid:active{border-color:#f76d74;color:#a2a2a2}.spectrum--darkest .spectrum-Tags-item--deletable.is-invalid:active .spectrum-ClearButton{color:#f76d74}.spectrum--darkest .spectrum-Tags-item--deletable.focus-ring{color:#a2a2a2}.spectrum--darkest .spectrum-Tags-item--deletable.focus-ring .spectrum-ClearButton{color:#efefef}.spectrum--darkest .spectrum-Tags-item--deletable.focus-ring.is-invalid{color:#a2a2a2}.spectrum--darkest .spectrum-Tags-item.is-disabled .spectrum-ClearButton .spectrum-Icon{color:#5c5c5c}.spectrum--lightest .spectrum-Link,.spectrum--lightest .spectrum-Link:hover{color:#1473e6}.spectrum--lightest .spectrum-Link:active{color:#0d66d0}.spectrum--lightest .spectrum-Link.focus-ring{color:#1473e6}.spectrum--lightest .spectrum-Link.is-disabled{color:#bcbcbc}.spectrum--lightest .spectrum-Link--quiet,.spectrum--lightest .spectrum-Link--quiet:active,.spectrum--lightest .spectrum-Link--quiet:focus,.spectrum--lightest .spectrum-Link--quiet:hover,.spectrum--lightest .spectrum-Link--subtle,.spectrum--lightest .spectrum-Link--subtle:active,.spectrum--lightest .spectrum-Link--subtle:focus,.spectrum--lightest .spectrum-Link--subtle:hover{color:inherit}.spectrum--lightest .spectrum-Link--overBackground,.spectrum--lightest .spectrum-Link--overBackground:active,.spectrum--lightest .spectrum-Link--overBackground:focus,.spectrum--lightest .spectrum-Link--overBackground:hover{color:#fff}.spectrum--lightest .spectrum-Link--overBackground.is-disabled{color:rgba(255,255,255,.5)}.spectrum--darkest .spectrum-Link,.spectrum--darkest .spectrum-Link:hover{color:#378ef0}.spectrum--darkest .spectrum-Link:active{color:#4b9cf5}.spectrum--darkest .spectrum-Link.focus-ring{color:#378ef0}.spectrum--darkest .spectrum-Link.is-disabled{color:#5c5c5c}.spectrum--darkest .spectrum-Link--quiet,.spectrum--darkest .spectrum-Link--quiet:active,.spectrum--darkest .spectrum-Link--quiet:focus,.spectrum--darkest .spectrum-Link--quiet:hover,.spectrum--darkest .spectrum-Link--subtle,.spectrum--darkest .spectrum-Link--subtle:active,.spectrum--darkest .spectrum-Link--subtle:focus,.spectrum--darkest .spectrum-Link--subtle:hover{color:inherit}.spectrum--darkest .spectrum-Link--overBackground,.spectrum--darkest .spectrum-Link--overBackground:active,.spectrum--darkest .spectrum-Link--overBackground:focus,.spectrum--darkest .spectrum-Link--overBackground:hover{color:#fff}.spectrum--darkest .spectrum-Link--overBackground.is-disabled{color:rgba(255,255,255,.5)}.spectrum--lightest .spectrum-Dropdown .spectrum-Dropdown-trigger.is-selected .is-placeholder,.spectrum--lightest .spectrum-Dropdown .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon{color:#323232}.spectrum--lightest .spectrum-Dropdown.is-invalid .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark){color:#d7373f}.spectrum--lightest .spectrum-Dropdown.is-disabled .spectrum-Dropdown-icon,.spectrum--lightest .spectrum-Dropdown.is-disabled .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon,.spectrum--lightest .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon,.spectrum--lightest .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark){color:#d3d3d3}.spectrum--lightest .spectrum-Dropdown.is-disabled .spectrum-Dropdown-label.is-placeholder{color:#bcbcbc}.spectrum--lightest .spectrum-Dropdown-icon{color:#747474}.spectrum--lightest .spectrum-Dropdown-label.is-placeholder{color:#959595}.spectrum--lightest .spectrum-Dropdown-label.is-placeholder:active,.spectrum--lightest .spectrum-Dropdown-label.is-placeholder:hover,.spectrum--lightest .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-icon,.spectrum--lightest .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-label.is-placeholder{color:#323232}.spectrum--darkest .spectrum-Dropdown .spectrum-Dropdown-trigger.is-selected .is-placeholder,.spectrum--darkest .spectrum-Dropdown .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon{color:#efefef}.spectrum--darkest .spectrum-Dropdown.is-invalid .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark){color:#ec5b62}.spectrum--darkest .spectrum-Dropdown.is-disabled .spectrum-Dropdown-icon,.spectrum--darkest .spectrum-Dropdown.is-disabled .spectrum-Dropdown-trigger:hover .spectrum-Dropdown-icon,.spectrum--darkest .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon,.spectrum--darkest .spectrum-Dropdown.is-invalid.is-disabled .spectrum-Icon:not(.spectrum-Dropdown-icon):not(.spectrum-Menu-checkmark){color:#494949}.spectrum--darkest .spectrum-Dropdown.is-disabled .spectrum-Dropdown-label.is-placeholder{color:#5c5c5c}.spectrum--darkest .spectrum-Dropdown-icon{color:#a2a2a2}.spectrum--darkest .spectrum-Dropdown-label.is-placeholder{color:#7c7c7c}.spectrum--darkest .spectrum-Dropdown-label.is-placeholder:active,.spectrum--darkest .spectrum-Dropdown-label.is-placeholder:hover,.spectrum--darkest .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-icon,.spectrum--darkest .spectrum-Dropdown-trigger.focus-ring .spectrum-Dropdown-label.is-placeholder{color:#efefef}.spectrum--lightest .spectrum-Tabs{border-bottom-color:#f4f4f4}.spectrum--lightest .spectrum-Tabs--vertical{border-left-color:#f4f4f4}.spectrum--lightest .spectrum-Tabs-selectionIndicator{background-color:#323232}.spectrum--lightest .spectrum-Tabs-item,.spectrum--lightest .spectrum-Tabs-item .spectrum-Icon{color:#747474}.spectrum--lightest .spectrum-Tabs-item.focus-ring,.spectrum--lightest .spectrum-Tabs-item.focus-ring .spectrum-Icon,.spectrum--lightest .spectrum-Tabs-item.is-selected,.spectrum--lightest .spectrum-Tabs-item.is-selected .spectrum-Icon,.spectrum--lightest .spectrum-Tabs-item:hover,.spectrum--lightest .spectrum-Tabs-item:hover .spectrum-Icon{color:#323232}.spectrum--lightest .spectrum-Tabs-item.focus-ring::before{border-color:#378ef0}.spectrum--lightest .spectrum-Tabs-item.is-disabled{color:#bcbcbc}.spectrum--lightest .spectrum-Tabs-item.is-disabled .spectrum-Icon{color:#d3d3d3}.spectrum--lightest .spectrum-Tabs--quiet{border-bottom-color:transparent}.spectrum--lightest .spectrum-Tabs--quiet .spectrum-Tabs-selectionIndicator{background-color:#323232}.spectrum--lightest .spectrum-Tabs--vertical.spectrum-Tabs--compact,.spectrum--lightest .spectrum-Tabs--vertical.spectrum-Tabs--quiet{border-left-color:transparent}.spectrum--lightest .spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-selectionIndicator,.spectrum--lightest .spectrum-Tabs--vertical.spectrum-Tabs--quiet .spectrum-Tabs-selectionIndicator{background-color:#323232}.spectrum--darkest .spectrum-Button--primary:active,.spectrum--darkest .spectrum-Tabs--quiet .spectrum-Tabs-selectionIndicator,.spectrum--darkest .spectrum-Tabs--vertical.spectrum-Tabs--compact .spectrum-Tabs-selectionIndicator,.spectrum--darkest .spectrum-Tabs--vertical.spectrum-Tabs--quiet .spectrum-Tabs-selectionIndicator,.spectrum--darkest .spectrum-Tabs-selectionIndicator{background-color:#efefef}.spectrum--darkest .spectrum-Tabs{border-bottom-color:#2c2c2c}.spectrum--darkest .spectrum-Tabs--vertical{border-left-color:#2c2c2c}.spectrum--darkest .spectrum-Tabs-item,.spectrum--darkest .spectrum-Tabs-item .spectrum-Icon{color:#a2a2a2}.spectrum--darkest .spectrum-Tabs-item.focus-ring,.spectrum--darkest .spectrum-Tabs-item.focus-ring .spectrum-Icon,.spectrum--darkest .spectrum-Tabs-item.is-selected,.spectrum--darkest .spectrum-Tabs-item.is-selected .spectrum-Icon,.spectrum--darkest .spectrum-Tabs-item:hover,.spectrum--darkest .spectrum-Tabs-item:hover .spectrum-Icon{color:#efefef}.spectrum--darkest .spectrum-Tabs-item.focus-ring::before{border-color:#1473e6}.spectrum--darkest .spectrum-Tabs-item.is-disabled{color:#5c5c5c}.spectrum--darkest .spectrum-Tabs-item.is-disabled .spectrum-Icon{color:#494949}.spectrum--darkest .spectrum-Tabs--quiet{border-bottom-color:transparent}.spectrum--darkest .spectrum-Tabs--vertical.spectrum-Tabs--compact,.spectrum--darkest .spectrum-Tabs--vertical.spectrum-Tabs--quiet{border-left-color:transparent}.spectrum--lightest .spectrum-Pagination-pageButton:hover{background-color:rgba(50,50,50,.04)}.spectrum--lightest .spectrum-Pagination-pageButton:focus{border-color:#378ef0}.spectrum--lightest .spectrum-Pagination-pageButton.is-selected{background-color:#505050;color:#fff}.spectrum--darkest .spectrum-Pagination-pageButton:hover{background-color:rgba(239,239,239,.08)}.spectrum--darkest .spectrum-Pagination-pageButton:focus{border-color:#1473e6}.spectrum--darkest .spectrum-Pagination-pageButton.is-selected{background-color:#c8c8c8;color:#fff}.spectrum--lightest{background-color:#fff;-webkit-tap-highlight-color:transparent}.spectrum--darkest{background-color:#1e1e1e;-webkit-tap-highlight-color:transparent}.spectrum--lightest .spectrum-Radio .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#2680eb}.spectrum--lightest .spectrum-Radio-label{color:#505050}.spectrum--lightest .spectrum-Radio:active .spectrum-Radio-label,.spectrum--lightest .spectrum-Radio:hover .spectrum-Radio-label{color:#323232}.spectrum--lightest .spectrum-Radio-button{background-color:#fff;border-color:#959595}.spectrum--lightest .spectrum-Radio:hover .spectrum-Radio-button{border-color:#747474;box-shadow:none}.spectrum--lightest .spectrum-Radio:hover .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#1473e6}.spectrum--lightest .spectrum-Radio:active .spectrum-Radio-button{border-color:#505050}.spectrum--lightest .spectrum-Radio:active .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#0d66d0}.spectrum--lightest .spectrum-Radio--quiet .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#747474}.spectrum--lightest .spectrum-Radio--quiet:hover .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#505050}.spectrum--lightest .spectrum-Radio--quiet:active .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#323232}.spectrum--lightest .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-input+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio.is-invalid:hover .spectrum-Radio-input+.spectrum-Radio-button{border-color:#d7373f}.spectrum--lightest .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-label,.spectrum--lightest .spectrum-Radio.is-invalid:hover .spectrum-Radio-label{color:#d7373f}.spectrum--lightest .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-input+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio.is-invalid:active .spectrum-Radio-input+.spectrum-Radio-button{border-color:#c9252d}.spectrum--lightest .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-label,.spectrum--lightest .spectrum-Radio.is-invalid:active .spectrum-Radio-label{color:#c9252d}.spectrum--lightest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-button,.spectrum--lightest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio.is-invalid .spectrum-Radio-button,.spectrum--lightest .spectrum-Radio.is-invalid .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#e34850}.spectrum--lightest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-label,.spectrum--lightest .spectrum-Radio.is-invalid .spectrum-Radio-label{color:#e34850}.spectrum--lightest .spectrum-Radio-input:disabled+.spectrum-Radio-button{border-color:#d3d3d3!important}.spectrum--lightest .spectrum-Radio .spectrum-Radio-input.focus-ring+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked.focus-ring+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio.is-invalid .spectrum-Radio-input:checked.focus-ring+.spectrum-Radio-button,.spectrum--lightest .spectrum-Radio:hover .spectrum-Radio-input.focus-ring+.spectrum-Radio-button{border-color:#378ef0;box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-Radio-input:disabled~.spectrum-Radio-label{color:#bcbcbc!important}.spectrum--lightest .spectrum-Radio .spectrum-Radio-input.focus-ring~.spectrum-Radio-label,.spectrum--lightest .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring~.spectrum-Radio-label,.spectrum--lightest .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring~.spectrum-Radio-label,.spectrum--lightest .spectrum-Radio:hover .spectrum-Radio-input.focus-ring~.spectrum-Radio-label{color:#1473e6}.spectrum--darkest .spectrum-Radio .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#2680eb}.spectrum--darkest .spectrum-Radio-label{color:#c8c8c8}.spectrum--darkest .spectrum-Radio:active .spectrum-Radio-label,.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-label{color:#efefef}.spectrum--darkest .spectrum-Radio-button{background-color:#1a1a1a;border-color:#7c7c7c}.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-button{border-color:#a2a2a2;box-shadow:none}.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#378ef0}.spectrum--darkest .spectrum-Radio:active .spectrum-Radio-button{border-color:#c8c8c8}.spectrum--darkest .spectrum-Radio:active .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#4b9cf5}.spectrum--darkest .spectrum-Radio--quiet .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#a2a2a2}.spectrum--darkest .spectrum-Radio--quiet:hover .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#c8c8c8}.spectrum--darkest .spectrum-Radio--quiet:active .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#efefef}.spectrum--darkest .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-input+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio.is-invalid:hover .spectrum-Radio-input+.spectrum-Radio-button{border-color:#ec5b62}.spectrum--darkest .spectrum-Radio--quiet.is-invalid:hover .spectrum-Radio-label,.spectrum--darkest .spectrum-Radio.is-invalid:hover .spectrum-Radio-label{color:#ec5b62}.spectrum--darkest .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-input+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio.is-invalid:active .spectrum-Radio-input+.spectrum-Radio-button{border-color:#f76d74}.spectrum--darkest .spectrum-Radio--quiet.is-invalid:active .spectrum-Radio-label,.spectrum--darkest .spectrum-Radio.is-invalid:active .spectrum-Radio-label{color:#f76d74}.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-button,.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-button,.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-input:checked+.spectrum-Radio-button{border-color:#e34850}.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-label,.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-label{color:#e34850}.spectrum--darkest .spectrum-Radio-input:disabled+.spectrum-Radio-button{border-color:#494949!important}.spectrum--darkest .spectrum-Radio .spectrum-Radio-input.focus-ring+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio--quiet.is-invalid .spectrum-Radio-input:checked.focus-ring+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio.is-invalid .spectrum-Radio-input:checked.focus-ring+.spectrum-Radio-button,.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-input.focus-ring+.spectrum-Radio-button{border-color:#1473e6;box-shadow:0 0 0 1px #1473e6}.spectrum--darkest .spectrum-Radio-input:disabled~.spectrum-Radio-label{color:#5c5c5c!important}.spectrum--darkest .spectrum-Radio .spectrum-Radio-input.focus-ring~.spectrum-Radio-label,.spectrum--darkest .spectrum-Radio--quiet .spectrum-Radio-input.focus-ring~.spectrum-Radio-label,.spectrum--darkest .spectrum-Radio--quiet:hover .spectrum-Radio-input.focus-ring~.spectrum-Radio-label,.spectrum--darkest .spectrum-Radio:hover .spectrum-Radio-input.focus-ring~.spectrum-Radio-label{color:#378ef0}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */.spectrum-Menu{display:inline-block;box-sizing:border-box;margin:4px 0;padding:0;list-style-type:none;overflow:auto}.spectrum-Menu>.spectrum-Menu-sectionHeading{margin-top:3px;margin-bottom:3px}.spectrum-Menu.is-selectable .spectrum-Menu-item{padding-right:32px}.spectrum-Menu.is-selectable .spectrum-Menu-item.is-selected{padding-right:11px}.spectrum-Menu-item{cursor:pointer;position:relative;display:flex;align-items:center;box-sizing:border-box;padding:7px 12px 7px 10px;margin:0;border-left:2px solid transparent;min-height:32px;font-size:14px;font-weight:400;font-style:normal;text-decoration:none}.spectrum-Menu-item:focus{outline:0}.spectrum-Menu-item.is-selected{padding-right:11px}.spectrum-Menu-item.is-selected .spectrum-Menu-checkmark{display:block}.spectrum-Menu-item .spectrum-Icon,.spectrum-Menu-item .spectrum-Menu-itemIcon{flex-shrink:0;align-self:flex-start}.spectrum-Menu-item .spectrum-Icon+.spectrum-Menu-itemLabel,.spectrum-Menu-item .spectrum-Menu-itemIcon+.spectrum-Menu-itemLabel{margin-left:8px;width:calc(100% - 50px)}.spectrum-Menu-itemLabel{flex:1 1 auto;line-height:1.3;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow-wrap:break-word;width:calc(100% - 24px)}.spectrum-Menu-itemLabel--wrapping{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.spectrum-Menu-checkmark{-webkit-transform:scale(1);transform:scale(1);opacity:1;display:none;align-self:flex-start}.spectrum-Menu-checkmark,.spectrum-Menu-chevron{flex-grow:0;margin-left:12px;margin-top:4px}.spectrum-Menu-divider{box-sizing:content-box;overflow:visible;height:2px;margin:1.5px 12px;padding:0;border:none}.spectrum-Menu-sectionHeading{display:block;margin:6px 0 0;padding:0 36px 0 12px;font-size:11px;font-weight:400;line-height:20px;text-transform:uppercase;letter-spacing:.06em}.spectrum-Menu .spectrum-Menu{display:block}.spectrum-Dialog,.spectrum-Dialog-header,.spectrum-Dialog-wrapper{display:flex;box-sizing:border-box}.react-spectrum-Dialog-buttons{white-space:nowrap}.spectrum-Popover .spectrum-Dialog-content{max-height:initial}.spectrum-Dialog{visibility:hidden;opacity:0;pointer-events:none;flex-direction:column;position:fixed;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) translateY(20px);transform:translateX(-50%) translateY(-50%) translateY(20px);z-index:2;max-width:90vw;max-height:90vh;width:-webkit-fit-content;width:fit-content;min-width:288px;padding:40px;border-radius:4px;outline:0;transition:opacity 130ms cubic-bezier(.5,0,1,1) 0s,visibility 0s linear 130ms,-webkit-transform 0s linear 130ms;transition:opacity 130ms cubic-bezier(.5,0,1,1) 0s,visibility 0s linear 130ms,transform 0s linear 130ms;transition:opacity 130ms cubic-bezier(.5,0,1,1) 0s,visibility 0s linear 130ms,transform 0s linear 130ms,-webkit-transform 0s linear 130ms}.spectrum-Dialog.is-open{visibility:visible;opacity:1;pointer-events:auto;transition:opacity 250ms cubic-bezier(0,0,.4,1) 160ms,-webkit-transform 250ms cubic-bezier(0,0,.4,1) 160ms;transition:transform 250ms cubic-bezier(0,0,.4,1) 160ms,opacity 250ms cubic-bezier(0,0,.4,1) 160ms;transition:transform 250ms cubic-bezier(0,0,.4,1) 160ms,opacity 250ms cubic-bezier(0,0,.4,1) 160ms,-webkit-transform 250ms cubic-bezier(0,0,.4,1) 160ms;-webkit-transform:translate(-50%,calc(-50% + -2vh));transform:translate(-50%,calc(-50% + -2vh))}.spectrum-Dialog .spectrum-Dialog-closeButton{display:none}.spectrum-Dialog--small{width:400px}.spectrum-Dialog--medium{width:480px}.spectrum-Dialog--large{width:640px}.spectrum-Dialog-hero{height:128px;border-top-left-radius:4px;border-top-right-radius:4px;background-size:cover;background-position:center center;margin:-40px -40px 40px}.spectrum-Dialog-header{align-items:center;position:relative;width:100%;flex-shrink:0;border-radius:4px 4px 0 0;outline:0;padding-bottom:30px}.spectrum-Dialog-header::after{position:absolute;bottom:16px;left:0;right:0;content:'';height:2px}.spectrum-Dialog-wrapper{position:fixed;left:0;top:0;align-items:center;justify-content:center;width:100%;height:100%;visibility:hidden;pointer-events:none;z-index:2;transition:visibility 0s linear 130ms}.spectrum-Dialog-wrapper.is-open{visibility:visible}.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover){pointer-events:auto;position:relative;left:auto;top:auto;-webkit-transform:translateY(20px);transform:translateY(20px);margin-top:-2vh}.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover).is-open{-webkit-transform:translateY(0);transform:translateY(0)}@media only screen and (max-device-width:400px),only screen and (max-device-height:350px){.spectrum-Dialog--responsive{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0}.spectrum-Dialog-wrapper .spectrum-Dialog--responsive{margin-top:0}}.spectrum-Dialog--dismissible .spectrum-Dialog-footer,.spectrum-Dialog--noDivider .spectrum-Dialog-header::after{display:none}.spectrum-Dialog--dismissible .spectrum-Dialog-closeButton{display:initial}.spectrum-Dialog-closeButton{position:absolute;top:-28px;right:-28px}.spectrum-Dialog-typeIcon{display:block}.spectrum-Dialog-content{display:block;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto;outline:0;font-size:14px;font-weight:400;line-height:1.5}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.spectrum-Dialog-content{max-height:70vh}}.spectrum-Dialog-footer{border-radius:0 0 4px 4px;padding-top:28px;flex:0 1 auto;flex-wrap:wrap;display:flex;justify-content:flex-end;outline:0;margin:0 -8px -8px}.spectrum-Dialog-footer>*,.spectrum-Dialog-footer>.spectrum-Button+.spectrum-Button{margin:8px}.spectrum-Dialog-title{flex:1 1 auto;margin:0;font-size:18px;font-weight:700;line-height:1.3;outline:0}.spectrum-Dialog--alert{width:480px}.spectrum-Dialog--fullscreen{left:32px;top:32px;right:32px;bottom:32px;-webkit-transform:translate(0,20px);transform:translate(0,20px)}.spectrum-Dialog--fullscreen.is-open{-webkit-transform:translate(0,0);transform:translate(0,0)}.spectrum-Dialog--fullscreen,.spectrum-Dialog--fullscreenTakeover{width:auto;max-height:none;max-width:none;padding-top:30px}.spectrum-Dialog--fullscreen .spectrum-Dialog-header,.spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-header{flex-shrink:0}.spectrum-Dialog--fullscreen .spectrum-Dialog-title,.spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-title{font-size:28px;font-weight:100}.spectrum-Dialog--fullscreen .spectrum-Dialog-content,.spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-content{max-height:none}.spectrum-Dialog--fullscreenTakeover{position:fixed;left:0;right:0;top:0;bottom:0;box-sizing:border-box;border:none;border-radius:0}.spectrum-Dialog--fullscreenTakeover,.spectrum-Dialog--fullscreenTakeover.is-open{-webkit-transform:none;transform:none}.react-spectrum-Autocomplete{display:inline-block}.react-spectrum-Dropdown-fixed{min-width:192px}.spectrum-Dropdown.react-spectrum-Dropdown-flexible{min-width:0;width:auto}.react-spectrum-Tabs--collapsible{display:flex;flex-grow:1;flex-shrink:0;flex-basis:0%;overflow:hidden;position:relative}.react-spectrum-Tabs--container{flex-grow:1;flex-shrink:0;flex-basis:0%}.react-spectrum-Tabs--container.react-spectrum-Tabs--hidden{visibility:hidden}.spectrum-Tabs.react-spectrum-Tabs--dropdown{height:calc(100% - 2px);left:0;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:100%}.spectrum-Tabs.react-spectrum-Tabs--dropdown .spectrum-FieldButton{padding:0 4px}.spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring{border-radius:2px}.spectrum--light .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring{box-shadow:0 0 0 2px #2680eb}.spectrum--lightest .spectrum-Button.focus-ring:after,.spectrum--lightest .spectrum-Button.is-focused:after,.spectrum--lightest .spectrum-LogicButton.focus-ring:after,.spectrum--lightest .spectrum-LogicButton.is-focused:after,.spectrum--lightest .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring{box-shadow:0 0 0 2px #378ef0}.spectrum--dark .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring{box-shadow:0 0 0 2px #2680eb}.spectrum--darkest .spectrum-Tabs.react-spectrum-Tabs--dropdown .focus-ring{box-shadow:0 0 0 2px #1473e6}.u-react-spectrum-screenReaderOnly{border:0;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:0 -1px -1px 0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.u-react-spectrum-screenReaderOnly.is-focusable:active,.u-react-spectrum-screenReaderOnly.is-focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:inherit;overflow:visible;position:static;width:auto;white-space:inherit}.react-spectrum-Pagination .spectrum-Pagination-counter{margin-bottom:0;margin-top:0}.spectrum-SplitButton{position:relative;display:inline-flex;flex-direction:row;vertical-align:top}progress,sub,sup{vertical-align:baseline}.spectrum-SplitButton-action+.spectrum-SplitButton-trigger{margin-left:0}.spectrum-Button+.spectrum-SplitButton{margin-left:12px}.spectrum-SplitButton-action{margin-left:0;border-radius:16px 0 0 16px}.spectrum-SplitButton-action.spectrum-Button--cta{-webkit-margin-end:2px;margin-inline-end:2px}.spectrum-SplitButton-action:after{border-top-right-radius:2px;border-bottom-right-radius:2px}.spectrum-SplitButton-trigger{margin-left:0;border-radius:0 16px 16px 0;border-left-width:0;padding-left:8px;padding-right:10px;min-width:0}.spectrum-SplitButton-trigger.spectrum-Button--cta{border-inline-start-width:2px}.spectrum-SplitButton-trigger.focus-ring{box-shadow:none}.spectrum-SplitButton-trigger:after{border-top-left-radius:2px;border-bottom-left-radius:2px}.spectrum-SplitButton-icon{display:block;margin-top:1px}audio,canvas,progress,video{display:inline-block}.spectrum-SplitButton-action,.spectrum-SplitButton-trigger{position:relative}.spectrum-SplitButton-action:focus,.spectrum-SplitButton-trigger:focus{z-index:1}.spectrum-SplitButton-action .spectrum-Button-label+.spectrum-Icon{margin-left:12px}.spectrum-SplitButton--left .spectrum-SplitButton-action{border-radius:0 16px 16px 0;margin-right:0;margin-left:0}.spectrum-SplitButton--left .spectrum-SplitButton-action.spectrum-Button--cta{padding-left:12px;margin-left:2px}.spectrum-SplitButton--left .spectrum-SplitButton-action:after{border-radius:2px 16px 16px 2px}.spectrum-SplitButton--left .spectrum-SplitButton-trigger{margin-right:0;border-radius:16px 0 0 16px;border-left-width:2px;border-right-width:0;padding-right:8px;padding-left:10px}[type=checkbox],[type=radio],legend{padding:0;box-sizing:border-box}.spectrum-SplitButton--left .spectrum-SplitButton-trigger.spectrum-Button--cta{border-inline-end-width:2px}.spectrum-SplitButton--left .spectrum-SplitButton-trigger:after{border-radius:16px 2px 2px 16px}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--scroll-padding,50px)}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}.react-spectrum-provider{position:relative}.spectrum{font-family:adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px}.spectrum:lang(ja),.spectrum:lang(ko),.spectrum:lang(zh),.spectrum:lang(zh-Hans){font-family:adobe-clean-han-japanese,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.spectrum-Body1{font-size:20px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:0;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum-Body1 em{font-size:20px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Body--large,.spectrum-Body1 strong,.spectrum-Body2{font-style:normal;letter-spacing:0;text-transform:none;line-height:1.5}.spectrum-Body1 strong{font-size:20px;font-weight:700}.spectrum-Body--large,.spectrum-Body2{font-size:18px;font-weight:400;margin-bottom:16px;margin-top:8px}.spectrum-Body--large em,.spectrum-Body2 em{font-size:18px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Body--large strong,.spectrum-Body2 strong,.spectrum-Body3{font-style:normal;letter-spacing:0;text-transform:none;line-height:1.5}.spectrum-Body--large strong,.spectrum-Body2 strong{font-size:18px;font-weight:700}.spectrum-Body3{font-size:16px;font-weight:400;margin-bottom:16px;margin-top:8px}.spectrum-Body3 em{font-size:16px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Body--secondary,.spectrum-Body3 strong,.spectrum-Body4{font-style:normal;line-height:1.5;letter-spacing:0;text-transform:none}.spectrum-Body3 strong{font-size:16px;font-weight:700}.spectrum-Body--secondary,.spectrum-Body4{font-size:14px;font-weight:400;margin-bottom:16px;margin-top:8px}.spectrum-Body--secondary em,.spectrum-Body4 em{font-size:14px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Body--secondary strong,.spectrum-Body4 strong{font-size:14px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Body--small,.spectrum-Body--small em,.spectrum-Body5,.spectrum-Body5 em{font-weight:400;letter-spacing:0;text-transform:none;font-size:12px;line-height:1.5}.spectrum-Body--small,.spectrum-Body5{font-style:normal;margin-bottom:16px;margin-top:8px}.spectrum-Body--small em,.spectrum-Body5 em{font-style:italic}.spectrum-Body--small strong,.spectrum-Body5 strong{font-size:12px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading1,.spectrum-Heading1 em{font-weight:700;line-height:1.3;letter-spacing:0;text-transform:none;font-size:36px}.spectrum-Heading1{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Heading1 em{font-style:italic}.spectrum-Heading1 strong{font-size:36px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading2,.spectrum-Heading2 em{font-weight:700;line-height:1.3;letter-spacing:0;text-transform:none;font-size:28px}.spectrum-Heading2{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Heading2 em{font-style:italic}.spectrum-Heading2 strong{font-size:28px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading3,.spectrum-Heading3 em{font-weight:700;font-size:22px;line-height:1.3;letter-spacing:0;text-transform:none}.spectrum-Heading3{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Heading3 em{font-style:italic}.spectrum-Heading3 strong{font-size:22px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading--subtitle1,.spectrum-Heading4{font-size:18px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Heading--subtitle1 em,.spectrum-Heading4 em{font-size:18px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading--subtitle1 strong,.spectrum-Heading4 strong{font-size:18px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading5,.spectrum-Heading5 em{font-weight:700;font-size:16px;letter-spacing:0;text-transform:none;line-height:1.3}.spectrum-Heading5{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Heading5 em{font-style:italic}.spectrum-Heading5 strong{font-size:16px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading--subtitle2,.spectrum-Heading6{font-size:14px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Heading--subtitle2 em,.spectrum-Heading6 em{font-size:14px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading--subtitle2 strong,.spectrum-Heading6 strong{font-size:14px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading--subtitle3,.spectrum-Subheading{font-size:11px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px;margin-top:8px}.spectrum-Heading--subtitle3 em,.spectrum-Subheading em{font-size:11px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:.06em;text-transform:uppercase}.spectrum-Heading--subtitle3 strong,.spectrum-Subheading strong{font-size:11px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.spectrum-Detail,.spectrum-Detail em,.spectrum-Detail strong{font-size:11px;line-height:1.5;letter-spacing:.06em;text-transform:uppercase}.spectrum-Detail{font-weight:400;font-style:normal;margin-bottom:16px;margin-top:8px}.spectrum-Detail em{font-weight:400;font-style:italic}.spectrum-Detail strong{font-weight:700;font-style:normal}.spectrum-Heading1--quiet{font-size:36px;font-weight:300;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Heading1--quiet em{font-size:36px;font-weight:300;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading--pageTitle,.spectrum-Heading--pageTitle strong,.spectrum-Heading1--quiet strong,.spectrum-Heading1--strong,.spectrum-Heading2--quiet,.spectrum-Heading2--quiet strong{font-style:normal;letter-spacing:0;text-transform:none;line-height:1.3}.spectrum-Heading1--quiet strong{font-size:36px;font-weight:700}.spectrum-Heading--pageTitle,.spectrum-Heading2--quiet{font-size:28px;font-weight:300;margin-bottom:8px;margin-top:8px}.spectrum-Heading--pageTitle em,.spectrum-Heading2--quiet em{font-size:28px;font-weight:300;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading--pageTitle strong,.spectrum-Heading2--quiet strong{font-size:28px;font-weight:700}.spectrum-Heading1--strong{font-size:36px;font-weight:900;margin-bottom:8px;margin-top:8px}.spectrum-Heading1--strong em{font-size:36px;font-weight:900;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading1--strong strong,.spectrum-Heading2--strong{font-style:normal;line-height:1.3;letter-spacing:0;text-transform:none;font-weight:900}.spectrum-Heading1--strong strong{font-size:36px}.spectrum-Heading2--strong{font-size:28px;margin-bottom:8px;margin-top:8px}.spectrum-Heading2--strong em{font-size:28px;font-weight:900;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading2--strong strong{font-size:28px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading1--display,.spectrum-Heading1--display em{font-weight:700;font-size:45px;line-height:1.3;letter-spacing:0;text-transform:none}.spectrum-Heading1--display{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Heading1--display em{font-style:italic}.spectrum-Heading1--display strong{font-size:45px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading2--display{font-size:40px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Heading2--display em{font-size:40px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading2--display strong{font-size:40px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum-Heading1--display.spectrum-Heading1--strong em,.spectrum-Heading1--display.spectrum-Heading1--strong strong,.spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum-Heading2--display.spectrum-Heading2--strong em,.spectrum-Heading2--display.spectrum-Heading2--strong strong{font-weight:900;line-height:1.3;letter-spacing:0;text-transform:none}.spectrum-Heading1--display.spectrum-Heading1--strong{font-size:45px;font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Heading1--display.spectrum-Heading1--strong em{font-size:45px;font-style:italic}.spectrum-Heading1--display.spectrum-Heading1--strong strong{font-size:45px;font-style:normal}.spectrum-Heading2--display.spectrum-Heading2--strong{font-size:40px;font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Heading2--display.spectrum-Heading2--strong em{font-size:40px;font-style:italic}.spectrum-Heading2--display.spectrum-Heading2--strong strong{font-size:40px;font-style:normal}.spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:45px;font-weight:300;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Heading1--display.spectrum-Heading1--quiet em{font-size:45px;font-weight:300;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading1--display.spectrum-Heading1--quiet strong{font-size:45px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Heading--display,.spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:40px;font-weight:300;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Heading--display em,.spectrum-Heading2--display.spectrum-Heading2--quiet em{font-size:40px;font-weight:300;line-height:1.3;font-style:italic;letter-spacing:0;text-transform:none}.spectrum-Heading--display strong,.spectrum-Heading2--display.spectrum-Heading2--quiet strong{font-size:40px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:0;text-transform:none}.spectrum-Article{font-family:Adobe Clean Serif,Times New Roman,serif}.spectrum-Article .spectrum-Body1{font-size:20px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum-Article .spectrum-Body1 em{font-size:20px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body1 strong{font-size:20px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body--large,.spectrum-Article .spectrum-Body2{font-size:18px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum-Article .spectrum-Body--large em,.spectrum-Article .spectrum-Body2 em{font-size:18px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body--large strong,.spectrum-Article .spectrum-Body2 strong{font-size:18px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body3,.spectrum-Article .spectrum-Body3 em{font-weight:400;font-size:16px;letter-spacing:.0125em;text-transform:none;line-height:1.5}.spectrum-Article .spectrum-Body3{font-style:normal;margin-bottom:16px;margin-top:8px}.spectrum-Article .spectrum-Body3 em{font-style:italic}.spectrum-Article .spectrum-Body3 strong{font-size:16px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body--secondary,.spectrum-Article .spectrum-Body4{font-size:14px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum-Article .spectrum-Body--secondary em,.spectrum-Article .spectrum-Body4 em{font-size:14px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body--secondary strong,.spectrum-Article .spectrum-Body4 strong{font-size:14px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body--small,.spectrum-Article .spectrum-Body5{font-size:12px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum-Article .spectrum-Body--small em,.spectrum-Article .spectrum-Body5 em{font-size:12px;font-weight:400;line-height:1.5;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Body--small strong,.spectrum-Article .spectrum-Body5 strong{font-size:12px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading1,.spectrum-Article .spectrum-Heading1 em{font-weight:700;line-height:1.3;letter-spacing:.0125em;text-transform:none;font-size:36px}.spectrum-Article .spectrum-Heading1{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading1 em{font-style:italic}.spectrum-Article .spectrum-Heading1 strong{font-size:36px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading2,.spectrum-Article .spectrum-Heading2 em{font-weight:700;line-height:1.3;letter-spacing:.0125em;text-transform:none;font-size:28px}.spectrum-Article .spectrum-Heading2{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading2 em{font-style:italic}.spectrum-Article .spectrum-Heading2 strong{font-size:28px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading3,.spectrum-Article .spectrum-Heading3 em{font-weight:700;font-size:22px;line-height:1.3;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading3{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading3 em{font-style:italic}.spectrum-Article .spectrum-Heading3 strong{font-size:22px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--subtitle1,.spectrum-Article .spectrum-Heading4{font-size:18px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading--subtitle1 em,.spectrum-Article .spectrum-Heading4 em{font-size:18px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--subtitle1 strong,.spectrum-Article .spectrum-Heading4 strong{font-size:18px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading5,.spectrum-Article .spectrum-Heading5 em{font-weight:700;font-size:16px;letter-spacing:.0125em;text-transform:none;line-height:1.3}.spectrum-Article .spectrum-Heading5{font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading5 em{font-style:italic}.spectrum-Article .spectrum-Heading5 strong{font-size:16px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--subtitle2,.spectrum-Article .spectrum-Heading6{font-size:14px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading--subtitle2 em,.spectrum-Article .spectrum-Heading6 em{font-size:14px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--subtitle2 strong,.spectrum-Article .spectrum-Heading6 strong{font-size:14px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--subtitle3,.spectrum-Article .spectrum-Subheading{font-size:11px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading--subtitle3 em,.spectrum-Article .spectrum-Subheading em{font-size:11px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:.06em;text-transform:uppercase}.spectrum-Article .spectrum-Heading--subtitle3 strong,.spectrum-Article .spectrum-Subheading strong{font-size:11px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.spectrum-Article .spectrum-Detail,.spectrum-Article .spectrum-Detail em,.spectrum-Article .spectrum-Detail strong{font-size:11px;line-height:1.5;letter-spacing:.06em;text-transform:uppercase}.spectrum-Article .spectrum-Detail{font-weight:400;font-style:normal;margin-bottom:16px;margin-top:8px}.spectrum-Article .spectrum-Detail em{font-weight:400;font-style:italic}.spectrum-Article .spectrum-Detail strong{font-weight:700;font-style:normal}.spectrum-Article .spectrum-Heading1--quiet{font-size:36px;font-weight:400;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading1--quiet em{font-size:36px;font-weight:400;line-height:1.3;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading1--quiet strong{font-size:36px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--pageTitle,.spectrum-Article .spectrum-Heading2--quiet{font-size:28px;font-weight:400;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading--pageTitle em,.spectrum-Article .spectrum-Heading2--quiet em{font-size:28px;font-weight:400;line-height:1.3;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--pageTitle strong,.spectrum-Article .spectrum-Heading2--quiet strong{font-size:28px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading1--display{font-size:45px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading1--display em{font-size:45px;font-weight:700;line-height:1.3;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading1--display strong{font-size:45px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading2--display,.spectrum-Article .spectrum-Heading2--display em,.spectrum-Article .spectrum-Heading2--display strong{font-size:40px;line-height:1.3;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading2--display{font-weight:700;font-style:normal;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading2--display em{font-weight:700;font-style:italic}.spectrum-Article .spectrum-Heading2--display strong{font-weight:900;font-style:normal}.spectrum-Article .spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:45px;font-weight:400;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading1--display.spectrum-Heading1--quiet em{font-size:45px;font-weight:400;line-height:1.3;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading1--display.spectrum-Heading1--quiet strong{font-size:45px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--display,.spectrum-Article .spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:40px;font-weight:400;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Article .spectrum-Heading--display em,.spectrum-Article .spectrum-Heading2--display.spectrum-Heading2--quiet em{font-size:40px;font-weight:400;line-height:1.3;font-style:italic;letter-spacing:.0125em;text-transform:none}.spectrum-Article .spectrum-Heading--display strong,.spectrum-Article .spectrum-Heading2--display.spectrum-Heading2--quiet strong{font-size:40px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.0125em;text-transform:none}.spectrum:lang(ja) .spectrum-Body1,.spectrum:lang(ko) .spectrum-Body1,.spectrum:lang(zh) .spectrum-Body1{font-size:20px;font-weight:400;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum:lang(ja) .spectrum-Body1 em,.spectrum:lang(ko) .spectrum-Body1 em,.spectrum:lang(zh) .spectrum-Body1 em{font-size:20px;font-weight:700;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body1 strong,.spectrum:lang(ko) .spectrum-Body1 strong,.spectrum:lang(zh) .spectrum-Body1 strong{font-size:20px;font-weight:900;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body--large,.spectrum:lang(ja) .spectrum-Body2,.spectrum:lang(ko) .spectrum-Body--large,.spectrum:lang(ko) .spectrum-Body2,.spectrum:lang(zh) .spectrum-Body--large,.spectrum:lang(zh) .spectrum-Body2{font-size:18px;font-weight:400;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum:lang(ja) .spectrum-Body--large em,.spectrum:lang(ja) .spectrum-Body2 em,.spectrum:lang(ko) .spectrum-Body--large em,.spectrum:lang(ko) .spectrum-Body2 em,.spectrum:lang(zh) .spectrum-Body--large em,.spectrum:lang(zh) .spectrum-Body2 em{font-size:18px;font-weight:700;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body--large strong,.spectrum:lang(ja) .spectrum-Body2 strong,.spectrum:lang(ko) .spectrum-Body--large strong,.spectrum:lang(ko) .spectrum-Body2 strong,.spectrum:lang(zh) .spectrum-Body--large strong,.spectrum:lang(zh) .spectrum-Body2 strong{font-size:18px;font-weight:900;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body3,.spectrum:lang(ko) .spectrum-Body3,.spectrum:lang(zh) .spectrum-Body3{font-size:16px;font-weight:400;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum:lang(ja) .spectrum-Body3 em,.spectrum:lang(ko) .spectrum-Body3 em,.spectrum:lang(zh) .spectrum-Body3 em{font-size:16px;font-weight:700;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body3 strong,.spectrum:lang(ko) .spectrum-Body3 strong,.spectrum:lang(zh) .spectrum-Body3 strong{font-size:16px;font-weight:900;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body--secondary,.spectrum:lang(ja) .spectrum-Body4,.spectrum:lang(ko) .spectrum-Body--secondary,.spectrum:lang(ko) .spectrum-Body4,.spectrum:lang(zh) .spectrum-Body--secondary,.spectrum:lang(zh) .spectrum-Body4{font-size:14px;font-weight:400;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum:lang(ja) .spectrum-Body--secondary em,.spectrum:lang(ja) .spectrum-Body4 em,.spectrum:lang(ko) .spectrum-Body--secondary em,.spectrum:lang(ko) .spectrum-Body4 em,.spectrum:lang(zh) .spectrum-Body--secondary em,.spectrum:lang(zh) .spectrum-Body4 em{font-size:14px;font-weight:700;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body--secondary strong,.spectrum:lang(ja) .spectrum-Body4 strong,.spectrum:lang(ko) .spectrum-Body--secondary strong,.spectrum:lang(ko) .spectrum-Body4 strong,.spectrum:lang(zh) .spectrum-Body--secondary strong,.spectrum:lang(zh) .spectrum-Body4 strong{font-size:14px;font-weight:900;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body--small,.spectrum:lang(ja) .spectrum-Body5,.spectrum:lang(ko) .spectrum-Body--small,.spectrum:lang(ko) .spectrum-Body5,.spectrum:lang(zh) .spectrum-Body--small,.spectrum:lang(zh) .spectrum-Body5{font-size:12px;font-weight:400;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:16px;margin-top:8px}.spectrum:lang(ja) .spectrum-Body--small em,.spectrum:lang(ja) .spectrum-Body5 em,.spectrum:lang(ko) .spectrum-Body--small em,.spectrum:lang(ko) .spectrum-Body5 em,.spectrum:lang(zh) .spectrum-Body--small em,.spectrum:lang(zh) .spectrum-Body5 em{font-size:12px;font-weight:700;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Body--small strong,.spectrum:lang(ja) .spectrum-Body5 strong,.spectrum:lang(ko) .spectrum-Body--small strong,.spectrum:lang(ko) .spectrum-Body5 strong,.spectrum:lang(zh) .spectrum-Body--small strong,.spectrum:lang(zh) .spectrum-Body5 strong{font-size:12px;font-weight:900;line-height:1.7;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1,.spectrum:lang(ko) .spectrum-Heading1,.spectrum:lang(zh) .spectrum-Heading1{font-size:32px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading1 em,.spectrum:lang(ko) .spectrum-Heading1 em,.spectrum:lang(zh) .spectrum-Heading1 em{font-size:32px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1 strong,.spectrum:lang(ko) .spectrum-Heading1 strong,.spectrum:lang(zh) .spectrum-Heading1 strong{font-size:32px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2,.spectrum:lang(ko) .spectrum-Heading2,.spectrum:lang(zh) .spectrum-Heading2{font-size:25px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading2 em,.spectrum:lang(ko) .spectrum-Heading2 em,.spectrum:lang(zh) .spectrum-Heading2 em{font-size:25px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2 strong,.spectrum:lang(ko) .spectrum-Heading2 strong,.spectrum:lang(zh) .spectrum-Heading2 strong{font-size:25px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading3,.spectrum:lang(ko) .spectrum-Heading3,.spectrum:lang(zh) .spectrum-Heading3{font-size:20px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading3 em,.spectrum:lang(ko) .spectrum-Heading3 em,.spectrum:lang(zh) .spectrum-Heading3 em{font-size:20px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading3 strong,.spectrum:lang(ko) .spectrum-Heading3 strong,.spectrum:lang(zh) .spectrum-Heading3 strong{font-size:20px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle1,.spectrum:lang(ja) .spectrum-Heading4,.spectrum:lang(ko) .spectrum-Heading--subtitle1,.spectrum:lang(ko) .spectrum-Heading4,.spectrum:lang(zh) .spectrum-Heading--subtitle1,.spectrum:lang(zh) .spectrum-Heading4{font-size:18px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading--subtitle1 em,.spectrum:lang(ja) .spectrum-Heading4 em,.spectrum:lang(ko) .spectrum-Heading--subtitle1 em,.spectrum:lang(ko) .spectrum-Heading4 em,.spectrum:lang(zh) .spectrum-Heading--subtitle1 em,.spectrum:lang(zh) .spectrum-Heading4 em{font-size:18px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle1 strong,.spectrum:lang(ja) .spectrum-Heading4 strong,.spectrum:lang(ko) .spectrum-Heading--subtitle1 strong,.spectrum:lang(ko) .spectrum-Heading4 strong,.spectrum:lang(zh) .spectrum-Heading--subtitle1 strong,.spectrum:lang(zh) .spectrum-Heading4 strong{font-size:18px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading5,.spectrum:lang(ko) .spectrum-Heading5,.spectrum:lang(zh) .spectrum-Heading5{font-size:16px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading5 em,.spectrum:lang(ko) .spectrum-Heading5 em,.spectrum:lang(zh) .spectrum-Heading5 em{font-size:16px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading5 strong,.spectrum:lang(ko) .spectrum-Heading5 strong,.spectrum:lang(zh) .spectrum-Heading5 strong{font-size:16px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle2,.spectrum:lang(ja) .spectrum-Heading6,.spectrum:lang(ko) .spectrum-Heading--subtitle2,.spectrum:lang(ko) .spectrum-Heading6,.spectrum:lang(zh) .spectrum-Heading--subtitle2,.spectrum:lang(zh) .spectrum-Heading6{font-size:14px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading--subtitle2 em,.spectrum:lang(ja) .spectrum-Heading6 em,.spectrum:lang(ko) .spectrum-Heading--subtitle2 em,.spectrum:lang(ko) .spectrum-Heading6 em,.spectrum:lang(zh) .spectrum-Heading--subtitle2 em,.spectrum:lang(zh) .spectrum-Heading6 em{font-size:14px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle2 strong,.spectrum:lang(ja) .spectrum-Heading6 strong,.spectrum:lang(ko) .spectrum-Heading--subtitle2 strong,.spectrum:lang(ko) .spectrum-Heading6 strong,.spectrum:lang(zh) .spectrum-Heading--subtitle2 strong,.spectrum:lang(zh) .spectrum-Heading6 strong{font-size:14px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle3,.spectrum:lang(ja) .spectrum-Subheading,.spectrum:lang(ko) .spectrum-Heading--subtitle3,.spectrum:lang(ko) .spectrum-Subheading,.spectrum:lang(zh) .spectrum-Heading--subtitle3,.spectrum:lang(zh) .spectrum-Subheading{font-size:11px;font-weight:700;line-height:1.3;font-style:normal;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading--subtitle3 em,.spectrum:lang(ja) .spectrum-Subheading em,.spectrum:lang(ko) .spectrum-Heading--subtitle3 em,.spectrum:lang(ko) .spectrum-Subheading em,.spectrum:lang(zh) .spectrum-Heading--subtitle3 em,.spectrum:lang(zh) .spectrum-Subheading em{font-size:11px;font-weight:800;line-height:1.3;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Heading--subtitle3 strong,.spectrum:lang(ja) .spectrum-Subheading strong,.spectrum:lang(ko) .spectrum-Heading--subtitle3 strong,.spectrum:lang(ko) .spectrum-Subheading strong,.spectrum:lang(zh) .spectrum-Heading--subtitle3 strong,.spectrum:lang(zh) .spectrum-Subheading strong{font-size:11px;font-weight:900;line-height:1.3;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail,.spectrum:lang(ko) .spectrum-Detail,.spectrum:lang(zh) .spectrum-Detail{font-size:11px;font-weight:400;line-height:1.7;font-style:normal;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;margin-top:8px}.spectrum:lang(ja) .spectrum-Detail em,.spectrum:lang(ko) .spectrum-Detail em,.spectrum:lang(zh) .spectrum-Detail em{font-size:11px;font-weight:400;line-height:1.7;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail strong,.spectrum:lang(ko) .spectrum-Detail strong,.spectrum:lang(zh) .spectrum-Detail strong{font-size:11px;font-weight:900;line-height:1.7;font-style:normal;letter-spacing:.06em;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Heading1--quiet,.spectrum:lang(ko) .spectrum-Heading1--quiet,.spectrum:lang(zh) .spectrum-Heading1--quiet{font-size:32px;font-weight:300;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading1--quiet em,.spectrum:lang(ko) .spectrum-Heading1--quiet em,.spectrum:lang(zh) .spectrum-Heading1--quiet em{font-size:32px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--quiet strong,.spectrum:lang(ko) .spectrum-Heading1--quiet strong,.spectrum:lang(zh) .spectrum-Heading1--quiet strong{font-size:32px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--pageTitle,.spectrum:lang(ja) .spectrum-Heading2--quiet,.spectrum:lang(ko) .spectrum-Heading--pageTitle,.spectrum:lang(ko) .spectrum-Heading2--quiet,.spectrum:lang(zh) .spectrum-Heading--pageTitle,.spectrum:lang(zh) .spectrum-Heading2--quiet{font-size:25px;font-weight:300;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading--pageTitle em,.spectrum:lang(ja) .spectrum-Heading2--quiet em,.spectrum:lang(ko) .spectrum-Heading--pageTitle em,.spectrum:lang(ko) .spectrum-Heading2--quiet em,.spectrum:lang(zh) .spectrum-Heading--pageTitle em,.spectrum:lang(zh) .spectrum-Heading2--quiet em{font-size:25px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--pageTitle strong,.spectrum:lang(ja) .spectrum-Heading2--quiet strong,.spectrum:lang(ko) .spectrum-Heading--pageTitle strong,.spectrum:lang(ko) .spectrum-Heading2--quiet strong,.spectrum:lang(zh) .spectrum-Heading--pageTitle strong,.spectrum:lang(zh) .spectrum-Heading2--quiet strong{font-size:25px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--strong,.spectrum:lang(ko) .spectrum-Heading1--strong,.spectrum:lang(zh) .spectrum-Heading1--strong{font-size:32px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading1--strong em,.spectrum:lang(ja) .spectrum-Heading1--strong strong,.spectrum:lang(ko) .spectrum-Heading1--strong em,.spectrum:lang(ko) .spectrum-Heading1--strong strong,.spectrum:lang(zh) .spectrum-Heading1--strong em,.spectrum:lang(zh) .spectrum-Heading1--strong strong{font-size:32px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2--strong,.spectrum:lang(ko) .spectrum-Heading2--strong,.spectrum:lang(zh) .spectrum-Heading2--strong{font-size:25px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading2--strong em,.spectrum:lang(ja) .spectrum-Heading2--strong strong,.spectrum:lang(ko) .spectrum-Heading2--strong em,.spectrum:lang(ko) .spectrum-Heading2--strong strong,.spectrum:lang(zh) .spectrum-Heading2--strong em,.spectrum:lang(zh) .spectrum-Heading2--strong strong{font-size:25px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display,.spectrum:lang(ko) .spectrum-Heading1--display,.spectrum:lang(zh) .spectrum-Heading1--display{font-size:40px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading1--display em,.spectrum:lang(ko) .spectrum-Heading1--display em,.spectrum:lang(zh) .spectrum-Heading1--display em{font-size:40px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display strong,.spectrum:lang(ko) .spectrum-Heading1--display strong,.spectrum:lang(zh) .spectrum-Heading1--display strong{font-size:40px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2--display,.spectrum:lang(ko) .spectrum-Heading2--display,.spectrum:lang(zh) .spectrum-Heading2--display{font-size:36px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading2--display em,.spectrum:lang(ko) .spectrum-Heading2--display em,.spectrum:lang(zh) .spectrum-Heading2--display em{font-size:36px;font-weight:800;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2--display strong,.spectrum:lang(ko) .spectrum-Heading2--display strong,.spectrum:lang(zh) .spectrum-Heading2--display strong{font-size:36px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--strong{font-size:40px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--strong em,.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--strong strong,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--strong em,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--strong strong,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--strong em,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--strong strong{font-size:40px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--strong{font-size:36px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--strong em,.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--strong strong,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--strong em,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--strong strong,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--strong em,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--strong strong{font-size:36px;font-weight:900;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:40px;font-weight:300;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--quiet em,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--quiet em,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--quiet em{font-size:40px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--quiet strong,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--quiet strong,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--quiet strong{font-size:40px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--display,.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum:lang(ko) .spectrum-Heading--display,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum:lang(zh) .spectrum-Heading--display,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:36px;font-weight:300;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none;margin-bottom:8px;margin-top:8px}.spectrum-Code1,.spectrum-Code2,.spectrum-Code3,.spectrum-Code4,.spectrum-Code5{margin-bottom:16px;margin-top:8px;font-family:Source Code Pro,Monaco,monospace}.spectrum:lang(ja) .spectrum-Heading--display em,.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--quiet em,.spectrum:lang(ko) .spectrum-Heading--display em,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--quiet em,.spectrum:lang(zh) .spectrum-Heading--display em,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--quiet em{font-size:36px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--display strong,.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--quiet strong,.spectrum:lang(ko) .spectrum-Heading--display strong,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--quiet strong,.spectrum:lang(zh) .spectrum-Heading--display strong,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--quiet strong{font-size:36px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:.05em;text-transform:none}.spectrum-Code1,.spectrum-Code1 em{font-weight:400;line-height:1.5;letter-spacing:0;font-size:20px}.spectrum-Code1{font-style:normal}.spectrum-Code1 em{font-style:italic}.spectrum-Code1 strong{font-size:20px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:0}.spectrum-Code2,.spectrum-Code2 em{font-weight:400;line-height:1.5;letter-spacing:0;font-size:18px}.spectrum-Code2{font-style:normal}.spectrum-Code2 em{font-style:italic}.spectrum-Code2 strong{font-size:18px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:0}.spectrum-Code3,.spectrum-Code3 em{font-weight:400;line-height:1.5;letter-spacing:0;font-size:16px}.spectrum-Code3{font-style:normal}.spectrum-Code3 em{font-style:italic}.spectrum-Code3 strong{font-size:16px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:0}.spectrum-Code4,.spectrum-Code4 em{font-weight:400;line-height:1.5;letter-spacing:0;font-size:14px}.spectrum-Code4{font-style:normal}.spectrum-Code4 em{font-style:italic}.spectrum-Code4 strong{font-size:14px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:0}.spectrum-Code5,.spectrum-Code5 em{font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0}.spectrum-Code5{font-style:normal}.spectrum-Code5 em{font-style:italic}.spectrum-Code5 strong{font-size:12px;font-weight:700;line-height:1.5;font-style:normal;letter-spacing:0}.spectrum,.spectrum-Body{font-size:14px;font-weight:400;line-height:1.5;font-style:normal}.spectrum-Body--italic{font-style:italic}.spectrum-Button--block{display:block}.spectrum-ActionButton,.spectrum-Button,.spectrum-ClearButton,.spectrum-FieldButton,.spectrum-LogicButton,.spectrum-Tool{position:relative;display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;overflow:visible;margin:0;border-style:solid;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-appearance:button;vertical-align:top;transition:background 130ms ease-out,border-color 130ms ease-out,color 130ms ease-out,box-shadow 130ms ease-out;text-decoration:none;font-family:adobe-clean-ux,adobe-clean,'Source Sans Pro',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.3;cursor:pointer;-ms-user-select:none;user-select:none;-webkit-user-select:none;touch-action:none}.spectrum-ActionButton:focus,.spectrum-Button:focus,.spectrum-ClearButton:focus,.spectrum-FieldButton:focus,.spectrum-LogicButton:focus,.spectrum-Tool:focus{outline:0}.spectrum-ActionButton::-moz-focus-inner,.spectrum-Button::-moz-focus-inner,.spectrum-ClearButton::-moz-focus-inner,.spectrum-FieldButton::-moz-focus-inner,.spectrum-LogicButton::-moz-focus-inner,.spectrum-Tool::-moz-focus-inner{border:0;padding:0;margin-top:-2PX;margin-bottom:-2PX}.spectrum-ActionButton:disabled,.spectrum-Button:disabled,.spectrum-ClearButton:disabled,.spectrum-FieldButton:disabled,.spectrum-LogicButton:disabled,.spectrum-Tool:disabled{cursor:default}.spectrum-ActionButton .spectrum-Icon,.spectrum-Button .spectrum-Icon,.spectrum-ClearButton .spectrum-Icon,.spectrum-FieldButton .spectrum-Icon,.spectrum-LogicButton .spectrum-Icon,.spectrum-Tool .spectrum-Icon{max-height:100%;flex-shrink:0}.spectrum-Button:after,.spectrum-ClearButton:after,.spectrum-LogicButton:after{border-radius:18px;content:'';display:block;position:absolute;left:0;right:0;bottom:0;top:0;margin:-2px;transition:box-shadow 130ms ease-out,margin 130ms ease-out}.spectrum-Button.focus-ring:after,.spectrum-ClearButton.focus-ring:after,.spectrum-LogicButton.focus-ring:after{margin:-4px}.spectrum-Button{border-width:2px;border-style:solid;border-radius:16px;min-height:32px;height:auto;min-width:72px;padding:3px 14px 5px;font-size:14px;font-weight:700}.spectrum-Button:active,.spectrum-Button:hover{box-shadow:none}.spectrum-Button .spectrum-Icon+.spectrum-Button-label{margin-left:8px}.spectrum-Button .spectrum-Button-label+.spectrum-Icon{margin-left:4px}.spectrum-ClearButton--overBackground.focus-ring:after{margin:-2px}a.spectrum-ActionButton,a.spectrum-Button{-webkit-appearance:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.spectrum-ActionButton,.spectrum-Tool{position:relative;height:32px;min-width:32px;padding:0 6px;border-width:1px;border-radius:4px;font-size:14px;font-weight:400}.spectrum-ActionButton .spectrum-Icon+.spectrum-ActionButton-label,.spectrum-Tool .spectrum-Icon+.spectrum-ActionButton-label{padding-left:7px;padding-right:5px}.spectrum-ActionButton .spectrum-Icon--sizeS:only-child,.spectrum-Tool .spectrum-Icon--sizeS:only-child{position:absolute;top:calc(50% - 9px);left:calc(50% - 9px)}.spectrum-ActionButton .spectrum-ActionButton-label:only-child,.spectrum-Tool .spectrum-ActionButton-label:only-child{padding:0 5px}.spectrum-ActionButton-hold{position:absolute;right:3px;bottom:3px}.spectrum-ActionButton-label,.spectrum-Button-label{-ms-grid-row-align:center;align-self:center;justify-self:center;text-align:center;width:100%}.spectrum-ActionButton-label:empty,.spectrum-Button-label:empty{display:none}.spectrum-ActionButton-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spectrum-ActionButton--quiet,.spectrum-Tool{border-width:1px;border-radius:4px;font-size:14px;font-weight:400}.spectrum-LogicButton{height:24px;padding:8px;border-width:2px;border-radius:4px;font-size:14px;font-weight:700;line-height:0}.spectrum-LogicButton:after{border-radius:6px}.spectrum-FieldButton{height:32px;font-family:inherit;font-weight:400;font-size:14px;line-height:normal;-webkit-font-smoothing:initial;cursor:pointer;outline:0;margin:0;padding:0 12px;border-width:1px;border-style:solid;border-radius:4px;transition:background-color 130ms,box-shadow 130ms,border-color 130ms}.spectrum-FieldButton.is-disabled,.spectrum-FieldButton:disabled{border-width:0;cursor:default}.spectrum-FieldButton.is-open{border-width:1px}.spectrum-FieldButton--quiet{margin:0;padding:0;border-width:0;border-radius:0}.spectrum-FieldButton--quiet.is-disabled.focus-ring,.spectrum-FieldButton--quiet:disabled.focus-ring{box-shadow:none}.spectrum-ClearButton{width:32px;height:32px;border-radius:100%;padding:0;margin:0;border:none}.spectrum-ClearButton>.spectrum-Icon{margin:0 auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.spectrum-ClearButton>.spectrum-Icon{margin:0}}.spectrum-ClearButton--small{width:24px;height:24px}.spectrum-Tool{position:relative;justify-content:center;width:32px;height:32px;padding:0}.spectrum-Tool-hold{position:absolute;right:3px;bottom:3px}.spectrum-Button+.spectrum-Button{margin-left:16px}.spectrum-ActionButton+.spectrum-ActionButton,.spectrum-Tool+.spectrum-Tool{margin-left:8px}.spectrum--lightest .spectrum-Menu{background-color:transparent}.spectrum--lightest .spectrum-Menu-item{background-color:transparent;color:#505050}.spectrum--lightest .spectrum-Menu-item.focus-ring,.spectrum--lightest .spectrum-Menu-item.is-focused{background-color:rgba(50,50,50,.04);color:#505050;border-left-color:#378ef0}.spectrum--lightest .spectrum-Menu-item.is-highlighted,.spectrum--lightest .spectrum-Menu-item.is-open,.spectrum--lightest .spectrum-Menu-item:focus,.spectrum--lightest .spectrum-Menu-item:hover{background-color:rgba(50,50,50,.04);color:#505050}.spectrum--lightest .spectrum-Menu-item.is-selected{color:#505050}.spectrum--lightest .spectrum-Menu-item.is-selected .spectrum-Menu-checkmark{color:#2680eb}.spectrum--lightest .spectrum-Menu-item .is-active,.spectrum--lightest .spectrum-Menu-item:active{background-color:rgba(50,50,50,.04)}.spectrum--lightest .spectrum-Menu-item.is-disabled{background-color:transparent;background-image:none;color:#bcbcbc;cursor:default}.spectrum--lightest .spectrum-Menu-sectionHeading{color:#747474}.spectrum--lightest .spectrum-Menu-divider{background-color:#fff}.spectrum--darkest .spectrum-Menu{background-color:transparent}.spectrum--darkest .spectrum-Menu-item{background-color:transparent;color:#c8c8c8}.spectrum--darkest .spectrum-Menu-item.focus-ring,.spectrum--darkest .spectrum-Menu-item.is-focused{background-color:rgba(239,239,239,.08);color:#c8c8c8;border-left-color:#1473e6}.spectrum--darkest .spectrum-Menu-item.is-highlighted,.spectrum--darkest .spectrum-Menu-item.is-open,.spectrum--darkest .spectrum-Menu-item:focus,.spectrum--darkest .spectrum-Menu-item:hover{background-color:rgba(239,239,239,.08);color:#c8c8c8}.spectrum--darkest .spectrum-Menu-item.is-selected{color:#c8c8c8}.spectrum--darkest .spectrum-Menu-item.is-selected .spectrum-Menu-checkmark{color:#2680eb}.spectrum--darkest .spectrum-Menu-item .is-active,.spectrum--darkest .spectrum-Menu-item:active{background-color:rgba(239,239,239,.08)}.spectrum--darkest .spectrum-Menu-item.is-disabled{background-color:transparent;background-image:none;color:#5c5c5c;cursor:default}.spectrum--darkest .spectrum-Menu-sectionHeading{color:#a2a2a2}.spectrum--darkest .spectrum-Menu-divider{background-color:#1e1e1e}.spectrum--lightest .spectrum-Dialog,.spectrum--lightest .spectrum-Dialog-header{background:#fff}.spectrum--lightest .spectrum-Dialog-header:after{background:#eaeaea}.spectrum--lightest .spectrum-Dialog-title{color:#323232}.spectrum--lightest .spectrum-Dialog-content{color:#505050}.spectrum--lightest .spectrum-Dialog-typeIcon{color:#323232}.spectrum--lightest .spectrum-Dialog-footer{background:#fff}.spectrum--lightest .spectrum-Dialog--error .spectrum-Dialog-title,.spectrum--lightest .spectrum-Dialog--error .spectrum-Dialog-typeIcon{color:#d7373f}.spectrum--darkest .spectrum-Dialog,.spectrum--darkest .spectrum-Dialog-header{background:#1e1e1e}.spectrum--darkest .spectrum-Dialog-header:after{background:#393939}.spectrum--darkest .spectrum-Dialog-title{color:#efefef}.spectrum--darkest .spectrum-Dialog-content{color:#c8c8c8}.spectrum--darkest .spectrum-Dialog-typeIcon{color:#efefef}.spectrum--darkest .spectrum-Dialog-footer{background:#1e1e1e}.spectrum--darkest .spectrum-Dialog--error .spectrum-Dialog-title,.spectrum--darkest .spectrum-Dialog--error .spectrum-Dialog-typeIcon{color:#ec5b62}.spectrum--lightest .spectrum-Body1,.spectrum--lightest .spectrum-Body2,.spectrum--lightest .spectrum-Body3,.spectrum--lightest .spectrum-Body4,.spectrum--lightest .spectrum-Body5{color:#505050}.spectrum--lightest .spectrum-Heading1,.spectrum--lightest .spectrum-Heading2,.spectrum--lightest .spectrum-Heading3,.spectrum--lightest .spectrum-Heading4,.spectrum--lightest .spectrum-Heading5,.spectrum--lightest .spectrum-Heading6{color:#323232}.spectrum--lightest .spectrum-Detail,.spectrum--lightest .spectrum-Subheading{color:#505050}.spectrum--lightest .spectrum-Heading1--display,.spectrum--lightest .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--lightest .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--lightest .spectrum-Heading1--quiet,.spectrum--lightest .spectrum-Heading1--strong,.spectrum--lightest .spectrum-Heading2--display,.spectrum--lightest .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--lightest .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--lightest .spectrum-Heading2--quiet,.spectrum--lightest .spectrum-Heading2--strong{color:#323232}.spectrum--lightest .spectrum-Article .spectrum-Body1,.spectrum--lightest .spectrum-Article .spectrum-Body2,.spectrum--lightest .spectrum-Article .spectrum-Body3,.spectrum--lightest .spectrum-Article .spectrum-Body4,.spectrum--lightest .spectrum-Article .spectrum-Body5{color:#505050}.spectrum--lightest .spectrum-Article .spectrum-Heading1,.spectrum--lightest .spectrum-Article .spectrum-Heading2,.spectrum--lightest .spectrum-Article .spectrum-Heading3,.spectrum--lightest .spectrum-Article .spectrum-Heading4,.spectrum--lightest .spectrum-Article .spectrum-Heading5,.spectrum--lightest .spectrum-Article .spectrum-Heading6{color:#323232}.spectrum--lightest .spectrum-Article .spectrum-Detail,.spectrum--lightest .spectrum-Article .spectrum-Subheading{color:#505050}.spectrum--lightest .spectrum-Article .spectrum-Heading1--display,.spectrum--lightest .spectrum-Article .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--lightest .spectrum-Article .spectrum-Heading1--quiet,.spectrum--lightest .spectrum-Article .spectrum-Heading2--display,.spectrum--lightest .spectrum-Article .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--lightest .spectrum-Article .spectrum-Heading2--quiet{color:#323232}.spectrum--lightest .spectrum:lang(ja) .spectrum-Body1,.spectrum--lightest .spectrum:lang(ja) .spectrum-Body2,.spectrum--lightest .spectrum:lang(ja) .spectrum-Body3,.spectrum--lightest .spectrum:lang(ja) .spectrum-Body4,.spectrum--lightest .spectrum:lang(ja) .spectrum-Body5,.spectrum--lightest .spectrum:lang(ko) .spectrum-Body1,.spectrum--lightest .spectrum:lang(ko) .spectrum-Body2,.spectrum--lightest .spectrum:lang(ko) .spectrum-Body3,.spectrum--lightest .spectrum:lang(ko) .spectrum-Body4,.spectrum--lightest .spectrum:lang(ko) .spectrum-Body5,.spectrum--lightest .spectrum:lang(zh) .spectrum-Body1,.spectrum--lightest .spectrum:lang(zh) .spectrum-Body2,.spectrum--lightest .spectrum:lang(zh) .spectrum-Body3,.spectrum--lightest .spectrum:lang(zh) .spectrum-Body4,.spectrum--lightest .spectrum:lang(zh) .spectrum-Body5{color:#505050}.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading1,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading2,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading3,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading4,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading5,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading6,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading1,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading2,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading3,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading4,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading5,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading6,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading1,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading2,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading3,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading4,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading5,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading6{color:#323232}.spectrum--lightest .spectrum:lang(ja) .spectrum-Detail,.spectrum--lightest .spectrum:lang(ja) .spectrum-Subheading,.spectrum--lightest .spectrum:lang(ko) .spectrum-Detail,.spectrum--lightest .spectrum:lang(ko) .spectrum-Subheading,.spectrum--lightest .spectrum:lang(zh) .spectrum-Detail,.spectrum--lightest .spectrum:lang(zh) .spectrum-Subheading{color:#505050}.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading1--display,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading1--quiet,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading1--strong,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading2--display,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading2--quiet,.spectrum--lightest .spectrum:lang(ja) .spectrum-Heading2--strong,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading1--display,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading1--quiet,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading1--strong,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading2--display,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading2--quiet,.spectrum--lightest .spectrum:lang(ko) .spectrum-Heading2--strong,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading1--display,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading1--quiet,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading1--strong,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading2--display,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading2--quiet,.spectrum--lightest .spectrum:lang(zh) .spectrum-Heading2--strong{color:#323232}.spectrum--lightest,.spectrum--lightest .spectrum-Body,.spectrum--lightest .spectrum-Body--large,.spectrum--lightest .spectrum-Body--small,.spectrum--lightest .spectrum-Code1,.spectrum--lightest .spectrum-Code2,.spectrum--lightest .spectrum-Code3,.spectrum--lightest .spectrum-Code4,.spectrum--lightest .spectrum-Code5{color:#505050}.spectrum--lightest .spectrum-Body--secondary{color:#767676}.spectrum--lightest .spectrum-Heading--display{color:#323232}.spectrum--lightest .spectrum-Heading--pageTitle{color:#767676}.spectrum--lightest .spectrum-Heading--subtitle1,.spectrum--lightest .spectrum-Heading--subtitle2{color:#323232}.spectrum--lightest .spectrum-Heading--subtitle3{color:#767676}.spectrum--darkest .spectrum-Body1,.spectrum--darkest .spectrum-Body2,.spectrum--darkest .spectrum-Body3,.spectrum--darkest .spectrum-Body4,.spectrum--darkest .spectrum-Body5{color:#b4b4b4}.spectrum--darkest .spectrum-Heading1,.spectrum--darkest .spectrum-Heading2,.spectrum--darkest .spectrum-Heading3,.spectrum--darkest .spectrum-Heading4,.spectrum--darkest .spectrum-Heading5,.spectrum--darkest .spectrum-Heading6{color:#e2e2e2}.spectrum--darkest .spectrum-Detail,.spectrum--darkest .spectrum-Subheading{color:#b4b4b4}.spectrum--darkest .spectrum-Heading1--display,.spectrum--darkest .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--darkest .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--darkest .spectrum-Heading1--quiet,.spectrum--darkest .spectrum-Heading1--strong,.spectrum--darkest .spectrum-Heading2--display,.spectrum--darkest .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--darkest .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--darkest .spectrum-Heading2--quiet,.spectrum--darkest .spectrum-Heading2--strong{color:#e2e2e2}.spectrum--darkest .spectrum-Article .spectrum-Body1,.spectrum--darkest .spectrum-Article .spectrum-Body2,.spectrum--darkest .spectrum-Article .spectrum-Body3,.spectrum--darkest .spectrum-Article .spectrum-Body4,.spectrum--darkest .spectrum-Article .spectrum-Body5{color:#b4b4b4}.spectrum--darkest .spectrum-Article .spectrum-Heading1,.spectrum--darkest .spectrum-Article .spectrum-Heading2,.spectrum--darkest .spectrum-Article .spectrum-Heading3,.spectrum--darkest .spectrum-Article .spectrum-Heading4,.spectrum--darkest .spectrum-Article .spectrum-Heading5,.spectrum--darkest .spectrum-Article .spectrum-Heading6{color:#e2e2e2}.spectrum--darkest .spectrum-Article .spectrum-Detail,.spectrum--darkest .spectrum-Article .spectrum-Subheading{color:#b4b4b4}.spectrum--darkest .spectrum-Article .spectrum-Heading1--display,.spectrum--darkest .spectrum-Article .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--darkest .spectrum-Article .spectrum-Heading1--quiet,.spectrum--darkest .spectrum-Article .spectrum-Heading2--display,.spectrum--darkest .spectrum-Article .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--darkest .spectrum-Article .spectrum-Heading2--quiet{color:#e2e2e2}.spectrum--darkest .spectrum:lang(ja) .spectrum-Body1,.spectrum--darkest .spectrum:lang(ja) .spectrum-Body2,.spectrum--darkest .spectrum:lang(ja) .spectrum-Body3,.spectrum--darkest .spectrum:lang(ja) .spectrum-Body4,.spectrum--darkest .spectrum:lang(ja) .spectrum-Body5,.spectrum--darkest .spectrum:lang(ko) .spectrum-Body1,.spectrum--darkest .spectrum:lang(ko) .spectrum-Body2,.spectrum--darkest .spectrum:lang(ko) .spectrum-Body3,.spectrum--darkest .spectrum:lang(ko) .spectrum-Body4,.spectrum--darkest .spectrum:lang(ko) .spectrum-Body5,.spectrum--darkest .spectrum:lang(zh) .spectrum-Body1,.spectrum--darkest .spectrum:lang(zh) .spectrum-Body2,.spectrum--darkest .spectrum:lang(zh) .spectrum-Body3,.spectrum--darkest .spectrum:lang(zh) .spectrum-Body4,.spectrum--darkest .spectrum:lang(zh) .spectrum-Body5{color:#b4b4b4}.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading1,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading2,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading3,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading4,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading5,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading6,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading1,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading2,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading3,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading4,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading5,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading6,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading1,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading2,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading3,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading4,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading5,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading6{color:#e2e2e2}.spectrum--darkest .spectrum:lang(ja) .spectrum-Detail,.spectrum--darkest .spectrum:lang(ja) .spectrum-Subheading,.spectrum--darkest .spectrum:lang(ko) .spectrum-Detail,.spectrum--darkest .spectrum:lang(ko) .spectrum-Subheading,.spectrum--darkest .spectrum:lang(zh) .spectrum-Detail,.spectrum--darkest .spectrum:lang(zh) .spectrum-Subheading{color:#b4b4b4}.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading1--display,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading1--quiet,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading1--strong,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading2--display,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading2--quiet,.spectrum--darkest .spectrum:lang(ja) .spectrum-Heading2--strong,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading1--display,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading1--quiet,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading1--strong,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading2--display,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading2--quiet,.spectrum--darkest .spectrum:lang(ko) .spectrum-Heading2--strong,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading1--display,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading1--quiet,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading1--strong,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading2--display,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading2--quiet,.spectrum--darkest .spectrum:lang(zh) .spectrum-Heading2--strong{color:#e2e2e2}.spectrum--darkest,.spectrum--darkest .spectrum-Body,.spectrum--darkest .spectrum-Body--large,.spectrum--darkest .spectrum-Body--small,.spectrum--darkest .spectrum-Code1,.spectrum--darkest .spectrum-Code2,.spectrum--darkest .spectrum-Code3,.spectrum--darkest .spectrum-Code4,.spectrum--darkest .spectrum-Code5{color:#b4b4b4}.spectrum--darkest .spectrum-Body--secondary{color:#858585}.spectrum--darkest .spectrum-Heading--display{color:#e2e2e2}.spectrum--darkest .spectrum-Heading--pageTitle{color:#858585}.spectrum--darkest .spectrum-Heading--subtitle1,.spectrum--darkest .spectrum-Heading--subtitle2{color:#e2e2e2}.spectrum--darkest .spectrum-Heading--subtitle3{color:#858585}.spectrum--lightest .spectrum-ClearButton{background-color:transparent;color:#747474}.spectrum--lightest .spectrum-ClearButton.focus-ring,.spectrum--lightest .spectrum-ClearButton:active,.spectrum--lightest .spectrum-ClearButton:hover{background-color:transparent;color:#323232}.spectrum--lightest .spectrum-ClearButton.is-disabled,.spectrum--lightest .spectrum-ClearButton:disabled{background-color:transparent;color:#d3d3d3}.spectrum--lightest .spectrum-Button--cta{background-color:#1473e6;border-color:#1473e6;color:#fff}.spectrum--lightest .spectrum-Button--cta.focus-ring,.spectrum--lightest .spectrum-Button--cta:active,.spectrum--lightest .spectrum-Button--cta:hover{background-color:#0d66d0;border-color:#0d66d0;color:#fff}.spectrum--lightest .spectrum-Button--cta.is-disabled,.spectrum--lightest .spectrum-Button--cta:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-Button--primary{background-color:transparent;border-color:#505050;color:#505050}.spectrum--lightest .spectrum-Button--primary.focus-ring,.spectrum--lightest .spectrum-Button--primary:hover{background-color:#505050;border-color:#505050;color:#fff}.spectrum--lightest .spectrum-Button--primary:active{background-color:#323232;border-color:#323232;color:#fff}.spectrum--lightest .spectrum-Button--primary.is-disabled,.spectrum--lightest .spectrum-Button--primary:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-Button--secondary{background-color:transparent;border-color:#747474;color:#747474}.spectrum--lightest .spectrum-Button--secondary.focus-ring,.spectrum--lightest .spectrum-Button--secondary:hover{background-color:#747474;border-color:#747474;color:#fff}.spectrum--lightest .spectrum-Button--secondary:active{background-color:#505050;border-color:#505050;color:#fff}.spectrum--lightest .spectrum-Button--secondary.is-disabled,.spectrum--lightest .spectrum-Button--secondary:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-Button--warning{background-color:transparent;border-color:#d7373f;color:#d7373f}.spectrum--lightest .spectrum-Button--warning.focus-ring,.spectrum--lightest .spectrum-Button--warning:hover{background-color:#d7373f;border-color:#d7373f;color:#fff}.spectrum--lightest .spectrum-Button--warning:active{background-color:#c9252d;border-color:#c9252d;color:#fff}.spectrum--lightest .spectrum-Button--warning.is-disabled,.spectrum--lightest .spectrum-Button--warning:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-Button--overBackground{background-color:transparent;border-color:#fff;color:#fff}.spectrum--lightest .spectrum-Button--overBackground.focus-ring,.spectrum--lightest .spectrum-Button--overBackground:active,.spectrum--lightest .spectrum-Button--overBackground:hover{color:inherit;background-color:#fff;border-color:#fff}.spectrum--lightest .spectrum-Button--overBackground.focus-ring:after{box-shadow:0 0 0 2px #fff}.spectrum--lightest .spectrum-Button--overBackground.is-disabled,.spectrum--lightest .spectrum-Button--overBackground:disabled{background-color:rgba(255,255,255,.1);border-color:transparent;color:rgba(255,255,255,.35)}.spectrum--lightest .spectrum-Button--overBackground.spectrum-Button--quiet,.spectrum--lightest .spectrum-ClearButton--overBackground{background-color:transparent;border-color:transparent;color:#fff}.spectrum--lightest .spectrum-Button--overBackground.spectrum-Button--quiet:hover,.spectrum--lightest .spectrum-ClearButton--overBackground:hover{background-color:rgba(255,255,255,.1);border-color:transparent;color:#fff}.spectrum--lightest .spectrum-Button--overBackground.spectrum-Button--quiet.focus-ring,.spectrum--lightest .spectrum-ClearButton--overBackground.focus-ring{background-color:rgba(255,255,255,.1);border-color:transparent;color:#fff;box-shadow:none}.spectrum--darkest .spectrum-Button--overBackground.focus-ring:after,.spectrum--lightest .spectrum-Button--overBackground.spectrum-Button--quiet.focus-ring:after,.spectrum--lightest .spectrum-ClearButton--overBackground.focus-ring:after{box-shadow:0 0 0 2px #fff}.spectrum--lightest .spectrum-Button--overBackground.spectrum-Button--quiet:active,.spectrum--lightest .spectrum-ClearButton--overBackground:active{background-color:rgba(255,255,255,.15);border-color:transparent;color:#fff}.spectrum--lightest .spectrum-Button--overBackground.spectrum-Button--quiet.is-disabled,.spectrum--lightest .spectrum-Button--overBackground.spectrum-Button--quiet:disabled,.spectrum--lightest .spectrum-ClearButton--overBackground.is-disabled,.spectrum--lightest .spectrum-ClearButton--overBackground:disabled{background-color:transparent;border-color:transparent;color:rgba(255,255,255,.15)}.spectrum--lightest .spectrum-Button--primary.spectrum-Button--quiet{background-color:transparent;border-color:transparent;color:#505050}.spectrum--lightest .spectrum-Button--primary.spectrum-Button--quiet.focus-ring,.spectrum--lightest .spectrum-Button--primary.spectrum-Button--quiet:hover{background-color:#f4f4f4;border-color:#f4f4f4;color:#323232}.spectrum--lightest .spectrum-Button--primary.spectrum-Button--quiet:active{background-color:#eaeaea;border-color:#eaeaea;color:#323232}.spectrum--lightest .spectrum-Button--primary.spectrum-Button--quiet.is-disabled,.spectrum--lightest .spectrum-Button--primary.spectrum-Button--quiet:disabled{background-color:transparent;border-color:transparent;color:#bcbcbc}.spectrum--lightest .spectrum-Button--secondary.spectrum-Button--quiet{background-color:transparent;border-color:transparent;color:#747474}.spectrum--lightest .spectrum-Button--secondary.spectrum-Button--quiet.focus-ring,.spectrum--lightest .spectrum-Button--secondary.spectrum-Button--quiet:hover{background-color:#f4f4f4;border-color:#f4f4f4;color:#505050}.spectrum--lightest .spectrum-Button--secondary.spectrum-Button--quiet:active{background-color:#eaeaea;border-color:#eaeaea;color:#505050}.spectrum--lightest .spectrum-Button--secondary.spectrum-Button--quiet.is-disabled,.spectrum--lightest .spectrum-Button--secondary.spectrum-Button--quiet:disabled{background-color:transparent;border-color:transparent;color:#bcbcbc}.spectrum--lightest .spectrum-ActionButton,.spectrum--lightest .spectrum-Tool{background-color:#fff;border-color:#eaeaea;color:#505050}.spectrum--lightest .spectrum-ActionButton .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-ActionButton .spectrum-Icon,.spectrum--lightest .spectrum-Tool .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-Tool .spectrum-Icon{color:#747474}.spectrum--lightest .spectrum-ActionButton:hover,.spectrum--lightest .spectrum-Tool:hover{background-color:#fff;border-color:#d3d3d3;color:#323232}.spectrum--lightest .spectrum-ActionButton:hover .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-ActionButton:hover .spectrum-Icon,.spectrum--lightest .spectrum-Tool:hover .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-Tool:hover .spectrum-Icon{color:#323232}.spectrum--lightest .spectrum-ActionButton.focus-ring,.spectrum--lightest .spectrum-Tool.focus-ring{background-color:#fff;border-color:#378ef0;box-shadow:0 0 0 1px #378ef0;color:#323232}.spectrum--lightest .spectrum-ActionButton.focus-ring .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-ActionButton.focus-ring .spectrum-Icon,.spectrum--lightest .spectrum-Tool.focus-ring .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-Tool.focus-ring .spectrum-Icon{color:#323232}.spectrum--lightest .spectrum-ActionButton:active,.spectrum--lightest .spectrum-Tool:active{background-color:#f4f4f4;border-color:#d3d3d3;color:#323232}.spectrum--lightest .spectrum-ActionButton:active .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-Tool:active .spectrum-ActionButton-hold{color:#323232}.spectrum--lightest .spectrum-ActionButton.is-disabled,.spectrum--lightest .spectrum-ActionButton:disabled,.spectrum--lightest .spectrum-Tool:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-ActionButton.is-disabled .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-ActionButton.is-disabled .spectrum-Icon,.spectrum--lightest .spectrum-ActionButton:disabled .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-ActionButton:disabled .spectrum-Icon,.spectrum--lightest .spectrum-Tool:disabled .spectrum-ActionButton-hold,.spectrum--lightest .spectrum-Tool:disabled .spectrum-Icon{color:#d3d3d3}.spectrum--lightest .spectrum-ActionButton.is-selected{background-color:#f4f4f4;border-color:#eaeaea;color:#505050}.spectrum--lightest .spectrum-ActionButton.is-selected .spectrum-Icon{color:#747474}.spectrum--lightest .spectrum-ActionButton.is-selected.focus-ring{background-color:#f4f4f4;border-color:#378ef0;color:#323232}.spectrum--lightest .spectrum-ActionButton.is-selected:active,.spectrum--lightest .spectrum-ActionButton.is-selected:hover{border-color:#d3d3d3;color:#323232;background-color:#f4f4f4}.spectrum--lightest .spectrum-ActionButton.is-selected.focus-ring .spectrum-Icon{color:#323232}.spectrum--lightest .spectrum-ActionButton.is-selected:hover .spectrum-Icon{color:#323232}.spectrum--lightest .spectrum-ActionButton.is-selected:active .spectrum-Icon{color:#323232}.spectrum--lightest .spectrum-ActionButton.is-selected.is-disabled,.spectrum--lightest .spectrum-ActionButton.is-selected:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-ActionButton.is-selected.is-disabled .spectrum-Icon,.spectrum--lightest .spectrum-ActionButton.is-selected:disabled .spectrum-Icon{color:#d3d3d3}.spectrum--lightest .spectrum-ActionButton--quiet,.spectrum--lightest .spectrum-Tool{background-color:transparent;border-color:transparent;color:#505050}.spectrum--lightest .spectrum-ActionButton--quiet:hover,.spectrum--lightest .spectrum-Tool:hover{background-color:transparent;border-color:transparent;color:#323232}.spectrum--lightest .spectrum-ActionButton--quiet.focus-ring,.spectrum--lightest .spectrum-Tool.focus-ring{background-color:transparent;box-shadow:0 0 0 1px #378ef0;border-color:#378ef0;color:#323232}.spectrum--lightest .spectrum-ActionButton--quiet:active,.spectrum--lightest .spectrum-Tool:active{background-color:#eaeaea;border-color:#eaeaea;color:#323232}.spectrum--lightest .spectrum-ActionButton--quiet.is-disabled,.spectrum--lightest .spectrum-ActionButton--quiet:disabled,.spectrum--lightest .spectrum-Tool:disabled{background-color:transparent;border-color:transparent;color:#bcbcbc}.spectrum--lightest .spectrum-ActionButton--quiet.is-selected{background-color:#eaeaea;border-color:#eaeaea;color:#505050}.spectrum--lightest .spectrum-ActionButton--quiet.is-selected.focus-ring{background-color:#eaeaea;border-color:#378ef0;color:#323232}.spectrum--lightest .spectrum-ActionButton--quiet.is-selected:active,.spectrum--lightest .spectrum-ActionButton--quiet.is-selected:hover{background-color:#eaeaea;border-color:#eaeaea;color:#323232}.spectrum--lightest .spectrum-ActionButton--quiet.is-selected.is-disabled,.spectrum--lightest .spectrum-ActionButton--quiet.is-selected:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-Button--warning.spectrum-Button--quiet{background-color:transparent;border-color:transparent;color:#d7373f}.spectrum--lightest .spectrum-Button--warning.spectrum-Button--quiet.focus-ring,.spectrum--lightest .spectrum-Button--warning.spectrum-Button--quiet:hover{background-color:#f4f4f4;border-color:#f4f4f4;color:#c9252d}.spectrum--lightest .spectrum-Button--warning.spectrum-Button--quiet:active{background-color:#eaeaea;border-color:#eaeaea;color:#c9252d}.spectrum--lightest .spectrum-Button--warning.spectrum-Button--quiet.is-disabled,.spectrum--lightest .spectrum-Button--warning.spectrum-Button--quiet:disabled{background-color:transparent;border-color:transparent;color:#bcbcbc}.spectrum--lightest .spectrum-LogicButton--and{background-color:#2680eb;border-color:#2680eb;color:#fff}.spectrum--lightest .spectrum-LogicButton--and:hover{background-color:#0d66d0;border-color:#0d66d0;color:#fff}.spectrum--lightest .spectrum-LogicButton--and.is-disabled,.spectrum--lightest .spectrum-LogicButton--and:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-LogicButton--or{background-color:#d83790;border-color:#d83790;color:#fff}.spectrum--lightest .spectrum-LogicButton--or:hover{background-color:#bc1c74;border-color:#bc1c74;color:#fff}.spectrum--lightest .spectrum-LogicButton--or.is-disabled,.spectrum--lightest .spectrum-LogicButton--or:disabled{background-color:#f4f4f4;border-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-FieldButton{color:#505050;background-color:#fff;border-color:#eaeaea}.spectrum--lightest .spectrum-FieldButton:hover{color:#323232;background-color:#fff;border-color:#d3d3d3}.spectrum--lightest .spectrum-FieldButton.is-selected,.spectrum--lightest .spectrum-FieldButton:active{background-color:#f4f4f4;border-color:#d3d3d3}.spectrum--lightest .spectrum-FieldButton.focus-ring,.spectrum--lightest .spectrum-FieldButton.is-focused{background-color:#fff;border-color:#378ef0;box-shadow:0 0 0 1px #378ef0;color:#323232}.spectrum--lightest .spectrum-FieldButton.focus-ring.is-placeholder,.spectrum--lightest .spectrum-FieldButton.is-focused.is-placeholder{color:#323232}.spectrum--lightest .spectrum-FieldButton.is-invalid{border-color:#e34850}.spectrum--lightest .spectrum-FieldButton.is-invalid.is-selected,.spectrum--lightest .spectrum-FieldButton.is-invalid:active,.spectrum--lightest .spectrum-FieldButton.is-invalid:hover{border-color:#d7373f}.spectrum--lightest .spectrum-FieldButton.is-invalid.focus-ring,.spectrum--lightest .spectrum-FieldButton.is-invalid.is-focused{border-color:#378ef0;box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-FieldButton.is-disabled,.spectrum--lightest .spectrum-FieldButton:disabled{background-color:#f4f4f4;color:#bcbcbc}.spectrum--lightest .spectrum-FieldButton.is-disabled .spectrum-Icon,.spectrum--lightest .spectrum-FieldButton:disabled .spectrum-Icon{color:#d3d3d3}.spectrum--lightest .spectrum-FieldButton--quiet{color:#505050;border-color:transparent;background-color:transparent}.spectrum--lightest .spectrum-FieldButton--quiet:hover{background-color:transparent;color:#323232}.spectrum--lightest .spectrum-FieldButton--quiet.focus-ring,.spectrum--lightest .spectrum-FieldButton--quiet.is-focused{background-color:transparent;box-shadow:0 2px 0 0 #378ef0}.spectrum--lightest .spectrum-FieldButton--quiet.focus-ring.is-placeholder,.spectrum--lightest .spectrum-FieldButton--quiet.is-focused.is-placeholder{color:#323232}.spectrum--lightest .spectrum-FieldButton--quiet.is-selected,.spectrum--lightest .spectrum-FieldButton--quiet:active{background-color:transparent;border-color:transparent}.spectrum--lightest .spectrum-FieldButton--quiet.is-selected.focus-ring,.spectrum--lightest .spectrum-FieldButton--quiet.is-selected.is-focused,.spectrum--lightest .spectrum-FieldButton--quiet:active.focus-ring,.spectrum--lightest .spectrum-FieldButton--quiet:active.is-focused{background-color:transparent;box-shadow:0 2px 0 0 #378ef0}.spectrum--lightest .spectrum-FieldButton--quiet.is-invalid.focus-ring,.spectrum--lightest .spectrum-FieldButton--quiet.is-invalid.is-focused{box-shadow:0 2px 0 0 #378ef0}.spectrum--lightest .spectrum-FieldButton--quiet.is-disabled,.spectrum--lightest .spectrum-FieldButton--quiet:disabled{background-color:transparent;color:#bcbcbc}.spectrum--lightest .spectrum-Tool.is-selected .spectrum-Icon,.spectrum--lightest .spectrum-Tool.is-selected .spectrum-Tool-hold{color:#2680eb}.spectrum--lightest .spectrum-Tool.is-selected:hover .spectrum-Icon,.spectrum--lightest .spectrum-Tool.is-selected:hover .spectrum-Tool-hold{color:#1473e6}.spectrum--lightest .spectrum-Tool.is-selected:active .spectrum-Icon,.spectrum--lightest .spectrum-Tool.is-selected:active .spectrum-Tool-hold{color:#0d66d0}.spectrum--lightest .spectrum-Tool.is-selected.focus-ring .spectrum-Icon,.spectrum--lightest .spectrum-Tool.is-selected.focus-ring .spectrum-Tool-hold{color:#1473e6}.spectrum--lightest .spectrum-Tool.is-selected.is-disabled,.spectrum--lightest .spectrum-Tool.is-selected:disabled{background-color:transparent;border-color:transparent}.spectrum--lightest .spectrum-Tool.is-selected.is-disabled .spectrum-Icon,.spectrum--lightest .spectrum-Tool.is-selected.is-disabled .spectrum-Tool-hold,.spectrum--lightest .spectrum-Tool.is-selected:disabled .spectrum-Icon,.spectrum--lightest .spectrum-Tool.is-selected:disabled .spectrum-Tool-hold{color:#d3d3d3}.spectrum--lightest .spectrum-Tool .spectrum-Tool-hold{color:#747474}.spectrum--lightest .spectrum-Tool.focus-ring .spectrum-Tool-hold,.spectrum--lightest .spectrum-Tool:active .spectrum-Tool-hold,.spectrum--lightest .spectrum-Tool:hover .spectrum-Tool-hold{color:#323232}.spectrum--lightest .spectrum-Tool:active{background-color:transparent;border-color:transparent}.spectrum--lightest .spectrum-Tool.is-disabled .spectrum-Tool-hold,.spectrum--lightest .spectrum-Tool:disabled .spectrum-Tool-hold{color:#d3d3d3}.spectrum--darkest .spectrum-Button.focus-ring:after,.spectrum--darkest .spectrum-Button.is-focused:after,.spectrum--darkest .spectrum-LogicButton.focus-ring:after,.spectrum--darkest .spectrum-LogicButton.is-focused:after{box-shadow:0 0 0 2px #1473e6}.spectrum--darkest .spectrum-ClearButton{background-color:transparent;color:#a2a2a2}.spectrum--darkest .spectrum-ClearButton.focus-ring,.spectrum--darkest .spectrum-ClearButton:active,.spectrum--darkest .spectrum-ClearButton:hover{background-color:transparent;color:#efefef}.spectrum--darkest .spectrum-ClearButton.is-disabled,.spectrum--darkest .spectrum-ClearButton:disabled{background-color:transparent;color:#494949}.spectrum--darkest .spectrum-Button--cta{background-color:#1473e6;border-color:#1473e6;color:#fff}.spectrum--darkest .spectrum-Button--cta.focus-ring,.spectrum--darkest .spectrum-Button--cta:active,.spectrum--darkest .spectrum-Button--cta:hover{background-color:#0d66d0;border-color:#0d66d0;color:#fff}.spectrum--darkest .spectrum-Button--cta.is-disabled,.spectrum--darkest .spectrum-Button--cta:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-Button--primary{background-color:transparent;border-color:#c8c8c8;color:#c8c8c8}.spectrum--darkest .spectrum-Button--primary.focus-ring,.spectrum--darkest .spectrum-Button--primary:hover{background-color:#c8c8c8;border-color:#c8c8c8;color:#080808}.spectrum--darkest .spectrum-Button--primary:active{border-color:#efefef;color:#080808}.spectrum--darkest .spectrum-Button--primary.is-disabled,.spectrum--darkest .spectrum-Button--primary:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-Button--secondary{background-color:transparent;border-color:#a2a2a2;color:#a2a2a2}.spectrum--darkest .spectrum-Button--secondary.focus-ring,.spectrum--darkest .spectrum-Button--secondary:hover{background-color:#a2a2a2;border-color:#a2a2a2;color:#080808}.spectrum--darkest .spectrum-Button--secondary:active{background-color:#c8c8c8;border-color:#c8c8c8;color:#080808}.spectrum--darkest .spectrum-Button--secondary.is-disabled,.spectrum--darkest .spectrum-Button--secondary:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-Button--warning{background-color:transparent;border-color:#ec5b62;color:#ec5b62}.spectrum--darkest .spectrum-Button--warning.focus-ring,.spectrum--darkest .spectrum-Button--warning:hover{background-color:#ec5b62;border-color:#ec5b62;color:#080808}.spectrum--darkest .spectrum-Button--warning:active{background-color:#f76d74;border-color:#f76d74;color:#080808}.spectrum--darkest .spectrum-Button--warning.is-disabled,.spectrum--darkest .spectrum-Button--warning:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-Button--overBackground{background-color:transparent;border-color:#fff;color:#fff}.spectrum--darkest .spectrum-Button--overBackground.focus-ring,.spectrum--darkest .spectrum-Button--overBackground:active,.spectrum--darkest .spectrum-Button--overBackground:hover{background-color:#fff;border-color:#fff;color:inherit}.spectrum--darkest .spectrum-Button--overBackground.is-disabled,.spectrum--darkest .spectrum-Button--overBackground:disabled{background-color:rgba(255,255,255,.1);border-color:transparent;color:rgba(255,255,255,.35)}.spectrum--darkest .spectrum-Button--overBackground.spectrum-Button--quiet,.spectrum--darkest .spectrum-ClearButton--overBackground{background-color:transparent;border-color:transparent;color:#fff}.spectrum--darkest .spectrum-Button--overBackground.spectrum-Button--quiet:hover,.spectrum--darkest .spectrum-ClearButton--overBackground:hover{background-color:rgba(255,255,255,.1);border-color:transparent;color:#fff}.spectrum--darkest .spectrum-Button--overBackground.spectrum-Button--quiet.focus-ring,.spectrum--darkest .spectrum-ClearButton--overBackground.focus-ring{background-color:rgba(255,255,255,.1);border-color:transparent;color:#fff;box-shadow:none}.spectrum--darkest .spectrum-Button--overBackground.spectrum-Button--quiet.focus-ring:after,.spectrum--darkest .spectrum-ClearButton--overBackground.focus-ring:after{box-shadow:0 0 0 2px #fff}.spectrum--darkest .spectrum-Button--overBackground.spectrum-Button--quiet:active,.spectrum--darkest .spectrum-ClearButton--overBackground:active{background-color:rgba(255,255,255,.15);border-color:transparent;color:#fff}.spectrum--darkest .spectrum-Button--overBackground.spectrum-Button--quiet.is-disabled,.spectrum--darkest .spectrum-Button--overBackground.spectrum-Button--quiet:disabled,.spectrum--darkest .spectrum-ClearButton--overBackground.is-disabled,.spectrum--darkest .spectrum-ClearButton--overBackground:disabled{background-color:transparent;border-color:transparent;color:rgba(255,255,255,.15)}.spectrum--darkest .spectrum-Button--primary.spectrum-Button--quiet{background-color:transparent;border-color:transparent;color:#c8c8c8}.spectrum--darkest .spectrum-Button--primary.spectrum-Button--quiet.focus-ring,.spectrum--darkest .spectrum-Button--primary.spectrum-Button--quiet:hover{background-color:#2c2c2c;border-color:#2c2c2c;color:#efefef}.spectrum--darkest .spectrum-Button--primary.spectrum-Button--quiet:active{background-color:#393939;border-color:#393939;color:#efefef}.spectrum--darkest .spectrum-Button--primary.spectrum-Button--quiet.is-disabled,.spectrum--darkest .spectrum-Button--primary.spectrum-Button--quiet:disabled{background-color:transparent;border-color:transparent;color:#5c5c5c}.spectrum--darkest .spectrum-Button--secondary.spectrum-Button--quiet{background-color:transparent;border-color:transparent;color:#a2a2a2}.spectrum--darkest .spectrum-Button--secondary.spectrum-Button--quiet.focus-ring,.spectrum--darkest .spectrum-Button--secondary.spectrum-Button--quiet:hover{background-color:#2c2c2c;border-color:#2c2c2c;color:#c8c8c8}.spectrum--darkest .spectrum-Button--secondary.spectrum-Button--quiet:active{background-color:#393939;border-color:#393939;color:#c8c8c8}.spectrum--darkest .spectrum-Button--secondary.spectrum-Button--quiet.is-disabled,.spectrum--darkest .spectrum-Button--secondary.spectrum-Button--quiet:disabled{background-color:transparent;border-color:transparent;color:#5c5c5c}.spectrum--darkest .spectrum-ActionButton,.spectrum--darkest .spectrum-Tool{background-color:#1a1a1a;border-color:#393939;color:#c8c8c8}.spectrum--darkest .spectrum-ActionButton .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-ActionButton .spectrum-Icon,.spectrum--darkest .spectrum-Tool .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-Tool .spectrum-Icon{color:#a2a2a2}.spectrum--darkest .spectrum-ActionButton:hover,.spectrum--darkest .spectrum-Tool:hover{background-color:#080808;border-color:#494949;color:#efefef}.spectrum--darkest .spectrum-ActionButton:hover .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-ActionButton:hover .spectrum-Icon,.spectrum--darkest .spectrum-Tool:hover .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-Tool:hover .spectrum-Icon{color:#efefef}.spectrum--darkest .spectrum-ActionButton.focus-ring,.spectrum--darkest .spectrum-Tool.focus-ring{background-color:#080808;border-color:#1473e6;box-shadow:0 0 0 1px #1473e6;color:#efefef}.spectrum--darkest .spectrum-ActionButton.focus-ring .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-ActionButton.focus-ring .spectrum-Icon,.spectrum--darkest .spectrum-Tool.focus-ring .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-Tool.focus-ring .spectrum-Icon{color:#efefef}.spectrum--darkest .spectrum-ActionButton:active,.spectrum--darkest .spectrum-Tool:active{background-color:#2c2c2c;border-color:#494949;color:#efefef}.spectrum--darkest .spectrum-ActionButton:active .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-Tool:active .spectrum-ActionButton-hold{color:#efefef}.spectrum--darkest .spectrum-ActionButton.is-disabled,.spectrum--darkest .spectrum-ActionButton:disabled,.spectrum--darkest .spectrum-Tool:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-ActionButton.is-disabled .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-ActionButton.is-disabled .spectrum-Icon,.spectrum--darkest .spectrum-ActionButton:disabled .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-ActionButton:disabled .spectrum-Icon,.spectrum--darkest .spectrum-Tool:disabled .spectrum-ActionButton-hold,.spectrum--darkest .spectrum-Tool:disabled .spectrum-Icon{color:#494949}.spectrum--darkest .spectrum-ActionButton.is-selected{background-color:#2c2c2c;border-color:#393939;color:#c8c8c8}.spectrum--darkest .spectrum-ActionButton.is-selected .spectrum-Icon{color:#a2a2a2}.spectrum--darkest .spectrum-ActionButton.is-selected.focus-ring{background-color:#2c2c2c;border-color:#1473e6;color:#efefef}.spectrum--darkest .spectrum-ActionButton.is-selected:active,.spectrum--darkest .spectrum-ActionButton.is-selected:hover{border-color:#494949;color:#efefef;background-color:#2c2c2c}.spectrum--darkest .spectrum-ActionButton.is-selected.focus-ring .spectrum-Icon{color:#efefef}.spectrum--darkest .spectrum-ActionButton.is-selected:hover .spectrum-Icon{color:#efefef}.spectrum--darkest .spectrum-ActionButton.is-selected:active .spectrum-Icon{color:#efefef}.spectrum--darkest .spectrum-ActionButton.is-selected.is-disabled,.spectrum--darkest .spectrum-ActionButton.is-selected:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-ActionButton.is-selected.is-disabled .spectrum-Icon,.spectrum--darkest .spectrum-ActionButton.is-selected:disabled .spectrum-Icon{color:#494949}.spectrum--darkest .spectrum-ActionButton--quiet,.spectrum--darkest .spectrum-Tool{background-color:transparent;border-color:transparent;color:#c8c8c8}.spectrum--darkest .spectrum-ActionButton--quiet:hover,.spectrum--darkest .spectrum-Tool:hover{background-color:transparent;border-color:transparent;color:#efefef}.spectrum--darkest .spectrum-ActionButton--quiet.focus-ring,.spectrum--darkest .spectrum-Tool.focus-ring{background-color:transparent;box-shadow:0 0 0 1px #1473e6;border-color:#1473e6;color:#efefef}.spectrum--darkest .spectrum-ActionButton--quiet:active,.spectrum--darkest .spectrum-Tool:active{background-color:#393939;border-color:#393939;color:#efefef}.spectrum--darkest .spectrum-ActionButton--quiet.is-disabled,.spectrum--darkest .spectrum-ActionButton--quiet:disabled,.spectrum--darkest .spectrum-Tool:disabled{background-color:transparent;border-color:transparent;color:#5c5c5c}.spectrum--darkest .spectrum-ActionButton--quiet.is-selected{background-color:#393939;border-color:#393939;color:#c8c8c8}.spectrum--darkest .spectrum-ActionButton--quiet.is-selected.focus-ring{background-color:#393939;border-color:#1473e6;color:#efefef}.spectrum--darkest .spectrum-ActionButton--quiet.is-selected:active,.spectrum--darkest .spectrum-ActionButton--quiet.is-selected:hover{background-color:#393939;border-color:#393939;color:#efefef}.spectrum--darkest .spectrum-ActionButton--quiet.is-selected.is-disabled,.spectrum--darkest .spectrum-ActionButton--quiet.is-selected:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-Button--warning.spectrum-Button--quiet{background-color:transparent;border-color:transparent;color:#ec5b62}.spectrum--darkest .spectrum-Button--warning.spectrum-Button--quiet.focus-ring,.spectrum--darkest .spectrum-Button--warning.spectrum-Button--quiet:hover{background-color:#2c2c2c;border-color:#2c2c2c;color:#f76d74}.spectrum--darkest .spectrum-Button--warning.spectrum-Button--quiet:active{background-color:#393939;border-color:#393939;color:#f76d74}.spectrum--darkest .spectrum-Button--warning.spectrum-Button--quiet.is-disabled,.spectrum--darkest .spectrum-Button--warning.spectrum-Button--quiet:disabled{background-color:transparent;border-color:transparent;color:#5c5c5c}.spectrum--darkest .spectrum-LogicButton--and{background-color:#2680eb;border-color:#2680eb;color:#fff}.spectrum--darkest .spectrum-LogicButton--and:hover{background-color:#4b9cf5;border-color:#4b9cf5;color:#fff}.spectrum--darkest .spectrum-LogicButton--and.is-disabled,.spectrum--darkest .spectrum-LogicButton--and:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-LogicButton--or{background-color:#d83790;border-color:#d83790;color:#fff}.spectrum--darkest .spectrum-LogicButton--or:hover{background-color:#ec5aaa;border-color:#ec5aaa;color:#fff}.spectrum--darkest .spectrum-LogicButton--or.is-disabled,.spectrum--darkest .spectrum-LogicButton--or:disabled{background-color:#2c2c2c;border-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-FieldButton{color:#c8c8c8;background-color:#1a1a1a;border-color:#393939}.spectrum--darkest .spectrum-FieldButton:hover{color:#efefef;background-color:#080808;border-color:#494949}.spectrum--darkest .spectrum-FieldButton.is-selected,.spectrum--darkest .spectrum-FieldButton:active{background-color:#2c2c2c;border-color:#494949}.spectrum--darkest .spectrum-FieldButton.focus-ring,.spectrum--darkest .spectrum-FieldButton.is-focused{background-color:#080808;border-color:#1473e6;box-shadow:0 0 0 1px #1473e6;color:#efefef}.spectrum--darkest .spectrum-FieldButton.focus-ring.is-placeholder,.spectrum--darkest .spectrum-FieldButton.is-focused.is-placeholder{color:#efefef}.spectrum--darkest .spectrum-FieldButton.is-invalid{border-color:#e34850}.spectrum--darkest .spectrum-FieldButton.is-invalid.is-selected,.spectrum--darkest .spectrum-FieldButton.is-invalid:active,.spectrum--darkest .spectrum-FieldButton.is-invalid:hover{border-color:#ec5b62}.spectrum--darkest .spectrum-FieldButton.is-invalid.focus-ring,.spectrum--darkest .spectrum-FieldButton.is-invalid.is-focused{border-color:#1473e6;box-shadow:0 0 0 1px #1473e6}.spectrum--darkest .spectrum-FieldButton.is-disabled,.spectrum--darkest .spectrum-FieldButton:disabled{background-color:#2c2c2c;color:#5c5c5c}.spectrum--darkest .spectrum-FieldButton.is-disabled .spectrum-Icon,.spectrum--darkest .spectrum-FieldButton:disabled .spectrum-Icon{color:#494949}.spectrum--darkest .spectrum-FieldButton--quiet{color:#c8c8c8;border-color:transparent;background-color:transparent}.spectrum--darkest .spectrum-FieldButton--quiet:hover{background-color:transparent;color:#efefef}.spectrum--darkest .spectrum-FieldButton--quiet.focus-ring,.spectrum--darkest .spectrum-FieldButton--quiet.is-focused{background-color:transparent;box-shadow:0 2px 0 0 #1473e6}.spectrum--darkest .spectrum-FieldButton--quiet.focus-ring.is-placeholder,.spectrum--darkest .spectrum-FieldButton--quiet.is-focused.is-placeholder{color:#efefef}.spectrum--darkest .spectrum-FieldButton--quiet.is-selected,.spectrum--darkest .spectrum-FieldButton--quiet:active{background-color:transparent;border-color:transparent}.spectrum--darkest .spectrum-FieldButton--quiet.is-selected.focus-ring,.spectrum--darkest .spectrum-FieldButton--quiet.is-selected.is-focused,.spectrum--darkest .spectrum-FieldButton--quiet:active.focus-ring,.spectrum--darkest .spectrum-FieldButton--quiet:active.is-focused{background-color:transparent;box-shadow:0 2px 0 0 #1473e6}.spectrum--darkest .spectrum-FieldButton--quiet.is-invalid.focus-ring,.spectrum--darkest .spectrum-FieldButton--quiet.is-invalid.is-focused{box-shadow:0 2px 0 0 #1473e6}.spectrum--darkest .spectrum-FieldButton--quiet.is-disabled,.spectrum--darkest .spectrum-FieldButton--quiet:disabled{background-color:transparent;color:#5c5c5c}.spectrum--darkest .spectrum-Tool.is-selected .spectrum-Icon,.spectrum--darkest .spectrum-Tool.is-selected .spectrum-Tool-hold{color:#2680eb}.spectrum--darkest .spectrum-Tool.is-selected:hover .spectrum-Icon,.spectrum--darkest .spectrum-Tool.is-selected:hover .spectrum-Tool-hold{color:#378ef0}.spectrum--darkest .spectrum-Tool.is-selected:active .spectrum-Icon,.spectrum--darkest .spectrum-Tool.is-selected:active .spectrum-Tool-hold{color:#4b9cf5}.spectrum--darkest .spectrum-Tool.is-selected.focus-ring .spectrum-Icon,.spectrum--darkest .spectrum-Tool.is-selected.focus-ring .spectrum-Tool-hold{color:#378ef0}.spectrum--darkest .spectrum-Tool.is-selected.is-disabled,.spectrum--darkest .spectrum-Tool.is-selected:disabled{background-color:transparent;border-color:transparent}.spectrum--darkest .spectrum-Tool.is-selected.is-disabled .spectrum-Icon,.spectrum--darkest .spectrum-Tool.is-selected.is-disabled .spectrum-Tool-hold,.spectrum--darkest .spectrum-Tool.is-selected:disabled .spectrum-Icon,.spectrum--darkest .spectrum-Tool.is-selected:disabled .spectrum-Tool-hold{color:#494949}.spectrum--darkest .spectrum-Tool .spectrum-Tool-hold{color:#a2a2a2}.spectrum--darkest .spectrum-Tool.focus-ring .spectrum-Tool-hold,.spectrum--darkest .spectrum-Tool:active .spectrum-Tool-hold,.spectrum--darkest .spectrum-Tool:hover .spectrum-Tool-hold{color:#efefef}.spectrum--darkest .spectrum-Tool:active{background-color:transparent;border-color:transparent}.spectrum--darkest .spectrum-Tool.is-disabled .spectrum-Tool-hold,.spectrum--darkest .spectrum-Tool:disabled .spectrum-Tool-hold{color:#494949}@media only screen and (max-width:992px) and (-ms-high-contrast:none){.container--fullWidth.container--fullWidth--withSidebar--collapses.container--fullWidth--withSidebar--collapses--above{display:block}}.container-cta>.dexter-Cta>.spectrum-Button{display:none}#languageNavigation .language-Navigation{padding:15px 25px 25px;height:100%;overflow:auto;font-family:adobe-clean,sans-serif}@media screen and (min-width:600px){#languageNavigation .language-Navigation ul{-webkit-column-count:3;column-count:3}}@media screen and (min-width:1200px){#languageNavigation{width:80vw}#languageNavigation .language-Navigation ul{-webkit-column-count:5;column-count:5}}.language-Navigation h2{font-size:1.875rem;margin:0}.language-Navigation .language-Navigation_subheading{margin:10px 0 20px;color:#999;font-weight:400}.language-Navigation ul{margin:0;list-style:none;padding:0}.language-Navigation h4{margin:16px 0 0;font-size:.875rem;line-height:1.375rem;text-transform:none;letter-spacing:0}.language-Navigation li:first-child h4{margin-top:0}.language-Navigation a{font-size:.875rem;line-height:1.375rem;text-decoration:none;color:#1473e6}.language-Navigation a:hover{text-decoration:underline}.Feedback{position:relative;bottom:0;font-family:adobe-clean,HelveticaNeue-light,HelveticaNeue,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;font-weight:500}.Feedback .radio-buttons{background:#1473e6!important;text-align:center;color:#fff;display:flex;justify-content:center;align-items:center;font-size:14px}.Feedback #modal-window,.Feedback.hide,.Feedback.opened .radio-buttons,.feedback+.new.newpar.section.aem-Grid-newComponent{display:none}.Feedback #modal-window{position:relative;width:100%;height:180px;left:0;color:#fff;bottom:180px}.Feedback.opened{height:36px}.Feedback.opened #modal-window{display:block}.Feedback #feedback-form{z-index:3;display:flex;flex-direction:column;max-width:320px;background:#333!important;padding:16px;position:relative;bottom:60px;margin:auto}.Feedback textarea{font-size:15px;height:160px;padding:12px;line-height:1.5}.Feedback .feedback-form-submit-buttons{margin:15px;text-align:center}.Feedback .feedback-form-terms-of-use{font-size:12px;margin:6px 0 0}.Feedback .feedback-form-terms-of-use a{color:#fff;text-decoration:none}.Feedback .feedback-form-terms-of-use a:hover{color:#ccc;text-decoration:underline}.Feedback .spectrum-FieldGroup{background:#1473e6!important;padding:0;color:#fff;margin-left:25px}.Feedback .spectrum-Radio{margin-right:20px}.Feedback .spectrum-Radio-label{color:#fff!important;margin-left:5px;font-size:14px}.Feedback .spectrum-Button{height:32px}.Feedback span.spectrum-Button-label{font-size:14px}.feedback+.new.newpar.section.aem-Grid-newComponent.cq-Editable-dom{display:block}html[dir=rtl] .Feedback .spectrum-Radio{margin-right:auto;margin-left:20px}html[dir=rtl] .Feedback .spectrum-FieldGroup{margin-left:0;margin-right:25px}html[dir=rtl] .Feedback .spectrum-Radio-label{margin-left:0;margin-right:5px}.container--fullWidth{position:relative;margin:0 auto;padding:0 20px;width:100%;max-width:1440px;box-sizing:border-box}.container--fullWidth .container--fullWidth{padding:0}@media only screen and (max-width:600px){.container--fullWidth{padding:0 16px}}.container--fullWidth--withSidebar{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.container--fullWidth--withSidebar.container--fullWidth--withSidebar--right{flex-direction:row-reverse}.container--fullWidth--withSidebar.container--fullWidth--withSidebar--right .container--fullWidth--withSidebar-sidebar{padding-left:2rem}.container--fullWidth--withSidebar.container--fullWidth--withSidebar--left{flex-direction:row}.container--fullWidth--withSidebar.container--fullWidth--withSidebar--left .container--fullWidth--withSidebar-sidebar{padding-right:2rem}.container--fullWidth--withSidebar .container--fullWidth--withSidebar-main{flex-basis:75%;position:relative;min-width:0}.container--fullWidth--withSidebar .container--fullWidth--withSidebar-sidebar{flex-basis:25%;position:relative}@media only screen and (min-width:900px) and (max-width:1200px){.container--fullWidth--withSidebar--collapses .container--fullWidth--withSidebar-main{flex-basis:65%}.container--fullWidth--withSidebar--collapses .container--fullWidth--withSidebar-sidebar{flex-basis:35%}}@media only screen and (max-width:900px){.container--fullWidth--withSidebar--collapses .container--fullWidth--withSidebar-main{width:100%;max-width:none}.container--fullWidth--withSidebar--collapses.container--fullWidth--withSidebar--right .container--fullWidth--withSidebar-sidebar{padding-left:0;width:100%;max-width:none}.container--fullWidth--withSidebar--collapses.container--fullWidth--withSidebar--left .container--fullWidth--withSidebar-sidebar{padding-right:0;width:100%;max-width:none}.container--fullWidth--withSidebar--collapses.container--fullWidth--withSidebar--collapses--above{flex-direction:column}.container--fullWidth--withSidebar--collapses.container--fullWidth--withSidebar--collapses--below{flex-direction:column-reverse}}.container--fullWidth--withSidebar--disabled .container--fullWidth--withSidebar-main{width:100%}.SearchResults{padding-bottom:1rem}.SearchResults .SearchResults-results{padding-top:1rem;display:flex;align-items:stretch}.SearchResults .SearchResults-input{padding-top:1rem}@media only screen and (min-width:900px) and (max-width:1200px){.SearchResults .SearchResults-results .container--fullWidth--withSidebar-sidebar{max-width:35%}}.searchResultsContainer-spaTarget{overflow:visible}@media only screen and (max-width:600px){.searchResultsContainer-spaTarget{padding-right:initial;max-height:none!important}}.searchResultsContainer-emptyState.container--fullWidth{display:none;margin-top:1rem}.searchResultsContainer-emptyState.container--fullWidth .container--fullWidth--withSidebar-main{padding-right:3rem}@media only screen and (max-width:600px){.searchResultsContainer-emptyState.container--fullWidth .container--fullWidth--withSidebar-main{padding-right:initial}}.searchResultsContainer-i18nData{display:none}html[dir=rtl] .SearchResults .container--fullWidth--withSidebar-sidebar{padding-left:0;padding-right:2rem}.SearchInput{position:relative}.SearchInput .SearchInput-text.SearchInput-text--bold,.SearchInput .react-spectrum-Autocomplete{width:100%}.SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-Search-input{width:100%;height:3rem;border-width:2px;padding-left:40px}@media only screen and (max-width:600px){html[dir=rtl] .SearchResults .container--fullWidth--withSidebar-sidebar{padding-right:0!important}.SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-Search-input{font-size:16px}}.SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-Search-icon{height:3rem;left:1rem;top:1.2rem;-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);pointer-events:auto;cursor:pointer}.SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-ClearButton{height:2rem;top:.5rem;right:.5rem}.SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-ClearButton:active,.SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-ClearButton:focus{outline:#1473e6 solid 1px}.SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-ClearButton svg{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}.SearchInput .SearchInput-resultCount{position:absolute;right:2.4rem;top:1rem;text-align:right}html[dir=rtl] .SearchInput .SearchInput-resultCount{text-align:left;left:2.4rem;right:auto}html[dir=rtl] .SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-Search-input{padding-right:40px!important}html[dir=rtl] .SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-Search-icon{left:auto;right:1rem}html[dir=rtl] .SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-ClearButton{left:.5rem;right:auto}html[dir=rtl] .SearchInput .SearchInput-text.SearchInput-text--bold .spectrum-ClearButton svg{-webkit-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}.SearchFilters{position:relative;z-index:1;overflow:hidden;margin-bottom:2rem}.SearchFilters ol,.SearchFilters ul{list-style:none;margin:0;padding:0;border:0}.SearchFilters .SearchFilters-categories{width:100%}.SearchFilters .SearchFilters-categories .spectrum-SelectList-item{padding-left:0}.SearchFilters .SearchFilters-controls{text-align:center;border-top:1px solid #eaeaea}.SearchFilters .SearchFilters-controls .SearchFilters-clear--mobile,.SearchFilters .SearchFilters-controls .SearchFilters-showHide{display:none}.SearchFilters .SearchFilters-controls button.SearchFilters-clear,.SearchFilters .SearchFilters-controls button.SearchFilters-showHide{margin:1rem}.SearchFilters h3 .spectrum-Accordion-itemHeader{font-size:.85rem}.SearchFilters ul.SearchFilters-products{max-height:10rem;overflow-y:auto}.SearchFilters ul.SearchFilters-products::-webkit-scrollbar{background-color:#fbfbfb;width:.8rem;border-radius:.4rem}.SearchFilters ul.SearchFilters-products::-webkit-scrollbar-thumb{background-color:#f4f4f4;border-radius:.4rem}.SearchFilters ul.SearchFilters-products:hover::-webkit-scrollbar-thumb{background-color:#eaeaea}.SearchFilters li.SearchFilters-products-item{white-space:nowrap;display:flex;align-items:center;padding-left:.1rem}.SearchFilters li.SearchFilters-products-item .spectrum-Checkbox{max-width:86%;margin-right:.5rem}.SearchFilters li.SearchFilters-products-item .spectrum-Checkbox-input{width:100%}.SearchFilters li.SearchFilters-products-item .spectrum-Checkbox-label{margin-right:0;text-overflow:ellipsis;overflow:hidden;max-width:14rem;white-space:nowrap}.SearchFilters .SearchFilters-products-item-count{font-size:12px;font-weight:400;line-height:1.5;font-style:normal;letter-spacing:0;text-transform:none;position:relative;opacity:.7;margin:0}@media only screen and (max-width:900px){.SearchFilters li.SearchFilters-products-item .spectrum-Checkbox-label{max-width:100%}.SearchFilters .SearchFilters-inner{transition:max-height .3s ease-in-out,margin-bottom .2s ease-in-out;max-height:0;margin-top:0;margin-bottom:0}.SearchFilters .SearchFilters-inner.SearchFilters--shown{margin-bottom:2rem;max-height:1000px}.SearchFilters .SearchFilters-controls{text-align:center;border-top:1px solid #eaeaea}.SearchFilters .SearchFilters-controls .SearchFilters-clear--mobile{display:inline-flex}.SearchFilters .SearchFilters-controls .SearchFilters-clear--desktop{display:none}.SearchFilters .SearchFilters-controls .SearchFilters-showHide{display:inline-flex}.SearchFilters .SearchFilters-controls button.SearchFilters-clear,.SearchFilters .SearchFilters-controls button.SearchFilters-showHide{margin:.5rem}}html[dir=rtl] .SearchFilters .SearchFilters-clear{right:auto;left:.6rem}html[dir=rtl] .SearchFilters .SearchFilters-products-item .spectrum-Checkbox{margin-left:.5rem}html[dir=rtl] .SearchFilters .SearchFilters-products-item .spectrum-Checkbox-label{margin-left:0;margin-right:10px}html[dir=rtl] .SearchFilters .spectrum-Accordion .spectrum-Accordion-itemHeader{padding-left:16px;padding-right:34px}html[dir=rtl] .SearchFilters .spectrum-Accordion svg.spectrum-Accordion-itemIndicator{right:16px}html[dir=rtl] .SearchFilters .spectrum-Accordion svg.spectrum-Accordion-itemIndicator .spectrum-UIIcon--medium{d:path("M5.7 8.283L2.414 5 5.7 1.717A1 1 0 1 0 4.283.3L.3 4.293a1 1 0 0 0 0 1.414L4.283 9.7A1 1 0 1 0 5.7 8.283z")}html[dir=rtl] .SearchFilters .spectrum-Menu.is-selectable .spectrum-Menu-item{padding-right:10px;padding-left:32px}html[dir=rtl] .SearchFilters .spectrum-Accordion-item.is-open .spectrum-Accordion-itemIndicator{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.SearchFiltersTagList{display:flex;align-items:flex-start;padding:1rem;border-top:1px solid #eaeaea}.SearchFiltersTagList .SearchFiltersTagList-label{margin-right:.5rem;padding-top:.4rem}.SearchFiltersTagList .spectrum-Tags-item{background-color:#FAFAFA}html[dir=rtl] .SearchFiltersTagList .SearchFiltersTagList-label{margin-left:.5rem}html[dir=rtl] .SearchFiltersTagList .spectrum-ClearButton{margin-right:auto;margin-left:-10px}.ResultsListStack{min-height:100%;padding-top:.5rem;background-color:#f4f4f4}.ResultsList{margin:1.5rem 2rem;padding-bottom:1rem}.ResultsList ul{list-style:none;margin:0;padding:0;border:0}.ResultsList.ResultsList--expanded{padding-bottom:0}.ResultsList.ResultsList--vert .ResultsListItem-content-excerpt--card{display:none}.ResultsList.ResultsList--vert .ResultsListItem-content-graphic{margin-right:.8rem}.ResultsList.ResultsList--horiz ul{display:flex;flex-direction:row}.ResultsList.ResultsList--horiz .ResultsListItem{position:relative;display:flex;flex-basis:10%;flex-direction:column-reverse;flex-grow:1;justify-content:flex-end;margin:0 1.25%;min-height:17rem;border:1px solid #eaeaea;border-radius:4px;background-color:#fff;padding:0;white-space:normal;overflow:hidden}.ResultsList.ResultsList--horiz .ResultsListItem:first-of-type{margin-left:0}.ResultsList.ResultsList--horiz .ResultsListItem-title{margin:.75rem 1.1rem 2.25rem;padding:0;align-items:start;height:4.25rem;overflow:hidden;position:relative}.ResultsList.ResultsList--horiz .ResultsListItem-title,.ResultsList.ResultsList--horiz .ResultsListItem-title b{font-size:1rem}.ResultsList.ResultsList--horiz .ResultsListItem-title a,.ResultsList.ResultsList--horiz .ResultsListItem-title b a{color:#505050}.ResultsList.ResultsList--horiz .ResultsListItem-content{display:block}.ResultsList .ResultsListItem-title--unclamped,.ResultsList.ResultsList--horiz .ResultsListItem-content-excerpt,.ResultsList.ResultsList--horiz.ResultsList--lowResultCount{display:none}.ResultsList.ResultsList--horiz .ResultsListItem-content-graphic{margin:0}.ResultsList.ResultsList--horiz .ResultsListItem-content-excerpt--card{position:absolute;bottom:0;left:0;padding:.75rem 1.1rem;color:#707070}.ResultsList.ResultsList--horiz.ResultsList--expanded ul{flex-wrap:wrap}.ResultsList.ResultsList--horiz.ResultsList--expanded .ResultsListItem{margin:0 2.5% 2rem 0;min-width:22.5%;flex-grow:0}@media only screen and (max-width:1200px){.ResultsList.ResultsList--horiz ul{flex-wrap:wrap}.ResultsList.ResultsList--horiz .ResultsListItem{margin-left:0;margin-right:2%;margin-bottom:1rem;min-width:46%}.ResultsList.ResultsList--horiz.ResultsList--expanded .ResultsListItem{min-width:46%}}@media only screen and (max-width:600px){html[dir=rtl] .ResultsList{padding:0}}html[dir=rtl] .ResultsList.ResultsList--vert .ResultsListItem-content-graphic{margin-right:0;margin-left:.8rem}.ResultsListTitle{margin-bottom:1rem}.ResultsListTitle>*{display:inline}.ResultsListTitle h3.ResultsListTitle-scopeName{text-transform:uppercase;font-weight:400;margin-bottom:0;font-size:1rem}.ResultsListTitle .ResultsListTitle-seeMoreButton{font-size:inherit;color:inherit;font-family:inherit;cursor:pointer;background-color:transparent;border:0;font-weight:600}.ResultsListTitle .ResultsListTitle-seeMoreButton:active,.ResultsListTitle .ResultsListTitle-seeMoreButton:focus{outline:0;text-decoration:underline}.ResultsListTitle .ResultsListTitle-resultsCount,.ResultsListTitle .ResultsListTitle-seeMoreButton{border-left:2px solid #d6d6d6;margin-left:.75rem;padding-left:.75rem}@media only screen and (max-width:900px){.ResultsListTitle h3.ResultsListTitle-scopeName{display:block}.ResultsListTitle .ResultsListTitle-resultsCount{border:0;margin:0;padding:0}}html[dir=rtl] .ResultsListTitle .ResultsListTitle-resultsCount,html[dir=rtl] .ResultsListTitle .ResultsListTitle-seeMoreButton{border-left:none;margin-left:0;padding-left:0;border-right:2px solid #d6d6d6;margin-right:.75rem;padding-right:.75rem}.ResultsListItem{margin-bottom:.75rem}.ResultsListItem:last-of-type{margin-bottom:0}.ResultsListItem h3.ResultsListItem-title{font-size:1.25rem;font-weight:400;margin-bottom:.2rem;display:flex;align-items:center}.ResultsListItem h3.ResultsListItem-title b{font-size:1.25rem;font-weight:700}.ResultsListItem .ResultsListItem-title-icon{margin-right:.5rem;opacity:.8;flex-shrink:0}.ResultsListItem .ResultsListItem-content{display:flex}.ResultsListItem .ResultsListItem-content-graphic{flex-basis:25%;min-width:10rem;margin-top:.3rem;margin-bottom:1.5rem;position:relative;display:flex;align-items:center}.ResultsListItem .ResultsListItem-content-graphic .ResultsListItem-content-graphic-img{width:100%;height:100%;background-position:center;background-size:cover}.ResultsListItem .ResultsListItem-content-graphic:hover .ResultsListItem-content-graphic-icon{opacity:1}.ResultsListItem .ResultsListItem-content-graphic-inner{position:relative;width:100%;height:8.25rem;overflow:hidden}.ResultsListItem .ResultsListItem-content-graphic-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25)}.ResultsListItem .ResultsListItem-content-graphic-icon{position:absolute;top:50%;left:50%;margin-left:-2.25rem;margin-top:-2.25rem;fill:#fff;opacity:.8}.ResultsListItem .ResultsListItem-content-excerpt{flex-basis:75%;flex-grow:1;overflow:hidden;position:relative;word-break:break-all;word-break:break-word}.ResultsListItem .ResultsListItem-content-excerpt-text{margin-bottom:.4rem;font-size:1.075em}.ResultsListItem .ResultsListItem-content-excerpt-footer{position:relative;margin-bottom:.8rem}.ResultsListItem .ResultsListItem-content-excerpt-linkAndDate{min-height:1.3rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:.4rem}.ResultsListItem .ResultsListItem-content-excerpt-footer-date{display:inline-block;margin:0 .6rem 0 0;padding-right:.6rem;border-right:2px solid #d6d6d6}.ResultsListItem .ResultsListItem-content-excerpt-footer-duration{display:flex;flex-direction:row;align-items:center;font-size:.8rem}.ResultsListItem .ResultsListItem-content-excerpt-footer-duration .spectrum-Icon{margin-right:.25rem}.ResultsListItem .ResultsListItem-content-excerpt-forum-heading{margin-bottom:1.4rem}.ResultsListItem .ResultsListItem-content-excerpt-forum-heading h3{display:inline-block;margin:0 .8rem 0 0}.ResultsListItem .ResultsListItem-content-excerpt-forum-heading-isAnswered{border:2px solid #d6d6d6;border-top:none;border-bottom:none;padding:0 .8rem;margin-right:.8rem}.ResultsListItem .ResultsListItem-content-excerpt-forum-heading-isAnswered .isAnswered{color:#379947}.ResultsListItem .ResultsListItem-content-excerpt-forum-answers{list-style:none;padding-left:1.5rem}.ResultsListItem .ResultsListItem-content-excerpt-forum-answers .spectrum-Tags-item{margin-bottom:0;margin-top:-.3rem;margin-left:0}.ResultsListItem .ResultsListItem-content-excerpt-forum-answers .spectrum-Tags-item:last-of-type{margin-right:.5rem}.ResultsListItem .ResultsListItem-content-excerpt-forum-answers .spectrum-Tags-item.answer--correct{border-color:#379947;background-color:#379947;color:#fff}.EmptyState .EmptyState-text,.ScopeSelectorTabs .spectrum-Tabs{border-bottom:1px solid #eaeaea}.ResultsListItem .ResultsListItem-content-excerpt-forum-answers-answer a{color:inherit;text-decoration:none}.ResultsListItem .ResultsListItem-content-excerpt-forum-answers-answer a:hover{text-decoration:underline}.ResultsListItem .ResultsListItem-content-excerpt-forum-answers-answer:not(:last-of-type){margin-bottom:1.3rem}.ResultsListItem .ResultsListItem-content-excerpt-forum-expand{padding-left:1.5rem;margin-top:.6rem;cursor:pointer;display:inline-block;font-size:.9em;font-family:inherit}.ResultsListItem .ResultsListItem-content-excerpt-forum-expand span{display:flex;align-items:center}.ResultsListItem .ResultsListItem-content-excerpt-forum-expand .spectrum-Icon{margin-right:.1rem;margin-top:.1rem}.ResultsListItem .ResultsListItem-content-excerpt--card-cta{color:#707070;text-decoration:none}@media only screen and (max-width:600px){.ResultsListItem .ResultsListItem-content{flex-direction:column}}html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-footer-date{display:inline-block;margin:0 0 0 .6rem;padding-left:.6rem;padding-right:0;border-left:2px solid #d6d6d6;border-right:0}html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-footer-duration .spectrum-Icon{margin-right:0;margin-left:.25rem}html[dir=rtl] .ResultsListItem .ResultsListItem-title-icon{margin-left:.5rem;margin-right:0}html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-forum-heading-isAnswered{display:inline-block;margin-left:.8rem}html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-forum .ResultsListItem-content-excerpt-forum-answers .spectrum-Tags-item:first-of-type,html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-forum .ResultsListItem-content-excerpt-forum-answers .spectrum-Tags-item:last-of-type{margin-left:.5rem;margin-right:0}html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-forum .ResultsListItem-content-excerpt-forum-answers{padding-right:1.5rem;padding-left:0}html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-forum .ResultsListItem-content-excerpt-forum-answers .spectrum-Tags-item{float:right}html[dir=rtl] .ResultsListItem .ResultsListItem-content-excerpt-forum .ResultsListItem-content-excerpt-forum-expand{padding-right:1.5rem;padding-left:inherit}.ScopeSelectorTabs{margin:0 1.5rem .25rem;position:relative;overflow-y:hidden;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.ScopeSelectorTabs::-webkit-scrollbar{width:0;height:0}html[dir=rtl] .ScopeSelectorTabs .spectrum-Tabs--horizontal .spectrum-Tabs-item{margin-left:1.5rem}.EmptyState{margin:1.5rem 2rem}.EmptyState .EmptyState-text{padding-bottom:1rem}.EmptyState .EmptyState-title{margin-bottom:1rem}.EmptyState .EmptyState-suggestions-title{margin-bottom:.5rem}.EmptyState .EmptyState-suggestions{padding-left:1rem}.ResultsListPopular .ResultsList{margin:0}.ResultsListPopular .ResultsListPopular-title{font-weight:400;padding:1rem 0;font-size:1.5rem}.ResultsListStackSort{margin:.5rem 2rem 1rem;border-bottom:inherit;padding:.2rem 0}.QueryCorrectSuggest{margin-top:.4rem}.QueryCorrectSuggest .QueryCorrectSuggest-sendOriginalButton{padding:0 2px}.QueryCorrectSuggest .QueryCorrectSuggest-sendOriginalButton:focus{outline:0}@media only screen and (max-width:900px){.FeaturedProducts{display:none}}.FeaturedProducts .FeaturedProducts-container{display:flex;position:relative;margin:1rem 2rem;background-color:#fff;padding:1.2rem;border:1px solid #eaeaea}.FeaturedProducts .FeaturedProducts-container:last-of-type{margin-bottom:2rem}.FeaturedProducts .FeaturedProducts-icon{display:inline-block;width:60px;height:60px;background-repeat:no-repeat;background-size:contain}.FeaturedProducts .FeaturedProducts-icon-link{max-width:10%;display:inline-block}.FeaturedProducts .FeaturedProducts-product{flex-grow:1;padding:0 1.8rem}.FeaturedProducts .FeaturedProducts-product-title{margin-top:0}.FeaturedProducts .FeaturedProducts-product-title-link:hover{text-decoration:none}.FeaturedProducts .FeaturedProducts-product-description,.FeaturedProducts .FeaturedProducts-product-description *{margin:0}.FeaturedProducts .FeaturedProducts-button-link:hover{text-decoration:none}.FeaturedProducts .FeaturedProducts-ctas--primary{display:flex;flex-direction:row-reverse;align-items:flex-end;margin-bottom:.25rem;white-space:nowrap}.FeaturedProducts .FeaturedProducts-ctas--primary .FeaturedProducts-button-link--cta:focus{text-decoration:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.FeaturedProducts .FeaturedProducts-ctas--secondary{margin-top:.3rem}.FeaturedProducts .FeaturedProducts-ctas--secondary .FeaturedProducts-button-link button{height:auto;border-left:1px solid #eaeaea}.FeaturedProducts .FeaturedProducts-ctas--secondary .FeaturedProducts-button-link:first-of-type{padding-left:0}.FeaturedProducts .FeaturedProducts-ctas--secondary .FeaturedProducts-button-link:first-of-type .spectrum-ActionButton-label,.FeaturedProducts .FeaturedProducts-ctas--secondary .FeaturedProducts-button-link:first-of-type button{padding-left:0;border-left:none}.FeaturedProducts .FeaturedProducts-ctas--secondary--mobile{display:none;text-align:right;margin-right:-.5rem;margin-top:.5rem}@media only screen and (max-width:600px){html[dir=rtl] .FeaturedProducts{padding:0}}html[dir=rtl] .FeaturedProducts .FeaturedProducts-product{padding-right:30px;padding-left:0}html[dir=rtl] .FeaturedProducts .FeaturedProducts-product p.FeaturedProducts-product-title{font-size:24px;font-weight:700;color:#202020;margin:0 auto}@media only screen and (min-width:600px){html[dir=rtl] .FeaturedProducts .FeaturedProducts-product p.FeaturedProducts-product-title,html[dir=rtl] .FeaturedProducts .FeaturedProducts-product-description{padding-right:0;padding-left:120px}}html[dir=rtl] .FeaturedProducts .FeaturedProducts-ctas--primary .FeaturedProducts-link--allWidths .FeaturedProducts-links a{padding-right:0;padding-left:12px;margin-right:0;margin-left:12px;border-left:2px solid #ccc;border-right:0;display:inline-block}html[dir=rtl] .FeaturedProducts .FeaturedProducts-ctas--primary .FeaturedProducts-link--allWidths .FeaturedProducts-links:last-of-type a{border-left:0}@media only screen and (max-width:600px){html[dir=rtl] .FeaturedProducts .FeaturedProducts-ctas--primary .FeaturedProducts-link--allWidths .FeaturedProducts-links a{border-left:0}}html[dir=rtl] .FeaturedProducts .FeaturedProducts-button-container{left:0;right:auto}.SearchResultsPagination{margin:0 2rem 2rem}html[dir=rtl] .SearchResultsPagination .spectrum-Pagination-counter,html[dir=rtl] .SearchResultsPagination .spectrum-Pagination-nextButton{margin-right:5px;margin-left:0}html[dir=rtl] .SearchResultsPagination svg.spectrum-UIIcon-ChevronLeftMedium,html[dir=rtl] .SearchResultsPagination svg.spectrum-UIIcon-ChevronRightMedium{display:none}html[dir=rtl] .SearchResultsPagination button.spectrum-ActionButton:first-child:before{content:'<';font-size:16px;color:#767676;font-weight:900!important}html[dir=rtl] .SearchResultsPagination button.spectrum-ActionButton:first-child:hover::before{color:#323232}html[dir=rtl] .SearchResultsPagination button.spectrum-ActionButton:last-child:before{content:'>';font-size:16px;color:#767676;font-weight:900!important}html[dir=rtl] .SearchResultsPagination button.spectrum-ActionButton:last-child:hover::before{color:#323232}
