<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

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

.abde-site-selector .abde-site-selector-segment-icons{background-repeat:no-repeat;border:0;border-radius:0;left:0;position:absolute;top:24px}.abde-site-selector .abde-site-selector-segment-icons.abde-global{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGcgZGF0YS1uYW1lPSJHcm91cCAxMDMiPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNDgiIGQ9Ik0xNSAzMGExNSAxNSAwIDEgMSAxNS0xNSAxNS4wMTcgMTUuMDE3IDAgMCAxLTE1IDE1Wk0xNSAuNjlBMTQuMzEgMTQuMzEgMCAxIDAgMjkuMzEgMTUgMTQuMzI3IDE0LjMyNyAwIDAgMCAxNSAuNjlaIi8+PC9nPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTA0Ij48cGF0aCBkYXRhLW5hbWU9IlBhdGggMjQ5IiBkPSJNMTUgMzBjLTEuNCAwLTIuNjgzLTEuNjA2LTMuNjE5LTQuNTIyQTM1LjcyIDM1LjcyIDAgMCAxIDkuOTg3IDE1YTM1LjcyMSAzNS43MjEgMCAwIDEgMS4zOTQtMTAuNDc4QzEyLjMxNiAxLjYwNiAxMy42MDEgMCAxNSAwczIuNjgzIDEuNjA2IDMuNjE5IDQuNTIyQTM1LjcyMSAzNS43MjEgMCAwIDEgMjAuMDEzIDE1YTM1LjcyIDM1LjcyIDAgMCAxLTEuMzk0IDEwLjQ3OEMxNy42ODcgMjguMzk0IDE2LjM5OCAzMCAxNSAzMFpNMTUgLjY5Yy0xLjEgMC0yLjIgMS40ODEtMy4wMjggNC4wNjJBMzQuOTYyIDM0Ljk2MiAwIDAgMCAxMC42MTQgMTVhMzQuOTYxIDM0Ljk2MSAwIDAgMCAxLjM1OSAxMC4yNDhjLjgyOCAyLjU4MiAxLjkzMSA0LjA2MiAzLjAyOCA0LjA2MnMyLjItMS40ODEgMy4wMjgtNC4wNjJBMzQuOTYgMzQuOTYgMCAwIDAgMTkuMzg3IDE1YTM0Ljk2MSAzNC45NjEgMCAwIDAtMS4zNTktMTAuMjQ4QzE3LjIgMi4xNyAxNi4wOTYuNjkgMTUgLjY5WiIvPjwvZz48ZyBkYXRhLW5hbWU9Ikdyb3VwIDEwNSI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI1MCIgZD0iTTI5LjY1NSAxNS4zMTRILjM0NWEuMzE1LjMxNSAwIDEgMSAwLS42MjdoMjkuMzFhLjMxNS4zMTUgMCAxIDEgMCAuNjI3WiIvPjwvZz48ZyBkYXRhLW5hbWU9Ikdyb3VwIDEwNiI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI1MSIgZD0iTTI3LjI5MiA3LjkyNUgyLjcwOGEuMzE0LjMxNCAwIDEgMSAwLS42MjdoMjQuNTg0YS4zMTQuMzE0IDAgMSAxIDAgLjYyN1oiLz48L2c+PGcgZGF0YS1uYW1lPSJHcm91cCAxMDciPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNTIiIGQ9Ik0yNy4yOTIgMjIuNTMxSDIuNzA4YS4zMTQuMzE0IDAgMSAxIDAtLjYyN2gyNC41ODRhLjMxNC4zMTQgMCAxIDEgMCAuNjI3WiIvPjwvZz48L3N2Zz4=);height:31px;width:31px}.abde-site-selector .abde-site-selector-segment-icons.abde-discretionary-wealth-manager{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41MjciIGhlaWdodD0iMzIuNTI3Ij48ZyBkYXRhLW5hbWU9IkFzc2V0IGFuZCBEaXNjcmV0aW9uYXJ5IFdlYWx0aCBNYW5hZ2VyIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxMzM3LjkzMyAtMjQ4OC45NTMpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk2OSIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcyLjM4MyAyMDYuMDY0KSIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDE5NzAiIGN4PSIyLjQ0NCIgY3k9IjIuNDQ0IiByPSIyLjQ0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE2My44MjcgMjA2LjA2NCkiLz48Y2lyY2xlIGRhdGEtbmFtZT0iRWxsaXBzZSAxOTcxIiBjeD0iMi40NDQiIGN5PSIyLjQ0NCIgcj0iMi40NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxODAuOTM4IDIwNi4wNjQpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3MiIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcyLjM4MyAyMTQuNjIpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3MyIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTYzLjgyNyAyMTQuNjIpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3NCIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTgwLjkzOCAyMTQuNjIpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3NSIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcyLjM4MyAyMjMuMTc2KSIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDE5NzYiIGN4PSIyLjQ0NCIgY3k9IjIuNDQ0IiByPSIyLjQ0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE2My44MjcgMjIzLjE3NikiLz48Y2lyY2xlIGRhdGEtbmFtZT0iRWxsaXBzZSAxOTc3IiBjeD0iMi40NDQiIGN5PSIyLjQ0NCIgcj0iMi40NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxODAuOTM4IDIyMy4xNzYpIi8+PC9nPjwvc3ZnPg==);height:32px;width:32px}.abde-site-selector .abde-site-selector-segment-icons.abde-private-wealth{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC40MTQiIGhlaWdodD0iMjguNDE0Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZGF0YS1uYW1lPSJCZXJuc3RlaW4gUHJpdmF0ZSBXZWFsdGggTWFuYWdlbWVudCI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDEzIiBkPSJNMTguNzQzIDkuODEgMjcuNzA3LjcwNyIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNjgiIGQ9Ik05LjExNCAyNy4yMDF2LTcuODc0SDEuMzYiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMjY5IiBkPSJNMTguNzMzIDIuMDU0djcuODc0aDcuNzUzIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDE0IiBkPSJtLjcwNyAyNy43MDggOC4zNDctOC4zODEiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTUiIGQ9Ik05LjM3NSA5LjUwOS43MDcuNzA3Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI3MCIgZD0iTTkuNDQ1IDEuNzU0djcuODczSDEuNjkyIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDE2IiBkPSJtMTkuOTY0IDE5Ljk0NSA3LjY0NCA3Ljc2MiIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNzEiIGQ9Ik0xOS45NTQgMjcuNzAxdi03Ljg3NGg3Ljc1MyIvPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTIzIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMjcyIiBkPSJNNS43MjkgMTQuNTUyaDguMzVWNi4wNzQiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTciIGQ9Ik0xNC4wNzggMjMuMDN2LTYuNzA1Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDE4IiBkPSJNMTQuMDc4IDE0LjU1MlY2LjA3NCIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxOSIgZD0iTTE0LjA3OCAyMy4wM3YtNi43MDUiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMjAiIGQ9Ik0yMi40MjcgMTQuNTUyaC02LjYwMyIvPjwvZz48L2c+PC9zdmc+);height:28px;width:28px}.abde-site-selector .abde-site-selector-segment-icons.abde-bernstein-research{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4xODMiIGhlaWdodD0iMzYuNjYzIj48ZyBkYXRhLW5hbWU9IkJlcm5zdGVpbiBSZXNlYXJjaCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxnIGRhdGEtbmFtZT0iR3JvdXAgNTc1MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjUgLjUpIj48ZWxsaXBzZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk0MCIgY3g9IjExLjE0NCIgY3k9IjExLjMwMiIgcng9IjExLjE0NCIgcnk9IjExLjMwMiIvPjxlbGxpcHNlIGRhdGEtbmFtZT0iRWxsaXBzZSAxOTQxIiBjeD0iOC40MTUiIGN5PSI4LjU3MiIgcng9IjguNDE1IiByeT0iOC41NzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNzMgMi43MykiLz48L2c+PGcgZGF0YS1uYW1lPSJHcm91cCA1NzUyIj48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTkxIiBkPSJtMTguMjU4IDI1Ljg5MSAyLjQxNy0xLjM5NiA1LjgyNiAxMC4wOS0yLjQxNyAxLjM5NnoiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTI3MTgiIGQ9Im0xNy40MDggMjEuNjI5IDIuMDU4IDMuNTY1Ii8+PC9nPjwvZz48L3N2Zz4=);height:36px;width:27px}.abde-site-selector .abde-site-selector-segment-icons.abde-defined-contribution{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyNC45MTciPjxnIGRhdGEtbmFtZT0iRGVmaW5lZCBDb250cmlidXRpb24iIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MDkiIGQ9Ik0uNSAyMC45MTVINGwyLjMzMy0yLjkxN2gyLjMzM2wyLjMzMyAyLjMzM2gzLjVsNC42NjctNC42NjdoNC4wODNsMS43NS0yLjkxN2gzLjUiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTE4NjkiIGQ9Ik0yOC41IDI0LjQxN0guNSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxMzcxMCIgZD0iTTE2LjgzMyAxNS42Njd2LTguNzVoLTQuNjY3djUuMjUiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTE4NzAiIGQ9Ik0xNi44MzMgMjQuNDE3di00LjA4MyIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMTg3MSIgZD0iTTIxLjUgMTcuNDE3djciLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MTEiIGQ9Ik0xNi44MzQgOS4yNWg0LjY2N3Y0LjY2NSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMTg3MiIgZD0iTTEyLjE2NyAyMi4wODR2Mi4zMzMiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MTIiIGQ9Ik03LjUgMTIuMTY3aDQuNjY3djYuNDE3Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExODczIiBkPSJNMi44MzMgMjQuNDE3di0xLjc1Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExODc0IiBkPSJNNy41IDE5Ljc1djQuNjY3Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzNzEzIiBkPSJNMi44MzQgMTkuMTY3VjkuODM0aDQuNjY3djYuNDE3Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExODc1IiBkPSJNMjYuMTY3IDE0LjV2OS45MTciLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MTQiIGQ9Ik0yNi4xNjcgMTFWLjVIMjEuNXY4Ljc1Ii8+PC9nPjwvc3ZnPg==);height:25px;width:29px}.abde-site-selector .abde-site-selector-segment-icons.abde-financial-advisor{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4xMzkiIGhlaWdodD0iMzIuOTczIj48ZyBkYXRhLW5hbWU9IkZpbmFuY2lhbCBBZHZpc29yIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzMzQ0IiBkPSJtMTQuMDY5IDE4Ljk3MyAzLjU1Mi0yLjg0MiA0LjczNyAyLjI4NGE1Ljc5MyA1Ljc5MyAwIDAgMSAxLjczMiAyLjY3NGMuMzYzLjkgMy4zNTIgNy4xNzUgMy4zNTIgNy4xNzVhMS44NzcgMS44NzcgMCAwIDEtLjc0NSAyLjIzNWwtMi44NDIgMS45NzRoLTQuODEyYTIuMTMyIDIuMTMyIDAgMCAxIDAtNC4yNjNoMS40MjF2LTYuMzk1SDcuNjc0djYuMzk1aDEuNDIxYTIuMTMyIDIuMTMyIDAgMCAxIDAgNC4yNjNINC4yODJMMS40NCAzMC40OTlhMS44NzUgMS44NzUgMCAwIDEtLjc0NS0yLjIzNXMyLjk4OS02LjI3NCAzLjM1MS03LjE3NWE1LjggNS44IDAgMCAxIDEuNzMzLTIuNjc0bDQuNzM4LTIuMjg0IDMuNTUzIDIuODQyIi8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzMzQ1IiBkPSJNMTQuMTEzLjVjLTIuNzcxIDAtNS4wMTggMS42ODMtNS4wMTggNi4zOTRzMi4yIDYuMzk0IDQuOTczIDYuMzk1IDQuOTc0LTEuNjg0IDQuOTc0LTYuMzk1UzE2Ljg4NC40OTkgMTQuMTEzLjVaIi8+PC9nPjwvc3ZnPg==);height:33px;width:28px}.abde-site-selector .abde-site-selector-segment-icons.abde-individual-investor{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZGF0YS1uYW1lPSJJbmRpdmlkdWFsIEludmVzdG9yIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiPjxnIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE2MTIyIiBkPSJNMjQuNzEzIDI0LjQ4N3YtNC43MWMwLTIuODk0LTUuNzE3LTQuMzgtOC43NjEtNC4zOHMtOC43NiAxLjQ4Ny04Ljc2IDQuMzh2NC43MTMiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTYxMjQiIGQ9Ik0xNS45NTIgMTIuNzY2YTMuMzU5IDMuMzU5IDAgMCAwIDMuNS0zLjVWNy41MTRhMy41MDQgMy41MDQgMCAxIDAtNy4wMDggMHYxLjc1MmEzLjM1OSAzLjM1OSAwIDAgMCAzLjUwOCAzLjVaIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDEzNTQzIiBkPSJNMjEuMjEgMjYuNzY4di01LjI0MSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMzU0NCIgZD0iTTEwLjY5NyAyMS41Mjd2NS4yNDEiLz48L2c+PGcgZGF0YS1uYW1lPSJFbGxpcHNlIDExIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTUuNSIvPjwvZz48L2c+PC9zdmc+);height:32px;width:32px}.abde-site-selector .abde-site-selector-segment-icons.abde-institutions{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIyNi40MzUiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM2MjUiIGQ9Ik0xNS41LjUuNSA2LjM3di42NTJsLjY1MiAxLjNoMjguN2wuNjUyLTEuM1Y2LjM3WiIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxMzYyNiIgZD0iTTIwLjcxNyAyMi4wMjJ2LTguNDc4YTEuOTU2IDEuOTU2IDAgMCAxIDEuOTU3LTEuOTU3aDBhMS45NTYgMS45NTYgMCAwIDEgMS45NTcgMS45NTd2OC40NzgiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM2MjciIGQ9Ik0xMy41NDMgMjIuMDIydi04LjQ3OGExLjk1NiAxLjk1NiAwIDAgMSAxLjk1Ny0xLjk1N2gwYTEuOTU2IDEuOTU2IDAgMCAxIDEuOTU2IDEuOTU3djguNDc4Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzNjI4IiBkPSJNNi4zNjkgMjIuMDIydi04LjQ3OGExLjk1NiAxLjk1NiAwIDAgMSAxLjk1Ni0xLjk1N2gwYTEuOTU2IDEuOTU2IDAgMCAxIDEuOTU3IDEuOTU3djguNDc4Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzNjI5IiBkPSJNMS44MDQgOS42M3YxLjNsMS4zLjY1M3YxMS43MzkiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM2MzAiIGQ9Ik0yNy44OTEgMjMuMzI2VjExLjU4N2wxLjMtLjY1M3YtMS4zIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExNzg1IiBkPSJNMS4xNTIgMjMuMzI2aDI4LjY5NiIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMTc4NiIgZD0iTTEuMTUyIDI1LjkzNWgyOC42OTYiLz48L2c+PC9zdmc+);height:25px;width:30px}.abde-site-selector .abde-site-selector-segment-icons.abde-investment-professional{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yMTUiIGhlaWdodD0iMjYuMTQ4Ij48ZyBkYXRhLW5hbWU9IkludmVzdG1lbnQgUHJvZmVzc2lvbmFsIENob2ljZSAxIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE0NjgwIiBkPSJNMjguMTAyIDEzLjk5NHYxMS42NTRIMS4xMTRWMTMuOTk0Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE0NjgxIiBkPSJNNy4yNDcgMTYuNDQ3SDYuMDE0Yy0zLjA0NSAwLTUuNTEzLTItNS41MTMtNC45MDdWNC4xOGgyOC4yMTV2Ny4zNmMwIDIuOTA3LTIuNDc1IDQuOTA3LTUuNTIgNC45MDdoLTEuMjI3Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDEyNTU0IiBkPSJNMTguNSAxNi41aC04Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE0NjgyIiBkPSJNMTguMjg4IDIuOTUzVjIuMzRBMS44NCAxLjg0IDAgMCAwIDE2LjQ0OC41aC00LjI5M2ExLjg0IDEuODQgMCAwIDAtMS44NCAxLjg0di42MTMiLz48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTQ2IiBkPSJNNy41IDE0LjVoM3Y0aC0zeiIvPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDE1NDciIGQ9Ik0xOC41IDE0LjVoM3Y0aC0zeiIvPjwvZz48L3N2Zz4=);height:30px;width:29px}.abde-site-selector .abde-flag:before{background:url(https://www.alliancebernstein.com/content/dam/global/corporate/global-navigation/flag-sprite.png) no-repeat;background-size:26px;box-shadow:0 0 2px #fff;content:" ";display:block;height:16px;width:26px}.abde-site-selector .abde-flag.abde-flag-unknown:before{background-position:0 0}.abde-site-selector .abde-flag.abde-flag-apac:before{background-position:0 -31.5152px}.abde-site-selector .abde-flag.abde-flag-at:before{background-position:0 -60.6667px}.abde-site-selector .abde-flag.abde-flag-au:before{background-position:0 -89.8182px}.abde-site-selector .abde-flag.abde-flag-be:before{background-position:0 -118.9697px}.abde-site-selector .abde-flag.abde-flag-ca:before{background-position:0 -148.1212px}.abde-site-selector .abde-flag.abde-flag-ch:before{background-position:-5px -177.2727px;width:16px}.abde-site-selector .abde-flag.abde-flag-cn:before{background-position:0 -206.4242px}.abde-site-selector .abde-flag.abde-flag-de:before{background-position:0 -235.5758px}.abde-site-selector .abde-flag.abde-flag-emea:before{background-position:0 -264.7273px}.abde-site-selector .abde-flag.abde-flag-es:before{background-position:0 -293.8788px}.abde-site-selector .abde-flag.abde-flag-fi:before{background-position:0 -323.0303px}.abde-site-selector .abde-flag.abde-flag-fr:before{background-position:0 -352.1818px}.abde-site-selector .abde-flag.abde-flag-gb:before{background-position:0 -381.3333px}.abde-site-selector .abde-flag.abde-flag-hk:before{background-position:0 -410.4848px}.abde-site-selector .abde-flag.abde-flag-is:before{background-position:0 -439.6364px}.abde-site-selector .abde-flag.abde-flag-it:before{background-position:0 -468.7879px}.abde-site-selector .abde-flag.abde-flag-jp:before{background-position:0 -497.9394px}.abde-site-selector .abde-flag.abde-flag-kr:before{background-position:0 -527.0909px}.abde-site-selector .abde-flag.abde-flag-latam:before{background-position:0 -556.2424px}.abde-site-selector .abde-flag.abde-flag-lu:before{background-position:0 -585.3939px}.abde-site-selector .abde-flag.abde-flag-nl:before{background-position:0 -614.5455px}.abde-site-selector .abde-flag.abde-flag-no:before{background-position:0 -643.697px}.abde-site-selector .abde-flag.abde-flag-nonus:before{background-position:0 -672.8485px}.abde-site-selector .abde-flag.abde-flag-nz:before{background-position:0 -702px}.abde-site-selector .abde-flag.abde-flag-pt:before{background-position:0 -731.1515px}.abde-site-selector .abde-flag.abde-flag-se:before{background-position:0 -760.303px}.abde-site-selector .abde-flag.abde-flag-sg:before{background-position:0 -789.4545px}.abde-site-selector .abde-flag.abde-flag-tw:before{background-position:0 -818.6061px}.abde-site-selector .abde-flag.abde-flag-us:before{background-position:0 -847.7576px}.abde-site-selector .abde-flag.abde-flag-pl:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMCAwaDM1djIyLjA0MkgweiIvPjxwYXRoIGZpbGw9IiNEQzE0M0MiIGQ9Ik0wIDExLjVoMzVWMjNIMHoiLz48L2c+PC9zdmc+) no-repeat 0 0;background-size:26px 16px;height:16px}.Country_abde-site-selector-country__ljK-S{display:inline-block;font-size:18px;margin-bottom:20px;text-align:left;vertical-align:top}@media(min-width:1176px){.Country_abde-site-selector-country__ljK-S{max-width:130px}}.Country_abde-site-selector-country__ljK-S .Country_abde-site-selector-country-translation__ngGD3{color:#6d6d6d;display:block;font-size:12px;text-transform:uppercase}.CountryHeading_abde-site-selector-heading__mjYcn{display:flex;flex-direction:column;padding-left:5px;position:relative}.CountryHeading_abde-site-selector-heading__mjYcn small{font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;letter-spacing:1.7px;text-transform:uppercase}.CountryHeading_abde-site-selector-heading__mjYcn button{font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;letter-spacing:1.7px;margin-left:10px;text-transform:uppercase}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-country__kpfK1,.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-segment__KQd8A{align-items:flex-start;display:flex;flex-direction:column;margin-right:16px}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-segment__KQd8A{margin-top:12px}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-name__KAaq2{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;position:relative;text-align:left}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-name__KAaq2 .CountryHeading_abde-site-selector-heading-change__M2F3E .CountryHeading_abde-button-link__\+5f9- span{color:#1e9bd7}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-name__KAaq2 .CountryHeading_abde-flag__\+Gqcf{left:-42px;margin:0;position:absolute;top:6px;width:32px}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-name__KAaq2&gt;span:first-of-type{font-size:22px;padding-left:10px}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-name__KAaq2&gt;span:nth-of-type(2){font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:18px;font-weight:400;margin:3px 10px 0}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-name__KAaq2 button{flex-basis:auto;margin-left:10px;text-align:left}@media(min-width:768px){.CountryHeading_abde-site-selector-heading__mjYcn{flex-direction:row;padding-left:65px}.CountryHeading_abde-site-selector-heading__mjYcn .CountryHeading_abde-site-selector-heading-segment__KQd8A{margin-top:0}}.Header_abde-ss-header__k5Y5p{background-color:#000;color:#fff;display:flex;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;margin-bottom:10px}.Header_abde-ss-header__k5Y5p&gt;div{align-items:center;display:flex;justify-content:flex-start;min-height:80px}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni{display:flex;flex-direction:column;padding-left:5px;position:relative}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni small{font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;letter-spacing:1.7px;text-transform:uppercase}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni button{font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;letter-spacing:1.7px;margin-left:10px;text-transform:uppercase}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-country__fHj3A,.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-segment__JkYyk{align-items:flex-start;display:flex;flex-direction:column;margin-right:16px}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-segment__JkYyk{margin-top:12px}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-name__E2GtO{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;position:relative;text-align:left}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-name__E2GtO .Header_abde-site-selector-heading-change__Fnnqt .Header_abde-button-link__\+zStc span{color:#1e9bd7}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-name__E2GtO .Header_abde-flag__b2EiT{left:-42px;margin:0;position:absolute;top:6px;width:32px}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-name__E2GtO&gt;span:first-of-type{font-size:22px;padding-left:10px}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-name__E2GtO&gt;span:nth-of-type(2){font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:18px;font-weight:400;margin:3px 10px 0}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-name__E2GtO button{flex-basis:auto;margin-left:10px;text-align:left}@media(min-width:768px){.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni{flex-direction:row;padding-left:65px}.Header_abde-ss-header__k5Y5p .Header_abde-site-selector-heading__2Qnni .Header_abde-site-selector-heading-segment__JkYyk{margin-top:0}.Header_abde-ss-header__k5Y5p{margin-bottom:50px}}@media(min-width:1176px){.Header_abde-ss-header__k5Y5p{margin-bottom:60px}}.Region_abde-site-selector-region__D6eoD:last-child{margin-bottom:0}.Region_abde-site-selector-region__D6eoD .Region_abde-site-selector-region-title__4AmcX{font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;padding-bottom:20px}.Region_abde-site-selector-region__D6eoD .Region_abde-site-selector-region-title__4AmcX svg{display:none}@media(max-width:768px){.Region_abde-site-selector-region__D6eoD{border-bottom:1px solid #adadad}.Region_abde-site-selector-region__D6eoD:last-child{border-bottom:none}.Region_abde-site-selector-region__D6eoD .Region_abde-site-selector-region-title__4AmcX{cursor:pointer;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;padding:15px 20px 15px 0;position:relative}.Region_abde-site-selector-region__D6eoD .Region_abde-site-selector-region-title__4AmcX svg{color:#1e9bd7;display:inline-block;position:absolute;right:0}.Region_abde-site-selector-region__D6eoD .Region_abde-site-selector-region-countries__1JXlX{display:none;padding-left:60px}.Region_abde-site-selector-region__D6eoD.Region_expanded__n6SjZ svg{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.Region_abde-site-selector-region__D6eoD.Region_expanded__n6SjZ .Region_abde-site-selector-region-countries__1JXlX{display:block}}@media(min-width:768px){.Region_abde-site-selector-region__D6eoD{margin-bottom:60px}.Region_abde-site-selector-region__D6eoD .Region_abde-site-selector-region-countries__1JXlX{-webkit-columns:4 auto;column-count:4}}@media(min-width:1176px){.Region_abde-site-selector-region__D6eoD{flex:0 1 auto;margin-bottom:0}.Region_abde-site-selector-region__D6eoD:nth-child(2){margin:0 100px}.Region_abde-site-selector-region__D6eoD .Region_abde-site-selector-region-countries__1JXlX{-webkit-columns:2 auto;column-count:2;-webkit-column-gap:30px;column-gap:30px}.Region_abde-site-selector-region__D6eoD:first-child .Region_abde-site-selector-region-countries__1JXlX{-webkit-columns:1 auto;column-count:1}}.RegionsList_abde-site-selector-regions-list__qzrx1{display:flex;flex-direction:column;justify-content:center}@media(min-width:1176px){.RegionsList_abde-site-selector-regions-list__qzrx1{flex-direction:row}}.Segment_abde-site-selector-segment__zrCIn{border-bottom:1px solid #adadad;display:inline-block;line-height:1;padding-bottom:20px;padding-left:50px;padding-top:24px;position:relative;width:100%}.Segment_abde-site-selector-segment__zrCIn:last-child{border:none}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-icon__qQ2jw{display:inline-block;left:0;position:absolute;top:24px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-icon__qQ2jw img{max-height:30px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK{cursor:pointer;padding-right:20px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK .Segment_abde-site-selector-segment-toggle__z04Eb{color:#1e9bd7;position:absolute;right:0}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;a:first-of-type,.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button:first-of-type,.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;span:first-of-type{display:block;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;margin-bottom:5px;margin-right:10px;padding-left:0;position:relative}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;a:first-of-type,.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button:first-of-type{color:#007abb;padding:0}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;a:first-of-type:hover,.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button:first-of-type:hover{text-decoration:underline}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button{font-size:14px;margin-bottom:10px;padding:0 10px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button+button{box-shadow:-1px 0 0 #adadad;position:relative}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button:first-of-type{padding-left:0}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button:last-of-type{padding-right:0}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-description__bZyGR{font-size:18px;line-height:32px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-description-closed__o7F7i{display:none}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-icons__5zltZ{border:0;border-radius:0;left:0;position:absolute;top:24px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-discretionary-wealth-manager__Ljf2h{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi41MjciIGhlaWdodD0iMzIuNTI3Ij48ZyBkYXRhLW5hbWU9IkFzc2V0IGFuZCBEaXNjcmV0aW9uYXJ5IFdlYWx0aCBNYW5hZ2VyIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxMzM3LjkzMyAtMjQ4OC45NTMpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk2OSIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcyLjM4MyAyMDYuMDY0KSIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDE5NzAiIGN4PSIyLjQ0NCIgY3k9IjIuNDQ0IiByPSIyLjQ0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE2My44MjcgMjA2LjA2NCkiLz48Y2lyY2xlIGRhdGEtbmFtZT0iRWxsaXBzZSAxOTcxIiBjeD0iMi40NDQiIGN5PSIyLjQ0NCIgcj0iMi40NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxODAuOTM4IDIwNi4wNjQpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3MiIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcyLjM4MyAyMTQuNjIpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3MyIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTYzLjgyNyAyMTQuNjIpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3NCIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTgwLjkzOCAyMTQuNjIpIi8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk3NSIgY3g9IjIuNDQ0IiBjeT0iMi40NDQiIHI9IjIuNDQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMTcyLjM4MyAyMjMuMTc2KSIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGxpcHNlIDE5NzYiIGN4PSIyLjQ0NCIgY3k9IjIuNDQ0IiByPSIyLjQ0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjE2My44MjcgMjIzLjE3NikiLz48Y2lyY2xlIGRhdGEtbmFtZT0iRWxsaXBzZSAxOTc3IiBjeD0iMi40NDQiIGN5PSIyLjQ0NCIgcj0iMi40NDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxODAuOTM4IDIyMy4xNzYpIi8+PC9nPjwvc3ZnPg==);height:32px;width:32px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-private-wealth__Ku6DR{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC40MTQiIGhlaWdodD0iMjguNDE0Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZGF0YS1uYW1lPSJCZXJuc3RlaW4gUHJpdmF0ZSBXZWFsdGggTWFuYWdlbWVudCI+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDEzIiBkPSJNMTguNzQzIDkuODEgMjcuNzA3LjcwNyIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNjgiIGQ9Ik05LjExNCAyNy4yMDF2LTcuODc0SDEuMzYiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMjY5IiBkPSJNMTguNzMzIDIuMDU0djcuODc0aDcuNzUzIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDE0IiBkPSJtLjcwNyAyNy43MDggOC4zNDctOC4zODEiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTUiIGQ9Ik05LjM3NSA5LjUwOS43MDcuNzA3Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDI3MCIgZD0iTTkuNDQ1IDEuNzU0djcuODczSDEuNjkyIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDE2IiBkPSJtMTkuOTY0IDE5Ljk0NSA3LjY0NCA3Ljc2MiIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAyNzEiIGQ9Ik0xOS45NTQgMjcuNzAxdi03Ljg3NGg3Ljc1MyIvPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTIzIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMjcyIiBkPSJNNS43MjkgMTQuNTUyaDguMzVWNi4wNzQiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTciIGQ9Ik0xNC4wNzggMjMuMDN2LTYuNzA1Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDE4IiBkPSJNMTQuMDc4IDE0LjU1MlY2LjA3NCIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxOSIgZD0iTTE0LjA3OCAyMy4wM3YtNi43MDUiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMjAiIGQ9Ik0yMi40MjcgMTQuNTUyaC02LjYwMyIvPjwvZz48L2c+PC9zdmc+);height:28px;width:28px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-bernstein-research__y2Qg8{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4xODMiIGhlaWdodD0iMzYuNjYzIj48ZyBkYXRhLW5hbWU9IkJlcm5zdGVpbiBSZXNlYXJjaCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxnIGRhdGEtbmFtZT0iR3JvdXAgNTc1MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjUgLjUpIj48ZWxsaXBzZSBkYXRhLW5hbWU9IkVsbGlwc2UgMTk0MCIgY3g9IjExLjE0NCIgY3k9IjExLjMwMiIgcng9IjExLjE0NCIgcnk9IjExLjMwMiIvPjxlbGxpcHNlIGRhdGEtbmFtZT0iRWxsaXBzZSAxOTQxIiBjeD0iOC40MTUiIGN5PSI4LjU3MiIgcng9IjguNDE1IiByeT0iOC41NzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNzMgMi43MykiLz48L2c+PGcgZGF0YS1uYW1lPSJHcm91cCA1NzUyIj48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTkxIiBkPSJtMTguMjU4IDI1Ljg5MSAyLjQxNy0xLjM5NiA1LjgyNiAxMC4wOS0yLjQxNyAxLjM5NnoiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTI3MTgiIGQ9Im0xNy40MDggMjEuNjI5IDIuMDU4IDMuNTY1Ii8+PC9nPjwvZz48L3N2Zz4=);height:36px;width:27px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-defined-contribution__AtUjr{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyNC45MTciPjxnIGRhdGEtbmFtZT0iRGVmaW5lZCBDb250cmlidXRpb24iIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MDkiIGQ9Ik0uNSAyMC45MTVINGwyLjMzMy0yLjkxN2gyLjMzM2wyLjMzMyAyLjMzM2gzLjVsNC42NjctNC42NjdoNC4wODNsMS43NS0yLjkxN2gzLjUiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTE4NjkiIGQ9Ik0yOC41IDI0LjQxN0guNSIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxMzcxMCIgZD0iTTE2LjgzMyAxNS42Njd2LTguNzVoLTQuNjY3djUuMjUiLz48cGF0aCBkYXRhLW5hbWU9IkxpbmUgMTE4NzAiIGQ9Ik0xNi44MzMgMjQuNDE3di00LjA4MyIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMTg3MSIgZD0iTTIxLjUgMTcuNDE3djciLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MTEiIGQ9Ik0xNi44MzQgOS4yNWg0LjY2N3Y0LjY2NSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMTg3MiIgZD0iTTEyLjE2NyAyMi4wODR2Mi4zMzMiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MTIiIGQ9Ik03LjUgMTIuMTY3aDQuNjY3djYuNDE3Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExODczIiBkPSJNMi44MzMgMjQuNDE3di0xLjc1Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExODc0IiBkPSJNNy41IDE5Ljc1djQuNjY3Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzNzEzIiBkPSJNMi44MzQgMTkuMTY3VjkuODM0aDQuNjY3djYuNDE3Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExODc1IiBkPSJNMjYuMTY3IDE0LjV2OS45MTciLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM3MTQiIGQ9Ik0yNi4xNjcgMTFWLjVIMjEuNXY4Ljc1Ii8+PC9nPjwvc3ZnPg==);height:25px;width:29px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-financial-advisor__wGd4g{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOC4xMzkiIGhlaWdodD0iMzIuOTczIj48ZyBkYXRhLW5hbWU9IkZpbmFuY2lhbCBBZHZpc29yIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzMzQ0IiBkPSJtMTQuMDY5IDE4Ljk3MyAzLjU1Mi0yLjg0MiA0LjczNyAyLjI4NGE1Ljc5MyA1Ljc5MyAwIDAgMSAxLjczMiAyLjY3NGMuMzYzLjkgMy4zNTIgNy4xNzUgMy4zNTIgNy4xNzVhMS44NzcgMS44NzcgMCAwIDEtLjc0NSAyLjIzNWwtMi44NDIgMS45NzRoLTQuODEyYTIuMTMyIDIuMTMyIDAgMCAxIDAtNC4yNjNoMS40MjF2LTYuMzk1SDcuNjc0djYuMzk1aDEuNDIxYTIuMTMyIDIuMTMyIDAgMCAxIDAgNC4yNjNINC4yODJMMS40NCAzMC40OTlhMS44NzUgMS44NzUgMCAwIDEtLjc0NS0yLjIzNXMyLjk4OS02LjI3NCAzLjM1MS03LjE3NWE1LjggNS44IDAgMCAxIDEuNzMzLTIuNjc0bDQuNzM4LTIuMjg0IDMuNTUzIDIuODQyIi8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzMzQ1IiBkPSJNMTQuMTEzLjVjLTIuNzcxIDAtNS4wMTggMS42ODMtNS4wMTggNi4zOTRzMi4yIDYuMzk0IDQuOTczIDYuMzk1IDQuOTc0LTEuNjg0IDQuOTc0LTYuMzk1UzE2Ljg4NC40OTkgMTQuMTEzLjVaIi8+PC9nPjwvc3ZnPg==);height:33px;width:28px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-global__5MxiC{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIzMSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc2NC41IC01NTEuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE4ODE3IiBkPSJNNzgwIDU1MmExNSAxNSAwIDEgMS0xNSAxNSAxNSAxNSAwIDAgMSAxNS0xNVoiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxlbGxpcHNlIGRhdGEtbmFtZT0iRWxsaXBzZSAyMTY2IiBjeD0iNSIgY3k9IjE1IiByeD0iNSIgcnk9IjE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NzUgNTUyKSIvPjxnIGRhdGEtbmFtZT0iR3JvdXAgMTIzMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTg4MTUiIGQ9Ik03NjcuNSA1NTloMjUiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTg4MTYiIGQ9Ik03NjcuNSA1NzVoMjUiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTg4MTMiIGQ9Ik03NjUgNTY3aDMwIi8+PC9nPjwvZz48L3N2Zz4=);height:31px;width:31px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-individual-investor__BtmAD{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZGF0YS1uYW1lPSJJbmRpdmlkdWFsIEludmVzdG9yIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiPjxnIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE2MTIyIiBkPSJNMjQuNzEzIDI0LjQ4N3YtNC43MWMwLTIuODk0LTUuNzE3LTQuMzgtOC43NjEtNC4zOHMtOC43NiAxLjQ4Ny04Ljc2IDQuMzh2NC43MTMiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTYxMjQiIGQ9Ik0xNS45NTIgMTIuNzY2YTMuMzU5IDMuMzU5IDAgMCAwIDMuNS0zLjVWNy41MTRhMy41MDQgMy41MDQgMCAxIDAtNy4wMDggMHYxLjc1MmEzLjM1OSAzLjM1OSAwIDAgMCAzLjUwOCAzLjVaIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDEzNTQzIiBkPSJNMjEuMjEgMjYuNzY4di01LjI0MSIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMzU0NCIgZD0iTTEwLjY5NyAyMS41Mjd2NS4yNDEiLz48L2c+PGcgZGF0YS1uYW1lPSJFbGxpcHNlIDExIj48Y2lyY2xlIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIgc3Ryb2tlPSJub25lIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTUuNSIvPjwvZz48L2c+PC9zdmc+);height:32px;width:32px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-institutions__P8LkM{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSIyNi40MzUiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM2MjUiIGQ9Ik0xNS41LjUuNSA2LjM3di42NTJsLjY1MiAxLjNoMjguN2wuNjUyLTEuM1Y2LjM3WiIvPjxwYXRoIGRhdGEtbmFtZT0iUGF0aCAxMzYyNiIgZD0iTTIwLjcxNyAyMi4wMjJ2LTguNDc4YTEuOTU2IDEuOTU2IDAgMCAxIDEuOTU3LTEuOTU3aDBhMS45NTYgMS45NTYgMCAwIDEgMS45NTcgMS45NTd2OC40NzgiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM2MjciIGQ9Ik0xMy41NDMgMjIuMDIydi04LjQ3OGExLjk1NiAxLjk1NiAwIDAgMSAxLjk1Ny0xLjk1N2gwYTEuOTU2IDEuOTU2IDAgMCAxIDEuOTU2IDEuOTU3djguNDc4Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzNjI4IiBkPSJNNi4zNjkgMjIuMDIydi04LjQ3OGExLjk1NiAxLjk1NiAwIDAgMSAxLjk1Ni0xLjk1N2gwYTEuOTU2IDEuOTU2IDAgMCAxIDEuOTU3IDEuOTU3djguNDc4Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDEzNjI5IiBkPSJNMS44MDQgOS42M3YxLjNsMS4zLjY1M3YxMS43MzkiLz48cGF0aCBkYXRhLW5hbWU9IlBhdGggMTM2MzAiIGQ9Ik0yNy44OTEgMjMuMzI2VjExLjU4N2wxLjMtLjY1M3YtMS4zIi8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDExNzg1IiBkPSJNMS4xNTIgMjMuMzI2aDI4LjY5NiIvPjxwYXRoIGRhdGEtbmFtZT0iTGluZSAxMTc4NiIgZD0iTTEuMTUyIDI1LjkzNWgyOC42OTYiLz48L2c+PC9zdmc+);height:25px;width:30px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-investment-professional__UJblT{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOS4yMTUiIGhlaWdodD0iMjYuMTQ4Ij48ZyBkYXRhLW5hbWU9IkludmVzdG1lbnQgUHJvZmVzc2lvbmFsIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE0NjgwIiBkPSJNMjguMTAyIDEzLjk5NHYxMS42NTRIMS4xMTRWMTMuOTk0Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE0NjgxIiBkPSJNNy4yNDcgMTYuNDQ3SDYuMDE0Yy0zLjA0NSAwLTUuNTEzLTItNS41MTMtNC45MDdWNC4xOGgyOC4yMTV2Ny4zNmMwIDIuOTA3LTIuNDc1IDQuOTA3LTUuNTIgNC45MDdoLTEuMjI3Ii8+PHBhdGggZGF0YS1uYW1lPSJMaW5lIDEyNTU0IiBkPSJNMTguNSAxNi41aC04Ii8+PHBhdGggZGF0YS1uYW1lPSJQYXRoIDE0NjgyIiBkPSJNMTguMjg4IDIuOTUzVjIuMzRBMS44NCAxLjg0IDAgMCAwIDE2LjQ0OC41aC00LjI5M2ExLjg0IDEuODQgMCAwIDAtMS44NCAxLjg0di42MTMiLz48cGF0aCBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNTQ2IiBkPSJNNy41IDE0LjVoM3Y0aC0zeiIvPjxwYXRoIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDE1NDciIGQ9Ik0xOC41IDE0LjVoM3Y0aC0zeiIvPjwvZz48L3N2Zz4=);height:30px;width:29px}@media(min-width:768px){.Segment_abde-site-selector-segment__zrCIn{border:none;margin-left:70px;padding-left:60px;padding-right:40px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK{cursor:default;padding-right:0}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK .Segment_abde-site-selector-segment-toggle__z04Eb{display:none}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;span:first-of-type{display:block}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;span:first-of-type.Segment_abde-site-selector-segment-hover__2gMWI:hover:before{background-color:#fff;border:1px solid #adadad;content:attr(data-title);display:inline-block;font-family:get-font("Theinhardt");font-size:11px;font-weight:400;left:0;padding:5px;position:absolute;text-align:center;top:-24px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button{font-size:14px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-title__0NOdK&gt;button&gt;span .Segment_abde-pl-sm__BXyrg{padding-left:10px!important}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-description__bZyGR{font-size:14px;line-height:22px}.Segment_abde-site-selector-segment__zrCIn .Segment_abde-site-selector-segment-description-closed__o7F7i{display:block}}.SegmentsList_abde-site-selector-segments-list__kcYa\+{-webkit-columns:1 auto;column-count:1}@media(min-width:768px){.SegmentsList_abde-site-selector-segments-list__kcYa\+{-webkit-columns:2 auto;column-count:2}}.SiteSelectorTrigger_abde-site-selector-trigger__DUWF5{cursor:pointer;display:flex;justify-content:space-evenly;max-width:300px;min-width:240px;padding:0 24px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.SiteSelectorTrigger_abde-site-selector-trigger__DUWF5 div{flex:1 1;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:12px;font-weight:400;letter-spacing:1.7px;margin-right:5px}.SiteSelectorTrigger_abde-site-selector-trigger__DUWF5 div i{font-size:17px}.SiteSelectorTrigger_abde-site-selector-trigger__DUWF5 div span{display:block;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;letter-spacing:1.7px;text-transform:uppercase!important}.SiteSelectorTrigger_abde-site-selector-trigger__DUWF5&gt;i.SiteSelectorTrigger_icon-class__a4EBC{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMWU5YmQ3IiBkPSJNMjQwIDM1MnYtODBoLTgwYy04LjggMC0xNi03LjItMTYtMTZzNy4yLTE2IDE2LTE2aDgwdi04MGMwLTguOCA3LjItMTYgMTYtMTZzMTYgNy4yIDE2IDE2djgwaDgwYzguOCAwIDE2IDcuMiAxNiAxNnMtNy4yIDE2LTE2IDE2aC04MHY4MGMwIDguOC03LjIgMTYtMTYgMTZzLTE2LTcuMi0xNi0xNnptMjcyLTk2YzAgMTQxLjQtMTE0LjYgMjU2LTI1NiAyNTZTMCAzOTcuNCAwIDI1NiAxMTQuNiAwIDI1NiAwczI1NiAxMTQuNiAyNTYgMjU2ek0yNTYgMzJDMTMyLjMgMzIgMzIgMTMyLjMgMzIgMjU2czEwMC4zIDIyNCAyMjQgMjI0IDIyNC0xMDAuMyAyMjQtMjI0UzM3OS43IDMyIDI1NiAzMnoiLz48L3N2Zz4=);background-repeat:no-repeat;height:30px;width:30px}.abde-is-active-dropdown.abde-site-selector .SiteSelectorTrigger_abde-site-selector-trigger__DUWF5&gt;i.SiteSelectorTrigger_icon-class__a4EBC{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMWU5YmQ3IiBkPSJNMzUyIDI0MGM4LjggMCAxNiA3LjIgMTYgMTZzLTcuMiAxNi0xNiAxNkgxNjBjLTguOCAwLTE2LTcuMi0xNi0xNnM3LjItMTYgMTYtMTZoMTkyem0xNjAgMTZjMCAxNDEuNC0xMTQuNiAyNTYtMjU2IDI1NlMwIDM5Ny40IDAgMjU2IDExNC42IDAgMjU2IDBzMjU2IDExNC42IDI1NiAyNTZ6TTI1NiAzMkMxMzIuMyAzMiAzMiAxMzIuMyAzMiAyNTZzMTAwLjMgMjI0IDIyNCAyMjQgMjI0LTEwMC4zIDIyNC0yMjRTMzc5LjcgMzIgMjU2IDMyeiIvPjwvc3ZnPg==)}

.flex{display:flex}.row{flex-direction:row}.justify-space-between{justify-content:space-between}.margin-b-24{margin-bottom:24px}.bio-brightcove-video-player-wrapper .video-js{height:550px;width:978px}.abde-container .detail .abde-section .abde-container{padding:0}.ImageBlock_imageBlock__KqaLa{margin-bottom:120px}.ImageBlock_imageBlock__KqaLa .ImageBlock_header-wrapper__H\+Boy{padding:40px 20px 40px 10%}.ImageBlock_imageBlock__KqaLa .ImageBlock_bio-background__YiN3y{font-size:36px;padding-bottom:30px;padding-top:0}.ImageBlock_imageBlock__KqaLa .ImageBlock_underline-bar__VfZ\+r{background-color:#1e9bd7;display:flex;height:3px;max-width:200px;width:100%}.ImageBlock_imageBlock__KqaLa .ImageBlock_button__bnVtN{display:none}@media screen and (min-width:1024px){.ImageBlock_imageBlock__KqaLa .ImageBlock_header-wrapper__H\+Boy{padding-bottom:40px;padding-left:15%;padding-right:30px}.ImageBlock_imageBlock__KqaLa .ImageBlock_bio-background__YiN3y{font-size:64px;padding-top:20px}.ImageBlock_imageBlock__KqaLa .ImageBlock_paragraph__k5p2a{padding-bottom:60px;padding-top:60px}.ImageBlock_imageBlock__KqaLa .ImageBlock_paragraph__k5p2a p:last-child{padding-bottom:0}.ImageBlock_imageBlock__KqaLa .ImageBlock_p-b-60__MlhN6{padding-bottom:60px}}.Experience_experience__tXzEL{align-items:center;color:#000;display:flex;flex-direction:column;margin:0 12px}.Experience_experience__tXzEL .Experience_label__cxJlK{align-items:center;display:flex;font-family:Klavika;font-size:12px;font-weight:500;justify-content:center;letter-spacing:1.54px;line-height:14px;margin-top:10px;text-align:center;text-transform:uppercase;white-space:nowrap}.Experience_experience__tXzEL .Experience_value__YZNXn{display:block;font-family:Theinhardt!important;font-size:44px;line-height:27px;margin-bottom:8px;padding-top:7px}.Experience_experience__tXzEL.Experience_whiteText__npEfB{color:#fff!important}.Location_location__-5HxP{align-items:flex-start;color:#000;display:flex;flex-direction:column}@media screen and (max-width:767px){.Location_location__-5HxP{margin-top:15px}}.Location_location__-5HxP .Location_label__P0RlS{font-family:Klavika;font-size:12px;font-weight:500;letter-spacing:1.54px;line-height:16px;margin-bottom:8px;text-transform:uppercase;white-space:nowrap}.Location_location__-5HxP .Location_value__Q3VLi{font-family:Theinhardt,Arial,Helvetica,sans-serif!important;font-size:22px;font-weight:700;line-height:24px}.Location_location__-5HxP.Location_whiteText__fkNsu{color:#fff!important}.Organization_organization__OiO5Z{align-items:flex-start;color:#000;display:flex;flex-direction:column}.Organization_organization__OiO5Z .Organization_label__3\+zVF{font-family:Klavika;font-size:12px;font-weight:500;letter-spacing:1.54px;line-height:16px;margin-bottom:8px;text-transform:uppercase;white-space:nowrap}.Organization_organization__OiO5Z .Organization_value__f-at4{font-family:Theinhardt,Arial,Helvetica,sans-serif!important;font-size:22px;font-weight:700;line-height:24px}.Organization_organization__OiO5Z.Organization_whiteText__wJ5VB{color:#fff!important}@media screen and (min-width:1024){.Organization_organization__OiO5Z .Organization_label__3\+zVF{font-size:22px;line-height:26px}}.HeroBaseline_heroBaseline__-oLKM{align-items:center;background-color:#343434;display:flex;flex-direction:row;justify-content:center;padding:30px 15px!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_experience-label__78H3f{color:#fff;font-size:6px!important;line-height:10px!important;margin-top:0!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_experience-value__kWUuF{color:#fff;font-size:16px!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_location-label__RTJ3x{color:#fff;margin-bottom:10px!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_location-value__vWpGC{color:#fff!important;font-size:22px!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_spacer__\+Zb1z{height:76px;margin:0 4px;width:2px}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_circle__9uYd-{align-items:center;display:flex;justify-content:center;margin-right:8px;padding-top:12px}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_link__Ob7B4{color:#1e9bd7;cursor:pointer;font-size:48px;padding:15px,0 0 20px}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_link__Ob7B4:hover{color:#007abb}@media(min-width:768px){.HeroBaseline_heroBaseline__-oLKM{padding:30px 0}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_experience-label__78H3f{font-size:12px!important;line-height:16px!important;margin-top:10px!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_experience-value__kWUuF{font-size:48px!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_circle__9uYd-{margin-right:70px}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_link__Ob7B4{height:112px;margin:0 12px;padding-top:26px}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_spacer__\+Zb1z{background-color:#fff;margin:0 42.5px}}@media screen and (max-width:767px){.HeroBaseline_heroBaseline__-oLKM{align-items:flex-start;gap:40px;padding:40px!important}.HeroBaseline_heroBaseline__-oLKM .HeroBaseline_spacer__\+Zb1z{display:none}.HeroBaseline_guest-column__b4KjZ{flex-direction:column;padding:20px 40px 60px!important}}.ImageHero_imageHero__i-JwA{margin-bottom:120px}.ImageHero_guestAuthorTitle__W\+C5B{font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;padding-bottom:10px;text-transform:uppercase}.ImageHero_imageHeroTitle__f6z2I{font-size:22px}.ImageHero_mobile-imageHero-img__6OuRu{padding-left:132px}.ImageHero_mobile-imageHero-bio__6msVB{padding-left:122px!important}@media screen and (max-width:1176px){.ImageHero_mobile-imageHero-img__6OuRu{padding-left:38px}.ImageHero_mobile-imageHero-img__6OuRu img{max-width:265px!important}.ImageHero_mobile-imageHero-bio__6msVB{padding-left:30px!important}.ImageHero_mobile-imageHero-bio__6msVB p{padding-right:15px}}@media screen and (max-width:767px){.ImageHero_imageHero__i-JwA{margin-bottom:30px}.ImageHero_imageHero__i-JwA .ImageHero_min-h-460__XwUiW{padding:80px 24px 80px 40px}.ImageHero_imageHero__i-JwA .ImageHero_mobile-imageHero-img__6OuRu{padding:0 15px}.ImageHero_imageHero__i-JwA .ImageHero_mobile-imageHero-img__6OuRu img{max-width:160px!important}.ImageHero_imageHero__i-JwA .ImageHero_guestAuthorTitle__W\+C5B{padding-bottom:0}.ImageHero_imageHero__i-JwA h1{padding-bottom:30px}.ImageHero_imageHero__i-JwA .ImageHero_mobile-imageHero-bio__6msVB{padding:40px 15px 0!important}.ImageHero_imageHero__i-JwA .ImageHero_mobile-imageHero-bio__6msVB p{padding-right:0}}@media screen and (min-width:1024px){.ImageHero_min-h-460__XwUiW{min-height:460px!important;padding-bottom:0!important;padding-top:0!important}}.Quote_quote__EgQax{margin:30px 0 120px!important}.Quote_quote__EgQax .Quote_icon__1eS12{font-family:Klavika,Arial,Helvetica,sans-serif;font-size:120px;font-weight:700;line-height:0;padding-bottom:20px;padding-left:10px;padding-top:20px}.Quote_quote__EgQax .Quote_width__d0VUz{max-width:930px}.VideoHero_videoHero__VRKan{background-color:#4a4c4c!important;color:#fff;display:flex;flex-direction:column}@media screen and (min-width:1024px){.VideoHero_videoHero__VRKan{min-height:550px}}.VideoHero_videoHero__VRKan .VideoHero_content-container__WvJ-J{display:flex;flex-direction:column-reverse}@media screen and (min-width:1024px){.VideoHero_videoHero__VRKan .VideoHero_content-container__WvJ-J{flex-direction:row;justify-content:flex-end;position:relative}}.VideoHero_videoHero__VRKan .VideoHero_content__koW8g{align-items:start;display:grid;grid-template-columns:20px auto 20px;grid-template-rows:20px auto 15px;justify-content:start;width:100%}@media screen and (min-width:1024px){.VideoHero_videoHero__VRKan .VideoHero_content__koW8g{grid-template-columns:115px auto 130px;grid-template-rows:115px auto 15px;left:0;position:absolute;width:50%;z-index:4}}.VideoHero_videoHero__VRKan .VideoHero_videoSection__gLYKN{display:grid;grid-template-rows:125px 125px;opacity:1;width:100%}@media screen and (min-width:1024px){.VideoHero_videoHero__VRKan .VideoHero_videoSection__gLYKN{grid-template-rows:550px;width:auto}}.VideoHero_videoHero__VRKan .VideoHero_coverImgContainer__JgY5e{align-items:center;display:-webkit-flex;grid-area:1/1/last-line/2;justify-content:center;justify-items:center}.VideoHero_videoHero__VRKan .VideoHero_coverImg__ZP33c{display:grid;grid-area:1/1/last-line/1;max-height:550px;width:100%}.VideoHero_videoHero__VRKan .VideoHero_info__mzWJG{display:grid;grid-area:2/2/2/2}.VideoHero_videoHero__VRKan .VideoHero_play__qaf6J{align-items:center;background-color:#1e9bd7;border:2px solid #000;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:60px;justify-content:center;position:absolute;width:60px;z-index:4}.VideoHero_videoHero__VRKan .VideoHero_player-wrapper__jeFDY{display:grid;grid-area:1/1/last-line/1;max-height:550px}.VideoHero_videoHero__VRKan .VideoHero_player-wrapper__jeFDY.VideoHero_hide__QaZN7{visibility:hidden}.VideoHero_videoHero__VRKan .VideoHero_video__7v2K3{width:100%}.VideoHero_videoHero__VRKan .VideoHero_video__7v2K3 video-js{background-color:#4a4c4c;height:100%;width:100%}.VideoHero_videoHero__VRKan .VideoHero_name__P5BWR{color:#fff;font:normal normal 700 60px/60px Klavika;font-size:50px;margin-bottom:20px}@media screen and (min-width:1024px){.VideoHero_videoHero__VRKan .VideoHero_name__P5BWR{font-size:64px}}.VideoHero_videoHero__VRKan .VideoHero_title__a0Lye{color:#fff;font:normal normal normal 21px/26px Klavika;font-size:22px}.VideoHero_heroBaseline-container__upAJs{justify-content:center;margin-bottom:4rem}@media screen and (min-width:1024px){.VideoHero_heroBaseline-container__upAJs{margin-bottom:120px}}.VideoHero_fadeOut__rp8gD{animation:VideoHero_fadeOut__rp8gD 2s;-webkit-animation:VideoHero_fadeOut__rp8gD 2s;-moz-animation:VideoHero_fadeOut__rp8gD 2s;-o-animation:VideoHero_fadeOut__rp8gD 2s;-ms-animation:VideoHero_fadeOut__rp8gD 2s}.VideoHero_fadeIn__mXn0y{animation:VideoHero_fadeIn__mXn0y 2s;-webkit-animation:VideoHero_fadeIn__mXn0y 2s;-moz-animation:VideoHero_fadeIn__mXn0y 2s;-o-animation:VideoHero_fadeIn__mXn0y 2s;-ms-animation:VideoHero_fadeIn__mXn0y 2s}@keyframes VideoHero_fadeOut__rp8gD{0%{opacity:1}to{opacity:0}}@-webkit-keyframes VideoHero_fadeOut__rp8gD{0%{opacity:1}to{opacity:0}}@keyframes VideoHero_fadeIn__mXn0y{0%{opacity:0}to{opacity:1}}@-webkit-keyframes VideoHero_fadeIn__mXn0y{0%{opacity:0}to{opacity:1}}.Highlight_highlight__0Ichl{margin-bottom:100px}@media screen and (min-width:1024px){.Highlight_content-leaderboard__Gckup{padding:30px}}.Long_bio-long__QCZud{display:flex;flex-direction:column;padding-bottom:40px}.Long_bio-long__QCZud .Long_image__d7Hao{height:275px;margin-bottom:20px;padding:15px;width:275px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_bio__ulnwH{display:flex;flex-direction:column;margin:0 16px;position:inherit!important}.Long_bio-long__QCZud .Long_details__uLqmV .Long_bio__ulnwH .Long_link__cfWg\+{color:#1e9bd7;cursor:pointer;display:flex;font:normal normal 700 18px/18px Klavika;justify-content:flex-start;letter-spacing:2.52px;margin-top:30px;padding-bottom:4px;padding-right:16px;text-transform:uppercase}.Long_bio-long__QCZud .Long_details__uLqmV .Long_divider__RP7WM{background-color:#000;height:80px;margin:0 24px 0 12px;width:2px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_location__ILW67{padding-right:16px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_text__BkEJP{display:flex;flex-direction:column;margin-bottom:24px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_name__QyZaV{margin:0 16px 10px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_title-container__86n7o{display:flex;flex-direction:column;width:100%!important;width:auto}.Long_bio-long__QCZud .Long_details__uLqmV .Long_name__QyZaV{color:#1e9bd7;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:34px;font-weight:800;line-height:38px;margin:0 16px;text-decoration:none}.Long_bio-long__QCZud .Long_details__uLqmV header.Long_name__QyZaV{color:#000}.Long_bio-long__QCZud .Long_details__uLqmV .Long_title__vjFg3{color:#343434;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:22px;font-weight:400;line-height:27px;margin:0 16px 25px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_row__WNPl1{align-items:center;display:flex;flex-direction:row;margin:0 16px 0 4px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_row__WNPl1.Long_margin__DFvGG{margin:0 16px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_experience__LGaVd .Long_label__qY-FH{font-size:14px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_experience__LGaVd .Long_value__h217N{font-size:44px}@media(min-width:1024px){.Long_bio-long__QCZud{display:flex;flex-direction:row;padding-bottom:40px}.Long_bio-long__QCZud .Long_image__d7Hao{margin-right:15px;padding:initial}.Long_bio-long__QCZud .Long_details__uLqmV .Long_bio__ulnwH{display:flex;flex-direction:column}.Long_bio-long__QCZud .Long_details__uLqmV .Long_text__BkEJP{display:flex;flex-direction:row;justify-content:space-between}.Long_bio-long__QCZud .Long_details__uLqmV .Long_title-container__86n7o{width:400px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_title__vjFg3{margin:0 16px}.Long_bio-long__QCZud .Long_details__uLqmV .Long_row__WNPl1,.Long_bio-long__QCZud .Long_details__uLqmV .Long_row__WNPl1.Long_margin__DFvGG{margin:0}}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji{border-bottom:1px solid #c4c4c4;display:flex;flex-direction:column;padding-bottom:20px}@media(max-width:768px){.Short_bio-short-container__nOCHh .Short_bio-short__fzWji:not(:first-child){margin-top:20px}}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H{display:flex;flex-direction:column;margin-bottom:24px;padding:0 10px 10px}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_bio-short-details-row__2tXjp{align-items:center;display:flex;flex-direction:row}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_divider__ztad8{background-color:#000;height:80px;margin:0 24px 0 12px;width:2px}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_location-label__Q9\+Xl{font-family:Klavika;font-size:11px;font-weight:500;letter-spacing:1.54px;line-height:12px;margin-bottom:8px;text-transform:uppercase}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_location-value__OZszP{font-family:Theinhardt,Arial,Helvetica,sans-serif!important;font-size:16px;font-weight:700;line-height:20px}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_experience-label__HQsvf{align-items:center;display:flex;font-family:Klavika;font-size:11px;font-weight:500;justify-content:center;letter-spacing:1.54px;line-height:12px;margin-top:10px;text-align:center;text-transform:uppercase;white-space:nowrap}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_experience-value__j46i1{display:block;font-family:Theinhardt!important;font-size:40px;line-height:27px;margin-bottom:8px;padding-top:7px}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_short-name__cRvMe{color:#1e9bd7;font-family:Theinhardt,Arial,Helvetica,sans-serif!important;font-size:18px;font-weight:800;line-height:22px;margin:0 0 10px;text-decoration:none}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H header.Short_short-name__cRvMe{color:#000}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_bio-short-details__Lpc3H .Short_short-title__faOdu{color:#343434;font-family:Theinhardt!important;font-size:16px;font-weight:500;line-height:18px;margin:0 0 10px}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_short-image__Onzzz{height:176px;margin-bottom:20px;margin-left:16px;width:176px}@media(min-width:1024px){.Short_bio-short-container__nOCHh .Short_two-columns__zDzfG{flex:0 0 50%;max-width:50%}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji{border-bottom:0;flex-direction:row}.Short_bio-short-container__nOCHh .Short_bio-short__fzWji .Short_short-image__Onzzz{height:150px;margin-bottom:24px;margin-left:0;margin-right:15px;width:150px}}.Text_bio-text-container__ifxJh{display:block;font-size:14px;line-height:20px;margin-bottom:16px}.Text_bio-text-container__ifxJh:last-child{margin-bottom:0}

.product-search{position:relative}.abde-fund-detail-header .product-search input,.abde-fund-detail-header .product-search label{color:#fff}.abde-fund-detail-header .product-search input::-webkit-input-placeholder{color:#fff;opacity:1}.abde-fund-detail-header .product-search input:-ms-input-placeholder{color:#fff;opacity:1}.abde-fund-detail-header .product-search input::placeholder{color:#fff;opacity:1}.abde-fund-detail-header .product-search input::-ms-input-placeholder{color:#fff}.SearchInput_product-search-input__pKB1b{border-bottom:3px solid #1e9bd7;padding-left:0;position:relative;text-align:left;width:100%}.SearchInput_product-search-input__pKB1b input{background-color:transparent;border:none;box-sizing:border-box;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:19px;outline:none;padding-bottom:0;padding-top:20px;position:relative;text-overflow:ellipsis;width:80%}@media screen and (max-width:576px){.SearchInput_product-search-input__pKB1b input{font-size:16px;padding-right:30px;width:90%}}.SearchInput_product-search-input__pKB1b input::-webkit-input-placeholder{font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:19px}.SearchInput_product-search-input__pKB1b input:-ms-input-placeholder{font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:19px}.SearchInput_product-search-input__pKB1b input::placeholder{font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:19px}.SearchInput_product-search-input__pKB1b label{display:none;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700!important;text-transform:uppercase}.SearchInput_product-search-input__pKB1b input:focus::-webkit-input-placeholder{color:transparent}.SearchInput_product-search-input__pKB1b input:focus:-ms-input-placeholder{color:transparent}.SearchInput_product-search-input__pKB1b input:focus::placeholder{color:transparent}.SearchInput_product-search-input__pKB1b .SearchInput_search-icon__IYESc{color:#1e9bd7;font-size:19px;position:absolute;right:20px;top:18px}@media screen and (max-width:576px){.SearchInput_product-search-input__pKB1b .SearchInput_search-icon__IYESc{font-size:16px;right:15px;top:12px}}.SearchInput_product-search-input__pKB1b .SearchInput_clear-button__z4azg{background:none!important;border:none;color:#1e9bd7;cursor:pointer;display:none;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:19px;font-weight:700!important;padding:0!important;position:absolute;right:10px;text-transform:uppercase;top:18px}.SearchInput_product-search-input__pKB1b .SearchInput_clear-button__z4azg:hover{text-decoration:underline}.SearchInput_kr-product-search__wfQMr input{font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important}.SearchInput_kr-product-search__wfQMr input::-webkit-input-placeholder{color:#adadad;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important}.SearchInput_kr-product-search__wfQMr input:-ms-input-placeholder{color:#adadad;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important}.SearchInput_kr-product-search__wfQMr input::placeholder{color:#adadad;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important}.SearchInput_product-search-input-focused__9QgRW input~label{display:block;position:absolute;top:0}.SearchInput_product-search-input-focused__9QgRW input~.SearchInput_clear-button__z4azg{display:block}.SearchInput_product-search-input-focused__9QgRW input~.SearchInput_search-icon__IYESc{display:none}.SearchResults_search-results__on9-s{background-color:#fff;border:1px solid #adadad;box-shadow:0 .2px 16px rgba(0,0,0,.161);font-family:TheinhardtBold,SourceHanSansBold,Arial,Helvetica,sans-serif;font-size:18px;line-height:26px;margin-top:-7px;max-height:300px;min-height:50px;overflow:auto;position:absolute;text-align:left;width:100%;z-index:550}.SearchResults_result__iYDCL{padding:15px}.SearchResults_result__iYDCL:hover{background-color:#d3d3d3}.SearchResults_result__iYDCL:last-child{border-bottom:none}.SearchResults_result__iYDCL.SearchResults_active__x0Ytp{background-color:#d3d3d3;text-decoration:underline}.SearchResults_result__iYDCL.SearchResults_no-results__TBjKR{color:#777}.SearchResults_result__iYDCL.SearchResults_no-results__TBjKR:hover{background:#fff;cursor:default}.SearchResults_result-link__UU\+3D{background-color:transparent;color:#000;cursor:pointer;display:inline-block;padding:0 0 5px;text-decoration:none}.SearchResults_result-link__UU\+3D:hover{background-color:#d3d3d3}.SearchResults_result-link__UU\+3D:last-of-type{padding-bottom:0}.SearchResults_result-isin__F5qvQ{align-items:center;display:flex;min-height:0;text-align:left}

.TwFundCard_fund-card__LiV24{position:relative}.TwFundCard_fund-card__LiV24 .TwFundCard_bookmark__DZKuN{left:32px!important;position:absolute;top:20px}@media(max-width:1024px){.TwFundCard_fund-card__LiV24 .TwFundCard_bookmark__DZKuN{left:23px!important}}.TwFundCard_fund-card__LiV24 .TwFundCard_heading__PD-oA{padding-left:30px}.TwFeaturedFunds_tw-featured-funds__0UB5G{grid-row-gap:40px;display:grid;grid-auto-rows:1fr;grid-template-columns:1fr;row-gap:40px}@media(min-width:1176px){.TwFeaturedFunds_tw-featured-funds__0UB5G{column-gap:40px;grid-template-columns:2fr 2fr 2fr}}@media(max-width:1176px){.TwFeaturedFunds_tw-featured-funds__0UB5G{column-gap:40px;grid-template-columns:2fr 2fr;padding:40px 1rem}}@media(max-width:768px){.TwFeaturedFunds_tw-featured-funds__0UB5G{grid-template-columns:1fr;row-gap:40px}}.Tooltip_tooltip__tIirw{display:inline;left:3px;position:relative;top:-3px}.Tooltip_tooltip__tIirw&gt;span{background:#0000;border:none;color:#1e9bd7}.Tooltip_tooltip__tIirw&gt;span:hover{cursor:pointer}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs{background:#fff;bottom:37px;color:#6d6d6d;filter:drop-shadow(0 0 1px #adadad) drop-shadow(0 0 1px #adadad);left:-125px;padding:20px;position:absolute;visibility:hidden;width:250px}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs.Tooltip_show-dialog__ywd0U{visibility:visible}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs:before{background:inherit;bottom:-9px;-webkit-clip-path:polygon(0 0,100% 0,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%);content:"";height:10px;left:122px;position:absolute;width:25px}@media(min-width:768px){.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs{left:-185px}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs:before{left:181px}}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs p{color:#6d6d6d!important;font-size:14px;line-height:1.5;padding:0!important;text-align:center}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs p span{color:#6d6d6d!important}.StarRating_starRating__1kL\+A .StarRating_label-container__mOem6{align-items:flex-start;display:flex;margin-bottom:7px}.StarRating_starRating__1kL\+A label{border-bottom:1px solid #c4c4c4;font-size:14px;letter-spacing:2.8px;padding-bottom:2px;text-transform:uppercase}.StarRating_starRating__1kL\+A p{font-size:22px;margin:-.25rem 0 -.5rem}.StarRating_starRating__1kL\+A .StarRating_subTitle__0KDCr{font-size:14px}.StarRating_starRating__1kL\+A .StarRating_starContainer__pNPAr{display:flex;gap:3px}.StarRating_starRating__1kL\+A .StarRating_star__hK7AH{color:#ffbf27;font-size:16px}.UsFundCard_us-fund-card__zjrh5 .UsFundCard_fund__sZBlj{border-left:1px solid #c4c4c4;display:flex;flex-direction:column;margin-top:20px;padding:20px 0 20px 20px}@media(min-width:1024px){.UsFundCard_us-fund-card__zjrh5 .UsFundCard_fund__sZBlj{flex-direction:row}}.UsFundCard_us-fund-card__zjrh5 .UsFundCard_fund__sZBlj .UsFundCard_fund-name__siWVH{color:#000;cursor:pointer;display:block;font:normal normal 700 22px/26px Theinhardt;line-height:26px;padding-right:10px}.UsFundCard_us-fund-card__zjrh5 .UsFundCard_fund__sZBlj .UsFundCard_eyebrow__Qd2ui{color:#000;display:block;font:normal normal normal 14px/16px Klavika;letter-spacing:1.4px;line-height:16px;margin-bottom:6px;text-transform:uppercase}.UsFundCard_us-fund-card__zjrh5 .UsFundCard_fund__sZBlj .UsFundCard_title__OCti2{flex:1 1}.UsFundCard_us-fund-card__zjrh5 .UsFundCard_fund__sZBlj .UsFundCard_mstar__2Tqpj{margin-top:10px}@media(min-width:1024px){.UsFundCard_us-fund-card__zjrh5 .UsFundCard_fund__sZBlj .UsFundCard_mstar__2Tqpj{margin-top:0}}.UsFeaturedFunds_margin-b-100__reLVx{margin-bottom:100px}.UsFeaturedFunds_bio-featured-fund-container__2PZeS{margin-bottom:50px;margin-top:50px;padding:0 15px 15px}@media screen and (min-width:1024px){.UsFeaturedFunds_bio-featured-fund-container__2PZeS{margin-bottom:100px;margin-top:100px}}.UsFeaturedFunds_featured-fund-container__7utH9{display:block;width:100%}@media(min-width:768px){.UsFeaturedFunds_featured-fund-container__7utH9{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 2fr}}.UsFeaturedFunds_featured-fund-container__7utH9 .UsFeaturedFunds_fund__UrJKE{display:block;margin-bottom:40px}@media(min-width:768px){.UsFeaturedFunds_featured-fund-container__7utH9 .UsFeaturedFunds_fund__UrJKE{grid-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 1fr}}.UsFeaturedFunds_bio-template-featured-funds__A1Gz6 section{padding:40px 60px!important}.UsFeaturedFunds_bio-template-featured-funds__A1Gz6 .UsFeaturedFunds_abde-section__JFnMR{margin-bottom:120px}

@font-face{font-family:"Klavika";font-weight:400;src:url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Klavika-Regular.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Klavika-Regular.woff) format("woff")}@font-face{font-family:"Klavika";font-weight:700;src:url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Klavika-Bold.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Klavika-Bold.woff) format("woff")}@font-face{font-family:"Theinhardt";font-weight:400;src:url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Theinhardt-Light.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Theinhardt-Light.woff) format("woff")}@font-face{font-family:"Theinhardt";font-weight:700;src:url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Theinhardt-Bold.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/abde-commons/clientlibs/clientlib-commons/resources/fonts/Theinhardt-Bold.woff) format("woff")}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-size:1.1875rem;font-weight:400;line-height:1.316;color:#262626;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}dt{font-weight:700}b,strong{font-weight:bolder}small{font-size:80%}em{font-style:italic !important}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#007abb;text-decoration:none;background-color:transparent;outline-color:#007abb}a.focus-visible{outline:2px auto #007abb}a:focus-visible{outline:2px auto #007abb}a:hover,a:focus{color:#262626;text-decoration:underline}pre,code,kbd,samp{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-size:1em}pre{overflow:auto}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#c4c4c4;text-align:left;caption-side:bottom}th{text-align:inherit}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0}legend{display:block;width:100%;max-width:100%;padding:0;font-size:calc(1.275rem + 0.3vw);line-height:inherit;color:inherit;white-space:normal}@media(min-width: 1200px){legend{font-size:1.5rem}}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}.abde-bgcolor-white{background-color:#fff !important}.abde-bgcolor-black{background-color:#000 !important}.abde-bgcolor-ltgrey{background-color:#f7f7f7 !important}.abde-bgcolor-mdgrey{background-color:#c4c4c4 !important}.abde-bgcolor-dkgrey{background-color:#343434 !important}.abde-bgcolor-warning{background-color:#ffe5e4 !important}.abde-bgcolor-alert{background-color:#e5f6fc !important}label.abde-yellow:hover{border-left:10px solid #ffbf27}label.abde-purple:hover{border-left:10px solid #5949a7}label.abde-lightpurple:hover{border-left:10px solid #aba4cf}label.abde-lightblue:hover{border-left:10px solid #78c3e7}label.abde-blue:hover{border-left:10px solid #1e9bd7}label.abde-teal:hover{border-left:10px solid #50beaf}label.abde-aqua:hover{border-left:10px solid #1cd8c0}label.abde-white:hover{border-left:10px solid #fff}label.abde-black:hover{border-left:10px solid #000}label.abde-cyan:hover{border-left:10px solid #1e9bd7}label.abde-warning:hover{border-left:10px solid #ca2127}label.abde-alert:hover{border-left:10px solid #006da8}@media(max-width: 1024px){label.abde-yellow:hover{border-left:20px solid #ffbf27}label.abde-purple:hover{border-left:20px solid #5949a7}label.abde-lightpurple:hover{border-left:20px solid #aba4cf}label.abde-lightblue:hover{border-left:20px solid #78c3e7}label.abde-blue:hover{border-left:20px solid #1e9bd7}label.abde-teal:hover{border-left:20px solid #50beaf}label.abde-aqua:hover{border-left:20px solid #1cd8c0}label.abde-white:hover{border-left:20px solid #fff}label.abde-black:hover{border-left:20px solid #000}label.abde-cyan:hover{border-left:20px solid #1e9bd7}label.abde-warning:hover{border-left:20px solid #ca2127}label.abde-alert:hover{border-left:20px solid #006da8}}.accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.accordion-slide.abde-purple{border-left:25px solid #5949a7}.accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.accordion-slide.abde-teal{border-left:25px solid #50beaf}.accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.accordion-slide.abde-white{border-left:25px solid #fff}.accordion-slide.abde-black{border-left:25px solid #000}.accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.accordion-slide.abde-warning{border-left:25px solid #ca2127}.accordion-slide.abde-alert{border-left:25px solid #006da8}@media(max-width: 1024px){.accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.accordion-slide.abde-purple{border-left:20px solid #5949a7}.accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.accordion-slide.abde-teal{border-left:20px solid #50beaf}.accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.accordion-slide.abde-white{border-left:20px solid #fff}.accordion-slide.abde-black{border-left:20px solid #000}.accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.accordion-slide.abde-warning{border-left:20px solid #ca2127}.accordion-slide.abde-alert{border-left:20px solid #006da8}}.abde-bracket-container{position:relative}.abde-bracket-container h2,.abde-bracket-container h3,.abde-bracket-container h4,.abde-bracket-container h5{padding-right:20px}.abde-bracket-container p{line-height:32px}.abde-bracket-container.abde-bracket-hide:before,.abde-bracket-container.abde-bracket-hide:after{display:none}.abde-bracket-container.abde-bracket-gray:before,.abde-bracket-container.abde-bracket-gray:after{border-color:#f0f0f0 !important}.abde-bracket-container.abde-bracket-left.abde-bracket-padded{padding-left:47px}.abde-bracket-container.abde-bracket-left:before{content:" ";position:absolute;top:0px;height:100%;width:47px;left:0px;border-left:26px solid #fff;border-top:26px solid #fff;border-bottom:26px solid #fff;z-index:2}.abde-bracket-container.abde-bracket-left.abde-bracket-collapse:before{border-left:none;margin-right:-21px;width:21px !important}.abde-bracket-container.abde-bracket-right.abde-bracket-padded{padding-right:47px}.abde-bracket-container.abde-bracket-right:after{width:47px;content:" ";position:absolute;top:0px;height:100%;right:0px;border-right:26px solid #fff;border-top:26px solid #fff;border-bottom:26px solid #fff;z-index:2}.abde-bracket-container.abde-bracket-lg{padding-left:0}.abde-bracket-container.abde-bracket-lg.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-container.abde-bracket-lg.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-show.abde-bracket-left:before{display:block}.abde-bracket-show.abde-bracket-right:after{display:block}.abde-bracket-hide.abde-bracket-left:before{display:none}.abde-bracket-hide.abde-bracket-right:after{display:none}.abde-bracket-lg.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-lg.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}@media(min-width: 576px){.abde-bracket-show-sm.abde-bracket-left:before{display:block}.abde-bracket-show-sm.abde-bracket-right:after{display:block}.abde-bracket-hide-sm.abde-bracket-left:before{display:none}.abde-bracket-hide-sm.abde-bracket-right:after{display:none}.abde-bracket-lg-sm.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-lg-sm.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 768px){.abde-bracket-show-md.abde-bracket-left:before{display:block}.abde-bracket-show-md.abde-bracket-right:after{display:block}.abde-bracket-hide-md.abde-bracket-left:before{display:none}.abde-bracket-hide-md.abde-bracket-right:after{display:none}.abde-bracket-lg-md.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-lg-md.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1024px){.abde-bracket-show-mdlg.abde-bracket-left:before{display:block}.abde-bracket-show-mdlg.abde-bracket-right:after{display:block}.abde-bracket-hide-mdlg.abde-bracket-left:before{display:none}.abde-bracket-hide-mdlg.abde-bracket-right:after{display:none}.abde-bracket-lg-mdlg.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-lg-mdlg.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1176px){.abde-bracket-show-lg.abde-bracket-left:before{display:block}.abde-bracket-show-lg.abde-bracket-right:after{display:block}.abde-bracket-hide-lg.abde-bracket-left:before{display:none}.abde-bracket-hide-lg.abde-bracket-right:after{display:none}.abde-bracket-lg-lg.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-lg-lg.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1440px){.abde-bracket-show-xl.abde-bracket-left:before{display:block}.abde-bracket-show-xl.abde-bracket-right:after{display:block}.abde-bracket-hide-xl.abde-bracket-left:before{display:none}.abde-bracket-hide-xl.abde-bracket-right:after{display:none}.abde-bracket-lg-xl.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-lg-xl.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1920px){.abde-bracket-show-xxl.abde-bracket-left:before{display:block}.abde-bracket-show-xxl.abde-bracket-right:after{display:block}.abde-bracket-hide-xxl.abde-bracket-left:before{display:none}.abde-bracket-hide-xxl.abde-bracket-right:after{display:none}.abde-bracket-lg-xxl.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-lg-xxl.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 768px){.abde-bracket-container:not(.abde-bracket-static).abde-bracket-left:before{width:49px;border-left-width:27px;border-top-width:27px;border-bottom-width:27px}.abde-bracket-container:not(.abde-bracket-static).abde-bracket-left.abde-bracket-collapse:before{border-left:none;margin-right:-22px;width:22px !important}.abde-bracket-container:not(.abde-bracket-static).abde-bracket-right:after{width:49px;border-right-width:27px;border-top-width:27px;border-bottom-width:27px}.abde-bracket-container:not(.abde-bracket-static).abde-bracket-right.abde-bracket-collapse:after{border-right:none;margin-left:-22px;width:22px !important}}@media(min-width: 1176px){.abde-bracket-with-text-expand h2{padding-right:20px}.abde-bracket-container:not(.abde-bracket-static).abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-container:not(.abde-bracket-static).abde-bracket-left.abde-bracket-collapse:before{border-left:none;margin-right:-35px;width:35px !important}.abde-bracket-container:not(.abde-bracket-static).abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-bracket-container:not(.abde-bracket-static).abde-bracket-right.abde-bracket-collapse:after{border-right:none;margin-left:-35px;width:35px !important}}.abde-m-0{margin:0 !important}.abde-mt-0,.abde-my-0{margin-top:0}.abde-mb-0,.abde-my-0{margin-bottom:0}@media(max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}.abde-m-sm{margin:20px !important}.abde-mt-sm,.abde-my-sm{margin-top:20px}.abde-mb-sm,.abde-my-sm{margin-bottom:20px}@media(max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}.abde-m-md{margin:40px !important}.abde-mt-md,.abde-my-md{margin-top:40px}.abde-mb-md,.abde-my-md{margin-bottom:40px}@media(max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}.abde-m-lg{margin:60px !important}.abde-mt-lg,.abde-my-lg{margin-top:60px}.abde-mb-lg,.abde-my-lg{margin-bottom:60px}@media(max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}.abde-m-lg2{margin:100px !important}.abde-mt-lg2,.abde-my-lg2{margin-top:100px}.abde-mb-lg2,.abde-my-lg2{margin-bottom:100px}@media(max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}.abde-m-xl{margin:140px !important}.abde-mt-xl,.abde-my-xl{margin-top:140px}.abde-mb-xl,.abde-my-xl{margin-bottom:140px}@media(max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}.abde-p-0{padding:0 !important}.abde-pt-0,.abde-py-0{padding-top:0}.abde-pb-0,.abde-py-0{padding-bottom:0}@media(max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}.abde-p-sm{padding:20px !important}.abde-pt-sm,.abde-py-sm{padding-top:20px}.abde-pb-sm,.abde-py-sm{padding-bottom:20px}@media(max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}.abde-p-md{padding:40px !important}.abde-pt-md,.abde-py-md{padding-top:40px}.abde-pb-md,.abde-py-md{padding-bottom:40px}@media(max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}.abde-p-lg{padding:60px !important}.abde-pt-lg,.abde-py-lg{padding-top:60px}.abde-pb-lg,.abde-py-lg{padding-bottom:60px}@media(max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}.abde-p-lg2{padding:100px !important}.abde-pt-lg2,.abde-py-lg2{padding-top:100px}.abde-pb-lg2,.abde-py-lg2{padding-bottom:100px}@media(max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}.abde-p-xl{padding:140px !important}.abde-pt-xl,.abde-py-xl{padding-top:140px}.abde-pb-xl,.abde-py-xl{padding-bottom:140px}@media(max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 576px){.abde-m-sm-0{margin:0 !important}.abde-mt-sm-0,.abde-my-sm-0{margin-top:0}.abde-mb-sm-0,.abde-my-sm-0{margin-bottom:0}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 576px){.abde-m-sm-sm{margin:20px !important}}@media(min-width: 576px){.abde-mt-sm-sm,.abde-my-sm-sm{margin-top:20px}}@media(min-width: 576px){.abde-mb-sm-sm,.abde-my-sm-sm{margin-bottom:20px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 576px){.abde-m-sm-md{margin:40px !important}}@media(min-width: 576px){.abde-mt-sm-md,.abde-my-sm-md{margin-top:40px}}@media(min-width: 576px){.abde-mb-sm-md,.abde-my-sm-md{margin-bottom:40px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 576px){.abde-m-sm-lg{margin:60px !important}}@media(min-width: 576px){.abde-mt-sm-lg,.abde-my-sm-lg{margin-top:60px}}@media(min-width: 576px){.abde-mb-sm-lg,.abde-my-sm-lg{margin-bottom:60px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 576px){.abde-m-sm-lg2{margin:100px !important}}@media(min-width: 576px){.abde-mt-sm-lg2,.abde-my-sm-lg2{margin-top:100px}}@media(min-width: 576px){.abde-mb-sm-lg2,.abde-my-sm-lg2{margin-bottom:100px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 576px){.abde-m-sm-xl{margin:140px !important}}@media(min-width: 576px){.abde-mt-sm-xl,.abde-my-sm-xl{margin-top:140px}}@media(min-width: 576px){.abde-mb-sm-xl,.abde-my-sm-xl{margin-bottom:140px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 576px){.abde-p-sm-0{padding:0 !important}}@media(min-width: 576px){.abde-pt-sm-0,.abde-py-sm-0{padding-top:0}}@media(min-width: 576px){.abde-pb-sm-0,.abde-py-sm-0{padding-bottom:0}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 576px){.abde-p-sm-sm{padding:20px !important}}@media(min-width: 576px){.abde-pt-sm-sm,.abde-py-sm-sm{padding-top:20px}}@media(min-width: 576px){.abde-pb-sm-sm,.abde-py-sm-sm{padding-bottom:20px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 576px){.abde-p-sm-md{padding:40px !important}}@media(min-width: 576px){.abde-pt-sm-md,.abde-py-sm-md{padding-top:40px}}@media(min-width: 576px){.abde-pb-sm-md,.abde-py-sm-md{padding-bottom:40px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 576px){.abde-p-sm-lg{padding:60px !important}}@media(min-width: 576px){.abde-pt-sm-lg,.abde-py-sm-lg{padding-top:60px}}@media(min-width: 576px){.abde-pb-sm-lg,.abde-py-sm-lg{padding-bottom:60px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 576px){.abde-p-sm-lg2{padding:100px !important}}@media(min-width: 576px){.abde-pt-sm-lg2,.abde-py-sm-lg2{padding-top:100px}}@media(min-width: 576px){.abde-pb-sm-lg2,.abde-py-sm-lg2{padding-bottom:100px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 576px){.abde-p-sm-xl{padding:140px !important}}@media(min-width: 576px){.abde-pt-sm-xl,.abde-py-sm-xl{padding-top:140px}}@media(min-width: 576px){.abde-pb-sm-xl,.abde-py-sm-xl{padding-bottom:140px}}@media(min-width: 576px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 576px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 768px){.abde-m-md-0{margin:0 !important}.abde-mt-md-0,.abde-my-md-0{margin-top:0}.abde-mb-md-0,.abde-my-md-0{margin-bottom:0}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 768px){.abde-m-md-sm{margin:20px !important}}@media(min-width: 768px){.abde-mt-md-sm,.abde-my-md-sm{margin-top:20px}}@media(min-width: 768px){.abde-mb-md-sm,.abde-my-md-sm{margin-bottom:20px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 768px){.abde-m-md-md{margin:40px !important}}@media(min-width: 768px){.abde-mt-md-md,.abde-my-md-md{margin-top:40px}}@media(min-width: 768px){.abde-mb-md-md,.abde-my-md-md{margin-bottom:40px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 768px){.abde-m-md-lg{margin:60px !important}}@media(min-width: 768px){.abde-mt-md-lg,.abde-my-md-lg{margin-top:60px}}@media(min-width: 768px){.abde-mb-md-lg,.abde-my-md-lg{margin-bottom:60px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 768px){.abde-m-md-lg2{margin:100px !important}}@media(min-width: 768px){.abde-mt-md-lg2,.abde-my-md-lg2{margin-top:100px}}@media(min-width: 768px){.abde-mb-md-lg2,.abde-my-md-lg2{margin-bottom:100px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 768px){.abde-m-md-xl{margin:140px !important}}@media(min-width: 768px){.abde-mt-md-xl,.abde-my-md-xl{margin-top:140px}}@media(min-width: 768px){.abde-mb-md-xl,.abde-my-md-xl{margin-bottom:140px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 768px){.abde-p-md-0{padding:0 !important}}@media(min-width: 768px){.abde-pt-md-0,.abde-py-md-0{padding-top:0}}@media(min-width: 768px){.abde-pb-md-0,.abde-py-md-0{padding-bottom:0}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 768px){.abde-p-md-sm{padding:20px !important}}@media(min-width: 768px){.abde-pt-md-sm,.abde-py-md-sm{padding-top:20px}}@media(min-width: 768px){.abde-pb-md-sm,.abde-py-md-sm{padding-bottom:20px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 768px){.abde-p-md-md{padding:40px !important}}@media(min-width: 768px){.abde-pt-md-md,.abde-py-md-md{padding-top:40px}}@media(min-width: 768px){.abde-pb-md-md,.abde-py-md-md{padding-bottom:40px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 768px){.abde-p-md-lg{padding:60px !important}}@media(min-width: 768px){.abde-pt-md-lg,.abde-py-md-lg{padding-top:60px}}@media(min-width: 768px){.abde-pb-md-lg,.abde-py-md-lg{padding-bottom:60px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 768px){.abde-p-md-lg2{padding:100px !important}}@media(min-width: 768px){.abde-pt-md-lg2,.abde-py-md-lg2{padding-top:100px}}@media(min-width: 768px){.abde-pb-md-lg2,.abde-py-md-lg2{padding-bottom:100px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 768px){.abde-p-md-xl{padding:140px !important}}@media(min-width: 768px){.abde-pt-md-xl,.abde-py-md-xl{padding-top:140px}}@media(min-width: 768px){.abde-pb-md-xl,.abde-py-md-xl{padding-bottom:140px}}@media(min-width: 768px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 768px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-m-mdlg-0{margin:0 !important}.abde-mt-mdlg-0,.abde-my-mdlg-0{margin-top:0}.abde-mb-mdlg-0,.abde-my-mdlg-0{margin-bottom:0}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-m-mdlg-sm{margin:20px !important}}@media(min-width: 1024px){.abde-mt-mdlg-sm,.abde-my-mdlg-sm{margin-top:20px}}@media(min-width: 1024px){.abde-mb-mdlg-sm,.abde-my-mdlg-sm{margin-bottom:20px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-m-mdlg-md{margin:40px !important}}@media(min-width: 1024px){.abde-mt-mdlg-md,.abde-my-mdlg-md{margin-top:40px}}@media(min-width: 1024px){.abde-mb-mdlg-md,.abde-my-mdlg-md{margin-bottom:40px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-m-mdlg-lg{margin:60px !important}}@media(min-width: 1024px){.abde-mt-mdlg-lg,.abde-my-mdlg-lg{margin-top:60px}}@media(min-width: 1024px){.abde-mb-mdlg-lg,.abde-my-mdlg-lg{margin-bottom:60px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-m-mdlg-lg2{margin:100px !important}}@media(min-width: 1024px){.abde-mt-mdlg-lg2,.abde-my-mdlg-lg2{margin-top:100px}}@media(min-width: 1024px){.abde-mb-mdlg-lg2,.abde-my-mdlg-lg2{margin-bottom:100px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-m-mdlg-xl{margin:140px !important}}@media(min-width: 1024px){.abde-mt-mdlg-xl,.abde-my-mdlg-xl{margin-top:140px}}@media(min-width: 1024px){.abde-mb-mdlg-xl,.abde-my-mdlg-xl{margin-bottom:140px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-p-mdlg-0{padding:0 !important}}@media(min-width: 1024px){.abde-pt-mdlg-0,.abde-py-mdlg-0{padding-top:0}}@media(min-width: 1024px){.abde-pb-mdlg-0,.abde-py-mdlg-0{padding-bottom:0}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-p-mdlg-sm{padding:20px !important}}@media(min-width: 1024px){.abde-pt-mdlg-sm,.abde-py-mdlg-sm{padding-top:20px}}@media(min-width: 1024px){.abde-pb-mdlg-sm,.abde-py-mdlg-sm{padding-bottom:20px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-p-mdlg-md{padding:40px !important}}@media(min-width: 1024px){.abde-pt-mdlg-md,.abde-py-mdlg-md{padding-top:40px}}@media(min-width: 1024px){.abde-pb-mdlg-md,.abde-py-mdlg-md{padding-bottom:40px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-p-mdlg-lg{padding:60px !important}}@media(min-width: 1024px){.abde-pt-mdlg-lg,.abde-py-mdlg-lg{padding-top:60px}}@media(min-width: 1024px){.abde-pb-mdlg-lg,.abde-py-mdlg-lg{padding-bottom:60px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-p-mdlg-lg2{padding:100px !important}}@media(min-width: 1024px){.abde-pt-mdlg-lg2,.abde-py-mdlg-lg2{padding-top:100px}}@media(min-width: 1024px){.abde-pb-mdlg-lg2,.abde-py-mdlg-lg2{padding-bottom:100px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1024px){.abde-p-mdlg-xl{padding:140px !important}}@media(min-width: 1024px){.abde-pt-mdlg-xl,.abde-py-mdlg-xl{padding-top:140px}}@media(min-width: 1024px){.abde-pb-mdlg-xl,.abde-py-mdlg-xl{padding-bottom:140px}}@media(min-width: 1024px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1024px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-m-lg-0{margin:0 !important}.abde-mt-lg-0,.abde-my-lg-0{margin-top:0}.abde-mb-lg-0,.abde-my-lg-0{margin-bottom:0}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-m-lg-sm{margin:20px !important}}@media(min-width: 1176px){.abde-mt-lg-sm,.abde-my-lg-sm{margin-top:20px}}@media(min-width: 1176px){.abde-mb-lg-sm,.abde-my-lg-sm{margin-bottom:20px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-m-lg-md{margin:40px !important}}@media(min-width: 1176px){.abde-mt-lg-md,.abde-my-lg-md{margin-top:40px}}@media(min-width: 1176px){.abde-mb-lg-md,.abde-my-lg-md{margin-bottom:40px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-m-lg-lg{margin:60px !important}}@media(min-width: 1176px){.abde-mt-lg-lg,.abde-my-lg-lg{margin-top:60px}}@media(min-width: 1176px){.abde-mb-lg-lg,.abde-my-lg-lg{margin-bottom:60px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-m-lg-lg2{margin:100px !important}}@media(min-width: 1176px){.abde-mt-lg-lg2,.abde-my-lg-lg2{margin-top:100px}}@media(min-width: 1176px){.abde-mb-lg-lg2,.abde-my-lg-lg2{margin-bottom:100px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-m-lg-xl{margin:140px !important}}@media(min-width: 1176px){.abde-mt-lg-xl,.abde-my-lg-xl{margin-top:140px}}@media(min-width: 1176px){.abde-mb-lg-xl,.abde-my-lg-xl{margin-bottom:140px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-p-lg-0{padding:0 !important}}@media(min-width: 1176px){.abde-pt-lg-0,.abde-py-lg-0{padding-top:0}}@media(min-width: 1176px){.abde-pb-lg-0,.abde-py-lg-0{padding-bottom:0}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-p-lg-sm{padding:20px !important}}@media(min-width: 1176px){.abde-pt-lg-sm,.abde-py-lg-sm{padding-top:20px}}@media(min-width: 1176px){.abde-pb-lg-sm,.abde-py-lg-sm{padding-bottom:20px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-p-lg-md{padding:40px !important}}@media(min-width: 1176px){.abde-pt-lg-md,.abde-py-lg-md{padding-top:40px}}@media(min-width: 1176px){.abde-pb-lg-md,.abde-py-lg-md{padding-bottom:40px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-p-lg-lg{padding:60px !important}}@media(min-width: 1176px){.abde-pt-lg-lg,.abde-py-lg-lg{padding-top:60px}}@media(min-width: 1176px){.abde-pb-lg-lg,.abde-py-lg-lg{padding-bottom:60px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-p-lg-lg2{padding:100px !important}}@media(min-width: 1176px){.abde-pt-lg-lg2,.abde-py-lg-lg2{padding-top:100px}}@media(min-width: 1176px){.abde-pb-lg-lg2,.abde-py-lg-lg2{padding-bottom:100px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1176px){.abde-p-lg-xl{padding:140px !important}}@media(min-width: 1176px){.abde-pt-lg-xl,.abde-py-lg-xl{padding-top:140px}}@media(min-width: 1176px){.abde-pb-lg-xl,.abde-py-lg-xl{padding-bottom:140px}}@media(min-width: 1176px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1176px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-m-xl-0{margin:0 !important}.abde-mt-xl-0,.abde-my-xl-0{margin-top:0}.abde-mb-xl-0,.abde-my-xl-0{margin-bottom:0}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-m-xl-sm{margin:20px !important}}@media(min-width: 1440px){.abde-mt-xl-sm,.abde-my-xl-sm{margin-top:20px}}@media(min-width: 1440px){.abde-mb-xl-sm,.abde-my-xl-sm{margin-bottom:20px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-m-xl-md{margin:40px !important}}@media(min-width: 1440px){.abde-mt-xl-md,.abde-my-xl-md{margin-top:40px}}@media(min-width: 1440px){.abde-mb-xl-md,.abde-my-xl-md{margin-bottom:40px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-m-xl-lg{margin:60px !important}}@media(min-width: 1440px){.abde-mt-xl-lg,.abde-my-xl-lg{margin-top:60px}}@media(min-width: 1440px){.abde-mb-xl-lg,.abde-my-xl-lg{margin-bottom:60px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-m-xl-lg2{margin:100px !important}}@media(min-width: 1440px){.abde-mt-xl-lg2,.abde-my-xl-lg2{margin-top:100px}}@media(min-width: 1440px){.abde-mb-xl-lg2,.abde-my-xl-lg2{margin-bottom:100px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-m-xl-xl{margin:140px !important}}@media(min-width: 1440px){.abde-mt-xl-xl,.abde-my-xl-xl{margin-top:140px}}@media(min-width: 1440px){.abde-mb-xl-xl,.abde-my-xl-xl{margin-bottom:140px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-p-xl-0{padding:0 !important}}@media(min-width: 1440px){.abde-pt-xl-0,.abde-py-xl-0{padding-top:0}}@media(min-width: 1440px){.abde-pb-xl-0,.abde-py-xl-0{padding-bottom:0}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-p-xl-sm{padding:20px !important}}@media(min-width: 1440px){.abde-pt-xl-sm,.abde-py-xl-sm{padding-top:20px}}@media(min-width: 1440px){.abde-pb-xl-sm,.abde-py-xl-sm{padding-bottom:20px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-p-xl-md{padding:40px !important}}@media(min-width: 1440px){.abde-pt-xl-md,.abde-py-xl-md{padding-top:40px}}@media(min-width: 1440px){.abde-pb-xl-md,.abde-py-xl-md{padding-bottom:40px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-p-xl-lg{padding:60px !important}}@media(min-width: 1440px){.abde-pt-xl-lg,.abde-py-xl-lg{padding-top:60px}}@media(min-width: 1440px){.abde-pb-xl-lg,.abde-py-xl-lg{padding-bottom:60px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-p-xl-lg2{padding:100px !important}}@media(min-width: 1440px){.abde-pt-xl-lg2,.abde-py-xl-lg2{padding-top:100px}}@media(min-width: 1440px){.abde-pb-xl-lg2,.abde-py-xl-lg2{padding-bottom:100px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1440px){.abde-p-xl-xl{padding:140px !important}}@media(min-width: 1440px){.abde-pt-xl-xl,.abde-py-xl-xl{padding-top:140px}}@media(min-width: 1440px){.abde-pb-xl-xl,.abde-py-xl-xl{padding-bottom:140px}}@media(min-width: 1440px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1440px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-m-xxl-0{margin:0 !important}.abde-mt-xxl-0,.abde-my-xxl-0{margin-top:0}.abde-mb-xxl-0,.abde-my-xxl-0{margin-bottom:0}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-m-xxl-sm{margin:20px !important}}@media(min-width: 1920px){.abde-mt-xxl-sm,.abde-my-xxl-sm{margin-top:20px}}@media(min-width: 1920px){.abde-mb-xxl-sm,.abde-my-xxl-sm{margin-bottom:20px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-m-xxl-md{margin:40px !important}}@media(min-width: 1920px){.abde-mt-xxl-md,.abde-my-xxl-md{margin-top:40px}}@media(min-width: 1920px){.abde-mb-xxl-md,.abde-my-xxl-md{margin-bottom:40px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-m-xxl-lg{margin:60px !important}}@media(min-width: 1920px){.abde-mt-xxl-lg,.abde-my-xxl-lg{margin-top:60px}}@media(min-width: 1920px){.abde-mb-xxl-lg,.abde-my-xxl-lg{margin-bottom:60px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-m-xxl-lg2{margin:100px !important}}@media(min-width: 1920px){.abde-mt-xxl-lg2,.abde-my-xxl-lg2{margin-top:100px}}@media(min-width: 1920px){.abde-mb-xxl-lg2,.abde-my-xxl-lg2{margin-bottom:100px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-m-xxl-xl{margin:140px !important}}@media(min-width: 1920px){.abde-mt-xxl-xl,.abde-my-xxl-xl{margin-top:140px}}@media(min-width: 1920px){.abde-mb-xxl-xl,.abde-my-xxl-xl{margin-bottom:140px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-p-xxl-0{padding:0 !important}}@media(min-width: 1920px){.abde-pt-xxl-0,.abde-py-xxl-0{padding-top:0}}@media(min-width: 1920px){.abde-pb-xxl-0,.abde-py-xxl-0{padding-bottom:0}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-0{margin-top:0 !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-0{margin-bottom:0 !important}.abde-teaser-list .abde-stacked-0{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-p-xxl-sm{padding:20px !important}}@media(min-width: 1920px){.abde-pt-xxl-sm,.abde-py-xxl-sm{padding-top:20px}}@media(min-width: 1920px){.abde-pb-xxl-sm,.abde-py-xxl-sm{padding-bottom:20px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-sm{margin-top:20px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-sm{margin-bottom:20px !important}.abde-teaser-list .abde-stacked-sm{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-p-xxl-md{padding:40px !important}}@media(min-width: 1920px){.abde-pt-xxl-md,.abde-py-xxl-md{padding-top:40px}}@media(min-width: 1920px){.abde-pb-xxl-md,.abde-py-xxl-md{padding-bottom:40px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-md{margin-top:40px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-md{margin-bottom:40px !important}.abde-teaser-list .abde-stacked-md{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-p-xxl-lg{padding:60px !important}}@media(min-width: 1920px){.abde-pt-xxl-lg,.abde-py-xxl-lg{padding-top:60px}}@media(min-width: 1920px){.abde-pb-xxl-lg,.abde-py-xxl-lg{padding-bottom:60px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-lg{margin-top:60px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-lg{margin-bottom:60px !important}.abde-teaser-list .abde-stacked-lg{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-p-xxl-lg2{padding:100px !important}}@media(min-width: 1920px){.abde-pt-xxl-lg2,.abde-py-xxl-lg2{padding-top:100px}}@media(min-width: 1920px){.abde-pb-xxl-lg2,.abde-py-xxl-lg2{padding-bottom:100px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-lg2{margin-top:100px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-lg2{margin-bottom:100px !important}.abde-teaser-list .abde-stacked-lg2{margin-bottom:0 !important}}@media(min-width: 1920px){.abde-p-xxl-xl{padding:140px !important}}@media(min-width: 1920px){.abde-pt-xxl-xl,.abde-py-xxl-xl{padding-top:140px}}@media(min-width: 1920px){.abde-pb-xxl-xl,.abde-py-xxl-xl{padding-bottom:140px}}@media(min-width: 1920px)and (max-width: 576px){.abde-stacked-t-xl{margin-top:140px !important}}@media(min-width: 1920px)and (max-width: 1024px){.abde-stacked-xl{margin-bottom:140px !important}.abde-teaser-list .abde-stacked-xl{margin-bottom:0 !important}}.abde-mb-xs{margin-bottom:5px !important}.abde-mb-sm{margin-bottom:20px !important}.abde-mb-md{margin-bottom:40px !important}.abde-mb-lg{margin-bottom:60px !important}.abde-mb-xl{margin-bottom:80px !important}.abde-mb-xxl{margin-bottom:90px !important}@media(min-width: 768px){.abde-mb-xs{margin-bottom:10px !important}.abde-mb-sm{margin-bottom:40px !important}.abde-mb-md{margin-bottom:80px !important}.abde-mb-lg{margin-bottom:120px !important}.abde-mb-xl{margin-bottom:160px !important}.abde-mb-xxl{margin-bottom:180px !important}}.abde-spacer div[class*=abde-mb-]{font-size:0}.abde-ml-0,.abde-mx-0{margin-left:0 !important}.abde-mr-0,.abde-mx-0{margin-right:0 !important}.abde-min-height-auto{min-height:auto !important}.abde-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.abde-col-xxl,.abde-col-xxl-auto,.abde-col-xxl-12,.abde-col-xxl-11,.abde-col-xxl-10,.abde-col-xxl-9,.abde-col-xxl-8,.abde-col-xxl-7,.abde-col-xxl-6,.abde-col-xxl-5,.abde-col-xxl-4,.abde-col-xxl-3,.abde-col-xxl-2,.abde-col-xxl-1,.abde-col-xl,.abde-col-xl-auto,.abde-col-xl-12,.abde-col-xl-11,.abde-col-xl-10,.abde-col-xl-9,.abde-col-xl-8,.abde-col-xl-7,.abde-col-xl-6,.abde-col-xl-5,.abde-col-xl-4,.abde-col-xl-3,.abde-col-xl-2,.abde-col-xl-1,.abde-col-lg,.abde-col-lg-auto,.abde-col-lg-12,.abde-col-lg-11,.abde-col-lg-10,.abde-col-lg-9,.abde-col-lg-8,.abde-col-lg-7,.abde-col-lg-6,.abde-col-lg-5,.abde-col-lg-4,.abde-col-lg-3,.abde-col-lg-2,.abde-col-lg-1,.abde-col-mdlg,.abde-col-mdlg-auto,.abde-col-mdlg-12,.abde-col-mdlg-11,.abde-col-mdlg-10,.abde-col-mdlg-9,.abde-col-mdlg-8,.abde-col-mdlg-7,.abde-col-mdlg-6,.abde-col-mdlg-5,.abde-col-mdlg-4,.abde-col-mdlg-3,.abde-col-mdlg-2,.abde-col-mdlg-1,.abde-col-md,.abde-col-md-auto,.abde-col-md-12,.abde-col-md-11,.abde-col-md-10,.abde-col-md-9,.abde-col-md-8,.abde-col-md-7,.abde-col-md-6,.abde-col-md-5,.abde-col-md-4,.abde-col-md-3,.abde-col-md-2,.abde-col-md-1,.abde-col-sm,.abde-col-sm-auto,.abde-col-sm-12,.abde-col-sm-11,.abde-col-sm-10,.abde-col-sm-9,.abde-col-sm-8,.abde-col-sm-7,.abde-col-sm-6,.abde-col-sm-5,.abde-col-sm-4,.abde-col-sm-3,.abde-col-sm-2,.abde-col-sm-1,.abde-col,.abde-col-auto,.abde-col-12,.abde-col-11,.abde-col-10,.abde-col-9,.abde-col-8,.abde-col-7,.abde-col-6,.abde-col-5,.abde-col-4,.abde-col-3,.abde-col-2,.abde-col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.abde-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.abde-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.abde-col-fifths{-webkit-box-flex:0;-ms-flex:0 0 20;flex:0 0 20;max-width:20%}.abde-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.abde-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.abde-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.abde-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.abde-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.abde-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.abde-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.abde-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.abde-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.abde-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.abde-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.abde-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.abde-offset-1{margin-left:8.3333333333%}.abde-offset-2{margin-left:16.6666666667%}.abde-offset-3{margin-left:25%}.abde-offset-4{margin-left:33.3333333333%}.abde-offset-5{margin-left:41.6666666667%}.abde-offset-6{margin-left:50%}.abde-offset-7{margin-left:58.3333333333%}.abde-offset-8{margin-left:66.6666666667%}.abde-offset-9{margin-left:75%}.abde-offset-10{margin-left:83.3333333333%}.abde-offset-11{margin-left:91.6666666667%}.abde-offset-right-1{margin-right:8.3333333333%}.abde-offset-right-2{margin-right:16.6666666667%}.abde-offset-right-3{margin-right:25%}.abde-offset-right-4{margin-right:33.3333333333%}.abde-offset-right-5{margin-right:41.6666666667%}.abde-offset-right-6{margin-right:50%}.abde-offset-right-7{margin-right:58.3333333333%}.abde-offset-right-8{margin-right:66.6666666667%}.abde-offset-right-9{margin-right:75%}.abde-offset-right-10{margin-right:83.3333333333%}.abde-offset-right-11{margin-right:91.6666666667%}@media(min-width: 576px){.abde-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.abde-col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.abde-col-sm-fifths{-webkit-box-flex:0;-ms-flex:0 0 20;flex:0 0 20;max-width:20%}.abde-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.abde-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.abde-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.abde-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.abde-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.abde-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.abde-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.abde-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.abde-col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.abde-col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.abde-col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.abde-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.abde-offset-sm-0{margin-left:0}.abde-offset-sm-1{margin-left:8.3333333333%}.abde-offset-sm-2{margin-left:16.6666666667%}.abde-offset-sm-3{margin-left:25%}.abde-offset-sm-4{margin-left:33.3333333333%}.abde-offset-sm-5{margin-left:41.6666666667%}.abde-offset-sm-6{margin-left:50%}.abde-offset-sm-7{margin-left:58.3333333333%}.abde-offset-sm-8{margin-left:66.6666666667%}.abde-offset-sm-9{margin-left:75%}.abde-offset-sm-10{margin-left:83.3333333333%}.abde-offset-sm-11{margin-left:91.6666666667%}.abde-offset-right-sm-0{margin-right:0}.abde-offset-right-sm-1{margin-right:8.3333333333%}.abde-offset-right-sm-2{margin-right:16.6666666667%}.abde-offset-right-sm-3{margin-right:25%}.abde-offset-right-sm-4{margin-right:33.3333333333%}.abde-offset-right-sm-5{margin-right:41.6666666667%}.abde-offset-right-sm-6{margin-right:50%}.abde-offset-right-sm-7{margin-right:58.3333333333%}.abde-offset-right-sm-8{margin-right:66.6666666667%}.abde-offset-right-sm-9{margin-right:75%}.abde-offset-right-sm-10{margin-right:83.3333333333%}.abde-offset-right-sm-11{margin-right:91.6666666667%}}@media(min-width: 768px){.abde-col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.abde-col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.abde-col-md-fifths{-webkit-box-flex:0;-ms-flex:0 0 20;flex:0 0 20;max-width:20%}.abde-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.abde-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.abde-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.abde-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.abde-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.abde-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.abde-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.abde-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.abde-col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.abde-col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.abde-col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.abde-col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.abde-offset-md-0{margin-left:0}.abde-offset-md-1{margin-left:8.3333333333%}.abde-offset-md-2{margin-left:16.6666666667%}.abde-offset-md-3{margin-left:25%}.abde-offset-md-4{margin-left:33.3333333333%}.abde-offset-md-5{margin-left:41.6666666667%}.abde-offset-md-6{margin-left:50%}.abde-offset-md-7{margin-left:58.3333333333%}.abde-offset-md-8{margin-left:66.6666666667%}.abde-offset-md-9{margin-left:75%}.abde-offset-md-10{margin-left:83.3333333333%}.abde-offset-md-11{margin-left:91.6666666667%}.abde-offset-right-md-0{margin-right:0}.abde-offset-right-md-1{margin-right:8.3333333333%}.abde-offset-right-md-2{margin-right:16.6666666667%}.abde-offset-right-md-3{margin-right:25%}.abde-offset-right-md-4{margin-right:33.3333333333%}.abde-offset-right-md-5{margin-right:41.6666666667%}.abde-offset-right-md-6{margin-right:50%}.abde-offset-right-md-7{margin-right:58.3333333333%}.abde-offset-right-md-8{margin-right:66.6666666667%}.abde-offset-right-md-9{margin-right:75%}.abde-offset-right-md-10{margin-right:83.3333333333%}.abde-offset-right-md-11{margin-right:91.6666666667%}}@media(min-width: 1024px){.abde-col-mdlg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.abde-col-mdlg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.abde-col-mdlg-fifths{-webkit-box-flex:0;-ms-flex:0 0 20;flex:0 0 20;max-width:20%}.abde-col-mdlg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.abde-col-mdlg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.abde-col-mdlg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.abde-col-mdlg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.abde-col-mdlg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.abde-col-mdlg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.abde-col-mdlg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.abde-col-mdlg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.abde-col-mdlg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.abde-col-mdlg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.abde-col-mdlg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.abde-col-mdlg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-mdlg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-mdlg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-mdlg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-mdlg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-mdlg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-mdlg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-mdlg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-mdlg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-mdlg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-mdlg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-mdlg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-mdlg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-mdlg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-mdlg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-mdlg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.abde-offset-mdlg-0{margin-left:0}.abde-offset-mdlg-1{margin-left:8.3333333333%}.abde-offset-mdlg-2{margin-left:16.6666666667%}.abde-offset-mdlg-3{margin-left:25%}.abde-offset-mdlg-4{margin-left:33.3333333333%}.abde-offset-mdlg-5{margin-left:41.6666666667%}.abde-offset-mdlg-6{margin-left:50%}.abde-offset-mdlg-7{margin-left:58.3333333333%}.abde-offset-mdlg-8{margin-left:66.6666666667%}.abde-offset-mdlg-9{margin-left:75%}.abde-offset-mdlg-10{margin-left:83.3333333333%}.abde-offset-mdlg-11{margin-left:91.6666666667%}.abde-offset-right-mdlg-0{margin-right:0}.abde-offset-right-mdlg-1{margin-right:8.3333333333%}.abde-offset-right-mdlg-2{margin-right:16.6666666667%}.abde-offset-right-mdlg-3{margin-right:25%}.abde-offset-right-mdlg-4{margin-right:33.3333333333%}.abde-offset-right-mdlg-5{margin-right:41.6666666667%}.abde-offset-right-mdlg-6{margin-right:50%}.abde-offset-right-mdlg-7{margin-right:58.3333333333%}.abde-offset-right-mdlg-8{margin-right:66.6666666667%}.abde-offset-right-mdlg-9{margin-right:75%}.abde-offset-right-mdlg-10{margin-right:83.3333333333%}.abde-offset-right-mdlg-11{margin-right:91.6666666667%}}@media(min-width: 1176px){.abde-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.abde-col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.abde-col-lg-fifths{-webkit-box-flex:0;-ms-flex:0 0 20;flex:0 0 20;max-width:20%}.abde-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.abde-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.abde-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.abde-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.abde-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.abde-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.abde-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.abde-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.abde-col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.abde-col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.abde-col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.abde-col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.abde-offset-lg-0{margin-left:0}.abde-offset-lg-1{margin-left:8.3333333333%}.abde-offset-lg-2{margin-left:16.6666666667%}.abde-offset-lg-3{margin-left:25%}.abde-offset-lg-4{margin-left:33.3333333333%}.abde-offset-lg-5{margin-left:41.6666666667%}.abde-offset-lg-6{margin-left:50%}.abde-offset-lg-7{margin-left:58.3333333333%}.abde-offset-lg-8{margin-left:66.6666666667%}.abde-offset-lg-9{margin-left:75%}.abde-offset-lg-10{margin-left:83.3333333333%}.abde-offset-lg-11{margin-left:91.6666666667%}.abde-offset-right-lg-0{margin-right:0}.abde-offset-right-lg-1{margin-right:8.3333333333%}.abde-offset-right-lg-2{margin-right:16.6666666667%}.abde-offset-right-lg-3{margin-right:25%}.abde-offset-right-lg-4{margin-right:33.3333333333%}.abde-offset-right-lg-5{margin-right:41.6666666667%}.abde-offset-right-lg-6{margin-right:50%}.abde-offset-right-lg-7{margin-right:58.3333333333%}.abde-offset-right-lg-8{margin-right:66.6666666667%}.abde-offset-right-lg-9{margin-right:75%}.abde-offset-right-lg-10{margin-right:83.3333333333%}.abde-offset-right-lg-11{margin-right:91.6666666667%}}@media(min-width: 1440px){.abde-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.abde-col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.abde-col-xl-fifths{-webkit-box-flex:0;-ms-flex:0 0 20;flex:0 0 20;max-width:20%}.abde-col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.abde-col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.abde-col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.abde-col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.abde-col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.abde-col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.abde-col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.abde-col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.abde-col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.abde-col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.abde-col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.abde-col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.abde-offset-xl-0{margin-left:0}.abde-offset-xl-1{margin-left:8.3333333333%}.abde-offset-xl-2{margin-left:16.6666666667%}.abde-offset-xl-3{margin-left:25%}.abde-offset-xl-4{margin-left:33.3333333333%}.abde-offset-xl-5{margin-left:41.6666666667%}.abde-offset-xl-6{margin-left:50%}.abde-offset-xl-7{margin-left:58.3333333333%}.abde-offset-xl-8{margin-left:66.6666666667%}.abde-offset-xl-9{margin-left:75%}.abde-offset-xl-10{margin-left:83.3333333333%}.abde-offset-xl-11{margin-left:91.6666666667%}.abde-offset-right-xl-0{margin-right:0}.abde-offset-right-xl-1{margin-right:8.3333333333%}.abde-offset-right-xl-2{margin-right:16.6666666667%}.abde-offset-right-xl-3{margin-right:25%}.abde-offset-right-xl-4{margin-right:33.3333333333%}.abde-offset-right-xl-5{margin-right:41.6666666667%}.abde-offset-right-xl-6{margin-right:50%}.abde-offset-right-xl-7{margin-right:58.3333333333%}.abde-offset-right-xl-8{margin-right:66.6666666667%}.abde-offset-right-xl-9{margin-right:75%}.abde-offset-right-xl-10{margin-right:83.3333333333%}.abde-offset-right-xl-11{margin-right:91.6666666667%}}@media(min-width: 1920px){.abde-col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.abde-col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.abde-col-xxl-fifths{-webkit-box-flex:0;-ms-flex:0 0 20;flex:0 0 20;max-width:20%}.abde-col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.abde-col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.abde-col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.abde-col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.abde-col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.abde-col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.abde-col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.abde-col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.abde-col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.abde-col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.abde-col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.abde-col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.abde-offset-xxl-0{margin-left:0}.abde-offset-xxl-1{margin-left:8.3333333333%}.abde-offset-xxl-2{margin-left:16.6666666667%}.abde-offset-xxl-3{margin-left:25%}.abde-offset-xxl-4{margin-left:33.3333333333%}.abde-offset-xxl-5{margin-left:41.6666666667%}.abde-offset-xxl-6{margin-left:50%}.abde-offset-xxl-7{margin-left:58.3333333333%}.abde-offset-xxl-8{margin-left:66.6666666667%}.abde-offset-xxl-9{margin-left:75%}.abde-offset-xxl-10{margin-left:83.3333333333%}.abde-offset-xxl-11{margin-left:91.6666666667%}.abde-offset-right-xxl-0{margin-right:0}.abde-offset-right-xxl-1{margin-right:8.3333333333%}.abde-offset-right-xxl-2{margin-right:16.6666666667%}.abde-offset-right-xxl-3{margin-right:25%}.abde-offset-right-xxl-4{margin-right:33.3333333333%}.abde-offset-right-xxl-5{margin-right:41.6666666667%}.abde-offset-right-xxl-6{margin-right:50%}.abde-offset-right-xxl-7{margin-right:58.3333333333%}.abde-offset-right-xxl-8{margin-right:66.6666666667%}.abde-offset-right-xxl-9{margin-right:75%}.abde-offset-right-xxl-10{margin-right:83.3333333333%}.abde-offset-right-xxl-11{margin-right:91.6666666667%}}.abde-flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.abde-flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.abde-flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.abde-flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.abde-flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.abde-flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.abde-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.abde-flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.abde-flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.abde-flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.abde-flex-grow-2{-webkit-box-flex:2 !important;-ms-flex-positive:2 !important;flex-grow:2 !important}.abde-flex-grow-3{-webkit-box-flex:3 !important;-ms-flex-positive:3 !important;flex-grow:3 !important}.abde-flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.abde-flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.abde-justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.abde-justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.abde-justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.abde-justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.abde-justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.abde-align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.abde-align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.abde-align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.abde-align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.abde-align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.abde-align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.abde-align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.abde-align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.abde-align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.abde-align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.abde-align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.abde-align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.abde-align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.abde-align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.abde-align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.abde-align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.abde-align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}.abde-order-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.abde-order-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}.abde-order-3{-webkit-box-ordinal-group:4 !important;-ms-flex-order:3 !important;order:3 !important}.abde-order-4{-webkit-box-ordinal-group:5 !important;-ms-flex-order:4 !important;order:4 !important}.abde-order-5{-webkit-box-ordinal-group:6 !important;-ms-flex-order:5 !important;order:5 !important}.abde-order-6{-webkit-box-ordinal-group:7 !important;-ms-flex-order:6 !important;order:6 !important}.abde-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:576px}@media(min-width: 576px){.abde-container{max-width:576px}}@media(min-width: 768px){.abde-container{max-width:768px}}@media(min-width: 1024px){.abde-container{max-width:1024px}}@media(min-width: 1176px){.abde-container{max-width:1176px}}@media(max-width: 768px){.abde-container.abde-full-width-mobile{max-width:100% !important;padding-left:0;padding-right:0}}.abde-container-wide{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:576px;padding-left:0;padding-right:0}@media(min-width: 576px){.abde-container-wide{max-width:576px}}@media(min-width: 768px){.abde-container-wide{max-width:768px}}@media(min-width: 1024px){.abde-container-wide{max-width:1024px}}@media(min-width: 1176px){.abde-container-wide{max-width:1176px}}@media(min-width: 1440px){.abde-container-wide{max-width:1440px}}@media(max-width: 768px){.abde-container-wide{padding-left:15px;padding-right:15px}.abde-container-wide.abde-full-width-mobile{max-width:100% !important}}.abde-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-left:0 !important;padding-right:0 !important;overflow:hidden;max-width:1920px}.abde-container-fluid[\:has\(div.product-search\)]{overflow:visible}.abde-container-fluid:has(div.product-search){overflow:visible}header.abde-container-fluid{overflow:visible}.abde-container-offset{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-left:0;padding-right:0;overflow:hidden;max-width:776px}.abde-container-offset[\:has\(div.product-search\)]{overflow:visible}.abde-container-offset:has(div.product-search){overflow:visible}@media(max-width: 768px){.abde-container-offset[\:has\(div.product-search\)]{padding-left:7px;padding-right:7px}.abde-container-offset:has(div.product-search){padding-left:7px;padding-right:7px}}.abde-container-react{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;padding-left:0 !important;padding-right:0 !important;max-width:1920px}.abde-inner-wide&gt;div{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:576px}@media(min-width: 576px){.abde-inner-wide&gt;div{max-width:576px}}@media(min-width: 768px){.abde-inner-wide&gt;div{max-width:768px}}@media(min-width: 1024px){.abde-inner-wide&gt;div{max-width:1024px}}@media(min-width: 1176px){.abde-inner-wide&gt;div{max-width:1176px}}@media(min-width: 1440px){.abde-inner-wide&gt;div{max-width:1440px}}@media(max-width: 768px){.abde-inner-wide&gt;div.abde-full-width-mobile{max-width:100% !important;padding-left:0;padding-right:0}}.abde-k-bold{font-family:"Klavika",Arial,Helvetica,sans-serif !important;font-weight:700 !important}.abde-k-medium{font-family:"Klavika",Arial,Helvetica,sans-serif !important;font-weight:500 !important}.abde-k-regular{font-family:"Klavika",Arial,Helvetica,sans-serif !important;font-weight:normal !important}.abde-t-bold{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:700 !important}.abde-t-regular{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:normal !important}.abde-theme-bg{padding:30px 30px}.abde-theme-bg-dark,.abde-theme-bg-darkest,.abde-theme-bg-blue,.abde-theme-bg-dkgrey{color:#fff;padding:30px 30px}.abde-theme-bg-dark div,.abde-theme-bg-dark section,.abde-theme-bg-dark .abde-card-transparent div,.abde-theme-bg-dark .abde-card-transparent div .abde-fund-eyebrow,.abde-theme-bg-dark .abde-tab-container .arrow,.abde-theme-bg-dark .abde-text,.abde-theme-bg-darkest div,.abde-theme-bg-darkest section,.abde-theme-bg-darkest .abde-card-transparent div,.abde-theme-bg-darkest .abde-card-transparent div .abde-fund-eyebrow,.abde-theme-bg-darkest .abde-tab-container .arrow,.abde-theme-bg-darkest .abde-text,.abde-theme-bg-blue div,.abde-theme-bg-blue section,.abde-theme-bg-blue .abde-card-transparent div,.abde-theme-bg-blue .abde-card-transparent div .abde-fund-eyebrow,.abde-theme-bg-blue .abde-tab-container .arrow,.abde-theme-bg-blue .abde-text,.abde-theme-bg-dkgrey div,.abde-theme-bg-dkgrey section,.abde-theme-bg-dkgrey .abde-card-transparent div,.abde-theme-bg-dkgrey .abde-card-transparent div .abde-fund-eyebrow,.abde-theme-bg-dkgrey .abde-tab-container .arrow,.abde-theme-bg-dkgrey .abde-text{color:#fff}.abde-theme-bg-dark div .abde-text-eyebrow,.abde-theme-bg-dark section .abde-text-eyebrow,.abde-theme-bg-dark .abde-card-transparent div .abde-text-eyebrow,.abde-theme-bg-dark .abde-card-transparent div .abde-fund-eyebrow .abde-text-eyebrow,.abde-theme-bg-dark .abde-tab-container .arrow .abde-text-eyebrow,.abde-theme-bg-dark .abde-text .abde-text-eyebrow,.abde-theme-bg-darkest div .abde-text-eyebrow,.abde-theme-bg-darkest section .abde-text-eyebrow,.abde-theme-bg-darkest .abde-card-transparent div .abde-text-eyebrow,.abde-theme-bg-darkest .abde-card-transparent div .abde-fund-eyebrow .abde-text-eyebrow,.abde-theme-bg-darkest .abde-tab-container .arrow .abde-text-eyebrow,.abde-theme-bg-darkest .abde-text .abde-text-eyebrow,.abde-theme-bg-blue div .abde-text-eyebrow,.abde-theme-bg-blue section .abde-text-eyebrow,.abde-theme-bg-blue .abde-card-transparent div .abde-text-eyebrow,.abde-theme-bg-blue .abde-card-transparent div .abde-fund-eyebrow .abde-text-eyebrow,.abde-theme-bg-blue .abde-tab-container .arrow .abde-text-eyebrow,.abde-theme-bg-blue .abde-text .abde-text-eyebrow,.abde-theme-bg-dkgrey div .abde-text-eyebrow,.abde-theme-bg-dkgrey section .abde-text-eyebrow,.abde-theme-bg-dkgrey .abde-card-transparent div .abde-text-eyebrow,.abde-theme-bg-dkgrey .abde-card-transparent div .abde-fund-eyebrow .abde-text-eyebrow,.abde-theme-bg-dkgrey .abde-tab-container .arrow .abde-text-eyebrow,.abde-theme-bg-dkgrey .abde-text .abde-text-eyebrow{color:#fff}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic p a,.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic span a,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic p a,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic span a,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic p a,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic span a,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic p a,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic span a{color:#007abb}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic p a:hover,.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic span a:hover,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic p a:hover,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic span a:hover,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic p a:hover,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic span a:hover,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic p a:hover,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic span a:hover{text-decoration:underline}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic h1,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic h1,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic h1,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic h1{color:#fff}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic h2,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic h2,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic h2,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic h2{color:#fff}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic h3,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic h3,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic h3,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic h3{color:#fff}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic h4,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic h4,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic h4,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic h4{color:#fff}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic h5,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic h5,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic h5,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic h5{color:#fff}.abde-theme-bg-dark .abde-text .abde-text-container.abde-text-generic h6,.abde-theme-bg-darkest .abde-text .abde-text-container.abde-text-generic h6,.abde-theme-bg-blue .abde-text .abde-text-container.abde-text-generic h6,.abde-theme-bg-dkgrey .abde-text .abde-text-container.abde-text-generic h6{color:#fff}.abde-theme-bg-darkest{background-color:#000 !important}.abde-theme-bg-blue{background-color:#1e9bd7 !important}.abde-theme-bg-ltgrey{background-color:#f7f7f7 !important;color:#000}.abde-theme-bg-ltgrey div,.abde-theme-bg-ltgrey section{color:#000}.abde-theme-bg-mdgrey{background-color:#c4c4c4 !important}.abde-theme-bg-dkgrey{background-color:#343434 !important}.abde-theme-bg-light{background-color:#fff !important;color:#000}.abde-theme-bg-light div,.abde-theme-bg-light section{color:#000}.abde-theme-bg-light .abde-text h1{color:#000 !important}.abde-theme-bg-light .abde-text h2{color:#000 !important}.abde-theme-bg-light .abde-text h3{color:#000 !important}.abde-theme-bg-light .abde-text h4{color:#000 !important}.abde-theme-bg-light .abde-text h5{color:#000 !important}.abde-theme-bg-light .abde-text h6{color:#000 !important}.abde-text .abde-text-eyebrow{color:#000}.abde-text .abde-text-generic h1{color:#000}.abde-text .abde-text-generic h2{color:#000}.abde-text .abde-text-generic h3{color:#000}.abde-text .abde-text-generic h4{color:#000}.abde-text .abde-text-generic h5{color:#000}.abde-text .abde-text-generic h6{color:#000}.abde-text-align-center{text-align:center}.abde-text-align-left{text-align:left}.abde-text-align-right{text-align:right}.abde-vertical-align-middle{vertical-align:middle}.abde-vertical-align-top{vertical-align:top}.abde-float-left,.abde-pull-left{float:left}.abde-float-right,.abde-pull-right{float:right}.abde-clear-left{clear:left}.abde-clear-right{clear:right}.abde-clear-both{clear:both}@media(min-width: 1176px){.abde-flex-pull-right{margin-left:auto}}@media(min-width: 576px){.abde-text-align-sm-center{text-align:center}.abde-text-align-sm-left{text-align:left}.abde-text-align-sm-right{text-align:right}.abde-vertical-align-sm-middle{vertical-align:middle}.abde-vertical-align-sm-top{vertical-align:top}.abde-float-sm-left,.abde-pull-sm-left{float:left}.abde-float-sm-right,.abde-pull-sm-right{float:right}.abde-clear-sm-left{clear:left}.abde-clear-sm-right{clear:right}.abde-clear-sm-both{clear:both}}@media(min-width: 576px)and (min-width: 1176px){.abde-flex-pull-sm-right{margin-left:auto}}@media(min-width: 768px){.abde-text-align-md-center{text-align:center}.abde-text-align-md-left{text-align:left}.abde-text-align-md-right{text-align:right}.abde-vertical-align-md-middle{vertical-align:middle}.abde-vertical-align-md-top{vertical-align:top}.abde-float-md-left,.abde-pull-md-left{float:left}.abde-float-md-right,.abde-pull-md-right{float:right}.abde-clear-md-left{clear:left}.abde-clear-md-right{clear:right}.abde-clear-md-both{clear:both}}@media(min-width: 768px)and (min-width: 1176px){.abde-flex-pull-md-right{margin-left:auto}}@media(min-width: 1024px){.abde-text-align-mdlg-center{text-align:center}.abde-text-align-mdlg-left{text-align:left}.abde-text-align-mdlg-right{text-align:right}.abde-vertical-align-mdlg-middle{vertical-align:middle}.abde-vertical-align-mdlg-top{vertical-align:top}.abde-float-mdlg-left,.abde-pull-mdlg-left{float:left}.abde-float-mdlg-right,.abde-pull-mdlg-right{float:right}.abde-clear-mdlg-left{clear:left}.abde-clear-mdlg-right{clear:right}.abde-clear-mdlg-both{clear:both}}@media(min-width: 1024px)and (min-width: 1176px){.abde-flex-pull-mdlg-right{margin-left:auto}}@media(min-width: 1176px){.abde-text-align-lg-center{text-align:center}.abde-text-align-lg-left{text-align:left}.abde-text-align-lg-right{text-align:right}.abde-vertical-align-lg-middle{vertical-align:middle}.abde-vertical-align-lg-top{vertical-align:top}.abde-float-lg-left,.abde-pull-lg-left{float:left}.abde-float-lg-right,.abde-pull-lg-right{float:right}.abde-clear-lg-left{clear:left}.abde-clear-lg-right{clear:right}.abde-clear-lg-both{clear:both}}@media(min-width: 1176px)and (min-width: 1176px){.abde-flex-pull-lg-right{margin-left:auto}}@media(min-width: 1440px){.abde-text-align-xl-center{text-align:center}.abde-text-align-xl-left{text-align:left}.abde-text-align-xl-right{text-align:right}.abde-vertical-align-xl-middle{vertical-align:middle}.abde-vertical-align-xl-top{vertical-align:top}.abde-float-xl-left,.abde-pull-xl-left{float:left}.abde-float-xl-right,.abde-pull-xl-right{float:right}.abde-clear-xl-left{clear:left}.abde-clear-xl-right{clear:right}.abde-clear-xl-both{clear:both}}@media(min-width: 1440px)and (min-width: 1176px){.abde-flex-pull-xl-right{margin-left:auto}}@media(min-width: 1920px){.abde-text-align-xxl-center{text-align:center}.abde-text-align-xxl-left{text-align:left}.abde-text-align-xxl-right{text-align:right}.abde-vertical-align-xxl-middle{vertical-align:middle}.abde-vertical-align-xxl-top{vertical-align:top}.abde-float-xxl-left,.abde-pull-xxl-left{float:left}.abde-float-xxl-right,.abde-pull-xxl-right{float:right}.abde-clear-xxl-left{clear:left}.abde-clear-xxl-right{clear:right}.abde-clear-xxl-both{clear:both}}@media(min-width: 1920px)and (min-width: 1176px){.abde-flex-pull-xxl-right{margin-left:auto}}.abde-mt-negative-lg{margin-top:-100px}.abde-mt-negative-md{margin-top:-80px}.abde-mt-negative-sm{margin-top:-60px}h1{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:50px;line-height:1.1}@media screen and (min-width: 0){h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 576px){h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 768px){h1{font-size:64px;line-height:1}}@media screen and (min-width: 1176px){h1{font-size:64px;line-height:1}}@media screen and (min-width: 1440px){h1{font-size:64px;line-height:1}}h2{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125;padding-bottom:30px}@media screen and (min-width: 0){h2{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 768px){h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){h2{font-size:45px;line-height:1.125}}h3{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:28px;line-height:1.2143}@media screen and (min-width: 0){h3{font-size:28px;line-height:1.2143}}@media screen and (min-width: 576px){h3{font-size:28px;line-height:1.2143}}@media screen and (min-width: 768px){h3{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1176px){h3{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1440px){h3{font-size:34px;line-height:1.2353}}h4{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1}@media screen and (min-width: 0){h4{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){h4{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){h4{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){h4{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){h4{font-size:22px;line-height:1.1818}}h5{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:19px;line-height:1.32}@media screen and (min-width: 0){h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){h5{font-size:19px;line-height:1.32}}h6{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:16px;line-height:1.3125}@media screen and (min-width: 0){h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){h6{font-size:16px;line-height:1.3125}}.abde-h1{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:50px;line-height:1.1}@media screen and (min-width: 0){.abde-h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 576px){.abde-h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 768px){.abde-h1{font-size:64px;line-height:1}}@media screen and (min-width: 1176px){.abde-h1{font-size:64px;line-height:1}}@media screen and (min-width: 1440px){.abde-h1{font-size:64px;line-height:1}}.abde-h2{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125}@media screen and (min-width: 0){.abde-h2{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 768px){.abde-h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-h2{font-size:45px;line-height:1.125}}.abde-h3{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:28px;line-height:1.2143}@media screen and (min-width: 0){.abde-h3{font-size:28px;line-height:1.2143}}@media screen and (min-width: 576px){.abde-h3{font-size:28px;line-height:1.2143}}@media screen and (min-width: 768px){.abde-h3{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1176px){.abde-h3{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1440px){.abde-h3{font-size:34px;line-height:1.2353}}.abde-h4{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1}@media screen and (min-width: 0){.abde-h4{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-h4{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-h4{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-h4{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-h4{font-size:22px;line-height:1.1818}}.abde-h5{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:19px;line-height:1.32}@media screen and (min-width: 0){.abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-h5{font-size:19px;line-height:1.32}}.abde-h6{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:16px;line-height:1.3125}@media screen and (min-width: 0){.abde-h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){.abde-h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){.abde-h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){.abde-h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){.abde-h6{font-size:16px;line-height:1.3125}}p{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400;font-size:18px;line-height:1.77}@media screen and (min-width: 0){p{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){p{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){p{font-size:18px;line-height:1.77}}.abde-small{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-small{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-small{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-small{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-small{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-small{font-size:14px;line-height:1.14}}.abde-d-none{display:none !important}.abde-d-inline{display:inline !important}.abde-d-inline-block{display:inline-block !important}.abde-d-block{display:block !important}.abde-d-table{display:table !important}.abde-d-table-row{display:table-row !important}.abde-d-table-cell{display:table-cell !important}.abde-d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.abde-d-sm-none{display:none !important}.abde-d-sm-inline{display:inline !important}.abde-d-sm-inline-block{display:inline-block !important}.abde-d-sm-block{display:block !important}.abde-d-sm-table{display:table !important}.abde-d-sm-table-row{display:table-row !important}.abde-d-sm-table-cell{display:table-cell !important}.abde-d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.abde-d-md-none{display:none !important}.abde-d-md-inline{display:inline !important}.abde-d-md-inline-block{display:inline-block !important}.abde-d-md-block{display:block !important}.abde-d-md-table{display:table !important}.abde-d-md-table-row{display:table-row !important}.abde-d-md-table-cell{display:table-cell !important}.abde-d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1024px){.abde-d-mdlg-none{display:none !important}.abde-d-mdlg-inline{display:inline !important}.abde-d-mdlg-inline-block{display:inline-block !important}.abde-d-mdlg-block{display:block !important}.abde-d-mdlg-table{display:table !important}.abde-d-mdlg-table-row{display:table-row !important}.abde-d-mdlg-table-cell{display:table-cell !important}.abde-d-mdlg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-d-mdlg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1176px){.abde-d-lg-none{display:none !important}.abde-d-lg-inline{display:inline !important}.abde-d-lg-inline-block{display:inline-block !important}.abde-d-lg-block{display:block !important}.abde-d-lg-table{display:table !important}.abde-d-lg-table-row{display:table-row !important}.abde-d-lg-table-cell{display:table-cell !important}.abde-d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1440px){.abde-d-xl-none{display:none !important}.abde-d-xl-inline{display:inline !important}.abde-d-xl-inline-block{display:inline-block !important}.abde-d-xl-block{display:block !important}.abde-d-xl-table{display:table !important}.abde-d-xl-table-row{display:table-row !important}.abde-d-xl-table-cell{display:table-cell !important}.abde-d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1920px){.abde-d-xxl-none{display:none !important}.abde-d-xxl-inline{display:inline !important}.abde-d-xxl-inline-block{display:inline-block !important}.abde-d-xxl-block{display:block !important}.abde-d-xxl-table{display:table !important}.abde-d-xxl-table-row{display:table-row !important}.abde-d-xxl-table-cell{display:table-cell !important}.abde-d-xxl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-d-xxl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.abde-justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.abde-justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:start !important}.abde-justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:end !important}.abde-justify-content-flex-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.abde-justify-content-flex-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.abde-justify-content-left{-webkit-box-pack:left !important;-ms-flex-pack:left !important;justify-content:left !important}.abde-justify-content-right{-webkit-box-pack:right !important;-ms-flex-pack:right !important;justify-content:right !important}.abde-pos-static{position:static !important}.abde-pos-relative{position:relative !important}.abde-pos-absolute{position:absolute !important}.abde-pos-fixed{position:fixed !important}.abde-pos-sticky{position:-webkit-sticky !important;position:sticky !important}.abde-sidebar{position:relative;padding-left:20px}.abde-sidebar:before{position:absolute;left:0px;top:0px;content:" ";width:3px;background-color:#1e9bd7;height:100%;max-height:60px}.abde-sidebar.abde-sidebar-lg:before{max-height:103px}.abde-sidebar.abde-sidebar-expand:before{-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}.abde-sidebar.abde-sidebar-expand:hover:before{max-height:100%}.abde-sidebar[class*=abde-offset-]:before{display:none}@media(min-width: 768px){.abde-sidebar[class*=abde-offset-]:before{display:block}}.img-fluid{max-width:100%;height:auto}.cmp-tabs__tablist{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;list-style:none}.cmp-tabs__tab{-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid transparent;padding:.5rem 1rem;cursor:pointer}.cmp-tabs__tab--active{border-color:inherit}.cmp-tabs__tabpanel{display:none}.cmp-tabs__tabpanel--active{display:block}nav.abde-global-nav{position:relative;width:100%;top:0px;left:0px;margin-left:0px;margin-right:0px;z-index:103;min-height:180px;-webkit-transition:all .6s ease-out;transition:all .6s ease-out}@media(min-width: 768px){nav.abde-global-nav{min-height:180px !important}}nav.abde-global-nav .abde-js-close-nav{right:18px;top:18px;position:absolute;font-size:33px;display:none}@media(min-width: 1280px){nav.abde-global-nav .abde-js-close-nav{display:block}}nav.abde-global-nav .abde-js-close-nav i svg{color:#1e9bd7}nav.abde-global-nav .abde-js-close-nav:hover i svg{color:#007abb}nav.abde-global-nav .abde-navbar-indicator{display:none;padding:0px !important;cursor:default;position:absolute;border:2px solid #1e9bd7;background-color:#1e9bd7;height:0;bottom:0px;-webkit-transition:left .3s cubic-bezier(0, 0.55, 0.45, 1),width .3s cubic-bezier(0, 0.55, 0.45, 1);transition:left .3s cubic-bezier(0, 0.55, 0.45, 1),width .3s cubic-bezier(0, 0.55, 0.45, 1);z-index:5}nav.abde-global-nav button.abde-button-link{padding:0;background:transparent;border:none;outline:none;text-align:left;color:#1e9bd7;cursor:pointer}nav.abde-global-nav button.abde-button-link.focus-visible{outline:2px auto #007abb}nav.abde-global-nav button.abde-button-link:focus-visible{outline:2px auto #007abb}nav.abde-global-nav button.abde-button-link span{position:relative;top:0;left:0;color:#007abb}nav.abde-global-nav button.abde-button-link:hover,nav.abde-global-nav button.abde-button-link:focus{text-decoration:underline}nav.abde-global-nav.abde-is-active-dropdown{background-color:#fff}nav.abde-global-nav .abde-logo-wrapper{position:relative;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:15px;left:15px}nav.abde-global-nav .abde-logo-wrapper .abde-logo{width:100%}nav.abde-global-nav .abde-logo-wrapper .abde-logo.abde-logo-desktop{display:none;max-width:208px;max-height:57px}nav.abde-global-nav .abde-logo-wrapper .abde-logo.abde-logo-mobile{max-width:45px}nav.abde-global-nav .abde-navbar-controls{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 768px){nav.abde-global-nav .abde-navbar-controls{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:12px;line-height:1.33}@media screen and (min-width: 0){nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector{font-size:12px;line-height:1.33}}nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector .item{cursor:pointer;margin-left:15px;color:#6d6d6d;text-decoration:none}nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector .item.active{color:#000;text-decoration:underline;-webkit-text-decoration-color:#1e9bd7;text-decoration-color:#1e9bd7;text-underline-offset:5px;text-decoration-thickness:2px}nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector .separator{margin-left:30px;margin-right:30px;color:#000}@media(max-width: 1024px){nav.abde-global-nav .abde-navbar-controls #abde-header-language-selector{display:none}}nav.abde-global-nav .abde-navbar-controls i{color:#000;font-size:24px;margin:10px}nav.abde-global-nav .abde-navbar-controls button{border:none;-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text;outline:none;cursor:pointer}nav.abde-global-nav .abde-navbar-controls .abde-navbar-control-search{top:3px;position:relative}nav.abde-global-nav .abde-standalone-link{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:12px;letter-spacing:1.68px;text-transform:uppercase;color:#000}nav.abde-global-nav .abde-main-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal;padding-top:70px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}nav.abde-global-nav .abde-main-navigation .abde-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav{height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:none}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav.abde-flyin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:flyOut .6s ease-out;animation:flyOut .6s ease-out}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item{margin:0 20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;outline:none}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item.focus-visible{outline:2px auto #007abb}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus-visible{outline:2px auto #007abb}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:first-child{border-top:none}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item.abde-nav-language-selector{margin:0px 0px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;position:static}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item&gt;span{cursor:pointer;position:relative;z-index:2;padding:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;line-height:1.1}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item&gt;span svg{color:#1e9bd7;position:absolute;right:7px;display:block}@media(min-width: 768px){nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item&gt;span svg{display:none}}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-is-active-dropdown.abde-site-selector .abde-dropdown-panel{-webkit-box-shadow:0 6px 6px -5px rgba(0,0,0,.6);box-shadow:0 6px 6px -5px rgba(0,0,0,.6)}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel{color:#000;background-color:#fff;display:none;padding-top:15px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-text-link{color:#1e9bd7}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-text-link i{position:relative;top:2px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-text-link.abde-dropdown-header{color:#000}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-list-default ul{padding-left:0}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel a{text-align:left}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel h4,nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-h4{padding-bottom:20px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel h4.abde-card-insight-relative,nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-h4.abde-card-insight-relative{padding-bottom:0}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-text-description h4{padding-bottom:0 !important;letter-spacing:normal}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-text-description p:only-of-type{padding-bottom:5px !important}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel.abde-site-selector{margin-top:0px;padding:0px;padding-bottom:60px;border:none;position:absolute;left:0px;right:0px;bottom:100%}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel.abde-site-selector.abde-flyin{display:block;-webkit-animation:flyOut .6s ease-out;animation:flyOut .6s ease-out}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-card .abde-card-body{padding-top:0}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-card.abde-card-bg{padding-top:0 !important}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item .abde-dropdown-panel .abde-card.abde-card-bg h2{padding-top:0 !important;padding-bottom:20 !important}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector{margin-right:0px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector&gt;#site-selector-trigger{position:absolute;right:0px;top:70px;padding:20px 0px;background-color:#000;color:#fff;z-index:777}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item&gt;span,nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item&gt;a{font-size:20px;color:#000;text-transform:none;position:relative}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-list-default li{margin-bottom:14px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-list-default li a{text-align:left}nav.abde-global-nav.abde-mobile-menu-open{background-color:#fff;min-height:100vh}nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:flyIn .6s ease-out forwards;animation:flyIn .6s ease-out forwards;-webkit-box-shadow:0px 6px 6px -5px rgba(0,0,0,.6);box-shadow:0px 6px 6px -5px rgba(0,0,0,.6)}nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-dropdown-item .abde-dropdown-panel{padding-top:40px}nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item-separator{display:none}nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector{display:none}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-nav-item.abde-is-active-dropdown&gt;span,nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-nav-item.abde-is-active-dropdown&gt;a{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-nav-item.abde-is-active-dropdown&gt;span svg{-webkit-transform:scaleY(-1);transform:scaleY(-1)}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-nav-item.abde-is-active-dropdown&gt;span:before{content:" ";position:absolute;background-color:#1e9bd7;height:4px;width:95%;bottom:0;left:15px;display:block}@media(min-width: 768px){nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-nav-item.abde-is-active-dropdown&gt;span:before{display:none}}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-is-active-dropdown .abde-dropdown-panel{display:block;-webkit-animation:flyIn .6s ease-out forwards;animation:flyIn .6s ease-out forwards}@media(min-width: 768px){nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-is-active-dropdown .abde-dropdown-panel{-webkit-animation:PullDown .6s ease-out forwards;animation:PullDown .6s ease-out forwards}}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-site-selector.abde-is-active-dropdown .abde-dropdown-panel{bottom:auto;top:160px}@media(min-width: 768px){nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-site-selector.abde-is-active-dropdown .abde-dropdown-panel{top:140px}}nav.abde-global-nav.abde-dropdown-panel-animate-block .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-is-active-dropdown .abde-dropdown-panel{-webkit-animation-duration:0s !important;animation-duration:0s !important}nav.abde-global-nav .abde-list .abde-list-generic ul li{margin-bottom:14px;padding-right:20px}nav.abde-global-nav .abde-list .abde-list-generic ul li a{color:#000;font-size:20px;line-height:1.1}nav.abde-global-nav.abde-nav-overlay{position:absolute}nav.abde-global-nav.abde-nav-overlay .abde-main-navigation .abde-navbar .abde-nav-item&gt;span,nav.abde-global-nav.abde-nav-overlay .abde-main-navigation .abde-navbar .abde-nav-item&gt;a{color:#fff}nav.abde-global-nav.abde-nav-overlay .abde-main-navigation .abde-navbar-controls-cnt .abde-standalone-link{color:#fff}nav.abde-global-nav.abde-nav-overlay.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-nav-item&gt;span,nav.abde-global-nav.abde-nav-overlay.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-nav-item&gt;a{color:#000}nav.abde-global-nav.abde-nav-overlay.abde-is-active-dropdown .abde-main-navigation .abde-navbar-controls-cnt .abde-standalone-link{color:#000}@media(min-width: 768px){nav.abde-global-nav.abde-nav-overlay .abde-site-selector&gt;#site-selector-trigger{z-index:auto !important}}nav.abde-global-nav.abde-nav-overlay .abde-site-selector&gt;#site-selector-trigger div[class^=SiteSelectorTrigger_abde-site-selector-trigger]{height:37px !important}nav.abde-global-nav.abde-nav-overlay .abde-navbar-controls i{color:#fff}nav.abde-global-nav.abde-nav-overlay.abde-mobile-menu-open i{color:#000}@media(min-width: 768px){nav.abde-global-nav .abde-logo-wrapper{margin-bottom:0px;padding-left:15px;height:120px;margin-top:20px;position:static}nav.abde-global-nav .abde-logo-wrapper .abde-logo.abde-logo-mobile{display:none}nav.abde-global-nav .abde-logo-wrapper .abde-logo.abde-logo-desktop{display:block}nav.abde-global-nav .abde-main-navigation{position:relative;padding-top:26px}nav.abde-global-nav .abde-main-navigation .abde-navbar{-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav{-webkit-box-shadow:none;box-shadow:none;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;opacity:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item-separator{width:1px;background-color:#000;width:1px;display:block}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:none;z-index:10}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item:hover{-webkit-box-shadow:0px 4px #1e9bd7;box-shadow:0px 4px #1e9bd7}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item&gt;span,nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item&gt;a{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:.64px;font-size:16px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-dropdown-item{position:static;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-dropdown-item&gt;span{text-align:center}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item.abde-nav-login{display:none}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav #abde-header-language-selector-mobile{display:none}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-dropdown-panel{-webkit-box-shadow:0px 6px 6px -5px rgba(0,0,0,.6);box-shadow:0px 6px 6px -5px rgba(0,0,0,.6);padding:40px 15px 60px 15px;position:absolute;left:0px;right:0px;display:block;top:180px;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:left top;transform-origin:left top}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-dropdown-panel .abde-dropdown-horizontal-rule{border-top:1px solid #adadad;margin-bottom:60px;margin-left:-15px;margin-right:-15px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-dropdown-panel .abde-subnav-link-list a:hover{text-decoration:underline}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-dropdown-panel .abde-teaser-card:first-child{margin-top:-7px}nav.abde-global-nav.abde-mobile-menu-open .abde-navbar-indicator{display:block}nav.abde-global-nav.abde-mobile-menu-open .abde-navbar-indicator.abde-navbar-indicator-hidden{display:none}nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-navbar-nav{opacity:1;-webkit-box-shadow:none;box-shadow:none}nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-is-active-dropdown .abde-dropdown-panel{bottom:auto;top:100%;z-index:1000}nav.abde-global-nav.abde-is-active-dropdown{min-height:auto}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-dropdown-item.abde-is-active-dropdown .abde-dropdown-panel{z-index:1000}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-navbar-controls .abde-navbar-control-menu{display:none}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-logo-wrapper{height:160px;margin-top:0px;padding-left:78px}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;width:auto;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-dropdown-panel{padding:0px 15px 60px 15px}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item{margin:0px 10px}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus&gt;span,.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus&gt;a{text-decoration:underline}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(.focus-visible)&gt;span,.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(.focus-visible)&gt;a{text-decoration:none}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(:focus-visible)&gt;span,.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(:focus-visible)&gt;a{text-decoration:none}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.aem-AuthorLayer-Edit nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector&gt;#site-selector-trigger{position:static}.aem-AuthorLayer-Edit nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-dropdown-item.abde-site-selector{opacity:1}.aem-AuthorLayer-Edit nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-dropdown-item.abde-site-selector.abde-is-active-dropdown .abde-dropdown-panel{top:143px}.aem-AuthorLayer-Edit nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(min-width: 1280px){nav.abde-global-nav .abde-navbar-controls .abde-navbar-control-menu{display:none}nav.abde-global-nav .abde-main-navigation .abde-logo-wrapper{height:160px;margin-top:0px;padding-left:78px}nav.abde-global-nav .abde-main-navigation .abde-navbar{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-navbar-nav{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;width:auto;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item .abde-dropdown-panel{padding:0px 15px 60px 15px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item{margin:0px 10px}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus&gt;span,nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus&gt;a{text-decoration:underline}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(.focus-visible)&gt;span,nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(.focus-visible)&gt;a{text-decoration:none}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(:focus-visible)&gt;span,nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item:focus:not(:focus-visible)&gt;a{text-decoration:none}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector&gt;#site-selector-trigger{position:static}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-dropdown-item.abde-site-selector{opacity:1}nav.abde-global-nav.abde-is-active-dropdown .abde-main-navigation .abde-dropdown-item.abde-site-selector.abde-is-active-dropdown .abde-dropdown-panel{top:143px}nav.abde-global-nav.abde-mobile-menu-open .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector{display:-webkit-box;display:-ms-flexbox;display:flex}nav.abde-global-nav .abde-navbar-indicator{display:block !important}nav.abde-global-nav .abde-navbar-indicator.abde-navbar-indicator-hidden{display:none !important}}@media(min-width: 1440px){nav.abde-global-nav .abde-main-navigation .abde-navbar .abde-nav-item{margin:0px 20px}}@-webkit-keyframes PullDown{from{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes PullDown{from{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes flyIn{from{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}to{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}}@keyframes flyIn{from{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}to{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}}@-webkit-keyframes flyOut{from{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}}@keyframes flyOut{from{-webkit-transform:translateY(0%);transform:translateY(0%);opacity:1}to{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}}.abde-navbar-control-search span{top:-3px;display:inline-block;font-size:12px;color:#000;position:relative;text-transform:uppercase;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;letter-spacing:1.4px}.abde-theme-dark nav.abde-global-nav{position:absolute}.abde-theme-dark nav.abde-global-nav:not(.abde-is-active-dropdown) .abde-main-navigation .abde-navbar li.abde-nav-item&gt;span,.abde-theme-dark nav.abde-global-nav:not(.abde-is-active-dropdown) .abde-main-navigation .abde-navbar li.abde-nav-item&gt;a{color:#fff}.abde-theme-dark nav.abde-global-nav:not(.abde-is-active-dropdown) .abde-main-navigation .abde-navbar .abde-dropdown-item.abde-site-selector&gt;div#site-selector-trigger{background-color:#fff;color:#000}.abde-theme-dark nav.abde-global-nav:not(.abde-is-active-dropdown) .abde-main-navigation .abde-navbar .abde-navbar-nav .abde-nav-item-separator{background-color:#fff}.abde-theme-dark nav.abde-global-nav:not(.abde-is-active-dropdown) .abde-navbar-controls i{color:#fff}@media(max-width: 768px){#nav-login{display:none !important;width:0px !important}}.abde-navbar-subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;width:100%}.abde-navbar-subnav .nav-link{padding-right:0;padding-left:0}.abde-ir-nav{padding-top:20px;width:100%;border-bottom:1px solid #6d6d6d}.abde-nav-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0px 26px;letter-spacing:1.4px}.abde-nav-item&gt;a{padding:16px 0px;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:18px;line-height:1.1;color:#000;text-transform:uppercase}.abde-nav-item&gt;a:hover{text-decoration:none}.abde-nav-item.abde-active{border-bottom:5px solid #1e9bd7}.abde-nav-item.abde-active&gt;a{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700}.abde-navbar .abde-active-page{color:#adadad}.abde-navbar .abde-active-page a{color:#adadad !important}.abde-navbar .abde-active-page a:hover{text-decoration:none}@media(min-width: 768px){.abde-navbar-subnav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.abde-navbar-subnav.abde-navbar-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.abde-navbar-subnav.abde-navbar-left .abde-nav-item:first-child{margin-left:0px}}@media(max-width: 1024px){#abde-header-language-selector{display:none}#abde-header-language-selector-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#abde-header-language-selector-mobile .language{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;width:100%;font-size:18px}#abde-header-language-selector-mobile .language .current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;letter-spacing:1.68px;color:#000;text-transform:uppercase;opacity:1;height:54px;-webkit-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;width:100%}#abde-header-language-selector-mobile .language .current.active{background-color:#000;color:#fff}#abde-header-language-selector-mobile .language .current.active .fa-language,#abde-header-language-selector-mobile .language .current.active .dropdown .item{color:#1e9bd7}#abde-header-language-selector-mobile .language .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0px 27px 0px 20px;width:100%}#abde-header-language-selector-mobile .language .icon .lang-left-alignment,#abde-header-language-selector-mobile .language .icon .lang-right-alignment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#abde-header-language-selector-mobile .language .icon .lang-left-alignment i{margin-right:10px}#abde-header-language-selector-mobile .language .icon .lang-right-alignment i.fa-chevron-up{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}#abde-header-language-selector-mobile .language .language-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:5px;font-size:12px;line-height:1.33;font-weight:700}}@media screen and (max-width: 1024px)and (min-width: 0){#abde-header-language-selector-mobile .language .language-text{font-size:12px;line-height:1.33}}@media screen and (max-width: 1024px)and (min-width: 576px){#abde-header-language-selector-mobile .language .language-text{font-size:12px;line-height:1.33}}@media screen and (max-width: 1024px)and (min-width: 768px){#abde-header-language-selector-mobile .language .language-text{font-size:12px;line-height:1.33}}@media screen and (max-width: 1024px)and (min-width: 1176px){#abde-header-language-selector-mobile .language .language-text{font-size:12px;line-height:1.33}}@media screen and (max-width: 1024px)and (min-width: 1440px){#abde-header-language-selector-mobile .language .language-text{font-size:12px;line-height:1.33}}@media(max-width: 1024px){#abde-header-language-selector-mobile .language .dropdown{margin:5px 27px 0px 20px;display:none}#abde-header-language-selector-mobile .language .dropdown.show{display:block}#abde-header-language-selector-mobile .language .dropdown .item{padding:10px 0;cursor:pointer;color:#1e9bd7;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500}}@media(max-width: 1024px){.abde-divider{border:none;border-top:2px solid #c4c4c4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:90%;margin:0px 0px 20px 0px}}.abde-navbar-controls-cnt{right:0;position:absolute;height:60px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;z-index:1000}#global-enterprise-search-overlay{background:#000;position:absolute;top:77px;left:0;width:100%;height:100%;opacity:0;z-index:-1}#global-enterprise-search-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:500;margin:0px 0px 0px 10px}#nav-login{display:-webkit-box;display:-ms-flexbox;display:flex;width:76px}#nav-mobile-login{display:none}.abde-mobile-menu-open #nav-mobile-login{display:block}.abde-nav-overlay .abde-navbar-controls-cnt #global-enterprise-search-header i{color:#fff}.abde-nav-overlay.abde-is-active-dropdown .abde-navbar-controls-cnt #global-enterprise-search-header i{color:#6d6d6d}lottie-player{height:auto}.abde-button .abde-btn-reset,.abde-button .abde-btn{background-color:transparent;outline-color:transparent;outline:none !important;border:none;cursor:pointer;font-size:12px;letter-spacing:1.68px}.abde-button .abde-btn{border:2px solid #1e9bd7;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;height:40px;line-height:38px;position:relative;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;text-transform:uppercase;padding:0 60px;color:#262626;text-decoration:none !important;text-align:center;white-space:nowrap;display:inline-block}.abde-button .abde-btn:active,.abde-button .abde-btn:focus{border:2px solid #1e9bd7 !important;-webkit-box-shadow:0 0 0 2px #fff,0 0 0 4px #1e9bd7;box-shadow:0 0 0 2px #fff,0 0 0 4px #1e9bd7;outline:none !important;text-decoration:none}.abde-button .abde-btn:active{background-color:#007abb !important}.abde-button .abde-btn:hover{background-color:#1e9bd7;color:#fff !important;text-decoration:none;cursor:pointer}.abde-button .abde-btn-primary:active{background-color:#007abb;color:#262626}.abde-button .abde-btn-icon{position:absolute;right:10px;top:52.5%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#1e9bd7;font-size:16px;padding-left:5px;padding-right:5px;line-height:20px}.abde-button .abde-btn:hover .abde-btn-icon{color:#fff;cursor:pointer}.abde-button .abde-btn-disabled{border:2px solid #6d6d6d;color:#c1c1c1 !important}.abde-button .abde-btn-disabled *{color:#c1c1c1 !important}.abde-button .abde-btn-disabled:hover{background-color:transparent !important;color:#c1c1c1 !important;cursor:default}.abde-button .abde-btn-disabled:hover *{background-color:transparent !important;color:#c1c1c1 !important;cursor:default}.abde-button .abde-btn-dark{color:#fff !important}.abde-button .abde-btn-dark:active{background-color:#1e9bd7;color:#fff}.abde-button .abde-btn-dark:focus{background-color:transparent;color:#fff;outline:none !important;border-color:#1e9bd7}.abde-button .abde-btn-dark:active,.abde-button .abde-btn-dark:focus{-webkit-box-shadow:0 0 0 2px #000,0 0 0 4px #1e9bd7;box-shadow:0 0 0 2px #000,0 0 0 4px #1e9bd7}.abde-button .abde-btn-primary-form-dark{color:#fff !important}.abde-button .abde-btn-submit{background-color:#1e9bd7;color:#fff;-webkit-transition:padding-right .3s ease-out;transition:padding-right .3s ease-out}.abde-button .abde-btn-submit.abde-btn-submit-fixed{-webkit-transition:padding-right .3s ease-out,margin-right .3s ease-out;transition:padding-right .3s ease-out,margin-right .3s ease-out}.abde-button .abde-btn-submit .abde-btn-icon{color:#fff;position:absolute;right:0px;font-size:19px}.abde-button .abde-btn-submit .abde-btn-icon:before{content:""}.abde-button .abde-btn-submit .abde-btn-icon:after{content:" ";position:absolute;top:8px;background-color:#fff;height:2px;width:20px;-webkit-transition:width .3s ease-out;transition:width .3s ease-out;right:8px}.abde-button .abde-btn-submit:hover{padding-right:80px;cursor:pointer}.abde-button .abde-btn-submit:hover.abde-btn-submit-fixed{margin-right:-20px}.abde-button .abde-btn-submit:hover .abde-btn-icon:after{width:40px}.abde-button .abde-download-btn{text-decoration:none !important}.abde-button .abde-download-btn:focus{color:#187cab !important}.abde-button .abde-btn-container{margin-bottom:5px}.abde-button .abde-btn-container .abde-icon-btn,.abde-button .abde-btn-container .abde-icon-btn-dark{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:1.68px;line-height:1.2;color:#1e9bd7;text-decoration:none;border:2px solid transparent;padding:0 2px 0}.abde-button .abde-btn-container .abde-icon-btn:focus,.abde-button .abde-btn-container .abde-icon-btn-dark:focus{border:2px solid #1e9bd7;border-radius:5px;padding-top:2px;padding:2px 2px 0 2px}.abde-button .abde-btn-container .abde-icon-btn:focus .fa-arrow-circle-down,.abde-button .abde-btn-container .abde-icon-btn-dark:focus .fa-arrow-circle-down{background-image:radial-gradient(#187cab 60%, white 25%);border-radius:50%;color:#fff;outline:2px solid #187cab;outline-offset:-2px}.abde-button .abde-btn-container .abde-icon-btn:hover,.abde-button .abde-btn-container .abde-icon-btn-dark:hover{text-decoration:underline;cursor:pointer}.abde-button .abde-btn-container .abde-icon-btn:hover .fa-arrow-circle-down,.abde-button .abde-btn-container .abde-icon-btn-dark:hover .fa-arrow-circle-down{background-image:radial-gradient(#1e9bd7 60%, white 25%);border-radius:50%;color:#fff;outline:2px solid #1e9bd7;outline-offset:-2px}.abde-button .abde-btn-container .abde-icon-btn:hover .fa-up-right-from-square,.abde-button .abde-btn-container .abde-icon-btn-dark:hover .fa-up-right-from-square{color:#007abb}.abde-button .abde-btn-container .abde-icon-btn:hover,.abde-button .abde-btn-container .abde-icon-btn:focus,.abde-button .abde-btn-container .abde-icon-btn-dark:hover,.abde-button .abde-btn-container .abde-icon-btn-dark:focus{color:#1e9bd7;outline:none}.abde-button .abde-btn-container .abde-icon-btn:hover .abde-btn-icon,.abde-button .abde-btn-container .abde-icon-btn:hover i,.abde-button .abde-btn-container .abde-icon-btn:focus .abde-btn-icon,.abde-button .abde-btn-container .abde-icon-btn:focus i,.abde-button .abde-btn-container .abde-icon-btn-dark:hover .abde-btn-icon,.abde-button .abde-btn-container .abde-icon-btn-dark:hover i,.abde-button .abde-btn-container .abde-icon-btn-dark:focus .abde-btn-icon,.abde-button .abde-btn-container .abde-icon-btn-dark:focus i{color:#1e9bd7}.abde-button .abde-btn-container .abde-icon-btn:hover.focus-visible,.abde-button .abde-btn-container .abde-icon-btn:focus.focus-visible,.abde-button .abde-btn-container .abde-icon-btn-dark:hover.focus-visible,.abde-button .abde-btn-container .abde-icon-btn-dark:focus.focus-visible{outline:2px auto #007abb;text-decoration:underline}.abde-button .abde-btn-container .abde-icon-btn:hover:focus-visible,.abde-button .abde-btn-container .abde-icon-btn:focus:focus-visible,.abde-button .abde-btn-container .abde-icon-btn-dark:hover:focus-visible,.abde-button .abde-btn-container .abde-icon-btn-dark:focus:focus-visible{outline:2px auto #007abb;text-decoration:underline}.abde-button .abde-btn-container .abde-icon-btn .abde-btn-icon,.abde-button .abde-btn-container .abde-icon-btn i,.abde-button .abde-btn-container .abde-icon-btn-dark .abde-btn-icon,.abde-button .abde-btn-container .abde-icon-btn-dark i{right:auto;top:auto;position:relative;-webkit-transform:none;transform:none;font-size:1em;line-height:20px}.abde-button .abde-btn-container .abde-icon-btn-dark:hover .fa-arrow-circle-down,.abde-button .abde-btn-container .abde-icon-btn-dark:focus .fa-arrow-circle-down{outline:1px solid #fff;outline-offset:-1px}.abde-button#abde-back-button{display:none;padding-left:5px;padding-top:22px}.abde-button .abde-anchor-btn,.abde-button .abde-anchor-btn-dark{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:18px;line-height:1.77;color:#007abb;text-decoration:none}@media screen and (min-width: 0){.abde-button .abde-anchor-btn,.abde-button .abde-anchor-btn-dark{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-button .abde-anchor-btn,.abde-button .abde-anchor-btn-dark{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-button .abde-anchor-btn,.abde-button .abde-anchor-btn-dark{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-button .abde-anchor-btn,.abde-button .abde-anchor-btn-dark{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-button .abde-anchor-btn,.abde-button .abde-anchor-btn-dark{font-size:18px;line-height:1.77}}.abde-button .abde-anchor-btn:hover,.abde-button .abde-anchor-btn-dark:hover{text-decoration:underline;cursor:pointer}.abde-button .abde-anchor-btn:active,.abde-button .abde-anchor-btn:focus,.abde-button .abde-anchor-btn-dark:active,.abde-button .abde-anchor-btn-dark:focus{outline-color:#1e9bd7 !important}.abde-button .abde-anchor-btn.abde-anchor-btn-disabled,.abde-button .abde-anchor-btn-dark.abde-anchor-btn-disabled{font-weight:normal;color:#6d6d6d;-ms-touch-action:none;touch-action:none;pointer-events:none}.abde-button .abde-btn-container .abde-text-link{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1.68px;font-size:18px;line-height:1.77;text-decoration:none;color:#1e9bd7}@media screen and (min-width: 0){.abde-button .abde-btn-container .abde-text-link{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-button .abde-btn-container .abde-text-link{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-button .abde-btn-container .abde-text-link{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-button .abde-btn-container .abde-text-link{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-button .abde-btn-container .abde-text-link{font-size:18px;line-height:1.77}}.abde-button .abde-btn-container .abde-text-link:hover{color:#1e9bd7;outline:none;text-decoration:underline;cursor:pointer}.abde-button.abde-dropdown-header .abde-btn-container .abde-text-link{line-height:1 !important}@media(min-width: 576px){.abde-button .abde-btn{width:auto}}.abde-button.abde-dropdown-header .abde-text-link{color:#000 !important;text-transform:none;font-size:22px;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:normal}.abde-button.abde-dropdown-header .abde-text-link:hover{color:#1e9bd7 !important}.abde-button.abde-dropdown-header .abde-btn-container{margin-top:0}.abde-insights-hero .abde-button#abde-back-button{position:absolute}@media(max-width: 1920px){.abde-insights-hero .abde-button#abde-back-button{display:none !important}}.abde-layout-button .abde-btn-container{margin-top:40px;margin-bottom:40px}.abde-text h4 a{color:#1e9bd7 !important}.abde-text h1{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-size:50px;line-height:1.1}@media screen and (min-width: 0){.abde-text h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 576px){.abde-text h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 768px){.abde-text h1{font-size:64px;line-height:1}}@media screen and (min-width: 1176px){.abde-text h1{font-size:64px;line-height:1}}@media screen and (min-width: 1440px){.abde-text h1{font-size:64px;line-height:1}}.abde-text h1 sup{font-size:50%}.abde-text h2{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125;padding-bottom:20px}@media screen and (min-width: 0){.abde-text h2{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-text h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 768px){.abde-text h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-text h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-text h2{font-size:45px;line-height:1.125}}.abde-text h2 sup,.abde-text h2 sub{font-size:50%}.abde-text h3{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-size:28px;line-height:1.2143;padding-bottom:30px}@media screen and (min-width: 0){.abde-text h3{font-size:28px;line-height:1.2143}}@media screen and (min-width: 576px){.abde-text h3{font-size:28px;line-height:1.2143}}@media screen and (min-width: 768px){.abde-text h3{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1176px){.abde-text h3{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1440px){.abde-text h3{font-size:34px;line-height:1.2353}}.abde-text h3 sup,.abde-text h3 sub{font-size:50%}.abde-text h4{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1}@media screen and (min-width: 0){.abde-text h4{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-text h4{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-text h4{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-text h4{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-text h4{font-size:22px;line-height:1.1818}}.abde-text h4 sup,.abde-text h4 sub{font-size:50%}.abde-text h5{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:19px;line-height:1.32}@media screen and (min-width: 0){.abde-text h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-text h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-text h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-text h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-text h5{font-size:19px;line-height:1.32}}.abde-text h6{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:16px;line-height:1.3125}@media screen and (min-width: 0){.abde-text h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){.abde-text h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){.abde-text h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){.abde-text h6{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){.abde-text h6{font-size:16px;line-height:1.3125}}.abde-text p{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:normal !important;font-size:18px;line-height:1.77;padding-bottom:0  !important}@media screen and (min-width: 0){.abde-text p{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-text p{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-text p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-text p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-text p{font-size:18px;line-height:1.77}}.abde-text p[\:has\(span.abde-footnote\)]{padding-top:10px  !important}.abde-text p:has(span.abde-footnote){padding-top:10px  !important}.abde-text p[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text p:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}@media screen and (min-width: 0){.abde-text p[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text p:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){.abde-text p[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text p:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){.abde-text p[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text p:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){.abde-text p[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text p:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){.abde-text p[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text p:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}.abde-text p i,.abde-text p em{font-style:italic}.abde-text p b,.abde-text p strong{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-weight:bold}.abde-text p:last-child{padding-bottom:30px  !important}.abde-text .abde-text-large{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:22px;line-height:1.36364;line-height:1.4;padding-bottom:15px}@media screen and (min-width: 0){.abde-text .abde-text-large{font-size:22px;line-height:1.36364}}@media screen and (min-width: 576px){.abde-text .abde-text-large{font-size:22px;line-height:1.36364}}@media screen and (min-width: 768px){.abde-text .abde-text-large{font-size:26px;line-height:1.307691}}@media screen and (min-width: 1176px){.abde-text .abde-text-large{font-size:26px;line-height:1.307691}}@media screen and (min-width: 1440px){.abde-text .abde-text-large{font-size:26px;line-height:1.307691}}.abde-text .abde-text-large sup,.abde-text .abde-text-large sub{font-size:50%}.abde-text .abde-text-small{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:20px;line-height:1.4;padding-bottom:15px}@media screen and (min-width: 0){.abde-text .abde-text-small{font-size:20px;line-height:1.4}}@media screen and (min-width: 576px){.abde-text .abde-text-small{font-size:20px;line-height:1.4}}@media screen and (min-width: 768px){.abde-text .abde-text-small{font-size:22px;line-height:1.4545}}@media screen and (min-width: 1176px){.abde-text .abde-text-small{font-size:22px;line-height:1.4545}}@media screen and (min-width: 1440px){.abde-text .abde-text-small{font-size:22px;line-height:1.4545}}.abde-text p[\:has\(\%3Espan.abde-footnote\)]{line-height:1.33;padding-bottom:20px;font-size:12px !important;line-height:1.33 !important}.abde-text p:has(&gt;span.abde-footnote){line-height:1.33;padding-bottom:20px;font-size:12px !important;line-height:1.33 !important}@media screen and (min-width: 0){.abde-text p[\:has\(\%3Espan.abde-footnote\)]{font-size:12px !important;line-height:1.33 !important}.abde-text p:has(&gt;span.abde-footnote){font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 576px){.abde-text p[\:has\(\%3Espan.abde-footnote\)]{font-size:12px !important;line-height:1.33 !important}.abde-text p:has(&gt;span.abde-footnote){font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 768px){.abde-text p[\:has\(\%3Espan.abde-footnote\)]{font-size:12px !important;line-height:1.33 !important}.abde-text p:has(&gt;span.abde-footnote){font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 1176px){.abde-text p[\:has\(\%3Espan.abde-footnote\)]{font-size:12px !important;line-height:1.33 !important}.abde-text p:has(&gt;span.abde-footnote){font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 1440px){.abde-text p[\:has\(\%3Espan.abde-footnote\)]{font-size:12px !important;line-height:1.33 !important}.abde-text p:has(&gt;span.abde-footnote){font-size:12px !important;line-height:1.33 !important}}.abde-text p.abde-small{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-text p.abde-small{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-text p.abde-small{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-text p.abde-small{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-text p.abde-small{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-text p.abde-small{font-size:14px;line-height:1.14}}.abde-text .abde-footnotes-text,.abde-text .abde-footnote-text,.abde-text .abde-footnotes,.abde-text .abde-footnote{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:12px !important;line-height:1.33 !important;color:#6d6d6d}@media screen and (min-width: 0){.abde-text .abde-footnotes-text,.abde-text .abde-footnote-text,.abde-text .abde-footnotes,.abde-text .abde-footnote{font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 576px){.abde-text .abde-footnotes-text,.abde-text .abde-footnote-text,.abde-text .abde-footnotes,.abde-text .abde-footnote{font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 768px){.abde-text .abde-footnotes-text,.abde-text .abde-footnote-text,.abde-text .abde-footnotes,.abde-text .abde-footnote{font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 1176px){.abde-text .abde-footnotes-text,.abde-text .abde-footnote-text,.abde-text .abde-footnotes,.abde-text .abde-footnote{font-size:12px !important;line-height:1.33 !important}}@media screen and (min-width: 1440px){.abde-text .abde-footnotes-text,.abde-text .abde-footnote-text,.abde-text .abde-footnotes,.abde-text .abde-footnote{font-size:12px !important;line-height:1.33 !important}}.abde-text .abde-footnote-title h3{padding-bottom:30px}.abde-text .abde-footnote-title h4{padding-bottom:15px}.abde-text ol{margin-left:20px;font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:normal !important;font-size:18px;line-height:1.77;padding-top:10px}@media screen and (min-width: 0){.abde-text ol{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-text ol{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-text ol{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-text ol{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-text ol{font-size:18px;line-height:1.77}}.abde-text ol[\:has\(span.abde-footnote\)]{padding-top:0  !important}.abde-text ol:has(span.abde-footnote){padding-top:0  !important}.abde-text ol li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ol li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}@media screen and (min-width: 0){.abde-text ol li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ol li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){.abde-text ol li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ol li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){.abde-text ol li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ol li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){.abde-text ol li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ol li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){.abde-text ol li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ol li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}.abde-text ol li[\:has\(span.abde-footnote\)] .abde-footnote{padding-left:5px}.abde-text ol li:has(span.abde-footnote) .abde-footnote{padding-left:5px}.abde-text ul{padding-left:22px;width:100%;font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-text ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-text ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-text ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-text ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-text ul{font-size:18px;line-height:1.77}}.abde-text ul li{position:relative}.abde-text ul li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ul li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}@media screen and (min-width: 0){.abde-text ul li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ul li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){.abde-text ul li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ul li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){.abde-text ul li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ul li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){.abde-text ul li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ul li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){.abde-text ul li[\:has\(span.abde-footnote\)]::marker{font-size:12px;line-height:1.33}.abde-text ul li:has(span.abde-footnote)::marker{font-size:12px;line-height:1.33}}.abde-text ul li::marker{font-size:20px;line-height:1.1}@media screen and (min-width: 0){.abde-text ul li::marker{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-text ul li::marker{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-text ul li::marker{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-text ul li::marker{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-text ul li::marker{font-size:22px;line-height:1.1818}}.abde-text .abde-text-container.abde-text-generic .abde-py-lg-sm{padding-top:0 !important;padding-bottom:0 !important}.abde-text .abde-text-fa{padding-left:calc((30px/ 2) + 1.5em);position:relative}.abde-text .abde-text-fa .abde-icon{position:absolute;top:5px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-text .abde-text-fa-multiline p{padding-bottom:0}@media(min-width: 768px){.abde-text .abde-text-fa{padding-left:calc((30px/ 2) + .8em)}}.abde-text .abde-text-expandable{margin-bottom:30px}.abde-text .abde-text-expandable .abde-bracket-container{position:relative}.abde-text .abde-text-expandable .abde-bracket-container&gt;div{padding-top:15px;margin-bottom:-25px}.abde-text .abde-text-expandable .abde-bracket-container&gt;div .can-expand.expanded{padding-bottom:30px !important}.abde-text .abde-text-expandable .abde-bracket-container&gt;div .can-expand.expanded .abde-button{margin-top:1px;margin-bottom:17px}.abde-text .abde-text-expandable .abde-bracket-container&gt;div .can-expand .abde-button{margin-bottom:13px}.abde-text .abde-text-expandable .abde-bracket-container .abde-py-lg-sm{padding-top:0 !important}.abde-text .abde-text-expandable .abde-bracket-container h2,.abde-text .abde-text-expandable .abde-bracket-container h3,.abde-text .abde-text-expandable .abde-bracket-container h4,.abde-text .abde-text-expandable .abde-bracket-container h5{padding-right:20px}.abde-text .abde-text-expandable .abde-bracket-container .abde-pb-lg-0{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125}@media screen and (min-width: 0){.abde-text .abde-text-expandable .abde-bracket-container .abde-pb-lg-0{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-text .abde-text-expandable .abde-bracket-container .abde-pb-lg-0{font-size:45px;line-height:1.125}}@media screen and (min-width: 768px){.abde-text .abde-text-expandable .abde-bracket-container .abde-pb-lg-0{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-text .abde-text-expandable .abde-bracket-container .abde-pb-lg-0{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-text .abde-text-expandable .abde-bracket-container .abde-pb-lg-0{font-size:45px;line-height:1.125}}@media(min-width: 1176px){.abde-text .abde-text-expandable .abde-bracket-container .abde-pb-lg-0{padding-bottom:0}}.abde-text .abde-text-expandable .abde-bracket-container p{line-height:32px}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-hide:before,.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-hide:after{display:none}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-gray:before,.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-gray:after{border-color:#f0f0f0 !important}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-left.abde-bracket-padded{padding-left:47px}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-left:before{content:" ";position:absolute;top:0px;height:100%;width:47px;left:0px;border-left:26px solid #fff;border-top:26px solid #fff;border-bottom:26px solid #fff}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-left.abde-bracket-collapse:before{border-left:none;margin-right:-21px;width:21px !important}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-right.abde-bracket-padded{padding-right:47px}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-right:after{width:47px;content:" ";position:absolute;top:0px;height:100%;right:0px;border-right:26px solid #fff;border-top:26px solid #fff;border-bottom:26px solid #fff}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-lg,.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-show-lg{padding-left:10px}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-lg.abde-bracket-left:before,.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-show-lg.abde-bracket-left:before{width:47px;border-left-width:26px;border-top-width:26px;border-bottom-width:26px}@media(min-width: 1176px){.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-lg.abde-bracket-left,.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-show-lg.abde-bracket-left{padding-left:120px;padding-bottom:0;padding-top:40px}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-lg.abde-bracket-left .can-expand,.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-show-lg.abde-bracket-left .can-expand{padding-bottom:40px}}.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-lg.abde-bracket-right:after,.abde-text .abde-text-expandable .abde-bracket-container.abde-bracket-show-lg.abde-bracket-right:after{width:47px;border-right-width:26px;border-top-width:26px;border-bottom-width:26px}.abde-text .abde-text-expandable .abde-expand-text{overflow:hidden;white-space:normal}.abde-text .abde-text-expandable .abde-expand-text&gt;:first-child{margin-top:0;padding-top:0}.abde-text .abde-text-expandable .abde-expand-text .abde-expand-text-ellipsis{display:none}.abde-text .abde-text-expandable .abde-expand-text~.abde-button{margin-top:30px;cursor:pointer;display:none;letter-spacing:2.8px}.abde-text .abde-text-expandable .abde-expand-text~.abde-button .abde-expand-text-button{margin-top:0}.abde-text .abde-text-expandable .abde-expand-text~.abde-button a:first-of-type{display:inline}.abde-text .abde-text-expandable .abde-expand-text~.abde-button a:last-of-type{display:none}.abde-text .abde-text-expandable .abde-expand-text~.abde-button i{font-size:11px;font-weight:bold;vertical-align:middle;line-height:1}.abde-text .abde-text-expandable .abde-expand-text.can-expand{position:relative}.abde-text .abde-text-expandable .abde-expand-text.can-expand~.abde-button{display:inline-block}.abde-text .abde-text-expandable .abde-expand-text.expanded{overflow:visible;max-height:none !important}.abde-text .abde-text-expandable .abde-expand-text.expanded p:only-of-type{padding-bottom:0 !important}.abde-text .abde-text-expandable .abde-expand-text.expanded~.abde-button a:first-of-type{display:none}.abde-text .abde-text-expandable .abde-expand-text.expanded~.abde-button a:last-of-type{display:inline}.abde-text .abde-text-expandable .abde-expand-text.expanded&gt;:last-child{margin-bottom:0;padding-bottom:0}.abde-text .abde-text-expandable .abde-bracket-show.abde-bracket-left:before{display:block}.abde-text .abde-text-expandable .abde-bracket-show.abde-bracket-right:after{display:block}.abde-text .abde-text-expandable .abde-bracket-hide.abde-bracket-left:before{display:none}.abde-text .abde-text-expandable .abde-bracket-hide.abde-bracket-right:after{display:none}.abde-text .abde-text-expandable .abde-bracket-lg.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-lg.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}@media(min-width: 576px){.abde-text .abde-text-expandable .abde-bracket-show-sm.abde-bracket-left:before{display:block}.abde-text .abde-text-expandable .abde-bracket-show-sm.abde-bracket-right:after{display:block}.abde-text .abde-text-expandable .abde-bracket-hide-sm.abde-bracket-left:before{display:none}.abde-text .abde-text-expandable .abde-bracket-hide-sm.abde-bracket-right:after{display:none}.abde-text .abde-text-expandable .abde-bracket-lg-sm.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-lg-sm.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 768px){.abde-text .abde-text-expandable .abde-bracket-show-md.abde-bracket-left:before{display:block}.abde-text .abde-text-expandable .abde-bracket-show-md.abde-bracket-right:after{display:block}.abde-text .abde-text-expandable .abde-bracket-hide-md.abde-bracket-left:before{display:none}.abde-text .abde-text-expandable .abde-bracket-hide-md.abde-bracket-right:after{display:none}.abde-text .abde-text-expandable .abde-bracket-lg-md.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-lg-md.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1024px){.abde-text .abde-text-expandable .abde-bracket-show-mdlg.abde-bracket-left:before{display:block}.abde-text .abde-text-expandable .abde-bracket-show-mdlg.abde-bracket-right:after{display:block}.abde-text .abde-text-expandable .abde-bracket-hide-mdlg.abde-bracket-left:before{display:none}.abde-text .abde-text-expandable .abde-bracket-hide-mdlg.abde-bracket-right:after{display:none}.abde-text .abde-text-expandable .abde-bracket-lg-mdlg.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-lg-mdlg.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1176px){.abde-text .abde-text-expandable .abde-bracket-show-lg.abde-bracket-left:before{display:block}.abde-text .abde-text-expandable .abde-bracket-show-lg.abde-bracket-right:after{display:block}.abde-text .abde-text-expandable .abde-bracket-hide-lg.abde-bracket-left:before{display:none}.abde-text .abde-text-expandable .abde-bracket-hide-lg.abde-bracket-right:after{display:none}.abde-text .abde-text-expandable .abde-bracket-lg-lg.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-lg-lg.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1440px){.abde-text .abde-text-expandable .abde-bracket-show-xl.abde-bracket-left:before{display:block}.abde-text .abde-text-expandable .abde-bracket-show-xl.abde-bracket-right:after{display:block}.abde-text .abde-text-expandable .abde-bracket-hide-xl.abde-bracket-left:before{display:none}.abde-text .abde-text-expandable .abde-bracket-hide-xl.abde-bracket-right:after{display:none}.abde-text .abde-text-expandable .abde-bracket-lg-xl.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-lg-xl.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 1920px){.abde-text .abde-text-expandable .abde-bracket-show-xxl.abde-bracket-left:before{display:block}.abde-text .abde-text-expandable .abde-bracket-show-xxl.abde-bracket-right:after{display:block}.abde-text .abde-text-expandable .abde-bracket-hide-xxl.abde-bracket-left:before{display:none}.abde-text .abde-text-expandable .abde-bracket-hide-xxl.abde-bracket-right:after{display:none}.abde-text .abde-text-expandable .abde-bracket-lg-xxl.abde-bracket-static.abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-lg-xxl.abde-bracket-static.abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}@media(min-width: 768px){.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-left:before{width:49px;border-left-width:27px;border-top-width:27px;border-bottom-width:27px}.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-left.abde-bracket-collapse:before{border-left:none;margin-right:-22px;width:22px !important}.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-right:after{width:49px;border-right-width:27px;border-top-width:27px;border-bottom-width:27px}.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-right.abde-bracket-collapse:after{border-right:none;margin-left:-22px;width:22px !important}}@media(min-width: 1176px){.abde-text .abde-text-expandable .abde-bracket-with-text-expand h2{padding-right:20px}.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-left.abde-bracket-collapse:before{border-left:none;margin-right:-35px;width:35px !important}.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-text .abde-text-expandable .abde-bracket-container:not(.abde-bracket-static).abde-bracket-right.abde-bracket-collapse:after{border-right:none;margin-left:-35px;width:35px !important}}@media speech{.abde-text .abde-text-expandable{overflow:visible;max-height:none}}@media(min-width: 1176px){.abde-text .abde-text-expandable .abde-expand-text .can-expand [role=button]{margin-top:10px}.abde-text .abde-text-expandable .abde-expand-text .can-expand.abde-col-12:last-child{margin-bottom:-60px}}.abde-text .abde-text-with-icon .abde-icon{max-width:100%;margin-bottom:30px;text-align:center}.abde-text .abde-text-with-icon .abde-icon img{height:70px;width:70px}.abde-text .abde-text-with-icon .abde-icon,.abde-text .abde-text-with-icon .abde-text-content{float:none}@media(min-width: 768px){.abde-text .abde-text-with-icon.horizontal .abde-text-content{width:calc(100% - 90px)}}.abde-text .abde-text-with-icon.horizontal .abde-icon img{display:none}@media(min-width: 768px){.abde-text .abde-text-with-icon.horizontal .abde-icon,.abde-text .abde-text-with-icon.horizontal .abde-text-content{float:left}.abde-text .abde-text-with-icon.horizontal .abde-icon{text-align:left;max-width:90px;padding-right:30px}.abde-text .abde-text-with-icon.horizontal .abde-icon img{display:inline-block}}.abde-text .abde-text-container.abde-text-generic .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-tooltip .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-expandable .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-icon .abde-text-eyebrow{display:block;font-family:"Klavika",Arial,Helvetica,sans-serif !important;font-weight:normal !important;font-size:12px;line-height:1.16667;letter-spacing:1.4px;text-transform:uppercase;padding:0 0 10px 0 !important}@media screen and (min-width: 0){.abde-text .abde-text-container.abde-text-generic .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-tooltip .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-expandable .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-icon .abde-text-eyebrow{font-size:12px;line-height:1.16667}}@media screen and (min-width: 576px){.abde-text .abde-text-container.abde-text-generic .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-tooltip .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-expandable .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-icon .abde-text-eyebrow{font-size:12px;line-height:1.16667}}@media screen and (min-width: 768px){.abde-text .abde-text-container.abde-text-generic .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-tooltip .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-expandable .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-icon .abde-text-eyebrow{font-size:14px;line-height:1.14286}}@media screen and (min-width: 1176px){.abde-text .abde-text-container.abde-text-generic .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-tooltip .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-expandable .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-icon .abde-text-eyebrow{font-size:14px;line-height:1.14286}}@media screen and (min-width: 1440px){.abde-text .abde-text-container.abde-text-generic .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-tooltip .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-expandable .abde-text-eyebrow,.abde-text .abde-text-container.abde-text-with-icon .abde-text-eyebrow{font-size:14px;line-height:1.14286}}.abde-text #font-size-test-06{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700}.abde-text #font-size-test-07{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal}.abde-text #font-size-test-08{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400}.abde-text #font-size-test-09{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-text #font-size-test-10{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}.abde-text-with-tooltip{padding-top:20px;padding-bottom:20px}.abde-text-with-tooltip&gt;div{display:inline-block}.abde-text-with-tooltip .abde-py-lg-sm{padding-top:0 !important}.abde-tooltip{display:inline-block;overflow:visible;vertical-align:top;font-size:12px;z-index:300;cursor:pointer;margin-left:10px}.abde-tooltip i{color:#1e9bd7;font-family:"Font Awesome 6 Pro";font-size:1.33333em;line-height:.75em;vertical-align:-0.0667em}.abde-tooltip-text{-webkit-box-sizing:y -box;box-sizing:y -box;text-align:left;white-space:normal;cursor:default;letter-spacing:.5px;line-height:1.3;z-index:10;display:none;position:absolute;max-width:300px;width:100%;padding:10px 20px;background-color:#fff;font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:normal !important;font-size:16px;line-height:1.3125;margin-left:-10px;border:1px solid #c4c4c4}.abde-tooltip-text p:last-of-type{padding-bottom:0}@media(max-width: 576px){.abde-tooltip-text{max-width:calc(100% - 30px);margin-left:-15px}}@media screen and (min-width: 0){.abde-tooltip-text{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){.abde-tooltip-text{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){.abde-tooltip-text{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){.abde-tooltip-text{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){.abde-tooltip-text{font-size:16px;line-height:1.3125}}.abde-tooltip-text.abde-tooltip-open{display:block;margin-top:20px;color:#262626}.abde-tooltip-text.abde-tooltip-open i,.abde-tooltip-text.abde-tooltip-open em{font-style:italic}.abde-tooltip-text.abde-tooltip-open b,.abde-tooltip-text.abde-tooltip-open strong{font-weight:bold}.abde-tooltip-text .abde-tooltip-arrow{display:block;position:absolute;top:-23px;-webkit-transform:scaleY(-1);transform:scaleY(-1);z-index:12;margin-left:-10px}.abde-tooltip-text.above .abde-tooltip-arrow{top:auto;bottom:-24px;-webkit-transform:scaleY(1);transform:scaleY(1)}@media speech{.abde-tooltip .abde-tooltip-text{display:block}}.abde-tabs .abde-text .abde-text-container.abde-text-generic ol{display:block}.abde-tabs .abde-text .abde-text-container.abde-text-generic ol li{text-transform:none;letter-spacing:normal;display:list-item;padding:0 0 10px 0;max-width:100%;font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-tabs .abde-text .abde-text-container.abde-text-generic ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-tabs .abde-text .abde-text-container.abde-text-generic ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-tabs .abde-text .abde-text-container.abde-text-generic ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-tabs .abde-text .abde-text-container.abde-text-generic ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-tabs .abde-text .abde-text-container.abde-text-generic ol li{font-size:18px;line-height:1.77}}.abde-image .abde-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:hidden}.abde-image .abde-image-container img,.abde-image .abde-image-container picture{max-width:660px;position:relative;z-index:1;display:inline-block}.abde-image .abde-image-container picture.abde-image-bracket{position:relative}.abde-image .abde-image-container picture.abde-image-bracket.abde-image-bracket-left:before{content:" ";position:absolute;top:0px;height:100%;width:47px;left:0px;border-left:26px solid #fff;border-top:26px solid #fff;border-bottom:26px solid #fff;z-index:2}.abde-image .abde-image-container picture.abde-image-bracket.abde-image-bracket-right{-webkit-clip-path:polygon(92% 0, 92% 10%, 97% 10%, 97% 92%, 92% 92%, 92% 100%, 0 100%, 0 0);clip-path:polygon(92% 0, 92% 10%, 97% 10%, 97% 92%, 92% 92%, 92% 100%, 0 100%, 0 0)}.abde-image .abde-image-container .abde-image-center{margin:0 auto}.abde-image .abde-image-container .abde-image-right{margin-left:auto}.abde-image .abde-image-container .abde-image-left{margin-right:auto}[class*=abde-col-] img{width:100%;height:auto}@media(min-width: 768px){.abde-image .abde-image-container img:not(.abde-no-img-scaling),.abde-image .abde-image-container picture:not(.abde-no-img-scaling){max-width:100%;width:100%}.abde-image .abde-image-container .abde-image-bracket:not(.abde-bracket-static).abde-image-bracket-left:before{width:49px;border-left-width:27px;border-top-width:27px;border-bottom-width:27px}.abde-image .abde-image-container .abde-image-bracket:not(.abde-bracket-static).abde-image-bracket-right:after{width:49px;border-right-width:27px;border-top-width:27px;border-bottom-width:27px}}@media(min-width: 1176px){.abde-image-bracket:not(.abde-bracket-static).abde-image-bracket-left:before{width:78px;border-left-width:43px;border-top-width:43px;border-bottom-width:43px}.abde-image-bracket:not(.abde-bracket-static).abde-image-bracket-right:after{width:78px;border-right-width:43px;border-top-width:43px;border-bottom-width:43px}}.abde-quote .abde-quote-container{width:105%;position:relative;text-align:center;display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;background-repeat:no-repeat;background-size:cover;background-position-x:center;margin-left:-15px}.abde-quote .abde-quote-container .abde-quote-icon{line-height:0;height:60px;padding-top:60px;padding-left:10px;font-size:120px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:25px}.abde-quote .abde-quote-container .abde-quote-text-over{position:static;margin-left:auto;margin-right:auto;left:0;right:0;text-align:center;-ms-flex-item-align:center;align-self:center}.abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;line-height:32px;font-size:22px;color:#000}.abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-text.abde-quote-text-large{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:34px;line-height:42px;color:#000}.abde-quote .abde-quote-container .abde-quote-text-over p{padding:0 15px 25px;color:#262626}.abde-quote .abde-quote-container .abde-quote-text-over.abde-quote-dark .abde-quote-text,.abde-quote .abde-quote-container .abde-quote-text-over.abde-quote-dark .abde-quote-text-large,.abde-quote .abde-quote-container .abde-quote-text-over.abde-quote-dark p{color:#fff}@media(min-width: 576px){.abde-quote .abde-quote-container{width:100%;margin-left:0px}}@media(min-width: 768px){.abde-quote .abde-quote-text-over .abde-quote-text-large{padding:50px 40px 50px 40px}.abde-quote .abde-quote-text-over.abde-quote-dark{padding:50px 40px}}@media(min-width: 1176px){.abde-quote .abde-quote-text-over .abde-quote-text-large{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:34px}}@media(min-width: 1440px){.abde-quote .abde-quote-text-over.abde-quote-dark{padding:100px 40px}}.abde-table .abde-table-container{width:100%;position:relative;padding-bottom:40px}.abde-table .abde-table-container tr{border-bottom:1px solid #c4c4c4}.abde-table .abde-table-container.abde-table-clean tbody tr{border-bottom:none}.abde-table .abde-table-container td,.abde-table .abde-table-container th{padding:14px;font-size:18px}.abde-table .abde-table-container span.abde-content-bold{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;display:block}.abde-table .abde-table-container .abde-table-title{display:block;padding-bottom:40px}.abde-table .abde-table-container .abde-table-header{background-color:#000;color:#fff;padding:18px;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-weight:700}.abde-table .abde-table-container th[scope=row]{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-weight:700}.abde-table .abde-table-container th[scope=row]:first-child{min-width:190px}.abde-table .abde-table-container tbody tr:hover{background-color:#f7f7f7}.abde-table .abde-table-container .bump-right table{-webkit-animation:bumpTable 2s ease-in-out;animation:bumpTable 2s ease-in-out}.abde-table .abde-table-container .has-overflow-right:after{content:" ";position:absolute;right:0px;top:0px;height:100%;width:70px;-webkit-box-shadow:-70px 0px 30px -30px #fff inset;box-shadow:-70px 0px 30px -30px #fff inset;z-index:4;pointer-events:none}.abde-table .abde-table-container .abde-scroll-h{overflow-x:auto;width:100%}.abde-table .abde-table-container .abde-scroll-h ul{margin-left:17px}.abde-mobile-scroll-text{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#adadad;position:-webkit-sticky;position:sticky;left:0;text-transform:uppercase;margin-bottom:0;font-size:14px;font-weight:600;line-height:1;padding-bottom:20px}.abde-mobile-scroll-text i{font-size:15px}.abde-mobile-scroll-text .arrow{font-size:15px;width:100px;border-top:1px dashed #adadad;margin-top:6px}.abde-mobile-scroll-text .arrow:first-of-type{margin-right:1px}.abde-mobile-scroll-text .arrow:last-of-type{margin-left:1px}.abde-mobile-scroll-text.show-scroll-text{display:-webkit-box;display:-ms-flexbox;display:flex}.abde-tbl-custom.abde-black-header table tbody th[scope=col]{background-color:#000}.abde-tbl-custom.abde-gray-header table tbody th[scope=col]{background-color:#6d6d6d !important}.abde-tbl-custom table tbody{white-space:normal;border:1px solid #fff}.abde-tbl-custom table tbody tr{border-bottom:1px solid #adadad}.abde-tbl-custom table tbody tr:first-child:hover{background-color:transparent}.abde-tbl-custom table tbody th{border-bottom:none;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;vertical-align:middle}.abde-tbl-custom table tbody th[scope=row]{white-space:normal;padding-right:20px;text-align:left;position:sticky;position:-webkit-sticky;left:-2px;padding-left:15px;background-color:#fff}.abde-tbl-custom table tbody th[scope=col]{border:1px solid #fff;padding:20px 15px;color:#fff;background-color:#000}.abde-tbl-custom table tbody th[scope=col]:first-child{position:sticky;position:-webkit-sticky;left:-2px;min-width:150px}.abde-tbl-custom table tbody td{padding:15px;font-family:"Theinhardt",Arial,Helvetica,sans-serif;border-right:1px solid #fff;vertical-align:middle;min-width:150px}@-webkit-keyframes bumpTable{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes bumpTable{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}.abde-tile{text-align:center;position:relative;margin:20px 0}.abde-tile .abde-tile-container .abde-tile-stat{color:#1e9bd7}.abde-tile .abde-tile-container.abde-tile-left-border{text-align:left;padding-left:30px}.abde-tile .abde-tile-container.abde-tile-left-border .abde-tile-stat{color:#1e9bd7;min-height:auto}.abde-tile .abde-tile-container.abde-tile-left-border .abde-tile-stat:before{position:absolute;left:0;top:20px;content:" ";width:3px;background-color:#1e9bd7;height:100%;max-height:82px}.abde-tile .abde-tile-container.abde-tile-left-border .abde-tile-stat span{display:block}.abde-tile .abde-tile-container.abde-tile-left-border .abde-tile-stat span.number{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:75px;color:#fff;-webkit-text-stroke:2px #1e9bd7;margin-bottom:-10px}.abde-tile .abde-tile-container.abde-tile-left-border .abde-tile-stat span.text{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:24px}.abde-tile .abde-tile-container.abde-tile-left-border .abde-tile-description p{font-size:18px;line-height:1.22;letter-spacing:0px}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:30px;line-height:1.125;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;width:112px;height:112px;text-align:center;padding-top:40px;margin:auto}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-yellow{color:#ffbf27 !important;border:2px solid #ffbf27}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-purple{color:#5949a7 !important;border:2px solid #5949a7}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-lightpurple{color:#aba4cf !important;border:2px solid #aba4cf}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-lightblue{color:#78c3e7 !important;border:2px solid #78c3e7}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-blue{color:#1e9bd7 !important;border:2px solid #1e9bd7}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-teal{color:#50beaf !important;border:2px solid #50beaf}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-aqua{color:#1cd8c0 !important;border:2px solid #1cd8c0}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-white{color:#fff !important;border:2px solid #fff}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-black{color:#000 !important;border:2px solid #000}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-cyan{color:#1e9bd7 !important;border:2px solid #1e9bd7}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-warning{color:#ca2127 !important;border:2px solid #ca2127}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat.abde-alert{color:#006da8 !important;border:2px solid #006da8}.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-description,.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-description p{margin-top:20px}@media(min-width: 576px){.abde-tile .abde-tile-container.abde-tile-circle .abde-tile-stat{padding-top:40px}}.abde-section-focus .abde-section-focus-header{width:100%;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase}.abde-section-focus .abde-section-focus-header .abde-section-focus-title{padding-bottom:5px;border-bottom:3px solid #1cd8c0;display:block;padding-left:50px;width:auto;float:left;font-size:14px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:1.4px}.abde-section-focus .abde-section-focus-header.abde-text-align-right .abde-section-focus-title{float:right;padding-right:50px;padding-left:0}.abde-section-focus div.abde-mt-md:first-child{margin-top:65px !important}@media(min-width: 768px){.abde-section-focus div.abde-mt-md:first-child{margin-top:65px !important}}@media(min-width: 1024px){.abde-section-focus div.abde-mt-md:first-child{margin-top:65px !important}}.abde-hero h1 sup{font-size:25%;top:-2em}@media(max-width: 768px){.abde-hero .abde-bracket-container.abde-bracket-right:after{display:none}}.abde-hero .abde-hero-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%}.abde-hero .abde-hero-outer.abde-hero-full-width header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}@media(max-width: 576px){.abde-hero .abde-hero-outer.abde-hero-full-width header.mobile-true{display:none}}.abde-hero .abde-hero-outer.abde-hero-full-width header.abde-hero-mobile{display:none}@media(max-width: 576px){.abde-hero .abde-hero-outer.abde-hero-full-width header.abde-hero-mobile{display:block}}.abde-hero .abde-hero-outer.abde-hero-full-width h1{max-width:816px;line-height:1.12}.abde-hero .abde-hero-outer.abde-hero-full-width .abde-hero-subtitle{margin-top:20px;font-size:18px;line-height:1.77;max-width:480px}@media screen and (min-width: 0){.abde-hero .abde-hero-outer.abde-hero-full-width .abde-hero-subtitle{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-hero .abde-hero-outer.abde-hero-full-width .abde-hero-subtitle{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-hero .abde-hero-outer.abde-hero-full-width .abde-hero-subtitle{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-hero .abde-hero-outer.abde-hero-full-width .abde-hero-subtitle{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-hero .abde-hero-outer.abde-hero-full-width .abde-hero-subtitle{font-size:18px;line-height:1.77}}.abde-hero .abde-hero-outer aside{color:#fff;position:relative;background-color:#000;max-width:100%;min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 15px;padding-bottom:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media(min-width: 768px){.abde-hero .abde-hero-outer aside{padding:50px}}.abde-hero .abde-hero-outer aside header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase}@media screen and (min-width: 0){.abde-hero .abde-hero-outer aside header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-hero .abde-hero-outer aside header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-hero .abde-hero-outer aside header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-hero .abde-hero-outer aside header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-hero .abde-hero-outer aside header{font-size:14px;line-height:1.14}}.abde-hero .abde-hero-outer aside .abde-text p a,.abde-hero .abde-hero-outer aside .abde-text span a{color:#007abb}.abde-hero .abde-hero-outer aside .abde-text p a:hover,.abde-hero .abde-hero-outer aside .abde-text span a:hover{text-decoration:underline}.abde-hero .abde-hero-outer .abde-hero-header-mobile{display:none !important}@media(max-width: 1024px){.abde-hero .abde-hero-outer .abde-hero-header-desktop{display:none !important}.abde-hero .abde-hero-outer .abde-hero-header-mobile{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}}.abde-hero .abde-hero-outer .abde-hero-header{min-height:280px;position:relative;color:#fff;text-align:left;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1024px){.abde-hero .abde-hero-outer .abde-hero-header{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}}.abde-hero .abde-hero-outer .abde-hero-header picture{-ms-flex-item-align:center;align-self:center;display:block}@media(min-width: 1024px){.abde-hero .abde-hero-outer .abde-hero-header picture{margin-left:600px}}@media(min-width: 1280px){.abde-hero .abde-hero-outer .abde-hero-header picture{margin-left:700px}}.abde-hero .abde-hero-outer .abde-hero-header picture img{max-width:700px;height:auto;max-height:300px}@media(min-width: 1176px){.abde-hero .abde-hero-outer .abde-hero-header picture img{max-height:400px}}.abde-hero .abde-hero-outer .abde-hero-box{background-color:#000;color:#fff;min-height:auto;max-width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0}.abde-hero .abde-hero-outer .abde-hero-box header{text-transform:capitalize}.abde-hero .abde-hero-outer .abde-hero-box p{line-height:1.623}@media(min-width: 1024px){.abde-hero .abde-hero-wrapper{position:absolute}.abde-hero .abde-hero-full-width .abde-hero-wrapper{position:relative}.abde-hero .abde-hero-outer+.abde-container{margin-top:100px}.abde-hero .abde-hero-outer .abde-hero-header{min-height:460px}.abde-hero .abde-hero-outer aside{position:relative;padding:33px 70px;max-width:588px;min-height:540px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.abde-hero .abde-hero-outer header{text-transform:uppercase}}@media(min-width: 1280px){.abde-hero .abde-hero-outer aside,.abde-hero .abde-video-hero-parent-container aside{padding:33px 70px 33px 130px;max-width:600px}}@media(min-width: 1176px){.abde-hero .abde-hero-outer+.abde-container{margin-top:0}.abde-hero .abde-hero-outer:not(.abde-hero-full-width) .abde-hero-cta{padding-top:0}.abde-hero .abde-hero-outer.abde-hero-full-width .abde-hero-cta{padding-top:40px}}.abde-hero .abde-form-inline-label span{font-size:20px;line-height:1.1;padding-top:10px;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;margin-right:20px}@media screen and (min-width: 0){.abde-hero .abde-form-inline-label span{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-hero .abde-form-inline-label span{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-hero .abde-form-inline-label span{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-hero .abde-form-inline-label span{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-hero .abde-form-inline-label span{font-size:22px;line-height:1.1818}}.abde-hero .abde-form-group{position:relative}.abde-hero .abde-form-group i.fas{position:absolute;right:15px;top:10px;color:#1e9bd7;font-size:25px;font-weight:normal !important}.abde-hero .abde-video-hero .abde-video-hero-outer-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-text-container{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;color:#fff;background-color:#000}@media(min-width: 1440px){.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-text-container{min-height:540px}}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-text-container .abde-video-hero-text-inner-container{padding:60px;padding-left:15px}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-text-container .abde-video-hero-text-inner-container .abde-button{padding-top:35px}@media(min-width: 768px){.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-text-container .abde-video-hero-text-inner-container{padding-left:5%}}@media(min-width: 1024px){.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-text-container .abde-video-hero-text-inner-container{padding-left:100px}}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:0;max-height:auto;padding:0;background-color:#000}@media only screen and (min-width: 577px)and (max-width: 1024px){.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container{padding:0 15px 13px 15px}}@media(max-width: 576px){.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container .abde-brightcove-video-player .video-js .vjs-big-play-button{height:44px;width:44px}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container .abde-brightcove-video-player .video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-size:30px;top:-15px}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container .abde-youtube-video-play-button{height:42px;width:42px;background-size:40px}}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .video-js.vjs-fluid{width:auto}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .abde-video{position:relative;bottom:0}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .abde-video .abde-image .abde-image-container img:not(.abde-no-img-scaling),.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .abde-video .abde-image .abde-image-container picture:not(.abde-no-img-scaling){aspect-ratio:16/9}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-poster-image{width:100%}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div{position:relative}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.abde-bracket-container.abde-bracket-right:after{display:none}@media(min-width: 1440px){.abde-hero .abde-video-hero .abde-video-hero-outer-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-text-container{max-width:600px;height:auto}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container{position:relative;display:block;padding:0 30px 60px 30px;overflow:visible !important}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small{max-height:460px;background-color:#c4c4c4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .abde-video{position:relative;bottom:-100px;width:700px;height:394px}.abde-hero .abde-video-hero .abde-video-hero-outer-container .abde-video-hero-video-container.small .abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div{position:relative}}@media(min-width: 1176px){.abde-hero .abde-strategy-hero{max-height:476px}}.abde-hero .abde-strategy-hero .abde-image{position:absolute;display:inline-block;width:100%;height:100%;z-index:-1}.abde-hero .abde-strategy-hero .abde-image .abde-image-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.abde-hero .abde-strategy-hero .abde-image .abde-image-container picture img{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(min-width: 371px)and (max-width: 649px){.abde-hero .abde-strategy-hero[\:has\(.abde-strategy-simple\)] .abde-image-container{display:-webkit-box}.abde-hero .abde-strategy-hero:has(.abde-strategy-simple) .abde-image-container{display:-webkit-box}}.abde-hero .abde-strategy-hero .abde-strategy-hero-container{background-size:cover;position:relative}@media(min-width: 1024px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-row{height:476px}}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top{color:#f7f7f7;margin-top:85px;margin-bottom:50px}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top p{padding-top:30px;padding-bottom:150px}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;color:#f0f0f0}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple p{padding-top:30px}@media(min-width: 1024px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple{min-height:400px}}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top span,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple span{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.17;letter-spacing:1.4px;padding-bottom:20px;display:block;text-transform:uppercase}@media screen and (min-width: 0){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top span,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple span{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top span,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple span{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top span,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top span,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top span,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-simple span{font-size:14px;line-height:1.14}}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container{background-color:#000}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides{display:none;width:100%}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box{background-color:#000;color:#fff;padding:20px 20px;width:100%}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight-left-header,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight{float:left}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight-left-header{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1;margin-right:20px}@media screen and (min-width: 0){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight-left-header{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight-left-header{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight-left-header{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight-left-header{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container .abde-strategy-hero-slides .abde-hero-box .abde-spotlight-left-header{font-size:22px;line-height:1.1818}}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-carousel-controls{text-align:center;margin-top:5px;margin-bottom:30px;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-carousel-controls .abde-carousel-indicator{cursor:pointer;height:4px;width:30px;margin:0 3px;background-color:#adadad;display:inline-block;-webkit-transition:background-color .5s ease;transition:background-color .5s ease}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-carousel-controls .active,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-carousel-controls .abde-carousel-indicator:hover{background-color:#fff}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .fade{-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:1.5s;animation-duration:1.5s}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .fade-out{-webkit-animation-name:fade-out;animation-name:fade-out;-webkit-animation-duration:1.5s;animation-duration:1.5s}@-webkit-keyframes fade{from{opacity:0}to{opacity:1}}@keyframes fade{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@media(max-width: 768px){.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-top,.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-strategy-hero-slides-container{margin-top:40px;margin-bottom:0}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-hero-box .abde-spotlight-left-header{margin-bottom:10px}.abde-hero .abde-strategy-hero .abde-strategy-hero-container .abde-carousel-controls{bottom:20px}}.abde-hero .abde-bg-left{background-position:left 0 !important}.abde-hero .abde-bg-center{background-position:center 0 !important}.abde-hero .abde-bg-right{background-position:right 0 !important}.abde-hero .abde-teal-hero .abde-teal-hero-container{min-height:144px;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media(max-width: 768px){.abde-hero .abde-teal-hero .abde-teal-hero-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}}.abde-hero .abde-teal-hero .abde-teal-hero-container .abde-hero-teal-left{background-color:#000;color:#fff;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;height:-webkit-max-content;height:-moz-max-content;height:max-content;min-width:30%;max-width:70%}.abde-hero .abde-teal-hero .abde-teal-hero-container .abde-hero-teal-left h1{padding-left:130px;padding-right:20px}@media(max-width: 768px){.abde-hero .abde-teal-hero .abde-teal-hero-container .abde-hero-teal-left{max-width:100%}.abde-hero .abde-teal-hero .abde-teal-hero-container .abde-hero-teal-left h1{padding-left:20px}}.abde-hero .abde-teal-hero .abde-teal-hero-container .abde-hero-teal-right{min-height:144px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#50beaf;background-image:url("https://www.alliancebernstein.com/content/dam/alliancebernstein/apac/tw/tw-heroes/Hero-TW-Teal_Pattern.jpg")}@media(max-width: 768px){.abde-hero .abde-teal-hero .abde-teal-hero-container .abde-hero-teal-right{min-height:60px;background-image:url("https://www.alliancebernstein.com/content/dam/alliancebernstein/apac/tw/tw-heroes/Hero-TW-Teal_Pattern-Mob.jpg")}}.abde-hero .abde-hero-outer .abde-spotlight{margin:30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 1024px){.abde-hero .abde-hero-outer .abde-spotlight{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 1176px){.abde-hero .abde-hero-outer .abde-spotlight .abde-button .abde-btn-container .abde-btn{width:100%}}@media(min-width: 1176px){.abde-hero .abde-hero-outer .abde-spotlight{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;margin:15px 8% 0px}}@media(min-width: 1440px){.abde-hero .abde-hero-outer .abde-spotlight{margin:0px 10%}}@media(min-width: 1920px){.abde-hero .abde-hero-outer .abde-spotlight{margin:0px 15%}}.abde-hero .abde-strategy-hero .abde-spotlight .abde-spotlight-eyebrown-text,.abde-hero .abde-sub-hero .abde-spotlight .abde-spotlight-eyebrown-text{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase}@media screen and (min-width: 0){.abde-hero .abde-strategy-hero .abde-spotlight .abde-spotlight-eyebrown-text,.abde-hero .abde-sub-hero .abde-spotlight .abde-spotlight-eyebrown-text{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-spotlight-eyebrown-text,.abde-hero .abde-sub-hero .abde-spotlight .abde-spotlight-eyebrown-text{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-spotlight-eyebrown-text,.abde-hero .abde-sub-hero .abde-spotlight .abde-spotlight-eyebrown-text{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-spotlight-eyebrown-text,.abde-hero .abde-sub-hero .abde-spotlight .abde-spotlight-eyebrown-text{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-spotlight-eyebrown-text,.abde-hero .abde-sub-hero .abde-spotlight .abde-spotlight-eyebrown-text{font-size:14px;line-height:1.14}}.abde-hero .abde-strategy-hero .abde-spotlight .abde-button,.abde-hero .abde-sub-hero .abde-spotlight .abde-button{margin-left:20px}.abde-hero .abde-strategy-hero .abde-spotlight .abde-button a,.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:1.17;text-transform:uppercase;letter-spacing:1.68px;color:#1e9bd7}@media screen and (min-width: 0){.abde-hero .abde-strategy-hero .abde-spotlight .abde-button a,.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-button a,.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-button a,.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-button a,.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-hero .abde-strategy-hero .abde-spotlight .abde-button a,.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:14px;line-height:1.14}}.abde-hero .abde-strategy-hero .abde-spotlight .abde-sidebar::before,.abde-hero .abde-sub-hero .abde-spotlight .abde-sidebar::before{position:absolute;left:0px;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:" ";width:3px;background-color:#1e9bd7;height:75%;max-height:75%}.abde-hero .abde-sub-hero.abde-bracket-container.abde-bracket-right{overflow:visible !important;height:460px}@media(max-width: 1024px){.abde-hero .abde-sub-hero.abde-bracket-container.abde-bracket-right{margin-bottom:230px}.abde-hero .abde-sub-hero.abde-bracket-container.abde-bracket-right .abde-col-12:first-child{padding-bottom:25px}.abde-hero .abde-sub-hero.abde-bracket-container.abde-bracket-right .abde-col-12:nth-child(2){padding-top:0}.abde-hero .abde-sub-hero.abde-bracket-container.abde-bracket-right::after{display:none}}.abde-hero .abde-sub-hero .abde-sub-hero-container-right{position:relative;bottom:-40px}@media(max-width: 1024px){.abde-hero .abde-sub-hero .abde-sub-hero-container-right{bottom:30px}}.abde-hero .abde-sub-hero .abde-sub-hero-container-right .abde-image .abde-image-container img:not(.abde-no-img-scaling),.abde-hero .abde-sub-hero .abde-sub-hero-container-right .abde-image .abde-image-container picture:not(.abde-no-img-scaling){aspect-ratio:16/9}.abde-hero .abde-sub-hero header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase;padding-bottom:20px}@media screen and (min-width: 0){.abde-hero .abde-sub-hero header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-hero .abde-sub-hero header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-hero .abde-sub-hero header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-hero .abde-sub-hero header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-hero .abde-sub-hero header{font-size:14px;line-height:1.14}}.abde-hero .abde-sub-hero h1{font-size:50px;line-height:1.1;padding-right:45px}@media screen and (min-width: 0){.abde-hero .abde-sub-hero h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 576px){.abde-hero .abde-sub-hero h1{font-size:50px;line-height:1.1}}@media screen and (min-width: 768px){.abde-hero .abde-sub-hero h1{font-size:64px;line-height:1}}@media screen and (min-width: 1176px){.abde-hero .abde-sub-hero h1{font-size:64px;line-height:1}}@media screen and (min-width: 1440px){.abde-hero .abde-sub-hero h1{font-size:64px;line-height:1}}@media(max-width: 768px){.abde-hero .abde-sub-hero h1{padding-right:0}}.abde-hero .abde-sub-hero p{margin:30px 0;padding-right:45px}@media(max-width: 1024px){.abde-hero .abde-sub-hero p{padding-right:0}}.abde-hero .abde-sub-hero .abde-spotlight{margin-top:30px}@media(max-width: 1024px){.abde-hero .abde-sub-hero .abde-spotlight{margin-bottom:30px}}.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-hero .abde-sub-hero .abde-spotlight .abde-button a{font-size:18px;line-height:1.77}}.abde-hero .abde-solid-blue-texture.abde-sub-hero .abde-spotlight .abde-sidebar::before{background-color:#fff}.abde-hero .abde-solid-blue-texture.abde-sub-hero .abde-spotlight .abde-button a{color:#fff}.abde-hero-outer .abde-hero-header{-webkit-transition:.35s background-position ease-out;transition:.35s background-position ease-out;background-size:cover;background-position:100px 0px}.abde-hero .abde-hero-header:after,.abde-hero-outer .abde-hero-header:before{-webkit-transition:.35s transform ease-out;transition:.35s transform ease-out;-webkit-transform:translateX(100%);transform:translateX(100%)}.abde-hero.abde-hero-loaded.abde-hero-animation-end,.abde-hero-outer.abde-hero-loaded.abde-hero-animation-end{-webkit-transition:none;transition:none}.abde-hero.abde-hero-loaded.abde-hero-animation-end:before,.abde-hero.abde-hero-loaded.abde-hero-animation-end:after,.abde-hero-outer.abde-hero-loaded.abde-hero-animation-end:before,.abde-hero-outer.abde-hero-loaded.abde-hero-animation-end:after{-webkit-transition:none;transition:none}.abde-hero-outer .abde-hero-header.abde-hero-loaded{background-position:200px}.abde-hero-outer .abde-hero-header.abde-hero-loaded:before,.abde-hero-outer .abde-hero-header.abde-hero-loaded:after{-webkit-transform:translateX(0%);transform:translateX(0%)}@media(max-width: 1920px){.abde-hero-outer .abde-hero-header{background-position:top right}.abde-hero-outer .abde-hero-header.abde-hero-loaded{background-position:top right -20px}}@media(max-width: 1176px){.abde-hero-outer .abde-hero-header{background-position:-10px 0px}.abde-hero-outer .abde-hero-header.abde-hero-loaded{background-position:0px 0px}}@media(max-width: 1024px){.abde-hero-outer .abde-hero-header{background-size:cover;background-position:top right}.abde-hero-outer .abde-hero-header.abde-hero-loaded{background-position:top right}.abde-hero-outer .abde-hero-header:before,.abde-hero-outer .abde-hero-header:after{-webkit-transform:translateX(0%);transform:translateX(0%)}}.abde-text-hero header,.abde-video-hero header,.abde-bio-hero header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase}@media screen and (min-width: 0){.abde-text-hero header,.abde-video-hero header,.abde-bio-hero header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-text-hero header,.abde-video-hero header,.abde-bio-hero header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-text-hero header,.abde-video-hero header,.abde-bio-hero header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-text-hero header,.abde-video-hero header,.abde-bio-hero header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-text-hero header,.abde-video-hero header,.abde-bio-hero header{font-size:14px;line-height:1.14}}.abde-bio-hero,.abde-text-hero,.abde-sub-hero{color:#fff;background-repeat:no-repeat;background-size:cover}.abde-bio-hero.abde-solid-blue-texture,.abde-text-hero.abde-solid-blue-texture,.abde-sub-hero.abde-solid-blue-texture{background-color:#1e9bd7;background-image:url("https://www.alliancebernstein.com/content/dam/corporate/corporate-heroes/Hero-Default_Blue.png")}.abde-bio-hero.abde-solid-blue-texture h1,.abde-bio-hero.abde-solid-blue-texture h2,.abde-bio-hero.abde-solid-blue-texture h3,.abde-bio-hero.abde-solid-blue-texture h4,.abde-bio-hero.abde-solid-blue-texture h5,.abde-bio-hero.abde-solid-blue-texture h6,.abde-bio-hero.abde-solid-blue-texture p,.abde-text-hero.abde-solid-blue-texture h1,.abde-text-hero.abde-solid-blue-texture h2,.abde-text-hero.abde-solid-blue-texture h3,.abde-text-hero.abde-solid-blue-texture h4,.abde-text-hero.abde-solid-blue-texture h5,.abde-text-hero.abde-solid-blue-texture h6,.abde-text-hero.abde-solid-blue-texture p,.abde-sub-hero.abde-solid-blue-texture h1,.abde-sub-hero.abde-solid-blue-texture h2,.abde-sub-hero.abde-solid-blue-texture h3,.abde-sub-hero.abde-solid-blue-texture h4,.abde-sub-hero.abde-solid-blue-texture h5,.abde-sub-hero.abde-solid-blue-texture h6,.abde-sub-hero.abde-solid-blue-texture p{color:#fff}.abde-bio-hero.abde-solid-black-texture,.abde-text-hero.abde-solid-black-texture,.abde-sub-hero.abde-solid-black-texture{background-color:#000;background-image:url("https://www.alliancebernstein.com/content/dam/alliancebernstein/us-retail/us-retail-heroes/Hero-Analysis-Services.png")}.abde-bio-hero.abde-solid-black-texture input,.abde-bio-hero.abde-solid-black-texture h1,.abde-bio-hero.abde-solid-black-texture h2,.abde-bio-hero.abde-solid-black-texture h3,.abde-bio-hero.abde-solid-black-texture h4,.abde-bio-hero.abde-solid-black-texture h5,.abde-bio-hero.abde-solid-black-texture h6,.abde-bio-hero.abde-solid-black-texture p,.abde-text-hero.abde-solid-black-texture input,.abde-text-hero.abde-solid-black-texture h1,.abde-text-hero.abde-solid-black-texture h2,.abde-text-hero.abde-solid-black-texture h3,.abde-text-hero.abde-solid-black-texture h4,.abde-text-hero.abde-solid-black-texture h5,.abde-text-hero.abde-solid-black-texture h6,.abde-text-hero.abde-solid-black-texture p,.abde-sub-hero.abde-solid-black-texture input,.abde-sub-hero.abde-solid-black-texture h1,.abde-sub-hero.abde-solid-black-texture h2,.abde-sub-hero.abde-solid-black-texture h3,.abde-sub-hero.abde-solid-black-texture h4,.abde-sub-hero.abde-solid-black-texture h5,.abde-sub-hero.abde-solid-black-texture h6,.abde-sub-hero.abde-solid-black-texture p{color:#fff}.abde-bio-hero,.abde-text-hero{min-height:390px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px}.abde-bio-hero img,.abde-text-hero img{max-width:160px}.abde-bio-hero p,.abde-text-hero p{line-height:1.7}@media(min-width: 768px){.abde-bio-hero p,.abde-text-hero p{padding-right:35%}}.abde-bio-hero .abde-hero-text,.abde-text-hero .abde-hero-text{max-width:400px}.abde-bio-hero .abde-article header&gt;span,.abde-text-hero .abde-article header&gt;span{font-size:14px;line-height:1.17;display:block;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-weight:400;margin-bottom:10px;text-transform:uppercase;letter-spacing:1.4px}@media screen and (min-width: 0){.abde-bio-hero .abde-article header&gt;span,.abde-text-hero .abde-article header&gt;span{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-bio-hero .abde-article header&gt;span,.abde-text-hero .abde-article header&gt;span{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-bio-hero .abde-article header&gt;span,.abde-text-hero .abde-article header&gt;span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-bio-hero .abde-article header&gt;span,.abde-text-hero .abde-article header&gt;span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-bio-hero .abde-article header&gt;span,.abde-text-hero .abde-article header&gt;span{font-size:14px;line-height:1.14}}.abde-bio-hero .abde-text-align-right,.abde-text-hero .abde-text-align-right{text-align:unset;padding-right:20px}@media(min-width: 768px){.abde-bio-hero img,.abde-text-hero img{max-width:360px}}@media(min-width: 1024px){.abde-bio-hero .abde-text-align-right,.abde-text-hero .abde-text-align-right{text-align:right;padding-right:70px}}.abde-bio-hero h1,.abde-text-hero h1{padding-top:10px;padding-bottom:20px}@media(min-width: 768px){.abde-text-hero p{padding-right:0}}.abde-text-hero .abde-button .abde-btn-container{margin-top:10px}.abde-short-hero{background-color:#000;color:#fff;width:100%;padding:30px 0}.abde-short-hero .abde-short-hero-header{padding:20px 15px}@media(min-width: 1280px){.abde-short-hero .abde-short-hero-header h1{margin-left:60px}}.abde-home-hero-animation .abde-hero-carousel-wrapper img{width:auto;height:auto;max-height:370px}@media(min-width: 768px){.abde-home-hero-animation .abde-hero-carousel-wrapper img{max-height:450px}}@media(min-width: 1024px){.abde-home-hero-animation .abde-hero-carousel-wrapper img{width:100%;height:100%;max-height:unset}}.abde-home-hero-animation .abde-hero-carousel-wrapper{position:relative}.abde-home-hero-animation .abde-hero-sliding-text{left:-10%;margin-left:-1000%;position:absolute;color:#fff;top:80px}@media(min-width: 768px){.abde-home-hero-animation .abde-hero-sliding-text{left:0}}@media(min-width: 768px){.abde-home-hero-animation .abde-hero-sliding-text{top:100px}}@media(min-width: 1440px){.abde-home-hero-animation .abde-hero-sliding-text{top:60px}}.abde-home-hero-animation .abde-hero-sliding-text.abde-text-slide{-webkit-animation:textSlideAnimationMobile 7s;animation:textSlideAnimationMobile 7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;width:100%;margin-left:5%}@media(min-width: 576px){.abde-home-hero-animation .abde-hero-sliding-text.abde-text-slide{-webkit-animation:textSlideAnimation 7s;animation:textSlideAnimation 7s}}.abde-home-hero-animation .abde-hero-sliding-text.abde-text-slide h2{-webkit-animation:textSlideAnimationMobile 7s;animation:textSlideAnimationMobile 7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;width:100%}@media(min-width: 576px){.abde-home-hero-animation .abde-hero-sliding-text.abde-text-slide h2{-webkit-animation:textSlideAnimation 7s;animation:textSlideAnimation 7s;margin-left:35px}}.abde-home-hero-animation .abde-hero-sliding-text.abde-text-slide h2:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.abde-home-hero-animation .abde-hero-sliding-text.abde-text-pause{-webkit-animation:textPauseAnimation 7s;animation:textPauseAnimation 7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;width:100%;margin-left:5%}.abde-home-hero-animation .abde-hero-sliding-text.abde-text-pause h2{-webkit-animation:textPauseAnimation 7s;animation:textPauseAnimation 7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;width:100%;margin-left:5%}.abde-home-hero-animation .abde-hero-sliding-text.abde-text-pause h2:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.abde-home-hero-animation .abde-hero-sliding-text h2{font-size:45px;padding-bottom:5px}.abde-home-hero-animation .abde-hero-sliding-text h2 span,.abde-home-hero-animation .abde-hero-sliding-text h2 em,.abde-home-hero-animation .abde-hero-sliding-text h2 i{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-style:italic}@media(min-width: 1024px){.abde-home-hero-animation .abde-hero-sliding-text h2{font-size:80px;padding-bottom:10px}}@media(min-width: 1440px){.abde-home-hero-animation .abde-hero-sliding-text h2{font-size:120px;padding-bottom:15px}}.abde-home-hero-animation .abde-hero-text-img-container{height:360px;overflow:hidden;position:relative}@media(min-width: 1024px){.abde-home-hero-animation .abde-hero-text-img-container{height:580px}}.abde-home-hero-animation .abde-hero-carousel-images{height:100%}.abde-home-hero-animation .abde-hero-carousel-images img{position:absolute;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;opacity:0;display:block;-o-object-fit:fill;object-fit:fill}@media(min-width: 768px){.abde-home-hero-animation .abde-hero-carousel-images img{-o-object-fit:cover;object-fit:cover}}.abde-home-hero-animation.abde-home-hero-generic .abde-hero-sliding-text.abde-text-slide{-webkit-animation:textSlideAnimationMobileSingle 7s;animation:textSlideAnimationMobileSingle 7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;width:100%;margin-left:60px}@media(min-width: 576px){.abde-home-hero-animation.abde-home-hero-generic .abde-hero-sliding-text.abde-text-slide{-webkit-animation:textSlideAnimationSingle 7s;animation:textSlideAnimationSingle 7s}}.abde-home-hero-animation.abde-home-hero-generic .abde-hero-sliding-text.abde-text-slide h2{-webkit-animation:textSlideAnimationMobileSingle 7s;animation:textSlideAnimationMobileSingle 7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;width:100%}@media(min-width: 576px){.abde-home-hero-animation.abde-home-hero-generic .abde-hero-sliding-text.abde-text-slide h2{-webkit-animation:textSlideAnimationSingle 7s;animation:textSlideAnimationSingle 7s;margin-left:60px}}.abde-home-hero-animation.abde-home-hero-generic #abde-carousel-control{visibility:hidden}@-webkit-keyframes textSlideAnimation{0%{margin-left:-1000%;opacity:1}10%{margin-left:37px;opacity:1}15%{margin-left:37px;opacity:1}90%{margin-left:10%;opacity:1}100%{margin-left:100%;opacity:0}}@keyframes textSlideAnimation{0%{margin-left:-1000%;opacity:1}10%{margin-left:37px;opacity:1}15%{margin-left:37px;opacity:1}90%{margin-left:10%;opacity:1}100%{margin-left:100%;opacity:0}}@-webkit-keyframes textSlideAnimationSingle{0%{margin-left:-1000%;opacity:1}10%{margin-left:37px;opacity:1}15%{margin-left:37px;opacity:1}100%{margin-left:35;opacity:1}}@keyframes textSlideAnimationSingle{0%{margin-left:-1000%;opacity:1}10%{margin-left:37px;opacity:1}15%{margin-left:37px;opacity:1}100%{margin-left:35;opacity:1}}@-webkit-keyframes textSlideAnimationMobile{0%{margin-left:-1000%;opacity:1}10%{margin-left:25px;opacity:1}90%{margin-left:25px;opacity:1}100%{margin-left:100%;opacity:0}}@keyframes textSlideAnimationMobile{0%{margin-left:-1000%;opacity:1}10%{margin-left:25px;opacity:1}90%{margin-left:25px;opacity:1}100%{margin-left:100%;opacity:0}}@-webkit-keyframes textSlideAnimationMobileSingle{0%{margin-left:-1000%;opacity:0}10%{margin-left:25px;opacity:1}100%{margin-left:60;opacity:1}}@keyframes textSlideAnimationMobileSingle{0%{margin-left:-1000%;opacity:0}10%{margin-left:25px;opacity:1}100%{margin-left:60;opacity:1}}@-webkit-keyframes textPauseAnimation{0%{margin-left:-1000%}10%{margin-left:37px}15%{margin-left:37px}100%{margin-left:5%}}@keyframes textPauseAnimation{0%{margin-left:-1000%}10%{margin-left:37px}15%{margin-left:37px}100%{margin-left:5%}}.abde-home-hero-animation #abde-carousel-control{position:absolute;z-index:3;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;top:300px}@media(min-width: 768px){.abde-home-hero-animation #abde-carousel-control{top:260px;left:0;right:0}}@media(min-width: 1024px){.abde-home-hero-animation #abde-carousel-control{position:relative;top:-90px}}.abde-home-hero-animation #abde-carousel-control .abde-carousel-play-pause-btn{min-height:40px}@media screen and (min-width: 1025px)and (max-width: 1442px){.abde-home-hero-animation #abde-carousel-control{width:200px;margin-left:auto}}.abde-home-hero-animation #abde-carousel-control a{color:#fff;overflow:hidden}.abde-home-hero-animation #abde-carousel-control a svg.fa-circle-pause,.abde-home-hero-animation #abde-carousel-control a svg.fa-circle-play{background-color:#1e9bd7;border-radius:33px}.abde-home-hero-animation #abde-carousel-control a.abde-active-button{color:#fff}.abde-home-hero-animation #abde-carousel-control .abde-carousel-play-pause-btn{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;text-align:left;margin-left:20px;margin-right:20px;position:absolute}@media(min-width: 768px){.abde-home-hero-animation #abde-carousel-control .abde-carousel-play-pause-btn{position:static}}.abde-home-hero-animation #abde-carousel-control .abde-carousel-play-pause-btn a{font-size:30px}.abde-home-hero-animation #abde-carousel-control .abde-carousel-controls{height:10px;padding-top:10px;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;margin:0 auto;min-height:45px}@media(min-width: 768px){.abde-home-hero-animation #abde-carousel-control .abde-carousel-controls{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;margin:0 auto}}.abde-home-hero-animation #abde-carousel-control .abde-carousel-controls ol.abde-list{height:9px;background-color:rgba(0,0,0,.5);padding:2px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.abde-home-hero-animation #abde-carousel-control .abde-carousel-controls ol.abde-list li{display:inline-block;margin:0 2px}.abde-home-hero-animation #abde-carousel-control .abde-carousel-controls ol.abde-list li a{width:40px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:5px}.abde-home-hero-animation #abde-carousel-control .abde-carousel-controls ol.abde-list li a.abde-active-slide{background-color:#1e9bd7 !important}@media(min-width: 768px){.abde-home-hero-animation #abde-carousel-control{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-home-hero-animation #abde-carousel-control .abde-carousel-controls{-webkit-box-flex:1;-ms-flex:1;flex:1}.abde-home-hero-animation #abde-carousel-control .abde-carousel-play-pause-btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.abde-home-hero-animation #abde-carousel-control .abde-carousel-play-pause-btn a{font-size:30px}}.abde-home-hero-animation aside.abde-hero-box{min-height:195px}.abde-home-hero-animation aside.abde-small-hero-top{background-color:#000;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:40px 30px 40px 10px;width:100%;z-index:3;min-width:283px;height:42px;padding-left:15px}@media(min-width: 768px){.abde-home-hero-animation aside.abde-small-hero-top{padding:40px 30px 40px 80px}}.abde-home-hero-animation aside.abde-small-hero-top header{font-size:28px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;padding-bottom:40px}.abde-home-hero-animation aside.abde-small-hero-top .abde-text-large{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:28px;line-height:1.324}@media(min-width: 768px){.abde-home-hero-animation aside.abde-small-hero-top{width:100%}}@media only screen and (min-width: 1025px){.abde-home-hero-animation aside.abde-small-hero-top{width:325px}}.abde-home-hero-animation aside.abde-small-hero-top{margin-top:0;padding-top:5px;padding-bottom:5px;text-transform:uppercase;letter-spacing:1.9px;position:absolute;top:0}.abde-home-hero-animation aside.abde-small-hero-top h1,.abde-home-hero-animation aside.abde-small-hero-top span{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;padding:0 0;font-size:14px;font-weight:400;display:inline}@media(min-width: 768px){.abde-home-hero-animation aside.abde-small-hero-top h1,.abde-home-hero-animation aside.abde-small-hero-top span{font-size:18px}}.abde-home-hero-animation aside.abde-hero-box,.abde-home-hero-animation aside.abde-hero-top{background-color:#000;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;position:relative;width:100%;padding:40px 30px 40px 10px;z-index:3}@media(min-width: 768px){.abde-home-hero-animation aside.abde-hero-box,.abde-home-hero-animation aside.abde-hero-top{padding:40px 30px 40px 80px}}.abde-home-hero-animation aside.abde-hero-box h1,.abde-home-hero-animation aside.abde-hero-box h2,.abde-home-hero-animation aside.abde-hero-box h3,.abde-home-hero-animation aside.abde-hero-box h4,.abde-home-hero-animation aside.abde-hero-box h5,.abde-home-hero-animation aside.abde-hero-box p,.abde-home-hero-animation aside.abde-hero-top h1,.abde-home-hero-animation aside.abde-hero-top h2,.abde-home-hero-animation aside.abde-hero-top h3,.abde-home-hero-animation aside.abde-hero-top h4,.abde-home-hero-animation aside.abde-hero-top h5,.abde-home-hero-animation aside.abde-hero-top p{color:#fff}.abde-home-hero-animation aside.abde-hero-box header,.abde-home-hero-animation aside.abde-hero-top header{font-size:28px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;padding-bottom:40px}.abde-home-hero-animation aside.abde-hero-box .abde-text-large,.abde-home-hero-animation aside.abde-hero-top .abde-text-large{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:28px;line-height:1.324}@media(min-width: 768px){.abde-home-hero-animation aside.abde-hero-box,.abde-home-hero-animation aside.abde-hero-top{width:100%}}@media only screen and (min-width: 1025px){.abde-home-hero-animation aside.abde-hero-box,.abde-home-hero-animation aside.abde-hero-top{width:630px}}@media(min-width: 768px){.abde-home-hero-animation aside.abde-hero-box{padding-left:65px}}.abde-home-hero-animation aside.abde-hero-top{margin-top:0;padding-top:5px;padding-bottom:5px;text-transform:uppercase;letter-spacing:1.9px;position:absolute;top:0}.abde-home-hero-animation aside.abde-hero-top h1,.abde-home-hero-animation aside.abde-hero-top span{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;padding:0;font-size:14px;font-weight:400;display:inline}@media(min-width: 768px){.abde-home-hero-animation aside.abde-hero-top h1,.abde-home-hero-animation aside.abde-hero-top span{font-size:18px}}@media only screen and (min-width: 1025px){.abde-home-hero-animation aside.abde-hero-box{margin-top:-290px;min-height:195px}}.abde-home-hero-animation .abde-apac-hero-item.active{display:block}.abde-home-hero-animation .abde-product-search-container{padding:15px 15px;width:100%;margin:auto;min-height:150px}.abde-home-hero-animation .abde-product-search-container h4{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:22px}@media(min-width: 1920px){.abde-home-hero-animation .abde-product-search-container .abde-product-search-box{max-width:775px}}.abde-home-hero-animation .abde-product-search-container .abde-button .abde-btn-container{padding-top:41px}.abde-home-hero-animation .abde-product-search-container .abde-text-align-left{text-align:center}@media only screen and (min-device-width: 768px)and (max-device-width: 1080px){.abde-home-hero-animation .abde-product-search-container{margin-top:20px;width:75%}}@media only screen and (min-width: 1025px){.abde-home-hero-animation .abde-product-search-container{padding-left:750px;padding-right:100px;margin-top:-50px}.abde-home-hero-animation .abde-product-search-container .abde-text-align-left{text-align:left}}.abde-home-hero-animation .abde-panel-title{margin-left:-1000%;position:absolute;color:#fff;top:130px}.abde-home-hero-animation .abde-panel-title h2{padding-bottom:0px}@media(min-width: 768px){.abde-home-hero-animation .abde-panel-title{left:0}}@media(min-width: 768px){.abde-home-hero-animation .abde-panel-title{left:0%;top:120px}}@media(min-width: 1440px){.abde-home-hero-animation .abde-panel-title{left:0%;top:160px}}.abde-home-hero-animation .abde-panel-title.abde-panel-title-text{width:100%;margin-left:15px}@media(min-width: 768px){.abde-home-hero-animation .abde-panel-title.abde-panel-title-text{margin-left:77px}}@media(min-width: 1024px){.abde-home-hero-animation .abde-panel-title.abde-panel-title-text{margin-left:77px}}.abde-home-hero-animation .abde-panel-title.abde-panel-title-text a{color:inherit;text-decoration:unset}.abde-home-hero-animation .abde-panel-title.abde-panel-title-text h2{width:100%}.abde-home-hero-animation .abde-panel-title.abde-panel-title-text h2:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.abde-home-hero-animation .abde-panel-title.abde-text-pause{width:100%;margin-left:15px}@media(min-width: 768px){.abde-home-hero-animation .abde-panel-title.abde-text-pause{margin-left:77px}}@media(min-width: 1024px){.abde-home-hero-animation .abde-panel-title.abde-text-pause{margin-left:77px}}.abde-home-hero-animation .abde-panel-title.abde-text-pause a{color:inherit;text-decoration:unset}.abde-home-hero-animation .abde-panel-title.abde-text-pause h2{width:100%}.abde-home-hero-animation .abde-panel-title h2{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:28px;line-height:42px}@media(min-width: 768px){.abde-home-hero-animation .abde-panel-title h2{font-size:36px;line-height:52px}}@media only screen and (min-width: 1025px){.abde-home-hero-animation .abde-panel-title h2{font-size:60px;line-height:85px}}.abde-home-hero-animation .abde-apac-box-overlay{position:relative;top:0;width:100%;height:auto;background-color:#000;z-index:4;color:#fff;border:none;overflow:hidden}@media only screen and (min-width: 1024px)and (max-width: 1025px){.abde-home-hero-animation .abde-apac-box-overlay{margin-top:-86px}}@media(min-width: 768px){.abde-home-hero-animation .abde-apac-box-overlay{border:60px solid #000;border-top-width:20px;border-bottom-width:0}}@media only screen and (min-width: 1025px){.abde-home-hero-animation .abde-apac-box-overlay{position:absolute;top:450px;width:630px;min-height:323px}}.abde-home-hero-animation .abde-apac-box-overlay .abde-button{color:#fff;min-width:100%;margin-bottom:50px;margin-top:40px}@media(min-width: 768px){.abde-home-hero-animation .abde-apac-box-overlay .abde-button{min-width:295px;margin-bottom:20px}}@media only screen and (min-width: 1025px){.abde-home-hero-animation .abde-apac-box-overlay .abde-button{margin-bottom:80px}}@media(min-width: 1440px){.abde-home-hero-animation .abde-apac-box-overlay .abde-button{margin-bottom:50px}}.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item{overflow:hidden;padding:20px 10px 20px 24px;padding-left:15px}@media(min-width: 768px){.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item{margin:0 10px;padding:20px 10px}}.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item p,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h2,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h3,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h4,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h5,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h6{font-family:"Klavika","SourceHanSans",Arial,Helvetica,sans-serif;font-weight:400;font-size:20px;line-height:1.1;font-size:20px !important;line-height:36px !important}@media screen and (min-width: 0){.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item p,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h2,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h3,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h4,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h5,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h6{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item p,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h2,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h3,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h4,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h5,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h6{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item p,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h2,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h3,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h4,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h5,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h6{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item p,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h2,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h3,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h4,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h5,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h6{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item p,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h2,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h3,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h4,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h5,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h6{font-size:22px;line-height:1.1818}}@media(min-width: 768px){.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item p,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h2,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h3,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h4,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h5,.abde-home-hero-animation .abde-apac-box-overlay .apac-box-item h6{font-size:25px !important;line-height:45px !important}}@-webkit-keyframes twSliderLeft{0%{left:0}100%{left:-100%}}@keyframes twSliderLeft{0%{left:0}100%{left:-100%}}@-webkit-keyframes twSliderRight{0%{left:100%}100%{left:0}}@keyframes twSliderRight{0%{left:100%}100%{left:0}}.abde-tw-hero{position:relative;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 1024px){.abde-tw-hero{padding-bottom:80px !important}}.abde-tw-hero .abde-tw-hero-wrapper{position:relative;overflow:hidden;max-height:550px}.abde-tw-hero .abde-tw-hero-wrapper img{width:100%;height:auto;min-height:300px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}@media only screen and (max-width: 1024px)and (min-width: 768px){.abde-tw-hero .abde-tw-hero-wrapper img{min-height:auto}}@media(min-width: 1024px){.abde-tw-hero .abde-tw-hero-wrapper img{min-height:550px}}.abde-tw-hero .abde-tw-hero-item{position:relative;display:none;-webkit-animation:.5s ease-in-out;animation:.5s ease-in-out}.abde-tw-hero .abde-twhome-box-overlay{position:relative;top:0;width:100%;height:auto;background-color:#000;z-index:4;color:#fff;border:none;overflow:hidden}@media(min-width: 768px){.abde-tw-hero .abde-twhome-box-overlay{border:60px solid #000;border-top-width:20px;border-bottom-width:0}}@media(min-width: 1024px){.abde-tw-hero .abde-twhome-box-overlay{position:absolute;top:450px;width:630px;min-height:290px}}.abde-tw-hero .abde-twhome-box-overlay .tw-box-item{overflow:hidden;padding:20px 10px 20px 24px}@media(min-width: 768px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item{margin:0 10px;padding:20px 10px}}.abde-tw-hero .abde-twhome-box-overlay .tw-box-item h3{font-weight:700}.abde-tw-hero .abde-twhome-box-overlay .tw-box-item p{font-family:"Klavika","SourceHanSans",Arial,Helvetica,sans-serif;font-weight:400;font-size:20px;line-height:1.1;padding-bottom:10px}@media screen and (min-width: 0){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item p{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item p{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item p{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item p{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item p{font-size:22px;line-height:1.1818}}@media(max-width: 1176px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item p{font-size:18px !important}}.abde-tw-hero .abde-twhome-box-overlay .tw-box-item .abde-button .abde-btn-container{padding-top:20px;padding-bottom:20px}.abde-tw-hero .abde-twhome-box-overlay .tw-box-item .abde-footnotes-text{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:12px !important;line-height:1.16667 !important}@media screen and (min-width: 0){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item .abde-footnotes-text{font-size:12px !important;line-height:1.16667 !important}}@media screen and (min-width: 576px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item .abde-footnotes-text{font-size:12px !important;line-height:1.16667 !important}}@media screen and (min-width: 768px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item .abde-footnotes-text{font-size:14px !important;line-height:1.14286 !important}}@media screen and (min-width: 1176px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item .abde-footnotes-text{font-size:14px !important;line-height:1.14286 !important}}@media screen and (min-width: 1440px){.abde-tw-hero .abde-twhome-box-overlay .tw-box-item .abde-footnotes-text{font-size:14px !important;line-height:1.14286 !important}}.abde-tw-hero .abde-twhome-box-eyebrow{padding-top:10px;padding-bottom:10px;background-color:#000;top:0px;z-index:4;color:#fff;position:absolute;width:auto;padding-left:18px;padding-right:20px;font-family:"Klavika","SourceHanSans",Arial,Helvetica,sans-serif !important;font-weight:400 !important;letter-spacing:2px;font-size:18px}@media(min-width: 768px){.abde-tw-hero .abde-twhome-box-eyebrow{padding-left:78px}}.abde-tw-hero .abde-tw-hero-item.to-left{-webkit-animation-name:twSliderLeft;animation-name:twSliderLeft}.abde-tw-hero .abde-tw-hero-item.from-right{-webkit-animation-name:twSliderRight;animation-name:twSliderRight}.abde-tw-hero .abde-tw-hero-item.to-right{-webkit-animation-name:twSliderRight;animation-name:twSliderRight;animation-direction:reverse}.abde-tw-hero .abde-tw-hero-item.from-left{-webkit-animation-name:twSliderLeft;animation-name:twSliderLeft;animation-direction:reverse}.abde-tw-hero .abde-tw-hero-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.abde-tw-hero .abde-tw-hero-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;top:0;width:100%;height:100%;background-color:#fff}@media(min-width: 768px){.abde-tw-hero .abde-tw-hero-controls{position:relative;top:0}}.abde-tw-hero .abde-tw-hero-slide-numbers-total{color:#6d6d6d}.abde-tw-hero .abde-tw-hero-actions a[role=button]{cursor:pointer;font-size:24px;display:inline-block;padding:20px 15px;color:#1e9bd7}.abde-tw-hero .abde-tw-hero-actions a[role=button]:focus{color:#007abb}.abde-tw-hero .abde-tw-hero-actions a[role=button]:hover{color:#007abb}.abde-tw-hero .abde-tw-hero-item.active,.abde-tw-hero .abde-tw-hero-item.next{display:block}.abde-tw-hero .abde-tw-hero-item.next{position:absolute;top:0;width:100%}.abde-tw-hero .abde-tw-hero-slide-numbers{letter-spacing:1.4px;font-family:"Klavika","SourceHanSans",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:1.17;margin-right:20px;top:0;position:relative;margin:0 auto;padding-right:60px}@media screen and (min-width: 0){.abde-tw-hero .abde-tw-hero-slide-numbers{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-tw-hero .abde-tw-hero-slide-numbers{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-tw-hero .abde-tw-hero-slide-numbers{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-tw-hero .abde-tw-hero-slide-numbers{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-tw-hero .abde-tw-hero-slide-numbers{font-size:14px;line-height:1.14}}@media(min-width: 1024px){.abde-tw-hero .abde-tw-hero-slide-numbers{padding:0 15px;margin:unset;margin-right:20px;padding-right:18px}}@media(min-width: 1024px){.abde-tw-hero .abde-tw-hero-slide-numbers{top:-54px;position:relative;margin-right:74px}}.abde-tw-hero .abde-tw-hero-slide-numbers span.abde-tw-hero-slide-numbers-current{color:#262626}@media(min-width: 1024px){.abde-tw-hero .abde-tw-hero-info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.abde-tw-hero .abde-tw-hero-controls-overlay .abde-tw-hero-controls{right:0px;z-index:3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.abde-tw-hero .abde-tw-hero-actions{width:100%;text-align:right}.abde-tw-hero .abde-tw-hero-actions a[role=button]{padding:15px 15px}}@media(min-width: 768px){.abde-tw-hero .abde-tw-hero-actions a[role=button] i{font-size:40px}}@media(min-width: 1024px){.abde-tw-hero .abde-tw-hero-actions a[role=button]:first-child{margin-right:100px}}.abde-tw-hero .abde-tw-hero-actions .abde-tw-hero-action--next{right:0;position:absolute}@media(min-width: 1024px){.abde-tw-hero .abde-tw-hero-actions .abde-tw-hero-action--next{position:relative;right:unset}}.abde-home-hero .abde-vjs-wrapper{max-width:768px;position:relative}.abde-home-hero .abde-vjs-wrapper img{width:100%;height:auto}@media(min-width: 768px){.abde-home-hero{position:relative;margin-bottom:170px}.abde-home-hero .abde-vjs-wrapper{max-width:100%}}@media(min-width: 1024px){.abde-home-hero{margin-bottom:150px}}@media(min-width: 1176px){.abde-home-hero{margin-bottom:100px}}.abde-home-hero aside.abde-hero-box{background-color:#000;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin-top:-10px}.abde-home-hero aside.abde-hero-box .abde-btn-group{margin-top:20px !important}@media(min-width: 1176px){.abde-home-hero aside.abde-hero-box .abde-btn-group{margin-top:30px !important}}@media(min-width: 768px){.abde-home-hero aside.abde-hero-box{bottom:-180px;top:auto;padding:20px;max-width:500px;min-height:283px;position:absolute;width:100%}.abde-home-hero aside.abde-hero-box .abde-mt-md{margin-top:20px !important}}@media(min-width: 1024px){.abde-home-hero aside.abde-hero-box{bottom:-170px;top:auto;padding:20px;max-width:500px;min-height:350px;position:absolute;width:100%}}@media(min-width: 1176px){.abde-home-hero aside.abde-hero-box{padding:50px 110px 20px;bottom:-190px;max-width:800px;min-height:350px}}@media(min-width: 1440px){.abde-home-hero aside.abde-hero-box{padding:50px 110px 20px;bottom:-100px}}.abde-home-hero aside.abde-hero-box p{line-height:1.684em;font-size:16px;letter-spacing:1px}@media(min-width: 768px){.abde-home-hero aside.abde-hero-box p{font-size:18px;padding-bottom:10px;margin-top:-10px}}@media(min-width: 1176px){.abde-home-hero aside.abde-hero-box p{font-size:18px;margin-top:10px}}.abde-home-hero aside.abde-hero-box h1,.abde-home-hero aside.abde-hero-box h2,.abde-home-hero aside.abde-hero-box h3,.abde-home-hero aside.abde-hero-box h4,.abde-home-hero aside.abde-hero-box h5,.abde-home-hero aside.abde-hero-box p{color:#fff}.abde-home-hero .abde-home-hero-content{margin-top:-20%;margin-bottom:10px;max-width:390px}.abde-home-hero .abde-home-hero-content p{padding-top:30px}.abde-home-hero .abde-home-hero-content h1{letter-spacing:1.68px;font-size:60px;line-height:60px;z-index:1}@media(min-width: 768px){.abde-home-hero .abde-home-hero-content{margin-top:-110px;max-width:400px;margin-bottom:0px}.abde-home-hero .abde-home-hero-content p{padding-top:30px}.abde-home-hero .abde-home-hero-content h1{font-size:55px;line-height:55px}}@media(min-width: 1024px){.abde-home-hero .abde-home-hero-content{margin-top:-150px;max-width:400px}.abde-home-hero .abde-home-hero-content h1{font-size:60px;line-height:60px}}@media(min-width: 1176px){.abde-home-hero .abde-home-hero-content{margin-top:-150px;max-width:400px}.abde-home-hero .abde-home-hero-content h1{font-size:70px;line-height:70px}}@media(min-width: 1280px){.abde-home-hero .abde-home-hero-content{margin-top:-300px;min-width:690px}.abde-home-hero .abde-home-hero-content h1{font-size:92px;line-height:92px;max-width:600px}}@media(min-width: 1280px)and (-ms-high-contrast: none){.abde-home-hero .abde-home-hero-content{margin-top:-270px}}.abde-home-hero .abde-button{color:#fff;min-width:100%;margin-bottom:50px;margin-top:20px}@media(min-width: 768px){.abde-home-hero .abde-button{min-width:295px;margin-bottom:20px}}@media(min-width: 1176px){.abde-home-hero .abde-button{margin-bottom:80px}}@media(min-width: 1440px){.abde-home-hero .abde-button{margin-bottom:0px}}.abde-home-hero .abde-hp-overlay{height:100%;width:100%;position:absolute;top:0;right:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%)}.abde-hero h1 span{font-weight:normal;display:inline-block}.abde-mobile-hide{display:none}.abde-deskop-hide{display:block}@media(min-width: 576px){.abde-mobile-hide{display:block}}@media(min-width: 576px){.abde-deskop-hide{display:none}}.abde-home-hero-animation-v2 .abde-hero-carousel-wrapper img{width:auto;height:auto;max-height:370px}@media(min-width: 768px){.abde-home-hero-animation-v2 .abde-hero-carousel-wrapper img{max-height:450px}}@media(min-width: 1024px){.abde-home-hero-animation-v2 .abde-hero-carousel-wrapper img{width:100%;height:100%;max-height:unset}}.abde-home-hero-animation-v2 .abde-hero-carousel-wrapper{position:relative;background-color:#f7f7f7}.abde-home-hero-animation-v2 .abde-hero-standard-font{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:55px !important;line-height:1.091}.abde-home-hero-animation-v2 .abde-hero-standard-font em,.abde-home-hero-animation-v2 .abde-hero-standard-font i{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400}@media(min-width: 1440px){.abde-home-hero-animation-v2 .abde-hero-standard-font{font-size:100px !important;line-height:1}}.abde-home-hero-animation-v2 .abde-hero-small-font{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:40px !important;line-height:1.13}.abde-home-hero-animation-v2 .abde-hero-small-font em,.abde-home-hero-animation-v2 .abde-hero-small-font i{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400}@media(min-width: 1440px){.abde-home-hero-animation-v2 .abde-hero-small-font{font-size:70px !important;line-height:1.071}}.abde-home-hero-animation-v2 .abde-hero-sliding-text{left:2;pointer-events:none;margin-left:-1000%;position:absolute;color:#fff;top:90px}@media(min-width: 1440px){.abde-home-hero-animation-v2 .abde-hero-sliding-text{padding-top:40px}}@media(min-width: 768px){.abde-home-hero-animation-v2 .abde-hero-sliding-text{left:0}}@media(min-width: 768px){.abde-home-hero-animation-v2 .abde-hero-sliding-text{top:80px}}@media(min-width: 1440px){.abde-home-hero-animation-v2 .abde-hero-sliding-text{top:40px}}@-webkit-keyframes textSlideAndFadeInAnimation{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}50%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes textSlideAndFadeInAnimation{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}50%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-slide{-webkit-animation:textSlideAndFadeInAnimation 5s ease forwards;animation:textSlideAndFadeInAnimation 5s ease forwards;width:100%;margin-left:4.5%}.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-slide h2{-webkit-animation:textSlideAndFadeInAnimation 5s ease forwards;animation:textSlideAndFadeInAnimation 5s ease forwards;width:100%}@media(max-width: 576px){.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-slide h2{margin-left:45px}}.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-slide h2:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-pause{-webkit-animation:textSlideAndFadeInAnimation 5s ease forwards;animation:textSlideAndFadeInAnimation 5s ease forwards;width:100%;margin-left:4.5%}.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-pause h2{-webkit-animation:textSlideAndFadeInAnimation 5s ease forwards;animation:textSlideAndFadeInAnimation 5s ease forwards;width:100%}@media(max-width: 576px){.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-pause h2{margin-left:45px}}.abde-home-hero-animation-v2 .abde-hero-sliding-text.abde-text-pause h2:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:36px;line-height:1.125;padding-bottom:5px}@media screen and (min-width: 0){.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 768px){.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:45px;line-height:1.125}}.abde-home-hero-animation-v2 .abde-hero-sliding-text h2 span,.abde-home-hero-animation-v2 .abde-hero-sliding-text h2 em,.abde-home-hero-animation-v2 .abde-hero-sliding-text h2 i{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-style:italic}@media(min-width: 1024px){.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:80px;padding-bottom:10px}}@media(min-width: 1440px){.abde-home-hero-animation-v2 .abde-hero-sliding-text h2{font-size:100px;padding-bottom:15px}}.abde-home-hero-animation-v2 .abde-hero-text-img-container{height:360px;overflow:hidden;position:relative}@media(min-width: 1024px){.abde-home-hero-animation-v2 .abde-hero-text-img-container{height:580px}}.abde-home-hero-animation-v2 .abde-hero-carousel-images{height:100%}.abde-home-hero-animation-v2 .abde-hero-carousel-images img{position:absolute;-webkit-transition:opacity .5s ease-in;transition:opacity .5s ease-in;opacity:0;display:block;-o-object-fit:fill;object-fit:fill}@media(min-width: 768px){.abde-home-hero-animation-v2 .abde-hero-carousel-images img{-o-object-fit:cover;object-fit:cover}}.abde-home-hero-animation-v2.abde-home-hero-generic .abde-home-hero-generic-text{position:absolute;color:#fff;top:80px;margin-left:4.5%;-webkit-animation:textSlideAndFadeInAnimation 5s ease forwards;animation:textSlideAndFadeInAnimation 5s ease forwards}.abde-home-hero-animation-v2.abde-home-hero-generic .abde-home-hero-generic-text h2{font-size:45px;padding-bottom:5px}.abde-home-hero-animation-v2.abde-home-hero-generic .abde-home-hero-generic-text h2 span,.abde-home-hero-animation-v2.abde-home-hero-generic .abde-home-hero-generic-text h2 em,.abde-home-hero-animation-v2.abde-home-hero-generic .abde-home-hero-generic-text h2 i{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-style:italic}@media(min-width: 1024px){.abde-home-hero-animation-v2.abde-home-hero-generic .abde-home-hero-generic-text h2{font-size:80px;padding-bottom:10px}}@media(min-width: 1440px){.abde-home-hero-animation-v2.abde-home-hero-generic .abde-home-hero-generic-text h2{font-size:120px;padding-bottom:15px}}.abde-home-hero-animation-v2.abde-home-hero-generic #abde-carousel-control{visibility:hidden}.abde-home-hero-animation-v2 #abde-carousel-control{position:absolute;z-index:3;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;top:300px}@media(min-width: 768px){.abde-home-hero-animation-v2 #abde-carousel-control{top:260px;left:0;right:0}}@media(min-width: 1024px){.abde-home-hero-animation-v2 #abde-carousel-control{position:relative;top:-90px}}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-play-pause-btn{min-height:40px}@media screen and (min-width: 1177px)and (max-width: 1442px){.abde-home-hero-animation-v2 #abde-carousel-control{width:200px;margin-left:auto;top:-115px}}.abde-home-hero-animation-v2 #abde-carousel-control a{color:#fff;overflow:hidden}.abde-home-hero-animation-v2 #abde-carousel-control a svg.fa-circle-pause,.abde-home-hero-animation-v2 #abde-carousel-control a svg.fa-circle-play{background-color:#1e9bd7;border-radius:33px}.abde-home-hero-animation-v2 #abde-carousel-control a.abde-active-button{color:#fff}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-play-pause-btn{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;text-align:left;margin-left:20px;margin-right:20px;position:absolute}@media(min-width: 768px){.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-play-pause-btn{position:static}}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-play-pause-btn a{font-size:30px}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-controls{height:10px;padding-top:10px;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;margin:0 auto;min-height:45px}@media(min-width: 768px){.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-controls{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;margin:0 auto}}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-controls ol.abde-list{height:9px;background-color:rgba(0,0,0,.5);padding:2px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-controls ol.abde-list li{display:inline-block;margin:0 2px}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-controls ol.abde-list li a{width:40px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:5px}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-controls ol.abde-list li a.abde-active-slide{background-color:#1e9bd7 !important}@media(min-width: 768px){.abde-home-hero-animation-v2 #abde-carousel-control{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-controls{-webkit-box-flex:1;-ms-flex:1;flex:1}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-play-pause-btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.abde-home-hero-animation-v2 #abde-carousel-control .abde-carousel-play-pause-btn a{font-size:30px}}.abde-home-hero-animation-v2 aside.abde-hero-box{min-height:195px}@media(min-width: 1024px)and (max-width: 1440px){.abde-home-hero-animation-v2 aside.abde-hero-box{margin-top:-90px}}.abde-home-hero-animation-v2 aside.abde-hero-box .abde-hero-box-item&gt;.abde-button{padding-top:40px}.abde-home-hero-animation-v2 aside.abde-hero-box,.abde-home-hero-animation-v2 aside.abde-hero-top{background-color:#000;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;position:relative;width:100%;padding:40px 30px 40px 20px;z-index:4}@media(min-width: 768px){.abde-home-hero-animation-v2 aside.abde-hero-box,.abde-home-hero-animation-v2 aside.abde-hero-top{padding:40px 30px 40px 35px}}@media(min-width: 1176px){.abde-home-hero-animation-v2 aside.abde-hero-box,.abde-home-hero-animation-v2 aside.abde-hero-top{padding:40px 30px 40px 80px}}.abde-home-hero-animation-v2 aside.abde-hero-box h1,.abde-home-hero-animation-v2 aside.abde-hero-box h2,.abde-home-hero-animation-v2 aside.abde-hero-box h3,.abde-home-hero-animation-v2 aside.abde-hero-box h4,.abde-home-hero-animation-v2 aside.abde-hero-box h5,.abde-home-hero-animation-v2 aside.abde-hero-box p,.abde-home-hero-animation-v2 aside.abde-hero-top h1,.abde-home-hero-animation-v2 aside.abde-hero-top h2,.abde-home-hero-animation-v2 aside.abde-hero-top h3,.abde-home-hero-animation-v2 aside.abde-hero-top h4,.abde-home-hero-animation-v2 aside.abde-hero-top h5,.abde-home-hero-animation-v2 aside.abde-hero-top p{color:#fff}.abde-home-hero-animation-v2 aside.abde-hero-box header,.abde-home-hero-animation-v2 aside.abde-hero-top header{font-size:28px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;padding-bottom:40px}.abde-home-hero-animation-v2 aside.abde-hero-box .abde-text-large,.abde-home-hero-animation-v2 aside.abde-hero-top .abde-text-large{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:28px;line-height:1.324}@media(min-width: 768px){.abde-home-hero-animation-v2 aside.abde-hero-box,.abde-home-hero-animation-v2 aside.abde-hero-top{width:100%}}@media only screen and (min-width: 1177px){.abde-home-hero-animation-v2 aside.abde-hero-box,.abde-home-hero-animation-v2 aside.abde-hero-top{width:630px}}.abde-home-hero-animation-v2 aside.abde-hero-top{margin-top:0;padding-top:5px;padding-bottom:5px;text-transform:uppercase;letter-spacing:1.9px;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;height:42px}.abde-home-hero-animation-v2 aside.abde-hero-top h1,.abde-home-hero-animation-v2 aside.abde-hero-top span{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;font-weight:400;display:inline}@media(min-width: 768px){.abde-home-hero-animation-v2 aside.abde-hero-top h1,.abde-home-hero-animation-v2 aside.abde-hero-top span{font-size:18px}}@media only screen and (min-width: 1177px){.abde-home-hero-animation-v2 aside.abde-hero-box{margin-top:-290px;min-height:340px}}.abde-home-hero-animation-v2 .abde-hero-box.active{display:block}.abde-home-hero-animation-v2 .hide-product-search{display:none}.abde-home-hero-animation-v2 .abde-product-search-container{padding:30px 15px;margin:auto auto;position:absolute;right:0;background-color:#f7f7f7;z-index:3}.abde-home-hero-animation-v2 .abde-product-search-container .hide-hero-drawer{display:none}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-tab{position:absolute;top:-29px;width:88px;right:0;height:30px;background-color:#f7f7f7;border-radius:10px 10px 0px 0px;color:#fff;text-align:center;line-height:30px;cursor:pointer}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-tab i{color:#1e9bd7}@media(max-width: 1176px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-tab{display:none}}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content{position:absolute;background-color:#f7f7f7;visibility:hidden}@media(max-width: 1176px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content{visibility:visible}}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content.expanded-content{padding-left:30px;padding-top:30px;visibility:visible;width:-webkit-fill-available;z-index:3;margin-left:-30px;min-height:100px}@media(min-width: 1024px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content.expanded-content{min-height:217px}}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content.expanded-content h4{font-size:18px}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-hero-drawer-view-all-btn{padding-top:15px}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container{padding-top:0}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-text-link{font-size:14px;line-height:1.17;color:#007abb}@media screen and (min-width: 0){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-text-link{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-text-link{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-text-link{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-text-link{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-text-link{font-size:14px;line-height:1.14}}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-btn-primary{font-size:12px;line-height:1.33;line-height:38px !important}@media screen and (min-width: 0){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-btn-primary{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-btn-primary{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-btn-primary{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-btn-primary{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-button .abde-btn-container a.abde-btn-primary{font-size:12px;line-height:1.33}}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-drawer-button-container{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 768px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-drawer-button-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-drawer-button-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:310px}@media(max-width: 768px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-drawer-content .abde-drawer-button-column:first-of-type{padding-bottom:15px}}.abde-home-hero-animation-v2 .abde-product-search-container.expanded-hero-content{-webkit-transform:translateY(-205px);transform:translateY(-205px);-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out}.abde-home-hero-animation-v2 .abde-product-search-container h4{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:22px}@media(min-width: 1176px){.abde-home-hero-animation-v2 .abde-product-search-container .abde-product-search-box{max-width:646px}}.abde-home-hero-animation-v2 .abde-product-search-container .abde-button .abde-btn-container{padding-top:41px}@media only screen and (min-device-width: 768px)and (max-device-width: 1080px){.abde-home-hero-animation-v2 .abde-product-search-container{margin-top:20px;width:730px}}@media only screen and (min-width: 1177px){.abde-home-hero-animation-v2 .abde-product-search-container{padding-left:660px;top:-145px}.abde-home-hero-animation-v2 .abde-product-search-container .abde-text-align-left{text-align:left}}.abde-home-hero-animation-v2 .abde-hero h1 span{font-weight:normal;display:inline-block}.abde-home-hero-animation-v2 .abde-mobile-hide{display:none}.abde-home-hero-animation-v2 .abde-deskop-hide{display:block}@media(min-width: 576px){.abde-home-hero-animation-v2 .abde-mobile-hide{display:block}}@media(min-width: 576px){.abde-home-hero-animation-v2 .abde-deskop-hide{display:none}}.abde-floating-widget .abde-floating-widget-container{padding:30px 30px;background-color:#000}.abde-floating-widget .abde-floating-widget-container .abde-marketo .abde-confirm{padding:0}@media(min-width: 768px){.abde-floating-widget .abde-floating-widget-container{max-width:630px}}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{color:#fff;position:absolute;right:0;z-index:1000;overflow:hidden;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;top:1000px;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{font-size:14px;line-height:1.14}}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] h1,.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] h2,.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] h3,.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] h4,.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] h5,.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] p{color:#fff}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].expanded .abde-floating-widget-context-button .fa-plus{display:none}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].expanded .abde-floating-widget-context-button .fa-minus{display:inline-block}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].expanded .abde-floating-widget-container .abde-marketo .abde-confirm{padding:0}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].fixed{position:fixed}@media(max-width: 767px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{position:fixed;top:auto;bottom:0px;right:0px !important;width:100%;-webkit-transform:translateY(100%) translateY(-40px);transform:translateY(100%) translateY(-40px)}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].expanded{-webkit-transform:translateY(0%);transform:translateY(0%);top:unset !important}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].expanded .abde-floating-widget-container{max-width:100%;background-color:#000}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].fixed{position:fixed}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:40px;border-bottom:solid 1px #262626}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button]{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;background:#000;color:#fff;cursor:pointer;line-height:40px;text-align:center;position:relative;padding-right:40px;padding-left:15px;text-decoration:none;text-transform:uppercase}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77;color:#1e9bd7;bottom:50%;position:absolute;right:10px;-webkit-transform:translateY(50%);transform:translateY(50%)}}@media screen and (max-width: 767px)and (min-width: 0){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (max-width: 767px)and (min-width: 576px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (max-width: 767px)and (min-width: 768px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (max-width: 767px)and (min-width: 1176px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (max-width: 767px)and (min-width: 1440px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media(min-width: 768px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating]{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:200px;background:#000;right:0px !important;-webkit-transform:translateX(100%) translateX(-40px);transform:translateX(100%) translateX(-40px)}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].expanded{-webkit-transform:translateX(0%);transform:translateX(0%)}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].sticky{position:fixed;-webkit-transform:translateX(100%) translateX(-40px);transform:translateX(100%) translateX(-40px);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating].sticky.expanded{-webkit-transform:translateX(0px);transform:translateX(0px)}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;min-height:100%;border-right:solid 1px #262626}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button]{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;color:#fff;cursor:pointer;-webkit-writing-mode:vertical-lr;writing-mode:vertical-lr;-ms-writing-mode:tb-lr;line-height:40px;-webkit-transform:rotate(180deg);transform:rotate(180deg);text-align:center;-webkit-transform-origin:center;transform-origin:center;position:relative;text-decoration:none;text-transform:uppercase}.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77;color:#1e9bd7;position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);bottom:10px}}@media screen and (min-width: 768px)and (min-width: 0){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 576px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 768px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 1176px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 1440px){.abde-floating-widget .abde-floating-widget-context[data-subscribe-type=floating] .abde-floating-widget-context-button a[role=button] i{font-size:18px;line-height:1.77}}.abde-email-subscribe-form{background-color:#000;color:#fff;width:100%;max-width:1920px;margin:0 auto;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}.abde-email-subscribe-form input[type=email]{border:none;border-bottom:2px solid #1e9bd7;height:45px;outline:none;background-color:#000;color:#fff;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px}.abde-email-subscribe-form ::-webkit-input-placeholder{color:#fff;opacity:.9}.abde-email-subscribe-form ::-moz-placeholder{color:#fff;opacity:.9}.abde-email-subscribe-form :-ms-input-placeholder{color:#fff;opacity:.9}.abde-email-subscribe-form ::-ms-input-placeholder{color:#fff;opacity:.9}.abde-email-subscribe-form ::placeholder{color:#fff;opacity:.9}.abde-email-subscribe-form button[type=submit]{width:100%}.abde-email-subscribe-form .abde-email-input{padding-left:0 !important;margin-bottom:20px !important}.abde-email-subscribe-form .abde-email-input .abde-width-full{width:100% !important}.abde-email-subscribe-form p{margin-bottom:0}.abde-email-subscribe-form h5 span:first-child{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-email-subscribe-form h5 span:last-child{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}.abde-email-subscribe-form .form-info,.abde-email-subscribe-form .form-error{display:none}.abde-email-subscribe-form .form-info p:first-child,.abde-email-subscribe-form .form-error p:first-child{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:18px;line-height:1.77;padding-bottom:0}@media screen and (min-width: 0){.abde-email-subscribe-form .form-info p:first-child,.abde-email-subscribe-form .form-error p:first-child{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-email-subscribe-form .form-info p:first-child,.abde-email-subscribe-form .form-error p:first-child{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-email-subscribe-form .form-info p:first-child,.abde-email-subscribe-form .form-error p:first-child{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-email-subscribe-form .form-info p:first-child,.abde-email-subscribe-form .form-error p:first-child{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-email-subscribe-form .form-info p:first-child,.abde-email-subscribe-form .form-error p:first-child{font-size:18px;line-height:1.77}}.abde-email-subscribe-form .form-info p:nth-child(2),.abde-email-subscribe-form .form-error p:nth-child(2){font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-email-subscribe-form .form-info p:nth-child(2),.abde-email-subscribe-form .form-error p:nth-child(2){font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-email-subscribe-form .form-info p:nth-child(2),.abde-email-subscribe-form .form-error p:nth-child(2){font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-email-subscribe-form .form-info p:nth-child(2),.abde-email-subscribe-form .form-error p:nth-child(2){font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-email-subscribe-form .form-info p:nth-child(2),.abde-email-subscribe-form .form-error p:nth-child(2){font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-email-subscribe-form .form-info p:nth-child(2),.abde-email-subscribe-form .form-error p:nth-child(2){font-size:14px;line-height:1.14}}.abde-email-subscribe-form .form-info{color:#50beaf}.abde-email-subscribe-form .form-error{color:red}.abde-email-subscribe-form .form-status.has-success .success,.abde-email-subscribe-form .form-status.has-error .errors{display:block}.abde-email-subscribe-form input.has-error{border-bottom-color:red}@media(max-width: 768px){.abde-email-subscribe-form{background:#000}}@media(min-width: 768px){.abde-email-subscribe-form{min-width:340px}}@media(min-width: 1176px){.abde-email-subscribe-form{max-width:91.6666%;margin:0}.abde-email-subscribe-form form.abde-col-lg-5{padding-bottom:50px;-ms-flex-item-align:center;align-self:center}}.abde-marketo.abde-email-subscribe-form{min-width:300px}.abde-marketo.abde-email-subscribe-form .mktoForm .mktoButtonRow{text-align:left;padding-top:10px}.abde-marketo.abde-email-subscribe-form .mktoForm .mktoButtonRow .mktoButtonWrap:after{content:"" !important}.abde-marketo.abde-email-subscribe-form .mktoForm .mktoButtonRow .mktoButton{color:#fff !important;font-size:12px !important}.abde-marketo.abde-email-subscribe-form .mktoForm input[type=email]{background-color:transparent !important;color:#fff !important}.abde-primary-footer .abde-email-subscribe-form div,.abde-primary-footer .abde-email-subscribe-form p{padding:0 !important}.abde-primary-footer .abde-email-subscribe-form form#abde-email-subscribe-form .abde-button{padding-left:15px !important}.abde-accordion:last-child,.abde-accordion.abde-last{border-bottom:1px solid #c4c4c4}.abde-accordion .abde-accordion-title{width:100%;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-accordion .cmp-accordion__item{border-top:1px solid #c4c4c4;border-bottom:1px solid #c4c4c4}.abde-accordion .cmp-accordion__item+.cmp-accordion__item{border-top:none}.abde-accordion .cmp-accordion__header{color:#262626;font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-accordion .cmp-accordion__header{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-accordion .cmp-accordion__header{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-accordion .cmp-accordion__header{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-accordion .cmp-accordion__header{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-accordion .cmp-accordion__header{font-size:18px;line-height:1.77}}.abde-accordion .cmp-accordion__button{padding-top:30px;padding-bottom:30px;padding-left:0;position:relative;display:block;width:100%;background:none;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1;text-align:left;border:none;outline:none;cursor:pointer}@media screen and (min-width: 0){.abde-accordion .cmp-accordion__button{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-accordion .cmp-accordion__button{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-accordion .cmp-accordion__button{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-accordion .cmp-accordion__button{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-accordion .cmp-accordion__button{font-size:22px;line-height:1.1818}}.abde-accordion .cmp-accordion__button .cmp-accordion__icon{color:#1e9bd7;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 6 Pro";font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-accordion .cmp-accordion__button .cmp-accordion__icon{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-accordion .cmp-accordion__button .cmp-accordion__icon{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-accordion .cmp-accordion__button .cmp-accordion__icon{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-accordion .cmp-accordion__button .cmp-accordion__icon{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-accordion .cmp-accordion__button .cmp-accordion__icon{font-size:18px;line-height:1.77}}.abde-accordion .cmp-accordion__button--expanded .cmp-accordion__icon svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.abde-accordion .cmp-accordion__title{display:inline-block;padding-right:50px;color:#262626}.abde-accordion .cmp-accordion__panel--hidden{display:none}.abde-accordion .cmp-accordion__panel--expanded{padding-bottom:30px}@media(min-width: 768px){.abde-offset-md-1 .abde-accordion{margin-right:8.33333%}}@media(min-width: 576px){.abde-accordion .abde-accordion-content{padding-top:0}}.abde-accordion.feature{width:100%;height:565px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:stretch;overflow:hidden}@media(max-width: 1024px){.abde-accordion.feature{height:auto}}.abde-accordion.feature:last-child,.abde-accordion.feature.abde-last{border-bottom:none}.abde-accordion.feature&gt;ul{list-style:none;width:100%}.abde-accordion.feature&gt;ul .abde-text ul{list-style-type:disc}.abde-accordion.feature&gt;ul .abde-text ul ul{list-style-type:circle}.abde-accordion.feature&gt;ul .abde-text ul ul ul{list-style-type:square}.abde-accordion.feature&gt;ul .abde-text ul ul ul ul{list-style-type:decimal}.abde-accordion.feature&gt;ul .abde-text ul ul ul ul ul{list-style-type:lower-alpha}.abde-accordion.feature&gt;ul .abde-text ul ul ul ul ul ul{list-style-type:lower-roman}.abde-accordion.feature input{position:absolute;top:-9999px;left:-9999px}.abde-accordion.feature label{display:block;float:left;height:565px;width:86px;overflow:hidden;color:#fff;text-align:center;line-height:96px}.abde-accordion.feature label&gt;*{opacity:0}.abde-accordion.feature label .accordion-label-container{position:relative}.abde-accordion.feature label .accordion-label-container h3{position:absolute;top:-20px;left:100%;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:28px}.abde-accordion.feature label .accordion-label-container .open-btn{display:inline-block;background-image:url("data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZyBpZD0iT3Blbl9EZWZhdWx0IiBkYXRhLW5hbWU9Ik9wZW4gRGVmYXVsdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4NTAuOTA2IDExMDUyLjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMwMSIgZGF0YS1uYW1lPSJQYXRoIDMwMSIgZD0iTTI1LDlhMTYsMTYsMCwxLDEtMTEuMzE0LDQuNjg3QTE1Ljg5NSwxNS44OTUsMCwwLDEsMjUsOVptMCwzMGExNCwxNCwwLDEsMC05LjktNC4xQTEzLjkwOSwxMy45MDksMCwwLDAsMjUsMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyODQxLjkwNiAtMTEwNjEuNSkiIGZpbGw9IiMxZTliZDciLz4KICAgIDxnIGlkPSJHcm91cF8xODcxNiIgZGF0YS1uYW1lPSJHcm91cCAxODcxNiI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzMwMiIgZGF0YS1uYW1lPSJQYXRoIDMwMiIgZD0iTTUwLDI5YTEsMSwwLDAsMSwxLDFWNDQuNjM3YTEsMSwwLDAsMS0yLDBWMzBBMSwxLDAsMCwxLDUwLDI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjgxNi45MDYgLTExMDczLjgxOCkiIGZpbGw9IiMxZTliZDciLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfMzAzIiBkYXRhLW5hbWU9IlBhdGggMzAzIiBkPSJNMzAsNTFhMSwxLDAsMCwxLDAtMkg0NC42MzlhMSwxLDAsMCwxLDAsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4MjkuNTg3IC0xMTA4Ni40OTkpIiBmaWxsPSIjMWU5YmQ3Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");width:30px;height:30px;background-size:30px;position:absolute;bottom:-15px;right:-580%;left:auto !important}.abde-accordion.feature li&gt;input+label{border-right:1px solid #c4c4c4;-webkit-transition:border-right .5s ease .7s;transition:border-right .5s ease .7s}.abde-accordion.feature li:last-child&gt;input+label{border-right:none}.abde-accordion.feature label:hover{cursor:pointer}.abde-accordion.feature label:hover .open-btn{background-image:url("data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZyBpZD0iT3Blbl9Ib3ZlciIgZGF0YS1uYW1lPSJPcGVuIEhvdmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMwMSIgZGF0YS1uYW1lPSJQYXRoIDMwMSIgZD0iTTI1LDEwQTE1LDE1LDAsMSwwLDQwLDI1LDE1LDE1LDAsMCwwLDI1LDEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwIC0xMCkiIGZpbGw9IiMxZTliZDciLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMwMV8tX091dGxpbmUiIGRhdGEtbmFtZT0iUGF0aCAzMDEgLSBPdXRsaW5lIiBkPSJNMjUsOWExNiwxNiwwLDEsMS0xMS4zMTQsNC42ODdBMTUuODk1LDE1Ljg5NSwwLDAsMSwyNSw5Wm0wLDMwYTE0LDE0LDAsMSwwLTkuOS00LjFBMTMuOTA5LDEzLjkwOSwwLDAsMCwyNSwzOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMCAtMTApIiBmaWxsPSIjMWU5YmQ3Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8zMDIiIGRhdGEtbmFtZT0iUGF0aCAzMDIiIGQ9Ik01MCwyOWExLDEsMCwwLDEsMSwxVjQ0LjYzN2ExLDEsMCwwLDEtMiwwVjMwQTEsMSwwLDAsMSw1MCwyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNSAtMjIuMzE4KSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfMzAzIiBkYXRhLW5hbWU9IlBhdGggMzAzIiBkPSJNMzAsNTFhMSwxLDAsMCwxLDAtMkg0NC42MzlhMSwxLDAsMCwxLDAsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMi4zMiAtMzQuOTk5KSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==");bottom:-25px}.abde-accordion.feature label:hover h3{top:-10px}.abde-accordion.feature .accordion-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:565px;height:100%;width:0px;-webkit-transition:width .5s ease;transition:width .5s ease;float:left;overflow-x:hidden;background-color:#000;position:relative;overflow:hidden}.abde-accordion.feature .accordion-slide::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));background:linear-gradient(to bottom, transparent, #000000);pointer-events:none;z-index:2}.abde-accordion.feature .accordion-slide .content{width:770px;max-width:770px;padding-left:30px;padding-right:20px;margin-bottom:15px;color:#fff;position:relative;z-index:3}.abde-accordion.feature .accordion-slide .content .accordion-title,.abde-accordion.feature .accordion-slide .content .accordion-copy{max-width:720px}.abde-accordion.feature .accordion-slide .content .accordion-title h3{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:40px;word-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding-bottom:5px}@media(max-width: 1024px){.abde-accordion.feature .accordion-slide .content .accordion-title h3{font-size:28px}}.abde-accordion.feature .accordion-slide .content .accordion-copy *{font-size:18px}@media(max-width: 1024px){.abde-accordion.feature .accordion-slide .content .accordion-copy *{font-size:16px}}.abde-accordion.feature .accordion-slide .content .accordion-copy .abde-text p{padding-bottom:0}.abde-accordion.feature .accordion-slide .content .accordion-copy .abde-text .abde-footnote{color:#fff}.abde-accordion.feature .accordion-slide .content hr{display:none}.abde-accordion.feature .accordion-slide .content .accordion-stats{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:18px;margin-top:30px;padding-bottom:15px}@media(max-width: 1024px){.abde-accordion.feature .accordion-slide .content .accordion-stats{font-size:16px}}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-yellow{color:#ffbf27 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-purple{color:#5949a7 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-lightpurple{color:#aba4cf !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-lightblue{color:#78c3e7 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-blue{color:#1e9bd7 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-teal{color:#50beaf !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-aqua{color:#1cd8c0 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-white{color:#fff !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-black{color:#000 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-cyan{color:#1e9bd7 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-warning{color:#ca2127 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats.abde-alert{color:#006da8 !important}.abde-accordion.feature .accordion-slide .content .accordion-stats .stat-separator{display:inline-block;padding:0 10px}.abde-accordion.feature .accordion-slide .content .accordion-stats span.stacked{display:block}.abde-accordion.feature .accordion-slide .abde-image{position:absolute;display:inline-block;width:100%;height:565px}.abde-accordion.feature .accordion-slide .abde-image .abde-image-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:hidden}.abde-accordion.feature .accordion-slide .abde-image .abde-image-container picture{max-width:100%;width:100%}.abde-accordion.feature .accordion-slide .abde-image .abde-image-container picture img{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.abde-accordion.feature input[type=radio]:not(:checked)~label{background:#000}.abde-accordion.feature input[type=radio]:not(:checked)~label&gt;*{width:86px;opacity:1;-webkit-transition:width .7s linear,opacity 1s linear;transition:width .7s linear,opacity 1s linear;padding-left:7px;white-space:nowrap;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.abde-accordion.feature input[type=radio]:not(:checked)~label~.accordion-slide{border-left:none;width:0}.abde-accordion.feature input[type=radio]:not(:checked)~label~.accordion-slide .content{min-width:0px;padding:0 0;width:0;opacity:0;visibility:hidden}.abde-accordion.feature input[type=radio]:not(:checked)~label~.accordion-slide .content .accordion-stats span{display:block;width:0}.abde-accordion.feature input[type=radio]:not(:checked)~label~.accordion-slide .content .accordion-stats .stat-separator{display:block;padding:0}.abde-accordion.feature input[type=radio]:checked~label{width:0;opacity:0;-webkit-transition:opacity 1s linear;transition:opacity 1s linear;visibility:hidden;border-right:none;border-left:none}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide{width:calc(100% - 258px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide{width:calc(100% - 258px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide{width:calc(100% - 258px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide{width:calc(100% - 344px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide{width:calc(100% - 344px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide{width:calc(100% - 344px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide{width:calc(100% - 344px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide{width:calc(100% - 430px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide{width:calc(100% - 430px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide{width:calc(100% - 430px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide{width:calc(100% - 430px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide{width:calc(100% - 430px + 84px);height:565px;border-right:1px solid #fff}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:25px solid #ffbf27}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:25px solid #5949a7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:25px solid #aba4cf}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:25px solid #78c3e7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:25px solid #50beaf}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:25px solid #1cd8c0}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:25px solid #fff}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:25px solid #000}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:25px solid #1e9bd7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:25px solid #ca2127}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:25px solid #006da8}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .content{white-space:normal;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease .5s;transition:opacity 1s ease .5s}@media(max-width: 1024px){.abde-accordion.feature label{float:none;width:100%;height:auto;line-height:normal;text-align:left}.abde-accordion.feature label .accordion-label-container h3{position:static;top:auto;left:auto;-webkit-transform:none;transform:none;font-size:18px;line-height:1.77}}@media screen and (max-width: 1024px)and (min-width: 0){.abde-accordion.feature label .accordion-label-container h3{font-size:18px;line-height:1.77}}@media screen and (max-width: 1024px)and (min-width: 576px){.abde-accordion.feature label .accordion-label-container h3{font-size:18px;line-height:1.77}}@media screen and (max-width: 1024px)and (min-width: 768px){.abde-accordion.feature label .accordion-label-container h3{font-size:18px;line-height:1.77}}@media screen and (max-width: 1024px)and (min-width: 1176px){.abde-accordion.feature label .accordion-label-container h3{font-size:18px;line-height:1.77}}@media screen and (max-width: 1024px)and (min-width: 1440px){.abde-accordion.feature label .accordion-label-container h3{font-size:18px;line-height:1.77}}@media(max-width: 1024px){.abde-accordion.feature label .accordion-label-container .open-btn{position:static;bottom:auto;right:auto;left:auto;-webkit-transform:none;transform:none}}@media(max-width: 1024px){.abde-accordion.feature li&gt;input+label{border-right:none;border-bottom:1px solid #c4c4c4;height:60px}}@media(max-width: 1024px){.abde-accordion.feature .accordion-slide{width:100%;min-height:unset;height:0;-webkit-transition:none;transition:none;overflow-y:hidden}.abde-accordion.feature .accordion-slide .content{width:100%;max-width:none;min-width:auto;padding-left:20px;margin-bottom:30px;margin-right:20px}.abde-accordion.feature .accordion-slide .content .accordion-stats span{display:block}.abde-accordion.feature .accordion-slide .content .accordion-stats .stat-separator{display:none}}@media(max-width: 1024px){.abde-accordion.feature input[type=radio]:checked~label{height:0;opacity:0;visibility:hidden;border-bottom:none;-webkit-transition:opacity .5s ease,visibility .7s ease;transition:opacity .5s ease,visibility .7s ease}}@media(max-width: 1024px){.abde-accordion.feature input[type=radio]:not(:checked)~label&gt;*{width:auto;padding-left:0;white-space:normal;-webkit-transform:none;transform:none}.abde-accordion.feature input[type=radio]:not(:checked)~label .accordion-label-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center;height:60px}.abde-accordion.feature input[type=radio]:not(:checked)~label .accordion-label-container h3{padding-left:40px}.abde-accordion.feature input[type=radio]:not(:checked)~label .accordion-label-container span.open-btn{margin-right:20px}.abde-accordion.feature input[type=radio]:not(:checked)~label:hover .accordion-label-container h3{padding-left:20px}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(1):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(2):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(1):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(2):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(3):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(1):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(2):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(3):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(4):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(1):nth-last-child(5) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(2):nth-last-child(4) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(3):nth-last-child(3) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(4):nth-last-child(2) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}@media(max-width: 1024px){.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide{width:100%;min-height:565px;height:auto;padding-left:0;border-bottom:1px solid #c4c4c4;border-right:none}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-yellow{border-left:20px solid #ffbf27}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-purple{border-left:20px solid #5949a7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightpurple{border-left:20px solid #aba4cf}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-lightblue{border-left:20px solid #78c3e7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-blue{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-teal{border-left:20px solid #50beaf}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-aqua{border-left:20px solid #1cd8c0}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-white{border-left:20px solid #fff}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-black{border-left:20px solid #000}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-cyan{border-left:20px solid #1e9bd7}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-warning{border-left:20px solid #ca2127}.abde-accordion.feature li:nth-child(5):nth-last-child(1) input[type=radio]:checked~.accordion-slide .accordion-slide.abde-alert{border-left:20px solid #006da8}}.abde-accordion.feature.half-image .accordion-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#f0f0f0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box}.abde-accordion.feature.half-image .accordion-slide::before{background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));background:linear-gradient(to bottom, transparent, transparent);z-index:-100}.abde-accordion.feature.half-image .accordion-slide&gt;.content,.abde-accordion.feature.half-image .accordion-slide&gt;.abde-image{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-box-sizing:border-box;box-sizing:border-box}.abde-accordion.feature.half-image .accordion-slide .content{color:#000;margin-top:50px}.abde-accordion.feature.half-image .accordion-slide .content .accordion-copy .abde-text .abde-footnote{color:#000}.abde-accordion.feature.half-image .accordion-slide .content hr{display:block}.abde-accordion.feature.half-image .accordion-slide .content .accordion-stats{color:#6d6d6d}.abde-accordion.feature.half-image .accordion-slide .content .accordion-stats span{display:block}.abde-accordion.feature.half-image .accordion-slide .content .accordion-stats .stat-separator{display:none}.abde-accordion.feature.half-image .accordion-slide .abde-image{position:relative;display:inline-block;width:100%;height:565px}.abde-accordion.feature.half-image .accordion-slide .abde-image .abde-image-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:hidden}.abde-accordion.feature.half-image .accordion-slide .abde-image .abde-image-container picture{max-width:100%;width:100%}.abde-accordion.feature.half-image .accordion-slide .abde-image .abde-image-container picture img{max-width:100%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(max-width: 768px){.abde-accordion.feature.half-image .accordion-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-accordion.feature.half-image .accordion-slide&gt;.content,.abde-accordion.feature.half-image .accordion-slide&gt;.abde-image{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.abde-accordion.feature.half-image .accordion-slide .abde-image{margin-left:-20px;width:calc(100% + 20px);height:200px}.abde-accordion.feature.half-image .accordion-slide .abde-image .abde-image-container{height:265px}}.abde-accordion.feature.half-image input[type=radio]:not(:checked)~label~.accordion-slide{background-color:#000}.abde-accordion.feature.half-image input[type=radio]:not(:checked)~label~.accordion-slide .abde-image{position:absolute}.abde-accordion.feature.half-image input[type=radio]:not(:checked)~label~.accordion-slide .content{opacity:0;visibility:hidden}.abde-bracket-container{overflow:hidden !important}.abde-offset-feature{padding-bottom:0}.abde-offset-feature header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:1.17;text-transform:uppercase}@media screen and (min-width: 0){.abde-offset-feature header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-offset-feature header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-offset-feature header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-offset-feature header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-offset-feature header{font-size:14px;line-height:1.14}}.abde-offset-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;max-width:100% !important}.abde-offset-image-container .abde-t-uppercase{text-transform:uppercase}.abde-offset-image-container .abde-offset-card{padding:50px 15px;min-height:auto}.abde-offset-image-container .abde-offset-card .abde-offset-card-title{padding-bottom:20px}.abde-offset-image-container .abde-offset-card h1 sup,.abde-offset-image-container .abde-offset-card h2 sup{font-size:36px}.abde-offset-image-container .abde-offset-card p sup{font-size:11px}@media(min-width: 1024px){.abde-offset-image-container .abde-img-wrapper img,.abde-offset-image-container .abde-img-wrapper picture{width:100%}}@media(min-width: 1176px){.abde-offset-feature{padding-bottom:90px}.abde-offset-feature .abde-main-content{min-height:550px}.abde-offset-image-container{display:block;padding-bottom:90px}.abde-offset-image-container .abde-offset-card{position:relative;z-index:10;width:510px;padding:80px 60px;min-height:480px}.abde-offset-image-container .abde-img-wrapper{position:absolute;top:90px;right:0px;z-index:8;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.abde-offset-image-container .abde-img-wrapper img,.abde-offset-image-container .abde-img-wrapper picture{max-width:800px}}.abde-video .abde-video-container{height:auto}.abde-video .abde-video-container .abde-brightcove-video-player{height:100%}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-fluid{height:100%}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-big-play-button{top:30px !important;left:30px !important;line-height:70px;border-radius:50%;background-color:#1e9bd7;color:#fff;width:74px;height:74px;margin-top:0;margin-left:0;font-size:50px;border:1px solid #1e9bd7}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-big-play-button:hover{-webkit-box-shadow:none;box-shadow:none;border:1px solid #fff;background-color:#007abb !important}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-control-bar{visibility:hidden}.abde-video .abde-video-container .abde-brightcove-video-player .video-js:hover .vjs-big-play-button{border:1px solid #fff !important;background-color:#007abb !important}.abde-video .abde-video-container .abde-brightcove-video-player .vjs-has-started .vjs-control-bar{visibility:visible}.abde-video .abde-video-container .abde-youtube-video-player{width:auto;height:auto;position:relative}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-play-button{position:absolute;top:30px;left:30px;line-height:60px;border-radius:50%;background-color:#1e9bd7;color:#fff;width:74px;height:74px;text-transform:none;border:1px solid #1e9bd7;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMWU5YmQ3Ii8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);background-size:74px}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-play-button:hover{-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:none;border:1px solid #fff !important;background-color:#007abb !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMDA3QUJCIi8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-play-button .abde-youtube-video-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div{display:block}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div.hidden{display:none}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-poster-image:hover{cursor:pointer}.abde-video .abde-video-container .abde-youtube-video-player:hover .abde-youtube-video-play-button{border:1px solid #fff !important;background-color:#007abb !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMDA3QUJCIi8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.abde-video .abde-video-footnote .abde-footnote{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:12px;line-height:1.33;color:#6d6d6d}@media screen and (min-width: 0){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}.abde-tabs .abde-tab-wrapper,.abde-tab-navigation .abde-tab-wrapper{width:100%;overflow:hidden;position:relative;border-bottom:1px solid #c4c4c4}@media(min-width: 768px){.abde-tabs .abde-tab-wrapper,.abde-tab-navigation .abde-tab-wrapper{overflow:auto}}.abde-tabs .abde-tab-wrapper .abde-tab-arrow-right svg,.abde-tabs .abde-tab-wrapper .abde-tab-arrow-left svg,.abde-tab-navigation .abde-tab-wrapper .abde-tab-arrow-right svg,.abde-tab-navigation .abde-tab-wrapper .abde-tab-arrow-left svg{color:#1e9bd7;position:absolute;top:60%;-webkit-transform:translateY(-57%);transform:translateY(-57%);font-size:20px;opacity:0;pointer-events:none;z-index:5}.abde-tabs .abde-tab-wrapper .abde-tab-arrow-right svg,.abde-tab-navigation .abde-tab-wrapper .abde-tab-arrow-right svg{right:10px}.abde-tabs .abde-tab-wrapper .abde-tab-arrow-left svg,.abde-tab-navigation .abde-tab-wrapper .abde-tab-arrow-left svg{left:10px}.abde-tabs .abde-tab-wrapper .abde-tab-swipe ol,.abde-tab-navigation .abde-tab-wrapper .abde-tab-swipe ol{overflow:visible}.abde-tabs .abde-tab-wrapper.abde-tab-bump-right ol,.abde-tab-navigation .abde-tab-wrapper.abde-tab-bump-right ol{-webkit-animation:tabsBumpRight ease-in-out 2s;animation:tabsBumpRight ease-in-out 2s}.abde-tabs .abde-tab-wrapper.abde-tab-bump-right .abde-tab-arrow-right svg,.abde-tab-navigation .abde-tab-wrapper.abde-tab-bump-right .abde-tab-arrow-right svg{-webkit-animation:arrowFade 2s ease-in-out;animation:arrowFade 2s ease-in-out}.abde-tabs .abde-tab-wrapper.abde-tab-bump-left ol,.abde-tab-navigation .abde-tab-wrapper.abde-tab-bump-left ol{-webkit-animation:tabsBumpLeft ease-in-out 2s;animation:tabsBumpLeft ease-in-out 2s}.abde-tabs .abde-tab-wrapper.abde-tab-bump-left .abde-tab-arrow-left svg,.abde-tab-navigation .abde-tab-wrapper.abde-tab-bump-left .abde-tab-arrow-left svg{-webkit-animation:arrowFade 2s ease-in-out;animation:arrowFade 2s ease-in-out}.abde-tabs .abde-tab-wrapper.has-overflow-left .abde-tab-arrow-right svg,.abde-tab-navigation .abde-tab-wrapper.has-overflow-left .abde-tab-arrow-right svg{opacity:0;display:none}.abde-tabs ol,.abde-tab-navigation ol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media(min-width: 1024px){.abde-tabs ol.abde-justify-content-left,.abde-tab-navigation ol.abde-justify-content-left{margin-left:-15px}}.abde-tabs ol a.cmp-tabs__tab,.abde-tab-navigation ol a.cmp-tabs__tab{padding:0 0;color:#000}.abde-tabs ol.cmp-tabs__tablist,.abde-tab-navigation ol.cmp-tabs__tablist{position:relative;z-index:3}.abde-tabs ol li,.abde-tab-navigation ol li{outline:none;padding:10px 15px 0px;font-size:14px;line-height:1.17;text-transform:uppercase;text-align:left;color:#000;letter-spacing:1.4px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 0){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:14px;line-height:1.14}}.abde-tabs ol li:hover,.abde-tab-navigation ol li:hover{color:#007abb}.abde-tabs ol li.cmp-tabs__tab--active:hover,.abde-tab-navigation ol li.cmp-tabs__tab--active:hover{color:#000}.abde-tabs ol li span,.abde-tab-navigation ol li span{display:inline-block;max-width:none;left:0;padding-bottom:5px;font-size:14px;line-height:1.17;border-bottom:3px solid transparent}@media screen and (min-width: 0){.abde-tabs ol li span,.abde-tab-navigation ol li span{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-tabs ol li span,.abde-tab-navigation ol li span{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-tabs ol li span,.abde-tab-navigation ol li span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-tabs ol li span,.abde-tab-navigation ol li span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-tabs ol li span,.abde-tab-navigation ol li span{font-size:14px;line-height:1.14}}.abde-tabs .vertical ol,.abde-tab-navigation .vertical ol{display:block}.abde-tabs .vertical li,.abde-tab-navigation .vertical li{display:list-item}.abde-tabs .cmp-tabs__tabpanel,.abde-tab-navigation .cmp-tabs__tabpanel{outline:none;padding-top:50px}.abde-tabs .cmp-tabs__tab,.abde-tab-navigation .cmp-tabs__tab{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal}.abde-tabs .cmp-tabs__tab--active,.abde-tab-navigation .cmp-tabs__tab--active{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;z-index:2;border-bottom:none !important}.abde-tabs .cmp-tabs__tab--active span,.abde-tab-navigation .cmp-tabs__tab--active span{border-bottom:3px solid #007abb}.ja nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-hk nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-tw nav.abde-sticky-nav .abde-sticky-nav-headers a,.ko nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:19px;line-height:1.32}@media screen and (min-width: 0){.ja nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-hk nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-tw nav.abde-sticky-nav .abde-sticky-nav-headers a,.ko nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.ja nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-hk nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-tw nav.abde-sticky-nav .abde-sticky-nav-headers a,.ko nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.ja nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-hk nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-tw nav.abde-sticky-nav .abde-sticky-nav-headers a,.ko nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.ja nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-hk nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-tw nav.abde-sticky-nav .abde-sticky-nav-headers a,.ko nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.ja nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-hk nav.abde-sticky-nav .abde-sticky-nav-headers a,.zh-tw nav.abde-sticky-nav .abde-sticky-nav-headers a,.ko nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:19px;line-height:1.32}}.abde-tab-navigation ol li span{max-width:1000px}@-webkit-keyframes tabsBumpRight{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(-40px);transform:translateX(-40px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes tabsBumpRight{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(-40px);transform:translateX(-40px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@-webkit-keyframes tabsBumpLeft{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(40px);transform:translateX(40px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes tabsBumpLeft{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(40px);transform:translateX(40px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@-webkit-keyframes arrowFade{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes arrowFade{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@media(min-width: 576px){.abde-tabs ol li span,.abde-tab-navigation ol li span{max-width:none}}@media(min-width: 768px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 0){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 576px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 768px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 1176px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 1440px){.abde-tabs ol li,.abde-tab-navigation ol li{font-size:18px;line-height:1.77}}@media(min-width: 768px){.abde-tabs ol li .cmp-tabs__tab--active span,.abde-tab-navigation ol li .cmp-tabs__tab--active span{padding-bottom:20px}}@media(min-width: 768px){.abde-tabs ol li{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px)and (min-width: 0){.abde-tabs ol li{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px)and (min-width: 576px){.abde-tabs ol li{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px)and (min-width: 768px){.abde-tabs ol li{font-size:14px;line-height:1.14}}@media screen and (min-width: 768px)and (min-width: 1176px){.abde-tabs ol li{font-size:14px;line-height:1.14}}@media screen and (min-width: 768px)and (min-width: 1440px){.abde-tabs ol li{font-size:14px;line-height:1.14}}@media(min-width: 768px){.abde-tab-wrapper::before{bottom:20px}}.abde-tabs ol li{padding:10px 10px 0px;max-width:none}.abde-tabs .abde-list ol li{max-width:none !important}@media(min-width: 768px){.abde-tabs ol li{padding:10px 20px 0px}}nav.abde-sticky-nav .abde-sticky-nav-wrapper{width:100%;overflow:hidden;position:relative;background-color:#fff}nav.abde-sticky-nav.abde-sticky-nav-fixed .abde-sticky-nav-wrapper{position:fixed;top:0px;left:0px;width:100%;z-index:100}@media(max-width: 1176px){nav.abde-sticky-nav .abde-sticky-nav-headers{max-width:300px;display:table;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}nav.abde-sticky-nav .abde-sticky-nav-headers a{outline:none;letter-spacing:2.5px;font-size:14px;line-height:1.17;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;text-decoration:none;color:#000;text-transform:uppercase;white-space:nowrap;display:table-cell;vertical-align:middle;padding:10px 0;border-bottom:3px solid transparent}@media screen and (min-width: 0){nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){nav.abde-sticky-nav .abde-sticky-nav-headers a{font-size:14px;line-height:1.14}}@media(max-width: 1176px){nav.abde-sticky-nav .abde-sticky-nav-headers a{white-space:normal}}nav.abde-sticky-nav .abde-sticky-nav-headers.abde-sticky-nav-active a{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700}nav.abde-sticky-nav ol{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;top:0px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 40px}nav.abde-sticky-nav ol li{width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;-webkit-box-flex:0;-ms-flex:none;flex:none;padding:0px 10px}@media(min-width: 768px){nav.abde-sticky-nav ol li{padding:0px 20px}}nav.abde-sticky-nav.abde-sticky-nav-underline .abde-sticky-nav-wrapper{-webkit-box-shadow:0px 1px #c4c4c4;box-shadow:0px 1px #c4c4c4}nav.abde-sticky-nav.abde-sticky-nav-underline .abde-sticky-nav-active a{border-bottom:3px solid #1e9bd7}nav.abde-sticky-nav.abde-sticky-nav-progress .abde-sticky-nav-progress-bar{padding-top:5px;height:0px;width:0px;background-color:#1cd8c0;display:none}.abde-sticky-nav-section{scroll-margin-top:80px}@media(min-width: 768px){nav.abde-sticky-nav{height:0;padding-bottom:70px}nav.abde-sticky-nav .abde-sticky-nav-headers{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 0){nav.abde-sticky-nav .abde-sticky-nav-headers{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 576px){nav.abde-sticky-nav .abde-sticky-nav-headers{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 768px){nav.abde-sticky-nav .abde-sticky-nav-headers{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 1176px){nav.abde-sticky-nav .abde-sticky-nav-headers{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px)and (min-width: 1440px){nav.abde-sticky-nav .abde-sticky-nav-headers{font-size:18px;line-height:1.77}}nav.abde-sticky-nav.abde-tab-navigation-vertical{background-color:#fff;min-height:250px;height:300px;z-index:1005}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-sticky-nav-fixed .abde-sticky-nav-wrapper{left:auto;top:50px}@media(min-width: 1024px){nav.abde-sticky-nav.abde-tab-navigation-vertical{position:absolute;left:-120px}}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-arrow-right,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-arrow-left{display:none}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-sticky{top:0;position:absolute;left:-120px;z-index:5}@media screen and (min-width: 1600px){nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-sticky{left:-180px}}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper{border:none;-webkit-box-shadow:none;box-shadow:none;overflow:visible}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper.abde-tab-bump-right ol,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper.abde-tab-bump-left ol,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper.abde-tab-bump-right ol,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper.abde-tab-bump-left ol{-webkit-animation:none;animation:none}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper .abde-tab-navigation-vertical-title,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper .abde-tab-navigation-vertical-title{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:28px;color:#000;padding:30px 20px;display:block}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper .abde-tab-navigation-vertical-title .abde-tab-navigation-vertical-title-mobile-icon,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper .abde-tab-navigation-vertical-title .abde-tab-navigation-vertical-title-mobile-icon{display:none}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol{display:block;min-width:auto !important;max-width:200px;padding-left:10px;padding-right:5px}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol.cmp-tabs__tablist,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol.cmp-tabs__tablist{left:0 !important}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol li.abde-sticky-nav-headers,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol li.abde-sticky-nav-headers{display:block;text-align:left}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol li.abde-sticky-nav-headers a,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol li.abde-sticky-nav-headers a{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;color:#1e9bd7;white-space:normal;text-align:left;padding:5px 0}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol li.abde-sticky-nav-headers.abde-sticky-nav-active,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol li.abde-sticky-nav-headers.abde-sticky-nav-active{border-left:3px solid #1e9bd7;border-bottom:none;margin-left:12px;padding:0 0}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol li.abde-sticky-nav-headers.abde-sticky-nav-active a,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol li.abde-sticky-nav-headers.abde-sticky-nav-active a{color:#000 !important;padding-left:10px}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol li.abde-sticky-nav-headers.abde-scrolled a,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol li.abde-sticky-nav-headers.abde-scrolled a{color:#adadad}@media screen and (max-width: 1420px){nav.abde-sticky-nav.abde-tab-navigation-vertical{width:100%}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper .abde-tab-navigation-vertical-title,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper .abde-tab-navigation-vertical-title{width:100%;padding-bottom:20px;z-index:1005;padding-left:15px;top:auto}nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-sticky-nav-wrapper ol,nav.abde-sticky-nav.abde-tab-navigation-vertical .abde-tab-wrapper ol{max-width:none;left:0 !important;top:auto;width:100%;padding-left:0}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky{width:100%;min-height:60px;height:60px;position:fixed;top:0;left:0;z-index:100;background-color:#fff;padding-bottom:0}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-sticky-nav-wrapper .abde-tab-navigation-vertical-title,nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-tab-wrapper .abde-tab-navigation-vertical-title{left:0;padding:10px 20px;z-index:1005;border-bottom:1px solid #c4c4c4;-webkit-box-shadow:0px 1px 5px #c4c4c4;box-shadow:0px 1px 5px #c4c4c4;padding-left:15px;min-height:60px;background-color:#fff}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-sticky-nav-wrapper .abde-tab-navigation-vertical-title .abde-tab-navigation-vertical-title-mobile-icon,nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-tab-wrapper .abde-tab-navigation-vertical-title .abde-tab-navigation-vertical-title-mobile-icon{display:block;float:right;padding-right:20px;color:#1e9bd7}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-sticky-nav-wrapper ol,nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-tab-wrapper ol{left:0;display:none;border-bottom:1px solid #c4c4c4;-webkit-box-shadow:0px 1px 5px #c4c4c4;box-shadow:0px 1px 5px #c4c4c4;padding-left:0;padding:5px 5px 20px 0;background-color:#fff}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-sticky-nav-wrapper ol li.abde-sticky-nav-headers a,nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-tab-wrapper ol li.abde-sticky-nav-headers a{padding:5px 0 0}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-sticky-nav-wrapper ol li.abde-sticky-nav-headers.abde-sticky-nav-active a,nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-vertical-mobile-sticky .abde-tab-wrapper ol li.abde-sticky-nav-headers.abde-sticky-nav-active a{padding-left:12px}nav.abde-sticky-nav.abde-tab-navigation-vertical.vertical-mobile-open .abde-sticky-nav-wrapper .abde-tab-navigation-vertical-title,nav.abde-sticky-nav.abde-tab-navigation-vertical.vertical-mobile-open .abde-tab-wrapper .abde-tab-navigation-vertical-title{-webkit-box-shadow:none;box-shadow:none}nav.abde-sticky-nav.abde-tab-navigation-vertical.vertical-mobile-open .abde-sticky-nav-wrapper ol,nav.abde-sticky-nav.abde-tab-navigation-vertical.vertical-mobile-open .abde-tab-wrapper ol{display:block;height:auto}}nav.abde-sticky-nav.abde-tab-navigation-vertical.abde-sticky-nav-progress .abde-sticky-nav-progress-bar{padding-top:0}@media(min-width: 1176px){.abde-tabs ol.cmp-tabs__tablist,.abde-tab-navigation ol.cmp-tabs__tablist{display:table;width:auto;min-width:auto !important;margin:0 auto}.abde-tabs ol.cmp-tabs__tablist li,.abde-tabs ol.cmp-tabs__tablist li.abde-sticky-nav-headers,.abde-tab-navigation ol.cmp-tabs__tablist li,.abde-tab-navigation ol.cmp-tabs__tablist li.abde-sticky-nav-headers{display:table-cell}nav.abde-sticky-nav .abde-sticky-nav-headers a{white-space:normal}}.abde-tabs ol.cmp-tabs__tablist,.abde-tab-navigation ol.cmp-tabs__tablist{text-align:center}.abde-tabs ol.abde-justify-content-left.cmp-tabs__tablist,.abde-tab-navigation ol.abde-justify-content-left.cmp-tabs__tablist{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left}div#abde-inpage-navigation-vertical{max-width:1920px;width:100%}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container{position:absolute;left:0;min-height:250px;max-width:250px;background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;z-index:90;padding-left:0}@media(min-width: 1681px)and (max-width: 1920px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container{padding-left:20px;margin-left:20px}}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical{position:fixed;top:0;bottom:auto}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom{position:absolute;top:auto;bottom:0}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical{border:none;-webkit-box-shadow:none;box-shadow:none;overflow:visible;width:250px;background-color:transparent}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1;color:#000;padding:30px 10px;display:block}@media screen and (min-width: 0){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{font-size:22px;line-height:1.1818}}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical .abde-tab-navigation-vertical-title-mobile-icon{display:none}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol{display:block;min-width:auto !important;max-width:250px;padding-left:0;padding-right:5px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol.cmp-tabs__tablist{position:relative;left:0 !important;top:-3px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical{display:block;text-align:left;margin-bottom:20px;margin-left:10px;padding-left:0;padding-right:0}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400;font-size:16px;line-height:1.3125;color:#000;display:block;margin-left:0;margin-right:0;padding-left:0;padding-right:0}@media screen and (min-width: 0){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a{font-size:16px;line-height:1.3125}}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a:hover{text-decoration:none}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical.abde-sticky-nav-active-vertical{border-left:3px solid #1e9bd7;border-bottom:none;margin-left:10px;padding:0 0}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical.abde-sticky-nav-active-vertical a{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;color:#000 !important;padding-left:10px;border-bottom:none}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical.abde-sticky-nav-active-vertical a:hover{text-decoration:none}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical:hover{border-left:3px solid #1e9bd7;margin-left:10px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical:hover a{padding-left:10px}@media screen and (max-width: 1680px){div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container{position:relative;max-width:100%;width:100%;margin-top:50px;margin-bottom:50px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical{left:0;z-index:100;padding-bottom:0;margin-bottom:30px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical{width:100%}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{width:100%;padding-bottom:20px;z-index:90;top:auto}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol{max-width:none;left:0 !important;top:auto;width:100%;padding-left:0}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom{min-height:60px;height:60px;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical:hover,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical:hover{cursor:unset}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{left:0;padding:10px 20px;z-index:1005;border-bottom:1px solid #c4c4c4;-webkit-box-shadow:none;box-shadow:none;padding-left:15px;min-height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical .abde-tab-navigation-vertical-title-mobile-icon,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical .abde-tab-navigation-vertical-title-mobile-icon{display:inline-block;padding-right:0;color:#1e9bd7}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol{left:0;display:none;border-bottom:1px solid #c4c4c4;-webkit-box-shadow:0px 1px 5px #c4c4c4;box-shadow:0px 1px 5px #c4c4c4;padding:25px 5px 10px 5px;padding-left:0;background-color:#fff}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical{margin-left:10px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical:hover,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical:hover{border-left:none}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical a{padding:5px 0 0}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical.abde-sticky-nav-active-vertical:hover,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical.abde-sticky-nav-active-vertical:hover{border-left:3px solid #1e9bd7}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical.abde-sticky-nav-active-vertical a,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical.abde-sticky-nav-active-vertical a{padding-left:12px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.abde-sticky-nav-progress-vertical .abde-sticky-nav-progress-bar-vertical,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.abde-sticky-nav-progress-vertical .abde-sticky-nav-progress-bar-vertical{padding-top:0;height:4px;width:100%;background-color:#fff;display:block;position:relative;top:-2px;z-index:5}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.abde-sticky-nav-progress-vertical .abde-sticky-nav-progress-bar-vertical .progress-container,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.abde-sticky-nav-progress-vertical .abde-sticky-nav-progress-bar-vertical .progress-container{width:100%;height:4px}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.abde-sticky-nav-progress-vertical .abde-sticky-nav-progress-bar-vertical .progress-container .progress-bar,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.abde-sticky-nav-progress-vertical .abde-sticky-nav-progress-bar-vertical .progress-container .progress-bar{height:4px;background-color:#1cd8c0}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.vertical-mobile-open .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.vertical-mobile-open .abde-sticky-nav-wrapper-vertical .abde-tab-navigation-vertical-title-vertical{-webkit-box-shadow:none;box-shadow:none}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.vertical-mobile-open .abde-sticky-nav-wrapper-vertical ol,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.vertical-mobile-open .abde-sticky-nav-wrapper-vertical ol{display:block;height:auto}div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.abde-sticky-nav-fixed-vertical nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.vertical-mobile-open .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical,div#abde-inpage-navigation-vertical .abde-inpage-navigation-vertical-container.fixed-vertical-parent-bottom nav.abde-tab-navigation-vertical-vertical.abde-vertical-sticky-vertical.vertical-mobile-open .abde-sticky-nav-wrapper-vertical ol li.abde-sticky-nav-headers-vertical{max-width:100%}}.abde-share{position:absolute;left:0;right:0;bottom:0;margin-right:auto;margin-left:auto;max-width:1325px}@media(max-width: 1440px){.abde-share{max-width:1076px}}@media(max-width: 1024px){.abde-share{max-width:768px}}@media(max-width: 768px){.abde-share{max-width:576px;padding-left:8px}}.abde-share .abde-share-bar{z-index:3;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:0;margin-bottom:0;margin-top:0}.abde-share .abde-share-bar .abde-share-title{padding-top:40px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:1.17;text-transform:uppercase;display:block}@media screen and (min-width: 0){.abde-share .abde-share-bar .abde-share-title{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-share .abde-share-bar .abde-share-title{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-share .abde-share-bar .abde-share-title{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-share .abde-share-bar .abde-share-title{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-share .abde-share-bar .abde-share-title{font-size:14px;line-height:1.14}}.abde-share .abde-share-bar .abde-btn-container{margin-top:20px}.abde-share .abde-share-bar .abde-btn-container a.abde-icon-btn{height:47px;width:47px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.abde-share .abde-share-bar .abde-btn-container a.abde-icon-btn i{font-size:28px}.abde-share .abde-share-bar .abde-btn-container a.abde-icon-btn:focus{border:none}.abde-share .abde-share-bar .abde-btn-container a.abde-icon-btn:focus i{color:#007abb}.abde-share .abde-share-bar .abde-btn-container a.abde-icon-btn:hover{background-color:transparent}.abde-share .abde-share-bar .abde-btn-container a.abde-icon-btn:hover i{color:#007abb}.abde-share .abde-share-bar.vertical{position:absolute;-ms-flex-preferred-size:0;flex-basis:0;right:0;left:auto;text-align:center;top:0 !important}.abde-share .abde-share-bar.vertical .abde-btn-container a.abde-icon-btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.abde-share .abde-share-bar.vertical .abde-btn-container a.abde-icon-btn:focus{border:none}.abde-share .abde-share-bar.vertical .abde-btn-container a.abde-icon-btn:focus i{color:#007abb}@media(max-width: 768px){.abde-share .abde-share-bar.vertical{right:auto !important;text-align:left;top:10px !important}}.abde-share .abde-share-bar.horizontal{position:relative;text-align:left;margin-bottom:40px;margin-left:-4px}.abde-share .abde-share-bar.horizontal .abde-btn-container{display:-webkit-box;display:-ms-flexbox;display:flex}.abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn{margin-right:30px;padding:0;border:none}.abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn:focus{border:none}.abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn:focus i{color:#007abb}.abde-spotlight .abde-spotlight-content{min-height:50px}.abde-spotlight .abde-spotlight-content .abde-button{margin-top:10px;margin-left:-15px}@media(min-width: 768px){.abde-spotlight .abde-spotlight-content .abde-button{margin:auto 0px}}.abde-spotlight .abde-spotlight-content.abde-spotlight-sidebar:before{position:absolute;left:0;top:0;content:" ";width:3px;background-color:#1e9bd7;height:50%;max-height:70px;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}@media(min-width: 768px){.abde-spotlight .abde-spotlight-content.abde-spotlight-sidebar:before{height:100%}}.abde-spotlight .abde-spotlight-content.abde-spotlight-content-expand:hover:before{max-height:100%}.abde-spotlight .abde-spotlight-content,.abde-spotlight .abde-spotlight-content-leaderboard{position:relative;padding-top:0;padding-bottom:0;padding-left:30px;padding-right:0}.abde-spotlight .abde-spotlight-content .abde-spotlight-date,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1;text-transform:uppercase;text-align:center}@media screen and (min-width: 0){.abde-spotlight .abde-spotlight-content .abde-spotlight-date,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date{font-size:22px;line-height:1.1818}}.abde-spotlight .abde-spotlight-content .abde-spotlight-date .abde-spotlight-month,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date .abde-spotlight-month{line-height:1;margin-top:5px;margin-right:20px}@media(min-width: 768px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date .abde-spotlight-month,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date .abde-spotlight-month{margin-right:50px}}.abde-spotlight .abde-spotlight-content .abde-spotlight-date span,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date span{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125}@media screen and (min-width: 0){.abde-spotlight .abde-spotlight-content .abde-spotlight-date span,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date span{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date span,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date span{font-size:45px;line-height:1.125}}@media screen and (min-width: 768px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date span,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date span{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date span,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date span{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-spotlight .abde-spotlight-content .abde-spotlight-date span,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-date span{font-size:45px;line-height:1.125}}.abde-spotlight .abde-spotlight-content .abde-spotlight-article header,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header{margin-bottom:0;line-height:1}.abde-spotlight .abde-spotlight-content .abde-spotlight-article header .abde-spotlight-eyebrown-text,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header .abde-spotlight-eyebrown-text{display:inline-block;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:1.4px !important;font-size:14px !important;padding-bottom:10px}.abde-spotlight .abde-spotlight-content .abde-spotlight-article header a,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header a{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1;color:#262626}@media screen and (min-width: 0){.abde-spotlight .abde-spotlight-content .abde-spotlight-article header a,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header a{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-spotlight .abde-spotlight-content .abde-spotlight-article header a,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header a{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-spotlight .abde-spotlight-content .abde-spotlight-article header a,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header a{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-spotlight .abde-spotlight-content .abde-spotlight-article header a,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header a{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-spotlight .abde-spotlight-content .abde-spotlight-article header a,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header a{font-size:22px;line-height:1.1818}}.abde-spotlight .abde-spotlight-content .abde-spotlight-article header a:hover,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header a:hover{color:#1e9bd7;text-decoration:none}.abde-spotlight .abde-spotlight-content .abde-spotlight-article header p,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header p{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:34px;color:#fff;text-transform:capitalize}.abde-spotlight .abde-spotlight-content .abde-spotlight-title p:last-child,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-title p:last-child{padding-bottom:0}.abde-spotlight .abde-spotlight-content .abde-spotlight-title .abde-spotlight-heading,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-title .abde-spotlight-heading{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1}@media screen and (min-width: 0){.abde-spotlight .abde-spotlight-content .abde-spotlight-title .abde-spotlight-heading,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-title .abde-spotlight-heading{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-spotlight .abde-spotlight-content .abde-spotlight-title .abde-spotlight-heading,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-title .abde-spotlight-heading{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-spotlight .abde-spotlight-content .abde-spotlight-title .abde-spotlight-heading,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-title .abde-spotlight-heading{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-spotlight .abde-spotlight-content .abde-spotlight-title .abde-spotlight-heading,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-title .abde-spotlight-heading{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-spotlight .abde-spotlight-content .abde-spotlight-title .abde-spotlight-heading,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-title .abde-spotlight-heading{font-size:22px;line-height:1.1818}}.abde-spotlight .abde-spotlight-content .abde-spotlight-sidebar,.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-sidebar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:20px}@media(max-width: 1024px){.abde-spotlight .abde-spotlight-content .abde-button .abde-btn-container,.abde-spotlight .abde-spotlight-content-leaderboard .abde-button .abde-btn-container{margin-top:0}}.abde-spotlight .abde-spotlight-content-leaderboard{padding:30px;color:#fff}.abde-spotlight .abde-spotlight-content-leaderboard .abde-row{width:100%}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:none;padding-left:0}@media(max-width: 1176px){.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-icon-wrapper{margin-bottom:30px}}@media(max-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-icon-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-icon-wrapper .abde-spotlight-icon{padding-bottom:20px}}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-icon-wrapper .abde-spotlight-icon{padding-right:20px}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-icon-wrapper .abde-spotlight-icon img{height:100px;width:100px}.abde-spotlight .abde-spotlight-content-leaderboard p{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400}@media(min-width: 1024px){.abde-spotlight .abde-spotlight-content-leaderboard p{font-size:20px;line-height:1.1}}@media screen and (min-width: 1024px)and (min-width: 0){.abde-spotlight .abde-spotlight-content-leaderboard p{font-size:20px;line-height:1.1}}@media screen and (min-width: 1024px)and (min-width: 576px){.abde-spotlight .abde-spotlight-content-leaderboard p{font-size:20px;line-height:1.1}}@media screen and (min-width: 1024px)and (min-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard p{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1024px)and (min-width: 1176px){.abde-spotlight .abde-spotlight-content-leaderboard p{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1024px)and (min-width: 1440px){.abde-spotlight .abde-spotlight-content-leaderboard p{font-size:22px;line-height:1.1818}}.abde-spotlight .abde-spotlight-content-leaderboard.abde-yellow{background-color:rgba(255,191,39,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-yellow .abde-fund-card-button-right{background-color:#ffbf27}.abde-spotlight .abde-spotlight-content-leaderboard.abde-purple{background-color:rgba(89,73,167,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-purple .abde-fund-card-button-right{background-color:#5949a7}.abde-spotlight .abde-spotlight-content-leaderboard.abde-lightpurple{background-color:rgba(171,164,207,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-lightpurple .abde-fund-card-button-right{background-color:#aba4cf}.abde-spotlight .abde-spotlight-content-leaderboard.abde-lightblue{background-color:rgba(120,195,231,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-lightblue .abde-fund-card-button-right{background-color:#78c3e7}.abde-spotlight .abde-spotlight-content-leaderboard.abde-blue{background-color:rgba(30,155,215,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-blue .abde-fund-card-button-right{background-color:#1e9bd7}.abde-spotlight .abde-spotlight-content-leaderboard.abde-teal{background-color:rgba(80,190,175,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-teal .abde-fund-card-button-right{background-color:#50beaf}.abde-spotlight .abde-spotlight-content-leaderboard.abde-aqua{background-color:rgba(28,216,192,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-aqua .abde-fund-card-button-right{background-color:#1cd8c0}.abde-spotlight .abde-spotlight-content-leaderboard.abde-white{background-color:rgba(255,255,255,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-white .abde-fund-card-button-right{background-color:#fff}.abde-spotlight .abde-spotlight-content-leaderboard.abde-black{background-color:rgba(0,0,0,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-black .abde-fund-card-button-right{background-color:#000}.abde-spotlight .abde-spotlight-content-leaderboard.abde-cyan{background-color:rgba(30,155,215,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-cyan .abde-fund-card-button-right{background-color:#1e9bd7}.abde-spotlight .abde-spotlight-content-leaderboard.abde-warning{background-color:rgba(202,33,39,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-warning .abde-fund-card-button-right{background-color:#ca2127}.abde-spotlight .abde-spotlight-content-leaderboard.abde-alert{background-color:rgba(0,109,168,.2)}.abde-spotlight .abde-spotlight-content-leaderboard.abde-alert .abde-fund-card-button-right{background-color:#006da8}.abde-spotlight .abde-spotlight-content-leaderboard header{padding-left:15px;padding-bottom:20px}@media(min-width: 1024px){.abde-spotlight .abde-spotlight-content-leaderboard header{padding-left:0;padding-bottom:0}}.abde-spotlight .abde-spotlight-content-leaderboard header .abde-spotlight-eyebrown-text{margin-bottom:10px}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article{margin-left:0px}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header{padding-left:0;padding-bottom:0}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header p{font-size:36px}@media(min-width: 1024px){.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article header p{font-size:34px}}.abde-spotlight .abde-spotlight-content-leaderboard .abde-button{margin-top:20px}.abde-spotlight .abde-spotlight-content-leaderboard header::before{position:absolute;left:15px;top:95%;content:" ";width:90px;background-color:#1e9bd7;height:3px}@media(min-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard header::before{right:auto;left:135px;top:75%}}@media(max-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard header::before{right:auto;left:0;top:105%}}@media(min-width: 1024px){.abde-spotlight .abde-spotlight-content-leaderboard header::before{right:0;left:auto;content:" ";width:3px;height:50%}}@media(min-width: 1024px)and (min-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard header::before{height:90%;top:5%;right:-8px}}@media(min-width: 1024px){.abde-spotlight .abde-spotlight-content-leaderboard .abde-button{margin-top:0}}@media(max-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-sidebar div.abde-col-md-12{padding-left:0}}@media(min-width: 768px){.abde-spotlight .abde-mr-md-lg,.abde-spotlight .abde-mx-md-lg{margin-right:60px !important}}.abde-spotlight .abde-spotlight-content-leaderboard .abde-spotlight-article{margin-left:0px}.abde-spotlight .abde-spotlight-content-leaderboard header{position:relative}@media(max-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard header::before{left:0;top:105%;height:3px}}@media(min-width: 768px){.abde-spotlight .abde-spotlight-content-leaderboard header::before{left:0;top:105%;height:3px}}@media(min-width: 1024px){.abde-spotlight .abde-spotlight-content-leaderboard header{position:static;position:initial}.abde-spotlight .abde-spotlight-content-leaderboard header::before{height:90%;top:5%;left:auto}}.abde-video .abde-video-container{height:auto}.abde-video .abde-video-container .abde-brightcove-video-player{height:100%}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-fluid{height:100%}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-big-play-button{top:30px !important;left:30px !important;line-height:70px;border-radius:50%;background-color:#1e9bd7;color:#fff;width:74px;height:74px;margin-top:0;margin-left:0;font-size:50px;border:1px solid #1e9bd7}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-big-play-button:hover{-webkit-box-shadow:none;box-shadow:none;border:1px solid #fff;background-color:#007abb !important}.abde-video .abde-video-container .abde-brightcove-video-player .video-js .vjs-control-bar{visibility:hidden}.abde-video .abde-video-container .abde-brightcove-video-player .video-js:hover .vjs-big-play-button{border:1px solid #fff !important;background-color:#007abb !important}.abde-video .abde-video-container .abde-brightcove-video-player .vjs-has-started .vjs-control-bar{visibility:visible}.abde-video .abde-video-container .abde-youtube-video-player{width:auto;height:auto;position:relative}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-play-button{position:absolute;top:30px;left:30px;line-height:60px;border-radius:50%;background-color:#1e9bd7;color:#fff;width:74px;height:74px;text-transform:none;border:1px solid #1e9bd7;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMWU5YmQ3Ii8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);background-size:74px}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-play-button:hover{-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:none;border:1px solid #fff !important;background-color:#007abb !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMDA3QUJCIi8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-play-button .abde-youtube-video-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div{display:block}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div.hidden{display:none}.abde-video .abde-video-container .abde-youtube-video-player .abde-youtube-poster-image:hover{cursor:pointer}.abde-video .abde-video-container .abde-youtube-video-player:hover .abde-youtube-video-play-button{border:1px solid #fff !important;background-color:#007abb !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMDA3QUJCIi8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.abde-video .abde-video-footnote .abde-footnote{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:12px;line-height:1.33;color:#6d6d6d}@media screen and (min-width: 0){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){.abde-video .abde-video-footnote .abde-footnote{font-size:12px;line-height:1.33}}.abde-hr hr{color:#c4c4c4;background-color:#c4c4c4;height:2px;border-width:0;margin-top:60px;margin-bottom:60px}@media(min-width: 1024px){.abde-hr hr{margin-top:120px;margin-bottom:120px}}.abde-footer .abde-footer-container .abde-footer-wrapper{padding:50px}@media(max-width: 576px){.abde-footer .abde-footer-container .abde-footer-wrapper{padding-left:15px;padding-right:15px}}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer [class^=abde-col-]{margin-bottom:20px}@media(max-width: 1024px){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer [class^=abde-col-]{margin-top:0;margin-bottom:0}}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical ul li{margin-bottom:15px}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical ul li a{color:#fff;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical ul li a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical ul li a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical ul li a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical ul li a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical ul li a{font-size:14px;line-height:1.14}}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical.double ul{-webkit-column-count:2;-moz-column-count:2;column-count:2}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical.double ul li{line-height:1.2;padding-bottom:10px}@media(max-width: 1024px){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-primary-footer .abde-list .abde-list-generic.vertical{margin-top:0;margin-bottom:0}}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-secondary-footer p.abde-footer-copyright{font-size:13px;color:#c1c1c1}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-secondary-footer p.abde-footer-copyright span.abde-footer-copyright-year{display:inline-block}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-list-generic.horizontal ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-footer .abde-footer-container .abde-footer-wrapper .abde-list-generic.horizontal ul li a{font-size:12px !important}@media(min-width: 1024px){.abde-footer .abde-footer-container .abde-footer-wrapper .abde-list-generic.horizontal ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.abde-footer .abde-share{position:relative !important;top:-5px}@media(max-width: 1024px){.abde-footer .abde-share{top:0;padding-left:0}}.abde-footer .abde-share.aem-GridColumn{margin:0;padding:0}.abde-footer .abde-share .abde-share-bar.horizontal{padding-top:26px;margin-bottom:20px !important;top:-15px}@media(min-width: 768px){.abde-footer .abde-share .abde-share-bar.horizontal{padding-top:0;margin-left:-10px}}.abde-footer .abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-footer .abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn.abde-social-footer i{pointer-events:none}.abde-insights-hero .abde-insights-hero-container{padding-top:60px;padding-bottom:140px;width:100%;padding-right:15px;padding-left:0;margin-right:auto;margin-left:auto;position:relative;background-position:100%;background-size:cover}.abde-insights-hero .abde-insights-hero-container .abde-hero-title-box{color:#fff !important;padding:0 30px 0 0;margin:0 auto}.abde-insights-hero .abde-insights-hero-container .abde-hero-title-box .abde-hero-main-cnt{height:100%}.abde-insights-hero .abde-insights-hero-container .abde-hero-date{margin:0 0 30px 0;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;text-transform:uppercase}@media screen and (min-width: 0){.abde-insights-hero .abde-insights-hero-container .abde-hero-date{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date{font-size:14px;line-height:1.14}}.abde-insights-hero .abde-insights-hero-container .abde-hero-date span{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;text-transform:uppercase}@media screen and (min-width: 0){.abde-insights-hero .abde-insights-hero-container .abde-hero-date span{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date span{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date span{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-insights-hero .abde-insights-hero-container .abde-hero-date span{font-size:14px;line-height:1.14}}.abde-insights-hero .abde-insights-hero-container h1{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125;max-width:700px}@media screen and (min-width: 0){.abde-insights-hero .abde-insights-hero-container h1{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-insights-hero .abde-insights-hero-container h1{font-size:36px;line-height:1.125}}@media screen and (min-width: 768px){.abde-insights-hero .abde-insights-hero-container h1{font-size:36px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-insights-hero .abde-insights-hero-container h1{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-insights-hero .abde-insights-hero-container h1{font-size:45px;line-height:1.125}}@media(min-width: 1176px){.abde-insights-hero .abde-insights-hero-container h1{font-size:45px}}.abde-insights-hero .abde-insights-hero-container h2.abde-hero-subhead{display:inline-block;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125;padding-bottom:0}@media screen and (min-width: 0){.abde-insights-hero .abde-insights-hero-container h2.abde-hero-subhead{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-insights-hero .abde-insights-hero-container h2.abde-hero-subhead{font-size:36px;line-height:1.125}}@media screen and (min-width: 768px){.abde-insights-hero .abde-insights-hero-container h2.abde-hero-subhead{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-insights-hero .abde-insights-hero-container h2.abde-hero-subhead{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-insights-hero .abde-insights-hero-container h2.abde-hero-subhead{font-size:45px;line-height:1.125}}.abde-insights-hero .abde-insights-hero-container .abde-hero-readtime{margin:20px 20px 30px 0;font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:normal !important;font-size:18px !important;display:inline-block}.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container{position:absolute;left:0;right:0;bottom:0;top:60px;margin-right:auto;margin-left:auto;max-width:1325px}@media(max-width: 1440px){.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container{max-width:1076px}}@media(max-width: 1176px){.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container{margin-right:40px}}@media(max-width: 1024px){.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container{max-width:768px;top:30px}}@media(max-width: 768px){.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container{max-width:576px;padding-left:8px}}.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container .abde-bookmark{position:absolute;right:0;left:auto;text-align:center;top:0;color:#1e9bd7;z-index:20;cursor:pointer;display:inline-block;margin:0 0;padding:0 0}.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container .abde-bookmark i svg{width:40px !important;height:40px !important}.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container .abde-bookmark span{position:relative}.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container .abde-bookmark span .abde-bookmark-hover{display:none}.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container .abde-bookmark span:hover .abde-bookmark-icon{display:none !important}.abde-insights-hero .abde-insights-hero-container .abde-insights-hero-bookmark-container .abde-bookmark span:hover .abde-bookmark-hover{display:block;color:#1e9bd7}.abde-insights-hero .abde-insights-hero-container .abde-hero-tags{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:25px}.abde-insights-hero .abde-insights-hero-container .abde-hero-tags a{color:#1e9bd7;padding:4px 15px 3px 15px;border:2px solid #1e9bd7;border-radius:20px;margin:0 10px 20px 0;font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:normal !important;font-size:14px;line-height:1.17;letter-spacing:.28px}@media screen and (min-width: 0){.abde-insights-hero .abde-insights-hero-container .abde-hero-tags a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-insights-hero .abde-insights-hero-container .abde-hero-tags a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-insights-hero .abde-insights-hero-container .abde-hero-tags a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-insights-hero .abde-insights-hero-container .abde-hero-tags a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-insights-hero .abde-insights-hero-container .abde-hero-tags a{font-size:14px;line-height:1.14}}.abde-insights-hero .abde-insights-hero-container .abde-hero-tags a:hover{background-color:#1e9bd7;text-decoration:none;color:#fff}@media(max-width: 1024px){.abde-insights-hero .abde-insights-hero-container{padding-bottom:170px}}@media(max-width: 1176px){.abde-insights-hero .abde-insights-hero-container .abde-share{margin-right:40px}}@media(max-width: 1024px){.abde-insights-hero .abde-insights-hero-container .abde-share{margin-left:20px;margin-right:auto;padding-left:0}.abde-insights-hero .abde-insights-hero-container .abde-share .abde-share-bar.vertical{top:0px !important;right:auto !important;text-align:left;top:10px !important}.abde-insights-hero .abde-insights-hero-container .abde-share .abde-share-bar.vertical .abde-share-title{padding-top:0}}.abde-insights-hero .abde-insights-hero-image{overflow:visible;height:auto;padding-left:0}.abde-insights-hero .abde-insights-hero-image img{width:100%;max-width:600px;margin-top:-100px;margin-bottom:60px}@media(min-width: 1024px){.abde-insights-hero .abde-insights-hero-image img{max-width:700px}}@media(min-width: 1176px){.abde-insights-hero .abde-insights-hero-image img{max-width:700px}}@media(max-width: 1024px){.abde-insights-hero .abde-insights-hero-image img{margin-bottom:100px}}.abde-insights-hero .abde-insights-hero-offset .abde-insights-hero-generic-container,.abde-insights-hero .abde-insights-hero-offset .abde-insights-hero-video-container,.abde-insights-hero .abde-insights-hero-offset .abde-insights-hero-chart-container{margin-top:-100px;margin-bottom:100px;background-color:transparent;text-align:center;height:auto;max-width:600px}@media(min-width: 1024px){.abde-insights-hero .abde-insights-hero-offset .abde-insights-hero-generic-container,.abde-insights-hero .abde-insights-hero-offset .abde-insights-hero-video-container,.abde-insights-hero .abde-insights-hero-offset .abde-insights-hero-chart-container{max-width:700px}}.abde-insights-hero .abde-insights-hero-offset .abde-insights-hero-chart-container{background-color:#f7f7f7}.abde-insights-hero .abde-insights-hero-video-container .abde-youtube-video-player,.abde-insights-hero .abde-insights-hero-video-container .abde-video{max-width:600px}@media(min-width: 1024px){.abde-insights-hero .abde-insights-hero-video-container .abde-youtube-video-player,.abde-insights-hero .abde-insights-hero-video-container .abde-video{max-width:700px}}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share{position:relative;left:0;top:0 !important;padding:0;margin:0}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share .abde-share-bar.horizontal{margin-left:0}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn{color:#1e9bd7;min-width:0;height:50px;width:50px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;text-align:center;margin-right:10px;padding:0;border:none}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn i{font-size:30px}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn:focus{border:none}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn:focus i{color:#000}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share .abde-share-bar.horizontal .abde-btn-container a.abde-icon-btn:hover i{color:#007abb}@media(max-width: 1024px){.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share{top:-340px !important}.abde-insights-hero .abde-insights-hero-video-container .abde-podcast-players .abde-share .abde-share-title{display:none !important}}.abde-insights-hero .abde-video-container.abde-podcast-block-container{background-color:#f0f0f0;padding:20px;width:auto}@media(min-width: 1024px){.abde-insights-hero .abde-video-container.abde-podcast-block-container{width:900px}}.pillar-post-template .abde-biocontainer{margin-left:0}.pillar-post-template .abde-section .abde-jump-nav section{position:relative;z-index:7}.pillar-post-template .abde-inpage-navigation{padding-left:0;margin-left:0}@media(min-width: 768px){.pillar-post-template .abde-inpage-navigation{padding-left:8.3333333333%;margin-left:-10px}}@media(max-width: 1024px){.pillar-post-template .abde-insights-hero .abde-insights-hero-image img{width:100%;height:auto}}@media(max-width: 1024px){.pillar-post-template .abde-button,.pillar-post-template .abde-share-title{display:inline-block !important}.pillar-post-template .abde-share .abde-share-bar.vertical .abde-btn-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.pillar-post-template .abde-bio-container .bio-text-container{padding-left:0;padding-bottom:30px}.pillar-post-template .abde-container-fluid{overflow:visible}.pillar-post-template .abde-container-fluid&gt;section:first-child .abde-row:first-child{margin-right:0;margin-left:0}.pillar-post-template .abde-container-fluid&gt;section:first-child .abde-col-12:first-child{padding-right:0;padding-left:0}.pillar-post-template .abde-row .abde-layout .abde-row{margin-right:0;margin-left:0}.abde-hero.abde-container-fluid{overflow:unset}.ab-hero .abde-insights-hero-bookmark-container{position:absolute;left:0;right:0;bottom:0;top:60px;margin-right:auto;margin-left:auto;max-width:1325px}@media(max-width: 1440px){.ab-hero .abde-insights-hero-bookmark-container{max-width:1076px}}@media(max-width: 1176px){.ab-hero .abde-insights-hero-bookmark-container{margin-right:40px}}@media(max-width: 1024px){.ab-hero .abde-insights-hero-bookmark-container{max-width:768px;top:30px}}@media(max-width: 768px){.ab-hero .abde-insights-hero-bookmark-container{max-width:576px;padding-left:8px}}.ab-hero .abde-insights-hero-bookmark-container .abde-bookmark{position:absolute;right:0;left:auto;text-align:center;top:0;color:#1e9bd7;z-index:20;cursor:pointer;display:inline-block;margin:0 0;padding:0 0}.ab-hero .abde-insights-hero-bookmark-container .abde-bookmark i svg{width:40px !important;height:40px !important}.ab-hero .abde-insights-hero-bookmark-container .abde-bookmark span{position:relative}.ab-hero .abde-insights-hero-bookmark-container .abde-bookmark span .abde-bookmark-hover{display:none}.ab-hero .abde-insights-hero-bookmark-container .abde-bookmark span:hover .abde-bookmark-icon{display:none !important}.ab-hero .abde-insights-hero-bookmark-container .abde-bookmark span:hover .abde-bookmark-hover{display:block;color:#1e9bd7}.abde-authored-card{padding-bottom:40px}.abde-authored-card .abde-card-link{text-decoration:none !important}.abde-authored-card .abde-card{height:100%;background-size:cover;position:relative}.abde-authored-card .abde-card.abde-img-icon img{max-width:100px;height:100px;margin-top:10px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.abde-authored-card .abde-card p{word-break:break-word}.abde-authored-card .abde-card.abde-icon-center img{margin-left:auto;margin-right:auto}.abde-authored-card .abde-card .abde-header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;text-transform:uppercase;color:#262626}@media screen and (min-width: 0){.abde-authored-card .abde-card .abde-header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-authored-card .abde-card .abde-header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-authored-card .abde-card .abde-header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-authored-card .abde-card .abde-header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-authored-card .abde-card .abde-header{font-size:14px;line-height:1.14}}.abde-authored-card .abde-card img{margin-bottom:10px}.abde-authored-card .abde-card .abde-h4,.abde-authored-card .abde-card h3,.abde-authored-card .abde-card h4{padding:10px 0}.abde-authored-card .abde-card .abde-card-body h4 a{color:#1e9bd7 !important}.abde-authored-card .abde-card .abde-card-body .abde-button .abde-icon-btn{color:#1e9bd7}.abde-authored-card .abde-card-link[href]{color:#262626;display:block}.abde-authored-card.abde-authored-card-horizontal .abde-insights-card-mini-content&gt;div{display:block}.abde-authored-card.abde-authored-card-horizontal .abde-insights-card-mini-content img{width:auto !important;max-width:300px}.abde-authored-card.abde-authored-card-horizontal .abde-card-body p{padding-bottom:10px !important}.abde-authored-card.abde-authored-card-horizontal .abde-card-body .abde-button .abde-icon-btn{color:#1e9bd7 !important}.abde-authored-card p a,.abde-authored-card span a{color:#007abb;font-size:14px;line-height:1.17;text-decoration:none}@media screen and (min-width: 0){.abde-authored-card p a,.abde-authored-card span a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-authored-card p a,.abde-authored-card span a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-authored-card p a,.abde-authored-card span a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-authored-card p a,.abde-authored-card span a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-authored-card p a,.abde-authored-card span a{font-size:14px;line-height:1.14}}.abde-authored-card p a:hover,.abde-authored-card span a:hover{text-decoration:underline}@media(max-width: 1176px){.abde-authored-card .abde-card{margin-bottom:10px}}.abde-flip-card-wrapper{width:auto;height:100%;cursor:pointer;position:relative;height:405px;margin-top:2px;margin-bottom:2px}.abde-flip-card-wrapper.outlined .abde-flip-icons{border:1px solid #c1c1c1}.abde-flip-card-wrapper.outlined .abde-flip-icons:hover{-webkit-box-shadow:0 0 1px 2px #1e9bd7;box-shadow:0 0 1px 2px #1e9bd7;border:1px solid transparent}.abde-flip-card-wrapper.filled .abde-flip-icons{background-color:#f7f7f7}.abde-flip-card-wrapper.filled .abde-flip-icons:hover{-webkit-box-shadow:0 0 1px 2px #1e9bd7;box-shadow:0 0 1px 2px #1e9bd7}.abde-flip-card-wrapper p{font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-flip-card-wrapper p{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-flip-card-wrapper p{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-flip-card-wrapper p{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-flip-card-wrapper p{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-flip-card-wrapper p{font-size:14px;line-height:1.14}}.abde-flip-card-wrapper.is-flipped .abde-card-face-front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.abde-flip-card-wrapper.is-flipped .abde-card-face-back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.abde-flip-card-wrapper .abde-flip-icons{text-align:center;height:100%;padding:20px 20px 10px;padding-top:0}.abde-flip-card-wrapper .abde-flip-icons .abde-flip-icons-trigger{display:block;position:absolute;bottom:50px;right:0;left:0;color:#1e9bd7;height:30px}.abde-flip-card-wrapper .abde-flip-icons .abde-flip-icons-trigger .open-btn{display:inline-block;background-image:url("data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZyBpZD0iT3Blbl9EZWZhdWx0IiBkYXRhLW5hbWU9Ik9wZW4gRGVmYXVsdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4NTAuOTA2IDExMDUyLjUpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMwMSIgZGF0YS1uYW1lPSJQYXRoIDMwMSIgZD0iTTI1LDlhMTYsMTYsMCwxLDEtMTEuMzE0LDQuNjg3QTE1Ljg5NSwxNS44OTUsMCwwLDEsMjUsOVptMCwzMGExNCwxNCwwLDEsMC05LjktNC4xQTEzLjkwOSwxMy45MDksMCwwLDAsMjUsMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyODQxLjkwNiAtMTEwNjEuNSkiIGZpbGw9IiMxZTliZDciLz4KICAgIDxnIGlkPSJHcm91cF8xODcxNiIgZGF0YS1uYW1lPSJHcm91cCAxODcxNiI+CiAgICAgIDxwYXRoIGlkPSJQYXRoXzMwMiIgZGF0YS1uYW1lPSJQYXRoIDMwMiIgZD0iTTUwLDI5YTEsMSwwLDAsMSwxLDFWNDQuNjM3YTEsMSwwLDAsMS0yLDBWMzBBMSwxLDAsMCwxLDUwLDI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjgxNi45MDYgLTExMDczLjgxOCkiIGZpbGw9IiMxZTliZDciLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfMzAzIiBkYXRhLW5hbWU9IlBhdGggMzAzIiBkPSJNMzAsNTFhMSwxLDAsMCwxLDAtMkg0NC42MzlhMSwxLDAsMCwxLDAsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI4MjkuNTg3IC0xMTA4Ni40OTkpIiBmaWxsPSIjMWU5YmQ3Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");width:30px;height:30px;background-size:30px}.abde-flip-card-wrapper .abde-flip-icons .abde-flip-icons-trigger .close-btn{display:inline-block;background-image:url("data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZyBpZD0iQ2xvc2VfRGVmYXVsdCIgZGF0YS1uYW1lPSJDbG9zZSBEZWZhdWx0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMwMSIgZGF0YS1uYW1lPSJQYXRoIDMwMSIgZD0iTTI1LDlhMTYsMTYsMCwxLDEtMTEuMzE0LDQuNjg3QTE1Ljg5NSwxNS44OTUsMCwwLDEsMjUsOVptMCwzMGExNCwxNCwwLDEsMC05LjktNC4xQTEzLjkwOSwxMy45MDksMCwwLDAsMjUsMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAgLTEwKSIgZmlsbD0iIzFlOWJkNyIvPgogICAgPGcgaWQ9Ikdyb3VwXzE4NzE1IiBkYXRhLW5hbWU9Ikdyb3VwIDE4NzE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNSAtNi4yMTMpIHJvdGF0ZSg0NSkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8zMDIiIGRhdGEtbmFtZT0iUGF0aCAzMDIiIGQ9Ik01MCwyOWExLDEsMCwwLDEsMSwxVjQ0LjYzN2ExLDEsMCwwLDEtMiwwVjMwQTEsMSwwLDAsMSw1MCwyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNSAtMjIuMzE4KSIgZmlsbD0iIzFlOWJkNyIvPgogICAgICA8cGF0aCBpZD0iUGF0aF8zMDMiIGRhdGEtbmFtZT0iUGF0aCAzMDMiIGQ9Ik0zMCw1MWExLDEsMCwwLDEsMC0ySDQ0LjYzOWExLDEsMCwwLDEsMCwyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyLjMyIC0zNSkiIGZpbGw9IiMxZTliZDciLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");width:30px;height:30px;background-size:30px}.abde-flip-card-wrapper .abde-flip-icons .abde-flip-icons-trigger:hover,.abde-flip-card-wrapper .abde-flip-icons .abde-flip-icons-trigger:focus{text-decoration:none}.abde-flip-card-wrapper .abde-flip-icons:hover .open-btn{background-image:url("data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZyBpZD0iT3Blbl9Ib3ZlciIgZGF0YS1uYW1lPSJPcGVuIEhvdmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzMwMSIgZGF0YS1uYW1lPSJQYXRoIDMwMSIgZD0iTTI1LDEwQTE1LDE1LDAsMSwwLDQwLDI1LDE1LDE1LDAsMCwwLDI1LDEwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwIC0xMCkiIGZpbGw9IiMxZTliZDciLz4KICAgIDxwYXRoIGlkPSJQYXRoXzMwMV8tX091dGxpbmUiIGRhdGEtbmFtZT0iUGF0aCAzMDEgLSBPdXRsaW5lIiBkPSJNMjUsOWExNiwxNiwwLDEsMS0xMS4zMTQsNC42ODdBMTUuODk1LDE1Ljg5NSwwLDAsMSwyNSw5Wm0wLDMwYTE0LDE0LDAsMSwwLTkuOS00LjFBMTMuOTA5LDEzLjkwOSwwLDAsMCwyNSwzOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMCAtMTApIiBmaWxsPSIjMWU5YmQ3Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8zMDIiIGRhdGEtbmFtZT0iUGF0aCAzMDIiIGQ9Ik01MCwyOWExLDEsMCwwLDEsMSwxVjQ0LjYzN2ExLDEsMCwwLDEtMiwwVjMwQTEsMSwwLDAsMSw1MCwyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNSAtMjIuMzE4KSIgZmlsbD0iI2ZmZiIvPgogICAgPHBhdGggaWQ9IlBhdGhfMzAzIiBkYXRhLW5hbWU9IlBhdGggMzAzIiBkPSJNMzAsNTFhMSwxLDAsMCwxLDAtMkg0NC42MzlhMSwxLDAsMCwxLDAsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMi4zMiAtMzQuOTk5KSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==")}.abde-flip-card-wrapper .abde-flip-icons:hover .close-btn{background-image:url("data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICA8ZyBpZD0iQ2xvc2VfSG92ZXIiIGRhdGEtbmFtZT0iQ2xvc2UgSG92ZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiPgogICAgPHBhdGggaWQ9IlBhdGhfMzAxIiBkYXRhLW5hbWU9IlBhdGggMzAxIiBkPSJNMjUsMTBBMTUsMTUsMCwxLDAsNDAsMjUsMTUsMTUsMCwwLDAsMjUsMTBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAgLTEwKSIgZmlsbD0iIzFlOWJkNyIvPgogICAgPHBhdGggaWQ9IlBhdGhfMzAxXy1fT3V0bGluZSIgZGF0YS1uYW1lPSJQYXRoIDMwMSAtIE91dGxpbmUiIGQ9Ik0yNSw5YTE2LDE2LDAsMSwxLTExLjMxNCw0LjY4N0ExNS44OTUsMTUuODk1LDAsMCwxLDI1LDlabTAsMzBhMTQsMTQsMCwxLDAtOS45LTQuMUExMy45MDksMTMuOTA5LDAsMCwwLDI1LDM5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwIC0xMCkiIGZpbGw9IiMxZTliZDciLz4KICAgIDxnIGlkPSJHcm91cF8xODcxNSIgZGF0YS1uYW1lPSJHcm91cCAxODcxNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUgLTYuMjEzKSByb3RhdGUoNDUpIj4KICAgICAgPHBhdGggaWQ9IlBhdGhfMzAyIiBkYXRhLW5hbWU9IlBhdGggMzAyIiBkPSJNNTAsMjlhMSwxLDAsMCwxLDEsMVY0NC42MzdhMSwxLDAsMCwxLTIsMFYzMEExLDEsMCwwLDEsNTAsMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzUgLTIyLjMxOCkiIGZpbGw9IiNmZmYiLz4KICAgICAgPHBhdGggaWQ9IlBhdGhfMzAzIiBkYXRhLW5hbWU9IlBhdGggMzAzIiBkPSJNMzAsNTFhMSwxLDAsMCwxLDAtMkg0NC42MzlhMSwxLDAsMCwxLDAsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMi4zMiAtMzUpIiBmaWxsPSIjZmZmIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K")}.abde-flip-card-wrapper .abde-card-face-front{padding-top:0;height:310px}.abde-flip-card-wrapper .abde-card-face-front .abde-alignment-container{height:330px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.abde-flip-card-wrapper .abde-card-face-front .abde-flip-card-inner-front-container header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:12px;line-height:1;text-transform:uppercase;margin-top:20px}.abde-flip-card-wrapper .abde-card-face-front .abde-flip-card-inner-front-container .abde-flip-icons-heading{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:700 !important;font-size:22px;line-height:1;margin-top:0;margin-bottom:20px}.abde-flip-card-wrapper .abde-card-face-front .abde-flip-card-inner-front-container img{width:100%;height:120px;margin-top:42px;margin-bottom:20px}.abde-flip-card-wrapper .abde-card-face-front .abde-flip-card-inner-front-container[\:has\(header\)] img{margin-top:10px}.abde-flip-card-wrapper .abde-card-face-front .abde-flip-card-inner-front-container:has(header) img{margin-top:10px}.abde-flip-card-wrapper .abde-theme-bg-black.abde-card-face-back .abde-description::before{background-color:rgba(0,0,0,.5) !important}.abde-flip-card-wrapper .abde-theme-bg-gray.abde-card-face-back .abde-description::before{background-color:rgba(247,247,247,.5) !important}.abde-flip-card-wrapper .abde-card-face-back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg);padding-top:20px}.abde-flip-card-wrapper .abde-card-face-back .abde-flip-card-inner-back-container{height:310px}.abde-flip-card-wrapper .abde-card-face-back .abde-flip-card-inner-back-container .abde-description{height:100%;background-repeat:no-repeat;background-size:auto 100px;background-position:50% 0;padding-top:42px;position:relative}.abde-flip-card-wrapper .abde-card-face-back .abde-flip-card-inner-back-container .abde-description::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.6)}.abde-flip-card-wrapper .abde-card-face-back .abde-flip-card-inner-back-container .abde-description&gt;*{position:relative;z-index:1}.abde-flip-card-wrapper .abde-card-face-back .abde-h4{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:700 !important;font-size:20px;padding-top:0;padding-bottom:20px}.abde-flip-card-wrapper .abde-card-face-back header{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:700 !important;font-size:14px;line-height:1.17;padding-bottom:20px}@media screen and (min-width: 0){.abde-flip-card-wrapper .abde-card-face-back header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-flip-card-wrapper .abde-card-face-back header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-flip-card-wrapper .abde-card-face-back header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-flip-card-wrapper .abde-card-face-back header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-flip-card-wrapper .abde-card-face-back header{font-size:14px;line-height:1.14}}.abde-flip-card-wrapper .abde-card-face-back header span{display:block}.abde-flip-card-wrapper .no-body .abde-align-items-center .abde-flip-card-inner-front-container header{margin-top:0}.abde-flip-card-wrapper .no-body .abde-flip-card-inner-front-container{margin-top:40px !important}.abde-flip-card-wrapper .abde-card-face-front,.abde-flip-card-wrapper .abde-card-face-back{position:absolute;-webkit-transition:-webkit-transform 1s ease-in;transition:-webkit-transform 1s ease-in;transition:transform 1s ease-in;transition:transform 1s ease-in, -webkit-transform 1s ease-in;-webkit-backface-visibility:hidden;backface-visibility:hidden;top:0;left:0;right:0;height:100%}.abde-flip-card-wrapper .abde-card-face-front:hover .abde-flip-icons-trigger,.abde-flip-card-wrapper .abde-card-face-front:focus .abde-flip-icons-trigger,.abde-flip-card-wrapper .abde-card-face-back:hover .abde-flip-icons-trigger,.abde-flip-card-wrapper .abde-card-face-back:focus .abde-flip-icons-trigger{text-decoration:none}.abde-flip-card-wrapper .abde-card-face-back.abde-theme-bg-black{background-color:#000;color:#fff}.abde-flip-card-wrapper .abde-card-face-back.abde-theme-bg-gray{background-color:#f7f7f7}.abde-flip-card-wrapper .abde-card-face-back.abde-theme-bg-white{background-color:#fff}.abde-flip-card-wrapper .abde-card-face-back.abde-theme-bg-gray:hover .abde-flip-icons-trigger,.abde-flip-card-wrapper .abde-card-face-back.abde-theme-bg-gray:focus .abde-flip-icons-trigger,.abde-flip-card-wrapper .abde-card-face-back.abde-theme-bg-black:hover .abde-flip-icons-trigger,.abde-flip-card-wrapper .abde-card-face-back.abde-theme-bg-black:focus .abde-flip-icons-trigger{text-decoration:none}.abde-flip-card-wrapper .abde-flip-icons-trigger{bottom:20px !important}.abde-marketo .abde-confirm{color:#1e9bd7 !important}.abde-marketo .mktoForm input[type=text],.abde-marketo .mktoForm input[type=url],.abde-marketo .mktoForm input[type=email],.abde-marketo .mktoForm input[type=tel],.abde-marketo .mktoForm input[type=number],.abde-marketo .mktoForm input[type=date],.abde-marketo .mktoForm textarea.mktoField,.abde-marketo .mktoForm .mktoRadioList&gt;label,.abde-marketo .mktoForm .mktoCheckboxList&gt;label,.abde-marketo .mktoForm select.mktoField{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:normal !important;font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-marketo .mktoForm input[type=text],.abde-marketo .mktoForm input[type=url],.abde-marketo .mktoForm input[type=email],.abde-marketo .mktoForm input[type=tel],.abde-marketo .mktoForm input[type=number],.abde-marketo .mktoForm input[type=date],.abde-marketo .mktoForm textarea.mktoField,.abde-marketo .mktoForm .mktoRadioList&gt;label,.abde-marketo .mktoForm .mktoCheckboxList&gt;label,.abde-marketo .mktoForm select.mktoField{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-marketo .mktoForm input[type=text],.abde-marketo .mktoForm input[type=url],.abde-marketo .mktoForm input[type=email],.abde-marketo .mktoForm input[type=tel],.abde-marketo .mktoForm input[type=number],.abde-marketo .mktoForm input[type=date],.abde-marketo .mktoForm textarea.mktoField,.abde-marketo .mktoForm .mktoRadioList&gt;label,.abde-marketo .mktoForm .mktoCheckboxList&gt;label,.abde-marketo .mktoForm select.mktoField{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-marketo .mktoForm input[type=text],.abde-marketo .mktoForm input[type=url],.abde-marketo .mktoForm input[type=email],.abde-marketo .mktoForm input[type=tel],.abde-marketo .mktoForm input[type=number],.abde-marketo .mktoForm input[type=date],.abde-marketo .mktoForm textarea.mktoField,.abde-marketo .mktoForm .mktoRadioList&gt;label,.abde-marketo .mktoForm .mktoCheckboxList&gt;label,.abde-marketo .mktoForm select.mktoField{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-marketo .mktoForm input[type=text],.abde-marketo .mktoForm input[type=url],.abde-marketo .mktoForm input[type=email],.abde-marketo .mktoForm input[type=tel],.abde-marketo .mktoForm input[type=number],.abde-marketo .mktoForm input[type=date],.abde-marketo .mktoForm textarea.mktoField,.abde-marketo .mktoForm .mktoRadioList&gt;label,.abde-marketo .mktoForm .mktoCheckboxList&gt;label,.abde-marketo .mktoForm select.mktoField{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-marketo .mktoForm input[type=text],.abde-marketo .mktoForm input[type=url],.abde-marketo .mktoForm input[type=email],.abde-marketo .mktoForm input[type=tel],.abde-marketo .mktoForm input[type=number],.abde-marketo .mktoForm input[type=date],.abde-marketo .mktoForm textarea.mktoField,.abde-marketo .mktoForm .mktoRadioList&gt;label,.abde-marketo .mktoForm .mktoCheckboxList&gt;label,.abde-marketo .mktoForm select.mktoField{font-size:18px;line-height:1.77}}.abde-marketo .mktoForm .mktoLabel{font-family:"Theinhardt",Arial,Helvetica,sans-serif !important;font-weight:700 !important;font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-marketo .mktoForm .mktoLabel{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-marketo .mktoForm .mktoLabel{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-marketo .mktoForm .mktoLabel{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-marketo .mktoForm .mktoLabel{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-marketo .mktoForm .mktoLabel{font-size:18px;line-height:1.77}}.abde-marketo .mktoForm .mktoFormRow input[type=text],.abde-marketo .mktoForm .mktoFormRow input[type=url],.abde-marketo .mktoForm .mktoFormRow input[type=email],.abde-marketo .mktoForm .mktoFormRow input[type=tel],.abde-marketo .mktoForm .mktoFormRow input[type=number],.abde-marketo .mktoForm .mktoFormRow input[type=date],.abde-marketo .mktoForm .mktoFormRow textarea.mktoField,.abde-marketo .mktoForm .mktoFormRow select.mktoField{background-color:transparent !important}.abde-marketo .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2715%27 fill=%27%231e9ad6%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.2.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons  Inc. --%3E%3Cpath d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E") !important;background-repeat:no-repeat;background-position:right 24px center}.abde-marketo .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2715%27 fill=%27%23fff%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.2.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons  Inc. --%3E%3Cpath d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E") !important}.abde-marketo #mktoForm_1026.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2715%27 fill=%27%231e9ad6%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.2.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons  Inc. --%3E%3Cpath d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E") !important}.abde-marketo #mktoForm_1026.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2715%27 fill=%27%23fff%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.2.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons  Inc. --%3E%3Cpath d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E") !important}.abde-footer .mktoForm input[type=email]{padding:10px 0 !important}.mktoForm .mktoButtonRow .mktoButtonWrap:after{content:"" !important;color:transparent;margin:0;font-size:0;top:0;position:static}.abde-marketo .mktoForm .mktoLabel{color:#000}.mktoForm .mktoLabel[for=customInterests]{width:auto !important;padding:20px 0 !important}.abde-floating-widget-context .mktoForm .mktoHtmlText{color:#fff !important}.abde-floating-widget-context .mktoForm input[type=email]{color:#fff !important}.abde-floating-widget-context .mktoForm input[type=email]::-webkit-input-placeholder{color:#fff}.abde-floating-widget-context .mktoForm input[type=email]::-moz-placeholder{color:#fff}.abde-floating-widget-context .mktoForm input[type=email]:-ms-input-placeholder{color:#fff}.abde-floating-widget-context .mktoForm input[type=email]::-ms-input-placeholder{color:#fff}.abde-floating-widget-context .mktoForm input[type=email]::placeholder{color:#fff}.abde-floating-widget-context .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2715%27 fill=%27%23fff%27 viewBox=%270 0 448 512%27%3E%3C%21--%21 Font Awesome Pro 6.2.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2022 Fonticons  Inc. --%3E%3Cpath d=%27M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z%27/%3E%3C/svg%3E") !important;background-color:#1e9ad6 !important;color:#fff !important}.abde-floating-widget-context .mktoForm .mktoButtonRow .mktoButtonWrap button[type=submit]:hover{background-color:transparent !important;color:#fff !important}.abde-floating-widget-context .mktoForm .mktoButtonRow{text-align:left;text-align:initial}.abde-callout .abde-callout-container{border:1px solid #007abb;padding:30px 40px}.abde-callout .abde-callout-container p:last-child{padding-bottom:0}.abde-callout .abde-callout-blue{background-color:rgba(30,155,215,.04314);color:#007abb}.abde-list-default{padding-bottom:30px}.abde-list-default header{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1;padding-bottom:18px}@media screen and (min-width: 0){.abde-list-default header{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-list-default header{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-list-default header{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-list-default header{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-list-default header{font-size:22px;line-height:1.1818}}@media(min-width: 768px){.abde-list-default header{padding-top:0}}.abde-list-default ul{list-style-type:none}.abde-list-default ul li{margin-bottom:30px}.abde-list-default ul li:last-child{margin-bottom:0}.abde-list-default ul li a{color:#262626;line-height:1.1;font-size:20px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal}@media(min-width: 768px){.abde-list-default ul li a:first-child{padding-top:0}}.abde-list .abde-list-generic.vertical .abde-list-default{padding-bottom:0}.abde-list .abde-list-generic,.abde-list .abde-list-document{margin-top:10px;margin-bottom:20px}.abde-list .abde-list-generic ul,.abde-list .abde-list-document ul{list-style-type:none}.abde-list .abde-list-generic ul li,.abde-list .abde-list-document ul li{font-size:18px;line-height:1.77;letter-spacing:1.68px;line-height:1.1 !important}@media screen and (min-width: 0){.abde-list .abde-list-generic ul li,.abde-list .abde-list-document ul li{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-list .abde-list-generic ul li,.abde-list .abde-list-document ul li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-list .abde-list-generic ul li,.abde-list .abde-list-document ul li{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-list .abde-list-generic ul li,.abde-list .abde-list-document ul li{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-list .abde-list-generic ul li,.abde-list .abde-list-document ul li{font-size:18px;line-height:1.77}}.abde-list .abde-list-generic ul li a,.abde-list .abde-list-document ul li a{color:#1e9bd7;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400}.abde-list .abde-list-generic ul li a:not(.abde-navbar .abde-list-generic ul li a),.abde-list .abde-list-document ul li a:not(.abde-navbar .abde-list-generic ul li a){text-transform:uppercase;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700}.abde-list .abde-list-generic.vertical.dark ul li,.abde-list .abde-list-document.vertical.dark ul li{margin-bottom:15px}.abde-list .abde-list-generic.vertical.dark ul li a,.abde-list .abde-list-document.vertical.dark ul li a{color:#fff;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-list .abde-list-generic.vertical.dark ul li a,.abde-list .abde-list-document.vertical.dark ul li a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-list .abde-list-generic.vertical.dark ul li a,.abde-list .abde-list-document.vertical.dark ul li a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-list .abde-list-generic.vertical.dark ul li a,.abde-list .abde-list-document.vertical.dark ul li a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-list .abde-list-generic.vertical.dark ul li a,.abde-list .abde-list-document.vertical.dark ul li a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-list .abde-list-generic.vertical.dark ul li a,.abde-list .abde-list-document.vertical.dark ul li a{font-size:14px;line-height:1.14}}.abde-list .abde-list-generic.vertical.double ul,.abde-list .abde-list-document.vertical.double ul{-webkit-column-count:1;-moz-column-count:1;column-count:1}@media(min-width: 768px){.abde-list .abde-list-generic.vertical.double ul,.abde-list .abde-list-document.vertical.double ul{-webkit-column-count:2;-moz-column-count:2;column-count:2}}.abde-list .abde-list-generic.vertical.double ul li,.abde-list .abde-list-document.vertical.double ul li{line-height:1.2;padding-bottom:10px;margin-bottom:10px}.abde-list .abde-list-generic.vertical.double ul li a,.abde-list .abde-list-document.vertical.double ul li a{font-size:18px}.abde-list .abde-list-generic.horizontal ul,.abde-list .abde-list-document.horizontal ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding-bottom:0}.abde-list .abde-list-generic.horizontal ul li,.abde-list .abde-list-document.horizontal ul li{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:12px;line-height:1.33;padding:10px 0;list-style-type:none;padding-right:20px}@media screen and (min-width: 0){.abde-list .abde-list-generic.horizontal ul li,.abde-list .abde-list-document.horizontal ul li{font-size:12px;line-height:1.33}}@media screen and (min-width: 576px){.abde-list .abde-list-generic.horizontal ul li,.abde-list .abde-list-document.horizontal ul li{font-size:12px;line-height:1.33}}@media screen and (min-width: 768px){.abde-list .abde-list-generic.horizontal ul li,.abde-list .abde-list-document.horizontal ul li{font-size:12px;line-height:1.33}}@media screen and (min-width: 1176px){.abde-list .abde-list-generic.horizontal ul li,.abde-list .abde-list-document.horizontal ul li{font-size:12px;line-height:1.33}}@media screen and (min-width: 1440px){.abde-list .abde-list-generic.horizontal ul li,.abde-list .abde-list-document.horizontal ul li{font-size:12px;line-height:1.33}}.abde-list .abde-list-generic.horizontal ul li a:not(.abde-navbar .abde-list-generic ul li a),.abde-list .abde-list-document.horizontal ul li a:not(.abde-navbar .abde-list-generic ul li a){color:#c1c1c1;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400}.abde-list .abde-list-generic.horizontal ul li a:hover,.abde-list .abde-list-document.horizontal ul li a:hover{text-decoration:underline}@media(max-width: 576px){.abde-list .abde-list-generic.horizontal ul,.abde-list .abde-list-document.horizontal ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.abde-list .abde-list-numbered ol{list-style-type:none}.abde-list .abde-list-numbered li{text-transform:none;letter-spacing:unset}.abde-list .abde-list-numbered li:before{position:absolute;left:0;content:"0" counter(list-item) "";height:100%;max-height:35px;min-width:60px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125;border-right:3px solid #1e9bd7;line-height:33px !important;margin-top:7px}@media screen and (min-width: 0){.abde-list .abde-list-numbered li:before{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-list .abde-list-numbered li:before{font-size:45px;line-height:1.125}}@media screen and (min-width: 768px){.abde-list .abde-list-numbered li:before{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-list .abde-list-numbered li:before{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-list .abde-list-numbered li:before{font-size:45px;line-height:1.125}}.abde-list .abde-list-numbered li .abde-list-item-container{padding-left:60px;margin-bottom:20px}.abde-list .abde-list-numbered li .abde-list-item-container .abde-text-large,.abde-list .abde-list-numbered li .abde-list-item-container .abde-list-numbered-title-field{padding-bottom:0;color:#000}.abde-list .abde-list-numbered li .abde-list-item-container .abde-text-large{font-size:34px;display:block}@media(max-width: 1024px){.abde-list .abde-list-numbered li .abde-list-item-container .abde-text-large{font-size:28px}}.abde-list .abde-list-numbered.double ol{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media(min-width: 768px){.abde-list .abde-list-numbered.double ol li{padding-right:40px}}.abde-list .abde-list-document.vertical ul li{padding-left:0}.abde-list .abde-list-document.vertical .abde-list-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-bottom:5px}.abde-list .abde-list-document.vertical .abde-list-item-container h2,.abde-list .abde-list-document.vertical .abde-list-item-container h3,.abde-list .abde-list-document.vertical .abde-list-item-container h4,.abde-list .abde-list-document.vertical .abde-list-item-container h5,.abde-list .abde-list-document.vertical .abde-list-item-container h6{color:#000}.abde-list .abde-list-document.vertical .abde-list-item-container p,.abde-list .abde-list-document.vertical .abde-list-item-container h1,.abde-list .abde-list-document.vertical .abde-list-item-container h2,.abde-list .abde-list-document.vertical .abde-list-item-container h3,.abde-list .abde-list-document.vertical .abde-list-item-container h4,.abde-list .abde-list-document.vertical .abde-list-item-container h5,.abde-list .abde-list-document.vertical .abde-list-item-container h6{-webkit-box-flex:70%;-ms-flex:70%;flex:70%}.abde-list .abde-list-document.vertical .abde-list-item-container p{padding-bottom:0}.abde-list .abde-list-document.vertical .abde-list-item-container a{font-size:18px;line-height:1.77;margin-bottom:15px;padding-top:3px;padding-left:20px;letter-spacing:0;line-height:1.5 !important}@media screen and (min-width: 0){.abde-list .abde-list-document.vertical .abde-list-item-container a{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-list .abde-list-document.vertical .abde-list-item-container a{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-list .abde-list-document.vertical .abde-list-item-container a{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-list .abde-list-document.vertical .abde-list-item-container a{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-list .abde-list-document.vertical .abde-list-item-container a{font-size:18px;line-height:1.77}}.abde-list .abde-list-document.vertical .abde-list-item-container a i{height:18px;width:18px;display:inline-block}.abde-list .abde-list-document.vertical .abde-list-item-container&gt;*{display:inline-block}.abde-list .abde-list-document.vertical.full-version li.abde-list-item{padding-bottom:30px}.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p{font-size:18px;line-height:1.77;line-height:0;padding-bottom:0 !important}@media screen and (min-width: 0){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p{font-size:18px;line-height:1.77}}.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p strong{font-size:20px;line-height:1.1;color:#000}@media screen and (min-width: 0){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p strong{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p strong{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p strong{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p strong{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-list .abde-list-document.vertical.full-version li.abde-list-item .abde-list-item-container p strong{font-size:22px;line-height:1.1818}}.abde-list .abde-list-document.vertical.full-version li.abde-list-item a{padding-left:0;line-height:1 !important}.abde-list .abde-list-document.vertical.full-version li.abde-list-item a i{height:18px;width:18px;display:inline-block}.abde-list .abde-list-document.vertical .abde-list-item .abde-icon-btn{padding:1px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.abde-list .abde-list-document.vertical .abde-list-item .abde-icon-btn:focus{color:#187cab !important;text-decoration:none !important;border:2px solid #187cab;border-radius:5px}.abde-list .abde-list-document.vertical .abde-list-item .abde-icon-btn:focus .fa-arrow-circle-down{background-image:radial-gradient(#187cab 60%, white 25%);border-radius:50%;color:#fff;outline:2px solid #187cab;outline-offset:-2px}.abde-list .abde-list-document.vertical .abde-list-item .abde-icon-btn:hover{text-decoration:none !important;color:#1e9bd7;cursor:pointer}.abde-list .abde-list-document.vertical .abde-list-item .abde-icon-btn:hover .fa-arrow-circle-down{background-image:radial-gradient(#1e9bd7 60%, white 25%);border-radius:50%;color:#fff;outline:2px solid #1e9bd7;outline-offset:-2px}.abde-list .abde-footnote{color:#6d6d6d}ul li span{left:0 !important}.carousel-container{position:relative}.carousel-container .abde-carousel-item&gt;*{-webkit-box-flex:1;-ms-flex:1;flex:1}.carousel-container .abde-carousel-inner-wrapper{overflow:hidden;width:100%}.carousel-container .abde-carousel-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}.carousel-container .abde-carousel-item-container{-ms-flex-negative:0;flex-shrink:0;height:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel-container .abde-carousel-item-container .abde-carousel-item{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width: 768px){.carousel-container .abde-carousel-item-container.abde-col-12{padding:0 !important}}.carousel-container .abde-controls button{width:60px;height:60px;outline:none;border:none !important;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;background-color:transparent;color:#1e9bd7}.carousel-container .abde-controls button:hover{color:#007abb}.carousel-container .abde-controls button:active{outline:none;border:none}.carousel-container .abde-controls .button:focus{outline:none;border:none}.carousel-container .abde-controls .prev{left:-45px;display:none}@media(max-width: 768px){.carousel-container .abde-controls .prev{left:-15px}}.carousel-container .abde-controls .prev,.carousel-container .abde-controls .next{display:none}.carousel-container .abde-controls .prev.show,.carousel-container .abde-controls .next.show{display:block}.carousel-container .abde-controls .next{right:-45px}@media(max-width: 768px){.carousel-container .abde-controls .next{right:-15px}}.carousel-container .abde-counter{text-align:center;color:#6d6d6d;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.carousel-container .abde-counter{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.carousel-container .abde-counter{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.carousel-container .abde-counter{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.carousel-container .abde-counter{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.carousel-container .abde-counter{font-size:14px;line-height:1.14}}.carousel-container .abde-carousel-list{text-align:center}.carousel-container .abde-carousel-list li{display:inline-block;cursor:pointer;height:36px;border-bottom:4px solid #c4c4c4;width:40px;margin:0 8px;text-indent:-9999px;outline:none}.carousel-container .abde-carousel-list li.active{border-bottom:4px solid #1e9bd7}.abde-hide-indicators .abde-carousel-list{display:none}.abde-hide-controls .abde-controls{display:none !important}.abde-image-block{height:100%}.abde-image-block .abde-image-block-container{height:100%;text-align:left;position:relative;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.abde-image-block .abde-image-block-container .abde-image-block-header-wrapper{padding:60px}.abde-image-block .abde-image-block-container .abde-image-block-header-wrapper .abde-image-block-header{font-size:45px}@media(min-width: 1024px){.abde-image-block .abde-image-block-container .abde-image-block-header-wrapper .abde-image-block-header{font-size:64px}}.abde-image-block .abde-image-block-container .abde-image-block-header-wrapper .abde-image-block-header-under-bar{display:inline-block;padding:0 200px 0 0;height:3px;background-color:#1e9bd7}.abde-image-block .abde-image-block-container .abde-image-block-header-wrapper .abde-button{display:none}.abde-image-block .abde-image-block-container.abde-image-block-container-black-variation{background-image:url("https://www.alliancebernstein.com/etc.clientlibs/alliancebernstein-de/clientlibs/clientlib-insights/resources/images/insights-hero-background.png");background-size:cover;min-height:600px}.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation{background-image:url("https://www.alliancebernstein.com/content/dam/corporate/corporate-heroes/Hero-Default_Blue.png");background-size:cover;min-height:600px}.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar{background-color:#000}.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation{background-size:cover;min-height:600px}.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper *{backdrop-filter:none;-webkit-backdrop-filter:none}.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar{background-color:#fff}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation{background-size:cover;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:28px;line-height:1.2143;color:#fff}@media screen and (min-width: 0){.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation{font-size:28px;line-height:1.2143}}@media screen and (min-width: 576px){.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation{font-size:28px;line-height:1.2143}}@media screen and (min-width: 768px){.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1176px){.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1440px){.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation{font-size:34px;line-height:1.2353}}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 80px;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper .abde-image-block-header{font-size:45px;padding:0;padding-right:50px;border-right:3px solid #1e9bd7;-webkit-box-flex:70%;-ms-flex:70%;flex:70%}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar{display:none}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper .abde-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:30%;-ms-flex:30%;flex:30%;padding-left:50px;vertical-align:middle}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper .abde-button .abde-btn-container{margin-top:0}@media(max-width: 1176px){.abde-image-block{padding-bottom:30px}.abde-image-block .abde-image-block-container.abde-image-block-container-black-variation,.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation,.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation{min-height:auto}.abde-image-block .abde-image-block-container.abde-image-block-container-black-variation .abde-image-block-header-wrapper,.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation .abde-image-block-header-wrapper,.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper{padding-left:10%;padding-right:20px}}@media(max-width: 1024px){.abde-image-block .abde-image-block-container.abde-image-block-container-black-variation,.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation,.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation{margin-left:0}.abde-image-block .abde-image-block-container.abde-image-block-container-black-variation .abde-image-block-header-wrapper,.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation .abde-image-block-header-wrapper,.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper{padding-top:60px}.abde-image-block .abde-image-block-container.abde-image-block-container-black-variation .abde-image-block-header-wrapper .abde-image-block-header,.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation .abde-image-block-header-wrapper .abde-image-block-header,.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper .abde-image-block-header{padding-top:0}.abde-image-block .abde-image-block-container.abde-image-block-container-black-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar,.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar,.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar{display:inline-block;height:3px;background-color:#1e9bd7}.abde-image-block .abde-image-block-container.abde-image-block-container-blue-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar{background-color:#000}.abde-image-block .abde-image-block-container.abde-image-block-container-custom-img-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar{background-color:#fff}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper .abde-image-block-header{padding:0;border-right:none;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper .abde-image-block-header-under-bar{display:inline-block;margin-top:15px;padding-right:100px}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper .abde-button{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;padding-left:0;padding-top:35px}}@media(max-width: 1024px)and (max-width: 576px){.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation{margin:0;padding:0}.abde-image-block .abde-image-block-container.abde-image-block-container-horizontal-variation .abde-image-block-header-wrapper{padding:30px}}.imageBlock-text p{padding-bottom:30px}.abde-bg-stretch&gt;div&gt;.aem-Grid.aem-Grid--12{height:100%}.abde-infographic-modal{overflow:hidden}.abde-infographic-modal .abde-infographic-modal-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#f7f7f7;padding:60px 60px 60px 106px;margin-right:51px}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-text-side{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;margin-right:-50px;padding-right:0;padding-right:initial}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-text-side .abde-text .abde-text-container.abde-text-with-icon .abde-text-content h2{padding-top:0}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;position:relative;right:-93px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image{background-color:#fff;border:1px solid #adadad;position:relative;margin:2px}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover{border:3px solid #1e9bd7;cursor:pointer;margin:0}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover img{background-color:#fff;opacity:.25}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover .abde-info-modal-img-click-to-expand{display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover .abde-info-modal-expand-icon{opacity:.25}@media(max-width: 768px){.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover{border:1px solid #adadad;cursor:default;margin:2px}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover img{opacity:1}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover .abde-info-modal-img-click-to-expand{display:none}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image:hover .abde-info-modal-expand-icon{display:none}}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image img{width:100%;min-height:auto;height:330px;min-width:440px}@media(min-width: 576px){.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image img{min-height:350px}}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-info-modal-img-click-to-expand{display:none;text-transform:uppercase}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-info-modal-expand-icon{color:#000;position:absolute;bottom:10px;right:10px}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-info-modal-expand-icon i svg{-webkit-filter:drop-shadow(1px 1px 9px rgba(255, 255, 255, 0.5));filter:drop-shadow(1px 1px 9px rgba(255, 255, 255, 0.5))}@media(max-width: 768px){.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-info-modal-expand-icon{display:none}}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal .abde-info-modal-close-icon,.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal-close{position:absolute;right:0px;top:-40px;border:2px solid #fff;border-radius:15px;width:30px;height:30px;background-color:#000;color:#fff;font-family:"Font Awesome 6 Pro";line-height:28px;text-align:center;cursor:pointer}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal-content-wrapper{left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal-close{background-color:transparent}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal-close:before{content:none}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal.abde-modal-show:hover{cursor:default}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal.abde-modal-show:hover img{background-color:#fff;opacity:1}@media(max-width: 768px){.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side .abde-modal{display:none}}.abde-infographic-modal .abde-infographic-modal-container.abde-bracket-container{overflow:visible !important}@media(max-width: 767px){.abde-infographic-modal .abde-infographic-modal-container{padding:10px 10px 40px 10px !important}}@media(max-width: 1176px){.abde-infographic-modal .abde-infographic-modal-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:60px 20px 60px 20px;margin-right:auto}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-text-side,.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side{position:relative;-webkit-box-flex:1;-ms-flex:auto;flex:auto;right:0}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-text-side{padding-right:50px}.abde-infographic-modal .abde-infographic-modal-container .abde-infographic-modal-image-side a .abde-infographic-modal-image img{width:100%;height:auto;min-width:auto;position:relative;top:auto;left:auto;-webkit-transform:none;transform:none}.abde-infographic-modal .abde-infographic-modal-container.abde-bracket-container.abde-bracket-left:before{border:none}}.abde-breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px 0;list-style:none;padding-left:15px;border-top:1px solid #d1d1d1}.abde-breadcrumbs .abde-breadcrumbs-item{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-breadcrumbs .abde-breadcrumbs-item{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-breadcrumbs .abde-breadcrumbs-item{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-breadcrumbs .abde-breadcrumbs-item{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-breadcrumbs .abde-breadcrumbs-item{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-breadcrumbs .abde-breadcrumbs-item{font-size:14px;line-height:1.14}}.abde-breadcrumbs .abde-breadcrumbs-item a{color:#007abb;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-breadcrumbs .abde-breadcrumbs-item a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-breadcrumbs .abde-breadcrumbs-item a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-breadcrumbs .abde-breadcrumbs-item a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-breadcrumbs .abde-breadcrumbs-item a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-breadcrumbs .abde-breadcrumbs-item a{font-size:14px;line-height:1.14}}.abde-breadcrumbs .abde-breadcrumbs-item a:hover{color:#007abb !important}.abde-breadcrumbs .abde-breadcrumbs-item i{display:inline-block;padding-right:10px;padding-left:10px;color:#1e9bd7}.abde-breadcrumbs .abde-breadcrumbs-item:last-child{pointer-events:none}@media(min-width: 1280px){.abde-breadcrumbs{padding-left:80px}}.abde-insights-card .abde-insights-card-generic{height:100%;background-size:cover;position:relative;padding-bottom:50px}@media(min-width: 768px){.abde-insights-card .abde-insights-card-generic img:not(.abde-no-img-scaling),.abde-insights-card .abde-insights-card-generic picture:not(.abde-no-img-scaling){aspect-ratio:16/8;-o-object-fit:cover;object-fit:cover}}.abde-insights-card .abde-insights-card-generic a{color:#262626}.abde-insights-card .abde-insights-card-generic header{padding-bottom:10px}.abde-insights-card .abde-insights-card-generic header,.abde-insights-card .abde-insights-card-generic .abde-header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase;color:#262626}@media screen and (min-width: 0){.abde-insights-card .abde-insights-card-generic header,.abde-insights-card .abde-insights-card-generic .abde-header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-insights-card .abde-insights-card-generic header,.abde-insights-card .abde-insights-card-generic .abde-header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-insights-card .abde-insights-card-generic header,.abde-insights-card .abde-insights-card-generic .abde-header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-insights-card .abde-insights-card-generic header,.abde-insights-card .abde-insights-card-generic .abde-header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-insights-card .abde-insights-card-generic header,.abde-insights-card .abde-insights-card-generic .abde-header{font-size:14px;line-height:1.14}}.abde-insights-card .abde-insights-card-generic .abde-button{margin-top:20px}.abde-insights-card .abde-insights-card-generic .abde-insights-card-body button{margin-top:40px}.abde-insights-card .abde-insights-card-generic .abde-insights-card-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.abde-insights-card .abde-insights-card-generic .abde-date,.abde-insights-card .abde-insights-card-generic .abde-insights-card-author{font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-insights-card .abde-insights-card-generic .abde-date,.abde-insights-card .abde-insights-card-generic .abde-insights-card-author{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-insights-card .abde-insights-card-generic .abde-date,.abde-insights-card .abde-insights-card-generic .abde-insights-card-author{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-insights-card .abde-insights-card-generic .abde-date,.abde-insights-card .abde-insights-card-generic .abde-insights-card-author{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-insights-card .abde-insights-card-generic .abde-date,.abde-insights-card .abde-insights-card-generic .abde-insights-card-author{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-insights-card .abde-insights-card-generic .abde-date,.abde-insights-card .abde-insights-card-generic .abde-insights-card-author{font-size:14px;line-height:1.14}}.abde-insights-card .abde-insights-card-generic .abde-insights-card-link{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:1.17;text-transform:uppercase;letter-spacing:1.9px;padding-top:40px;display:inline-block}@media screen and (min-width: 0){.abde-insights-card .abde-insights-card-generic .abde-insights-card-link{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-insights-card .abde-insights-card-generic .abde-insights-card-link{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-insights-card .abde-insights-card-generic .abde-insights-card-link{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-insights-card .abde-insights-card-generic .abde-insights-card-link{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-insights-card .abde-insights-card-generic .abde-insights-card-link{font-size:14px;line-height:1.14}}.abde-insights-card .abde-insights-card-generic .abde-insights-card-author{display:block;padding:10px 0}.abde-insights-card .abde-insights-card-generic .abde-insights-card-author:last-child{padding-top:10px}.abde-insights-card .abde-insights-card-generic .abde-insights-card-author .abde-insights-card-author-name a{color:#007abb;text-decoration:none}.abde-insights-card .abde-insights-card-generic .abde-insights-card-author .abde-insights-card-author-name a:hover{text-decoration:underline}.abde-insights-card .abde-insights-card-generic h4,.abde-insights-card .abde-insights-card-generic h3,.abde-insights-card .abde-insights-card-generic .abde-h3,.abde-insights-card .abde-insights-card-generic .abde-h4{padding:10px 0}.abde-insights-card .abde-insights-card-generic p{margin-bottom:0;padding-bottom:0}.abde-insights-card .abde-insights-card-generic.mini{letter-spacing:normal;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}.abde-insights-card .abde-insights-card-generic.mini .abde-header{margin-bottom:10px}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-date{padding-top:5px}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content&gt;div:first-child{margin-right:20px;display:none}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content&gt;div:first-child img{width:174px}@media(min-width: 768px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content&gt;div:first-child{display:block}}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content p a{display:inline-block;font-size:14px;line-height:1.17;color:#007abb}@media screen and (min-width: 0){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content p a{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content p a{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content p a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content p a{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content p a{font-size:14px;line-height:1.14}}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content p a:hover{cursor:pointer}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body{padding-top:0;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5{font-size:19px;line-height:1.32;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}@media screen and (min-width: 0){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4.abde-card-insight-relative,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 0){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body h5,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h3,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h4,.abde-insights-card .abde-insights-card-generic.mini .abde-insights-card-mini-content .abde-insights-card-body .abde-h5{font-size:19px;line-height:1.32}}.abde-insights-card .abde-insights-card-generic.large{overflow:hidden}.abde-insights-card .abde-insights-card-generic.large .abde-image{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}@media(min-width: 768px){.abde-insights-card .abde-insights-card-generic.large .abde-image{min-height:400px}}.abde-insights-card .abde-insights-card-generic.large .abde-image .abde-image-container img,.abde-insights-card .abde-insights-card-generic.large .abde-image .abde-image-container picture{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;width:100%}.abde-insights-card .abde-insights-card-generic.large .abde-insights-card-generic.large{overflow:hidden}.abde-insights-card .abde-insights-card-generic.large .abde-insights-card-generic.large&gt;.abde-col-12{margin-left:0;margin-right:0}.abde-insights-card .abde-insights-card-generic.large .abde-insights-card-generic.large&gt;.abde-col-12~.abde-col-12{margin-left:15px;margin-right:15px}.abde-insights-card .abde-insights-card-generic.large .abde-insights-card-author{padding:5px 0px}.abde-insights-card .abde-insights-card-generic.large p{margin-top:20px}.ab-relatedinsights .InsightCard .ab-card .ab-card-body.ab-card-insight .ab-card-insights-category a{color:#262626 !important;text-transform:uppercase;font-size:14px;letter-spacing:1px}.ab-relatedinsights .InsightCard .ab-card .ab-card-body.ab-card-insight a{color:#262626 !important}.ab-relatedinsights .InsightCard .ab-card .ab-card-body.ab-card-insight a:hover{color:#007abb !important;text-decoration:underline}.ab-relatedinsights .InsightCard .ab-card .ab-card-body.ab-card-insight a .ab-card-header{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:22px}.us-generic-page .abde-biocontainer:not(.abde-jump-nav-section .abde-biocontainer){margin-left:-15px}.abde-strategy-slideshow .abde-tb{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-strategy-slideshow .abde-text .abde-text-container.abde-text-generic .abde-text-description{padding-bottom:30px}.abde-strategy-slideshow .abde-text .abde-text-container.abde-text-generic .abde-text-description:last-child{padding-bottom:0}.abde-strategy-slideshow .abde-text .abde-text-container.abde-text-generic .abde-text-description h2{padding-bottom:20px;line-height:35px}.abde-strategy-slideshow .abde-text .abde-text-container.abde-text-generic .abde-text-description p:last-child{padding-bottom:0}.abde-strategy-slideshow .abde-quote .abde-quote-container .abde-quote-text-over .abde-quote-icon{margin-bottom:5px}.abde-strategy-slideshow .abde-strategy-slideshow-bottom-tabs-container p.abde-strategy-slideshow-indicator-text-light{line-height:10px !important;margin-top:6px}.abde-strategy-slideshow .abde-strategy-slideshow-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side{height:auto;-webkit-box-flex:30%;-ms-flex:30%;flex:30%;margin:auto}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-controls{list-style:none}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator{color:#c4c4c4;margin-bottom:30px}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator:hover{cursor:pointer}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator .abde-strategy-slideshow-indicator-text-light,.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator .abde-strategy-slideshow-indicator-text-bold{font-size:25px;line-height:1}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator .abde-strategy-slideshow-indicator-text-light{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator .abde-strategy-slideshow-indicator-text-bold{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator .abde-strategy-slideshow-indicator-link{display:none}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator .abde-strategy-slideshow-indicator-progress-bar-container{background-color:#f7f7f7;width:100%;height:10px;display:inline-block;margin-top:10px}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator .abde-strategy-slideshow-indicator-progress-bar-container .abde-strategy-slideshow-indicator-progress-bar{display:inline-block;width:0;height:10px;background-color:#f7f7f7}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator.active{color:#000}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator.active .abde-strategy-slideshow-indicator-progress-bar-container{background-color:#c4c4c4}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator.active .abde-strategy-slideshow-indicator-progress-bar-container .abde-strategy-slideshow-indicator-progress-bar{display:inline-block;width:100%;height:10px;background-color:#1e9bd7;-webkit-transition:7.9s linear;transition:7.9s linear;-webkit-transition-property:width;transition-property:width}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side{height:auto;-webkit-box-flex:70%;-ms-flex:70%;flex:70%;background-color:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-slides-container{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:50px 133px 50px 125px;min-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-slides-container .abde-strategy-slideshow-slides.abde-text-slide-in{position:relative;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:fadein;animation-name:fadein;-webkit-animation-timing-function:ease;animation-timing-function:ease}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:auto}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;padding-right:23px;border-right:3px solid #1e9bd7;margin-right:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:40px}@media(max-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text p{text-align:center}}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab{font-size:12px}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p{line-height:20px}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-light{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:1.1}@media screen and (min-width: 0){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:22px;line-height:1.1818}}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-button .abde-button .abde-btn-container{margin-top:0}@media(max-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container{display:block}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side{display:block;width:100%}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side.scrollmenu{overflow:auto;white-space:nowrap}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-controls{white-space:nowrap}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-controls li{display:inline-block}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-indicators-side .abde-strategy-slideshow-indicator{display:inline-block;margin-right:20px}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side{display:block;width:auto}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side.abde-bracket-container.abde-bracket-left:before,.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side.abde-bracket-container.abde-bracket-left:after{display:none}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-slides-container{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;margin:50px 20px 50px 30px}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:auto}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;border-right:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:0;padding-right:0}.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-light{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:16px;line-height:1.3125;display:inline-block}}@media screen and (max-width: 1176px)and (min-width: 0){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-light{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 576px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-light{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 768px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-light{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-light{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 1440px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-light{font-size:16px;line-height:1.3125}}@media(max-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:16px;line-height:1.3125;display:inline-block}}@media screen and (max-width: 1176px)and (min-width: 0){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 576px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 768px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:16px;line-height:1.3125}}@media screen and (max-width: 1176px)and (min-width: 1440px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab p.abde-strategy-slideshow-indicator-text-bold{font-size:16px;line-height:1.3125}}@media(max-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-text #abde-strategy-slideshow-bottom-tabs-container-text-current-tab .abde-strategy-slideshow-indicator-progress-bar-container{background-color:#1e9bd7;width:62px;height:3px;display:block;margin:auto;margin-top:15px}}@media(max-width: 1176px){.abde-strategy-slideshow .abde-strategy-slideshow-container .abde-strategy-slideshow-slides-side .abde-strategy-slideshow-bottom-tabs-container .abde-strategy-slideshow-bottom-tabs-container-button{margin-top:15px}}.abde-section section{background-repeat:no-repeat;background-size:cover}.abde-section section .abde-layout div[class^=abde-bg]{background-repeat:no-repeat;background-size:cover}.abde-section section .abde-layout div[data-cardsperrow]{padding-bottom:40px}.abde-section section .abde-layout div[data-cardsperrow] .abde-text .abde-text-description p:last-child{padding-bottom:0 !important}.abde-section section .abde-layout div.abde-mt-xs:first-child{margin-top:25px !important}@media(min-width: 768px){.abde-section section .abde-layout div.abde-mt-xs:first-child{margin-top:25px !important}}@media(min-width: 1024px){.abde-section section .abde-layout div.abde-mt-xs:first-child{margin-top:25px !important}}.abde-section section .abde-layout div.abde-mt-sm:first-child{margin-top:45px !important}@media(min-width: 768px){.abde-section section .abde-layout div.abde-mt-sm:first-child{margin-top:45px !important}}@media(min-width: 1024px){.abde-section section .abde-layout div.abde-mt-sm:first-child{margin-top:45px !important}}.abde-section section .abde-layout div.abde-mt-md:first-child{margin-top:65px !important}@media(min-width: 768px){.abde-section section .abde-layout div.abde-mt-md:first-child{margin-top:65px !important}}@media(min-width: 1024px){.abde-section section .abde-layout div.abde-mt-md:first-child{margin-top:65px !important}}.abde-section section .abde-layout div.abde-mt-lg:first-child{margin-top:85px !important}@media(min-width: 768px){.abde-section section .abde-layout div.abde-mt-lg:first-child{margin-top:85px !important}}@media(min-width: 1024px){.abde-section section .abde-layout div.abde-mt-lg:first-child{margin-top:85px !important}}.abde-section section .abde-layout .abde-text p a,.abde-section section .abde-layout .abde-text span a,.abde-section section .abde-layout .abde-text h2 a,.abde-section section .abde-layout .abde-text h3 a,.abde-section section .abde-layout .abde-text h4 a,.abde-section section .abde-layout .abde-text h5 a,.abde-section section .abde-layout .abde-text h6 a,.abde-section section .abde-layout .abde-text li a,.abde-section section .abde-layout .us-fund-finder-container p a,.abde-section section .abde-layout .us-fund-finder-container span a,.abde-section section .abde-layout .us-fund-finder-container h2 a,.abde-section section .abde-layout .us-fund-finder-container h3 a,.abde-section section .abde-layout .us-fund-finder-container h4 a,.abde-section section .abde-layout .us-fund-finder-container h5 a,.abde-section section .abde-layout .us-fund-finder-container h6 a,.abde-section section .abde-layout .us-fund-finder-container li a{color:#007abb;text-decoration:none}.abde-section section .abde-layout .abde-text p a:hover,.abde-section section .abde-layout .abde-text span a:hover,.abde-section section .abde-layout .abde-text h2 a:hover,.abde-section section .abde-layout .abde-text h3 a:hover,.abde-section section .abde-layout .abde-text h4 a:hover,.abde-section section .abde-layout .abde-text h5 a:hover,.abde-section section .abde-layout .abde-text h6 a:hover,.abde-section section .abde-layout .abde-text li a:hover,.abde-section section .abde-layout .us-fund-finder-container p a:hover,.abde-section section .abde-layout .us-fund-finder-container span a:hover,.abde-section section .abde-layout .us-fund-finder-container h2 a:hover,.abde-section section .abde-layout .us-fund-finder-container h3 a:hover,.abde-section section .abde-layout .us-fund-finder-container h4 a:hover,.abde-section section .abde-layout .us-fund-finder-container h5 a:hover,.abde-section section .abde-layout .us-fund-finder-container h6 a:hover,.abde-section section .abde-layout .us-fund-finder-container li a:hover{text-decoration:underline}.abde-section section.abde-mt-xs{margin-top:25px !important}@media(min-width: 768px){.abde-section section.abde-mt-xs{margin-top:25px !important}}@media(min-width: 1024px){.abde-section section.abde-mt-xs{margin-top:25px !important}}.abde-section section.abde-mt-sm{margin-top:45px !important}@media(min-width: 768px){.abde-section section.abde-mt-sm{margin-top:45px !important}}@media(min-width: 1024px){.abde-section section.abde-mt-sm{margin-top:45px !important}}.abde-section section.abde-mt-md{margin-top:65px !important}@media(min-width: 768px){.abde-section section.abde-mt-md{margin-top:65px}}@media(min-width: 1024px){.abde-section section.abde-mt-md{margin-top:65px !important}}.abde-section section.abde-mt-lg{margin-top:85px !important}@media(min-width: 768px){.abde-section section.abde-mt-lg{margin-top:85px !important}}@media(min-width: 1024px){.abde-section section.abde-mt-lg{margin-top:85px !important}}.abde-section .abde-section-img-bg{background-repeat:no-repeat;background-size:cover}.abde-section .abde-section-img-bg .abde-theme-bg-darkest{background:transparent !important}.abde-section .abde-section-dark-bg{background:#000}.abde-section .abde-section-ltgrey-bg{background:#f7f7f7}.abde-section .abde-section-mdgrey-bg{background:#c4c4c4}.abde-section .abde-section-dkgrey-bg{background:#343434}#abde-global-spacer .abde-section&gt;section{margin-bottom:80px}#abde-global-spacer .abde-section .abde-layout{margin-bottom:30px}#abde-global-spacer .abde-section .abde-layout.abde-layout-nospace{margin-bottom:0px}#abde-global-spacer .abde-section .abde-section.abde-global-spacer-bg section{padding-top:50px}#abde-global-spacer .abde-section .abde-section.abde-global-spacer-bg .abde-layout.abde-theme-bg-darkest{padding:0}.abde-row.abde-card-container .aem-Grid{height:100%}.abde-row.abde-card-container .aem-Grid .abde-card{height:inherit}.abde-row.abde-card-container .aem-Grid .abde-card .abde-card-stacked{height:inherit}.abde-row.abde-card-container .aem-Grid .abde-card .abde-card-stacked .abde-card-stacked-container{height:calc(100% - 140px)}.abde-row.abde-card-container .aem-Grid .abde-card .abde-card-icon{height:inherit}.abde-row.abde-card-container .aem-Grid .abde-authoredcard,.abde-row.abde-card-container .aem-Grid .abde-authored-card{height:100%}.abde-card,.abde-employee-card a{color:#000}.abde-theme-bg-dark .abde-card,.abde-theme-bg-dark .abde-employee-card,.abde-theme-bg-darkest .abde-card,.abde-theme-bg-darkest .abde-employee-card,.abde-theme-bg-blue .abde-card,.abde-theme-bg-blue .abde-employee-card,.abde-theme-bg-dkgrey .abde-card,.abde-theme-bg-dkgrey .abde-employee-card{color:#fff}.abde-theme-bg-light .abde-card,.abde-theme-bg-light .abde-employee-card a{color:#000}@media(max-width: 1176px){.abde-layout .abde-card .abde-card-icon.abde-icon-border,.abde-layout .abde-card .abde-card-icon.abde-card-icon.abde-theme-bg-darkest,.abde-layout .abde-card .abde-card-icon.abde-card-icon.abde-theme-bg-ltgrey,.abde-layout .abde-card .abde-card-icon.abde-card-icon.abde-theme-bg-transparent-brd{margin-bottom:40px}.abde-layout .abde-card .abde-card-insight-generic{margin-bottom:40px}.abde-layout .abde-card .abde-flip-card-wrapper{margin-bottom:40px}}.abde-card .abde-card-generic{height:100%;background-size:cover;position:relative}.abde-card .abde-card-generic.abde-img-icon img{max-width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;margin-bottom:20px;margin-left:0;margin-right:0}.abde-card .abde-card-generic a:hover{text-decoration:none;cursor:default}.abde-card .abde-card-generic p{word-break:break-word}.abde-card .abde-card-generic.abde-icon-center img{margin-left:auto;margin-right:auto}.abde-card .abde-card-generic .abde-card-eyebrow{display:block;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase;padding-bottom:5px}@media screen and (min-width: 0){.abde-card .abde-card-generic .abde-card-eyebrow{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-card .abde-card-generic .abde-card-eyebrow{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-card .abde-card-generic .abde-card-eyebrow{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-card .abde-card-generic .abde-card-eyebrow{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-card .abde-card-generic .abde-card-eyebrow{font-size:14px;line-height:1.14}}.abde-card .abde-card-generic img{margin-bottom:20px}@media(min-width: 768px){.abde-card .abde-card-generic img:not(.abde-no-img-scaling),.abde-card .abde-card-generic picture:not(.abde-no-img-scaling){aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}}.abde-card .abde-card-generic .abde-h4,.abde-card .abde-card-generic h3,.abde-card .abde-card-generic h4{padding:0 0;color:#000}.abde-card .abde-card-generic h4:hover{cursor:text}.abde-card .abde-card-generic .abde-card-body .abde-text p:only-of-type{padding-bottom:0px !important}.abde-card .abde-card-generic .abde-card-body h1{padding-bottom:10px}.abde-card .abde-card-generic .abde-card-body h1 a{color:#1e9bd7 !important}.abde-card .abde-card-generic .abde-card-body h2{padding-bottom:10px}.abde-card .abde-card-generic .abde-card-body h2 a{color:#1e9bd7 !important}.abde-card .abde-card-generic .abde-card-body h3{padding-bottom:10px}.abde-card .abde-card-generic .abde-card-body h3 a{color:#1e9bd7 !important}.abde-card .abde-card-generic .abde-card-body h4{padding-bottom:10px}.abde-card .abde-card-generic .abde-card-body h4 a{color:#1e9bd7 !important}.abde-card .abde-card-generic .abde-card-body h5{padding-bottom:10px}.abde-card .abde-card-generic .abde-card-body h5 a{color:#1e9bd7 !important}.abde-card .abde-card-generic .abde-card-body h6{padding-bottom:10px}.abde-card .abde-card-generic .abde-card-body h6 a{color:#1e9bd7 !important}.abde-card .abde-card-generic .abde-card-body .abde-button{margin:0px;padding-top:20px}.abde-card .abde-card-generic .abde-card-body .abde-button .abde-icon-btn{color:#1e9bd7}@media(max-width: 1176px){.abde-card .abde-card-generic{margin-bottom:10px}}.abde-card .abde-card-generic.abde-theme-bg-dark,.abde-card .abde-card-generic.abde-theme-bg-darkest,.abde-card .abde-card-generic.abde-theme-bg-blue,.abde-card .abde-card-generic.abde-theme-bg-dkgrey{color:#fff;padding:40px}.abde-card .abde-card-generic.abde-theme-bg-dark .abde-card-eyebrow,.abde-card .abde-card-generic.abde-theme-bg-dark .abde-h3,.abde-card .abde-card-generic.abde-theme-bg-dark h3,.abde-card .abde-card-generic.abde-theme-bg-dark h4,.abde-card .abde-card-generic.abde-theme-bg-darkest .abde-card-eyebrow,.abde-card .abde-card-generic.abde-theme-bg-darkest .abde-h3,.abde-card .abde-card-generic.abde-theme-bg-darkest h3,.abde-card .abde-card-generic.abde-theme-bg-darkest h4,.abde-card .abde-card-generic.abde-theme-bg-blue .abde-card-eyebrow,.abde-card .abde-card-generic.abde-theme-bg-blue .abde-h3,.abde-card .abde-card-generic.abde-theme-bg-blue h3,.abde-card .abde-card-generic.abde-theme-bg-blue h4,.abde-card .abde-card-generic.abde-theme-bg-dkgrey .abde-card-eyebrow,.abde-card .abde-card-generic.abde-theme-bg-dkgrey .abde-h3,.abde-card .abde-card-generic.abde-theme-bg-dkgrey h3,.abde-card .abde-card-generic.abde-theme-bg-dkgrey h4{color:#fff}.abde-card .abde-card-generic.abde-theme-bg-dark .abde-card-body div,.abde-card .abde-card-generic.abde-theme-bg-darkest .abde-card-body div,.abde-card .abde-card-generic.abde-theme-bg-blue .abde-card-body div,.abde-card .abde-card-generic.abde-theme-bg-dkgrey .abde-card-body div{color:#fff}.abde-card .abde-card-generic.abde-theme-bg-light,.abde-card .abde-card-generic.abde-theme-bg-ltgrey{color:#000;padding:40px}.abde-card .abde-card-generic.abde-theme-bg-light .abde-card-eyebrow,.abde-card .abde-card-generic.abde-theme-bg-light .abde-h4,.abde-card .abde-card-generic.abde-theme-bg-light h3,.abde-card .abde-card-generic.abde-theme-bg-light h4,.abde-card .abde-card-generic.abde-theme-bg-ltgrey .abde-card-eyebrow,.abde-card .abde-card-generic.abde-theme-bg-ltgrey .abde-h4,.abde-card .abde-card-generic.abde-theme-bg-ltgrey h3,.abde-card .abde-card-generic.abde-theme-bg-ltgrey h4{color:#000}.abde-card .abde-card-generic.abde-theme-bg-light .abde-card-body div,.abde-card .abde-card-generic.abde-theme-bg-ltgrey .abde-card-body div{color:#000}.abde-card .abde-card-generic.hoverenabled img:hover{-webkit-filter:brightness(70%);filter:brightness(70%);position:relative;cursor:pointer}.abde-card .abde-card-generic.hoverenabled img:hover::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.75}.abde-card .abde-card-generic.hoverenabled h4:hover{text-decoration:underline;cursor:pointer}.abde-theme-bg-dark .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-darkest .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-blue .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-dkgrey .abde-card .abde-card-generic.abde-theme-bg-transparent{padding:0px;color:#fff}.abde-theme-bg-dark .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-eyebrow,.abde-theme-bg-dark .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-h4,.abde-theme-bg-dark .abde-card .abde-card-generic.abde-theme-bg-transparent h3,.abde-theme-bg-dark .abde-card .abde-card-generic.abde-theme-bg-transparent h4,.abde-theme-bg-darkest .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-eyebrow,.abde-theme-bg-darkest .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-h4,.abde-theme-bg-darkest .abde-card .abde-card-generic.abde-theme-bg-transparent h3,.abde-theme-bg-darkest .abde-card .abde-card-generic.abde-theme-bg-transparent h4,.abde-theme-bg-blue .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-eyebrow,.abde-theme-bg-blue .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-h4,.abde-theme-bg-blue .abde-card .abde-card-generic.abde-theme-bg-transparent h3,.abde-theme-bg-blue .abde-card .abde-card-generic.abde-theme-bg-transparent h4,.abde-theme-bg-dkgrey .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-eyebrow,.abde-theme-bg-dkgrey .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-h4,.abde-theme-bg-dkgrey .abde-card .abde-card-generic.abde-theme-bg-transparent h3,.abde-theme-bg-dkgrey .abde-card .abde-card-generic.abde-theme-bg-transparent h4{color:#fff}.abde-theme-bg-dark .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-body div,.abde-theme-bg-darkest .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-body div,.abde-theme-bg-blue .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-body div,.abde-theme-bg-dkgrey .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-body div{color:#fff}.abde-theme-bg-light .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-ltgrey .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-white .abde-card .abde-card-generic.abde-theme-bg-transparent{padding:0px;color:#000}.abde-theme-bg-light .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-eyebrow,.abde-theme-bg-ltgrey .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-eyebrow,.abde-theme-bg-white .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-eyebrow{color:#000}.abde-theme-bg-light .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-body div,.abde-theme-bg-ltgrey .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-body div,.abde-theme-bg-white .abde-card .abde-card-generic.abde-theme-bg-transparent .abde-card-body div{color:#000}.abde-card .abde-card-icon{min-height:270px;background-size:cover;position:relative}.abde-card .abde-card-icon .abde-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;max-width:100%;margin-bottom:30px}.abde-card .abde-card-icon .abde-icon img{max-height:112px;width:auto}.abde-card .abde-card-icon .abde-card-body h1{padding-bottom:20px}.abde-card .abde-card-icon .abde-card-body h1 a{color:#1e9bd7 !important}.abde-card .abde-card-icon .abde-card-body h2{padding-bottom:20px}.abde-card .abde-card-icon .abde-card-body h2 a{color:#1e9bd7 !important}.abde-card .abde-card-icon .abde-card-body h3{padding-bottom:20px}.abde-card .abde-card-icon .abde-card-body h3 a{color:#1e9bd7 !important}.abde-card .abde-card-icon .abde-card-body h4{padding-bottom:20px}.abde-card .abde-card-icon .abde-card-body h4 a{color:#1e9bd7 !important}.abde-card .abde-card-icon .abde-card-body h5{padding-bottom:20px}.abde-card .abde-card-icon .abde-card-body h5 a{color:#1e9bd7 !important}.abde-card .abde-card-icon .abde-card-body h6{padding-bottom:20px}.abde-card .abde-card-icon .abde-card-body h6 a{color:#1e9bd7 !important}.abde-card .abde-card-icon .abde-card-body p{font-size:18px;line-height:1.77;word-break:break-word}@media screen and (min-width: 0){.abde-card .abde-card-icon .abde-card-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-card .abde-card-icon .abde-card-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-card .abde-card-icon .abde-card-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-card .abde-card-icon .abde-card-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-card .abde-card-icon .abde-card-body p{font-size:18px;line-height:1.77}}.abde-card .abde-card-icon.abde-text-align-center .abde-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.abde-card .abde-card-icon.abde-icon-left-of-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.abde-card .abde-card-icon.abde-icon-left-of-text .abde-icon{padding-right:20px}.abde-card .abde-card-icon.abde-icon-border{border:2px solid #c4c4c4;width:auto;min-height:435px;padding:20px 20px}.abde-card .abde-card-icon.abde-icon-border .abde-icon{position:relative;margin-bottom:20px}.abde-card .abde-card-icon.abde-icon-border .abde-card-icon-border-blue-line{width:90px;background-color:#1e9bd7;height:3px;margin-top:20px;margin-bottom:20px}.abde-card .abde-card-icon.abde-icon-border .abde-card-body{position:relative}.abde-card .abde-card-icon.abde-icon-border .abde-card-body .abde-card-icon-link{position:absolute;right:10px;top:5px;display:inline-block}.abde-card .abde-card-icon.abde-icon-border .abde-card-body h4,.abde-card .abde-card-icon.abde-icon-border .abde-card-body .abde-h4{display:inline-block;margin-right:40px;font-size:28px}.abde-card .abde-card-icon.abde-icon-border .abde-card-body .abde-card-icon-link i svg{color:#1e9bd7}.abde-card .abde-card-icon.abde-icon-border .abde-card-body .abde-card-icon-link i svg:hover{color:#007abb}.abde-card .abde-card-icon.abde-theme-bg-transparent-brd{border:1px solid #c4c4c4;padding:20px;background-color:transparent}.abde-card .abde-card-icon.abde-theme-bg-dark,.abde-card .abde-card-icon.abde-theme-bg-darkest,.abde-card .abde-card-icon.abde-theme-bg-blue,.abde-card .abde-card-icon.abde-theme-bg-dkgrey{color:#fff;padding:40px}.abde-card .abde-card-icon.abde-theme-bg-dark .abde-card-eyebrow,.abde-card .abde-card-icon.abde-theme-bg-darkest .abde-card-eyebrow,.abde-card .abde-card-icon.abde-theme-bg-blue .abde-card-eyebrow,.abde-card .abde-card-icon.abde-theme-bg-dkgrey .abde-card-eyebrow{color:#fff}.abde-card .abde-card-icon.abde-theme-bg-dark .abde-card-body,.abde-card .abde-card-icon.abde-theme-bg-dark div,.abde-card .abde-card-icon.abde-theme-bg-darkest .abde-card-body,.abde-card .abde-card-icon.abde-theme-bg-darkest div,.abde-card .abde-card-icon.abde-theme-bg-blue .abde-card-body,.abde-card .abde-card-icon.abde-theme-bg-blue div,.abde-card .abde-card-icon.abde-theme-bg-dkgrey .abde-card-body,.abde-card .abde-card-icon.abde-theme-bg-dkgrey div{color:#fff}.abde-card .abde-card-icon.abde-theme-bg-light,.abde-card .abde-card-icon.abde-theme-bg-ltgrey{color:#000;padding:40px}.abde-card .abde-card-icon.abde-theme-bg-light .abde-card-eyebrow,.abde-card .abde-card-icon.abde-theme-bg-ltgrey .abde-card-eyebrow{color:#000}.abde-card .abde-card-icon.abde-theme-bg-light .abde-card-body div,.abde-card .abde-card-icon.abde-theme-bg-ltgrey .abde-card-body div{color:#000}.abde-card .abde-card-generic.abde-theme-bg-transparent-brd{border:1px solid #c4c4c4;padding:20px;background-color:transparent}.abde-theme-bg-dark .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-darkest .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-blue .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-dkgrey .abde-card .abde-card-generic.abde-theme-bg-transparent{padding:0px;color:#fff}.abde-theme-bg-light .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-ltgrey .abde-card .abde-card-generic.abde-theme-bg-transparent,.abde-theme-bg-white .abde-card .abde-card-generic.abde-theme-bg-transparent{padding:0px;color:#000}.abde-card .abde-card-staggered .abde-text-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;padding-left:15px;padding-bottom:30px}@media(min-width: 768px){.abde-card .abde-card-staggered .abde-text-vertical{padding-left:40px}}.abde-card .abde-card-staggered .abde-text-vertical .abde-card-eyebrow{display:block;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase}@media screen and (min-width: 0){.abde-card .abde-card-staggered .abde-text-vertical .abde-card-eyebrow{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-card .abde-card-staggered .abde-text-vertical .abde-card-eyebrow{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-card .abde-card-staggered .abde-text-vertical .abde-card-eyebrow{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-card .abde-card-staggered .abde-text-vertical .abde-card-eyebrow{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-card .abde-card-staggered .abde-text-vertical .abde-card-eyebrow{font-size:14px;line-height:1.14}}.abde-card .abde-card-staggered .abde-text-vertical .abde-text p:only-of-type{padding-bottom:0px !important}@media(min-width: 768px){.abde-card .abde-card-staggered .abde-order-md-1{-webkit-box-ordinal-group:2 !important;-ms-flex-order:1 !important;order:1 !important}.abde-card .abde-card-staggered .abde-order-md-2{-webkit-box-ordinal-group:3 !important;-ms-flex-order:2 !important;order:2 !important}}.abde-card .abde-card-stacked{margin-bottom:75px}.abde-card .abde-card-stacked .abde-card-stacked-modal-heading{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;padding-left:15px;z-index:20}.abde-card .abde-card-stacked .abde-card-stacked-heading{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125;padding-bottom:30px}@media screen and (min-width: 0){.abde-card .abde-card-stacked .abde-card-stacked-heading{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-card .abde-card-stacked .abde-card-stacked-heading{font-size:36px;line-height:1.125}}@media screen and (min-width: 768px){.abde-card .abde-card-stacked .abde-card-stacked-heading{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-card .abde-card-stacked .abde-card-stacked-heading{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-card .abde-card-stacked .abde-card-stacked-heading{font-size:45px;line-height:1.125}}@media(max-width: 1024px){.abde-card .abde-card-stacked .abde-card-stacked-heading{font-size:36px}}.abde-card .abde-card-stacked .abde-card-stacked-heading .abde-card-stack-name{font-weight:bold}.abde-card .abde-card-stacked .abde-card-stacked-heading .abde-card-count-of-cards{font-weight:normal}.abde-card .abde-card-stacked .abde-card-stacked-container{position:relative;border:2px solid #c4c4c4;-webkit-box-shadow:0 14px 1px -10px rgba(0,0,0,.09),0 20px 0 -10px #fff,0 20px 1px -8px #c4c4c4,0 36px 1px -20px rgba(0,0,0,.09),0 42px 0 -20px #fff,0 42px 1px -18px #c4c4c4;box-shadow:0 14px 1px -10px rgba(0,0,0,.09),0 20px 0 -10px #fff,0 20px 1px -8px #c4c4c4,0 36px 1px -20px rgba(0,0,0,.09),0 42px 0 -20px #fff,0 42px 1px -18px #c4c4c4;padding:20px 20px}.abde-card .abde-card-stacked .abde-card-stacked-container:hover{background-color:rgba(30,155,215,.2);cursor:pointer;border:2px solid #1e9bd7;-webkit-box-shadow:0 14px 1px -7px rgba(0,0,0,.2),0 20px 0 -7px rgba(255,255,255,.8),0 20px 1px -5px #1e9bd7,0 36px 1px -15px rgba(0,0,0,.2),0 42px 0 -17px #1e9bd7,0 42px 1px -14px #1e9bd7;box-shadow:0 14px 1px -7px rgba(0,0,0,.2),0 20px 0 -7px rgba(255,255,255,.8),0 20px 1px -5px #1e9bd7,0 36px 1px -15px rgba(0,0,0,.2),0 42px 0 -17px #1e9bd7,0 42px 1px -14px #1e9bd7}.abde-card .abde-card-stacked .abde-card-stacked-container:hover .abde-btn-container .abde-icon-btn,.abde-card .abde-card-stacked .abde-card-stacked-container:hover .abde-btn-container .abde-icon-btn-dark{text-decoration:underline;cursor:pointer}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-icon{display:none}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-icon-border-blue-line{display:none}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-button{text-align:center;position:absolute;bottom:20px;left:0;right:0}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-card .abde-card-icon.abde-icon-border{min-height:auto;border:none;padding:0 20px}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-card .abde-card-icon.abde-icon-border .abde-icon{display:block;position:relative;text-align:left;max-width:100%;margin-top:20px;margin-bottom:0}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-card .abde-card-icon.abde-icon-border .abde-icon img{height:70px;width:auto}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-card .abde-card-icon.abde-icon-border .abde-card-icon-border-blue-line{display:block;width:90px;background-color:#1e9bd7;height:3px;margin-top:20px;margin-bottom:20px}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-card .abde-card-icon.abde-icon-border .abde-card-body .abde-button,.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-card .abde-card-icon.abde-icon-border .abde-card-body .abde-card-icon-link{display:none}.abde-card .abde-card-stacked .abde-card-stacked-container .abde-card-body .abde-card .abde-card-icon.abde-icon-border .abde-card-body .abde-text p:last-child{padding-bottom:30px !important}.abde-card .abde-card-stacked .abde-modal-content-wrapper{max-width:1176px;max-height:75%;top:10%}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content{padding:0 40px 40px 40px;border-top:40px solid #fff}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-icon{display:block;position:relative;text-align:left;max-width:100%;margin-top:20px;margin-bottom:0}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-icon img{height:70px;width:auto}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-icon-border-blue-line{display:block;width:90px;background-color:#1e9bd7;height:3px;margin-top:20px;margin-bottom:20px}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:1.125;font-weight:bold;padding-bottom:20px}@media screen and (min-width: 0){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards{font-size:36px;line-height:1.125}}@media screen and (min-width: 576px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards{font-size:36px;line-height:1.125}}@media screen and (min-width: 768px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards{font-size:45px;line-height:1.125}}@media screen and (min-width: 1176px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards{font-size:45px;line-height:1.125}}@media screen and (min-width: 1440px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards{font-size:45px;line-height:1.125}}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards span{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:16px;line-height:1.3125;font-weight:bold;text-transform:uppercase}@media screen and (min-width: 0){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-num-of-awards span{font-size:16px;line-height:1.3125}}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-description{font-size:20px;line-height:1.1;font-weight:bold;padding-bottom:20px}@media screen and (min-width: 0){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-description{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-description{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-description{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-description{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-stack-description{font-size:22px;line-height:1.1818}}.abde-card .abde-card-stacked .abde-modal-content-wrapper .abde-modal-content .abde-card-icon.abde-icon-border{width:auto;min-height:auto}.abde-card{width:100%}.abde-card .abde-card-insight-generic{height:100%;background-size:cover;position:relative}.abde-card .abde-card-insight-generic header,.abde-card .abde-card-insight-generic .abde-card-insight-header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase;color:#262626;text-decoration:none;padding:0px 0px 5px 0px}@media screen and (min-width: 0){.abde-card .abde-card-insight-generic header,.abde-card .abde-card-insight-generic .abde-card-insight-header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-card .abde-card-insight-generic header,.abde-card .abde-card-insight-generic .abde-card-insight-header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-card .abde-card-insight-generic header,.abde-card .abde-card-insight-generic .abde-card-insight-header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-card .abde-card-insight-generic header,.abde-card .abde-card-insight-generic .abde-card-insight-header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-card .abde-card-insight-generic header,.abde-card .abde-card-insight-generic .abde-card-insight-header{font-size:14px;line-height:1.14}}.abde-card .abde-card-insight-generic .abde-image-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0;margin-bottom:20px;margin-left:0;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.abde-card .abde-card-insight-generic .abde-image-container picture{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:100%;width:100%;min-height:203.14px}.abde-card .abde-card-insight-generic .abde-image-container img:hover{-webkit-filter:brightness(70%);filter:brightness(70%);position:relative;cursor:pointer}.abde-card .abde-card-insight-generic .abde-image-container img:hover::before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.75}@media(min-width: 768px){.abde-card .abde-card-insight-generic .abde-image-container img:not(.abde-no-img-scaling),.abde-card .abde-card-insight-generic .abde-image-container picture:not(.abde-no-img-scaling){aspect-ratio:16/8;-o-object-fit:cover;object-fit:cover}}.abde-card .abde-card-insight-generic .abde-card-insight-bookmark{display:block;position:absolute;top:0px;right:0px;left:auto !important;color:#1e9bd7 !important;cursor:pointer}.abde-card .abde-card-insight-generic .abde-card-insight-bookmark svg{width:24px !important;height:24px !important}.abde-card .abde-card-insight-generic .abde-card-insight-bookmark span{position:relative}.abde-card .abde-card-insight-generic .abde-card-insight-bookmark span .abde-bookmark-hover{display:none}.abde-card .abde-card-insight-generic .abde-card-insight-bookmark span:hover .abde-bookmark-icon{display:none !important}.abde-card .abde-card-insight-generic .abde-card-insight-bookmark span:hover .abde-bookmark-hover{display:block}.abde-card .abde-card-insight-generic .abde-card-insight-date-author{position:relative}.abde-card .abde-card-insight-generic .abde-card-insight-date-author .abde-card-insight-bookmark{font-size:22px}.abde-card .abde-card-insight-generic .abde-card-insight-relative{color:#000;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.abde-card .abde-card-insight-generic .abde-card-insight-relative a{color:#262626;display:block;margin-right:40px}.abde-card .abde-card-insight-generic .abde-card-insight-relative a:hover{text-decoration:underline}.abde-card .abde-card-insight-generic .abde-card-insight-relative a:hover .abde-card-insight-title{text-decoration:underline}.abde-card .abde-card-insight-generic .abde-card-insight-relative .abde-card-insight-title{padding:0px 30px 12px 0px;display:inline-block;font-size:22px}@media(max-width: 768px){.abde-card .abde-card-insight-generic .abde-card-insight-relative .abde-card-insight-title{margin-right:20px}}.abde-card .abde-card-insight-generic .abde-card-insight-body{padding:0;margin-top:0;font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-card .abde-card-insight-generic .abde-card-insight-body{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-card .abde-card-insight-generic .abde-card-insight-body{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-card .abde-card-insight-generic .abde-card-insight-body{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-card .abde-card-insight-generic .abde-card-insight-body{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-card .abde-card-insight-generic .abde-card-insight-body{font-size:14px;line-height:1.14}}.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-date{padding:0 0 10px 0}.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author{padding:0}.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author a{color:#007abb}.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-date,.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author{font-size:14px;line-height:1.17}@media screen and (min-width: 0){.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-date,.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-date,.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-date,.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-date,.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-date,.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-card-insight-author{font-size:14px;line-height:1.14}}.abde-card .abde-card-insight-generic .abde-card-insight-body p{font-size:18px;line-height:1.77;padding:5px 0 0 0;color:#262626;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width: 0){.abde-card .abde-card-insight-generic .abde-card-insight-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-card .abde-card-insight-generic .abde-card-insight-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-card .abde-card-insight-generic .abde-card-insight-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-card .abde-card-insight-generic .abde-card-insight-body p{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-card .abde-card-insight-generic .abde-card-insight-body p{font-size:18px;line-height:1.77}}.abde-card .abde-card-insight-generic .abde-card-insight-body .abde-button{margin:0px;padding-top:20px}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media(max-width: 768px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-image-container{max-width:174px}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-card-insight-body{padding:0px 0px 0px 20px}@media(max-width: 768px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-card-insight-body{padding:0px 0px 0px 0px}}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-card-insight-body .abde-card-insight-date-author{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-card-insight-body .abde-card-insight-date-author .abde-card-insight-date{padding:20px 0 10px 0}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5{font-size:19px;line-height:1.32;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 0){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4.abde-card-insight-relative,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5.abde-card-insight-relative{font-size:19px;line-height:1.32}}.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3.abde-card-insight-relative a,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4.abde-card-insight-relative a,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5.abde-card-insight-relative a,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3.abde-card-insight-relative a,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4.abde-card-insight-relative a,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5.abde-card-insight-relative a{margin-right:40px}@media screen and (min-width: 0){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content h5,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h3,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h4,.abde-card .abde-card-insight-generic.mini .abde-card-insight-content .abde-h5{font-size:19px;line-height:1.32}}@media(min-width: 768px){.abde-card .abde-card-insight-generic.mini img:not(.abde-no-img-scaling),.abde-card .abde-card-insight-generic.mini picture:not(.abde-no-img-scaling){aspect-ratio:16/8;-o-object-fit:cover;object-fit:cover}}.abde-card .abde-card-insight-generic.mini .abde-text-generic&gt;a{pointer-events:none;cursor:default}.abde-card .abde-card-insight-generic.large.authored p{-webkit-line-clamp:unset !important;overflow:unset}@media(min-width: 768px){.abde-card .abde-card-insight-generic.large .abde-col-mdlg-8{padding-left:0px}}.abde-card .abde-card-insight-generic.large .abde-col-mdlg-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-card .abde-card-insight-generic.large .abde-bracket-container{width:100%;display:block}.abde-card .abde-card-insight-generic.large .abde-card-insight-body{padding:0 0 0 0;margin-top:0}.abde-card .abde-card-insight-generic.large .abde-card-insight-body .abde-card-insight-date-author{margin:20px 0px 0px 0px}.abde-card .abde-card-insight-generic.large .abde-card-insight-body .abde-button{margin:10px 0px 0px 0px}.abde-card .abde-card-insight-generic.large header,.abde-card .abde-card-insight-generic.large .abde-card-insight-header{padding:0px 0px 10px 0px !important}@media(min-width: 768px){.abde-card .abde-card-insight-generic.large img:not(.abde-no-img-scaling),.abde-card .abde-card-insight-generic.large picture:not(.abde-no-img-scaling){aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}}.abde-card .abde-card-insight-generic.authored p{-webkit-line-clamp:unset !important;overflow:unset}.abde-card .abde-card-insight-generic.authored .abde-text-generic&gt;a{pointer-events:none;cursor:default}.abde-card .abde-image-bracket.abde-image-bracket-right{-webkit-clip-path:polygon(92% 0, 92% 10%, 97% 10%, 97% 92%, 92% 92%, 92% 100%, 0 100%, 0 0);clip-path:polygon(92% 0, 92% 10%, 97% 10%, 97% 92%, 92% 92%, 92% 100%, 0 100%, 0 0)}.abde-card .abde-image-bracket{position:relative}.abde-card .abde-card-insight-body h2{color:#000}.abde-related-insights .abde-stacked-md{margin-bottom:40px}.abde-card{width:100%}.abde-card .abde-card-video{height:100%;background-size:cover;position:relative}.abde-card .abde-card-video header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;font-size:14px;line-height:1.17;letter-spacing:1.4px;text-transform:uppercase;text-decoration:none;padding:0px 0px 5px 0px}@media screen and (min-width: 0){.abde-card .abde-card-video header{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-card .abde-card-video header{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-card .abde-card-video header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-card .abde-card-video header{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-card .abde-card-video header{font-size:14px;line-height:1.14}}.abde-card .abde-card-video .abde-image-container{position:relative}.abde-card .abde-card-video .abde-image-container img{max-width:100%}@media(min-width: 768px){.abde-card .abde-card-video .abde-image-container img:not(.abde-no-img-scaling),.abde-card .abde-card-video .abde-image-container picture:not(.abde-no-img-scaling){aspect-ratio:16/9}}.abde-card .abde-card-video .abde-image-container .abde-video-play-btn{width:40px;height:40px;margin-top:-20px;margin-left:-20px;font-size:0px;line-height:1.6em;border-radius:50%;background-color:#1e9bd7 !important;color:#fff;position:absolute;outline:none;bottom:-17px;right:20px;border:1px solid #1e9bd7 !important;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ29tcG9uZW50XzExNl8xMiIgZGF0YS1uYW1lPSJDb21wb25lbnQgMTE2IOKAkyAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCI+CiAgPGNpcmNsZSBpZD0iRWxsaXBzZV8xIiBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMWU5YmQ3Ii8+CiAgPHBhdGggaWQ9IlBvbHlnb25fMSIgZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik04LjA3MSwwbDguMDcxLDEzLjQ5MUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjguODAyIDExLjkyOSkgcm90YXRlKDkwKSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K)}.abde-card .abde-card-video .abde-image-container .abde-video-play-btn:hover{outline:none;border:1px solid #fff !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMDA3QUJCIi8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.abde-card .abde-card-video .abde-image-container a:hover{outline:none}.abde-card .abde-card-video .abde-image-container:hover .abde-video-play-btn{border:1px solid #fff !important;background-color:#007abb !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCI+PGNpcmNsZSBkYXRhLW5hbWU9IkVsbGlwc2UgMSIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIiBmaWxsPSIjMDA3QUJCIi8+PHBhdGggZGF0YS1uYW1lPSJQb2x5Z29uIDEiIGQ9Ik0yOC44MDIgMjBsLTEzLjQ5MSA4LjA3MVYxMS45Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)}.abde-card .abde-card-video .abde-card-video-body{margin:20px 0px 0px 0px}.abde-card .abde-card-video .abde-card-video-body .abde-h4{display:inline-block;padding-bottom:5px}.abde-card .abde-card-video .abde-card-video-body .abde-card-video-date-author{margin:0;font-size:14px;line-height:1.17;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;line-height:1.3em !important}@media screen and (min-width: 0){.abde-card .abde-card-video .abde-card-video-body .abde-card-video-date-author{font-size:14px;line-height:1.17}}@media screen and (min-width: 576px){.abde-card .abde-card-video .abde-card-video-body .abde-card-video-date-author{font-size:14px;line-height:1.17}}@media screen and (min-width: 768px){.abde-card .abde-card-video .abde-card-video-body .abde-card-video-date-author{font-size:14px;line-height:1.14}}@media screen and (min-width: 1176px){.abde-card .abde-card-video .abde-card-video-body .abde-card-video-date-author{font-size:14px;line-height:1.14}}@media screen and (min-width: 1440px){.abde-card .abde-card-video .abde-card-video-body .abde-card-video-date-author{font-size:14px;line-height:1.14}}.abde-card .abde-card-video .abde-card-video-body .abde-card-video-discription{margin:0;padding:5px 0 0 0}.abde-card .abde-card-video .abde-card-video-body .abde-card-video-discription ol{padding-left:20px}.abde-card .abde-card-video .abde-card-video-body .abde-card-video-discription ul{padding-left:18px}.abde-card .abde-card-video .abde-card-video-body .abde-button{margin:0px;padding-top:20px}.abde-card .abde-card-video .abde-modal .abde-modal-content-wrapper .abde-modal-content .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div{position:absolute;top:0;height:100% !important}.abde-card .abde-card-video .abde-modal .abde-modal-content-wrapper .abde-modal-content .abde-video-container .abde-youtube-video-player .abde-youtube-video-iframe-div.hidden{display:none}.abde-fund-card-commons{border:1px solid #c4c4c4;background-color:#fff;padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;margin-bottom:40px;height:calc(100% - 40px);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.abde-fund-card-commons div{color:#000}.abde-fund-card-commons.abde-fund-card-gray{background-color:#f7f7f7;border:none}@media(max-width: 768px){.abde-fund-card-commons{height:unset}}.abde-fund-card-commons:hover{background-color:#e5f6fc;border-color:#1e9bd7}.abde-fund-card-commons:hover .abde-fund-card-top .abde-fund-card-cta{text-decoration:underline !important}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-yellow{border-color:#ffbf27 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-purple{border-color:#5949a7 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-lightpurple{border-color:#aba4cf !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-lightblue{border-color:#78c3e7 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-blue{border-color:#1e9bd7 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-teal{border-color:#50beaf !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-aqua{border-color:#1cd8c0 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-white{border-color:#fff !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-black{border-color:#000 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-cyan{border-color:#1e9bd7 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-warning{border-color:#ca2127 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-alert{border-color:#006da8 !important;-webkit-box-shadow:none;box-shadow:none}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-yellow{background-color:#fff2d4}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-yellow .abde-fund-card-button-right{background-color:#ffbf27}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-purple{background-color:#dedbed}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-purple .abde-fund-card-button-right{background-color:#5949a7}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-lightpurple{background-color:#eeedf5}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-lightpurple .abde-fund-card-button-right{background-color:#aba4cf}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-lightblue{background-color:#e4f3fa}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-lightblue .abde-fund-card-button-right{background-color:#78c3e7}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-blue{background-color:#d2ebf7}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-blue .abde-fund-card-button-right{background-color:#1e9bd7}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-teal{background-color:#dcf2ef}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-teal .abde-fund-card-button-right{background-color:#50beaf}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-aqua{background-color:#d2f7f2}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-aqua .abde-fund-card-button-right{background-color:#1cd8c0}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-white{background-color:#fff}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-white .abde-fund-card-button-right{background-color:#fff}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-black{background-color:#ccc}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-black .abde-fund-card-button-right{background-color:#000}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-cyan{background-color:#d2ebf7}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-cyan .abde-fund-card-button-right{background-color:#1e9bd7}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-warning{background-color:#f4d3d4}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-warning .abde-fund-card-button-right{background-color:#ca2127}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-alert{background-color:#cce2ee}.abde-fund-card-commons.abde-fund-card-colors:hover.abde-alert .abde-fund-card-button-right{background-color:#006da8}.abde-fund-card-commons.abde-card-transparent{background-color:transparent;padding:0 0;border-color:transparent}.abde-fund-card-commons.abde-card-transparent:hover{background-color:transparent;border-color:transparent}.abde-fund-card-commons.abde-fund-card-no-border{border-color:transparent}.abde-fund-card-commons.abde-fund-card-no-border:hover{border-color:transparent}@media(min-width: 768px){.abde-fund-card-commons.one-column .abde-fund-card-rating .abde-morningstar-subtitle,.abde-fund-card-commons.two-column .abde-fund-card-rating .abde-morningstar-subtitle,.abde-fund-card-commons.three-column .abde-fund-card-rating .abde-morningstar-subtitle,.abde-fund-card-commons.four-column .abde-fund-card-rating .abde-morningstar-subtitle{min-height:36px}}.abde-fund-card-commons .abde-fund-card-bottom{padding-bottom:10px}.abde-fund-card-commons.abde-fund-card-colors{margin-bottom:50px;height:calc(100% - 50px)}.abde-fund-card-commons.abde-fund-card-tagline{margin-bottom:80px;height:calc(100% - 80px)}.abde-fund-card-commons .abde-fund-card-anchor{position:relative;width:100%;height:auto;margin-top:20px}.abde-fund-card-commons .abde-fund-card-top{position:relative;bottom:0;white-space:normal;-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:auto}.abde-fund-card-commons .abde-fund-card-top .two-column-row{display:block}@media(max-width: 1024px){.abde-fund-card-commons .abde-fund-card-top .two-column-row{display:none}}.abde-fund-card-commons .abde-fund-card-top .multi-column-row{display:none}.abde-fund-card-commons .abde-fund-card-top .two-column-stacked{display:none}@media(max-width: 1024px){.abde-fund-card-commons .abde-fund-card-top .two-column-stacked{display:block}}.abde-fund-card-commons .abde-fund-card-top .multi-column-stacked{display:block}.abde-fund-card-commons header{text-transform:uppercase}.abde-fund-card-commons .abde-bookmark{width:100%;text-align:right}.abde-fund-card-commons .abde-header-row{margin-bottom:25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-fund-card-commons .abde-fund-header{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:21px;text-transform:uppercase;color:#fff;text-align:left;letter-spacing:2px;background-color:#000;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-left:10px;padding-right:10px;margin-right:20px}.abde-fund-card-commons .abde-fund-eyebrow{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;color:#000;display:block;letter-spacing:1.4px;line-height:16px;margin-bottom:10px}.abde-fund-card-commons .abde-fund-eyebrow.abde-row-padding{margin:0 0;padding:0 0}.abde-fund-card-commons .abde-fund-card-cta{color:#000;cursor:pointer;display:block;line-height:26px;font-size:22px;padding-right:20px;white-space:pre-wrap;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}@media(min-width: 1024px){.abde-fund-card-commons .abde-fund-card-cta{padding-right:0}}.abde-fund-card-commons .abde-fund-card-cta i{top:2px;position:relative}.abde-fund-card-commons p{font-size:14px;line-height:22px;padding-top:10px}.abde-fund-card-commons hr{height:1px;background-color:#c4c4c4;border:none;margin-top:0;margin-bottom:10px}.abde-fund-card-commons .abde-fund-card-rating{position:relative}.abde-fund-card-commons .abde-fund-card-rating label,.abde-fund-card-commons .abde-fund-card-rating .abde-morningstar-label{display:block;text-transform:uppercase;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;letter-spacing:1.4px;padding-top:5px;padding-bottom:0;padding-left:15px;padding-right:5px}.abde-fund-card-commons .abde-fund-card-rating .abde-morningstar-subtitle{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.abde-fund-card-commons .abde-fund-card-nav table{width:100%;text-transform:uppercase}.abde-fund-card-commons .abde-fund-card-nav table th{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:16px}.abde-fund-card-commons .abde-fund-card-nav table td{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400;font-size:22px;line-height:28px;padding-top:5px;padding-bottom:10px}@media(min-width: 1176px){.abde-fund-card-commons .abde-fund-card-nav .one-column th{min-width:150px}.abde-fund-card-commons .abde-fund-card-nav .two-column th{min-width:90px}.abde-fund-card-commons .abde-fund-card-nav .three-column th{min-width:105px}.abde-fund-card-commons .abde-fund-card-nav .four-column th{min-width:100px}}.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-row.one-column,.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-row.two-column{display:block}@media(max-width: 1024px){.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-row.one-column,.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-row.two-column{display:none}}.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-row.three-column,.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-row.four-column{display:none}.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-grid.one-column,.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-grid.two-column{display:none}@media(max-width: 1024px){.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-grid.one-column,.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-grid.two-column{display:block}}.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-grid.three-column,.abde-fund-card-commons .abde-fund-card-nav .abde-fund-card-table-grid.four-column{display:block}.abde-fund-card-commons .abde-fund-card-nav .abde-footnotes{display:block;color:#6d6d6d;text-transform:none;line-height:7px;margin-bottom:10px}.abde-fund-card-commons .abde-star-full-width .abde-star-rating{padding-bottom:10px;padding-left:15px}@media(min-width: 1024px){.abde-fund-card-commons .abde-star-full-width{-webkit-box-flex:0 !important;-ms-flex:0 0 100% !important;flex:0 0 100% !important;max-width:100% !important}.abde-fund-card-commons .abde-star-full-width .abde-star-rating{text-align:left}}.abde-fund-card-commons .abde-star-rating{text-align:right;white-space:nowrap}.abde-fund-card-commons .abde-star-rating img{width:auto}.abde-fund-card-commons .abde-fund-tooltip i{color:#1e9bd7;font-size:20px;position:relative;top:3px;cursor:pointer;margin-left:5px}.abde-fund-card-commons .abde-bookmark svg{height:auto}.abde-fund-card-banner{height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#1e9bd7}.abde-fund-card-banner.abde-yellow{background-color:#ffbf27}.abde-fund-card-banner.abde-purple{background-color:#5949a7}.abde-fund-card-banner.abde-banner-links{background-color:#007abb;height:40px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:18px;text-transform:uppercase;color:#fff}.abde-column-padding{padding-left:10px;padding-right:10px}@media(max-width: 768px){.abde-column-padding{padding-bottom:0;padding-left:15px;padding-right:15px}}.abde-fund-card-link:link{text-decoration:none;color:#000}.abde-fund-card-link:visited{text-decoration:none;color:#000}.abde-fund-card-link:hover{text-decoration:none;color:#000}.abde-fund-card-link:active{text-decoration:none;color:#000}.abde-employee-card{text-align:center}.abde-employee-card&gt;a{text-decoration:none}.abde-employee-card-row{margin-top:-20px}.abde-employee-card-row [class*=abde-col-]{margin-top:20px}.abde-employee-card[data-card-type=quote] .abde-employee-icon:before{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700;font-size:2.5em;line-height:24px;display:inline-block;margin-top:18px;content:"“"}.abde-employee-card-image{text-align:center;width:100%;position:relative;padding-bottom:20px}.abde-employee-card-image i{position:absolute;left:calc(50% - 20px);bottom:0px;height:40px;width:40px;border-radius:20px;background-color:#1e9bd7;color:#fff;text-align:center;line-height:40px !important;font-size:18px;line-height:1.77;border:1px solid transparent;overflow:hidden}@media screen and (min-width: 0){.abde-employee-card-image i{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-employee-card-image i{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-employee-card-image i{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-employee-card-image i{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-employee-card-image i{font-size:18px;line-height:1.77}}.abde-employee-card-image i.fa-play{padding-left:2px}.abde-employee-card-image i:hover{border:2px solid #1e9bd7;color:#1e9bd7;background-color:#fff}.abde-employee-card .abde-employee-heading{margin-top:10px;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:22px;line-height:1.3}.abde-employee-card-title{margin-top:10px}.abde-employee-card-quote{min-height:450px;padding:40px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-employee-card-quote:before{content:"“";font-size:6em;line-height:60px;margin-top:10px;margin-bottom:-20px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:700}.abde-employee-card-quote&gt;p{font-size:25px;margin-top:40px;max-width:100%;text-align:left;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal}.abde-employee-card-quote-attribution{-ms-flex-negative:0;flex-shrink:0;margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-employee-card-quote-attribution&gt;div:first-child{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;max-width:100px}.abde-employee-card-quote-attribution&gt;div:last-child{padding-left:10px;text-align:left}@media(min-width: 768px){.abde-employee-card{padding:20px 20px}.abde-employee-card-quote{padding:40px 80px}}@media(min-width: 1176px){.abde-employee-card-row{margin-top:-80px}.abde-employee-card-row [class*=abde-col-]{margin-top:80px}}.abde-cmp-timeline{padding-top:30px}@media(min-width: 768px){.abde-cmp-timeline{padding-top:0}.abde-cmp-timeline .swiper-slide-inner{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:30%;flex-basis:30%}}.abde-cmp-timeline .tl-container-main,.abde-cmp-timeline .tl-swiper-mobile{position:relative;height:auto;z-index:1;min-height:300px;overflow:hidden}.abde-cmp-timeline .abde-tl-mc-block{overflow:visible}@media(min-width: 768px){.abde-cmp-timeline .abde-tl-mc-block{overflow:hidden}}.abde-cmp-timeline .swiper-wrapper{width:100%;height:100% !important;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.abde-cmp-timeline .swiper-wrapper .swiper-slide{font-size:18px;line-height:1.77;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%}@media screen and (min-width: 0){.abde-cmp-timeline .swiper-wrapper .swiper-slide{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-cmp-timeline .swiper-wrapper .swiper-slide{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-cmp-timeline .swiper-wrapper .swiper-slide{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-cmp-timeline .swiper-wrapper .swiper-slide{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-cmp-timeline .swiper-wrapper .swiper-slide{font-size:18px;line-height:1.77}}.abde-cmp-timeline .swiper-wrapper .swiper-slide img{display:block;width:auto !important;height:auto;max-height:65px}.abde-cmp-timeline .swiper-wrapper .swiper-slide header{color:rgba(30,157,215,.24)}.abde-cmp-timeline .swiper-wrapper .swiper-slide .abde-tl-event{opacity:.2}.abde-cmp-timeline .swiper-wrapper .swiper-slide.swiper-slide-active{margin-right:0 !important}.abde-cmp-timeline .swiper-wrapper .swiper-slide.swiper-slide-active header{color:#1e9bd7}.abde-cmp-timeline .swiper-wrapper .swiper-slide.swiper-slide-active .abde-tl-event{opacity:1}.abde-cmp-timeline .swiper-android .swiper-slide,.abde-cmp-timeline .swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.abde-cmp-timeline .swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.abde-cmp-timeline .controls{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:10px;height:600px;color:#1e9bd7;left:15px}.abde-cmp-timeline .controls .swiper-button-next,.abde-cmp-timeline .controls .swiper-button-prev{cursor:pointer;z-index:7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#1e9bd7;font-size:40px;height:40px;overflow:hidden}.abde-cmp-timeline .controls .swiper-button-next:after,.abde-cmp-timeline .controls .swiper-button-prev:after{content:""}.abde-cmp-timeline .controls .swiper-button-next.swiper-button-disabled,.abde-cmp-timeline .controls .swiper-button-prev.swiper-button-disabled{cursor:auto;pointer-events:none;color:#c4c4c4}.abde-cmp-timeline .controls .swiper-button-next{padding-top:10px}.abde-cmp-timeline .controls button{border:none;background:transparent;color:#1e9bd7;font-size:23px;outline:none !important;z-index:7}.abde-cmp-timeline .controls button:hover{cursor:pointer}.abde-cmp-timeline .controls button:disabled{color:#c4c4c4}.abde-cmp-timeline .controls button:disabled:hover{cursor:default}.abde-cmp-timeline #tl-pagination-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s, -webkit-transform .4s;left:50px}@media(min-width: 768px){.abde-cmp-timeline #tl-pagination-numbers{left:55px}}.abde-cmp-timeline #timeline-controls-wrapper{height:330px;width:130px;overflow:hidden;z-index:5;margin-top:10px;position:relative}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination{position:absolute;text-align:center;z-index:7}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination .swiper-pagination-bullet{display:inline-block;border-radius:50%;display:block;margin-bottom:42px;width:16px !important;height:16px !important;margin-left:1px;border:4px solid #1e9bd7;background-color:#fff;opacity:1;z-index:3}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination .swiper-pagination-bullet .tw-txt-year{padding-left:22px;color:#000;font-family:"Theinhardt","SourceHanSans",Arial,Helvetica,sans-serif !important;font-size:18px;margin-top:-5px}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination .swiper-pagination-bullet .tw-txt-year:hover{font-weight:700}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1e9bd7;height:18px !important;width:18px !important;margin-bottom:40px;margin-left:0}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .tw-txt-year{font-size:20px;margin-top:-7px}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .tw-txt-year,.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .abde-tl-event p{font-weight:bold !important}.abde-cmp-timeline #timeline-controls-wrapper .tl-pagination-main:before{content:"";position:absolute;height:calc(100% - 50px);left:8px;top:0;border-left:3px solid #1e9bd7}.abde-cmp-timeline #timeline-controls-wrapper .swiper-pagination-bullet:hover{cursor:pointer}.abde-cmp-timeline .tl-swiper-mobile{font-size:42px;color:#1e9bd7;padding-bottom:20px;width:100%;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;margin-right:20px}.abde-cmp-timeline .tl-swiper-mobile header{font-size:42px;padding-bottom:10px;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:400;line-height:1.2}.abde-cmp-timeline .abde-tl-event{min-height:auto;color:#000}.abde-cmp-timeline .abde-tl-event p{font-weight:700;line-height:1.5;padding-top:10px;padding-right:10px;font-size:16px}@media(min-width: 768px){.abde-cmp-timeline .tl-swiper-mobile{margin-right:0}.abde-cmp-timeline .tl-swiper-mobile .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.abde-cmp-timeline .tl-swiper-mobile .swiper-wrapper .swiper-slide{height:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.abde-cmp-timeline .tl-swiper-mobile .swiper-wrapper .swiper-slide .abde-tl-event{padding:10px 0 0 20px;border-left:2px solid #c4c4c4;margin-bottom:40px}.abde-cmp-timeline .tl-swiper-mobile .swiper-wrapper .swiper-slide .abde-tl-event p{font-size:18px}}@media(min-width: 1024px){.abde-cmp-timeline .tl-swiper-mobile .swiper-wrapper .swiper-slide{height:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.abde-cmp-timeline .tl-swiper-mobile .swiper-wrapper .swiper-slide .abde-tl-event{height:220px;overflow:hidden}}@media(min-width: 768px){.abde-cmp-timeline .tl-container-main,.abde-cmp-timeline .tl-swiper-mobile{min-height:auto;overflow:unset}}.abde-cmp-timeline .abde-see-more{color:#6d6d6d;font-size:18px !important;font-weight:700 !important;letter-spacing:2px;margin-bottom:40px !important;text-transform:uppercase;position:absolute;z-index:9;top:-35px;margin-left:-5px}@media(min-width: 768px){.abde-cmp-timeline .abde-see-more{display:none}}.abde-cmp-timeline .abde-see-more svg{color:#6d6d6d;margin:0 10px}.abde-cmp-timeline .js-calc-panel-width:last-child{width:90% !important}@media(min-width: 768px){.abde-cmp-timeline .js-calc-panel-width:last-child .swiper-slide-inner{max-width:280px}}.abde-alert-cmp{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0 20px 15px;background-color:#e5f6fc;color:#006da8;margin:1px 0}.abde-alert-cmp a{color:#006da8;text-decoration:underline}.abde-alert-cmp a.abde-yellow{color:#ffbf27 !important}.abde-alert-cmp a.abde-purple{color:#5949a7 !important}.abde-alert-cmp a.abde-lightpurple{color:#aba4cf !important}.abde-alert-cmp a.abde-lightblue{color:#78c3e7 !important}.abde-alert-cmp a.abde-blue{color:#1e9bd7 !important}.abde-alert-cmp a.abde-teal{color:#50beaf !important}.abde-alert-cmp a.abde-aqua{color:#1cd8c0 !important}.abde-alert-cmp a.abde-white{color:#fff !important}.abde-alert-cmp a.abde-black{color:#000 !important}.abde-alert-cmp a.abde-cyan{color:#1e9bd7 !important}.abde-alert-cmp a.abde-warning{color:#ca2127 !important}.abde-alert-cmp a.abde-alert{color:#006da8 !important}.abde-alert-cmp a:hover{color:#006da8}.abde-alert-cmp a:hover.abde-yellow{color:#ffbf27 !important}.abde-alert-cmp a:hover.abde-purple{color:#5949a7 !important}.abde-alert-cmp a:hover.abde-lightpurple{color:#aba4cf !important}.abde-alert-cmp a:hover.abde-lightblue{color:#78c3e7 !important}.abde-alert-cmp a:hover.abde-blue{color:#1e9bd7 !important}.abde-alert-cmp a:hover.abde-teal{color:#50beaf !important}.abde-alert-cmp a:hover.abde-aqua{color:#1cd8c0 !important}.abde-alert-cmp a:hover.abde-white{color:#fff !important}.abde-alert-cmp a:hover.abde-black{color:#000 !important}.abde-alert-cmp a:hover.abde-cyan{color:#1e9bd7 !important}.abde-alert-cmp a:hover.abde-warning{color:#ca2127 !important}.abde-alert-cmp a:hover.abde-alert{color:#006da8 !important}.abde-alert-cmp&gt;p:first-of-type{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:20px}.abde-alert-cmp&gt;span:first-of-type{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;font-size:25px;line-height:20px;margin-left:40px}.abde-alert-cmp&gt;span:first-of-type:hover{cursor:pointer;opacity:.7}.abde-alert-cmp&gt;span:first-of-type&gt;i{color:inherit}@media(min-width: 1280px){.abde-alert-cmp{padding-left:125px}.abde-alert-cmp&gt;span:first-of-type{margin-right:80px;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px}}.abde-alert-cmp.abde-warning{color:#ca2127;background-color:#ffe5e4}.abde-alert-cmp.abde-warning&gt;span:first-of-type{color:#ca2127}.abde-alert-cmp.abde-warning a{color:#ca2127}.abde-alert-cmp .abde-alert-icon{padding:0 0 0 20px;font-size:25px}.abde-alert-cmp.abde-yellow{background-color:rgba(255,191,39,.2)}.abde-alert-cmp.abde-yellow .abde-fund-card-button-right{background-color:#ffbf27}.abde-alert-cmp.abde-purple{background-color:rgba(89,73,167,.2)}.abde-alert-cmp.abde-purple .abde-fund-card-button-right{background-color:#5949a7}.abde-alert-cmp.abde-lightpurple{background-color:rgba(171,164,207,.2)}.abde-alert-cmp.abde-lightpurple .abde-fund-card-button-right{background-color:#aba4cf}.abde-alert-cmp.abde-lightblue{background-color:rgba(120,195,231,.2)}.abde-alert-cmp.abde-lightblue .abde-fund-card-button-right{background-color:#78c3e7}.abde-alert-cmp.abde-blue{background-color:rgba(30,155,215,.2)}.abde-alert-cmp.abde-blue .abde-fund-card-button-right{background-color:#1e9bd7}.abde-alert-cmp.abde-teal{background-color:rgba(80,190,175,.2)}.abde-alert-cmp.abde-teal .abde-fund-card-button-right{background-color:#50beaf}.abde-alert-cmp.abde-aqua{background-color:rgba(28,216,192,.2)}.abde-alert-cmp.abde-aqua .abde-fund-card-button-right{background-color:#1cd8c0}.abde-alert-cmp.abde-white{background-color:rgba(255,255,255,.2)}.abde-alert-cmp.abde-white .abde-fund-card-button-right{background-color:#fff}.abde-alert-cmp.abde-black{background-color:rgba(0,0,0,.2)}.abde-alert-cmp.abde-black .abde-fund-card-button-right{background-color:#000}.abde-alert-cmp.abde-cyan{background-color:rgba(30,155,215,.2)}.abde-alert-cmp.abde-cyan .abde-fund-card-button-right{background-color:#1e9bd7}.abde-alert-cmp.abde-warning{background-color:rgba(202,33,39,.2)}.abde-alert-cmp.abde-warning .abde-fund-card-button-right{background-color:#ca2127}.abde-alert-cmp.abde-alert{background-color:rgba(0,109,168,.2)}.abde-alert-cmp.abde-alert .abde-fund-card-button-right{background-color:#006da8}.abde-alert-cmp.abde-yellow{color:#ffbf27 !important}.abde-alert-cmp.abde-purple{color:#5949a7 !important}.abde-alert-cmp.abde-lightpurple{color:#aba4cf !important}.abde-alert-cmp.abde-lightblue{color:#78c3e7 !important}.abde-alert-cmp.abde-blue{color:#1e9bd7 !important}.abde-alert-cmp.abde-teal{color:#50beaf !important}.abde-alert-cmp.abde-aqua{color:#1cd8c0 !important}.abde-alert-cmp.abde-white{color:#fff !important}.abde-alert-cmp.abde-black{color:#000 !important}.abde-alert-cmp.abde-cyan{color:#1e9bd7 !important}.abde-alert-cmp.abde-warning{color:#ca2127 !important}.abde-alert-cmp.abde-alert{color:#006da8 !important}.abde-tandc-modal .abde-container{position:relative;max-width:776px}.abde-tandc-modal .abde-container .abde-modal-close{right:15px}.abde-tandc-modal .abde-modal-content{margin:15% auto 0 auto;padding:40px;max-height:75vh}.abde-tandc-modal .abde-modal-content .abde-tandc-title{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:28px;line-height:1.2143;padding-bottom:20px}@media screen and (min-width: 0){.abde-tandc-modal .abde-modal-content .abde-tandc-title{font-size:28px;line-height:1.2143}}@media screen and (min-width: 576px){.abde-tandc-modal .abde-modal-content .abde-tandc-title{font-size:28px;line-height:1.2143}}@media screen and (min-width: 768px){.abde-tandc-modal .abde-modal-content .abde-tandc-title{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1176px){.abde-tandc-modal .abde-modal-content .abde-tandc-title{font-size:34px;line-height:1.2353}}@media screen and (min-width: 1440px){.abde-tandc-modal .abde-modal-content .abde-tandc-title{font-size:34px;line-height:1.2353}}.abde-tandc-modal .abde-modal-content .abde-tandc-subtitle{font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:normal;font-size:20px;line-height:1.1}@media screen and (min-width: 0){.abde-tandc-modal .abde-modal-content .abde-tandc-subtitle{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){.abde-tandc-modal .abde-modal-content .abde-tandc-subtitle{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){.abde-tandc-modal .abde-modal-content .abde-tandc-subtitle{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){.abde-tandc-modal .abde-modal-content .abde-tandc-subtitle{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){.abde-tandc-modal .abde-modal-content .abde-tandc-subtitle{font-size:22px;line-height:1.1818}}.abde-tandc-modal .abde-modal-content .abde-tandc-desc{padding:20px 0px}.abde-tandc-modal .abde-modal-content .abde-tandc-desc p{padding:0px 0px 20px}.abde-tandc-modal .abde-modal-content .abde-tandc-desc ul{padding:0px 20px}.abde-tandc-modal .abde-modal-content .abde-tandc-close{color:#1e9bd7;text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:bold;cursor:pointer}.abde-tandc-modal .abde-modal-content .abde-tandc-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.abde-bookmark{position:relative;margin-right:12px;color:#1e9bd7;z-index:4;cursor:pointer;display:inline-block}.abde-bookmark button{background-color:transparent;color:#1e9bd7;cursor:pointer;position:relative;background:none;border:none}.abde-bookmark button [class*=solid-icon]{position:absolute;visibility:hidden}.abde-bookmark button [class*=outline-icon]{position:relative;visibility:visible}.abde-bookmark button i svg{color:#1e9bd7}.abde-bookmark button[class*=active] [class*=solid-icon]{position:relative;visibility:visible}.abde-bookmark button[class*=active] [class*=outline-icon]{position:absolute;visibility:hidden}.abde-bookmark button[class*=active]:hover i svg{color:#1e9bd7}.abde-bookmark button:focus,.abde-bookmark button.focus-visible{outline:none}.abde-bookmark button:focus,.abde-bookmark button:focus-visible{outline:none}@media(min-width: 576px){.abde-bookmark button:hover{cursor:pointer}.abde-bookmark button:hover [class*=outline-icon]{position:relative;visibility:visible}.abde-bookmark button:hover [class*=outline-icon] svg{color:rgba(30,155,215,.5)}.abde-bookmark button:hover [class*=solid-icon]{position:relative;visibility:visible;position:absolute}.abde-bookmark button:hover [class*=solid-icon] svg{color:rgba(30,155,215,.5)}}.abde-bookmark button{position:relative}.abde-bookmark button .abde-bookmark-hover{position:absolute;top:0px}@media(min-width: 576px){.abde-bookmark button:hover .abde-bookmark-hover{display:block;color:rgba(30,155,215,.5)}}.abde-bookmark button{padding:0px}.abde-bookmark svg{width:18px;height:24px}.abde-social-card-list .abde-social-card+.abde-social-card{padding-top:30px}.abde-social-card-list .abde-social-card .abde-social-card-image{display:block;padding-top:60%;width:100%;height:0;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}.abde-social-card-list .abde-social-card.instagram .abde-social-card-image{background-color:#000;background-size:auto 100%;background-position:center top}.abde-social-card-list .abde-social-card&gt;p{padding:30px 15px;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;line-height:32px}.abde-social-card-list .abde-social-card .abde-social-card-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.abde-social-card-list .abde-social-card .abde-social-card-actions&gt;div{margin-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-social-card-list .abde-social-card .abde-social-card-actions&gt;div:last-child{margin-right:0px}.abde-social-card-list .abde-social-card .abde-social-card-actions{border-top:1px solid #e0e0e0;color:#657786;font-family:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.abde-social-card-list .abde-social-card .abde-social-card-actions&gt;div:first-child{-webkit-box-flex:2;-ms-flex:2 0 auto;flex:2 0 auto}.abde-social-card-list .abde-social-card .abde-social-card-actions&gt;div:last-child{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.abde-social-card-list .abde-social-card .abde-social-card-actions .like,.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet,.abde-social-card-list .abde-social-card .abde-social-card-actions .reply,.abde-social-card-list .abde-social-card .abde-social-card-actions .share{position:relative}.abde-social-card-list .abde-social-card .abde-social-card-actions .like a,.abde-social-card-list .abde-social-card .abde-social-card-actions .like span,.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet a,.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet span,.abde-social-card-list .abde-social-card .abde-social-card-actions .reply a,.abde-social-card-list .abde-social-card .abde-social-card-actions .reply span,.abde-social-card-list .abde-social-card .abde-social-card-actions .share a,.abde-social-card-list .abde-social-card .abde-social-card-actions .share span{cursor:pointer;display:inline-block;width:34px;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:17px;text-decoration:none}.abde-social-card-list .abde-social-card .abde-social-card-actions .like a [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .like span [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet a [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet span [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .reply a [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .reply span [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .share a [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .share span [class*=solid-icon]{position:absolute;visibility:hidden}.abde-social-card-list .abde-social-card .abde-social-card-actions .like a [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .like span [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet a [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet span [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .reply a [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .reply span [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .share a [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .share span [class*=outline-icon]{position:relative;visibility:visible}.abde-social-card-list .abde-social-card .abde-social-card-actions .like a:hover i:before,.abde-social-card-list .abde-social-card .abde-social-card-actions .like span:hover i:before,.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet a:hover i:before,.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet span:hover i:before,.abde-social-card-list .abde-social-card .abde-social-card-actions .reply a:hover i:before,.abde-social-card-list .abde-social-card .abde-social-card-actions .reply span:hover i:before,.abde-social-card-list .abde-social-card .abde-social-card-actions .share a:hover i:before,.abde-social-card-list .abde-social-card .abde-social-card-actions .share span:hover i:before{font-weight:900}.abde-social-card-list .abde-social-card .abde-social-card-actions .like i,.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet i,.abde-social-card-list .abde-social-card .abde-social-card-actions .reply i,.abde-social-card-list .abde-social-card .abde-social-card-actions .share i{font-size:20px}.abde-social-card-list .abde-social-card .abde-social-card-actions .like:hover [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet:hover [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .reply:hover [class*=solid-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .share:hover [class*=solid-icon]{position:relative;visibility:visible}.abde-social-card-list .abde-social-card .abde-social-card-actions .like:hover [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .retweet:hover [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .reply:hover [class*=outline-icon],.abde-social-card-list .abde-social-card .abde-social-card-actions .share:hover [class*=outline-icon]{position:absolute;visibility:hidden}.abde-social-card-list .abde-social-card .abde-social-card-actions .abde-social-card-tooltip{position:absolute;border-radius:2px;right:0px;top:40px;font-size:12px;background-color:rgba(196,196,196,.8);color:#fff;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;text-align:center;opacity:0;width:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.abde-social-card-list .abde-social-card .abde-social-card-actions .abde-social-card-tooltip.open{opacity:1;width:120px}.abde-social-card-list .abde-social-card .abde-social-card-actions i{font-size:18px;color:#1e9bd7}.abde-social-card-list .abde-social-card .abde-social-card-profile{display:-webkit-box;display:-ms-flexbox;display:flex}.abde-social-card-list .abde-social-card .abde-social-card-profile-image{padding-top:8px;padding-right:4px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.abde-social-card-list .abde-social-card .abde-social-card-profile-image svg,.abde-social-card-list .abde-social-card .abde-social-card-profile-image img{width:32px;border-radius:16px;height:32px;display:inline-block}.abde-social-card-list .abde-social-card .abde-social-card-profile-name{padding-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;color:#262626;font-size:12px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.abde-social-card-list .abde-social-card .abde-social-card-profile-name svg{fill:#1e9bd7}.abde-social-card-list .abde-social-card .abde-social-card-profile-name span{color:#262626}.abde-social-card-list .abde-social-card .abde-social-card-profile-name a{padding:3px 4px 0px 4px;color:#262626}.abde-social-card-list .abde-social-card .abde-social-card-profile-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal;font-size:12px}.abde-social-card-list .abde-social-card .abde-social-card-profile-detail svg{fill:#1e9bd7}.abde-social-card-list .abde-social-card .abde-social-card-profile-detail span{padding:3px 4px 0px 0px}.abde-social-card-list .abde-social-card .abde-social-card-profile-detail a{padding:0px 4px}.abde-social-card-list .abde-social-card .abde-social-card-image{padding-top:52.25%}.abde-social-card-list.loading{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.abde-social-card-list.loading:before{text-align:center;margin-right:-20px;display:inline-block;font-size:40px;width:40px;height:40px;line-height:40px;-webkit-animation:rotate .9s cubic-bezier(0.45, 0, 0.55, 1) infinite;animation:rotate .9s cubic-bezier(0.45, 0, 0.55, 1) infinite;-webkit-transform-origin:20px 19px;transform-origin:20px 19px}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media(min-width: 768px){.abde-social-card-list .abde-social-card{padding-bottom:30px}.abde-social-card-list .abde-social-card+.abde-social-card{padding-top:0px}}.abde-tabs .abde-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-tabs .abde-tabs-container .abde-tabs-col-left{display:none}.abde-tabs .abde-tabs-container .abde-tabs-col-right{-webkit-box-flex:1;-ms-flex:1;flex:1}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px;height:auto;-webkit-box-shadow:none;box-shadow:none}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content{-ms-flex-wrap:wrap;flex-wrap:wrap}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header{display:block;color:#6d6d6d;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;font-size:16px;line-height:1.3125;font-size:20px !important;width:100%;text-align:left;cursor:pointer;padding-bottom:30px}@media screen and (min-width: 0){.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header{font-size:16px;line-height:1.3125}}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header span{color:#1e9bd7;padding-left:10px;position:relative;display:block}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header span:before{position:absolute;left:0;top:0;content:" ";width:3px;background-color:#1e9bd7;height:90%}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0 -4px 8px 0 rgba(0,0,0,.2);box-shadow:0 -4px 8px 0 rgba(0,0,0,.2);padding:20px 20px}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left img{margin:auto}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-yellow{background-color:#ffbf27}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-purple{background-color:#5949a7}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-lightpurple{background-color:#aba4cf}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-lightblue{background-color:#78c3e7}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-blue{background-color:#1e9bd7}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-aqua{background-color:#1cd8c0}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-white{background-color:#fff}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-black{background-color:#000}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-cyan{background-color:#1e9bd7}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left.abde-tabs-bgcolor-gray{background-color:#f0f0f0}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left .abde-footnote-text{padding-top:20px}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-right{-webkit-box-shadow:0 8px 8px 0 rgba(0,0,0,.2);box-shadow:0 8px 8px 0 rgba(0,0,0,.2)}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-text{padding:20px 20px}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-text .abde-tab-content-headline p{font-family:"Klavika",Arial,Helvetica,sans-serif !important;font-weight:700 !important;color:#000;font-size:17px;letter-spacing:0;line-height:1.25;padding-left:15px;margin-bottom:20px;position:relative}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-text .abde-tab-content-headline p:before{position:absolute;left:0;top:3px;content:" ";width:3px;background-color:#000;height:90%}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-text .abde-text p{padding-bottom:15px;font-size:15px;line-height:1.4}.abde-tabs .abde-tabs-container .abde-tabs-show-more-button{margin-top:60px}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links{display:block;color:#6d6d6d;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400;font-size:16px;line-height:1.3125;width:100%;text-align:left;cursor:pointer;padding-bottom:20px}@media screen and (min-width: 0){.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px){.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links{font-size:16px;line-height:1.3125}}@media screen and (min-width: 768px){.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1176px){.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links{font-size:16px;line-height:1.3125}}@media screen and (min-width: 1440px){.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links{font-size:16px;line-height:1.3125}}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links span{font-size:18px;display:block;position:relative;padding-left:0}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links:hover{text-decoration:none;cursor:pointer}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links:hover span{color:#6d6d6d;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;padding-left:10px}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links:hover span:before{position:absolute;left:0;top:0;content:" ";width:3px;background-color:#6d6d6d;height:100%}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links.active{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:500;position:relative;letter-spacing:-0.035em}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links.active span{color:#1e9bd7;padding-left:10px}.abde-tabs .abde-tabs-container .abde-tab-link-container .abde-tab-links.active span:before{position:absolute;left:0;top:0;content:" ";width:3px;background-color:#1e9bd7;height:100%}.abde-tabs .cmp-tabs__tabpanel{width:100%;background:#fff;padding:40px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400;font-size:18px;line-height:1.77}@media screen and (min-width: 0){.abde-tabs .cmp-tabs__tabpanel{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-tabs .cmp-tabs__tabpanel{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-tabs .cmp-tabs__tabpanel{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-tabs .cmp-tabs__tabpanel{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-tabs .cmp-tabs__tabpanel{font-size:18px;line-height:1.77}}.abde-tabs .cmp-tabs__tabpanel .abde-text .abde-text-container.abde-text-generic h3,.abde-tabs .cmp-tabs__tabpanel .abde-text .abde-text-container.abde-text-generic h4,.abde-tabs .cmp-tabs__tabpanel .abde-text .abde-text-container.abde-text-generic p{color:#000}@media(min-width: 1024px){.abde-tabs .abde-tabs-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.abde-tabs .abde-tabs-container .abde-tabs-col-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:180px;-ms-flex:180px;flex:180px;margin-right:60px}.abde-tabs .abde-tabs-container .abde-tabs-col-right{-webkit-box-flex:90%;-ms-flex:90%;flex:90%}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);height:750px}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-header{display:none}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:690px;-ms-flex:690px;flex:690px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:none;box-shadow:none}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-right{-webkit-box-shadow:none;box-shadow:none;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:370px;-ms-flex:370px;flex:370px}.abde-tabs .abde-tabs-container .abde-tabs-col-right .abde-tab-content-container .abde-tab-content .abde-tab-content-right .abde-tab-content-text{padding-left:30px}}@media(min-width: 1176px){.abde-tabs .abde-tab-content-container{height:650px !important}}.abde-tab-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:20px 0;position:relative}.abde-tab-container .abde-paginated-horizontal-scroll{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.abde-tab-container .abde-tabs-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.abde-tab-container .abde-tabs-flex .abde-dropdown-selected,.abde-tab-container .abde-tabs-flex .cmp-accordion__icon{display:none}.abde-tab-container .cmp-tabs__tabpanel{padding-left:40px;padding-right:40px}.abde-tab-container .abde-tabs__tablist{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;overflow:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-left:1px solid #c4c4c4}.abde-tab-container .abde-tabs__tablist .abde-tabs__tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f7f7f7;text-align:center;cursor:pointer;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;white-space:nowrap;border:1px solid #c4c4c4;border-left-style:none;padding:20px 20px;border-top-style:1px solid #c4c4c4}.abde-tab-container .abde-tabs__tablist .abde-tabs__tab span{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:500;color:#6d6d6d;font-size:19px;line-height:1.32}@media screen and (min-width: 0){.abde-tab-container .abde-tabs__tablist .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-tab-container .abde-tabs__tablist .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-tab-container .abde-tabs__tablist .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-tab-container .abde-tabs__tablist .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-tab-container .abde-tabs__tablist .abde-tabs__tab span{font-size:19px;line-height:1.32}}.abde-tab-container .abde-tabs__tablist .abde-tabs__tab:hover span{color:#000}.abde-tab-container .abde-tabs__tablist .abde-tabs__tab img{display:none}.abde-tab-container .abde-tabs__tablist .cmp-tabs__tab--active{border-bottom:1px solid #fff !important;background:#fff}.abde-tab-container .abde-tabs__tablist .cmp-tabs__tab--active span{color:#000;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700;border:none !important}.abde-tab-container .arrow{cursor:pointer;display:block;color:#1e9bd7;position:absolute}.abde-tab-container .arrow svg{height:32px;width:32px}.abde-tab-container .arrow.left{left:-42px;top:15px}.abde-tab-container .arrow.right{right:-42px;top:15px}.abde-tab-container.left-aligned .arrow{display:none}.abde-tab-container.left-aligned .abde-tabs-flex{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.abde-tab-container.left-aligned .abde-tabs-flex .abde-tabs__tablist{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:80%}.abde-tab-container.left-aligned .abde-tabs-flex .abde-tabs__tablist .abde-tabs__tab{white-space:normal}.abde-tab-container.left-aligned .abde-tabs-flex .abde-tabs__tablist .abde-tabs__tab span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.abde-tab-container.left-aligned.with-container .cmp-tabs__tabpanel{position:relative}.abde-tab-container.left-aligned.with-container .cmp-tabs__tabpanel::after{content:"";position:absolute;top:-1px;right:0;width:20%;border-top:1px solid #c4c4c4}.abde-tab-container.with-icons .cmp-tabs__tabpanel{border:1px solid #fff;padding-left:40px;padding-right:40px}.abde-tab-container.with-icons .arrow{display:none}.abde-tab-container.with-icons .abde-tabs__tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f7f7f7;padding:0 0;padding-bottom:20px;text-align:center;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;white-space:normal}.abde-tab-container.with-icons .abde-tabs__tab span{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:500;color:#6d6d6d;font-size:19px;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width: 0){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:19px;line-height:1.32}}.abde-tab-container.with-icons .abde-tabs__tab img{display:block;width:50px;height:50px;margin-top:20px;margin-bottom:15px;-o-object-fit:contain;object-fit:contain;-webkit-filter:grayscale(100%) brightness(98%);filter:grayscale(100%) brightness(98%)}.abde-tab-container.with-icons .abde-tabs__tab:hover span{color:#000}.abde-tab-container.with-icons .abde-tabs__tab:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.abde-tab-container.with-icons .abde-tabs__tab:hover span{color:#000}.abde-tab-container.with-icons .cmp-tabs__tab--active{background:#fff;border-bottom:1px solid #fff}.abde-tab-container.with-icons .cmp-tabs__tab--active span{color:#000;background-color:#fff;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-tab-container.with-icons .cmp-tabs__tab--active img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}@media(min-width: 576px)and (max-width: 1176px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:16px;line-height:1.3125;line-height:20px}}@media screen and (min-width: 576px)and (max-width: 1176px)and (min-width: 0){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px)and (max-width: 1176px)and (min-width: 576px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px)and (max-width: 1176px)and (min-width: 768px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px)and (max-width: 1176px)and (min-width: 1176px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:16px;line-height:1.3125}}@media screen and (min-width: 576px)and (max-width: 1176px)and (min-width: 1440px){.abde-tab-container.with-icons .abde-tabs__tab span{font-size:16px;line-height:1.3125}}.abde-tab-container.with-container .cmp-tabs__tabpanel{border:1px solid #c4c4c4;border-top:1px solid #fff;padding-left:40px;padding-right:40px}.abde-tabs-dropdown-mobile{border:1px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:10px;margin-bottom:40px;margin-left:0;margin-right:0}.abde-tabs-dropdown-mobile .abde-tabs-flex{position:relative;background:#fff;padding-left:10px;padding-right:10px}.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown{display:inline-block;position:relative;width:100%;cursor:pointer;color:#000}.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .cmp-accordion__icon .rotate svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-selected{background:transparent;font-family:"Theinhardt",normal;font-size:19px;line-height:1.32;padding:9px 2px;border-bottom:2px solid #1e9bd7;color:#000}@media screen and (min-width: 0){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-selected{font-size:19px;line-height:1.32}}@media screen and (min-width: 576px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-selected{font-size:19px;line-height:1.32}}@media screen and (min-width: 768px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-selected{font-size:19px;line-height:1.32}}@media screen and (min-width: 1176px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-selected{font-size:19px;line-height:1.32}}@media screen and (min-width: 1440px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-selected{font-size:19px;line-height:1.32}}.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list{display:none;list-style:none;padding:0 0;margin:0 0;position:absolute;width:100%;background:#fff;border:none;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) padding-box,-webkit-gradient(linear, left top, right top, from(#d3d3d3), to(#ffffff)) border-box;background:linear-gradient(#ffffff, #ffffff) padding-box,linear-gradient(to right, #d3d3d3, #ffffff) border-box;border:1px solid transparent;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1);z-index:1}.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list li{padding:5px 15px;font-family:"Theinhardt",light;font-size:18px;line-height:1.77;cursor:pointer}@media screen and (min-width: 0){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list li{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list li{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list li{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list li{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list li{font-size:18px;line-height:1.77}}.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .abde-dropdown-list li.selected{display:none}.abde-tabs-dropdown-mobile .abde-tabs-flex .abde-dropdown .cmp-accordion__icon{color:#1e9bd7;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.abde-tabs-dropdown-mobile .cmp-tabs__tabpanel--active{display:block}@media(max-width: 576px){.abde-tabs__tablist{display:none}.arrow{display:none}}.abde-dropdown{display:none}.abde-extended-content .abde-layout{display:none}.abde-modal{position:fixed;left:0;right:0;top:0;bottom:0;z-index:1006;background-color:rgba(109,109,109,.6);display:none}.abde-modal-content{background-color:#fff;overflow:auto;width:100%}.abde-modal-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:20%;margin:auto;width:95vw;max-width:800px;max-height:calc(95vh - 50px)}.abde-modal-content-wrapper .video-js.vjs-fluid{width:1010px}.abde-modal.abde-modal-show{display:block}.abde-modal-close{position:absolute;right:0px;top:-40px;border:2px solid #fff;border-radius:15px;width:30px;height:30px;background-color:#000;color:#fff;font-family:"Font Awesome 6 Pro";line-height:28px;text-align:center;cursor:pointer}.abde-modal-close:before{text-align:center}.abde-modal.abde-tandc-modal{display:block}[data-modal-trigger]{cursor:pointer}@media screen and (max-height: 440px){.abde-modal-content-wrapper{top:calc(5% + 80px)}}.abde-lend-modal{z-index:100002}.abde-lend-overlay{background:#000;bottom:0;left:0;opacity:1;position:fixed;right:0;top:0;z-index:100001}.abde-lend-close{border-bottom:1px solid #1e9bd7}.abde-lend-error-message{color:#ca2127;padding-bottom:15px;visibility:hidden}.abde-lend-error-message.abde-lend-error-show{visibility:visible}.abde-button#abde-jump-to-top-button{display:none;position:fixed;bottom:30px;right:20px;z-index:99;border:none;outline:none;cursor:pointer}@media(min-width: 1024px){.abde-button#abde-jump-to-top-button{right:50px}}.abde-button#abde-jump-to-top-button .abde-btn-container{margin-bottom:0}.abde-button#abde-jump-to-top-button .abde-btn-container a.abde-icon-btn{border:1px solid #fff;background-color:#262626;height:50px;width:50px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.abde-button#abde-jump-to-top-button .abde-btn-container a.abde-icon-btn i{font-size:25px;color:#fff}.abde-button#abde-jump-to-top-button .abde-btn-container a.abde-icon-btn:hover{background-color:#1e9bd7}.abde-button#abde-jump-to-top-button .abde-btn-container a.abde-icon-btn:active{background-color:#007abb}.abde-button.visible#abde-jump-to-top-button{display:block}.abde-tri-panel .abde-tri-panel-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#f7f7f7;min-height:355px}.abde-tri-panel .abde-tri-panel-container div *{color:#000 !important}.abde-tri-panel .abde-tri-panel-container.abde-theme-bg-darkest{padding:0 0}.abde-tri-panel .abde-tri-panel-container.abde-theme-bg-darkest div *{color:#fff !important}.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description-section,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-bullet-points-section{-ms-flex-preferred-size:40%;flex-basis:40%}.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description-section{margin-top:80px;margin-bottom:80px;margin-left:130px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description-section h2{padding-bottom:30px}.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-image-section{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:0 0;padding:0 0;max-width:308px}.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-bullet-points-section{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:80px;margin-bottom:80px;margin-right:20px;padding-right:60px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description-section,.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section{-ms-flex-preferred-size:40%;flex-basis:40%;overflow:hidden;word-wrap:break-word;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:60px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section{padding-left:0;padding-right:0;max-width:308px;display:-webkit-box;display:-ms-flexbox;display:flex}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section .abde-image{display:-webkit-box;display:-ms-flexbox;display:flex}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section .abde-image .abde-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section .abde-image .abde-image-container picture{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section .abde-image .abde-image-container picture img{-o-object-fit:cover;object-fit:cover}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description-section,.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section{margin-top:80px;margin-bottom:80px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description-section{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:60px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section ul{list-style-type:none;padding:0 0}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section li{position:relative;padding-left:20px;margin-bottom:30px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section li:before{content:"";position:absolute;top:5px;left:0px;width:3px;height:45px;background-color:#1e9bd7}@media(max-width: 1024px){.abde-tri-panel .abde-tri-panel-container,.abde-tri-panel .abde-tri-panel-container.right-variation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section,.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description,.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-image-section,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-bullet-points-section{display:inline-block !important;-ms-flex-preferred-size:auto !important;flex-basis:auto !important;padding-right:0px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-image-section{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:0;margin-top:0;margin-bottom:40px;max-width:100%}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section .abde-image .abde-image-container picture,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-image-section .abde-image .abde-image-container picture{max-width:100%}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-image-section .abde-image .abde-image-container picture img,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-image-section .abde-image .abde-image-container picture img{max-width:100%}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description-section,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description-section{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:auto !important;flex-basis:auto !important;margin:0 0;padding:20px 20px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description-section h2,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description-section h2{padding-bottom:30px;padding-left:0;padding-right:20px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description-section .abde-tri-panel-description,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description-section .abde-tri-panel-description{margin-top:0;margin-bottom:0;padding-left:0;padding-right:20px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-description-section .abde-tri-panel-description *:last-child,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-description-section .abde-tri-panel-description *:last-child{padding-bottom:0  !important}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-bullet-points-section{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:10px;margin-bottom:60px}.abde-tri-panel .abde-tri-panel-container .abde-tri-panel-bullet-points-section ul,.abde-tri-panel .abde-tri-panel-container.right-variation .abde-tri-panel-bullet-points-section ul{list-style-type:none;padding-left:20px;padding-right:20px}}section#abde-fund-risk-disclosure article{border:1px solid #c4c4c4;color:#262626;-webkit-box-sizing:border-box;box-sizing:border-box;margin:40px 0;margin-bottom:60px;padding:20px 20px;height:250px;overflow:auto}section#abde-fund-risk-disclosure article ul{padding-left:20px;width:100%;font-size:18px;line-height:1.77}@media screen and (min-width: 0){section#abde-fund-risk-disclosure article ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 576px){section#abde-fund-risk-disclosure article ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 768px){section#abde-fund-risk-disclosure article ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 1176px){section#abde-fund-risk-disclosure article ul{font-size:18px;line-height:1.77}}@media screen and (min-width: 1440px){section#abde-fund-risk-disclosure article ul{font-size:18px;line-height:1.77}}section#abde-fund-risk-disclosure article ul li{position:relative;margin-bottom:30px}section#abde-fund-risk-disclosure article ul li::marker{font-size:20px;line-height:1.1}@media screen and (min-width: 0){section#abde-fund-risk-disclosure article ul li::marker{font-size:20px;line-height:1.1}}@media screen and (min-width: 576px){section#abde-fund-risk-disclosure article ul li::marker{font-size:20px;line-height:1.1}}@media screen and (min-width: 768px){section#abde-fund-risk-disclosure article ul li::marker{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1176px){section#abde-fund-risk-disclosure article ul li::marker{font-size:22px;line-height:1.1818}}@media screen and (min-width: 1440px){section#abde-fund-risk-disclosure article ul li::marker{font-size:22px;line-height:1.1818}}@media(max-width: 1440px){section#abde-fund-risk-disclosure article{margin-left:30px;margin-right:30px}}@media(max-width: 1440px){section#abde-fund-risk-disclosure .abde-row&gt;.abde-col-12:first-of-type{padding:0 0}}.abde-pardot-form-field{background:#000;color:#fff}.abde-pardot-form-field label{display:none}.abde-pardot-form-field .abde-pardot-form-field-input{background:transparent;border:none;color:#fff;padding-left:5px;padding-right:5px;padding-top:10px;padding-bottom:15px;width:100%;border-bottom:2px solid #1e9bd7;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:400}.abde-pardot-form-field .abde-pardot-form-field-input::-webkit-input-placeholder{color:#fff}.abde-pardot-form-field .abde-pardot-form-field-input::-moz-placeholder{color:#fff}.abde-pardot-form-field .abde-pardot-form-field-input:-ms-input-placeholder{color:#fff}.abde-pardot-form-field .abde-pardot-form-field-input::-ms-input-placeholder{color:#fff}.abde-pardot-form-field .abde-pardot-form-field-input::placeholder{color:#fff}.abde-pardot-form-field .abde-pardot-form-field-input:focus,.abde-pardot-form-field .abde-pardot-form-field-input.focus-visible,.abde-pardot-form-field .abde-pardot-form-field-input[focus-within]{outline:none}.abde-pardot-form-field .abde-pardot-form-field-input:focus,.abde-pardot-form-field .abde-pardot-form-field-input.focus-visible,.abde-pardot-form-field .abde-pardot-form-field-input:focus-within{outline:none}.abde-pardot-form-field .abde-pardot-form-field-input:focus,.abde-pardot-form-field .abde-pardot-form-field-input.focus-visible,.abde-pardot-form-field .abde-pardot-form-field-input[focus-within]{outline:none}.abde-pardot-form-field .abde-pardot-form-field-input:focus,.abde-pardot-form-field .abde-pardot-form-field-input:focus-visible,.abde-pardot-form-field .abde-pardot-form-field-input[focus-within]{outline:none}.abde-pardot-form-field .abde-pardot-form-field-input:focus,.abde-pardot-form-field .abde-pardot-form-field-input:focus-visible,.abde-pardot-form-field .abde-pardot-form-field-input:focus-within{outline:none}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-webkit-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-moz-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]:-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within::-webkit-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within::-moz-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within:-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within::-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input:focus-within::placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-webkit-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-moz-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]:-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input.focus-visible::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-webkit-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-moz-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]:-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input[focus-within]::placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::-webkit-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within::-webkit-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::-moz-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within::-moz-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible:-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within:-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::-ms-input-placeholder, .abde-pardot-form-field .abde-pardot-form-field-input:focus-within::-ms-input-placeholder{color:transparent}.abde-pardot-form-field .abde-pardot-form-field-input:focus::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input:focus-visible::placeholder,.abde-pardot-form-field .abde-pardot-form-field-input:focus-within::placeholder{color:transparent}.abde-pardot-btn{border:2px solid #1e9bd7;border-radius:24px;-webkit-border-radius:24px;-moz-border-radius:24px;height:40px;line-height:38px;position:relative;text-transform:uppercase;font-family:"Klavika",Arial,Helvetica,sans-serif;font-weight:500;padding-left:50px;padding-right:50px;color:#fff;background:transparent;text-decoration:none !important;text-align:center;white-space:nowrap;display:inline-block;background-color:transparent;outline-color:transparent;outline:none !important;cursor:pointer;font-size:12px;letter-spacing:1.68px;width:auto}.abde-pardot-btn i{position:absolute;right:10px;top:52.5%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#1e9bd7;font-size:16px;padding-left:5px;padding-right:5px;line-height:20px}.abde-pardot-btn:hover,.abde-pardot-btn:active,.abde-pardot-btn:focus{background:#1e9bd7;color:#fff}.abde-pardot-btn:hover i,.abde-pardot-btn:active i,.abde-pardot-btn:focus i{color:#fff}.abde-pardot-error-message{color:red}.abde-pardot-error-message i{color:red}.abde-pardot-error-message .abde-pardot-error-header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}.abde-pardot-error-message .abde-pardot-error-header-text{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-hide{display:none}.abde-show{display:block}.abde-pardot-success-message{color:#1e9bd7}.abde-pardot-success-message p{color:#1e9bd7}.abde-pardot-success-message .abde-pardot-success-header-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}.abde-pardot-success-message .abde-pardot-success-header-container p{display:inline}.abde-pardot-success-message .abde-pardot-success-header-text{font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:700}.abde-pardot-form-container{height:100%;background-color:#000;color:#fff}.abde-pardot-form-container form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.abde-pardot-form-container .abde-form-panel{padding:15px}.abde-pardot-form-container .abde-form-panel .abde-form-panel-label{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.abde-pardot-form-container .abde-pardot-form{padding-bottom:30px}@media(min-width: 768px){.abde-pardot-form-container .abde-pardot-form{padding-top:30px}}.abde-pardot-form-container .abde-padding{padding:30px 30px}.abde-pardot-form-container .form-info{display:none}.abde-pardot-form-container .form-error{display:none}.abde-pardot-form-container i{color:#1e9bd7}#fund-detail-risks h2{color:#262626;font-size:22px;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}#fund-detail-risks ul{list-style-type:none;padding:0;margin:0}#fund-detail-risks ul li,#fund-detail-risks ul p{font-size:14px;color:#262626;font-family:"Theinhardt",Arial,Helvetica,sans-serif;font-weight:normal}.abde-loader{background:url(data:image/gif;base64,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WJYV2jJUd2GLQVJxFzT80iJ2UYsdDrKMcH0FCXk85kQmp5bDEYQMd7mZNCPCiwfi5AfpOYgg7oLKbT5EF0j7yhgSkriyoMBd5pTILzQBB6/kxBEJMUnGCX+CBDQoohX1i+dExGELQgASXwdJGg7KwD0tCvQjzbCmQUIxCXk99KIYzegvAwIAIfkECQcA6wAsAAAAAGEAYQCHAAAAAQEBAgICAwMDBAQEBg4RCiAqDjZJEk5qFmOJGHaiGoO2HI3DHZPMHZfRHZrWHZrWHZrWHZrWHZrWHZrWHZrWHZrWHZrWHZrWHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXH5vXIJzXIJzXIZzXIZzXIpzXIp3XIp3XI53XI53YJJ3YJJ3YJZ7YJZ7YJZ7YJp7YJ5/YKJ/YKJ/YKaDYKqDYKqDZK6DZLKHZLKHZLqLZLqLZL6LaMaPaMqPaNKTaNaXbNqXbNqXbN6bbOKbbOabbOqfcO6fcPKjcPqncP6rdQardQardQqvdQ6vdRazdRq3eR63eSK3eSK7eSa7eSq7eSq/eS6/eTK/fTrDfT7HfULHfUbHgU7LgVrPgV7ThWLXhW7bhXbfiX7jiYbjiY7njZbrjZ7vkarzkbb7lcL/lcsDlc8HmdcLmeMPnesTnfMXnfcXnf8bogcfog8jphcjph8npicrqi8vqjczqjs3rkM7rks7rlM/rltDsmdHsm9LsnNPtn9TtodXuo9bupNbuptfvqNjvqdjvqtnvq9rwrNrwrdrwsNzwst3xs93xtd7xt9/yud/yu+HyvuLzv+LzwOPzwuT0xeX0x+b1yOb1y+j1zen20Or20uv21Ov31ez31ez31u332O342e742u742+/43fD53vD54PH54fL54/L65fP65vT65/T66PX66fX76vb76/b77Pb77Pf77vf77/j88Pj88fn88vn88vn88vn88vn88/n89Pr99fr99vv99/v99/v9+Pz9+Pz++fz++fz++vz++vz++vz++vz++vz++vz++fz++vz++vz++vz++v3++/3++/3++/3++/3+/P7+/f7+/v7+/v7+/v7+/v7+/v7+/v7+/////////////////v///v///v///v///v///v///v//////////////////////////////////////////CP4A1wkcSLCgwYMIEypcyLChw4cQI0qcSLFiQV+tQFE6hOcNl2gWQ4p0+KmOmik0MqhcqdLWyJcwC15iSXOlKYVv8LSKybPhp5o1MyUMdSODjjqamPVcalAVUJqMEvKh2eYRLqYWdyYM9pQlIIS+UtZUUsgX1ojL8GQApVBs1zoIB3U1qvOsTzcqx6RKuGVuhjYHb3Xxm4FNMbsJly2CwtLO4YNt/G456IhwBkeIEQZ7A3QRwjp+acD6VtAKYSUgMxccxeQpjVUHAVmmgWXOoE2VCRdSTZAXoSFz28wiWGqQF8vIWUKBzXudrTKW76xbJulM8usr9TQXSMqt3zc6sP6LzwBru0C549P7jbMQlVae39Sonw/0ZsJFNLgsW3rqOP3/GegRy0Gq3LHSV0tREh6A9L0xSkGZmMESDZMwJQiD/3FRiUC+FEJETV2cslQ0YGBIHw2J4GLdU2qQ1pMt3pk43oJd7dbTIjLmSFMSm0Q0CxibuGiQKTHqKCMUjzn0h0poLEJLQaaQYeSUKukhjUPB0JhBEYDoItAyJVJJJSkOJQIUDXW0YqCYRhbRY0O7SMnmnCzRYV9DM4k5BR6UdGKKLa18AkkgpslIQyFCNhSmjkw4cpVCrRQyBYNQ3OkQJ0aa0UguDwXjyBj07fHeQ3HoiMd+EhUzSJHInTFRKf5ByDiFI+NYNAkV4ynBikRTmRjEXiKhosR4nkH0zYoM0kDmS7PEih0WEnnTyR3A0ffDIzxFUhR2n1Bkix9aiufHUn6Ih0dBwcBCyiXdLlTMIq2JV0SSMX1TaHJBBFIHG1No6YZD35iJXVRM5QkgtA5tgt0UicJ3L31FPFQIdjZiRQmGqDJkB3bLYtUsg684JGFyatRqFxsMPsjQN6x2FUhmsgF4SUOwYIcZYgbTV6xA0uSiyieTHMLHHGhQEa5fnWQmCoMICiTnf6hk5hSAcA2EF4AuIYYLg64OpAeDpWQWC4NXEGQIg5xkRgp2RWjBhh2ALILJKK/8QpAkDFKSWf4m2AG7ECgM8pHZIdjRmxAqXGdWanJlN3QLgy/setYqziIHx0MYSmJXbsmN69CkAFrRME+LIgfJQ/IxODNTfGO3yOgI0UFTEVy4gUcR2Ik+IugLO2L4QZ8wkokpuKQmULnYCd6TwOlx+ahEo4hHw+kxZeLEf0ro0W5EpSMXRHkvtVI5gC1GBEmuUYs0S7wYziFRLNeLV4XeFlXin4meTMTZeDQckrGx6JFRGSSCC0H4YD5meAQxHrIMSlwtRxWCCCy6px4wOMJLCinGJiiIISjALiGSONp/1HCISxAPF7AwRSYGgawp7YwhrfganWZohQE1xBSMmaGJ2GCKObDKc/4MSUXLdJgeKJjFOeCiSdZWtgciMsgK2xMILBAhJ+k8pBi8c6J6hHKQaFCCC5ZqCCeGpcX0EGIpzCsjdkYFk2+g7ClWaAXh1EgTMBgvJqjgYB+Gsw5K9IWOK3lZgrR0hUe8gyCieCAdb6C5pQRiJXJQWUFgkQdAqgSMI+JCBvhwx4K0wpIqKcMHQwKLKB5ELaDMwCDMsw5fiNBENGihXyTJm4lNaQqJ8JIM/TIF5vDGFprM0RT24ImM0UKRQOGDDZvDubkUAhJ+eAP7/HIug7SiZUFY3XbsRRgm3LEYqSBjV96AEEYABQxL3I4lLHOIg4ysK2ZASFpYEgRCYJCVc4MgTBQkV5B8zgUKCVEFdDJgBm2ych2poMMQA4SQXXZllNF7wxEPShBcAAJ3QAGfQeY4l+cdpGMUNQgtGJG6lVTtIJEgTNhCSpFhWGIOL1CJJhLiCcLMlKUWWUUdwAApwhAMpxbp5EW6EgQssMGUQO3JFM4wBz8kwoSz+F9Sp0rVqo4kIAAh+QQJBwDjACwAAAAAYQBhAIcAAAAdmtYdmtYdmtYdmtYdmtYdmtYem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cfm9cgnNcinNcindcindcindcindcjndcjndcjndgkndgkntglntglntgmntgmntgnn9gnn9gon9gpoNgqoNgqoNgroNkroNksodkuotkvotkwo9oxo9oyo9oypNozpNo0pNs1pds2pds4pts5p9s7p9w8qNw9qdw+qdw/qtxAqt1Bqt1Cq91Dq91FrN1GrN5Hrd5Ird5Jrt5Lr95NsN9PsN9Rsd9TsuBUs+BXtOFYteFatuFdt+JguOJhueJiueJluuNovORrveRtvuVvv+VywOV0weZ2wuZ4w+d6xOd9xed/xuiAx+iBx+iDyOmFyemHyemJyumKyuqKy+qLy+qNzOqOzeuPzeuQzuuRzuuSzuuUz+uW0OyY0eyZ0eya0uyb0u2c0u2c0+2d0+2e0+2f1O2h1e6k1u6m1++o2O+p2O+q2O+q2e+r2fCr2fCs2vCt2vCu2/Cv2/Gw2/Gx3PGz3fG03vG23vK43/K64PK64PK84fO+4fPA4/PC4/TD5PTF5fTG5fTG5fXH5vXH5vXI5vXJ5/XL6PXM6PbP6fbR6vbS6/fU7PfV7PfY7fjZ7vja7vjc7/jc7/jc7/jc7/jc7/jc7/jd7/ne8Pnf8Pnh8fnh8fni8vrj8vrj8vrj8vrj8vrj8vrk8vrk8/rm8/ro9Pvq9vvr9vvs9vvt9/vv+Pzw+Pzw+Pzx+fzy+fz0+vz1+v32+/33+/33+/34+/34/P35/P36/P36/P76/P76/P76/P77/f77/f77/f78/f78/f79/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gDHCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaJBYV4ylnnDUZAhQ4442bJIsqRDUwdSqlyZso7JlzALcmJJ88CfmDgbGnvDpFrCmTVXGspJ9KAzPjFSDkUINKhShXMwFbVYTRCOlT6cIVTkVCWkhKI4HOgibGrEY4Ck1LSDEFHXlJYQ+rKiMkmfZGYZPjNUxSmTWAcBvT3ACeEcmlsu5U1ICsrgNwfvDAZ1UFaJmhzaaF1c0FGGwUZOGTz8VnTBZVy6TmHEuSCVwQfOCDQmKQ2Uy2/fyCpoCHYXY60FohxcQswR2DSJtKEsjAZsH8iCC9yCvHpQHMdhU5IuMNNV6+DB/ofhPtBM+POwj4giL1DUD/Twg+6Zisynwjbx86t0YlYMEcoJUaJffhyoMhUkLxzQghmmFVTIewPC58ZU1WSXEg6OFASJWBHCd8dCoAAoUR01VTHSOIpw2CF8fCB0ShYHHGEfRLbgRhMLd0i2on5LDWSLFyr2+FBfOxbJEgdfjSNMGTamFMSMDTli5JQrcWDIG0nVdJNDpzRB5ZeDNVGLQ+aBaaZTdDQESQtntkkTEqgwhB+YQYxxhySnqMIJJYL4ZyZkDGHig5E+tGHKQr/w8Z2RLPzSUC1s3NBhEnb48pAvfDhmJBoPmeLEgGUAJ5EzYBgp40PD2DEEfDnMZ1Ef/oNG2EQelkZki4XWsSBVSaYsCl8MdWw2EQ/hcSBiSaA0CV4Jb4hK0SXnsRUTIFlax8MZpJQ0p3VdEJVGeFu8pAR4OESXkzO+woaDSaOQAJ60RP0RXrYN/fKRIZzkq4ottpBWHQ7C5lQheIo41JR+LZrlL3JiOARJhBnQO5Uoyr4FhUO9DegDZ+Na98YdHymSLyeyODpQxvp5wdm3A0pBEMr5AcKZIBFeQZAdEUbCmSURckHQGxEWtpgtEao8EBsRlsJZLRE2PNAZETZolioRpkGQGBEmmdcmEbJBkBcRJpyXgAMCKhDYA46xcoRzEHRKvpJ8BAhHb6gImxKcfTqg/pAKvWad0FPNIkOEgjhUBnhtmwVzfnwnJAl4RECJUzVBgFeGLaLALfcbhzakirvWuUpUIOEpVhIR5DobE+Xg8fAS2tZZnRPL1jlt0Sxz4IrcCzLHFEgK4T1ClaLwlXAsSaqwEB4LAUNUjSGV50dD5yT1eh4RvUi0zCBEDgjElhUVUgR8RuChOkN67yiG5A45U4fd6DlhoENIGynFH8E8pEwgUXSogxu80Em1ihQEQZzPIL3gQ8d2RATAKQRoYFJCGSjBiX3ZAhSGaIOmvtQGhsSCCW4KoUoC0RCcidBNX9BGQ3ixwRN+SQifeMjiVMIBMQgCfi48z4ceIowpsIQF/mHYhEAA4ZwcogcL+YPIw1RCBeoJZIZGTEkZ5lCxlHBgPRIZFxMcSBA+RJElLhmHLPzGErVNhBOSWIiOvig2gSiiiCnhwQFhgocvykB0BCnFGIB3gMIVpRcDdKEfmUIEm01FC188QBkW4oyyFKUQGkgkD44XHFi0MIpmJA8aEqkSGZhOOqTAYU18EMgpZYE71QAhcWRRDUyUIVbkykIpa0JJsyCDOoMJ40BMQbuuEAEMhpgfBN/iMu4kQi1OsUKtCNKLwXCqIKpYYFcKxh1npEGUVzwI0XJzEC++JQjbYU8lEMkS2RxkOF3RJUFskT6aPIEPwGDPQIyRBwtBYX4GZAnFYPqAEG+yZAl1OJE8CfILXKaRKYNpnEBYp5IYNGugCbHEIn+S0IRkrARlcCREKcKVtxwUIUwAg8k2WhEosoSLBWEfSSUir7egdKUxUcW95sCRNGTEC1eQghNhytOe+hQmAQEAIfkECQcAwAAsAAAAAGEAYQCHAAAAAgoOCzNGE2KIGYO2HJTNHZnVHZrWHZrWHZrWHZrWHZrWHZrWHZrWHZrWHZrWHZrWHZrWHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXIJzXIJzXIZzXIZzXIZzXIp3XIp3XIp3YI53YI53YJJ7YJZ7YJZ7YJp7YJ5/YKJ/YKaDZKaDZKqDZK6DZK6HZLKHZLaHZLqLZL6LaMaPaMqPaNKTbNqXbN6bbOabbOqfcPajcP6ndQKrdQqvdRazdRq3eSK3eSq7eS6/eTK/fTrDfT7HfUbHgU7LgVLPgVrTgWLThWrXhW7bhXrfiYLjiY7njZbrjZ7vjaLzkabzka73kb7/lcb/lcsDldMHmdMHmdsLmd8PmecPnesTne8TnfcXnf8bogMbogsfohMjphsnpiMrpisrqjMzqj83rkc7rk8/rltDsmNHsm9LtndPtn9TtoNXuodXuo9buptfvqdnvrdrwsNzxstzxtN7xt9/yuuDyveHzwOPzwuT0xOX0xuX0yef1y+j2zen2z+n20Or20uv31Ov31ez32O342+/43O/43fD43vD53/D54fH54vH54vL54/L65PP65vT65/T65/T66PX66fX76vb77Pf78Pj88/n89fr99vv99/v9+Pz9+Pz9+fz++vz++v3++v3++/3++/3++/3++/3+/P3+/P3+/v7+/v7+/v7+/v7+/v7+/v7+/////////////////////////////////////////////////////////////////////////////////////////////////////////v7+/v7+/v7+/v7+/v7+/v7+/v7+/f7+/P3++v3++fz9+Pv99vv99fr99Pr98/n88/n88vn88fj87/j87vf87vf87vf87ff87vf87vf87/j88Pj88fn88vn88vn88/n88/n88/n88/r88/r99Pr99Pr9CP4AgQkcSLCgwYMIEypcyLChw4cQI0qcSLFiwzBh9CQCZbGjx4Sn+oxZSEOCSQk5qKz548jex5cSXRHiAsOkpYSZTurUSUQPzJ8J7R1io2TnnISFdiqVkAeo04GN6EhZKiFKKoR4qOo89BSovSdaTzJCGCasSY5d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HpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXH5vXH5vXIJzXIJzXIZzXIZzXIZzXIZzXIpzXIpzXIp3XI53XI53XJJ3YJJ3YJZ7YJp7YKJ/YKJ/YKJ/YKJ/YKaDYKaDZKqDZK6DZK6HZLKHZLKHZLaHZLaHZLqLZLqLZL6LZMKLaMKPaMaPaMqPaMqPaMqTaM6TaM6TaM6TbNaXbNqXbN6bbOabbOqfcPKjcPajcPqncPqncP6ndP6ndP6rdQardQqvdQ6vdRKzdRazdRq3eR63eSK3eSa7eSq7eS6/fTK/fTbDfT7DfULHgUrLgU7LgVLPgVrThV7ThWLXhWbXhWrbhXLfiXrfiX7jiYLjiYrniY7njZLrjZbrjZrvjZ7vjZ7vjaLvkabzkar3kbL3kbr7lb7/lccDlcsDmc8DmdMHmdcHmd8LmeMPnesPnfcXnfsXogMbogcfog8johcnph8rpicrpicrqisvqjMzqj83rks7rldDsl9DsmdHsnNLtndPtndPtndPtntPtn9Ttn9TtotXupNbupdfvp9jvqtnvq9nwq9rwrdrwsNvwstzxs93xtd7xt9/yuN/yueDyu+DyvOHyveHzvuLzwePzw+T0xeX0xub1x+b1yOf1yuf1y+j2zOj2zun20Or20uv20+v31Oz31ez31u332O342e742u742+/43O/43e/53vD53/D54fH54vL64/L65PP65fP65vT65/T76fX76vX76vb76vb76vb76/b77Pb77vf78Pj88fj88fn88vn88vn88vn88vn88vn88/n89Pr99fr99vv99/v9+Pv9+fz9+fz9+fz9+fz++fz++Pz++fz++fz++fz++fz++vz++vz++v3++/3++/3+/f7+/f7+/v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////CP4A6QkcSLCgwYMIEypcyLChw4cQI0qcSLFiwWGkGMWJY7Gjx4jSWlHq0+WFgJMCUKxTyIeRsY8wJy4SgrJmzVwJh6Es0ylbzJ8MF9kcKoBTQkU2kfQJBQ2o04KhiNpEhFAdGKlZCq16+lSnVJRsEMr6itKKT64xxx0hK6AKwkFsBZhBG9Glwi5xzxJctyMuJLoOs80RYDZhn7iyDJKK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0XmFWMkUiDYikYSTBIIcCKnbWbpwEEh6JRTZHMgp2lASNQgjIV0sSqkMIox4FuUO6XQcSDf04AMFGuQcdwHZQdDjFR/oIZH5FEglDVITtiTsP1I5QiLMl1CH1OIuzjzIqE6yhksko6IRQQxb5IiQUpTEBngQxTZAKpFL3GWhBRkDH2DKUoewwg1bIN9JuqTImookHMjAhSgocQg8sM6nSE2qUl0SEAAh+QQJBwDvACwAAAAAYQBhAIcAAAAdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYem9Yem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cfm9cfm9cgm9cgnNcgnNcgnNchnNchnNchnNchnNcinNcinNchnNcindgindgindgjndgjndgjndgkndgkndgkntglntgmntgmntgnn9gon9gpn9gpoNgpoNgqoNkqoNkroNkroNkrodksodksodktodkuotkvotowo9oxo9oyo9ozpNozpNs0pNs1pds1pds3pts5pts6p9w8qNw+qdw/qdxAqt1Bqt1ErN1Hrd5Jrt5Lr95Mr99OsN9Qsd9SsuBVs+BWs+BYtOFZteFbtuFctuJet+JfuOJhuOJluuNnu+NovORpvORqvORrveRuvuVywOZ0weZ3wuZ5w+d7xOd9xed/xuh/xuiAx+iBx+iDyOiEyOmGyemHyumKy+qMzOqOzeuPzeuQzuuSzuuSzuuTz+yUz+yV0OyX0eyZ0eya0uyb0uyc0u2c0u2c0u2c0+2d0+2e0+2f1O6g1O6h1e6j1u6l1u+n1++o2O+q2O+r2fCt2vCv2/Cy3PGz3fG03fG13vG33/K43/K64PK74PK84fO+4vO/4vPA4/PC4/TD5PTF5fTG5vXH5vXI5/XM6PXO6fbP6fbS6/fV7PfW7ffY7fja7vjb7/jd7/jf8Png8fnh8fni8vnj8vrk8/rl8/rm9Prn9Prp9fvq9vvr9vvs9vvt9/vu+Pvw+Pzx+fzy+fzy+fzz+fzz+fzz+fzz+vz0+v31+v31+v32+/32+/33+/33+/33+/34+/34/P34/P35/P77/f77/f77/f77/f77/f77/f78/f78/f79/v79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mtYem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cfm9cfm9cgnNcgnNcgnNchnNchnNchnNchnNcinNcindcindcjndckndckndgkntglntglntgmntgmn9gnn9gon9gpoNgqoNgroNkrodksodksodksodktodkuotkvotkwotowo9oyo9o0pNo1pds2pds3pts4pts5pts5pts5pts6p9w6p9w6p9w6p9w6p9w7p9w8qNw9qdw+qdw/qt1Aqt1Bqt1Bq91Cq91Dq91ErN1FrN1Grd5Hrd5Hrd5Ird5Irt5Jrt5Krt5Lr95NsN9OsN9Qsd9SsuBTsuBUs+BVs+BVs+BVs+BVs+BWtOBWtOFXtOFZteFdt+JhuONjuuNmuuNnu+RpvORrveRsveVtvuVvv+Vxv+VywOVzweZ0weZ2wuZ3wud5w+d7xOd9xed+xeh+xuh/xuiBx+iDyOiEyOmGyemHyemIyumKy+qLy+qMzOqNzOqNzOqNzOqNzOqNzOqNzOqOzeuQzeuSzuuTz+uUz+uVz+yVz+yVz+yW0OyX0OyY0eyZ0eya0u2b0u2c0+2d0+2e1O2g1O6i1e6k1u6l1++n1++p2O+q2e+r2fCs2vCu2/Cw3PGy3fG03fG13vG33/K43/K64PK84fO/4/PB4/PD5PTE5PTF5fTG5fTG5fTH5vXI5vXJ5/XK5/XK5/XL6PXM6PXN6fbP6fbR6vbS6/fT6/fU6/fU7PfW7PfY7fja7vjc7/je8Png8fni8vnk8vrl8/rm9Pro9Prr9vvs9vvt9/vv+Pzw+Pzx+fzy+fzy+fzx+fzx+fzw+Pzx+fzx+fzy+fzz+fz0+v31+/32+/33+/34/P34/P74/P35/P75/P76/f76/f77/f78/f78/f79/v79/v7+/v7+/v7+/v7+/v7+/v7///////////////////////////////////////////8I/gDrCRxIsKDBgwgTKlzIsKHDhxAjSpxIsWLBTo4yatzoyJTFjyAfXjlAsqTJA1dCqlxpcOTJkylZynRYrJxCIS9PmlEIDtdMltPuhIB0M6fJnQkNHXjT7OdHaJeikFTiK6FLoygT6sJ5QMihZU4nokpzUo9VrCRjHrxzsgsocGEd1qJz4eUKVgivGlVbUJWJnG1cxVWY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//////////////////////////////////7+//7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+AIkJHEiwoMGDCBMqXMiwocOHECNKnEixIsFYlPyQsaSQFi2LIEMaxKWpUJsqEFJC8KOwkI40jj6KnAkxFiM6W3So3AmBjEIvKl/GpElUYSmdPHlOSdgJSNImbRCVKkqVoJSkSVUhLIQ1aBpJVam66bpTEcIyZFXmCVs0UNqUeA6KIvIWAli2NCfVFXOQ69stufA+HLUGV0JcNd72OCimblzBDTUJ6WkY4ZW6jCZ1IqU1VuK3miAzRARFZZ3KBufUXZ00iy3RChPB4KkHYSLWuFPGUYhKDCq8froSMugKTm7clBJ+QgLhSqyquOKQhcFooKs8PY6zRpKQktOUX1D+z6RF5q0OSteza8cN53lBRkhVpiEaa8tqHerX515yVyCh2UnZQVNj+hW42hquEJNHWoLMNMpkBkZIFhLlpUXdTI6UJuGG2jFhlkiIGMHhiLhN8chMipCoYl0+zbTHijAmxUYoNP1iR4w4wnEKVV/guOJuVIXChY8j7rBHWHQQyWERDVJECSCmIESJkhvqEIlFaaS0hR6jEETLExsiAYcfilBCyiSKAOIGcxLW8BtFtMSXUhVcEpOkgUvgEZpCnegBYYFATuQIWVIAuF4Pe8jUEC2A/KmdmxRlueIaWklEy53rBWpQLIoWFKeKMAxnUSJy4gapQCQRchIEhSAUiYr+Vook2XprKBLHFp+p1AZCY41oRHUoLkHiFgehoiGHLBEliA0j9jBVQZKQuCtVmG6YXEHGcWiFKFV9chmHfBSkylUcHhmWWxzO56UeKEkoRKdF4dKuhNwdZAog9hVYG16AjFgpQpkAIsYP2vUXliWGRgjsQqocV69g80b4GEPHTSvYjRt60ZArxwEiml8FIiHGHpM0NMpxHwr2SIdh3KEIJ79A1MlxJUM2c27JUqRXbqSIRspxV1a0cm4c2UxzRKU8wkcaViS8Wsp4DY3bJQ19omrE63kM2SHH9cwQgRLS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5kr6kJBWTEVNAINnQbJxCfGpRJ0F4d4YFcKIPQk0KpoQHwwSV5ANssRpCTGH6h6KkEjNhHAJSeBXvMDRkpijFBQtSIWcYq+S6gUPg8mBSxlDCDO4IQ98YMQkSjGnYPBmpkANqlBhEhAAIfkECQcA9QAsAAAAAGEAYQCHAAAAHZrWHZrWHZrWHZrWHZrWHZrWHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXHpvXH5vXH5vXIJzXIJzXIZzXIZzXIZzXIZzXIp3XIp3XI53XI53YJJ3YJZ7YJp7YJ5/YJ5/YKJ/YKJ/YKaDYKaDYKqDZK6DZK6DZLKHZLaHZL6LZMKLaMKPaMaPaMaPaMqPaM6TaNKTaNaXbNaXbNqXbN6XbN6bbN6bbOKbbOabbOqfcO6fcPKjcPajcPqncP6rcQKrdQavdQqvdRKzdRazdRq3dR63eSa7eSq7eS6/eTa/fTrDfULHfUbHgUbLgU7LgVLPgVbPgVrTgVrThWLXhWrXhXLbiXrfiYLjiYrnjZLrjZ7vjar3kb77lcb/lcsDmc8DmdcHmd8LmecPne8TnfcXnf8bogMbogcfog8johcjphsnpiMrpicrqi8vqjMzqjszqj83rkM7rkc7rks7rk8/rlM/sldDsl9DsmdHsm9LtndPtn9TtodXuotXupNbupdbuptfvp9jvqdjvq9nwq9nwrNrwrtvwsNvwsdzxs93xtN3xtt7xt9/yud/yuuDyu+HyveHzv+LzwOPzweP0w+T0xOX0xuX0xub1x+b1x+b1yef1y+j1zOj2zun20Or20er20+v31Ov31Oz31uz32O332e742+/43vD53/D54PH54fH54vL54vL64/L65PP65fP65/T66PT66PX66PX66PX66PX66PX76PX76PT76PT76PX76vX77Pb77/j88fj88fj88fj88fn88fn88fn88vn88vn88vn88fn88fj88Pj88Pj88fj88vn88/n89Pr99fr99vv99/v9+Pv9+Pz9+fz9+fz9+vz++vz++vz++/3++/3+/P3+/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7//v7//////v7/////////////////////////////////////CP4A6wkcSLCg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3kqu3kuv3kuv30yv306w30+x31Cx4FOy4FSz4FWz4Fe04Vm14Vq24Vu24Vy24Vy24l234l634l+44mC44mG44mK54mO542S642W642W642e742e742i85Gm85Gu95Gy95W2+5XC/5XHA5XTB5nXB5nfC5njD53rE53zE533F537G6IDG6ILH6IPI6YXJ6YbJ6YjK6YnK6ovL6ozM6o7N65DN65LO65TP7JXQ7JjR7JrS7JvS7Z3T7Z7U7Z/U7aHV7qLV7qTW7qbX76jY76rZ76vZ8Kza8K3a8K/b8LHc8bLc8bPd8bTd8bXe8bff8rjf8rnf8rrg8rrg8rzh87zh87zh873h877i88Di88Dj88Hj9MPk9MTl9MXl9Mfm9cjn9crn9cvo9c3o9s3p9s7p9s/q9s/q9tHq9tPr99Xs99bs99ft99ju+Nnu+Nru+Nvv+Nzv+N3w+d/w+eDx+eHx+eHx+eHx+ePy+uTz+ub0+uj0+un1++r1++v2++v2++z2++33++/4/PD4/PH5/PH5/PL5/PL5/PP5/PP6/PT6/PT6/fX6/fb7/ff7/fj7/fj8/fn8/vr8/vr9/vv9/vv9/vv9/vv9/vv9/vz9/vz+/v7+/v7+/v7+/v7+/v7+/v7+//7+//7+//7+//7+//7+//7+//7+//7+/////////////////////wj+APcJHEiwoMGDCBMqXMiwocOHECNKnEixosInX+ocojRKFzOLIENOnHagpEmTQbC8sSSy5cRifLAo5HWypslDLnMyLAeKTouSnxKSsmlTks6jBp9RKlOTTkJKRGuGQkrV2iIcUYshPBT1pC6FWqlGhFmi6wE+CPGYLfkRIa8ScayJfQhn7QEivw6uWdvCG8JiY0p2ATW34Sa7BxQdzLL2SMI+J3EkqlZ4oRG7OMwRNPcLq1mZBzsR7dK28kFJiBN1KvTmiQfEag4WYxGVxijTB49BQcz7JJI+qtgNZLa3awlAynAXHNS7ucknj6bt84P4SV7lAp+9du68RGDehHX+FnO1kA7387z1HDVn5QAgzW7Ry++qpNvRQibXkDdYTM/8/yf1YMpRm7hwkhKRyENQLGgA6OABjBy1CxZE6QGMQJtU8SCAdfil0xldBXFLI9ttKB8O0un0iIksEsXKUab80OKMN+nUjRI05njAgAixMgYvEP2hY45LqFIQM5KAUVIeDw1T4pAtGiHXPs8c4llJHjzz0C1BQEnjj3iUZdMgEPmSh5domuSEMRFRIqaJPNRBiSmxDPOLKY/4EQWURkXEC44OvnDIMAsNU0iXNBoBH0Td1PEfDo/Y55A5lNBA420TfXfeG1NGZI0fTz6oxUTDIOrcEI6UY1Elpj6oAY/+EEHFHQu3iDTLCyzGIVF7znnwYkvD0LZhFOJA1AoFzqUAiU6UaAAgCnFw4mFBozSySSzKFDsQH9ypd5Ra8pWAx3UIvVHTCxjVgWtzL6Ro42Xc4XCIlgtpsWEjYmHCXSHaMtTqfEEsepQ4V/LWZ0MbFlLYis2h1ZAyG+4n1i9vInaGQ7U82IWChW3R3BIOmfKgw4VR11ynCskK4COmjeJcrQwZ8mBQlb3SHAk/YKFGHhuJcku2BDnqILlz/fJgEAQ16CCQlR3z4BYEPfFgLKZB7GBsA0njiyuaMALIHF40EYNzopjmyoN9NGR0c5SYpq+DiTRkTqhr1WEafg5i4hD+r7xVwfFcajxoZENxOIdLYbr8tLRDzDXH8lwMOygpQ6I1h0O/SO3pIAsPRd7b40gd9qARDIkjCbzO8TB5TuLw0N0bWPx7QBcKPTPIuujZfRRXzuk60DO6mGLJISwdpEoeOgBIwcEtZZK8c55EpOnmhLaki7DNIR0RuBu+MItIwxTcG04RuYICi0NUAtIlUpz3AszSt+jBICg/ZI7J54EmESs04mCJwAsxByZQhx49rO4hUqPRExJRGoRYwxIEnI91JGIJKGmhEJiYhTKUMYxYjEJPLWJB2yDCjCmkKU0WggjvbKIGV4DohBsKwlcc8oyKlYAPYbkRDDfkAaY1BFz+OFhE/YK1QweNASK/iMImADgQkRVxPijSCSKeiB4XaOIoNKEidwBxFB1q8SSAiIXromIFJoZESF8sCRH6ZCaiKOEVR6kE3Yq4BUwJxByPiCDzWiKL3aRxDjMsSCvSYJI9/K0l5rBXGg/wPYSIgzpBOKBIVpjGNyyEFYF0ySzmSBQscJKHycHOPniRwLVY8hmLiCCL/CBKgRjjDyEwSxfI9Y1Q5EFGLUJC9VoJCtzVxAOZHIjQ7EKDLvBBEotADOhayQxF1mQRCJkeUTxwC5SZQ3Y2CVgrBzKNQ1jKJHXYBkKusBaQGYQRiCneNgXiCS6UBAvBJMgYu0I7gxADUGZ2ScM6CWKNN3hAYgYRh10seRD8TfMN8NunQOJJEKuZhZUHUcYcX+CHUCr0ITZbS4QQcoeaZGERu7zoQ0RnlkwIxSRosIQ0RDqRRtiFagnRghoaydKJjKILSsCeTcKCEDPWdCLdKEYsMLEIPsAukj9NqlKXepSAAAAh+QQJBwDOACwAAAAAYQBhAIcAAAAdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYdmtYem9Yem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cem9cfm9cfm9cfm9cgnNcgnNcgnNchnNchnNchnNchnNchnNchnNchnNchnNcinNcindcindcindgjndgjndgkndgkndglntglntgmntgnntgnn9gon9gon9gpn9gpoNkqoNkqoNkroNkroNkrodksodksodktodkuotkuotovotowo9oxo9oyo9ozpNozpNo0pNs1pds2pds3pts4pts5pts6p9w6p9w8qNw9qNw9qNw+qdw+qdw/qt1Bqt1Cq91ErN1FrN1Hrd5Jrt5Lr95NsN9OsN9Psd9RseBTsuBUs+BWs+BXtOFYtOFateFctuJdt+Jft+JfuOJhueJkuuNnu+NpvORrveRtvuVvvuVwv+VzwOZ1wuZ6xOd+xed/xuiBx+iBx+iCx+iDyOiFyOmHyemIyumJyuqLy+qNzOqPzeuQzeuRzuuSz+uUz+yV0OyW0OyX0eyZ0eya0uyc0u2d0+2d0+2e0+2f1O2g1O6j1u6m1++o2O+r2fCt2vCw2/Gy3fG13vG43/K74PK/4vPB4/TC4/TF5fTH5vXI5vXL6PXO6fbR6vbU6/fV7PfY7fja7vjc7/je8Png8fnh8fnj8vrm8/ro9fvq9fvs9vvv+Pzx+Pzy+fzz+fz0+v31+v32+/33+/34/P35/P75/P76/P76/f77/f77/f78/f79/v7+/v7+/v7+/v7////////////////////////////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////////////////////////////////////////////////////////////////////////////////////+/v7+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YzydYKNJgFgZa/QpM3hwRR+o5xwlyOaLmbkB4ARjnMzIQIkCgcYp6tBBo5DADaJokUCkMSS9GK00IMpMAgtCv5yI4SD+yUwDt0MMQMxAL2owojngt5gpHORJesngmNYDCzjk5AOvOggr9eLKgyArJ2pQ4RUpxIWTVAwhuzRKLw9Sh5MoKBpdJAgyHIEEkgyBZ7rMzDINMoseTGUy0TyIMuzSv4R08iWfTIhbzBC8cCYkF69DyDnfohBrKMudFhxJZk62ic+Z6PMl/OwnSzbBkYIqTKAITahCKxIQACH5BAkHAKwALAAAAABhAGEAhwAAAAEBAQICAgMDAwUNEQkfKg48UhRbfhh4phuKvx2UzR2Y0x2a1h2a1h2a1h2a1h2a1h2a1h2a1h2a1h2a1h2a1h2a1h6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x6b1x+b1yCc1yGc1yGc1yKc1yOd1ySd1ySd2CSd2CWe2CWe2Cae2Cee2Cef2Cif2Cif2Cif2Cmf2Cmg2Cqg2Sqg2Suh2S6h2S+i2jCi2jGj2jKj2jKk2jOk2jOk2jSk2zWl2zal2zem2zim2zim2zmn2zqn3Dqn3Duo3Dyo3D2o3D6p3D+p3UCq3UGq3UOr3UWs3UWs3Uat3Uet3kmu3kuv302w306w31Ky4FWz4Fi04Vu24Vy24l+44mK542W642m85G+/5XTB5njD5nnE53zE537G6ILH6YTI6YbJ6YjK6ovL6o3M6pDO65XP7JfR7JrS7JzT7aHV7qXX76nY763a8LHc8bTe8bjf8rvh8r/i88Lk9Mbl9Mnn9cvo9c/p9tLr9tTs99bt99jt+Nvv+N3v+d/w+eHx+ePy+uf0+ur1++33++/4/PH5/PP6/PX6/fj8/fr9/vr9/vz9/v3+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v////////////////////////////////////////////////////////////////////////////////7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v////////////////////////////////////////////////////////////////////////////////////////////7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////wj+AFkJHEiwoMGDCBMqXMiwocOHECNKnEix4kJDXNbQ+aPIksWPIBMuiqSQz4WTKH+AYWMHkCJOIWNGzOSHywU4CuGg3MmTpMyfCT8VikMFJZZJCdPwXPrjEtCnBCP1QbP0gp+EW6ru5AL1KaihVbReSIPwkg6xJ9V0BSoILUpGBx+5vSBHYaRHayFyEjIXp0FCc/sk3KTlh6C8D+nMtSLJ4J65hBBuenOSRh2PiBfKnfuH4CVGa+b6NJiHJxnMmROOmatFjhouP+ai7HTwUIylSRClTthWtm+UQgoZpFREaww+uw9Wsvm7eRk+jVlRCo0WzuiflOzQTqi4uXchciT+uZHN5XpITmAulEFtMJL39979yhx/MskihIJswN/vFgxMmX3w1AQfnxBECR238afgUmDoJhMhUVQlB1KsIKLGghjuREQgP10ihVhgUCJIbBmWmMdPnVCFFoklZqjWT3i0KCNaZ+AlUyEz5rhUDDbGhIgXOgaJkmAyNeKEkELa0EhCnAwS0SVnIBnkFZu0R0dxhjx5x1lSzhjHdpYAwsYOKLkx0SAsdlniH9klsSN7D0WihYxOwBEIIYhQwsggfchxRYYJaqUHRZuwgWESeSypUCN5/BmkFBVVoqAQevzXUCd9uKljlhPZwR8cmUyUiRw6sjERJUC+lwRyFvkRoYz+RsAV0R/wCXFISIto2uKgBnUCJ0HMNRfDrTEtol+LkBq0yAUqseSSR4fA19lPgczIKUHVVvUDX/FB5WmGNrhhHisxluhFj9iRseAZfYwrUBu7rhUgfFHAUch2CKWXoROWPtWJo79J4UeoDKWp4B2IzftbGw5J0iKxay0SqGxmOBRthmP021UZzWXhECAl1pXZHd7hq9C3GLKKWG+/OdIQvBkeltnFv12rkL4Y3peZe82dwQchj2iMrR1sgGGwd5SkRomCTpwBx88JWaIIIHZE2ZyDiDm8b0OJeBdZZoaUSBZDk3g3LWIgZxiHQ8f6JjJiKC+o8kJhNDdGgYipiKH+kw1d2FwiiDGCQ4k6M6RTc7zK26LQBnEiSLC+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yuf1zej2z+n20er20+v31uz32O342e742u742+/43O/43vD53/D54PH54fH54vL54vL64/L64/L64/L65PL65PP65fP65vT66PT66fX76/b77ff77vf77/j88Pj88Pj88Pj88fn88fn88vn88/n89Pr89Pr99fr99fr99vv99/v9+Pv9+Pz9+vz9+vz++vz++vz++v3++v3++v3++/3++/3++/3++/3++/3+/P3+/P7+/v7+/v7+/v7+/v7+/v7//v7//v7//////v///v///v///v///v///v///v//////////////////////////CP4A5QkcSLCgwYMIEypcyLChw4cQI0qcSLGiQV1rMtL5w7GSR0+tlFkcSdIhrAMoU6pEyaiky5cFW62ceaASzJsNo+G5olAmTZU2cQo1yG1QDpSeEmL6qbKVwj+whlok50iISiXkEFZimtIpwlQo20STGtHaIy40FSGExBVlLITBuqSksigbWYbqMI1hegXYwUVtD9RC6GcmmlR3E8pC23bQwT+Bgx3UFYJmiD3cEht0FPgAFFsGAwU2ZtDaGa5dMGkuGKUzHoHRQOHJsiLwIMkE2QZGY221QFGdV7h50nnmkz2y5C07GjhKVt/yGBefPlMI8cAhkkOX90kF9e/g5/5sH7gGvPnOV26NF4iKx/n3Px9JzbywPPz7KMGQbZNFl0JO+N23Am5CdVLDAUTw4ZdBkSQRIHyBSEUOE1edUpAnlT34XhwLgeKVRIPQhIZI8iiSoYbvqXVQK1UcEMVEwdRGUw6OFIJigCoOVIsXKqkWERg3BjlTCEnJwwsaM2EFkSdCNqlSCJC4ceJKjjyECxZOZhmYFQsyVIeWYHIlSEOguBfmmSs9AdpCdICphBuVnNKKLraAUogbrWn5GkOeFCGkEIUQiJAteyDh5AokLpQLHWYGaAUhgi7ETCJSNMmhQ7Lked8avUkUTRxTPljFcw0pM8gS7x1xiDoWPWLog/5aMOKMRMFc910N2o0EC3PwCaEIfRP5+V0IiLmky4Hn5fDHWBWB9R0MObrkSAngFVEHLSRB9p0bQsEBHhoutUhdDssIRY4S3wlREi0tfEeIVIB9h22plYjSSiuzBBPMMfJwRl0RpOJ07nc+MuRTgHTcpdt03Db0iYbFSoULssVl4dBWATKhmbjTdeQRJve2MthAkTzY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L6LZL6LaMKPaMaPaMaPaM6TaNKTaNaXbNqXbN6bbOKbbOKbbOafbOqfcO6fcPKjcPajcPancP6ncQKrdQqrdQ6vdRKvdRKzdRqzdSK3eSa7eS6/eTK/fTbDfT7DfUbHgVLPgVbPgV7ThWbXhWrbhXbfiYLjiYbniYrnjZLrjZbrjZ7vjaLzkaLzkaLzkar3ka73kbL7kbr7lb7/lcL/lcL/lccDlcsDmdMHmdcHmdsLmeMPnesTnfMTnfcXnf8bogMbogcfogcfog8fohcjph8rpicvqi8vqjczqj83rkc7rk8/rlM/sldDsl9DsmNHsmtLsnNPtntTtn9TtoNXuodXuotXupNbuptfvqdnvq9nwrNrwr9vwsdzxs93xtN3xtt7xuN/yueDyuuDyu+DyvOHyveHzv+LzwOLzwePzw+T0xub1yOb1yuf1y+j1zOj2zen2z+r20Or20uv31Oz31ez31uz31+332O332e742u743O/43fD53/D54PH54vH54/L65PP65vT66PT76fX76vX76vb76vb76vb76/b76/b77Pf77vj78Pj88fj88fn88fn88fn88vn88vn88/n89Pr99Pr99Pr99fr99fr99vv99/v99/v9+Pz9+fz9+fz++vz++vz++vz++v3++/3++/3+/P3+/P3+/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7//v7//v7//v7//v7/////////////////CP4A+QkcSLCgwYMIEypcyLChw4cQI0qcSLFiwWSsLt1hY7Gjx4jWaG0qVEaIhZMnuSkMRCnZx5cTN0FBSZOmroTHUK4JpRKmz4Waagq14ClhpJpUApWa9rNpQVhDay5CqA5N1DCLXrVz2tRaVJocD976itKLS64+vZC1sAUhorUWzpBD+3AdJGEK3cC1ZnBdEriS6DrkplcLX4SL4N4ymAquhbOCFR5Te3LNOoSl4DKidawnvzlw00ReSItJzUAIeTlG+YLKmBpwQ41OOAq2UEwHya3efbKG59kEHX198YoguU1YeO/Wo5DbIGJOucFZywMYP2mQTCvfHSthszIWtP78/thsjGMqh2xvX11DWuqZlS/D9LO+vuMkrBjzqDnIp7A29gX4VQ2IQMePOpKYJJQlPh2jnYAQ0oTFLevQF9UL3cFEi3oRRviCFtThBdMmNnRoomNq7OLT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8fn88/r89Pr99fr99vv99/v99/v9+Pz9+Pz9+fz++vz++vz++v3++/3+/P3+/P3+/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////v7+/v7+/v7+/v7+/v///v///v///v///v///v///v///v//////////////////////////////////////////////////////////////CP4ArwkcSLCgwYMIEypcyLChw4cQI0qcSLFiwVyjJhGaY4aSxY8gHRoLFelPHDI8Cqhc+UfhrlAhY1I0trKmTTgKFxX40qiXzJ8Ox9gceiZhsDUrrezphAyo04NwhtpcIgyhJqluGsV6yvUaH6k2tx7EA7YAlz6frHWFSKuUwkZlV7o1uMtGXJWO1jr8RITIrYSd7hbwaFCn4L96Ffo6JESlHMQGVQkuZPAX0rt0Eiv89camHoQ0775JtYtgKMEFPmlGyGqLVEsIr6AuwCPMmz1pBF9httqgpSBgg7AyeMr17OMFEPUmmCtQjbhuYAm8Fakz8uNLVC0XuCu34Di5CP4tuX59zkJHtJwaJs8eNUyEweYUMBMMKDPr7fODzXsQVpiVdjjFChv6FTjUHmINFMl/NTHiVCfGGSihG6pdo4sgOwxFRSZOUSLhhwUEYckul0k1RWlA3QHihynFtQZvP90Sx4o0giWIU7cAV+OOK10C1CQZ8sijFxU6dIlPCNGio5A7BlEkQ7DQRsdcBAVDBpM8kiELRH/U1IZWA/mB5Y59pPdQMEuuxMMdqVgyJo02RCLRJGNucYclpZQCyy2lRNKHdx9eoZ1EaAg5BSKQIXQLIhHm5waSEaXC4xSOGAPRJVPoJ91EfezIx6YRwQIIEu21JFEsjUr4hSPNWFSJF/7seZHgQ5HQGMQpIZ1CBHv8QcTghzaMIpMsu173RULGWFpQKTRuAtQm7KlmDCydNLKHG7I5exEhmUr4mVN7kHeFbFItghAzm+DXHhGQ/mTMFyB+m5AphJTRXq9O1frhGw0Zk8mVyF2xFjOp5jfFQ50iZ4hecEm4gy4OzXjcDqboNcsPH6bi0K+opaGZGR920hAz3c7Wh2ZdSuggQ71cJ2digUm4R0OmXPdkV6d8iBNCv7CyySISH5doV7QESlAmhtCRxnj5gbrWLfrZYFsf+AJsIJVPX7cGIZOMMjRB8kkIimY5I3czQoF8CFtimVy3JUP6GjhzYoYgt0O7CY3y4f4WmkV13MENRSnhDMOt1UrJqLHhUDBKfGjuWg0fV8dDHOs3hbJcgYwcGZ/AuJAcID7SVSXtoYGIxgqlrGp9ThlTMHI2wNE5QnHb1Bd58v5Ut4RXIIKiaQUQgQYdhlySik+nkcfhT6fYBaK2BBmDN0GVoxbE2yGxkqaBU3juUO3Y4QqSLIhLSIhEtYjB3heVfGRJoSsSgcpEgrTnBCHYQ6QLIdtLOPlERcvPFZbnEHRZjUZna0gwVFQgMjTidzyjBLx4tBuJ0EJzErLBGwiRCVbc4hZt6cQfMCikREikE/17k34QUQo6OK8mNoAgQ3hRCIyp8EN3+IVAWKGIEhXgDv4Q2QWBbhio6YUiDnZ5T0NSUT4i5scG4jtILh63FzA4UUJUjMklrlggHpjpJ4Tgon7iYAv7DLEsLxTjUIAIlF00cSVhgMUkWqRGm0zCKZuwglQQJJBOuKGONskCJ5wSOZVMQRHEIAgswgXIlbBhFU5hYAGmgDWCOKKRK3GD90ISDJCtQYYEkQwmVaIcoNyCEJssCCN5xAM9sCJsd/mC01ZDiwnWKA2KaIVAYvHHuOhhlquhU42CsIlNwiKFBbCBCbczEBKCZQtKeyNYiICQLQ5lCUpkpqQEs7ZrMIMWozhjWaYnkFWqxAxfW85X7jKGrylCMKRASC5ApxI/lJGZA4r5BR3LcjKDQOsuPpLnEmxwR3wSxEOCAeY1RBmXheUNdQYdiDE4oYcqlEUOCMGFDO7CxohGhIc+XAlhDvK6mijOoxMBRibuwLQCkCEXCRGnVLTwDJRWJBeIkE0gFEIHwZDTpg9hxifSOZDd2WQKa7hDIjKBOaA+hRJXcMMeFrEJVrDOqVjNqlZlEhAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) no-repeat 50% 50%;width:50px;height:50px;background-size:contain;margin:50px auto}.globalfunddetailpage .wrapper .abde-section{padding:0 78px}@media(max-width: 1024px){.globalfunddetailpage .wrapper .abde-section{padding:0 1rem}}.abde-fund-detail-header&gt;div:first-of-type{background-color:#000;background-size:cover;min-height:475px;width:100%}.abde-fund-detail-header .fund-detail-container{padding:80px 78px}@media(max-width: 1024px){.abde-fund-detail-header .fund-detail-container{padding:60px 1rem 30px 1rem}}.abde-fund-detail-header .fund-detail-container .fund-detail-standalone-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px}@media(max-width: 1024px){.abde-fund-detail-header .fund-detail-container .fund-detail-standalone-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.abde-fund-detail-header .fund-detail-container .fund-detail-standalone-header .fund-detail-header-row{margin-bottom:0px;-webkit-box-flex:1;-ms-flex:1;flex:1}.abde-fund-detail-header .fund-detail-container .fund-detail-header-row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;margin-bottom:60px}@media(max-width: 1024px){.abde-fund-detail-header .fund-detail-container .fund-detail-header-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.abde-fund-detail-header .fund-detail-container .fund-detail-header-row #fund-detail-header{-webkit-box-flex:2;-ms-flex:2;flex:2}.abde-fund-detail-header .fund-detail-container .fund-detail-header-row div:nth-of-type(2){min-width:100%}@media(min-width: 768px){.abde-fund-detail-header .fund-detail-container .fund-detail-header-row div:nth-of-type(2){min-width:440px}}.abde-fund-detail-header .fund-detail-container .fund-detail-header-row div:nth-of-type(2) .product-search{-webkit-box-flex:1;-ms-flex:1;flex:1}.abde-fund-detail-header .fund-detail-container .fund-detail-header-row #fund-detail-share-classes{display:none}@media(min-width: 1024px){.abde-fund-detail-header .fund-detail-container .fund-detail-header-row #fund-detail-share-classes{display:block}}.abde-fund-detail-header .fund-detail-container .fund-detail-header-row #fund-detail-share-classes div[class*=Dropdown_dropdown-container]{width:100%}.abde-fund-detail-header .fund-detail-container #mobile-fund-detail-share-classes{margin-bottom:40px}@media(min-width: 1024px){.abde-fund-detail-header .fund-detail-container #mobile-fund-detail-share-classes{display:none}}

.abde-related-insights-container{display:block}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w{background:none;border:none;cursor:pointer;padding:0;position:relative}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w i svg{color:#1e9bd7!important;height:24px!important;position:relative;top:3px;width:24px!important}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w .BookmarkIcon_active-bookmark__TBDfz{display:none}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w.BookmarkIcon_active__QZ\+Pk .BookmarkIcon_active-bookmark__TBDfz{display:block!important}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w.BookmarkIcon_active__QZ\+Pk .BookmarkIcon_bookmark-hover__QChDn,.BookmarkIcon_related-insights-bookmark-icon__JZM\+w.BookmarkIcon_active__QZ\+Pk .BookmarkIcon_bookmark-outline__dlRJl{display:none!important}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w:focus,.BookmarkIcon_related-insights-bookmark-icon__JZM\+w:focus-visible{outline:none}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w .BookmarkIcon_bookmark-hover__QChDn{display:none}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w:hover .BookmarkIcon_bookmark-outline__dlRJl{display:none!important}.BookmarkIcon_related-insights-bookmark-icon__JZM\+w:hover .BookmarkIcon_bookmark-hover__QChDn{color:#1e9bd7;display:block}.GenericInsightsCard_insights-card-heading-row__SaVXd{align-items:flex-start;display:flex;justify-content:space-between}.GenericInsightsCard_insight-card-description__ympGp:hover{text-decoration:none!important}.GenericInsightsCard_img-overlay__0fmQz{position:relative}.GenericInsightsCard_img-overlay__0fmQz img{vertical-align:top;width:100%}.GenericInsightsCard_img-overlay__0fmQz:before{background:rgba(0,0,0,.3);content:"\a";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all .5s;-webkit-transition:all .5s;width:100%}.GenericInsightsCard_img-overlay__0fmQz:hover:before{opacity:1}.LargeInsightsCard_bookmark__1pJ4o{align-items:center;display:flex;justify-content:space-between}.LargeInsightsCard_bookmark__1pJ4o button i{font-size:24px}.MiniInsightsCard_miniCard__J8sZV{padding-bottom:30px!important}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_miniImage__bLfXn{height:auto;width:174px}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_miniCardBody__Kb5s5{display:flex;justify-content:space-between;margin-right:15px;width:100%}@media(min-width:1024px){.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_miniCardBody__Kb5s5{justify-content:normal;margin-right:0;width:auto}}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_content-container__cQxLl{width:100%}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_title-container__vuxiM{align-items:start;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:20px}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_bookmark__\+SYeh{padding-left:15px}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_bookmark__\+SYeh button{padding-bottom:0!important}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_bookmark__\+SYeh button i{font-size:24px}.MiniInsightsCard_miniCard__J8sZV .MiniInsightsCard_timestamp__SjlCj{padding:0 0 10px!important}

.Day_day__emrmZ{align-items:center;border:1px solid #c4c4c4;color:#000;display:flex;flex-direction:column;font-size:14px;height:50px;justify-content:center;width:14.2857142857%}.Day_day__emrmZ span{font-weight:400!important}.Day_day__emrmZ span,.Day_day__emrmZ span.Day_isToday__Uogf3{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important}.Day_day__emrmZ span.Day_isToday__Uogf3{font-weight:700!important}.Day_selectedDay__sW0Os{background-color:#e7f5fc;border-color:#007abb;border-width:2px}.Day_inactiveDay__WNAFK{background-color:#f0f0f0}.Day_inactiveDay__WNAFK .Day_hasEvent__53cxx{background-color:#c4c4c4}.Day_circle__az1Jb{border-radius:100%;height:7.5px;width:7.5px}.Day_hasEvent__53cxx{background-color:#1e9bd7}td.Day_day__emrmZ:has(&gt;span.Day_hasEvent__53cxx):hover{border:2px solid #007abb;cursor:pointer}td.Day_inactiveDay__WNAFK:has(&gt;span.Day_hasEvent__53cxx):hover{border:1px solid #c4c4c4;cursor:inherit}@media(min-width:576px){.Day_day__emrmZ{font-size:36px;height:98px;width:14.2857142857%}.Day_circle__az1Jb{height:15px;width:15px}}.Calendar_calendar__Otazd{color:#000;width:100%}.Calendar_calendar__Otazd th{border:1px solid #fff;border-bottom:0}.Calendar_calendar__Otazd tr{display:flex}.Calendar_header__IX-G8{align-items:center;background-color:#000;color:#fff;display:flex;font-size:14px;font-weight:700;justify-content:center;min-height:25px;min-width:14.2857142857%}.Calendar_header__IX-G8.Calendar_zh-tw__KKLx5{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:400!important}@media(min-width:576px){.Calendar_header__IX-G8{font-size:22px;min-height:50px;min-width:14.2857142857%}}.EventCard_event-card__O9hqh{color:#000;margin-bottom:40px}.EventCard_event-card__O9hqh .EventCard_date--bold__CTp3s,.EventCard_event-card__O9hqh .EventCard_title__Bo4sT{font-family:Theinhardt,Arial,Helvetica,sans-serif!important;font-size:22px;font-weight:400!important}.EventCard_event-card__O9hqh.EventCard_zh-tw__piO9G .EventCard_date--bold__CTp3s,.EventCard_event-card__O9hqh.EventCard_zh-tw__piO9G .EventCard_title__Bo4sT{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:700!important}.EventCard_line__spIRI{border-left:3px solid #1e9bd7;display:flex;flex-direction:column;padding-bottom:10px;padding-left:20px}.EventCard_date__3Dhqa{font-family:Klavika,Arial,Helvetica,sans-serif!important;font-size:14px;font-weight:700!important;letter-spacing:1.4px;margin-bottom:10px}.EventCard_description__IwMWi{padding-left:24px}.EventCard_description__IwMWi li{margin-left:20px}.EventCard_description__IwMWi li,.EventCard_description__IwMWi p{font-family:Theinhardt,Arial,Helvetica,sans-serif!important;font-size:18px;font-weight:400!important}.EventCard_description__IwMWi p{color:#262626}li span{left:-5px;position:relative}.EventCard_linkUrl__Zh\+y8{color:#1e9bd7;display:block;font-size:18px;font-weight:700;letter-spacing:2px;margin-left:25px;padding-top:15px;text-transform:uppercase}.EventCard_linkUrl__Zh\+y8:hover{color:#1e9bd7}.FutureEvents_future-events__muraF{color:#000}.FutureEvents_all-event-group__3VnfQ{padding-block:60px}.FutureEvents_all-event-title__lm8zl h3{font-family:Klavika,Arial,Helvetica,sans-serif!important;font-size:34px;font-weight:400!important;margin-bottom:40px}.FutureEvents_all-event-title__lm8zl.FutureEvents_zh-tw__1nRyG h3{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:700!important}.FutureEvents_event-bottom-line__ixtKh{border-bottom:2px solid #c4c4c4;margin-bottom:60px;padding-bottom:20px}.FutureEvents_event-bottom-line__ixtKh:last-of-type{border-bottom:initial;margin-bottom:0}.FutureEvents_load-more__Ywp\+H{background-color:#f0f0f0;border:2px solid #1e9bd7;border-radius:25px;color:#000;font-size:12px;font-weight:500;letter-spacing:1.68px;line-height:38px;min-width:295px;padding:0 60px;position:relative;text-transform:uppercase}.FutureEvents_load-more__Ywp\+H i{color:#1e9bd7;font-size:20px;position:absolute;right:15px}.FutureEvents_load-more__Ywp\+H:hover{background-color:#1e9bd7;color:#fff;text-decoration:none}.FutureEvents_load-more__Ywp\+H:hover i{color:#fff}.FutureEvents_load-more__Ywp\+H:focus{background-color:#f0f0f0;box-shadow:0 1px 3px #1e9bd7;color:#000}.FutureEvents_load-more__Ywp\+H:focus i{color:#000}.FutureEvents_load-more__Ywp\+H:disabled{background-color:#f0f0f0;border:2px solid #1e9bd7;color:#000}.FutureEvents_load-more__Ywp\+H:disabled i{color:#000}button{outline:none!important}button:hover{cursor:pointer!important}.MonthSwitch_month-switch__\+ilMm{align-items:center;color:#000;display:flex;margin-right:-15px;padding:20px 0;width:50%}.MonthSwitch_pill__ou6\+C{align-items:center;background-color:transparent;border:2px solid #1e9bd7;border-radius:25px;color:#000;display:flex;font-family:Klavika,Arial,Helvetica,sans-serif!important;font-size:12px;font-weight:700!important;justify-content:center;letter-spacing:1.68px;min-height:40px;min-width:70px}.MonthSwitch_pill__ou6\+C.MonthSwitch_zh-tw__dvePr{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:700!important}.MonthSwitch_links__L6g2w{align-items:center;background-color:transparent;border:0;color:#1e9bd7;display:flex;font-family:Klavika,Arial,Helvetica,sans-serif!important;font-size:18px;font-weight:700!important;justify-content:center}.MonthSwitch_links__L6g2w.MonthSwitch_zh-tw__dvePr{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:700!important}.MonthSwitch_links__L6g2w span{font-weight:700;letter-spacing:5px;padding-inline:10px}.MonthSwitch_month-switch-back__kRDas{justify-content:start;padding-left:2px}.MonthSwitch_month-switch-next__4ql7t{justify-content:end}@media(max-width:768px){.MonthSwitch_month-switch__\+ilMm{width:60%}}@media(max-width:576px){.MonthSwitch_month-switch__\+ilMm{width:100%}.MonthSwitch_month-switch-next__4ql7t{padding-right:2px}}@media(min-width:1024px){.MonthSwitch_month-switch__\+ilMm{padding:0}}.PillFilter_pill-filter__tBoPE{color:#000;display:flex;max-width:none}@media(min-width:768px){.PillFilter_pill-filter__tBoPE{color:#000;display:flex;max-width:340px}}.PillFilter_dates-active__mVDEG,.PillFilter_dates__IzXia,.PillFilter_events-active__yDadv,.PillFilter_events__S95x-,.PillFilter_filter__nH0bA{background-color:#fff;border:2px solid #c4c4c4;font-family:Klavika,Arial,Helvetica,sans-serif!important;font-size:12px;font-weight:400!important;letter-spacing:1.68px;min-height:40px;min-width:169px;width:50%}.PillFilter_dates-active__mVDEG:hover,.PillFilter_dates__IzXia:hover,.PillFilter_events-active__yDadv:hover,.PillFilter_events__S95x-:hover,.PillFilter_filter__nH0bA:hover{background-color:#f7f7f7}.PillFilter_events-active__yDadv,.PillFilter_events__S95x-{border-radius:100px 0 0 100px}.PillFilter_events-active__yDadv{background-color:#dbf5ff;border:2px solid #006da8;color:#006da8}.PillFilter_events-active__yDadv:hover{background-color:#dbf5ff}.PillFilter_dates-active__mVDEG,.PillFilter_dates__IzXia{border-radius:0 100px 100px 0}.PillFilter_dates-active__mVDEG{background-color:#dbf5ff;border:2px solid #006da8;color:#006da8}.PillFilter_dates-active__mVDEG:hover{background-color:#dbf5ff}.EventCalendar_eventCalendar__aedyo{color:#000}.EventCalendar_container__VBSsk{padding:60px 0 0!important}@media(min-width:1024px){.EventCalendar_container__VBSsk{padding:60px 0 100px!important}}.EventCalendar_calendar-header__3dHbC{align-items:flex-start;display:flex;flex-direction:column;justify-content:normal;margin-bottom:11px;padding-right:18px}.EventCalendar_calendar-title__KlkxH{font-size:50px;font-weight:700;padding-bottom:0}.EventCalendar_calendar-title__KlkxH.EventCalendar_zh-tw__iOXVI{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:700!important}.EventCalendar_event-list__dU\+JM{margin:40px 0;max-height:650px;overflow-y:auto}@media(min-width:1024px){.EventCalendar_event-list__dU\+JM{margin-top:60px}}.EventCalendar_event-list__dU\+JM .EventCalendar_no-events__1O6aN{color:#262626;font-size:18px}.EventCalendar_event-header__1Rzlu{font-family:Klavika,Arial,Helvetica,sans-serif!important;font-size:28px;font-weight:400!important;margin-top:40px}.EventCalendar_event-header__1Rzlu.EventCalendar_zh-tw__iOXVI{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:400!important}.EventCalendar_event-cards__rCsCo{margin-top:40px}.EventCalendar_event-cards__rCsCo.EventCalendar_zh-tw__iOXVI{font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-weight:400!important}.EventCalendar_all-events__YFa-c{background-color:#f0f0f0;padding:60px 0}.EventCalendar_all-events-header__6wWjM{margin-bottom:36px}.EventCalendar_all-events-add-events__3uPxa{font-size:18px;margin-bottom:40px}.EventCalendar_all-events-add-events__3uPxa i{color:#1e9bd7}.EventCalendar_all-events-ics__B\+62V{color:#1e9bd7;font-size:18px;font-weight:500;letter-spacing:2.52px;margin-inline:12px;text-transform:uppercase}@media(min-width:768px){.EventCalendar_calendar-header__3dHbC{align-items:normal;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:30px}.EventCalendar_event-header__1Rzlu{font-size:34px;margin-top:0}}@media(min-width:1024px){.EventCalendar_container__VBSsk{display:flex;flex-direction:row}.EventCalendar_event-list__dU\+JM{margin-top:85px}}

.AuthorsCell_authors-cell__XJDNP{font-size:14px;text-align:left}.AuthorsCell_authors-cell__XJDNP .AuthorsCell_authors-link__-wA5Z{color:#1e9bd7;font-weight:400}.AuthorsCell_authors-cell__XJDNP .AuthorsCell_authors-link__-wA5Z:before{display:none}.AuthorsCell_authors-cell__XJDNP .AuthorsCell_delimiter__EqWLd{color:#1e9bd7;font-weight:400}.BookmarkIcon_watchlist-bookmark-icon__MCB5m{align-self:center!important;background:none;border:none;font-size:inherit!important}.BookmarkIcon_watchlist-bookmark-icon__MCB5m svg{color:#1e9bd7!important}.BookmarkIcon_watchlist-bookmark-icon__MCB5m .BookmarkIcon_circle-bookmark__EcTo9 svg{height:24px;width:24px}.BookmarkIcon_watchlist-bookmark-icon__MCB5m:focus,.BookmarkIcon_watchlist-bookmark-icon__MCB5m:focus-visible{outline:none}.BookmarkIcon_watchlist-bookmark-icon__MCB5m:hover{cursor:pointer}.TextButton_watchlist-quicklink-text-button__cn4Gb button{align-items:center;background:transparent;border:none;color:#1e9bd7;cursor:pointer;display:flex;font-size:18px;gap:5px;letter-spacing:2.5px;outline:none;padding:5px;text-decoration:none;text-transform:uppercase}.TextButton_watchlist-quicklink-text-button__cn4Gb button p{font-weight:700;line-height:1;position:relative}.TextButton_watchlist-quicklink-text-button__cn4Gb button span{font-size:small;opacity:0}.TextButton_watchlist-quicklink-text-button__cn4Gb button .TextButton_showCaret__4Bior{font-size:medium!important;opacity:1!important}.TextButton_watchlist-quicklink-text-button__cn4Gb button .TextButton_fa-pseudo-icon__jAHNz:after{display:none}.TextButton_watchlist-quicklink-text-button__cn4Gb button .TextButton_fa-pseudo__7bxF5:after{content:"";font:var(--fa-font-solid)}.TextButton_watchlist-quicklink-text-button__cn4Gb button:active,.TextButton_watchlist-quicklink-text-button__cn4Gb button:focus,.TextButton_watchlist-quicklink-text-button__cn4Gb button:hover{text-decoration:none}.TextButton_watchlist-quicklink-text-button__cn4Gb button:active span,.TextButton_watchlist-quicklink-text-button__cn4Gb button:focus span,.TextButton_watchlist-quicklink-text-button__cn4Gb button:hover span{opacity:1}.TextButton_watchlist-quicklink-text-button__cn4Gb button:active{border:2px solid #007abb;border-radius:5px;color:#007abb}.TextButton_watchlist-quicklink-text-button__cn4Gb button:focus,.TextButton_watchlist-quicklink-text-button__cn4Gb button:hover{border:none;color:#1e9bd7;outline:none}.TextButton_watchlist-quicklink-text-button__cn4Gb button:focus p:after,.TextButton_watchlist-quicklink-text-button__cn4Gb button:hover p:after{border-bottom:2px solid #1e9bd7;content:"";display:block;left:0;position:absolute;right:5px}.TextButton_watchlist-quicklink-text-button__cn4Gb button p{color:#1e9bd7;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:18px;text-decoration:none}.ConfirmMessage_confirm-message__TKzer{align-items:center;background:rgba(0,0,0,.8);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.ConfirmMessage_confirm-message__TKzer .ConfirmMessage_button-group__gnAYV{display:flex;flex-direction:row;gap:40px}.ConfirmMessage_confirm-message__TKzer h4{color:#fff}.ConfirmMessage_confirm-message__TKzer .ConfirmMessage_content__uzL5u{align-items:center;display:flex;flex-direction:column;gap:40px}.ConfirmMessage_hide__1wnww{display:none!important}.DesktopDrawer_subscribe__\+0W\+y{background:#000;border:none!important;height:225px!important;transition:all 0s ease!important;width:400px!important}.DesktopDrawer_desktopDrawer__KqYnZ{background-color:#fff;border:1px solid #000;bottom:0;color:#000;display:flex;flex-direction:column;height:490px;max-height:100%;padding:20px;position:fixed;right:0;row-gap:20px;transition:width .75s cubic-bezier(.25,.46,.45,.94);z-index:555}@media screen and (max-height:480px),screen and (max-width:768px){.DesktopDrawer_desktopDrawer__KqYnZ{display:none}}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_desktopDrawer-action-row__9jpA5{display:flex;flex-direction:row;justify-content:space-between;max-width:100%}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_desktopDrawer-action-row__9jpA5 .DesktopDrawer_desktopDrawer-action-row-left__RrhwZ{display:flex;flex-direction:row;gap:20px}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_desktopDrawer-expand__wiEfb{background:transparent;border:none;line-height:0;margin:auto 0;outline:none;padding:0}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_desktopDrawer-expand__wiEfb:hover{cursor:pointer}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_desktopDrawer-expand__wiEfb:active,.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_desktopDrawer-expand__wiEfb:focus{border:none!important;outline:none!important}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_desktopDrawer-expand__wiEfb svg{color:#1e9bd7;font-size:x-large;margin:auto}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_close-btn__mX4lg{align-items:center;background:transparent;border:none;display:flex;flex-direction:column;gap:5px;line-height:0;margin:-10px -10px 0 0;outline:none;padding:0}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_close-btn__mX4lg:hover{cursor:pointer}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_close-btn__mX4lg:active,.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_close-btn__mX4lg:focus{border:none!important;outline:none!important}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_close-btn__mX4lg p{font-size:14px;font-weight:700;line-height:1}.DesktopDrawer_desktopDrawer__KqYnZ .DesktopDrawer_close-btn__mX4lg svg{background:#000!important;border-radius:20px;color:#fff;height:20px;padding:5px;width:20px}.DesktopDrawer_expanded__afhQo{width:100%}.DesktopDrawer_expanded__afhQo .DesktopDrawer_desktopDrawer-expand__wiEfb svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.DesktopDrawer_collapsed__FEgr-{width:550px}.DisplayMessage_display-message__PixSm{align-items:center;display:flex;flex-direction:column;gap:30px;margin-bottom:5rem;margin-top:5rem;text-align:center}.DisplayMessage_display-message__PixSm div{margin-left:25px}.DisplayMessage_display-message__PixSm .DisplayMessage_explore-button__kAbof,.DisplayMessage_display-message__PixSm .DisplayMessage_explore-link__iIIFM{align-self:auto;background:none;border:none;color:#1e9bd7;display:block;display:flex;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:18px;font-weight:700;letter-spacing:2.52px;line-height:1.25!important;text-decoration:none!important;text-transform:uppercase}.DisplayMessage_display-message__PixSm .DisplayMessage_explore-button__kAbof:hover,.DisplayMessage_display-message__PixSm .DisplayMessage_explore-link__iIIFM:hover{text-decoration:underline!important}.DisplayMessage_display-message__PixSm .DisplayMessage_explore-button__kAbof:focus,.DisplayMessage_display-message__PixSm .DisplayMessage_explore-button__kAbof:focus-visible,.DisplayMessage_display-message__PixSm .DisplayMessage_explore-link__iIIFM:focus,.DisplayMessage_display-message__PixSm .DisplayMessage_explore-link__iIIFM:focus-visible{outline:none}.DisplayMessage_display-message__PixSm .DisplayMessage_explore-button__kAbof:active,.DisplayMessage_display-message__PixSm .DisplayMessage_explore-link__iIIFM:active{color:#187cab}.DisplayMessage_display-message__PixSm .DisplayMessage_explore-button__kAbof:disabled,.DisplayMessage_display-message__PixSm .DisplayMessage_explore-link__iIIFM:disabled{opacity:.38}.TextLink_watchlist-text-link__r\+mx7{margin:0}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr{color:#007abb!important;display:inline;font-size:18px;font-size:14px!important;gap:2px;letter-spacing:2.5px;text-transform:none;white-space:break-spaces}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr.TextLink_us__j2OHq{gap:0;letter-spacing:normal;text-transform:none}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr.TextLink_us__j2OHq .TextLink_icon__UY2Kc{display:none}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr.TextLink_hk__v1wy6{gap:0;letter-spacing:normal;text-transform:none}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr:before{display:none}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr:hover{text-decoration:underline}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr span{color:#007abb!important}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr .TextLink_icon__UY2Kc{display:inline-block;margin-left:5px}.TextLink_watchlist-text-link__r\+mx7 .TextLink_link__wrSqr .TextLink_icon__UY2Kc svg{color:#007abb!important}.FundNameCell_fund-name-cell__0IBFK{color:#000;font-size:14px}.FundNameCell_fund-name-cell__0IBFK a{text-align:left}.FundNameCell_fund-name-cell__0IBFK a:before{align-self:flex-start;content:"";height:42px;margin-right:6px;min-width:5px;width:5px}.FundNameCell_fund-name-cell__0IBFK a p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.FundNameCell_fund-name-cell__0IBFK a p:after{display:none}.FundNameCell_fixed-income__2IEGP a:before{background:#1e9bd7!important}.FundNameCell_multi-asset__alSWX a:before{background:#1cd8c0!important}.FundNameCell_equity__uzJdq a:before{background:#ffbf27!important}.InsightCategoryCell_category-cell__hSB4W{font-size:14px;text-align:left}.InsightCategoryCell_category-cell__hSB4W .InsightCategoryCell_category-link__W1HR0{color:#1e9bd7;font-weight:400}.InsightCategoryCell_category-cell__hSB4W .InsightCategoryCell_category-link__W1HR0:before{display:none}.InsightCategoryCell_category-cell__hSB4W .InsightCategoryCell_delimiter__1Uebz{color:#1e9bd7;font-weight:400}.ListItem_list-item-container__A0mfJ{color:#000}@media screen and (max-width:768px){.ListItem_list-item-container__A0mfJ a{margin-right:0}}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR{align-items:center;border-bottom:1px solid #6d6d6d;display:flex;justify-content:space-between;padding:10px 0;text-decoration:none}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR.ListItem_us-link__YuPDs{padding:10px 0!important}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR p{font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR:before{display:none!important}@media screen and (max-width:768px){.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR{padding-top:0}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR .ListItem_list-item-last-item__6etqU{background:red}}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR:focus,.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR:hover{text-decoration:none!important}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR:focus p,.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR:hover p{color:#007abb}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR:active p{color:#1e9bd7}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR p{color:#000;font-size:18;font-weight:700}.ListItem_list-item-container__A0mfJ .ListItem_list-item__KwGjR i{color:#1e9bd7}.ListItem_list-item-last-item__6etqU a{border-bottom:none!important}@media screen and (max-width:768px){.ListItem_list-item-last-item__6etqU{margin-bottom:-10px}}.MobileDrawer_mobileDrawer__5Iozo{background-color:#fff;bottom:0;position:fixed;width:100%;z-index:1000}@media screen and (min-width:768px){.MobileDrawer_mobileDrawer__5Iozo{display:none}}.MobileDrawer_mobileDrawer__5Iozo .MobileDrawer_mobileContent__TxntD{border-left:1px solid #262626;border-right:1px solid #262626;padding:0 15px 0 0}.MobileDrawer_mobileDrawer__5Iozo .MobileDrawer_lineheader__N1SZx{background-color:#262626;border-radius:20px 20px 0 0;color:#fff;height:20px;padding:8px 0;width:100%}.MobileDrawer_mobileDrawer__5Iozo .MobileDrawer_lineheader__N1SZx .MobileDrawer_topline__\+BD2y{border:2px solid #6d6d6d;height:0;margin:0 auto;width:61px}.MobileTableContainer_watchlist-mobile-table-container__5k9is{position:relative}@media screen and (max-width:768px){.MobileTableContainer_watchlist-mobile-table-container__5k9is:after{background:linear-gradient(270deg,#fff,transparent);content:"";height:100%;position:absolute;right:0;top:0;width:10px}.MobileTableContainer_watchlist-mobile-table-container__5k9is .MobileTableContainer_mobile-table-container-inner__RhCGG{overflow-x:scroll}.MobileTableContainer_watchlist-mobile-table-container__5k9is .MobileTableContainer_mobile-table-container-inner__RhCGG table{width:100%!important}}.NavItem_nav-item__jEkwn{color:#000}.NavItem_nav-item__jEkwn button{align-items:center;background:transparent;border:none;display:flex;flex-direction:column;gap:5px;line-height:0;outline:none;padding:0}.NavItem_nav-item__jEkwn button:hover{cursor:pointer}.NavItem_nav-item__jEkwn button:active,.NavItem_nav-item__jEkwn button:focus{border:none!important;outline:none!important}.NavItem_nav-item__jEkwn button p{font-size:14px;font-weight:700;line-height:1}.NavItem_nav-item__jEkwn button i{background:#1e9bd7;border-radius:20px;height:30px;width:30px}.NavItem_nav-item__jEkwn button svg{color:#fff;padding:5px}.NavItem_nav-item__jEkwn .NavItem_active__2eLCR{border-bottom:3px solid #1e9bd7}.NavItem_nav-item__jEkwn .NavItem_inactive__8FIxu i{opacity:.4}.PillNav_watchlist-quicklink-pillNav__UCrg\+{align-items:center;display:grid;grid-template-columns:1fr 1fr;list-style:none;padding-left:0}@media(min-width:768px){.PillNav_watchlist-quicklink-pillNav__UCrg\+{display:flex}}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button{background:#fff;border:2px solid #c4c4c4;min-width:100px;padding:10px 20px;position:relative;width:100%}@media(min-width:768px){.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button{width:auto}}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button span{color:#6d6d6d;display:block;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:12px;letter-spacing:1px;text-transform:uppercase}@media screen and (min-width:1440px){.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button span{min-width:100px}}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button span div{display:inline-block;margin-left:10px}@media(max-width:768px){.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button span i{position:absolute;right:0;top:0}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button span i svg{height:15px;width:13px}}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button:focus,.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button:focus-visible{background:#dbf5ff;border:2px solid #006da8;outline:none;position:relative;z-index:10}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button:focus span,.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button:focus-visible span{color:#006da8}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li button:hover{cursor:pointer}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li:first-of-type button{border-radius:100px 0 0 100px;-webkit-border-radius:100px 0 0 100px;-moz-border-radius:100px 0 0 100px;margin-right:-2px!important}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li:last-of-type button{border-radius:0 100px 100px 0;-webkit-border-radius:0 100px 100px 0;-moz-border-radius:0 100px 100px 0;margin-left:-2px!important}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li.PillNav_active__\+vdP7 button{background:#dbf5ff;border:2px solid #006da8!important;color:#006da8;letter-spacing:1.68px;position:relative;text-transform:uppercase;z-index:40}.PillNav_watchlist-quicklink-pillNav__UCrg\+ li.PillNav_active__\+vdP7 button span{color:#006da8;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important}@media(max-width:1024px){.PillNav_pillNav__NNNoa{max-width:100vw!important;padding-right:30px}li button{padding:10px}li button span{min-width:none!important;white-space:pre-wrap}}@media(max-width:768px){.PillNav_pillNav__NNNoa{padding-right:0}.PillNav_pillNav__NNNoa li{flex-grow:1}.PillNav_pillNav__NNNoa li button{width:100%}}.Search_search__JtbP4{position:relative}.SearchInput_search-input__sSWTM{border-bottom:3px solid #1e9bd7;line-height:30px;padding-left:0;position:relative;text-align:left;width:100%}.SearchInput_search-input__sSWTM [placeholder]{max-width:90%;text-overflow:ellipsis;white-space:nowrap}.SearchInput_search-input__sSWTM .SearchInput_search-icon__vsO5q{color:#1e9bd7;font-size:19px;position:absolute;right:5px}.SearchInput_search-input__sSWTM .SearchInput_clear-button__kM\+yh{background:none!important;border:none;color:#1e9bd7;cursor:pointer;display:none;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:19px;font-weight:700!important;padding:0!important;position:absolute;right:5px;top:-5px}.SearchInput_search-input__sSWTM .SearchInput_clear-button__kM\+yh:hover{text-decoration:underline}.SearchInput_search-input__sSWTM input{background-color:transparent;border:none;border-radius:0;-webkit-border-radius:0;bottom:5px;box-sizing:border-box;color:#6d6d6d;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:18px;outline:none;padding-bottom:0;position:relative;width:100%}.SearchInput_search-input__sSWTM label{display:none;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:14px;font-weight:700!important}@media screen and (max-width:480px){.SearchInput_search-input__sSWTM input:focus~label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:78%}.SearchInput_search-input__sSWTM input:focus~.SearchInput_clear-button__kM\+yh{font-size:14px}}.SearchInput_search-input__sSWTM input:focus::-webkit-input-placeholder{color:transparent}.SearchInput_search-input__sSWTM input:focus:-ms-input-placeholder{color:transparent}.SearchInput_search-input__sSWTM input:focus::placeholder{color:transparent}.SearchInput_search-input-focused__BiltC input~label{display:block;position:absolute;top:-22px}.SearchInput_search-input-focused__BiltC input~.SearchInput_clear-button__kM\+yh{display:block}.SearchInput_search-input-focused__BiltC input~.SearchInput_search-icon__vsO5q{display:none}.SearchResults_search-results__OzoNA{-ms-overflow-style:none;background-color:#fff;border:1px solid #c4c4c4;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:18px;font-weight:700;line-height:26px;margin-top:-7px;max-height:300px;overflow:auto;overflow-y:overlay;position:absolute;scrollbar-width:none;text-align:left;width:100%;z-index:100}.SearchResults_search-results__OzoNA::-webkit-scrollbar{width:2px}.SearchResults_search-results__OzoNA::-webkit-scrollbar-thumb{background-color:#adadad;border-radius:6px;outline:1px solid #adadad}.SearchResults_search-results-active-result__LGiWt{background-color:#c4c4c4;color:#1e9bd7}.SearchResults_search-results-result__J3AYU{padding:15px!important;text-decoration:none}.SearchResults_search-results-result__J3AYU:hover{background-color:#c4c4c4;color:#1e9bd7}.SearchResults_search-results-result__J3AYU:last-child{border-bottom:none}.SearchResults_search-results-link__yp8uz{background-color:transparent;color:#000;cursor:pointer;display:inline-block;font-weight:400!important;line-height:1.3125;text-decoration:none}.SearchResults_search-no-results__nna0v{color:#adadad;font-size:16px;font-weight:400!important;padding:15px!important;text-align:left}.SwipeableDrawer_swipeable-drawer__Cz8a6{background-color:transparent;bottom:67px;color:#000;left:0;position:fixed;right:0;z-index:800}.SwipeableDrawer_swipeable-drawer__Cz8a6 .SwipeableDrawer_swipeable-header__cGvqK{background-color:#000;border-radius:20px 20px 0 0!important;padding:16px;text-indent:-999px;white-space:nowrap}.SwipeableDrawer_swipeable-drawer__Cz8a6 .SwipeableDrawer_swipeable-drawer-content__W0bn4{bottom:-100%;left:0;position:fixed;transition:bottom .3s ease-in-out;width:100%}.SwipeableDrawer_swipeable-drawer__Cz8a6 .SwipeableDrawer_swipeable-drawer-content__W0bn4.SwipeableDrawer_open__g94tX{bottom:65px}.SwipeableDrawer_swipeable-drawer__Cz8a6 .SwipeableDrawer_swipeable-drawer-content__W0bn4.SwipeableDrawer_us__Oz7bZ.SwipeableDrawer_open__g94tX{bottom:60px}.SwipeableDrawer_swipeable-drawer__Cz8a6 .SwipeableDrawer_swipeable-drawer-content__W0bn4 .SwipeableDrawer_swipeable-header-icon__X7AhP{background-color:#8c8c8c!important;height:2px;margin:0 auto;width:20%!important}.SwipeableDrawer_swipeable-drawer__Cz8a6 .SwipeableDrawer_bottom-sheet-content__nABeU{background-color:#fff;border-left:1px solid #000;border-right:1px solid #000;display:flex;flex-direction:column;gap:20px;padding:20px}@media screen and (min-width:768px){.SwipeableDrawer_swipeable-drawer__Cz8a6{display:none}}.Table_watchlist-quicklink-table__QACNr{color:#000}.Table_watchlist-quicklink-table__QACNr table{border-collapse:collapse;width:100%}.Table_watchlist-quicklink-table__QACNr .Table_fundsExpanded__z4XwP{font-size:14px!important;grid-template-columns:40% 1fr 1fr 1fr 1fr 1fr}.Table_watchlist-quicklink-table__QACNr .Table_fundsExpanded__z4XwP.Table_us__fFL65{-webkit-column-gap:0;column-gap:0;grid-template-columns:75px 40% 2fr 2fr 2fr 2fr;width:1200px}@media(min-width:1024px){.Table_watchlist-quicklink-table__QACNr .Table_fundsExpanded__z4XwP.Table_us__fFL65{width:100%}}.Table_watchlist-quicklink-table__QACNr .Table_fundsExpanded__z4XwP td{align-content:center}.Table_watchlist-quicklink-table__QACNr .Table_fundsCollapsed__0Quf9{font-size:14px!important;grid-template-columns:40% 30% 30% 25% 25% 25%}.Table_watchlist-quicklink-table__QACNr .Table_fundsCollapsed__0Quf9.Table_us__fFL65{-webkit-column-gap:0;column-gap:0;grid-template-columns:75px 4fr 3fr 3fr 2fr 2fr;width:1200px}.Table_watchlist-quicklink-table__QACNr .Table_fundsCollapsed__0Quf9 th{padding:10px!important;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Table_watchlist-quicklink-table__QACNr .Table_fundsCollapsed__0Quf9 th svg{padding-left:0!important}.Table_watchlist-quicklink-table__QACNr .Table_fundsCollapsed__0Quf9 td{align-content:center}.Table_watchlist-quicklink-table__QACNr .Table_insightsExpanded__qZ61F{font-size:14px!important;grid-template-columns:17% 30% 20% 30%}.Table_watchlist-quicklink-table__QACNr .Table_insightsExpanded__qZ61F.Table_us__fFL65{-webkit-column-gap:0;column-gap:0;grid-template-columns:75px 45% 20% 30%}.Table_watchlist-quicklink-table__QACNr .Table_insightsCollapsed__fadf8{font-size:14px!important;grid-template-columns:30% 60% 25% 30%}.Table_watchlist-quicklink-table__QACNr .Table_insightsCollapsed__fadf8.Table_us__fFL65{-webkit-column-gap:0;column-gap:0;grid-template-columns:75px 60% 25% 30%}.Table_watchlist-quicklink-table__QACNr .Table_insightsCollapsed__fadf8 th{padding:10px!important;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Table_watchlist-quicklink-table__QACNr .Table_insightsCollapsed__fadf8 th svg{padding-left:0!important}.Table_watchlist-quicklink-table__QACNr .Table_cumulative-total-return__W9n\+F{grid-template-columns:repeat(9,1fr)}.Table_watchlist-quicklink-table__QACNr .Table_dividends__JJWhU{grid-template-columns:repeat(6,1fr)}.Table_watchlist-quicklink-table__QACNr .Table_trending-example__oC-j0{grid-template-columns:repeat(5,1fr)}.SortIcon_sort-icon__BJCrx{color:#fff}.SortIcon_sort-icon__BJCrx .SortIcon_hide__9XQ9j{position:absolute;visibility:hidden}.TableHeader_watchlist-quicklink-table-header__j88lH{grid-column-gap:3px;-webkit-column-gap:3px;column-gap:3px;display:grid}.TableHeader_watchlist-quicklink-table-header__j88lH th{align-items:center;background:#8c8c8c;box-sizing:border-box;color:#fff;display:inline-flex;font-weight:700;justify-content:space-between;padding:20px 15px}.TableHeader_watchlist-quicklink-table-header__j88lH th span{font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important}.TableHeader_watchlist-quicklink-table-header__j88lH th svg{height:25px;padding-left:20px;width:25px}.TableHeader_watchlist-quicklink-table-header__j88lH th.TableHeader_sortable__HD9Fy:focus,.TableHeader_watchlist-quicklink-table-header__j88lH th.TableHeader_sortable__HD9Fy:focus-visible,.TableHeader_watchlist-quicklink-table-header__j88lH th.TableHeader_sortable__HD9Fy:hover{background:#343434;cursor:pointer}.TableHeader_watchlist-quicklink-table-header__j88lH th.TableHeader_sortable__HD9Fy.TableHeader_active-sort__EzLs7{background:#343434}.TableHeader_watchlist-quicklink-table-header__j88lH th.TableHeader_sortable__HD9Fy.TableHeader_active-sort__EzLs7.TableHeader_sticky__FGwwY{border-right:1px solid #343434}.TableHeader_watchlist-quicklink-table-header__j88lH th.TableHeader_sticky__FGwwY{border-right:1px solid #c4c4c4;left:0;position:-webkit-sticky;position:sticky}.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4{background:#000;-webkit-column-gap:0;column-gap:0}.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4 th{background:#000!important;border:1px solid #000}.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4 th.TableHeader_sortable__HD9Fy:focus,.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4 th.TableHeader_sortable__HD9Fy:focus-visible,.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4 th.TableHeader_sortable__HD9Fy:hover{background:#000;cursor:pointer}.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4 th.TableHeader_sortable__HD9Fy.TableHeader_active-sort__EzLs7{background:#000}.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4 th.TableHeader_sortable__HD9Fy.TableHeader_active-sort__EzLs7.TableHeader_sticky__FGwwY{border-right:1px solid #000}.TableHeader_watchlist-quicklink-table-header__j88lH.TableHeader_us-header__Lt-d4 th.TableHeader_sticky__FGwwY{border-right:1px solid #000;left:0;position:-webkit-sticky;position:sticky}.TableRow_table-row__sspeG{grid-column-gap:3px;color:#000;-webkit-column-gap:3px;column-gap:3px;display:grid;grid-template-columns:repeat(5,1fr)}.TableRow_table-row__sspeG td p{font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important}.TableRow_table-row__sspeG:focus-visible.TableRow_sticky__\+Q7sZ th[scope=row],.TableRow_table-row__sspeG:focus.TableRow_sticky__\+Q7sZ th[scope=row],.TableRow_table-row__sspeG:hover.TableRow_sticky__\+Q7sZ th[scope=row]{background:#f0f0f0}.TableRow_table-row__sspeG td,.TableRow_table-row__sspeG th[scope=row]{align-items:center;border-bottom:1px solid #c4c4c4;display:grid;padding:20px 15px}.TableRow_table-row__sspeG td a,.TableRow_table-row__sspeG td p,.TableRow_table-row__sspeG th[scope=row] a,.TableRow_table-row__sspeG th[scope=row] p{color:#007abb;font-weight:700}.TableRow_table-row__sspeG td svg,.TableRow_table-row__sspeG th[scope=row] svg{color:#007abb}.TableRow_table-row__sspeG.TableRow_sticky__\+Q7sZ th[scope=row]{background:#fff;border-right:1px solid #c4c4c4;left:0;position:-webkit-sticky;position:sticky}.TableRow_table-row__sspeG.TableRow_us-row__p7qze{-webkit-column-gap:0!important;column-gap:0!important}.TrendingDataPoint_trending-data-point__-QUvA{color:#000}.TrendingDataPoint_trending-data-point__-QUvA .TrendingDataPoint_green-arrow__8yTI4 svg{color:#3fb960}.TrendingDataPoint_trending-data-point__-QUvA .TrendingDataPoint_tw-green-arrow__nI0we svg{color:#b1c425}.TrendingDataPoint_trending-data-point__-QUvA .TrendingDataPoint_red-arrow__WqjOL svg{color:red}.TrendingDataPoint_trending-data-point__-QUvA .TrendingDataPoint_tw-red-arrow__ANpd4 svg{color:#b11b1b}.Toolbar_toolbar__4-VCQ{bottom:0;max-height:100%;position:fixed;right:0;z-index:600}@media screen and (max-height:480px),screen and (max-width:768px){.Toolbar_toolbar__4-VCQ{display:none}}.Toolbar_toolbar__4-VCQ .Toolbar_button-group__p9Uyi{display:flex;flex-direction:column;gap:2px}.Toolbar_toolbar__4-VCQ article:before{background:#1e9bd7;content:"";height:90px;left:-7px;left:0;opacity:0;opacity:1;position:absolute!important;transition-delay:.33s,0s,.33s,0s;transition-duration:.33s;transition-property:top,opacity,left,width;transition-timing-function:ease;width:5px;z-index:3;z-index:-1}.Toolbar_toolbar__4-VCQ article.Toolbar_closing-search__2yacY:before{top:92px}.Toolbar_toolbar__4-VCQ .Toolbar_isActive-0__Kkm9x:before,.Toolbar_toolbar__4-VCQ .Toolbar_isActive-1__ngG5q:before{left:-7px;opacity:1;width:5px}.Toolbar_toolbar__4-VCQ .Toolbar_isActive-0__Kkm9x:before{opacity:1;top:0;width:5px}.Toolbar_toolbar__4-VCQ .Toolbar_isActive-1__ngG5q:before{top:92px;transition-delay:0s,0s,.15s,.33s}.Toolbar_toolbar__4-VCQ .Toolbar_isActive-subscribe__f7CRQ:before{left:0;opacity:1;top:0;width:0;z-index:-1}.Toolbar_toolbar__4-VCQ button{background:#000;border:none!important;color:#fff;cursor:pointer;max-width:40px;min-height:90px;outline:none!important;position:relative;transition:background .25s ease 0s;width:40px}.Toolbar_toolbar__4-VCQ button:before{background:#000;content:"";height:90px;left:-7px;opacity:0;position:absolute!important;top:0;transition-delay:.33s,0s,.33s,0s;transition-duration:.33s;transition-property:top,opacity,left,width;transition-timing-function:ease;width:5px;z-index:3}.Toolbar_toolbar__4-VCQ button:active:before{opacity:0}.Toolbar_toolbar__4-VCQ .Toolbar_subscribe__ZK-SB{display:flex;flex-direction:column;gap:40px;justify-content:flex-start;min-height:225px;padding-left:10px;padding-top:10px}.Toolbar_toolbar__4-VCQ .Toolbar_subscribe__ZK-SB i{color:#1e9bd7;margin:0 auto}.Toolbar_toolbar__4-VCQ .Toolbar_subscribe__ZK-SB i:nth-child(2){display:none}.Toolbar_toolbar__4-VCQ .Toolbar_subscribe__ZK-SB p{display:inline-block;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:14px;text-align:center;text-transform:uppercase;-webkit-transform:rotate(-90deg) translate(-100%);transform:rotate(-90deg) translate(-100%);-webkit-transform-origin:0 0;transform-origin:0 0;white-space:nowrap}.Toolbar_toolbar__4-VCQ .Toolbar_inactive__\+zvPN:before{left:0;opacity:0}@media(min-width:1024px){.Toolbar_toolbar__4-VCQ .Toolbar_inactive__\+zvPN:hover:before{left:-7px;opacity:1}}.Toolbar_toolbar__4-VCQ .Toolbar_subscribe-open__fxx6A i:first-child{display:none}.Toolbar_toolbar__4-VCQ .Toolbar_subscribe-open__fxx6A i:nth-child(2){display:block}.Toolbar_watchlist__3lh4p{bottom:0;position:fixed;right:0}.CircleBookmarkIcon_watchlist-circle-bookmark-icon__wHXQy{background:none;border:none;cursor:pointer;height:24px;margin:auto;padding:0;position:relative;width:24px}.CircleBookmarkIcon_watchlist-circle-bookmark-icon__wHXQy i svg{color:#1e9bd7!important;height:24px!important;left:0;position:absolute;top:0;width:24px!important}.CircleBookmarkIcon_watchlist-circle-bookmark-icon__wHXQy.CircleBookmarkIcon_active__IZLMj .CircleBookmarkIcon_active-bookmark__pfne4{display:block!important}.CircleBookmarkIcon_watchlist-circle-bookmark-icon__wHXQy.CircleBookmarkIcon_active__IZLMj .CircleBookmarkIcon_bookmark-hover__W9c1r,.CircleBookmarkIcon_watchlist-circle-bookmark-icon__wHXQy.CircleBookmarkIcon_active__IZLMj .CircleBookmarkIcon_bookmark-outline__MA\+Wr{display:none!important}.CircleBookmarkIcon_watchlist-circle-bookmark-icon__wHXQy:focus,.CircleBookmarkIcon_watchlist-circle-bookmark-icon__wHXQy:focus-visible{outline:none}@media screen and (min-width:768px){.FundSearch_fund-search-toolbar__qOPRD{width:350px}.FundSearch_fund-search__AEbxL{margin-right:60px;max-width:350px;width:350px}.FundSearch_fund-search__AEbxL li,.FundSearch_fund-search__AEbxL li button{width:100%}}.FundSearch_fund-search__AEbxL a{padding-top:10px!important}.Watchlist_watchlist__PbAED{display:flex;flex-direction:column;gap:20px;grid-row:3;margin-right:60px;max-width:100%}.Watchlist_watchlist__PbAED:has(table){grid-row-start:2}.Watchlist_watchlist__PbAED .Watchlist_watchlist-table-container__t6oL8{height:320px;max-height:320px;overflow:hidden}.Watchlist_watchlist__PbAED .Watchlist_watchlist-table-container__t6oL8:after{background:linear-gradient(0deg,#fff,transparent);bottom:0;content:"";height:50px;position:absolute;width:100%}.Watchlist_watchlist__PbAED .Watchlist_watchlist-table-container-inner__ud90f{-ms-overflow-style:none;max-height:320px;overflow:auto;scrollbar-color:#c4c4c4 #f0f0f0;scrollbar-width:thin;transition:width .75s cubic-bezier(.25,.46,.45,.94);width:100%}.Watchlist_watchlist__PbAED .Watchlist_watchlist-table-container-inner__ud90f::-webkit-scrollbar{height:5px;width:5px}.Watchlist_watchlist__PbAED .Watchlist_watchlist-table-container-inner__ud90f::-webkit-scrollbar-thumb{background-color:#c4c4c4;border-radius:6px;outline:1px solid #c4c4c4}.Watchlist_watchlist__PbAED .Watchlist_watchlist-table-container-inner__ud90f::-webkit-scrollbar-thumb:hover{background-color:#adadad}.Watchlist_watchlist__PbAED .Watchlist_watchlist-table-container-inner__ud90f::-webkit-scrollbar-track{background-color:#f0f0f0;border-radius:6px}.Watchlist_watchlist__PbAED .Watchlist_watchlist-expanded-false__pM6eE .Watchlist_watchlist-table-container-inner__ud90f{width:100%}.Watchlist_watchlist__PbAED .Watchlist_watchlist-fund-clear__UQNqG,.Watchlist_watchlist__PbAED .Watchlist_watchlist-insights-clear__sdZ0t{color:#000;font-family:Theinhardt,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:13px;line-height:13px;z-index:1}.Watchlist_watchlist__PbAED thead{position:relative;top:0;z-index:100}.Watchlist_watchlist__PbAED button{align-self:end;background:transparent;border:none;font-size:14px;line-height:0;line-height:14px;outline:none;padding:0}.Watchlist_watchlist__PbAED button:hover{cursor:pointer}.Watchlist_watchlist__PbAED button:active,.Watchlist_watchlist__PbAED button:focus{border:none!important;outline:none!important}.Watchlist_watchlist__PbAED button:hover{text-decoration:none!important}.Watchlist_watchlist__PbAED h4{max-width:400px;text-align:center}@media(max-width:768px){.Watchlist_watchlist__PbAED{margin-right:0}}.MobileNav_mobileNav__6nTPa{background-color:#fff;border:1px solid #000;bottom:0;height:67px;position:fixed;width:100%}@media screen and (min-width:768px){.MobileNav_mobileNav__6nTPa{display:none}}.MobileNav_mobileNav__6nTPa .MobileNav_button-group__DBW-o{background-color:#fff;display:flex;flex-direction:row;gap:2px;height:65px;white-space:pre}.MobileNav_mobileNav__6nTPa button{background-color:#fff;border:none!important;cursor:pointer;flex-grow:1;margin-top:6px;outline:none!important;padding:0;position:relative}.MobileNav_mobileNav__6nTPa button span{background:#1e9bd7;border-radius:15px;display:inline-block;height:30px;margin:auto;padding-top:3px;width:30px}.MobileNav_mobileNav__6nTPa button svg{color:#fff;height:15px;width:15px}.MobileNav_mobileNav__6nTPa button p{border-bottom:3px solid #1e9bd7;color:#000;font-size:14px}@media screen and (max-width:350px){.MobileNav_mobileNav__6nTPa button p{font-size:12px}}.MobileNav_mobileNav__6nTPa .MobileNav_inactive__4Jcz\+ span{background:#78c3e7}.MobileNav_mobileNav__6nTPa .MobileNav_inactive__4Jcz\+ p{border-bottom:none}.MobileNav_mobileNav__6nTPa .MobileNav_inactive__4Jcz\+:hover span{background:#1e9bd7}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT{background-color:#000;border-top:0!important;height:60px!important}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT .MobileNav_button-group__DBW-o{background-color:#000}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT button{align-items:center;background-color:#000!important;display:flex;flex-direction:column;justify-content:center;margin-top:0!important}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT button p{border-bottom:0!important;color:#fff!important;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:11px!important;margin-top:-5px}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT button.MobileNav_us-btn__Cvavj span{background:none!important;display:block;margin:0;padding:0}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT button.MobileNav_us-btn__Cvavj svg{color:#1e9bd7;height:18px;width:18px}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT button.MobileNav_us-btn__Cvavj.MobileNav_active__jG\+Zz{background:#6d6d6d!important}.MobileNav_mobileNav__6nTPa.MobileNav_us__e2kNT button.MobileNav_us-btn__Cvavj.MobileNav_active__jG\+Zz svg{color:#fff}.MobileNav_mobileNav-inactive__1lhY0{border-top:5px solid #000!important}.MobileNav_mobileNav-inactive__1lhY0 span{background:#1e9bd7!important}.FundDividend_fund-dividend__stwvB,.FundNav_fund-nav__j3mfa{color:#000;display:flex;flex-direction:column;gap:20px}.Mobile_mobileView__B1QB3{bottom:90px;position:fixed;width:100%;z-index:1005}.Mobile_mobileView__B1QB3 .Mobile_mobile-subscribe-button__DjqOh{background:transparent;background:#000;border:none;bottom:67px;color:#fff;display:none;flex-direction:row;gap:20px;line-height:0;max-height:40px;max-width:120px;outline:none;padding:10px;position:fixed;right:0;transition:all .5s cubic-bezier(.645,.045,.355,1);z-index:-1}@media screen and (min-width:769px){.Mobile_mobileView__B1QB3 .Mobile_mobile-subscribe-button__DjqOh{display:none}}.Mobile_mobileView__B1QB3 .Mobile_mobile-subscribe-button__DjqOh:hover{cursor:pointer}.Mobile_mobileView__B1QB3 .Mobile_mobile-subscribe-button__DjqOh:active,.Mobile_mobileView__B1QB3 .Mobile_mobile-subscribe-button__DjqOh:focus{border:none!important;outline:none!important}.Mobile_mobileView__B1QB3 .Mobile_mobile-subscribe-button__DjqOh i{color:#1e9bd7;margin:0 auto}.Mobile_mobileView__B1QB3 .Mobile_mobile-subscribe-button__DjqOh p{display:inline-block;font-family:Klavika,SourceHanSans,Arial,Helvetica,sans-serif!important;font-size:14px;text-align:center;text-transform:uppercase;white-space:nowrap}.Mobile_mobileView__B1QB3 .Mobile_hide-subscribe__rTeFf{bottom:-67px}

.Tooltip_tooltip__tIirw{display:inline;left:3px;position:relative;top:0}.Tooltip_tooltip__tIirw&gt;span{background:#0000;border:none;color:#1e9bd7}.Tooltip_tooltip__tIirw&gt;span:hover{cursor:pointer}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs{background:#fff;bottom:37px;color:#6d6d6d;filter:drop-shadow(0 0 1px #adadad) drop-shadow(0 0 1px #adadad);left:-100px;padding:20px;position:absolute;visibility:hidden;white-space:wrap;width:250px;z-index:1}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs.Tooltip_show-dialog__ywd0U{visibility:visible}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs:before{background:inherit;bottom:-9px;-webkit-clip-path:polygon(0 0,100% 0,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%);content:"";height:10px;left:98px;position:absolute;width:25px}@media(max-width:1024px){.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs{width:175px}}@media(max-width:768px){.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs{padding:15px;width:150px}}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs p{color:#6d6d6d!important;font-size:14px;line-height:1.5;padding:0!important;text-align:center;text-transform:none;white-space:wrap}.Tooltip_tooltip__tIirw .Tooltip_dialog__tARcs p span{color:#6d6d6d!important;white-space:wrap}

@charset "UTF-8";#global-enterprise-search-header{z-index:800!important}#global-enterprise-search-overlay{display:none}@media(min-width:768px){#global-enterprise-search-overlay{display:block;position:fixed;top:68px!important}}.Drawer_drawer-wrapper__mnOEG{bottom:0;height:0;left:50%;overflow:hidden;position:fixed;transform:translate(-50%);transition:all .3s ease-in;z-index:50}.Drawer_drawer__GzlYt{align-items:center;background:#343434;color:#fff;display:inline-flex;justify-content:space-between;margin:0 auto;max-height:100px;padding:40px 30px;width:950px}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w{align-items:center;display:flex;justify-content:flex-start}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w .Drawer_button-reset__g5RJN{margin-top:0}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w .Drawer_button-reset__g5RJN button{background:#0000;border:none}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w .Drawer_button-email__wyMC1{margin-top:0}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w .Drawer_button-disabled__QTIUp{color:#c1c1c1!important;cursor:not-allowed!important}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w .Drawer_button-disabled__QTIUp i{cursor:not-allowed!important}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w div{margin-right:30px}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w .Drawer_clear-all-link__rWWHP{font-size:14px}@media screen and (max-width:1024px){.Drawer_drawer-wrapper__mnOEG{width:95vw}.Drawer_drawer__GzlYt{width:100%}.Drawer_drawer__GzlYt .Drawer_button-row__2lK2w div{margin-right:15px}}@media screen and (max-width:768px){.Drawer_drawer__GzlYt{flex-direction:column;gap:15px;max-height:none}}@media screen and (max-width:576px){.Drawer_button-row__2lK2w{flex-direction:column;gap:15px}}.CheckboxInput_checkboxInput__eLCYS label{align-items:center;display:inline-flex;position:relative}.CheckboxInput_checkboxInput__eLCYS label:hover{cursor:pointer}.CheckboxInput_checkboxInput__eLCYS label button{background:#0000;border:none;color:#1e9bd7;font-size:14px;line-height:1.5;margin:0;outline:none;padding:0}.CheckboxInput_checkboxInput__eLCYS label button:hover{cursor:pointer}.CheckboxInput_checkboxInput__eLCYS label input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.CheckboxInput_checkboxInput__eLCYS label input:checked~.CheckboxInput_checkmark__7e9B\+{background-color:#1e9bd7;border-color:#1e9bd7}.CheckboxInput_checkboxInput__eLCYS label input:checked~.CheckboxInput_checkmark__7e9B\+:after{visibility:visible}.CheckboxInput_checkboxInput__eLCYS label .CheckboxInput_checkmark__7e9B\+{align-items:center;background:#fff;border:1px solid #000;color:#fff;display:inline-flex;height:22px;justify-content:center;left:0;position:absolute;top:0;width:22px}.CheckboxInput_checkboxInput__eLCYS label .CheckboxInput_checkmark-label__DWoiu{color:#000!important;margin-left:32px}.CheckboxInput_checkboxInput__eLCYS label .CheckboxInput_checkmark-label__DWoiu.CheckboxInput_disabled__rxC9l{color:#adadad}.AutoComplete_auto-complete__f5Syj .AutoComplete_input__YRu20{border:1px solid #c4c4c4;border-radius:5px;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:16px!important;padding:12px;position:relative;width:100%;z-index:20}.AutoComplete_auto-complete__f5Syj .AutoComplete_input__YRu20:focus,.AutoComplete_auto-complete__f5Syj .AutoComplete_input__YRu20:focus-visible{outline:#c4c4c4}.AutoComplete_auto-complete__f5Syj .AutoComplete_suggestion-list__sdi53{border:1px solid #c4c4c4;border-radius:0 0 5px 5px;display:flex;flex-direction:column;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:16px!important;gap:20px;list-style:none;max-height:379px;overflow-y:auto;padding:12px;position:relative;top:-3px;width:100%}.AutoComplete_auto-complete__f5Syj .AutoComplete_suggestion-list__sdi53 .AutoComplete_suggestion__XKBgG{background:none;border:none;font-family:Theinhardt,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:700}.Chip_chip__5J2ma{align-items:center;background:#dbf5ff;border:1px solid #007abb;border-radius:50px 50px 50px 50px;-webkit-border-radius:50px 50px 50px 50px;-moz-border-radius:50px 50px 50px 50px;display:inline-flex;justify-content:center;margin:5px;padding:5px 15px}.Chip_chip__5J2ma:first-of-type{margin-left:0}.Chip_chip__5J2ma button{background:#0000;border:none;color:#007abb;cursor:pointer;padding:0 10px 0 0!important;position:relative;top:2px}.Chip_chip__5J2ma button:focus-visible{outline:none}.Chip_chip__5J2ma p{color:#007abb;font-size:14px;padding-left:2px}.AuthorsFilter_authors-filter__fJtwH{position:relative}.AuthorsFilter_authors-filter__fJtwH&gt;span{font-size:14px;text-transform:uppercase}.AuthorsFilter_authors-filter__fJtwH .AuthorsFilter_dropdown__\+QVVf{align-items:center;color:#1e9bd7;display:inline-flex;justify-content:space-between;width:100%}.AuthorsFilter_authors-filter__fJtwH .AuthorsFilter_dropdown__\+QVVf:hover{cursor:pointer}.AuthorsFilter_authors-filter__fJtwH .AuthorsFilter_dropdown__\+QVVf .AuthorsFilter_current-selections__C9I2n{color:#000!important;font-size:18px!important;font-weight:700!important;text-transform:capitalize}.AuthorsFilter_authors-filter__fJtwH .AuthorsFilter_dropdown-items-container__AaE3f{background:#fff;padding-top:20px;position:absolute;visibility:hidden;width:100%}.AuthorsFilter_authors-filter__fJtwH .AuthorsFilter_dropdown-items-container__AaE3f .AuthorsFilter_author-list__JLrgp{display:flex;flex-direction:column;gap:10px;list-style:none;margin-top:20px;padding-left:0}.AuthorsFilter_authors-filter__fJtwH .AuthorsFilter_show-dropdown__gZ1kA{position:relative;visibility:visible}.AuthorsFilter_authors-filter__fJtwH .AuthorsFilter_flip-horizontal__6vqU1{transform:scaleY(-1)}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}h2.react-datepicker__current-month{margin:0;padding:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker_react-datepicker__month--selecting-range__OIjAR .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker_react-datepicker__month--selecting-range__OIjAR .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker_react-datepicker__month--selecting-range__OIjAR .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker_react-datepicker__month--selecting-range__OIjAR .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker_react-datepicker__year--selecting-range__Zo7oL .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker_react-datepicker__year--selecting-range__Zo7oL .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker_react-datepicker__year--selecting-range__Zo7oL .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker_react-datepicker__year--selecting-range__Zo7oL .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.DateFilters_date-filters__CiGfs{margin-bottom:20px}@media(max-width:1024px){.DateFilters_date-filters__CiGfs{margin-bottom:47px}}.DateFilters_date-filters__CiGfs .DateFilters_toggle-btn__26uKo{align-items:center;background:none;border:none;display:flex;justify-content:space-between;padding:0;width:100%}.DateFilters_date-filters__CiGfs .DateFilters_toggle-btn__26uKo:focus,.DateFilters_date-filters__CiGfs .DateFilters_toggle-btn__26uKo:focus-visible{outline:0}.DateFilters_date-filters__CiGfs .DateFilters_toggle-btn__26uKo:hover{cursor:pointer}.DateFilters_date-filters__CiGfs .DateFilters_toggle-btn__26uKo&gt;span{color:#000;font-family:Theinhardt,SourceHanSans,sans-serif!important;font-size:18px!important;font-weight:700}.DateFilters_date-filters__CiGfs .DateFilters_toggle-btn__26uKo i{color:#1e9bd7}.DateFilters_date-filters__CiGfs ul{display:flex;flex-direction:column;gap:20px;list-style:none;padding-left:0;padding-top:20px}.DateFilters_date-filters__CiGfs ul li .DateFilters_date-range__XKNZa{background:none;border:none;color:#007abb;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:16px!important;padding:0}.DateFilters_date-filters__CiGfs ul li .DateFilters_date-range__XKNZa.DateFilters_active__i1crv{font-weight:700}.DateFilters_date-filters__CiGfs ul li .DateFilters_date-range__XKNZa:focus,.DateFilters_date-filters__CiGfs ul li .DateFilters_date-range__XKNZa:focus-visible{outline:0}.DateFilters_date-filters__CiGfs ul li .DateFilters_date-range__XKNZa:hover{cursor:pointer;text-decoration:underline}.DateFilters_date-filters__CiGfs .DateFilters_flip-horizontal__jZa\+I{transform:scaleY(-1)}.DateFilters_date-filters__CiGfs .DateFilters_custom-range__PUQaN{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;margin-top:15px;max-width:236px}.DateFilters_date-filters__CiGfs .DateFilters_custom-range__PUQaN .DateFilters_date-picker__k-9br{border:1px solid #c4c4c4;border-radius:5px;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:16px!important;height:40px;padding:15px;position:relative;width:100%}.DateFilters_date-filters__CiGfs .DateFilters_custom-range__PUQaN .DateFilters_date-picker__k-9br i{right:0!important}.DateFilters_date-filters__CiGfs .DateFilters_custom-range__PUQaN&gt;p{font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important}.react-datepicker__input-container .react-datepicker__calendar-icon{color:#1e9bd7;right:5px;top:0;z-index:10}.react-datepicker-popper{z-index:21}.FilterDropdown_es-dropdown-container__Y9Ert{position:relative}@media(max-width:1024px){.FilterDropdown_es-dropdown-container__Y9Ert{margin-bottom:43px}}.FilterDropdown_es-dropdown-container__Y9Ert&gt;span{font-size:14px;text-transform:uppercase}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_dropdown__zLroN{align-items:center;color:#1e9bd7;display:inline-flex;justify-content:space-between;width:100%}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_dropdown__zLroN:hover{cursor:pointer}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_dropdown__zLroN .FilterDropdown_current-selections__j99Z9{color:#000!important;font-size:18px!important;font-weight:700!important;text-transform:capitalize}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_dropdown-items-container__KV0L7{background:#fff;padding-top:20px;position:absolute;visibility:hidden;width:100%}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_dropdown-items-container__KV0L7 ul{display:flex;flex-direction:column;gap:20px;list-style:none;padding-left:0}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_dropdown-items-container__KV0L7 ul li{align-items:center;display:flex;font-size:18px!important;font-weight:400!important;justify-content:space-between}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_dropdown-items-container__KV0L7 ul li .FilterDropdown_disabled__BSXV-{color:#adadad}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_flip-horizontal__lax5f{transform:scaleY(-1)}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_show-dropdown__9mt5f{position:relative;visibility:visible}.FilterDropdown_es-dropdown-container__Y9Ert .FilterDropdown_error-message__YBXt7{color:#b11b1b;font-size:12px}.Documents_documents__1ysrD .Documents_mobile-result-count__GKq4Q{padding:40px 15px}@media(min-width:1024px){.Documents_documents__1ysrD .Documents_mobile-result-count__GKq4Q{display:none}.Documents_documents__1ysrD .Documents_results__uIV7S{display:grid;grid-template-columns:1fr 4fr}}.Documents_documents__1ysrD .Documents_results__uIV7S aside{display:none;height:100%;width:100%}@media(min-width:1024px){.Documents_documents__1ysrD .Documents_results__uIV7S aside{display:block}}.Documents_documents__1ysrD .Documents_results__uIV7S aside .Documents_filters__A2D4v{border-right:1px solid #c4c4c4;padding:40px 20px}.Documents_documents__1ysrD .Documents_results__uIV7S aside .Documents_filter-groups__4uyAz{display:flex;flex-direction:column;gap:20px;list-style:none;padding-bottom:20px}.Documents_documents__1ysrD .Documents_results__uIV7S .Documents_document-cards__NOYqP{display:flex;flex-direction:column;gap:40px;list-style:none;padding:40px}@media(min-width:1024px){.Documents_documents__1ysrD .Documents_results__uIV7S .Documents_document-cards__NOYqP{padding-right:0}}.Documents_documents__1ysrD .Documents_results__uIV7S .Documents_document-cards__NOYqP .Documents_relevancy-score__w93Ow{color:#b11b1b;font-family:Klavika,sans-serif;font-weight:700;padding-top:10px}.Documents_documents__1ysrD .Documents_results__uIV7S .Documents_no-results__8g4pD{font-weight:700;padding:40px 40px 10px}.Documents_documents__1ysrD .Documents_results__uIV7S .Documents_no-results-subtitle__RWU0W{font-size:14px!important;padding:0 40px}.Insights_insights__Vlg64 .Insights_mobile-result-count__KIY5u{padding:40px 15px}@media(min-width:1024px){.Insights_insights__Vlg64 .Insights_mobile-result-count__KIY5u{display:none}.Insights_insights__Vlg64 .Insights_results__d84kO{display:grid;grid-template-columns:minmax(278px,1fr) 4fr}}.Insights_insights__Vlg64 .Insights_results__d84kO aside{display:none;height:100%;width:100%}@media(min-width:1024px){.Insights_insights__Vlg64 .Insights_results__d84kO aside{display:block}}.Insights_insights__Vlg64 .Insights_results__d84kO aside .Insights_filters__Qf-CL{border-right:1px solid #c4c4c4;padding:40px 20px}.Insights_insights__Vlg64 .Insights_results__d84kO aside .Insights_filter-groups__JqTX9{display:flex;flex-direction:column;gap:20px;list-style:none}.Insights_insights__Vlg64 .Insights_results__d84kO .Insights_insight-cards__D6dzP{display:flex;flex-direction:column;gap:40px;list-style:none;padding:40px}@media(min-width:1024px){.Insights_insights__Vlg64 .Insights_results__d84kO .Insights_insight-cards__D6dzP{padding-right:0}}.Insights_insights__Vlg64 .Insights_results__d84kO .Insights_insight-cards__D6dzP .Insights_relevancy-score__PloHB{color:#b11b1b;font-family:Klavika,sans-serif;font-weight:700;padding-top:10px}.Insights_insights__Vlg64 .Insights_results__d84kO .Insights_no-results__6myjk{font-weight:700;padding:40px 40px 10px}.Insights_insights__Vlg64 .Insights_results__d84kO .Insights_no-results-subtitle__\+MJlI{font-size:14px!important;padding:0 40px}.Others_others__A8xsp .Others_mobile-result-count__0pLoX{padding:40px 15px}@media(min-width:1024px){.Others_others__A8xsp .Others_mobile-result-count__0pLoX{display:none}.Others_others__A8xsp .Others_results__-T0RL{display:grid;grid-template-columns:1fr 4fr}}.Others_others__A8xsp .Others_results__-T0RL aside{display:none;height:100%;width:100%}@media(min-width:1024px){.Others_others__A8xsp .Others_results__-T0RL aside{display:block}}.Others_others__A8xsp .Others_results__-T0RL aside .Others_filters__Ok48z{border-right:1px solid #c4c4c4;padding:40px 20px}.Others_others__A8xsp .Others_results__-T0RL aside .Others_filter-groups__t5Uu-{display:flex;flex-direction:column;gap:20px;list-style:none}.Others_others__A8xsp .Others_results__-T0RL .Others_other-cards__y1q4a{display:flex;flex-direction:column;gap:40px;list-style:none;padding:40px}@media(min-width:1024px){.Others_others__A8xsp .Others_results__-T0RL .Others_other-cards__y1q4a{padding-right:0}}.Others_others__A8xsp .Others_results__-T0RL .Others_other-cards__y1q4a .Others_relevancy-score__5RiZ2{color:#b11b1b;font-family:Klavika,sans-serif;font-weight:700;padding-top:10px}.Others_others__A8xsp .Others_results__-T0RL .Others_no-results__iaX\+Y{font-weight:700;padding:40px 40px 10px}.Others_others__A8xsp .Others_results__-T0RL .Others_no-results-subtitle__yzx3B{font-size:14px!important;padding:0 40px}.People_people__yzz1g .People_mobile-result-count__EqovN{padding:40px 15px}@media(min-width:1024px){.People_people__yzz1g .People_mobile-result-count__EqovN{display:none}.People_people__yzz1g .People_results__J1aWB{display:grid;grid-template-columns:1fr 4fr}}.People_people__yzz1g .People_results__J1aWB aside{display:none;height:100%;width:100%}@media(min-width:1024px){.People_people__yzz1g .People_results__J1aWB aside{display:block}}.People_people__yzz1g .People_results__J1aWB aside .People_filters__F31DM{border-right:1px solid #c4c4c4;padding:40px 20px}.People_people__yzz1g .People_results__J1aWB aside .People_filter-groups__xuPFK{display:flex;flex-direction:column;gap:20px;list-style:none}.People_people__yzz1g .People_results__J1aWB .People_bio-cards__ipk0f{display:flex;flex-direction:column;gap:40px;list-style:none;padding:40px}@media(min-width:1024px){.People_people__yzz1g .People_results__J1aWB .People_bio-cards__ipk0f{padding-right:0}}.People_people__yzz1g .People_results__J1aWB .People_bio-cards__ipk0f .People_relevancy-score__TcTB4{color:#b11b1b;font-family:Klavika,sans-serif;font-weight:700;padding-top:10px}.People_people__yzz1g .People_results__J1aWB .People_no-results__\+G2CL{font-weight:700;padding:40px 40px 10px}.People_people__yzz1g .People_results__J1aWB .People_no-results-subtitle__IOR-w{font-size:14px!important;padding:0 40px}.Modal_es-modal__O8Qfg{display:block!important;overflow:auto!important}.Modal_es-modal__O8Qfg .Modal_modal-container__H\+3tq{position:relative}.Modal_es-modal__O8Qfg .Modal_modal-container__H\+3tq .Modal_close-modal-btn__UqSw3{font-weight:900!important;right:15px!important;top:-50px!important;z-index:50!important}.Modal_es-modal__O8Qfg .Modal_modal-container__H\+3tq .Modal_close-modal-btn__UqSw3:before{display:none}.Modal_es-modal__O8Qfg .Modal_modal-container__H\+3tq .Modal_modal-content__qxRhZ{margin:17% auto 0;max-height:75vh;padding:40px}.Modal_es-modal__O8Qfg .Modal_fund-detail-modal__2tZCw{z-index:900!important}div.Modal_modal-size-sm__5wxzR{width:480px}div.Modal_modal-size-md__7irpl{width:696px}div.Modal_modal-size-lg__fsGwQ{width:780px}div.Modal_modal-size-xl__P8V1K{width:100%}@media screen and (max-width:1024px){div.Modal_modal-size-md__7irpl{width:100%}}.Toast_toast-wrapper__UCbnn{bottom:0;height:0;left:50%;overflow:hidden;position:fixed;transform:translateX(-50%);transition:all .3s ease-in;width:95vw;z-index:900}@media(min-width:1176px){.Toast_toast-wrapper__UCbnn{width:950px}}.Toast_toast-wrapper__UCbnn .Toast_success__sdL7m{background:#e1fef9;border:1px solid #0c5f59;color:#0c5f59}.Toast_toast-wrapper__UCbnn .Toast_success__sdL7m button{color:#0c5f59}.Toast_toast-wrapper__UCbnn .Toast_error__7-0nq{background:#fce9e9;border:1px solid #b11b1b;color:#b11b1b}.Toast_toast-wrapper__UCbnn .Toast_error__7-0nq button{color:#b11b1b}.Toast_toast-wrapper__UCbnn .Toast_toast__DKvnV{align-items:center;display:inline-flex;justify-content:space-between;margin:0 auto;padding:15px 40px;width:100%}.Toast_toast-wrapper__UCbnn .Toast_toast__DKvnV p{margin-left:1rem}.Toast_toast-wrapper__UCbnn .Toast_toast__DKvnV button{background:#0000;border:none;cursor:pointer;font-size:14px;outline:0;text-transform:uppercase}@media(max-width:576px){.Toast_toast-wrapper__UCbnn .Toast_toast__DKvnV{align-items:center;display:flex;flex-direction:column;gap:15px}.Toast_toast-wrapper__UCbnn .Toast_toast__DKvnV .Toast_icon-row__KNxFV{flex-wrap:nowrap;font-size:15px}.Toast_toast-wrapper__UCbnn .Toast_toast__DKvnV .Toast_icon-row__KNxFV p{font-size:15px!important}}.HeaderSearch_header-search__b5zWX{align-items:center;display:none;gap:20px;min-width:30rem;width:100%}@media(min-width:768px){.HeaderSearch_header-search__b5zWX{display:flex}}.HeaderSearch_header-search__b5zWX .HeaderSearch_search-btn__o96SH{background:none;border:none;border-right:1px solid #c4c4c4;display:block;height:50px;padding-right:20px}.HeaderSearch_header-search__b5zWX .HeaderSearch_search-btn__o96SH:focus,.HeaderSearch_header-search__b5zWX .HeaderSearch_search-btn__o96SH:focus-visible{outline:none}.HeaderSearch_header-search__b5zWX .HeaderSearch_search-btn__o96SH:hover{cursor:pointer}.HeaderSearch_header-search__b5zWX .HeaderSearch_search-btn__o96SH i{color:#000!important}.HeaderSearch_header-search__b5zWX .HeaderSearch_input__Nqk20{border:none;padding-bottom:16px;padding-top:16px;width:100%}.HeaderSearch_header-search__b5zWX .HeaderSearch_input__Nqk20::placeholder{color:#6d6d6d;font-family:Theinhardt,SourceHanSans,sans-serif!important;font-size:16px!important}.HeaderSearch_header-search__b5zWX .HeaderSearch_input__Nqk20:focus,.HeaderSearch_header-search__b5zWX .HeaderSearch_input__Nqk20:focus-visible{outline:none}.MobileHeaderSearch_mobile-header-search__Ic1bD{display:relative}@media(min-width:768px){.MobileHeaderSearch_mobile-header-search__Ic1bD{display:none}}.MobileHeaderSearch_mobile-header-search__Ic1bD .MobileHeaderSearch_input__4xv\+n{border:0;border-bottom:1px solid #1e9bd7;outline:none;padding:5px 45px 5px 5px;text-overflow:ellipsis;width:100%}.MobileHeaderSearch_mobile-header-search__Ic1bD&gt;button{background:none;border:none;color:#1e9bd7;position:absolute;right:0;right:20px;top:85px}.MobileHeaderSearch_mobile-header-search__Ic1bD&gt;button:focus,.MobileHeaderSearch_mobile-header-search__Ic1bD&gt;button:focus-visible{outline:none!important}.Header_header__ZIlV6{align-items:center;background:#fff;display:flex;justify-content:space-between;left:0;position:fixed;top:0;width:100%;z-index:700}@media(max-width:1024px){.Header_header__ZIlV6.Header_open__FzUMH{display:block;height:100vh;padding:80px 20px;z-index:600}.Header_header__ZIlV6.Header_open__FzUMH .Header_close-btn__\+woDr{position:absolute;right:10px;top:10px}.Header_header__ZIlV6.Header_open__FzUMH .Header_close-btn__\+woDr i{color:#6d6d6d!important}}@media(min-width:768px){.Header_header__ZIlV6.Header_open__FzUMH{align-items:center;display:flex;height:68px;padding:10px 80px}.Header_header__ZIlV6.Header_open__FzUMH .Header_close-btn__\+woDr{position:relative;right:0;top:3px}.Header_header__ZIlV6.Header_open__FzUMH .Header_close-btn__\+woDr i{color:#6d6d6d!important}}.Header_header__ZIlV6 .Header_close-btn__\+woDr,.Header_header__ZIlV6 .Header_search-btn__PoO-B{background:none;border:none}.Header_header__ZIlV6 .Header_close-btn__\+woDr:focus,.Header_header__ZIlV6 .Header_close-btn__\+woDr:focus-visible,.Header_header__ZIlV6 .Header_search-btn__PoO-B:focus,.Header_header__ZIlV6 .Header_search-btn__PoO-B:focus-visible{outline:none}.Header_header__ZIlV6 .Header_close-btn__\+woDr:hover,.Header_header__ZIlV6 .Header_search-btn__PoO-B:hover{cursor:pointer}.Header_header__ZIlV6 .Header_close-btn__\+woDr i,.Header_header__ZIlV6 .Header_search-btn__PoO-B i{color:#6d6d6d}.Header_header__ZIlV6 .Header_close-btn__\+woDr i svg,.Header_header__ZIlV6 .Header_search-btn__PoO-B i svg{height:22px;width:22px}.HeaderIcon_search-btn__zSufZ{background:none;border:none}.HeaderIcon_search-btn__zSufZ:focus,.HeaderIcon_search-btn__zSufZ:focus-visible{outline:none}.HeaderIcon_search-btn__zSufZ:hover{cursor:pointer}.HeaderIcon_search-btn__zSufZ i{color:#6d6d6d}.HeaderIcon_search-btn__zSufZ i svg{height:22px;width:22px}.Input_input__k5Ctk{display:inline-block;width:100%}.Input_input__k5Ctk .Input_label__U9NhE{font-family:Klavika,sans-serif;font-size:14px;font-weight:700}.Input_input__k5Ctk input{border:none;border-bottom:2px solid #007abb;padding:10px 2px;width:100%}.Input_input__k5Ctk input:active,.Input_input__k5Ctk input:focus-visible{outline:none}.Input_input__k5Ctk .Input_error__1wKFK{color:#b11b1b;display:flex;flex-direction:column;font-size:16px;font-weight:700;gap:15px;margin:16px 0}.Input_input__k5Ctk .Input_error__1wKFK span{background-color:#fce9e9;border:1px solid #b11b1b;border-radius:4px;color:#b11b1b;padding:10px}.ResultsCount_results-count__i7VDa{color:#fff!important;display:flex;flex-direction:column;gap:20px}@media(min-width:1024px){.ResultsCount_results-count__i7VDa{color:#000!important}}.ResultsCount_results-count__i7VDa .ResultsCount_relevancy-input__xWJqe{max-width:15rem}.ResultsCount_results-count__i7VDa .ResultsCount_results__Xwbq6{color:#fff!important;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:22px}@media(min-width:1024px){.ResultsCount_results-count__i7VDa .ResultsCount_results__Xwbq6{color:#000!important;font-size:34px}}.ResultsCount_results-count__i7VDa .ResultsCount_results__Xwbq6&gt;span{font-weight:700!important}.ResultsCount_results-count__i7VDa .ResultsCount_no-results__fEixV{font-family:Theinhardt,SourceHanSans,sans-serif!important;font-size:18px!important}.Spinner_spinner__H2HDD{flex-basis:100%;margin:auto}.Tabs_tabs__1kRTM{display:flex;flex-wrap:wrap;list-style:none;margin-left:-15px;margin-right:-15px;padding-left:0}.Tabs_tabs__1kRTM li button{background:#fff;border:none;margin-left:15px;margin-right:15px;padding-bottom:20px;padding-top:15px}.Tabs_tabs__1kRTM li button span{color:#000;display:block;font-family:Klavika,SourceHanSans,sans-serif;font-size:18px;letter-spacing:1.96px;min-width:6rem;text-transform:uppercase}.Tabs_tabs__1kRTM li button:focus,.Tabs_tabs__1kRTM li button:focus-visible{border-bottom:4px solid #1e9bd7;outline:none;position:relative}.Tabs_tabs__1kRTM li button:focus span,.Tabs_tabs__1kRTM li button:focus-visible span{font-weight:700}.Tabs_tabs__1kRTM li button:hover{cursor:pointer}.Tabs_tabs__1kRTM li button:hover span{font-weight:700}.Tabs_tabs__1kRTM li.Tabs_active__uGUKx button{border-bottom:4px solid #1e9bd7;outline:none;position:relative}.Tabs_tabs__1kRTM li.Tabs_active__uGUKx span{font-weight:700}.Tabs_tabs__1kRTM li.Tabs_inactive__kLRzp span{color:#c4c4c4}.Tabs_tabs__1kRTM li.Tabs_inactive__kLRzp button{pointer-events:none}.Tabs_tabs__1kRTM .Tabs_tab-span__EhaL5:before{content:attr(title);display:block;font-weight:700;height:0;overflow:hidden;visibility:hidden}.Header_header__OKWO7{display:none;margin-top:2rem;width:100%}@media(min-width:1024px){.Header_header__OKWO7{display:block}}.Header_header__OKWO7 .Header_results-count__06QHq{margin-top:60px}.Header_header__OKWO7 .Header_tab-row__aQ3uO{border-bottom:1px solid #c4c4c4;margin-top:30px}.MobileFilters_mobile-filters__1GzSJ{background:#fff;display:none;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:800}.MobileFilters_mobile-filters__1GzSJ.MobileFilters_show__ZYFze{display:flex;flex-direction:column}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_close__m2YWW{align-items:center;border-bottom:1px solid #c4c4c4;display:flex;justify-content:flex-end;padding:20px 15px}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_close__m2YWW .MobileFilters_close-btn__P1GBB{background:none;border:none;color:#1e9bd7;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:700!important;text-transform:uppercase}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_close__m2YWW .MobileFilters_close-btn__P1GBB:hover{cursor:pointer}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_close__m2YWW .MobileFilters_close-btn__P1GBB:focus,.MobileFilters_mobile-filters__1GzSJ .MobileFilters_close__m2YWW .MobileFilters_close-btn__P1GBB:focus-visible{outline:none}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_filter-groups__Shby8{overflow-y:auto;padding:20px 15px 80px}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_filter-groups__Shby8 ul{display:flex;flex-direction:column;gap:20px;list-style:none}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_footer__93mUx{align-items:center;background:#fff;border-top:1px solid #c4c4c4;bottom:0;display:flex;justify-content:space-between;padding:15px;position:fixed;width:100%;z-index:30}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_footer__93mUx .MobileFilters_clear-filters-btn__b5TS5{background:none;border:none;color:#1e9bd7;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:700!important;letter-spacing:1px;text-transform:uppercase}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_footer__93mUx .MobileFilters_clear-filters-btn__b5TS5:hover{cursor:pointer}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_footer__93mUx .MobileFilters_clear-filters-btn__b5TS5:focus,.MobileFilters_mobile-filters__1GzSJ .MobileFilters_footer__93mUx .MobileFilters_clear-filters-btn__b5TS5:focus-visible{outline:none}.MobileFilters_mobile-filters__1GzSJ .MobileFilters_footer__93mUx .MobileFilters_apply-filters-btn__PCjX0{align-items:center;background:#1e9bd7;border:none;border-radius:25px;color:#fff;display:inline-flex;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:400!important;justify-content:center;letter-spacing:1px;padding:15px 35px;text-transform:uppercase;width:100%}.CurrentlyShowingCount_currently-showing-count__zefQX{align-items:center;display:flex;gap:40px}.CurrentlyShowingCount_currently-showing-count__zefQX p{font-family:Theinhardt,SourceHanSans,sans-serif;font-size:20px!important}@media(min-width:1024px){.CurrentlyShowingCount_currently-showing-count__zefQX p{font-size:24px!important}}.CurrentlyShowingCount_currently-showing-count__zefQX p&gt;span{font-weight:700!important}.Dropdown_es-dropdown__TFXCE{position:relative;width:100%;z-index:3}@media(min-width:768px){.Dropdown_es-dropdown__TFXCE{min-width:200px}}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb{align-items:center;background-color:#fff;color:#000;display:flex;font-family:Klavika,SourceHanSans,sans-serif;font-size:16px!important;font-weight:700;letter-spacing:inherit;padding:20px;position:relative;text-transform:none;width:100%!important;z-index:2}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb:active i,.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb:active span,.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb:hover i,.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb:hover span{color:#fff!important}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb:focus{box-shadow:none;color:#000!important}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb i{color:#1e9bd7;font-size:21px;position:absolute;right:20px;top:0}@media(max-width:1176px){.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb i{right:15px}}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb.Dropdown_toggled__G4y78{background-color:#fff}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb.Dropdown_toggled__G4y78 i svg{transform:scaleY(-1)}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb.Dropdown_toggled__G4y78:hover span{color:#000!important}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb.Dropdown_toggled__G4y78:hover i{color:#1e9bd7!important}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb:active:hover i,.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb:active:hover span{color:#fff!important}@media(max-width:1176px){.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-btn__ntuEb.Dropdown_label-padding__wZPuY span{padding-right:20px}}.Dropdown_es-dropdown__TFXCE .Dropdown_bold-label__bqUxS{font-weight:700}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg{background-color:#fff;border:1px solid #adadad;box-shadow:0 8px 16px 0 #0003;font-size:14px;font-weight:200;margin-top:-25px;max-height:200px;overflow-y:scroll;padding-bottom:10px;padding-top:30px;position:absolute;text-align:left;visibility:hidden;width:100%;z-index:1}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg.Dropdown_show-dropdown__oMPn7{visibility:visible}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg ul{list-style:none;padding-left:0}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg ul li span{color:#000;display:block;padding:8px 16px;width:100%}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg ul li span:hover{background-color:#f0f0f0;cursor:pointer;text-decoration:none}.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg ul li span:active,.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg ul li span:focus,.Dropdown_es-dropdown__TFXCE .Dropdown_dropdown-container__AzFgg ul li span:focus-visible{text-decoration:none}.ActionBar_action-bar__bEHCc{align-items:center;border-bottom:1px solid #c4c4c4;display:none;justify-content:space-between;margin-bottom:10px;padding:30px 0}@media(min-width:1024px){.ActionBar_action-bar__bEHCc{display:flex}}.ActionBar_action-bar__bEHCc .ActionBar_currently-showing__xNB8b{align-items:center;display:flex;gap:40px}.ActionBar_action-bar__bEHCc .ActionBar_currently-showing__xNB8b .ActionBar_clear-filters-btn__FWiwO{background:none;border:none;color:#1e9bd7;font-family:Klavika,SourceHanSans,sans-serif;font-size:14px!important;font-weight:700;text-transform:uppercase}.ActionBar_action-bar__bEHCc .ActionBar_currently-showing__xNB8b .ActionBar_clear-filters-btn__FWiwO:hover{cursor:pointer;text-decoration:underline}.ActionBar_action-bar__bEHCc .ActionBar_currently-showing__xNB8b .ActionBar_clear-filters-btn__FWiwO:focus,.ActionBar_action-bar__bEHCc .ActionBar_currently-showing__xNB8b .ActionBar_clear-filters-btn__FWiwO:focus-visible{outline:none}.ActionBar_action-bar__bEHCc .ActionBar_sort__RMd7O{align-items:center;display:flex;gap:15px}.ActionBar_action-bar__bEHCc .ActionBar_sort__RMd7O&gt;p{font-family:Theinhardt,SourceHanSans,sans-serif;font-size:18px!important;font-weight:700;white-space:nowrap}.MobileActionBar_mobile-action-bar__JnfgT{background:#fff;border-bottom:1px solid #c4c4c4;display:grid;grid-template-columns:1fr 1fr;list-style:none}@media(min-width:1024px){.MobileActionBar_mobile-action-bar__JnfgT{display:none}}.MobileActionBar_mobile-action-bar__JnfgT.MobileActionBar_no-sort__tQETp{grid-template-columns:1fr}.MobileActionBar_mobile-action-bar__JnfgT.MobileActionBar_no-sort__tQETp&gt;li:first-of-type{border-right:none!important}.MobileActionBar_mobile-action-bar__JnfgT&gt;li{position:relative}.MobileActionBar_mobile-action-bar__JnfgT&gt;li:first-of-type{border-right:1px solid #c4c4c4}.MobileActionBar_mobile-action-bar__JnfgT&gt;li&gt;button{background:none;border:none;color:#1e9bd7;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:700;height:100%;letter-spacing:1px;padding:20px 0;text-transform:uppercase;width:100%}.MobileActionBar_mobile-action-bar__JnfgT&gt;li&gt;button:focus,.MobileActionBar_mobile-action-bar__JnfgT&gt;li&gt;button:focus-visible{outline:none}.MobileActionBar_mobile-action-bar__JnfgT&gt;li&gt;button i{padding-left:10px}.MobileActionBar_mobile-action-bar__JnfgT&gt;li .MobileActionBar_sort-dropdown__nJ1WK{background:#fff;border:1px solid #c4c4c4;left:0;padding:20px 15px;position:absolute;width:100%;z-index:501}.MobileActionBar_mobile-action-bar__JnfgT&gt;li .MobileActionBar_sort-dropdown__nJ1WK ul{list-style:none}.MobileActionBar_mobile-action-bar__JnfgT&gt;li .MobileActionBar_sort-dropdown__nJ1WK ul li{border-bottom:1px solid #c4c4c4;padding:15px 0}.MobileActionBar_mobile-action-bar__JnfgT&gt;li .MobileActionBar_sort-dropdown__nJ1WK ul li:first-of-type{padding-top:0}.MobileActionBar_mobile-action-bar__JnfgT&gt;li .MobileActionBar_sort-dropdown__nJ1WK ul li button{background:none;border:none;color:#000;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:1px;text-transform:uppercase}.MobileActionDropdown_dropdown-container__Lixt3{position:relative}@media(min-width:1176px){.MobileActionDropdown_dropdown-container__Lixt3{display:none}}.MobileActionDropdown_dropdown-container__Lixt3&gt;label{font-size:14px;text-transform:uppercase}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown__Ab6Wa{align-items:center;border-bottom:2px solid #1e9bd7;color:#1e9bd7;cursor:pointer;display:inline-flex;justify-content:space-between;padding:12px 0;width:100%}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown__Ab6Wa .MobileActionDropdown_current-selections__CivjO{color:#fff;flex-basis:100%;font-family:Klavika,SourceHanSans,sans-serif;font-size:18px;letter-spacing:2.5px;line-height:22px;text-align:center;text-transform:uppercase}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-error__oATZ4{border-bottom:2px solid #b11b1b}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC{background:#fff;border-bottom:1px solid #adadad;border-top:1px solid #adadad;box-shadow:0 3px 6px rgba(0,0,0,.161);-webkit-box-shadow:0 3px 6px rgba(0,0,0,.161);-moz-box-shadow:0 3px 6px rgba(0,0,0,.161);color:#000;left:0;opacity:1;padding:40px 15px;position:absolute;width:100%;z-index:502}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC ul{list-style:none}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC ul li{border-bottom:1px solid #adadad;cursor:pointer;font-size:18px;letter-spacing:2.5px;line-height:22px;padding:15px 0;text-transform:uppercase}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC ul li:hover{font-weight:700}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC ul li .MobileActionDropdown_disabled__Y--WF{color:#adadad}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC ul li.MobileActionDropdown_selected-option__MyGdu{color:#c4c4c4}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC ul li.MobileActionDropdown_inactive__slTa\+{pointer-events:none}.MobileActionDropdown_dropdown-container__Lixt3 .MobileActionDropdown_dropdown-items-container__zKzBC ul li.MobileActionDropdown_inactive__slTa\+ span{color:#c4c4c4}.MobileHeader_mobile-header__piKrG{background:#000;color:#fff;padding:40px 20px}@media(min-width:1024px){.MobileHeader_mobile-header__piKrG{display:none}}.MobileHeader_mobile-header__piKrG .MobileHeader_results-count__Qx8QA{margin-bottom:40px}.SearchInput_search-input__BfflM{position:relative;width:100%}.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN{background:none;border:0;position:absolute;right:0;top:5px}@media(min-width:1024px){.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN{left:0;right:auto}}.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN:focus,.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN:focus-visible{outline:none}.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN:hover{cursor:pointer}.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN .SearchInput_search-icon__IYESc{display:none}@media(min-width:1024px){.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN .SearchInput_search-icon__IYESc{display:block}}.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN .SearchInput_right-arrow__W6gzg{color:#1e9bd7!important;display:block}@media(min-width:1024px){.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN .SearchInput_right-arrow__W6gzg{display:none}}.SearchInput_search-input__BfflM .SearchInput_search-btn__n-roN .SearchInput_right-arrow__W6gzg svg{height:15px;width:20px}.SearchInput_search-input__BfflM .SearchInput_input__oXb\+b{border:0;font-family:Klavika,SourceHanSans,sans-serif;font-size:18px!important;padding-bottom:5px;padding-left:15px;padding-right:35px;width:100%}@media(min-width:1024px){.SearchInput_search-input__BfflM .SearchInput_input__oXb\+b{border-bottom:1px solid #1e9bd7;font-size:24px!important;padding-left:35px}}.SearchInput_search-input__BfflM .SearchInput_input__oXb\+b:focus,.SearchInput_search-input__BfflM .SearchInput_input__oXb\+b:focus-visible{outline:none}.BioCard_bio-card__LXQoW{align-items:flex-start}@media(min-width:1024px){.BioCard_bio-card__LXQoW{grid-gap:80px;display:grid;gap:80px;grid-template-columns:minmax(200px,4fr) 1fr}}.BioCard_bio-card__LXQoW .BioCard_details__f2CFt{display:flex;flex-direction:column}.BioCard_bio-card__LXQoW .BioCard_details__f2CFt .BioCard_bio-name__z1M5A{color:#000!important;font-family:Theinhardt,SourceHanSans,sans-serif!important;font-size:22px!important;font-weight:700!important;margin-bottom:5px}@media(min-width:1024px){.BioCard_bio-card__LXQoW .BioCard_details__f2CFt .BioCard_bio-name__z1M5A{margin-bottom:10px}}.BioCard_bio-card__LXQoW .BioCard_details__f2CFt .BioCard_role__pm4B1{font-family:Theinhardt,SourceHanSans,sans-serif!important;font-size:14px!important}@media(min-width:1024px){.BioCard_bio-card__LXQoW .BioCard_details__f2CFt .BioCard_role__pm4B1{margin-bottom:15px}}.BioCard_bio-card__LXQoW .BioCard_details__f2CFt .BioCard_description__9vzHk{display:none;font-family:Theinhardt,SourceHanSans,sans-serif!important;font-size:18px!important;line-height:1.77}@media(min-width:1024px){.BioCard_bio-card__LXQoW .BioCard_details__f2CFt .BioCard_description__9vzHk{display:block}}.BioCard_bio-card__LXQoW&gt;figure{display:none}@media(min-width:1024px){.BioCard_bio-card__LXQoW&gt;figure{display:block}}.BioCard_bio-card__LXQoW&gt;figure img{height:auto;max-width:135px!important}.BioCard_bio-card__LXQoW&gt;figure figcaption{display:none}.DocumentCard_document-card__qAHhy{align-items:flex-start;display:flex;flex-direction:column;gap:20px}@media(min-width:1024px){.DocumentCard_document-card__qAHhy{flex-direction:row;gap:0;justify-content:space-between}}.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE{display:flex;gap:20px}.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE .DocumentCard_checkbox__6P0CL{display:none}@media(min-width:1024px){.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE .DocumentCard_checkbox__6P0CL{display:block}}.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE .DocumentCard_details__9X62V .DocumentCard_category__0G0Ya{color:#000;font-family:Klavika,SourceHanSans,sans-serif;font-size:12px!important;text-transform:uppercase}.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE .DocumentCard_details__9X62V .DocumentCard_title__iQpsQ{color:#000;font-size:18px!important;font-weight:700!important;line-height:1.25}.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE .DocumentCard_details__9X62V .DocumentCard_published-date__4\+1qW{color:#000;font-size:14px!important}.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE .DocumentCard_details__9X62V .DocumentCard_description__MNM39{color:#343434;display:none}@media(min-width:1024px){.DocumentCard_document-card__qAHhy .DocumentCard_selection-details__eSbcE .DocumentCard_details__9X62V .DocumentCard_description__MNM39{display:block}}.DocumentCard_document-card__qAHhy .DocumentCard_doc-link__svg7N{align-items:center;color:#1e9bd7;display:inline-flex;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:700!important;gap:5px;letter-spacing:1px;text-transform:uppercase}.InsightCard_insight-card__uHJuc{grid-gap:20px;display:grid;gap:20px}@media(min-width:1024px){.InsightCard_insight-card__uHJuc{align-items:flex-start;gap:40px;grid-template-columns:2fr 1fr}}.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE{display:flex;flex-direction:column;gap:10px;order:2}@media(min-width:1024px){.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE{order:1}}.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE .InsightCard_category__WpE0W{color:#000;display:none;font-family:Klavika,SourceHanSans,sans-serif;font-size:14px!important;text-transform:uppercase}@media(min-width:1024px){.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE .InsightCard_category__WpE0W{display:block}}.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE .InsightCard_title__-IJIE{color:#000!important;font-family:Theinhardt,SourceHanSans,sans-serif;font-size:22px!important;font-weight:700}.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE .InsightCard_date__1v3xx{font-family:Theinhardt,SourceHanSans,sans-serif;font-size:14px!important;line-height:1}.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE .InsightCard_authors__nc9cA{line-height:1}.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE .InsightCard_authors__nc9cA&gt;a{color:#1e9bd7!important;font-family:Theinhardt,SourceHanSans,sans-serif;font-size:14px!important;line-height:1;text-decoration:underline}.InsightCard_insight-card__uHJuc .InsightCard_details__i86CE .InsightCard_description__\+6rqE{font-family:Theinhardt,SourceHanSans,sans-serif;font-size:18px!important;padding-top:5px}.InsightCard_insight-card__uHJuc .InsightCard_img-container__ZZ19c{order:1}@media(min-width:1024px){.InsightCard_insight-card__uHJuc .InsightCard_img-container__ZZ19c{order:2}}.InsightCard_insight-card__uHJuc .InsightCard_img-container__ZZ19c .InsightCard_mobile-category__pTc5l{display:block;font-family:Klavika,SourceHanSans,sans-serif;font-size:12px!important;line-height:1;margin-bottom:10px;text-transform:uppercase}@media(min-width:1024px){.InsightCard_insight-card__uHJuc .InsightCard_img-container__ZZ19c .InsightCard_mobile-category__pTc5l{display:none}}.InsightCard_insight-card__uHJuc .InsightCard_img-container__ZZ19c figure img{height:auto;max-width:100%;object-fit:contain;width:100%}.InsightCard_insight-card__uHJuc .InsightCard_img-container__ZZ19c figure figcaption{display:none}.OtherCard_other-card__oOGME{display:flex;flex-direction:column;gap:5px;width:100%}.OtherCard_other-card__oOGME .OtherCard_category__eNJlS{color:#000;font-family:Klavika,SourceHanSans,sans-serif;font-size:12px!important;text-transform:uppercase}.OtherCard_other-card__oOGME .OtherCard_title__\+T9dR{color:#000!important;font-family:Theinhardt,SourceHanSans,sans-serif;font-size:20px!important;font-weight:700}.OtherCard_other-card__oOGME .OtherCard_authors__n-6n6,.OtherCard_other-card__oOGME .OtherCard_date__roh5i{font-family:Theinhardt,SourceHanSans,sans-serif;font-size:14px!important}.OtherCard_other-card__oOGME .OtherCard_authors__n-6n6{color:#1e9bd7;text-decoration:underline}.OtherCard_other-card__oOGME .OtherCard_description__88WdF{display:none;font-family:Theinhardt,SourceHanSans,sans-serif;font-size:18px!important}@media(min-width:1024px){.OtherCard_other-card__oOGME .OtherCard_description__88WdF{display:block}}figure{order:1}@media(min-width:1024px){figure{order:2}}figure img{height:auto;max-width:100%;object-fit:contain;width:100%}figure figcaption{display:none}.All_all__MbeaY{margin-top:80px;padding:0 15px}@media(min-width:1024px){.All_all__MbeaY{padding:0}}.All_all__MbeaY .All_result-group__6LJFa{border-bottom:1px solid #c4c4c4;margin-bottom:40px;padding-bottom:40px}.All_all__MbeaY .All_result-group__6LJFa:last-of-type{border-bottom:0}.All_all__MbeaY .All_result-group__6LJFa .All_list-heading__jWKDp{font-family:Klavika,SourceHanSans,sans-serif!important;font-size:28px!important}@media(min-width:768px){.All_all__MbeaY .All_result-group__6LJFa .All_list-heading__jWKDp{font-size:34px!important}}.All_all__MbeaY .All_result-group__6LJFa .All_cards__a903f{display:flex;flex-direction:column;gap:40px;list-style:none;margin:40px 0}@media(min-width:1024px){.All_all__MbeaY .All_result-group__6LJFa .All_cards__a903f{padding-right:0}}.All_all__MbeaY .All_result-group__6LJFa .All_view-all-btn__99o9G{align-items:center;background:none;border:none;color:#1e9bd7;display:inline-flex;font-family:Klavika,SourceHanSans,sans-serif!important;font-size:14px!important;font-weight:700!important;gap:5px;letter-spacing:1px;padding-left:0;text-transform:uppercase}.All_all__MbeaY .All_result-group__6LJFa .All_view-all-btn__99o9G:hover{cursor:pointer;text-decoration:underline}.All_all__MbeaY .All_result-group__6LJFa .All_view-all-btn__99o9G:focus,.All_all__MbeaY .All_result-group__6LJFa .All_view-all-btn__99o9G:focus-visible{outline:none;text-decoration:underline}.Button_btn-disabled__z7cDU:hover{cursor:not-allowed!important}.Button_btn-disabled__z7cDU:active,.Button_btn-disabled__z7cDU:focus{border:2px solid #6d6d6d!important;box-shadow:none!important;outline:none}.EmailForm_emailForm__2eSrw{display:inline-block;width:100%}.EmailForm_emailForm-header__YqmuR{margin-bottom:50px}.EmailForm_emailForm-inputContainer__kyzMV{margin-bottom:40px}.EmailForm_emailForm-emails__sSR6h{display:flex;gap:5px;margin-bottom:50px}.EmailForm_emailForm-subheader__w1Ynm{margin-bottom:20px}.EmailForm_emailForm-productName__cE-9r{font-size:20px;font-weight:700;margin-bottom:30px}.EmailForm_emailForm-fund__YGybr{font-size:14px;letter-spacing:1.2px;margin-bottom:5px;text-transform:uppercase}.EmailForm_emailForm-selectedContainer__8pK97{display:flex;gap:15px;margin-bottom:40px}.EmailForm_emailForm-selectedContainer__8pK97 div{border-bottom:1px solid #c4c4c4;cursor:pointer;font-size:18px;padding-bottom:15px}.EmailForm_emailForm-selectedContainer__8pK97 div:hover{font-weight:700}.EmailForm_emailForm-selectedContainer__8pK97 .EmailForm_emailForm-selection__Jpj0Q{margin-bottom:50px}.EmailForm_emailForm-actions__gJWYN{column-gap:40px;display:flex;flex-wrap:wrap}.EmailForm_emailForm-addMore__WDNq6{color:#1e9bd7;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.EmailForm_emailForm-addMore__WDNq6:hover{color:#007abb;cursor:pointer;text-decoration:underline}.Pagination_tw-fund-center-pagination__Uqdkw{align-items:center;display:flex;justify-content:center;margin-bottom:120px;margin-top:2rem}.Pagination_tw-fund-center-pagination-mobile__6JOXm{align-items:center;display:flex}.Pagination_tw-fund-center-pagination-desktop__b6ZBB{display:none}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_pagination-link__08QSy{background:#0000;border:none;border-radius:23px;color:#007abb;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;height:46px;padding:0 18px;text-transform:uppercase;width:auto}@media(min-width:1024px){.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_pagination-link__08QSy{padding:0 20px}}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN:hover,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA:hover,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_pagination-link__08QSy:hover{cursor:pointer}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN:focus,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN:focus-visible,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA:focus,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA:focus-visible,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_pagination-link__08QSy:focus,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_pagination-link__08QSy:focus-visible{outline:0}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN:disabled,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA:disabled,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_pagination-link__08QSy:disabled{color:#c1c1c1}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN:disabled:hover,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA:disabled:hover,.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_pagination-link__08QSy:disabled:hover{cursor:not-allowed}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN{padding:0}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA{font-size:12px;padding:0 8px;word-break:keep-all}@media(min-width:1024px){.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_back-next-links__LA1lA{padding:0 20px}}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_active-page__-t-eS{background-color:#262626!important;border:none;color:#fff;margin:0 20px}@media(min-width:576px){.Pagination_tw-fund-center-pagination-mobile__6JOXm{display:none}.Pagination_tw-fund-center-pagination-desktop__b6ZBB{align-items:center;display:flex}.Pagination_tw-fund-center-pagination__Uqdkw .Pagination_arrow-links__hfJzN{padding:0 20px}}.Main_main-view__YMt4T{margin-left:auto;margin-right:auto;max-width:1440px;width:100%}@media(min-width:1024px){.Main_main-view__YMt4T{margin-top:2rem;padding:0 132px}}.Main_main-view__YMt4T .Main_results-count__fjOZm{margin-top:60px}.Main_main-view__YMt4T .Main_tab-row__TeOFK{border-bottom:1px solid #c4c4c4;margin-top:30px}.Main_main-view__YMt4T .Main_actions-bar__-MkC3{align-items:center;border-bottom:1px solid #c4c4c4;display:flex;justify-content:space-between;margin-bottom:20px;padding:30px 0}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_currently-showing__ux8fc{align-items:center;display:flex;gap:40px}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_currently-showing__ux8fc p{font-family:Theinhardt,SourceHanSans,sans-serif;font-size:24px!important}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_currently-showing__ux8fc p&gt;span{font-weight:700!important}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_currently-showing__ux8fc .Main_clear-filters-btn__oOU9W{background:none;border:none;color:#1e9bd7;font-family:Klavika,SourceHanSans,sans-serif;font-size:14px!important;font-weight:700;text-transform:uppercase}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_currently-showing__ux8fc .Main_clear-filters-btn__oOU9W:hover{cursor:pointer;text-decoration:underline}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_currently-showing__ux8fc .Main_clear-filters-btn__oOU9W:focus,.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_currently-showing__ux8fc .Main_clear-filters-btn__oOU9W:focus-visible{outline:none}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_sort__XQnLu{align-items:center;display:flex;gap:15px}.Main_main-view__YMt4T .Main_actions-bar__-MkC3 .Main_sort__XQnLu&gt;p{font-family:Theinhardt,SourceHanSans,sans-serif;font-size:18px!important;font-weight:700;white-space:nowrap}

@-webkit-keyframes Modal_fade-in-out__rdMaR{0%{opacity:0}to{opacity:1}}@keyframes Modal_fade-in-out__rdMaR{0%{opacity:0}to{opacity:1}}@-webkit-keyframes Modal_fly-in-out__-lwBg{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes Modal_fly-in-out__-lwBg{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.Modal_pp-modal__Ippu0{display:block!important;overflow:auto!important;z-index:500}.Modal_pp-modal__Ippu0 .Modal_modal-container__H\+3tq{position:relative}@media(max-width:767px){.Modal_pp-modal__Ippu0 .Modal_modal-container__H\+3tq{height:100vh;max-width:none;padding:0;width:100vw}}.Modal_pp-modal__Ippu0 .Modal_modal-container__H\+3tq .Modal_close-modal-btn__UqSw3{font-weight:900!important;right:15px!important;top:-50px!important;z-index:50!important}.Modal_pp-modal__Ippu0 .Modal_modal-container__H\+3tq .Modal_close-modal-btn__UqSw3 i svg{height:15px;position:relative;top:-3px;width:15px}.Modal_pp-modal__Ippu0 .Modal_modal-container__H\+3tq .Modal_close-modal-btn__UqSw3:before{display:none}.Modal_pp-modal__Ippu0 .Modal_modal-container__H\+3tq .Modal_modal-content__qxRhZ{margin:20% auto 0;max-height:75vh;padding:60px}@media(max-width:767px){.Modal_pp-modal__Ippu0 .Modal_modal-container__H\+3tq .Modal_modal-content__qxRhZ{height:100vh;margin:0;max-height:none;padding:20px}}div.Modal_modal-size-sm__5wxzR{width:561px}div.Modal_modal-size-md__7irpl{width:696px}div.Modal_modal-size-lg__fsGwQ{width:780px}div.Modal_modal-size-xl__P8V1K{width:100%}@media screen and (max-width:1024px){div.Modal_modal-size-md__7irpl{width:100%}}.Modal_modal-animation__oRrLb{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Modal_fade-in-out__rdMaR;animation-name:Modal_fade-in-out__rdMaR}@media(max-width:767px){.Modal_modal-flying__eXN\+u{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Modal_fly-in-out__-lwBg;animation-name:Modal_fly-in-out__-lwBg}}.CloseBtn_close-btn__iFcCe{display:flex;font-size:24px;justify-content:flex-end;margin-bottom:40px}.CloseBtn_close-btn__iFcCe button{background-color:transparent;border:0;font-size:24px}@media(min-width:767px){.CloseBtn_close-btn__iFcCe{display:none}}.Input_pp-input__OYEwn{display:inline-block;width:100%}.Input_pp-input__OYEwn input{border:none;border-bottom:2px solid #007abb;padding:10px 2px;width:100%}.Input_pp-input__OYEwn input:active,.Input_pp-input__OYEwn input:focus-visible{outline:none}.Input_pp-input__OYEwn .Input_error__1wKFK{color:#b11b1b;display:flex;flex-direction:column;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;gap:15px;margin:15px 0}.Input_pp-input__OYEwn .Input_error__1wKFK span{color:#b11b1b;padding:0}.LoginForm_login-form__o6Oo\+{color:#000}.LoginForm_login-form__o6Oo\+ .LoginForm_login-btn-close__bZ8QO{display:flex;font-size:24px;justify-content:flex-end;margin-bottom:40px}.LoginForm_login-form__o6Oo\+ .LoginForm_login-btn-close__bZ8QO button{background-color:transparent;border:0;font-size:24px}@media(min-width:767px){.LoginForm_login-form__o6Oo\+ .LoginForm_login-btn-close__bZ8QO{display:none}}.LoginForm_login-form__o6Oo\+ .LoginForm_title__cvnUl{font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;line-height:26px}.LoginForm_login-form__o6Oo\+ p{color:#6d6d6d;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px;padding:15px 0 30px}.LoginForm_login-form__o6Oo\+ .LoginForm_login-btn__tV1tr{margin-top:10px}.OtpForm_otp-form__tpxkR{color:#000}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-heading__EbA8Z{font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;line-height:26px;padding:0 0 10px}.OtpForm_otp-form__tpxkR p{color:#6d6d6d;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px;padding:0}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-alert__KfKBM{background-color:#e5f6fc;color:#006da8;display:flex;flex-wrap:wrap;margin:20px 0 30px;padding:7px}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-alert__KfKBM .OtpForm_alert-icon__2amBW{font-size:14px;padding:0}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-alert__KfKBM p{color:#007abb;flex:1 1;font-size:14px;line-height:16px;padding-left:7px}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-remember-cnt__D3-13{display:flex;flex-wrap:wrap;justify-content:space-between}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-remember-cnt__D3-13 input[type=checkbox]{height:20px;width:20px}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-remember-cnt__D3-13 span{color:#6d6d6d;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;margin:0 0 0 10px}.OtpForm_otp-form__tpxkR .OtpForm_otp-form-remember-cnt__D3-13 .OtpForm_otp-form-resend-link__jOwE3{background:none;border:0;color:#156b94;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;margin-left:auto;outline:none;text-decoration:underline}.OtpForm_otp-form__tpxkR .OtpForm_otp-btn__sx0s3{margin-top:40px}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_tandc-cnt__2ncA5,.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_tandc-cnt__2ncA5 p{color:#6d6d6d;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_tandc-cnt__2ncA5 p ul,.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_tandc-cnt__2ncA5 ul{margin:0 20px}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_tandc-heading__b3Ghv{color:#000;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;line-height:26px;padding:0 0 10px}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF{align-items:normal;display:flex;flex-direction:row;gap:15px;justify-content:flex-end;margin-top:40px}@media(max-width:767px){.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF{flex-direction:row}}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF button,.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF input[type=submit],.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF span{margin-bottom:1rem;width:100%}@media(max-width:767px){.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF button,.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF input[type=submit],.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF span{margin-bottom:0;width:auto}}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF button{font-weight:700}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF .TermsAndCondition_tandc-cancel-link__RDjsO{background:none;border:2px;color:#007abb;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;height:38px;letter-spacing:1.68px;margin-bottom:5px;padding:0 20px;text-align:center;text-transform:uppercase;width:100px}.TermsAndCondition_terms-and-condition__gzm5o .TermsAndCondition_cta-row__5NbXF .TermsAndCondition_tandc-cancel-link__RDjsO:hover{text-decoration:underline}.UserMenu_user-menu__R0DYZ{color:#000;position:relative}.UserMenu_user-menu__R0DYZ .UserMenu_user-menu-title__YsfqT{border-bottom:1px solid #c1c1c1;color:#6d6d6d;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;font-weight:600;line-height:16px;margin-bottom:20px;padding-bottom:20px;text-transform:uppercase}@media(max-width:767px){.UserMenu_user-menu__R0DYZ .UserMenu_user-menu-title__YsfqT{padding-bottom:10px}}.Select_pp-input__aRwwf{display:inline-block;width:100%}.Select_pp-input__aRwwf input,.Select_pp-input__aRwwf select{border:none;border-bottom:2px solid #007abb;padding:10px 2px;width:100%}.Select_pp-input__aRwwf input:active,.Select_pp-input__aRwwf input:focus-visible,.Select_pp-input__aRwwf select:active,.Select_pp-input__aRwwf select:focus-visible{outline:none}.Select_pp-input__aRwwf .Select_error__JRT9x{color:#b11b1b;display:flex;flex-direction:column;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;gap:15px;margin:15px 0}.Select_pp-input__aRwwf .Select_error__JRT9x span{color:#b11b1b;padding:0}.Select_pp-input__aRwwf select[data-testid=select]{color:#6d6d6d}.Select_pp-input__aRwwf select[data-testid=select] option,.Select_pp-input__aRwwf select[data-testid=select] option:first-child{color:#000}.Select_pp-input__aRwwf select[data-testid=select]:valid{color:#000}.RegisterForm_register-form__kmC4Y{color:#000}.RegisterForm_register-form__kmC4Y .RegisterForm_title__4Ginu{font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;line-height:26px}.RegisterForm_register-form__kmC4Y .RegisterForm_register-align-center__a4yli,.RegisterForm_register-form__kmC4Y p{color:#6d6d6d;font-family:Theinhardt,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px;padding:15px 0 30px}.RegisterForm_register-form__kmC4Y .RegisterForm_register-align-center__a4yli a,.RegisterForm_register-form__kmC4Y p a{color:#007abb;text-decoration:underline}.RegisterForm_register-form__kmC4Y .RegisterForm_register-align-center__a4yli a:hover,.RegisterForm_register-form__kmC4Y p a:hover{text-decoration:none}.RegisterForm_register-form__kmC4Y .RegisterForm_register-btn__h0BXn{margin-top:10px}.RegisterForm_register-form__kmC4Y .RegisterForm_register-form-cnt__EiFJV{grid-gap:20px 42px;display:grid;gap:20px 42px;grid-template-columns:1fr 1fr}@media(max-width:767px){.RegisterForm_register-form__kmC4Y .RegisterForm_register-form-cnt__EiFJV{display:block}}.RegisterForm_register-form__kmC4Y .RegisterForm_register-align-center__a4yli{text-align:center}.RegisterForm_register-form__kmC4Y .RegisterForm_register-footer__UEpQJ p{padding:0}@-webkit-keyframes Main_fade-in-out__3-0M0{0%{opacity:0}to{opacity:1}}@keyframes Main_fade-in-out__3-0M0{0%{opacity:0}to{opacity:1}}@-webkit-keyframes Main_fly-in-out__F5\+iU{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes Main_fly-in-out__F5\+iU{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@media(max-width:767px){.Main_abde-nav-login__8xLS3{display:flex;flex-wrap:wrap;justify-content:stretch;position:relative;width:100%}}.Main_abde-nav-login-icon-container__uB-Xe{align-items:center;background-color:#fff;border:0;cursor:pointer;display:flex;gap:5px;height:60px;justify-content:center;min-width:78px;position:absolute;right:0;top:0;z-index:500}.Main_abde-nav-login-icon-container__uB-Xe .Main_abde-nav-user-icon-with-text__g8q26{color:#000;display:flex}.Main_abde-nav-login-icon-container__uB-Xe .Main_abde-nav-user-text__sBBmr{display:none}@media(max-width:767px){.Main_abde-nav-login-icon-container__uB-Xe .Main_abde-nav-user-text__sBBmr{color:#000;display:flex;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;letter-spacing:1.68px;line-height:29px;margin-left:10px;text-transform:uppercase}.Main_abde-nav-login-icon-container__uB-Xe{justify-content:space-between;left:0;padding:0 20px;right:auto;width:100%}}.Main_abde-nav-login-icon-container__uB-Xe.Main_active__bxXzp{background-color:#000;color:#fff}.Main_abde-nav-login-icon-container__uB-Xe.Main_active__bxXzp .Main_abde-nav-user-icon-with-text__g8q26,.Main_abde-nav-login-icon-container__uB-Xe.Main_active__bxXzp .Main_abde-nav-user-text__sBBmr{color:#fff}.Main_abde-nav-login-icon-container__uB-Xe i{font-size:24px}.Main_abde-nav-login-icon-container__uB-Xe .Main_abde-nav-chevron-icon__wXQ21{color:#fff;font-size:20px}.Main_abde-nav-login-icon-container__uB-Xe .Main_abde-nav-user-icon__dZKfY{background-color:#000;border:2px solid #007abb;border-radius:15px;color:#fff;font-family:Klavika,Arial,Helvetica,sans-serif;font-size:14px;line-height:22px;min-height:24px;min-width:24px;padding:2px 5px}.Main_abde-nav-login-icon-container__uB-Xe .Main_abde-nav-user-icon__dZKfY.Main_english__bW9RY{border-radius:50%;height:20px;padding:0;width:24px}.Main_abde-nav-login-cnt__AVRKX,.Main_abde-nav-user-menu__KEY0n{-webkit-animation:Main_flyIn__dOjgb .6s ease-out forwards;animation:Main_flyIn__dOjgb .6s ease-out forwards;background-color:#fff;border:1px solid #c4c4c4;box-shadow:-3px -4px 7px rgba(0,0,0,.161);padding:60px;position:absolute;right:0;top:60px;width:520px;z-index:1000}.Main_abde-nav-user-menu__KEY0n{min-width:380px;padding:40px 60px}@media(max-width:767px){.Main_abde-nav-user-menu__KEY0n{border:0;min-width:auto;padding:20px;width:100%}}.Main_abde-nav-login-cnt__AVRKX.Main_abde-flyin__RD1RB{-webkit-animation:Main_flyOut__jj9Yu .6s ease-out;animation:Main_flyOut__jj9Yu .6s ease-out}@media(max-width:767px){.Main_abde-nav-login-cnt__AVRKX{height:100vh;left:0;max-width:none;padding:20px;top:0;width:100vw}}.Main_login-animation__AhXQm{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Main_fade-in-out__3-0M0;animation-name:Main_fade-in-out__3-0M0}@media(max-width:767px){.Main_login-flying__JYAxc{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:Main_fly-in-out__F5\+iU;animation-name:Main_fly-in-out__F5\+iU}}

</pre></body></html>