/*
 *  Copyright 2018 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.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

/*****************************************************
LESS compilation failed due a JavaScript error!

Input: apps/acs/clientlibs/clientlib-grid/less/grid.less
Error: ParseError: Unrecognised input in apps/acs/clientlibs/clientlib-grid/less/grid.less on line 17, column 1:
16 
17 @import (once) "/libs/wcm/foundation/clientlibs/grid/grid_base.less";
18 


(uncompiled LESS src is included below)
*****************************************************/
s/*
 *  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.
 */

@import (once) "/libs/wcm/foundation/clientlibs/grid/grid_base.less";

/* maximum amount of grid cells to be provided */
@max_col: 12;

/* default breakpoint */
.aem-Grid {
  .generate-grid(default, @max_col);
}

/* Extra Small breakpoint */
@media (max-width: 575.98px) {
  .aem-Grid {
    .generate-grid(xsmall, @max_col);
  }
}

/* Small breakpoint */
@media (min-width: 576px) and (max-width: 767.98px) {
  .aem-Grid {
    .generate-grid(small, @max_col);
  }
}

/* Medium breakpoint */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .aem-Grid {
    .generate-grid(medium, @max_col);
  }
}

/* Large breakpoint */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .aem-Grid {
    .generate-grid(large, @max_col);
  }
}

/* Extra Large breakpoint */
@media (min-width: 1400px) {
  .aem-Grid {
    .generate-grid(xlarge, @max_col);
  }
}

/* force showing hidden components in unhide mode */
.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/**
 * Bootstrap import file
 * Customising Bootstrap: https://getbootstrap.com/docs/5.0/customize/sass/
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1));
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1));
}

.link-success {
  color: RGBA(var(--bs-success-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1));
}

.link-info {
  color: RGBA(var(--bs-info-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1));
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1));
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1));
}

.link-light {
  color: RGBA(var(--bs-light-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1));
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb, var(--bs-link-opacity, 1)));
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1));
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
          text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23052c65%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/**
 * Variables
 */
:root {
  --shadow-sm: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.1);
}

:root {
  --space-xs: 0.8rem;
  --space-sm: 1.6rem;
  --space-md: 2.4rem;
  --space-lg: 3.2rem;
  --space-xl: 4rem;
  --space-2xl: 4.8rem;
  --space-3xl: 5.6rem;
  --space-4xl: 6.4rem;
}

/**
 * Mixins
 */ /**
 * Breakpoint ranges.
 */
/**
 * Media queries.
 */
/**
 * Returns breakpoint range value.
 * 
 * @param {string} $breakpoint - Breakpoint.
 * @param {string} $minOrMax - "min" or "max" range values.
 * @example breakpoint("xs", "min") // 375
 */
/**
 * Returns media query. Sample usage: 
 * @include mq("lg") {...}
 * 
 * @param {string} $breakpoint - Breakpoint.
 */
/**
 * Returns media query. Sample usage:  
 * @include mqr('lg', 'lg-max') {...}
 * 
 * @param {string} $breakpoint - Min Breakpoint.
 * @param {string} $breakpoint - Max Breakpoint.
 */
/**
 * Mixin for applying responsive properties to lists.
 *
 * @param {string} $list - List of breakpoint/value pairs.
 */
/**
 * Spacing sizes. Sample usage: 
 * padding: spacing("s20");
 */
/**
 * Returns spacer by index.
 */
/**
 * Mixin for applying an accessible outline to an interactive element.
 *
 * @param {number} $x - Distance from element to apply outline on x axis (left, right).
 * @param {number} $y - Distance from element to apply outline on y axis (top, bottom).
 */
/**
 * Easy brand gradients
 * Usage: @include gradient("blue");
 */
/* Private Classes (don't use/extend these) */
.heading-1, .site-h1, .event-booking-header__title, .event-detail-header__title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 5.28rem;
}

.heading-2, .site-h2, .event-slide__header, .core-carousel__title, .booked-events__heading, .container-row__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.16rem;
}

.heading-3, .event-info-card__content__title, .site-h3, .modal-event.modal-event--dialog .modal-event__meta-primary, .modal-site__title, .event-booking-header__subtitle, .accordion.accordion--numbered .accordion__title, .event-page__section-heading {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.12rem;
}

.heading-4, .site-h4, .cpd-hours-card__title, .map__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.heading-5, .event-detail__sponsors-label, .site-h5, .event-price-card__content__total h5, .event-price-card__content__title, .speaker-card__primary {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.52rem;
}

.site-body, .site-body-lg, .modal-event__meta-secondary, .event-detail-header__description, .payment__total, .accordion.accordion--numbered .accordion__number-bg, .site-body-md, .modal-event.modal-event--dialog .modal-event__meta-secondary, .modal-event, .modal-site__body, .modal-event__body, .modal-site, .membership-payments .form-row .field-row .field input + span, .membership-payments .form-row .field-row .field input,
.membership-payments .form-row .field-row .field select, .cpd-hours-card .cpd-hours__fraction::after, .event-slide__body, .event-slide__detail, .booked-events__table, .event-agenda, .event-booking-header__description, .event-price-card__content__item__container, .event-price-card__content__item__discount, .event-attendee-management__form__attendee-form__header, .event-attendee-management__header__info__title, .quantity__container__label, .event-inline-modal, .speaker-card--horizontal .speaker-card__primary, .speaker-card__secondary, .event-detail-header__pretitle, .payment--membership-application .form-row .field-row .field input,
.payment--membership-application .form-row .field-row .field select, .payment--membership-application h5, .payment--membership-application p:not(.field__error), .card__table, .event-booking .terms-and-conditions .field .rte, .event-booking .terms-and-conditions .field .modal-acs__body, .event-booking .form-row .field-row .field input,
.event-booking .form-row .field-row .field select, .event-page__terms, .event-page__content, .site-body-sm, .event-attendee-management__header__info__subtitle, .event-inline-modal .modal-event, .speaker-card--horizontal .speaker-card__secondary, .cmp-form label:not(.field__title):not(.field__error), .payment--membership-application .field__title, .payment-form [data-acs-input-id=invoice] .btn-container .note {
  color: #282828;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* Public Classes (use/extend these) */
.site-h1, .event-booking-header__title, .event-detail-header__title {
  color: #001a72;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
}

.site-h2, .event-slide__header, .core-carousel__title, .booked-events__heading, .container-row__title {
  color: #001a72;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
}

.site-h3, .modal-event.modal-event--dialog .modal-event__meta-primary, .modal-site__title, .event-booking-header__subtitle, .accordion.accordion--numbered .accordion__title, .event-page__section-heading {
  color: #001a72;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
}

.site-h4, .cpd-hours-card__title, .map__title {
  color: #001a72;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
}

.site-h5, .event-price-card__content__total h5, .event-price-card__content__title, .speaker-card__primary {
  color: #001a72;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
}

.site-body-sm, .event-attendee-management__header__info__subtitle, .event-inline-modal .modal-event, .speaker-card--horizontal .speaker-card__secondary, .cmp-form label:not(.field__title):not(.field__error), .payment--membership-application .field__title, .payment-form [data-acs-input-id=invoice] .btn-container .note {
  font-size: 1.4rem;
  line-height: 1.96rem;
}

.site-body-md, .modal-event.modal-event--dialog .modal-event__meta-secondary, .modal-event, .modal-site__body, .modal-event__body, .modal-site, .membership-payments .form-row .field-row .field input + span, .membership-payments .form-row .field-row .field input,
.membership-payments .form-row .field-row .field select, .cpd-hours-card .cpd-hours__fraction::after, .event-slide__body, .event-slide__detail, .booked-events__table, .event-agenda, .event-booking-header__description, .event-price-card__content__item__container, .event-price-card__content__item__discount, .event-attendee-management__form__attendee-form__header, .event-attendee-management__header__info__title, .quantity__container__label, .event-inline-modal, .speaker-card--horizontal .speaker-card__primary, .speaker-card__secondary, .event-detail-header__pretitle, .payment--membership-application .form-row .field-row .field input,
.payment--membership-application .form-row .field-row .field select, .payment--membership-application h5, .payment--membership-application p:not(.field__error), .card__table, .event-booking .terms-and-conditions .field .rte, .event-booking .terms-and-conditions .field .modal-acs__body, .event-booking .form-row .field-row .field input,
.event-booking .form-row .field-row .field select, .event-page__terms, .event-page__content {
  font-size: 1.6rem;
  line-height: 2.24rem;
}

.site-body-lg, .modal-event__meta-secondary, .event-detail-header__description, .payment__total, .accordion.accordion--numbered .accordion__number-bg {
  font-size: 1.8rem;
  line-height: 2.52rem;
}

.site-button-text, .cmp-form-button, .site-button, .site-link-text {
  color: #0066cc;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
}

.site-link-text {
  text-decoration: underline;
}

.site-utility-text, .modal-event.modal-event--dialog .modal-event__meta-tertiary, .modal-event__meta-tertiary, .event-slide__meta, .speaker-card__tertiary {
  color: #737373;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

.fontStyleAndColor, .app-step__heading, .para-small-bold, .narrow-product-card__icon-content__right-content__tag__title, .msa-narrow-info-card__tag, .msa-narrow-info-card--desc-requirements, .msa-narrow-card--desc.narrow-card--descFlex .narrow-card--desc-priceBc, .msa-narrow-card--desc-price, .msa-narrow-card--desc-requirements, .para-small-medium, .download-cpd-records__table table thead th, .table__outstanding-invoice thead th,
.table__payment-history thead th, .multi-table table thead th, .para-small-regular, .download-cpd-records__table, .multi-table, .card__copy-container-description, .review-panel__item, .agent-info-conf__line, .agent-info-conf__description, .view-review__actions button, .view-review__level, .view-overview__selected, .msa-table, .skills-list, .applicant-nav__new-app, .narrow-product-card__icon-content__right-content__tag__subTitle, .narrow-product-card__text-content__subTitle, .msa-narrow-info-card--desc-details, .msa-narrow-card--desc-details, .modal-acs__body, .rte p, .modal-acs__body p, .text .cmp-text p, .rte li, .modal-acs__body li, .text .cmp-text li, .para-bold, .history-card__details-primary, .view-overview__header-title, .skills-prep__intro, .inbox .tabs__content__no-display-message, .msa-narrow-info-card--title-text, .msa-narrow-card--title-text, .alert__title, .para-medium, .nps-widget__button, .history-card__details-secondary, .view-details__level-button, .view-details__skill-list h3, .view-details__category button, .view-details__category-title div, .view-overview__list-heading h2, .skills-select__counter, .msa-table th, .narrow-product-card__icon-content__left-content__title, .para-regular, .icon-title, .container-carded__description, .container-listed__description, .container-generic__heading, .idv-prep__intro, .skillselect-onboarding__description, .view-review__skill, .view-review .skills-select__counter-wrap, .view-details__skill-details .view-details__scroll-pane, .view-details__level .view-details__scroll-pane, .view-overview__list li button, .skills-select__header p, .applicant-nav__number span, .grid-blurb__rte p, .content-block__text-content__description, .inbox .tabs__content__item__message__text, .inbox, .icon-header__description.rte p, .icon-header__description.modal-acs__body p, .accordion-compact__item__title, .accordion__title, .para-large-bold, .container-listed__icon-wrap, .grid-blurb__counter, .inbox .tabs__content__item__message__heading, .para-large-medium, .view-review__skills-group-title, .view-overview__skill, .payment-form__payment-item__checkbox__label__left, .narrow-product-card__text-content__title, .para-large-regular, .h3-bold, .skillselect-onboarding__heading, .modal-acs__title, .h3-medium, .agent-table__title, .agent-nav__title, .view-details__category-title h2, .select-nav, .h3-regular, .h2-bold, .h2-medium, .inbox .page-heading, .h2-regular, .history-card__heading, .container-carded__heading, .container-listed__heading, .skills-select__header-title, .content-block__text-content__title, .h1-bold, .h1-medium, .h1-regular, .icon-header__title, .caption, .agent-table__error:not(:empty), .history-card__status, .history-card__details-quaternary, .history-card__details-tertiary, .container-listed--secondary .container-listed__description, .view-submit__error, .note .rte p, .note .modal-acs__body p, .note, .field__info, .field__error, .field__help, .captions-bold, .idv-prep__counter, .skills-prep__counter, .captions-medium, .view-details__level-title, .grid-blurb__title, .app-step__counter, .captions-regular, .idv-prep__progress, .view-review__message, .skills-prep__progress, .inbox .tabs, .form .form-message {
  font-style: normal;
  color: #13294b;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
}

.text-right {
  text-align: right;
}

.caption, .agent-table__error:not(:empty), .history-card__status, .history-card__details-quaternary, .history-card__details-tertiary, .container-listed--secondary .container-listed__description, .view-submit__error, .note .rte p, .note .modal-acs__body p, .note, .field__info, .field__error, .field__help, .captions-bold, .idv-prep__counter, .skills-prep__counter, .captions-medium, .view-details__level-title, .grid-blurb__title, .app-step__counter, .captions-regular, .idv-prep__progress, .view-review__message, .skills-prep__progress, .inbox .tabs, .form .form-message {
  font-size: 1.3rem;
  line-height: 2rem;
}

.h1, .h1-bold, .h1-medium, .h1-regular, .icon-header__title {
  font-size: 4rem;
  line-height: 4.6rem;
}

.h2, .h2-bold, .h2-medium, .inbox .page-heading, .h2-regular, .history-card__heading, .container-carded__heading, .container-listed__heading, .skills-select__header-title, .content-block__text-content__title {
  font-size: 2.6rem;
  line-height: 3.2rem;
}

.h3, .h3-bold, .skillselect-onboarding__heading, .modal-acs__title, .h3-medium, .agent-table__title, .agent-nav__title, .view-details__category-title h2, .select-nav, .h3-regular {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.p-large, .para-large-bold, .container-listed__icon-wrap, .grid-blurb__counter, .inbox .tabs__content__item__message__heading, .para-large-medium, .view-review__skills-group-title, .view-overview__skill, .payment-form__payment-item__checkbox__label__left, .narrow-product-card__text-content__title, .para-large-regular {
  font-size: 2rem;
  line-height: 2.8rem;
}

.p-medium, .container-listed--carded .container-listed__description, .view-details__header__group1 button, .view-overview__list-heading button, .view-overview__total-selected, .msa-file-upload__file-item__uploadedbox, .para-bold, .history-card__details-primary, .view-overview__header-title, .skills-prep__intro, .inbox .tabs__content__no-display-message, .msa-narrow-info-card--title-text, .msa-narrow-card--title-text, .alert__title, .para-medium, .nps-widget__button, .history-card__details-secondary, .view-details__level-button, .view-details__skill-list h3, .view-details__category button, .view-details__category-title div, .view-overview__list-heading h2, .skills-select__counter, .msa-table th, .narrow-product-card__icon-content__left-content__title, .para-regular, .icon-title, .container-carded__description, .container-listed__description, .container-generic__heading, .idv-prep__intro, .skillselect-onboarding__description, .view-review__skill, .view-review .skills-select__counter-wrap, .view-details__skill-details .view-details__scroll-pane, .view-details__level .view-details__scroll-pane, .view-overview__list li button, .skills-select__header p, .applicant-nav__number span, .grid-blurb__rte p, .content-block__text-content__description, .inbox .tabs__content__item__message__text, .inbox, .icon-header__description.rte p, .icon-header__description.modal-acs__body p, .accordion-compact__item__title, .accordion__title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p-small, .app-step__tip, .para-small-bold, .narrow-product-card__icon-content__right-content__tag__title, .msa-narrow-info-card__tag, .msa-narrow-info-card--desc-requirements, .msa-narrow-card--desc.narrow-card--descFlex .narrow-card--desc-priceBc, .msa-narrow-card--desc-price, .msa-narrow-card--desc-requirements, .para-small-medium, .download-cpd-records__table table thead th, .table__outstanding-invoice thead th,
.table__payment-history thead th, .multi-table table thead th, .para-small-regular, .download-cpd-records__table, .multi-table, .card__copy-container-description, .review-panel__item, .agent-info-conf__line, .agent-info-conf__description, .view-review__actions button, .view-review__level, .view-overview__selected, .msa-table, .skills-list, .applicant-nav__new-app, .narrow-product-card__icon-content__right-content__tag__subTitle, .narrow-product-card__text-content__subTitle, .msa-narrow-info-card--desc-details, .msa-narrow-card--desc-details, .modal-acs__body, .rte p, .modal-acs__body p, .text .cmp-text p, .rte li, .modal-acs__body li, .text .cmp-text li {
  font-size: 1.4rem;
  line-height: 2rem;
}

/* Heading/H1/Regular */
.h1-regular, .icon-header__title {
  font-weight: 500;
}

/* Heading/H1/Medium */
.h1-medium {
  font-weight: 500;
}

/* Heading/H1/Bold */
.h1-bold {
  font-weight: 700;
}

/* Heading/H2/Regular */
.h2-regular, .history-card__heading, .container-carded__heading, .container-listed__heading, .skills-select__header-title, .content-block__text-content__title {
  font-weight: 400;
}

/* Heading/H2/Medium */
.h2-medium, .inbox .page-heading {
  font-weight: 500;
}

/* Heading/H2/Bold */
.h2-bold {
  font-weight: 700;
}

/* Heading/H3/Regular */
.h3-regular {
  font-weight: 400;
}

/* Heading/H3/Medium */
.h3-medium, .agent-table__title, .agent-nav__title, .view-details__category-title h2, .select-nav {
  font-weight: 500;
}

/* Heading/H3/Bold */
.h3-bold, .skillselect-onboarding__heading, .modal-acs__title {
  font-weight: 700;
}

/* Paragraph/Large/Regular */
.para-large-regular {
  font-weight: 400;
}

/* Paragraph/Large/Medium */
.para-large-medium, .view-review__skills-group-title, .view-overview__skill, .payment-form__payment-item__checkbox__label__left, .narrow-product-card__text-content__title {
  font-weight: 500;
}

/* Paragraph/Large/Bold */
.para-large-bold, .container-listed__icon-wrap, .grid-blurb__counter, .inbox .tabs__content__item__message__heading {
  font-weight: 700;
}

/* Paragraph/Medium/Regular */
.para-regular, .icon-title, .container-carded__description, .container-listed__description, .container-generic__heading, .idv-prep__intro, .skillselect-onboarding__description, .view-review__skill, .view-review .skills-select__counter-wrap, .view-details__skill-details .view-details__scroll-pane, .view-details__level .view-details__scroll-pane, .view-overview__list li button, .skills-select__header p, .applicant-nav__number span, .grid-blurb__rte p, .content-block__text-content__description, .inbox .tabs__content__item__message__text, .inbox, .icon-header__description.rte p, .icon-header__description.modal-acs__body p, .accordion-compact__item__title, .accordion__title {
  font-weight: 400;
}

/* Paragraph/Medium/Medium */
.para-medium, .nps-widget__button, .history-card__details-secondary, .view-details__level-button, .view-details__skill-list h3, .view-details__category button, .view-details__category-title div, .view-overview__list-heading h2, .skills-select__counter, .msa-table th, .narrow-product-card__icon-content__left-content__title {
  font-weight: 500;
}

/* Paragraph/Medium/Bold */
.para-bold, .history-card__details-primary, .view-overview__header-title, .skills-prep__intro, .inbox .tabs__content__no-display-message, .msa-narrow-info-card--title-text, .msa-narrow-card--title-text, .alert__title {
  font-weight: 700;
}

/* Paragraph/Small/Regular */
.para-small-regular, .download-cpd-records__table, .multi-table, .card__copy-container-description, .review-panel__item, .agent-info-conf__line, .agent-info-conf__description, .view-review__actions button, .view-review__level, .view-overview__selected, .msa-table, .skills-list, .applicant-nav__new-app, .narrow-product-card__icon-content__right-content__tag__subTitle, .narrow-product-card__text-content__subTitle, .msa-narrow-info-card--desc-details, .msa-narrow-card--desc-details, .modal-acs__body, .rte p, .modal-acs__body p, .text .cmp-text p, .rte li, .modal-acs__body li, .text .cmp-text li {
  font-weight: 400;
}

/* Paragraph/Small/Medium */
.para-small-medium, .download-cpd-records__table table thead th, .table__outstanding-invoice thead th,
.table__payment-history thead th, .multi-table table thead th {
  font-weight: 500;
}

/* Paragraph/Small/Bold */
.para-small-bold, .narrow-product-card__icon-content__right-content__tag__title, .msa-narrow-info-card__tag, .msa-narrow-info-card--desc-requirements, .msa-narrow-card--desc.narrow-card--descFlex .narrow-card--desc-priceBc, .msa-narrow-card--desc-price, .msa-narrow-card--desc-requirements {
  font-weight: 700;
}

/* Caption/Regular */
.captions-regular, .idv-prep__progress, .view-review__message, .skills-prep__progress, .inbox .tabs, .form .form-message {
  font-weight: 400;
}

/* Caption/Medium */
.captions-medium, .view-details__level-title, .grid-blurb__title, .app-step__counter {
  font-weight: 500;
}

/* Caption/Bold */
.captions-bold, .idv-prep__counter, .skills-prep__counter {
  font-weight: 700;
}

/* Unordered list/Regular */
.ul-regular ul, .view-details__skill-details .view-details__scroll-pane ul, .view-details__level .view-details__scroll-pane ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.ul-regular li, .view-details__skill-details .view-details__scroll-pane li, .view-details__level .view-details__scroll-pane li {
  color: inherit;
}

.toastify {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: fixed;
  z-index: 2147483647;
  padding: 1rem 2rem;
  box-shadow: 0 0.3rem 1rem 0rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  max-width: calc(50% - 20px);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: white;
}
.toastify i {
  display: inline-flex;
  align-items: center;
}
.toastify.on {
  opacity: 1;
}
.toastify-right {
  right: 15px;
}
.toastify-top {
  top: -150px;
}
.toastify.info {
  color: #53565a;
  background: #eef3fb;
  border: 1px solid #9bb9e6;
  box-shadow: 0 0.3rem 1rem 0rem rgba(0, 0, 0, 0.12), 0 1rem 1rem -0.4rem #eef3fb;
}
.toastify.warning {
  color: #b45309;
  background: #fde68a;
  border: 1px solid #fbbf24;
  box-shadow: 0 0.3rem 1rem 0rem rgba(0, 0, 0, 0.12), 0 1rem 1rem -0.8rem #fde68a;
}
@media only screen and (max-width: 360px) {
  .toastify-right {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@font-face {
  font-family: "DIN Pro";
  src: url(clientlib-msa/css/resources/assets/din-pro.woff2) format("woff2"), url(clientlib-msa/css/resources/assets/din-pro.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url(clientlib-msa/css/resources/assets/din-pro-medium.woff2) format("woff2"), url(clientlib-msa/css/resources/assets/din-pro-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  src: url(clientlib-msa/css/resources/assets/din-pro-bold.woff2) format("woff2"), url(clientlib-msa/css/resources/assets/din-pro-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  font-size: 62.5% !important;
}

body {
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
  font-weight: 400;
  overflow: auto;
  background-color: #f9fafb;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  text-align: center;
}

body.acs-white-theme {
  background: #ffffff;
  overflow: clip;
}

body.page.acs-white-theme > * {
  overflow: visible;
}

h1 {
  color: #000000;
  line-height: 4.6rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

header {
  height: auto;
}

.main-content {
  text-align: left;
  margin-top: 8.8rem;
}
.main-content .page-heading {
  display: flex;
}
.main-content .page-heading i {
  margin-top: 0.5rem;
}
.main-content .page-heading span {
  padding-left: 1.6rem;
}
.main-content .sub-text {
  color: #53565a;
  margin-top: 1.6rem;
}

.text-center {
  text-align: center;
}

/* Hidden from view, visible to Screen readers */
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.relative {
  position: relative;
  display: flex;
  margin-bottom: 15rem;
  transform: translateX(6rem);
}

footer {
  height: auto;
}

main {
  height: auto;
}

.msa-background {
  background-color: #f9fafb;
}

.aem-Grid {
  margin: 0 !important;
}

.msa-main-content.aem-GridColumn {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 12rem;
  padding: 5rem 0rem !important;
  width: 100%;
  /* Writing this custom media query for specific breakpoints to get the main content aligned with header in msa pages */
  /* END */
}
.msa-main-content.aem-GridColumn .container,
.msa-main-content.aem-GridColumn .aem-GridColumn {
  padding: 0 !important;
}
.msa-main-content.aem-GridColumn .msa-right-container.aem-GridColumn {
  padding-left: 4rem !important;
}
@media only screen and (max-width: 767px) {
  .msa-main-content.aem-GridColumn .msa-right-container.aem-GridColumn {
    margin-top: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 1199px) and (max-width: 1345px) {
  .msa-main-content.aem-GridColumn {
    padding: 5rem 1.6rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1076px) {
  .msa-main-content.aem-GridColumn {
    padding: 5rem 1.6rem !important;
  }
}
@media (max-width: 829px) {
  .msa-main-content.aem-GridColumn {
    padding: 5rem 1.6rem !important;
  }
}
@media only screen and (min-width: px) {
  .msa-main-content.aem-GridColumn {
    max-width: 480px;
  }
}
@media only screen and (min-width: 576px) {
  .msa-main-content.aem-GridColumn {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768px) {
  .msa-main-content.aem-GridColumn {
    max-width: 810px;
  }
}
@media only screen and (min-width: 993px) {
  .msa-main-content.aem-GridColumn {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1200px) {
  .msa-main-content.aem-GridColumn {
    max-width: 1312px;
  }
}
@media only screen and (max-width: 992px) {
  .msa-main-content.aem-GridColumn {
    margin-top: 0 !important;
  }
}

.white-background {
  background-color: #ffffff;
  padding: 1.2rem 3.6rem 2.4rem;
  border-radius: 1.2rem;
}

.loader-overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6666666667);
  z-index: 10001;
  top: 0;
  left: 0;
}
.loader-overlay img {
  box-shadow: 0 0 10rem 6rem #ffffff;
  background: #ffffff;
}

.strikethrough {
  text-decoration: line-through;
}

.flex-end {
  justify-content: flex-end !important;
}

.semibold {
  font-weight: 500;
}

.hide {
  display: none !important;
}

@media only screen and (min-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sm-max {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hide-md-max, .hide-md {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}

/* Icon font size override for new template. Deviating from MSA which is 14px inheriting from body. */
.acs-white-theme i[class^=icon-]:before,
.acs-white-theme i[class*=" icon-"]:before {
  font-size: 16px;
  line-height: unset;
}

.nav a,
.nav a:visited {
  color: white;
  margin: 1rem;
  font-size: 2rem;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: underline;
}

ul.links {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  ul.links {
    min-height: 60rem;
  }
}
ul.links li {
  margin: 1.2rem 0;
  text-align: left;
}
ul.links li a {
  padding: 0.4rem 0;
  color: #13294b;
}
ul.links li a img {
  padding: 0 0.8rem 0.2rem;
}
ul.links li a i::before {
  padding: 0 0.8rem;
  color: inherit;
}
ul.links li.active {
  background-color: #eef3fb;
  border-radius: 0.5rem;
}
ul.links li.active a {
  color: #28569e;
}
ul.links li.active a i::before {
  color: inherit;
}
ul.links li:hover a {
  color: #28569e;
}
ul.links li:hover a i::before {
  color: inherit;
}

.sidebar {
  padding: 0;
}

/* Flex helpers */
.flex-center, .payment-form__payment-item__checkbox__label__right, .flex-center-space-between, .payment-form__payment-item__checkbox__label, .payment-form__payment-item__checkbox, .flex-column-center, .msa-file-upload, .payment-form__payment-item__form, .payment-form__payment-item, .payment-form {
  display: flex;
  align-items: center;
}

.flex-start {
  display: flex;
  align-items: flex-start;
}

.flex-end {
  justify-content: flex-end !important;
}

.flex-column-center, .msa-file-upload, .payment-form__payment-item__form, .payment-form__payment-item, .payment-form {
  flex-direction: column;
}

.flex-center-space-between, .payment-form__payment-item__checkbox__label, .payment-form__payment-item__checkbox {
  justify-content: space-between;
}

.breakout, .acs-white-theme .hero-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper {
  margin: 0 auto;
}
@media only screen and (min-width: px) {
  .wrapper {
    max-width: 480px;
  }
}
@media only screen and (min-width: 576px) {
  .wrapper {
    max-width: 645px;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 810px;
  }
}
@media only screen and (min-width: 993px) {
  .wrapper {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1312px;
  }
}

.time-notification {
  margin-bottom: 3.6rem;
}

.rte, .modal-acs__body, .text .cmp-text {
  color: #53565a;
  line-height: 1.5;
  text-align: left;
}
.rte ol, .modal-acs__body ol,
.rte ul,
.modal-acs__body ul, .text .cmp-text ol,
.text .cmp-text ul {
  margin-left: 1.2em;
  margin-block: 1em;
  -webkit-padding-start: 3.2rem;
          padding-inline-start: 3.2rem;
  text-align: left;
}
.rte ul, .modal-acs__body ul, .text .cmp-text ul {
  list-style-type: disc !important;
}
.rte ol, .modal-acs__body ol, .text .cmp-text ol {
  list-style-type: decimal !important;
}
.rte li, .modal-acs__body li, .text .cmp-text li {
  color: inherit;
  margin: 0.4rem 0;
}
.rte a, .modal-acs__body a, .text .cmp-text a {
  color: inherit;
}
.rte p, .modal-acs__body p, .text .cmp-text p {
  color: inherit;
  margin-bottom: 1em;
}
.rte h1, .modal-acs__body h1,
.rte h2,
.modal-acs__body h2,
.rte h3,
.modal-acs__body h3,
.rte h4,
.modal-acs__body h4,
.rte h5,
.modal-acs__body h5,
.rte h6,
.modal-acs__body h6, .text .cmp-text h1,
.text .cmp-text h2,
.text .cmp-text h3,
.text .cmp-text h4,
.text .cmp-text h5,
.text .cmp-text h6 {
  margin: 0;
}
.rte strong, .modal-acs__body strong, .text .cmp-text strong {
  font-weight: 700;
}

.page-include__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.page-include__wrapper object {
  width: 100%;
  height: 100%;
  margin: 1%;
}

.cmp-embed {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.cmp-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .cmp-container > div > .sticky-container {
  position: static;
}

.sticky-container {
  position: sticky;
  z-index: 998;
}

:root {
  --padding-sm: 16px;
  --padding-md: 24px;
  --padding-lg: 32px;
  --padding-xl: 40px;
}

.container-breakout {
  position: relative;
  z-index: 1;
}
.container-breakout--grey {
  background-color: #f9f9f9;
}
.container-breakout--blue {
  background-color: #E5EEF8;
}
.container-breakout--darkred {
  background-color: #862633;
}
.container-breakout--red {
  background-color: #b91c1c;
}
.container-breakout--darkorange {
  background-color: #b45309;
}
.container-breakout--orange {
  background-color: #f59e0b;
}
.container-breakout--darkgreen {
  background-color: #34641f;
}
.container-breakout--green {
  background-color: #54a031;
}
.container-breakout--blue-gradient {
  background: linear-gradient(133.37deg, #001a72 0%, #0085ca 100%);
}
.container-breakout—-master-brand-gradient {
  background: linear-gradient(316deg, #E30A0E 1.98%, #D437A0 30.73%, #0000EF 69.07%);
}
.container-breakout.container--full-width::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: inherit;
  z-index: -1;
}
@media only screen and (min-width: 993px) {
  .container-breakout.container--min-height {
    min-height: 770px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-breakout.container--min-height {
    min-height: 720px;
  }
}
@media only screen and ((min-width: 768px)) and ((max-width: 992px)) {
  .container-breakout.container--min-height .aem-Grid--layout:first-child {
    grid-template-columns: 1fr;
  }
}

.container-row__wrapper {
  text-align: left;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .container-row__wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .container-row__button-container {
    order: 2;
  }
}
.container-row__items {
  width: 100%;
}
.container-row__error .cmp-container {
  grid-template-columns: unset !important;
}

.aem-Grid--layout {
  width: 100%;
}
.aem-Grid--layout .container {
  padding-left: 0;
  padding-right: 0;
}
.aem-Grid--layout .container > .cmp-container {
  height: 100%;
}
.aem-Grid--layout .container > .cmp-container:has(.generic-profile-card) {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .aem-Grid--layout.aem-Grid--align:not(.aem-Grid--layout-one), .aem-Grid--layout.aem-Grid--layout-list:not(.aem-Grid--layout-list-one) > .container > .cmp-container {
    display: grid;
  }
  .aem-Grid--layout-one-eight {
    grid-template-columns: repeat(12, 1fr);
  }
  .aem-Grid--layout-one-eight > * {
    grid-column: 3/span 8;
  }
  .aem-Grid--layout-two, .aem-Grid--layout-list-two > .container > .cmp-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .aem-Grid--layout-four-eight {
    grid-template-columns: 1fr 2fr;
  }
  .aem-Grid--layout-eight-four {
    grid-template-columns: 2fr 1fr;
  }
  .aem-Grid--layout-three, .aem-Grid--layout-list-three > .container > .cmp-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .aem-Grid--layout-four, .aem-Grid--layout-list-four > .container > .cmp-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .aem-Grid--layout-four .card__wrapper--vertical,
.aem-Grid--layout-four .card__wrapper--vertical-small,
.aem-Grid--layout-four .event-info-card__wrapper, .aem-Grid--layout-list-four .card__wrapper--vertical,
.aem-Grid--layout-list-four .card__wrapper--vertical-small,
.aem-Grid--layout-list-four .event-info-card__wrapper, .aem-Grid--layout-five .card__wrapper--vertical,
.aem-Grid--layout-five .card__wrapper--vertical-small,
.aem-Grid--layout-five .event-info-card__wrapper, .aem-Grid--layout-list-five .card__wrapper--vertical,
.aem-Grid--layout-list-five .card__wrapper--vertical-small,
.aem-Grid--layout-list-five .event-info-card__wrapper {
    min-width: unset;
  }
  .aem-Grid--layout.aem-Grid--align {
    align-items: start;
  }
  .aem-Grid--layout .sticky-container {
    top: 18rem;
  }
}
.aem-Grid--layout .container-breakout__background {
  background-color: revert;
  width: revert;
}
.aem-Grid--layout .speaker-card__body {
  padding: 1rem;
}

@media only screen and ((min-width: 768px)) and ((max-width: 992px)) {
  .aem-Grid--layout-three, .aem-Grid--layout-four, .aem-Grid--layout-list-three > .container > .cmp-container, .aem-Grid--layout-list-four > .container > .cmp-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .aem-Grid--layout-five, .aem-Grid--layout-list-five > .container > .cmp-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and ((min-width: 993px)) and ((max-width: 1199px)) {
  .aem-Grid--layout-four, .aem-Grid--layout-list-four > .container > .cmp-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .aem-Grid--layout-five, .aem-Grid--layout-list-five > .container > .cmp-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .aem-Grid--layout-five, .aem-Grid--layout-list-five > .container > .cmp-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .aem-Grid--layout,
.aem-Grid--layout > .container > .cmp-container {
    gap: var(--padding-md);
  }
  .aem-Grid--stacked--left, .aem-Grid--stacked--left > .container > .cmp-container {
    display: flex;
    flex-direction: column;
  }
  .aem-Grid--stacked--right, .aem-Grid--stacked--right > .container > .cmp-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and ((min-width: 768px)) and ((max-width: 1199px)) {
  .aem-Grid--layout,
.aem-Grid--layout > .container > .cmp-container {
    gap: var(--padding-md);
  }
}
@media only screen and ((min-width: 1200px)) and ((max-width: 1399px)) {
  .aem-Grid--layout,
.aem-Grid--layout > .container > .cmp-container {
    gap: var(--padding-lg);
  }
}
@media only screen and (min-width: 1400px) {
  .aem-Grid--layout,
.aem-Grid--layout > .container > .cmp-container {
    gap: var(--padding-xl);
  }
}
.acs-white-theme .root.container,
.acs-white-theme main.container {
  padding-left: 0;
  padding-right: 0;
}
.acs-white-theme .modal-container--padding .xfpage .aem-GridColumn,
.acs-white-theme .xfpage .cmp-form .aem-GridColumn {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .acs-white-theme .container {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .acs-white-theme .root.container,
.acs-white-theme .aem-GridColumn {
    padding: 0 calc(var(--padding-sm) / 2);
  }
}
@media only screen and ((min-width: 768px)) and ((max-width: 1199px)) {
  .acs-white-theme .root.container,
.acs-white-theme .aem-GridColumn {
    padding: 0 calc(var(--padding-md) / 2);
  }
}
@media only screen and ((min-width: 1200px)) and ((max-width: 1399px)) {
  .acs-white-theme .aem-GridColumn {
    padding: 0 calc(var(--padding-lg) / 2);
  }
  .acs-white-theme .container {
    max-width: 1152px;
  }
}
@media only screen and (min-width: 1400px) {
  .acs-white-theme .aem-GridColumn {
    padding: 0 calc(var(--padding-xl) / 2);
  }
  .acs-white-theme .container {
    max-width: 1320px;
  }
}

@font-face {
  font-family: "icons";
  src: url(clientlib-msa/css/resources/assets/icons.woff) format("woff"), url(clientlib-msa/css/resources/assets/icons.woff2) format("woff2");
}
i[class^=icon-]:before, i[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\f101";
}

.icon-alert-circle:before {
  content: "\f102";
}

.icon-alert-triangle:before {
  content: "\f103";
}

.icon-appeal:before {
  content: "\f104";
}

.icon-application-attachment:before {
  content: "\f105";
}

.icon-application-cancel:before {
  content: "\f106";
}

.icon-application-details:before {
  content: "\f107";
}

.icon-application-edit-line:before {
  content: "\f108";
}

.icon-application-edit:before {
  content: "\f109";
}

.icon-application-review:before {
  content: "\f10a";
}

.icon-application:before {
  content: "\f10b";
}

.icon-arrow-down:before {
  content: "\f10c";
}

.icon-arrow-left-outline:before {
  content: "\f10d";
}

.icon-arrow-left:before {
  content: "\f10e";
}

.icon-arrow-right-outline:before {
  content: "\f10f";
}

.icon-arrow-right:before {
  content: "\f110";
}

.icon-award:before {
  content: "\f111";
}

.icon-bell-alarm:before {
  content: "\f112";
}

.icon-bin:before {
  content: "\f113";
}

.icon-book-open:before {
  content: "\f114";
}

.icon-briefcase:before {
  content: "\f115";
}

.icon-calendar-blank:before {
  content: "\f116";
}

.icon-calendar:before {
  content: "\f117";
}

.icon-cancel:before {
  content: "\f118";
}

.icon-chat-bubble:before {
  content: "\f119";
}

.icon-check-circle:before {
  content: "\f11a";
}

.icon-check-filled:before {
  content: "\f11b";
}

.icon-check-mark:before {
  content: "\f11c";
}

.icon-check:before {
  content: "\f11d";
}

.icon-chevron-down-outline:before {
  content: "\f11e";
}

.icon-chevron-down:before {
  content: "\f11f";
}

.icon-chevron-left-outline:before {
  content: "\f120";
}

.icon-chevron-left:before {
  content: "\f121";
}

.icon-chevron-right-outline:before {
  content: "\f122";
}

.icon-chevron-right:before {
  content: "\f123";
}

.icon-chevrondown:before {
  content: "\f124";
}

.icon-clipboard:before {
  content: "\f125";
}

.icon-clock:before {
  content: "\f126";
}

.icon-close:before {
  content: "\f127";
}

.icon-copy-line:before {
  content: "\f128";
}

.icon-copy:before {
  content: "\f129";
}

.icon-create-account:before {
  content: "\f12a";
}

.icon-credit-card:before {
  content: "\f12b";
}

.icon-cross-filled:before {
  content: "\f12c";
}

.icon-cross:before {
  content: "\f12d";
}

.icon-document-paperclip:before {
  content: "\f12e";
}

.icon-documents:before {
  content: "\f12f";
}

.icon-dollar-sign:before {
  content: "\f130";
}

.icon-download:before {
  content: "\f131";
}

.icon-edit:before {
  content: "\f132";
}

.icon-experience:before {
  content: "\f133";
}

.icon-external-link:before {
  content: "\f134";
}

.icon-eye-slash:before {
  content: "\f135";
}

.icon-eye:before {
  content: "\f136";
}

.icon-f-arrow-left:before {
  content: "\f137";
}

.icon-f-arrow-right:before {
  content: "\f138";
}

.icon-f-award:before {
  content: "\f139";
}

.icon-f-calendar:before {
  content: "\f13a";
}

.icon-f-facebook:before {
  content: "\f13b";
}

.icon-f-linkedin:before {
  content: "\f13c";
}

.icon-f-mail:before {
  content: "\f13d";
}

.icon-f-tag:before {
  content: "\f13e";
}

.icon-f-twitter:before {
  content: "\f13f";
}

.icon-f-user:before {
  content: "\f140";
}

.icon-facebook:before {
  content: "\f141";
}

.icon-file-edit:before {
  content: "\f142";
}

.icon-file:before {
  content: "\f143";
}

.icon-globe:before {
  content: "\f144";
}

.icon-grad:before {
  content: "\f145";
}

.icon-graduate:before {
  content: "\f146";
}

.icon-history:before {
  content: "\f147";
}

.icon-home:before {
  content: "\f148";
}

.icon-human:before {
  content: "\f149";
}

.icon-i-card:before {
  content: "\f14a";
}

.icon-inbox:before {
  content: "\f14b";
}

.icon-info:before {
  content: "\f14c";
}

.icon-letter-in-hand:before {
  content: "\f14d";
}

.icon-linkedin:before {
  content: "\f14e";
}

.icon-mail:before {
  content: "\f14f";
}

.icon-map-pin:before {
  content: "\f150";
}

.icon-menu:before {
  content: "\f151";
}

.icon-message-square:before {
  content: "\f152";
}

.icon-message:before {
  content: "\f153";
}

.icon-minus-circle:before {
  content: "\f154";
}

.icon-minus:before {
  content: "\f155";
}

.icon-monitor:before {
  content: "\f156";
}

.icon-payment:before {
  content: "\f157";
}

.icon-phone:before {
  content: "\f158";
}

.icon-play:before {
  content: "\f159";
}

.icon-plus-circle:before {
  content: "\f15a";
}

.icon-plus-filled:before {
  content: "\f15b";
}

.icon-plus:before {
  content: "\f15c";
}

.icon-post-grad:before {
  content: "\f15d";
}

.icon-question-filled:before {
  content: "\f15e";
}

.icon-question-mark-circle:before {
  content: "\f15f";
}

.icon-question-mark:before {
  content: "\f160";
}

.icon-question:before {
  content: "\f161";
}

.icon-review:before {
  content: "\f162";
}

.icon-search:before {
  content: "\f163";
}

.icon-settings:before {
  content: "\f164";
}

.icon-shield:before {
  content: "\f165";
}

.icon-signout:before {
  content: "\f166";
}

.icon-study:before {
  content: "\f167";
}

.icon-tag:before {
  content: "\f168";
}

.icon-text-change:before {
  content: "\f169";
}

.icon-tick-mark:before {
  content: "\f16a";
}

.icon-tick:before {
  content: "\f16b";
}

.icon-time:before {
  content: "\f16c";
}

.icon-twitter:before {
  content: "\f16d";
}

.icon-upload:before {
  content: "\f16e";
}

.icon-uploadf:before {
  content: "\f16f";
}

.icon-uploadq:before {
  content: "\f170";
}

.icon-user-outline:before {
  content: "\f171";
}

.icon-user-plus:before {
  content: "\f172";
}

.icon-user:before {
  content: "\f173";
}

.icon-users:before {
  content: "\f174";
}

.icon-wallet:before {
  content: "\f175";
}

.icon-warning:before {
  content: "\f176";
}

.icon-x-circle:before {
  content: "\f177";
}

#storybook-root {
  background: #f9f9f9;
}

.event-page {
  text-align: start;
  /* 
    Sidebar pops out of main content column on larger
    screens via Grid properties to occupy empty sidebar
    column.
  */
}
.event-page__wrapper {
  background-color: #f9f9f9;
  text-align: start;
  width: 100%;
}
.event-page__wrapper #cancellation-dialog-body-success .modal-event__meta,
.event-page__wrapper #cancellation-dialog-body-fail .modal-event__meta {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  margin-bottom: 0;
}
.event-page__wrapper #cancellation-dialog-body-success .modal-event__meta .modal-event__meta-secondary,
.event-page__wrapper #cancellation-dialog-body-fail .modal-event__meta .modal-event__meta-secondary {
  margin-bottom: 2.4rem;
}
.event-page__wrapper #cancellation-dialog-body-success .modal-event__meta .note,
.event-page__wrapper #cancellation-dialog-body-fail .modal-event__meta .note {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.event-page__main {
  display: grid;
  /*
    Support for floating sidebar on large screens.
  */
}
.event-page__main > * {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  grid-column: 1/-1;
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 993px) {
  .event-page__main > * {
    grid-column: 1;
  }
}
.event-page__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 993px) {
  .event-page__header {
    margin-bottom: 4rem;
  }
}
.event-page__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: start;
}
.event-page__content strong {
  font-weight: revert;
}
.event-page__content ul, .event-page__content ol {
  list-style-type: revert;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.event-page__terms a {
  color: #000000;
}
.event-page__sidebar {
  margin-bottom: 2.4rem;
  min-width: 34.3rem;
  gap: 2.4rem;
}
@media only screen and (min-width: 993px) {
  .event-page__sidebar {
    gap: 3.2rem;
    grid-column: 3;
    grid-row: 1/span 8;
  }
}
.event-page__sidebar-inner {
  position: sticky;
  top: 0;
}
.event-page__navigation {
  display: flex;
  justify-content: space-between;
}
.event-page__social-share {
  width: 100%;
}
.event-page__social-share .social-share__wrapper {
  justify-content: start;
}
@media only screen and (min-width: 993px) {
  .event-page__social-share .social-share--align-right {
    justify-content: flex-end;
  }
  .event-page__social-share .social-share--align-center {
    justify-content: center;
  }
}

.eventdetails .event-page__main {
  background: #ffffff;
  grid-template-columns: 7fr 1fr 4fr;
  grid-column-gap: 1rem;
}
.eventdetails .event-page__sidebar {
  min-width: 34.3rem;
}
@media only screen and (min-width: 993px) {
  .eventdetails .event-page__sidebar {
    grid-column: 3;
    grid-row: 1/span 8;
  }
}

.event-booking .event-page__wrapper {
  position: relative;
}
.event-booking .event-page__wrapper-breakout {
  position: absolute;
  width: var(--before-width);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
  background-color: #f9f9f9;
}
.event-booking .event-page__main {
  grid-template-columns: 8fr 4fr;
  grid-column-gap: 4rem;
}
@media only screen and (min-width: 993px) {
  .event-booking .event-page__main {
    padding: 3.2rem 1.6rem;
  }
}
@media only screen and (min-width: 993px) {
  .event-booking .event-page__sidebar {
    grid-column: 2;
    grid-row: 1/span 8;
  }
}
.event-booking .event-page__main .container,
.event-booking .event-page__main .aem-GridColumn {
  padding: 0;
}
.event-booking .form-row .field-row .field {
  margin-top: 0;
  margin-bottom: var(--space-sm);
}
.event-booking .form-row .field-row .field input,
.event-booking .form-row .field-row .field select {
  color: #282828 !important;
  height: 4rem;
  padding: var(--space-xs);
}
.event-booking select[name=applicantTitle] {
  width: 50%;
}
.event-booking .field-row.grid-buttons {
  margin-top: var(--space-lg);
}
.event-booking .terms-and-conditions .field .rte, .event-booking .terms-and-conditions .field .modal-acs__body {
  color: #282828;
}

/**
 * Animations go here.
 */
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromLeft {
  0% {
    display: none;
    opacity: 0;
    transform: translateX(-20px);
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
}
/**
 * List of colours used in application
 */
/**
 * Returns colour by key.
 * 
 * @param {string} $key - Key of colour.
 */
.bg-acs-dark-blue-gradient {
  background: linear-gradient(133.37deg, #000B32 0%, #001A72 100%);
}

.bg-acs-blue-gradient, .header__menu-wrapper, .acs-white-theme .header__menu-wrapper--open::before, .acs-white-theme .header__util-nav-wrapper--member::before, .header__util-nav-wrapper--member {
  background: linear-gradient(133.37deg, #001A72 0%, #0085CA 100%);
}

.bg-acs-red-gradient {
  background: linear-gradient(133.37deg, #5A1A23 0%, #862633 100%);
}

.bg-acs-copper-gradient {
  background: linear-gradient(133.37deg, #833200 0%, #B94700 100%);
}

.bg-acs-purple-gradient, .footer__wrapper {
  background: linear-gradient(133.37deg, #001A72 0%, #862633 100%);
}

/**
 * Responsive values for grid margin.
 * 
 * @remarks
 * Grid margin is the outer margin of the grid.
 */
/**
 * Responsive values for grid gutter.
 * 
 * @remarks
 * Grid gutter is the spacing between grid columns.
 */
/**
 * Returns grid margin by key.
 * 
 * @param {string} $breakpoint - breakpoint.
 */
/**
 * Mixin for applying grid margin responsively.
 */
/**
 * Returns grid gutter by key.
 *
 * @param {string} $breakpoint - breakpoint.
 */
/**
 * Mixin for applying grid gutter responsively.
 */
@media only screen and (min-width: 0px) {
  .Grid__Column.Grid__Column--0of12-_ {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-_ {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-_ {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-_ {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-_ {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-_ {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-_ {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-_ {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-_ {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-_ {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-_ {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-_ {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-_ {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-_ {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-_ {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-_ {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-_ {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-_ {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-_ {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-_ {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-_ {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-_ {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-_ {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-_ {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-_ {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-_ {
    display: block;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 576px) {
  .Grid__Column.Grid__Column--0of12-sm {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-sm {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-sm {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-sm {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-sm {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-sm {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-sm {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-sm {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-sm {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-sm {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-sm {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-sm {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-sm {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-sm {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-sm {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-sm {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-sm {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-sm {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-sm {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-sm {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-sm {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-sm {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-sm {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-sm {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-sm {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-sm {
    display: block;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 768px) {
  .Grid__Column.Grid__Column--0of12-md {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-md {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-md {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-md {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-md {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-md {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-md {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-md {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-md {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-md {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-md {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-md {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-md {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-md {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-md {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-md {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-md {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-md {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-md {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-md {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-md {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-md {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-md {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-md {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-md {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-md {
    display: block;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 768px) {
  .Grid__Column.Grid__Column--0of12-medium {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-medium {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-medium {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-medium {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-medium {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-medium {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-medium {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-medium {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-medium {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-medium {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-medium {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-medium {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-medium {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-medium {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-medium {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-medium {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-medium {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-medium {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-medium {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-medium {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-medium {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-medium {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-medium {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-medium {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-medium {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-medium {
    display: block;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 993px) {
  .Grid__Column.Grid__Column--0of12-lg {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-lg {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-lg {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-lg {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-lg {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-lg {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-lg {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-lg {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-lg {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-lg {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-lg {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-lg {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-lg {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-lg {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-lg {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-lg {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-lg {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-lg {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-lg {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-lg {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-lg {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-lg {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-lg {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-lg {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-lg {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-lg {
    display: block;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 1200px) {
  .Grid__Column.Grid__Column--0of12-large {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-large {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-large {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-large {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-large {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-large {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-large {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-large {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-large {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-large {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-large {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-large {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-large {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-large {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-large {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-large {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-large {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-large {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-large {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-large {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-large {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-large {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-large {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-large {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-large {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-large {
    display: block;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 1200px) {
  .Grid__Column.Grid__Column--0of12-xl {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-xl {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-xl {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-xl {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-xl {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-xl {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-xl {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-xl {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-xl {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-xl {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-xl {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-xl {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-xl {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-xl {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-xl {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-xl {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-xl {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-xl {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-xl {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-xl {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-xl {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-xl {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-xl {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-xl {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-xl {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-xl {
    display: block;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 1400px) {
  .Grid__Column.Grid__Column--0of12-xxl {
    display: none;
  }
  .Grid__Column.Grid__Column--offset0of12-xxl {
    grid-column-start: initial;
  }
  .Grid__Column.Grid__Column--offset1of12-xxl {
    grid-column-start: 2;
  }
  .Grid__Column.Grid__Column--1of12-xxl {
    display: block;
    grid-column-end: span 1;
  }
  .Grid__Column.Grid__Column--offset2of12-xxl {
    grid-column-start: 3;
  }
  .Grid__Column.Grid__Column--2of12-xxl {
    display: block;
    grid-column-end: span 2;
  }
  .Grid__Column.Grid__Column--offset3of12-xxl {
    grid-column-start: 4;
  }
  .Grid__Column.Grid__Column--3of12-xxl {
    display: block;
    grid-column-end: span 3;
  }
  .Grid__Column.Grid__Column--offset4of12-xxl {
    grid-column-start: 5;
  }
  .Grid__Column.Grid__Column--4of12-xxl {
    display: block;
    grid-column-end: span 4;
  }
  .Grid__Column.Grid__Column--offset5of12-xxl {
    grid-column-start: 6;
  }
  .Grid__Column.Grid__Column--5of12-xxl {
    display: block;
    grid-column-end: span 5;
  }
  .Grid__Column.Grid__Column--offset6of12-xxl {
    grid-column-start: 7;
  }
  .Grid__Column.Grid__Column--6of12-xxl {
    display: block;
    grid-column-end: span 6;
  }
  .Grid__Column.Grid__Column--offset7of12-xxl {
    grid-column-start: 8;
  }
  .Grid__Column.Grid__Column--7of12-xxl {
    display: block;
    grid-column-end: span 7;
  }
  .Grid__Column.Grid__Column--offset8of12-xxl {
    grid-column-start: 9;
  }
  .Grid__Column.Grid__Column--8of12-xxl {
    display: block;
    grid-column-end: span 8;
  }
  .Grid__Column.Grid__Column--offset9of12-xxl {
    grid-column-start: 10;
  }
  .Grid__Column.Grid__Column--9of12-xxl {
    display: block;
    grid-column-end: span 9;
  }
  .Grid__Column.Grid__Column--offset10of12-xxl {
    grid-column-start: 11;
  }
  .Grid__Column.Grid__Column--10of12-xxl {
    display: block;
    grid-column-end: span 10;
  }
  .Grid__Column.Grid__Column--offset11of12-xxl {
    grid-column-start: 12;
  }
  .Grid__Column.Grid__Column--11of12-xxl {
    display: block;
    grid-column-end: span 11;
  }
  .Grid__Column.Grid__Column--offset12of12-xxl {
    grid-column-start: 13;
  }
  .Grid__Column.Grid__Column--12of12-xxl {
    display: block;
    grid-column-end: span 12;
  }
}

.aem-Grid {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 -8px;
}
@media only screen and (min-width: 993px) {
  .aem-Grid {
    margin: 0 -16px;
  }
}

/**
 * Placeholder for new components
 */
.aem-Grid-newComponent {
  margin: 0;
}

/**
 * Column of a grid
 */
.aem-GridColumn {
  box-sizing: border-box;
  padding: 0 8px;
}
@media only screen and (min-width: 993px) {
  .aem-GridColumn {
    padding: 0 16px;
  }
}

/**
 * Force showing hidden
 */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

/**
 * Generates all the rules for the grid columns up to the given amount of column
 */
/**
 * Generates all the rules for the grid column offset up to the given amount of column
 */
/**
 * Generates all the rules for the grid and columns for the given break point and total of columns
 */
/**
 * Generates all the rules for the grids and columns
 */
/**
 * API function to be called to generate a grid config
 */
/**
 * Maximum amount of grid cells to be provided
 */
.aem-Grid {
  /* phone breakpoint */
  /* tablet breakpoint */
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xs--10 {
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--10 {
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xs--11 {
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--10 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--11 {
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xs--12 {
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xs--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--1 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 50%;
}
.aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--xs--2 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--3 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 25%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 50%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 75%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--xs--4 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 20%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 40%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 60%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 80%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--xs--5 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 50%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--xs--6 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--xs--7 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 12.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 25%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 37.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 50%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 62.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 75%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 87.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--xs--8 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--xs--9 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 10%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 20%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 30%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 40%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 50%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 60%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 70%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 80%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 90%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--xs--10 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--xs--10 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--10 {
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--xs--11 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--xs--11 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--1 {
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--2 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--3 {
  width: 25%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--4 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--5 {
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--6 {
  width: 50%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--7 {
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--8 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--9 {
  width: 75%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--10 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--11 {
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--xs--12 {
  width: 100%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--xs--12 > .aem-GridColumn.aem-GridColumn--offset--xs--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--xs--newline {
  display: block;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--xs--none {
  display: block;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--xs--hide {
  display: none;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 14.2857142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 28.5714285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 42.8571428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 57.1428571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 71.4285714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 85.7142857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.2857142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.5714285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.8571428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.1428571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.4285714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.7142857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 11.1111111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 22.2222222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 44.4444444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 55.5555555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 77.7777777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 88.8888888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.1111111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.2222222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.4444444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.5555555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.7777777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.8888888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 9.0909090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 18.1818181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 27.2727272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 36.3636363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 45.4545454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 54.5454545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 63.6363636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 72.7272727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 81.8181818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 90.9090909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.0909090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.1818181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.2727272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.3636363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.4545454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.5454545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.6363636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.7272727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.8181818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.9090909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  width: 8.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  width: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  width: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  width: 41.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 58.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  width: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  width: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  width: 91.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.3333333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.6666666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  display: block;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  display: block;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  display: none;
}
@media (max-width: 767px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--newline {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--none {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--hide {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--newline {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--none {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--hide {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--newline {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--none {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--hide {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--1 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--1 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--1 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 14.2857142857%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 28.5714285714%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 42.8571428571%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 57.1428571429%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 71.4285714286%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 85.7142857143%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 11.1111111111%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 22.2222222222%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 44.4444444444%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 55.5555555556%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 77.7777777778%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 88.8888888889%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 10%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 20%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 30%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 40%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 60%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 70%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 80%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 90%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--10 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--10 {
    width: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--11 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 9.0909090909%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 18.1818181818%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 27.2727272727%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 36.3636363636%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 45.4545454545%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 54.5454545455%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 63.6363636364%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 72.7272727273%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 81.8181818182%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 90.9090909091%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--1 {
    width: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--2 {
    width: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--3 {
    width: 25%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--4 {
    width: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--5 {
    width: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--6 {
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--7 {
    width: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--8 {
    width: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--9 {
    width: 75%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--10 {
    width: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--11 {
    width: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--12 {
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 8.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 16.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 33.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 41.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 58.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 66.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 83.3333333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 91.6666666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xl--newline {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xl--none {
    display: block;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xl--hide {
    display: none;
  }
}

.aem-GridShowHidden > .cmp-container > .aem-Grid > .aem-GridColumn {
  display: block !important;
}

.new.newpar {
  width: 100%;
}

@font-face {
  font-family: "iconfont";
  src: url(clientlib-msa/css/resources/assets/iconfont.eot); /* IE9*/
  src: url(clientlib-msa/css/resources/assets/iconfont.eot#iefix) format("embedded-opentype"), url(clientlib-msa/css/resources/assets/iconfont.woff2) format("woff2"), url(clientlib-msa/css/resources/assets/iconfont.woff) format("woff"), url(clientlib-msa/css/resources/assets/iconfont.ttf) format("truetype"), url(clientlib-msa/css/resources/assets/iconfont.svg#iconfont) format("svg"); /* iOS 4.1- */
}
[class^=iconfont-],
[class*=" iconfont-"] {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-alert-circle:before {
  content: "\ea01";
}

.iconfont-arrow-down:before {
  content: "\ea02";
}

.iconfont-arrow-left:before {
  content: "\ea03";
}

.iconfont-arrow-right:before {
  content: "\ea04";
}

.iconfont-award:before {
  content: "\ea05";
}

.iconfont-book-open:before {
  content: "\ea06";
}

.iconfont-calendar-blank:before {
  content: "\ea07";
}

.iconfont-calendar:before {
  content: "\ea08";
}

.iconfont-chevron-down:before {
  content: "\ea09";
}

.iconfont-chevron-left:before {
  content: "\ea0a";
}

.iconfont-chevron-right:before {
  content: "\ea0b";
}

.iconfont-cross:before {
  content: "\ea0c";
}

.iconfont-download:before {
  content: "\ea0d";
}

.iconfont-edit:before {
  content: "\ea0e";
}

.iconfont-external-link:before {
  content: "\ea0f";
}

.iconfont-facebook:before {
  content: "\ea10";
}

.iconfont-file:before {
  content: "\ea11";
}

.iconfont-globe:before {
  content: "\ea12";
}

.iconfont-inbox:before {
  content: "\ea13";
}

.iconfont-linkedin:before {
  content: "\ea14";
}

.iconfont-mail:before {
  content: "\ea15";
}

.iconfont-map-pin:before {
  content: "\ea16";
}

.iconfont-menu:before {
  content: "\ea17";
}

.iconfont-message-square:before {
  content: "\ea18";
}

.iconfont-minus-circle:before {
  content: "\ea19";
}

.iconfont-phone:before {
  content: "\ea1a";
}

.iconfont-play:before {
  content: "\ea1b";
}

.iconfont-plus-circle:before {
  content: "\ea1c";
}

.iconfont-search:before {
  content: "\ea1d";
}

.iconfont-twitter:before {
  content: "\ea1e";
}

.iconfont-user-plus:before {
  content: "\ea1f";
}

.iconfont-user:before {
  content: "\ea20";
}

.iconfont-users:before {
  content: "\ea21";
}

.iconfont-wallet:before {
  content: "\ea22";
}

/**
 * List of easing functions
 */
/**
 * Returns easing function by key.
 * 
 * @param {string} $key - Key of function.
 */
/**
 * Weight and style map
 */
/**
 * Font map
 */
/**
 * Returns font weight by key.
 * 
 * @param {string} $key - Key of weight.
 * @example font-weight("bold")
 */
/**
 * Returns font style by key.
 * 
 * @param {string} $key - Key of weight.
 * @example font-style("bold")
 */
/**
 * Strip unit from value.
 *
 * @param {string} $value - Value with unit.
 * @example strip-unit("10px") // outputs 10
 */
/**
 * Responsive typography.
 *
 * @param $min-vw - Point where type reaches its smallest size
 * @param $max-vw - Point where type reaches its largest size
 * @param $min-font-size - Minimum font size
 * @param $max-font-size - Maximum font size
 *
 * This was taken from a CSS tricks article.
 * @see https://css-tricks.com/snippets/css/fluid-typography/
 */
/**
 * Load fonts.
 */
@font-face {
  font-family: "din";
  font-weight: 300;
  font-style: 300;
  font-display: swap;
}
@font-face {
  font-family: "din";
  font-weight: 400;
  font-style: 400;
  font-display: swap;
}
@font-face {
  font-family: "din";
  font-weight: 500;
  font-style: 500;
  font-display: swap;
}
@font-face {
  font-family: "din";
  font-weight: 700;
  font-style: 700;
  font-display: swap;
}
h1,
.f-heading-1 {
  font-size: 40px;
  font-weight: 400;
  color: #001A72;
}

h2,
.f-heading-2 {
  font-size: 32px;
  font-weight: 400;
  color: #001A72;
}

h3,
.f-heading-3 {
  font-size: 24px;
  font-weight: 400;
  color: #001A72;
}

h4,
.f-heading-4 {
  font-size: 20px;
  font-weight: 400;
  color: #001A72;
}

h5,
.f-heading-5 {
  font-size: 14px;
  font-weight: 500;
  color: #001A72;
}

.f-breakout-text {
  font-size: 20px;
  line-height: 1.2;
  color: #001A72;
}

.f-body-1 {
  font-size: 14px;
  color: #282828;
}

.f-nav-link, .user__wrapper, .header__menu-title, .header__menu a,
.header__menu button.button {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.88px;
}

.f-body-2, .hero-banner__copy-summary {
  font-size: 20px;
  color: #282828;
}

.f-utility-nav, .card__util-text, .footer__nav ul a, .header__util-nav > li > a,
.header__util-nav > li > button {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.88px;
  color: #282828;
  text-transform: uppercase;
  text-decoration: none;
}

.f-dropdown-text-base, .f-dropdown-text--white, .f-dropdown-text--blue {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.f-dropdown-text--blue {
  color: #0066CC;
}
/**
 * Mixin for applying responsive properties to lists.
 *
 * @param {string} $list - List of breakpoint/value pairs.
 */
/**
 * DEPRECATED: Use Yori styles/core instead.
 * Mixin for applying an accessible outline to an interactive element.
 *
 * @param {number} $x - Distance from element to apply outline on x axis (left, right).
 * @param {number} $y - Distance from element to apply outline on y axis (top, bottom).
 */
/**
 * Hide content visually while keeping it accessible to assistive technologies
 *
 * See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
 * See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
 */
/**
 * Get real VH unit. (without iOS controls etc)
 *
 * @remarks
 * This pairs with the javascript function setVh
 */
strong {
  font-weight: 400;
}

a,
.f-hyperlink-1 {
  color: #001A72;
  text-decoration: underline;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.wrapper {
  margin: 0 auto;
}
@media only screen and (min-width: px) {
  .wrapper {
    max-width: 480px;
  }
}
@media only screen and (min-width: 576px) {
  .wrapper {
    max-width: 645px;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 810px;
  }
}
@media only screen and (min-width: 993px) {
  .wrapper {
    max-width: 1050px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1312px;
  }
}

.margin {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

body.page > * {
  overflow: hidden;
}

.animated-hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s cubic-bezier(0.35, 1, 0.45, 1) 0.5s;
}

.animated-visible {
  opacity: 1;
  transform: initial;
}

.cq-Editable-dom .animated-hidden,
.cq-Editable-dom.animated-hidden {
  opacity: 1;
  transform: initial;
}

@media (prefers-reduced-motion) {
  .animated-hidden {
    transition: none;
  }
}
.bg-acs-white {
  background: white;
}
.bg-acs-gray {
  background: #f9f9f9;
}

[class^=bg-acs].bg-acs-gray .intro-carousel__swiper-container::before,
[class*=bg-acs].bg-acs-gray .intro-carousel__swiper-container::before {
  background: linear-gradient(0.25turn, rgba(255, 255, 255, 0), #f9f9f9) !important;
}
[class^=bg-acs].bg-acs-gray .dynamic-content .dynamic-content__content-wrapper, [class^=bg-acs].bg-acs-white .dynamic-content .dynamic-content__content-wrapper,
[class*=bg-acs].bg-acs-gray .dynamic-content .dynamic-content__content-wrapper,
[class*=bg-acs].bg-acs-white .dynamic-content .dynamic-content__content-wrapper {
  border-color: #D9D9D9;
}
[class^=bg-acs].bg-acs-gray .dynamic-content .dynamic-content__label, [class^=bg-acs].bg-acs-white .dynamic-content .dynamic-content__label,
[class*=bg-acs].bg-acs-gray .dynamic-content .dynamic-content__label,
[class*=bg-acs].bg-acs-white .dynamic-content .dynamic-content__label {
  color: #0066CC;
}
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text,
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text h1,
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text h2,
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text h3,
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text h4,
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text h5,
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text h6,
[class^=bg-acs].bg-acs-gray .dynamic-content .cmp-text p, [class^=bg-acs].bg-acs-white .dynamic-content .cmp-text,
[class^=bg-acs].bg-acs-white .dynamic-content .cmp-text h1,
[class^=bg-acs].bg-acs-white .dynamic-content .cmp-text h2,
[class^=bg-acs].bg-acs-white .dynamic-content .cmp-text h3,
[class^=bg-acs].bg-acs-white .dynamic-content .cmp-text h4,
[class^=bg-acs].bg-acs-white .dynamic-content .cmp-text h5,
[class^=bg-acs].bg-acs-white .dynamic-content .cmp-text h6,
[class^=bg-acs].bg-acs-white .dynamic-content .cmp-text p,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text h1,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text h2,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text h3,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text h4,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text h5,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text h6,
[class*=bg-acs].bg-acs-gray .dynamic-content .cmp-text p,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text h1,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text h2,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text h3,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text h4,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text h5,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text h6,
[class*=bg-acs].bg-acs-white .dynamic-content .cmp-text p {
  color: #0066CC;
}
[class^=bg-acs].bg-acs-gray .dropdown .expand-btn, [class^=bg-acs].bg-acs-white .dropdown .expand-btn,
[class*=bg-acs].bg-acs-gray .dropdown .expand-btn,
[class*=bg-acs].bg-acs-white .dropdown .expand-btn {
  color: #0066CC !important;
  border-color: #0066CC !important;
}
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) *:not(.card__copy-container-spread) > .button.button--style-primary,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) *:not(.card__copy-container-spread) > .button.button--style-primary {
  background-color: #ffffff;
  color: #0066CC;
}
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) *:not(.card__copy-container-spread) > .button.button--style-secondary,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) *:not(.card__copy-container-spread) > .button.button--style-secondary {
  border: 1px solid #ffffff;
  color: 1px solid #ffffff;
}
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) *:not(.card__copy-container-spread) > .button.button--style-tertiary,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) *:not(.card__copy-container-spread) > .button.button--style-tertiary {
  color: #ffffff;
}
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cards-row .cards-row__title,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cards-row .cards-row__title {
  color: #ffffff;
}
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description),
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h1,
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h2,
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h3,
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h4,
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h5,
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h6,
[class^=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) p,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description),
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h1,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h2,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h3,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h4,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h5,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) h6,
[class*=bg-acs]:not(.bg-acs-white, .bg-acs-gray, .bg-acs-, .bg-acs-none) .cmp-text:not(.card__copy-container-description) p {
  color: #ffffff;
}

.button {
  display: flex;
  align-items: center;
  background: transparent;
  cursor: pointer;
  color: #0066CC;
  border: 0;
  transition: 150ms ease all;
  text-decoration: none;
}
.button:hover {
  color: #0057B8;
}
.button .button__label {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  transition: 150ms ease all;
}
.button .button__icon {
  height: 16px;
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -3px;
}
.button .button__icon--left {
  margin-right: 0.8rem;
}
.button .button__icon--right {
  margin-left: 0.8rem;
}
.button.button--style-primary, .button.button--style-secondary, .button.button--style-primary-inverted, .button.button--style-secondary-inverted {
  padding: 0 3.2rem;
  min-width: 150px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
}
.button.button--style-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.button.button--style-primary, .button.button--style-secondary {
  outline: 0;
  position: relative;
}
.button.button--style-primary::before, .button.button--style-secondary::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #0057b8;
  border-radius: 48px;
  display: none;
}
.button.button--style-primary:focus-visible::before, .button.button--style-secondary:focus-visible::before {
  display: block;
}
.button.button--style-primary-inverted, .button.button--style-secondary-inverted, .button.button--style-icon {
  outline: 0;
  position: relative;
}
.button.button--style-primary-inverted::before, .button.button--style-secondary-inverted::before, .button.button--style-icon::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #ffffff;
  border-radius: 48px;
  display: none;
}
.button.button--style-primary-inverted:focus-visible::before, .button.button--style-secondary-inverted:focus-visible::before, .button.button--style-icon:focus-visible::before {
  display: block;
}
.button.button--style-primary {
  color: #ffffff;
  background-color: #0066CC;
}
.button.button--style-primary:hover {
  background-color: #0057B8;
}
.button.button--style-primary-inverted {
  color: #0066CC;
  background-color: #ffffff;
}
.button.button--style-primary-inverted:hover {
  background-color: #F9F9F9;
}
.button.button--style-secondary {
  color: #0066CC;
  border: 1px solid #0066CC;
}
.button.button--style-secondary:hover {
  color: #0057B8;
  border: 1px solid #0057B8;
}
.button.button--style-secondary-inverted {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button.button--style-secondary-inverted:hover {
  color: #F9F9F9;
  border: 1px solid #F9F9F9;
}
.button.button--style-tertiary {
  padding: 0;
}
.button.button--style-tertiary-inverted {
  color: #ffffff;
}
.button--disabled, .button:disabled {
  cursor: default;
}
.button--disabled.button--style-primary, .button--disabled.button--style-primary-inverted, .button:disabled.button--style-primary, .button:disabled.button--style-primary-inverted {
  background-color: #D9D9D9;
  color: #737373;
}
.button--disabled.button--style-secondary, .button--disabled.button--style-secondary-inverted, .button:disabled.button--style-secondary, .button:disabled.button--style-secondary-inverted {
  border-color: #D9D9D9;
  color: #737373;
}
.button--disabled.button--style-tertiary, .button:disabled.button--style-tertiary {
  color: #737373;
}

.header__util-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header__util-nav > li > a,
.header__util-nav > li > button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  cursor: pointer;
}
.header__util-nav > li > a i,
.header__util-nav > li > button i {
  display: inline-block;
  top: 3px;
  position: relative;
  margin-right: 0.8rem;
}
.header__util-nav > li > a i.iconfont-chevron-down,
.header__util-nav > li > button i.iconfont-chevron-down {
  margin-left: 0.8rem;
  margin-right: 0;
  font-size: 6px;
  position: relative;
  top: -1px;
}
.header__util-nav > li > a.open i.iconfont-chevron-down,
.header__util-nav > li > button.open i.iconfont-chevron-down {
  transform: rotateX(180deg);
}
.header__util-nav > li:not(:last-child):after {
  content: "|";
  margin: 0 1.6rem;
}
.header__util-nav--no-separator > li:not(:last-child):after {
  content: "";
  margin: 0 1.6rem;
}
.header__util-nav-wrapper {
  display: flex;
  background-color: #F9F9F9;
  margin: 0 -1.6rem;
  transition: all 150ms ease-in-out;
  padding: 0 1.6rem;
  overflow: hidden;
  height: 32px;
}
.header__util-nav-wrapper--inverted {
  background-color: #001A72;
}
.header__util-nav-wrapper--member {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.header__util-nav-wrapper--member.open {
  height: 32px;
  opacity: 1;
  pointer-events: all;
}
.header__util-nav-wrapper--inverted ul li a,
.header__util-nav-wrapper--inverted ul li button, .header__util-nav-wrapper--inverted ul li:after, .header__util-nav-wrapper--member ul li a,
.header__util-nav-wrapper--member ul li button, .header__util-nav-wrapper--member ul li:after {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .header__util-nav-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  .page--header-white .hero-banner__media::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent);
    background-size: 100% 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 993px) {
  .page--header-white .header__main-wrapper--secondary {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1116px) {
  .page--header-white .header__main-wrapper--secondary {
    padding: 0 1.6rem;
  }
}

.header {
  transition-delay: 50ms !important;
}
@media only screen and (max-width: 767px) {
  .header__spacer {
    height: 110px;
  }
}
@media only screen and (max-width: 992px) {
  .header__spacer {
    height: 120px;
    width: 100%;
  }
}
.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  transition: all 300ms ease-in-out;
  padding: 0 1.6rem;
  transform: translateY(0);
}
.header__wrapper::before {
  content: "";
  display: block;
  height: 100%;
  left: -1.6rem;
  right: -1.6rem;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-out;
}
.header__wrapper[data-attop="0"]::before {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: background 0.5s ease-out;
}
.header__wrapper[data-attop="0"] {
  position: fixed;
}
.header__wrapper[data-attop="0"]:not(.header__wrapper--open) .header__buttons-section > a.button.button--style-tertiary-inverted,
.header__wrapper[data-attop="0"]:not(.header__wrapper--open) button.button.button--style-tertiary-inverted {
  height: 38px;
  color: #0066CC;
}
.header__wrapper[data-attop="0"]:not(.header__wrapper--open) .header__buttons-section > a.button.button--style-secondary-inverted,
.header__wrapper[data-attop="0"]:not(.header__wrapper--open) button.button.button--style-secondary-inverted {
  color: #0066CC;
  border-color: #0066CC;
  height: 38px;
}
@media only screen and (max-width: 992px) {
  .header__wrapper:not(.header__wrapper--open) .header__buttons-section > a.button.button--style-tertiary-inverted,
.header__wrapper:not(.header__wrapper--open) button.button.button--style-tertiary-inverted {
    height: 38px;
    color: #0066CC;
  }
  .header__wrapper:not(.header__wrapper--open) .header__buttons-section > a.button.button--style-secondary-inverted,
.header__wrapper:not(.header__wrapper--open) button.button.button--style-secondary-inverted {
    color: #0066CC;
    border-color: #0066CC;
    height: 38px;
  }
}
.header__main-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 105;
  width: 100%;
  height: 110px;
}
@media only screen and (min-width: 768px) {
  .header__main-wrapper {
    height: 89px;
  }
}
@media only screen and (max-width: 767px) {
  .header__main-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .header__logo-section {
    margin-top: -1.6rem;
  }
}
.header__logo-section .header__back-button {
  display: none;
}
.header__logo-section img {
  height: 60px;
  transition: height 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__logo-section img {
    height: 100px;
  }
}
.header__logo-section .header__back-button,
.header__logo-section img {
  animation: fadeInFromNone 300ms;
}
@media only screen and (max-width: 767px) {
  .header__wrapper--open .header__logo-section.header__logo-section--back-active img {
    display: none;
  }
  .header__wrapper--open .header__logo-section.header__logo-section--back-active .header__back-button {
    display: flex;
  }
}
.header__buttons-section {
  display: flex;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .header__buttons-section {
    flex-grow: 1;
    justify-content: flex-end;
    max-width: 66.6666666667%;
    padding-left: 32px;
  }
}
.header__buttons-section .button {
  height: 38px;
}
.header__buttons-section .button--style-secondary, .header__buttons-section .button--style-secondary-inverted {
  padding: 0 1.6rem;
  min-width: 117px;
}
.header__search-container .button {
  display: flex;
}
.header__search-container form {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__search-container[data-state=open] {
    flex-grow: 1;
  }
  .header__search-container[data-state=open] .button {
    display: none;
  }
  .header__search-container[data-state=open] form {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header__search-container {
    display: none;
  }
}

.acs-white-theme .header {
  position: sticky;
  z-index: 999;
  top: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .acs-white-theme .header__spacer {
    height: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .acs-white-theme .header__spacer {
    height: unset;
  }
}
@media only screen and (min-width: 768px) {
  .acs-white-theme .header .wrapper {
    max-width: none;
    margin: 0;
  }
}
.acs-white-theme .header__wrapper {
  position: static;
  padding: 0;
}
.acs-white-theme .header__wrapper[data-attop="0"] {
  position: static;
}
.acs-white-theme .header__wrapper::before {
  content: "";
  margin: 0 auto;
  background-color: #ffffff !important;
  position: absolute;
  height: 100%;
  width: var(--before-width);
  left: -16px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .acs-white-theme .header__wrapper::before {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media only screen and (min-width: 768px) {
  .acs-white-theme .header__wrapper::before {
    left: -24px;
  }
}
.acs-white-theme .header__util-nav-wrapper, .acs-white-theme .header__util-nav-wrapper--member {
  margin: 0;
}
.acs-white-theme .header__util-nav-wrapper::before, .acs-white-theme .header__util-nav-wrapper--member::before {
  content: "";
  background-color: #F9F9F9 !important;
  position: absolute;
  height: inherit;
  width: var(--before-width);
  transition: all 150ms ease-in-out;
  left: -16px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .acs-white-theme .header__util-nav-wrapper::before, .acs-white-theme .header__util-nav-wrapper--member::before {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media only screen and (min-width: 768px) {
  .acs-white-theme .header__util-nav-wrapper::before, .acs-white-theme .header__util-nav-wrapper--member::before {
    left: -24px;
  }
}
.acs-white-theme .header__util-nav-wrapper--inverted::before, .acs-white-theme .header__util-nav-wrapper--member--inverted::before {
  background-color: #001A72 !important;
}
.acs-white-theme .header__util-nav-wrapper--member {
  background: transparent;
}
.acs-white-theme .header__logo-section img {
  height: 60px;
}
@media only screen and (min-width: 1200px) {
  .acs-white-theme .header__logo-section img {
    height: 100px;
  }
}
.acs-white-theme .header__menu-wrapper--open {
  padding-left: 0;
  padding-right: 0;
}
.acs-white-theme .header__menu-wrapper--open::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  height: 100%;
  width: var(--before-width);
  left: -16px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .acs-white-theme .header__menu-wrapper--open::before {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media only screen and (min-width: 768px) {
  .acs-white-theme .header__menu-wrapper--open::before {
    left: -24px;
  }
}
.acs-white-theme .header__menu-wrapper--open .header__menu-inner-wrapper {
  overflow: hidden;
  width: 100% !important;
  margin-top: 0;
  padding-top: calc(89px + 3.2rem);
  transform: none !important;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .acs-white-theme .header__menu-wrapper--open .header__menu-inner-wrapper {
    padding-top: calc(89px + 5.6rem);
  }
}
.acs-white-theme .header .header-search input {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .acs-white-theme .header .header-search input {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.acs-white-theme #notification-banner:before {
  content: "";
  margin: 0 auto;
  background-color: #862633;
  position: absolute;
  height: 100%;
  width: var(--before-width);
  left: -8px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .acs-white-theme #notification-banner:before {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media only screen and (min-width: 768px) {
  .acs-white-theme #notification-banner:before {
    left: -12px;
  }
}

.header__menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3.2rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 4rem;
}
.header__menu a,
.header__menu button.button {
  padding: 0;
  text-align: left;
  outline: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header__menu a,
.header__menu button.button {
    font-size: 13px;
  }
}
@media only screen and (min-width: 993px) {
  .header__menu a,
.header__menu button.button {
    font-size: 14px;
  }
}
.header__menu a::before,
.header__menu button.button::before {
  content: "";
  display: block;
  position: absolute;
  left: -0px;
  right: -0px;
  bottom: -0px;
  top: -0px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  display: none;
}
.header__menu a:focus-visible::before,
.header__menu button.button:focus-visible::before {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__menu button.button {
    opacity: 0.5;
    transition: opacity 300ms ease-in-out;
  }
  .header__menu button.button > i {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 300ms ease-in-out;
  }
  .header__menu button.button.active, .header__menu button.button:hover {
    opacity: 1;
  }
  .header__menu button.button.active > i, .header__menu button.button:hover > i {
    opacity: 1;
    transform: translateX(0);
    display: block;
  }
}
.header__menu-container {
  width: calc(100vw - 3.2rem);
  height: 100%;
  animation: fadeInFromLeft 300ms;
}
@media only screen and (min-width: 768px) {
  .header__menu-container {
    padding-left: 0;
    padding-right: 3.2rem;
    width: 33.3333333333%;
  }
}
.header__menu-container.scrollable {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header__menu-container.scrollable {
    -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 0px, #000000 20%);
            mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 0px, #000000 20%);
  }
}
.header__menu-container.scrollable .header__menu {
  padding-bottom: 120px;
}
.header__menu-container--level-two, .header__menu-container--level-three {
  display: none;
}
.header__menu-container--level-two.header__menu-container--visible, .header__menu-container--level-three.header__menu-container--visible {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header__menu-container--level-two, .header__menu-container--level-three {
    padding-left: 3.2rem;
    position: relative;
  }
  .header__menu-container--level-two::before, .header__menu-container--level-three::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: calc(-89px - 3.2rem);
    left: 0;
    background-color: rgba(255, 255, 255, 0.03);
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__menu-container--level-two::before, .header__menu-container--level-three::before {
    top: calc(-89px - 5.6rem);
  }
}
.header__menu-container--level-one {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .header__menu-container--level-one {
    padding-top: 0;
  }
  .header__menu-container--level-one .header__search {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header__menu-container--level-three {
    padding-right: 0;
  }
}
.header__menu-inner-wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 3.2rem;
  color: #ffffff;
  margin-top: calc(89px + 3.2rem);
  height: calc(100% - (89px + 3.2rem));
  width: 300vw;
  transition: transform 300ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__menu-inner-wrapper {
    width: 100%;
    gap: 0;
    transform: none !important;
    margin-top: calc(89px + 5.6rem);
    height: calc(100% - (89px + 5.6rem));
  }
}
@media only screen and (max-width: 767px) {
  .header__menu-inner-wrapper {
    max-width: unset;
  }
}
.header__menu-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  transition-delay: 300ms;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: calc(var(--vh, 1vh) * 100);
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  animation: fadeInFromNone 300ms;
}
@media only screen and (min-width: 768px) {
  .header__menu-wrapper {
    top: calc(32px * var(--util-nav-amount, 1));
    height: calc(var(--vh, 1vh) * 100 - 32px * var(--util-nav-amount, 1));
  }
}
.header__menu-wrapper--open {
  display: block;
  opacity: 1;
}
.header__menu-title {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) {
  .header__menu-title {
    display: none;
  }
}
.header__menu-item > a,
.header__menu-item button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 1.6rem;
}
.header__menu-links {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .header__menu-links {
    display: flex;
    align-items: center;
    animation: fadeInFromNone 300ms;
    padding-bottom: 5.6rem;
    width: 100%;
    max-width: 400px;
    right: 0;
    margin: auto auto 0;
  }
}
.header__menu-links button.button--account {
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2.4rem;
  padding-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .header__menu-links button.button--account {
    display: none;
  }
}
.header__menu-links .button:not(.button--style-icon) {
  max-width: 220px;
}
.header__menu-links .button:not(.button--style-icon):not(.button--account, .no-arrow) {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header__menu-links .button:not(.button--style-icon):not(.button--account, .no-arrow) {
    justify-content: center;
    min-width: 180px;
    max-width: 100%;
    width: 100%;
  }
}
.header__menu-links .button.no-arrow {
  justify-content: center;
}
.header__menu-social-links {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .header__menu-social-links {
    justify-content: center;
  }
}

.user__wrapper {
  text-transform: uppercase;
  display: flex;
  gap: 0.8rem;
}

.header-search {
  height: 50px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  color: #ffffff;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header-search {
    height: 38px;
  }
}
.header-search:focus, .header-search:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-search button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  padding: 0 1.6rem;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 2px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .header-search button {
    height: 38px;
  }
}
.header-search input {
  flex-grow: 1;
  background-color: transparent;
  border: 0;
  padding-left: 50px;
  color: #ffffff;
  border-radius: 48px;
  width: 100%;
  font-size: 16px;
  padding-top: 19px;
  padding-bottom: 15px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header-search input {
    padding-top: 13px;
    padding-bottom: 9px;
  }
}
.header-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer__arrow-up.button {
  position: absolute !important;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(90deg);
  background-color: #0066CC;
}
@media only screen and (max-width: 992px) {
  .footer__arrow-up.button {
    display: none;
  }
}
.footer__wrapper {
  position: relative;
  color: #ffffff;
  padding: 4rem 3.2rem;
}
@media only screen and (min-width: 993px) {
  .footer__wrapper {
    padding: 5.6rem 1.6rem 80px;
  }
}
.footer__inner-wrapper {
  width: 100%;
}
.footer__top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (min-width: 993px) {
  .footer__top-section {
    flex-direction: row;
  }
}
.footer__nav ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-direction: column;
}
@media only screen and (min-width: 993px) {
  .footer__nav ul {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.footer__nav ul a {
  color: #ffffff;
}
.footer__logo img {
  max-height: 60px;
}
.footer__social-links {
  display: flex;
  gap: 1.6rem;
}
.footer__bottom-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.4rem;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 993px) {
  .footer__bottom-section {
    padding-top: 5.6rem;
    margin-top: 80px;
  }
}
.footer__copyright {
  font-size: 12px;
  line-height: 1.8;
}
.footer.aem-GridColumn,
.footer .aem-GridColumn.aem-GridColumn--xs--12.aem-GridColumn--md--12 {
  padding: 0 !important;
}
@media only screen and ((min-width: 993px)) and ((max-width: 1199px)) {
  .footer .wrapper {
    max-width: none !important;
  }
}

.acs-white-theme footer {
  background: transparent !important;
  z-index: 1;
}
.acs-white-theme footer::before {
  content: "";
  margin: 0 auto;
  background: linear-gradient(133.37deg, #001a72 0%, #862633 100%);
  position: absolute;
  height: 100%;
  width: var(--before-width);
  top: 0;
  left: -8px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .acs-white-theme footer::before {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .acs-white-theme footer::before {
    left: -16px;
  }
}

.accessibility-button__button {
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  padding: 2rem 4.8rem;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #0066CC;
  color: #0066CC;
  text-decoration: none;
  outline: 0;
  position: relative;
  position: fixed;
  margin: 5.6rem 3.2rem;
  z-index: 101;
  transform: translateY(calc(-100% - 5.6rem));
  transition: transform 300ms ease-in-out;
  opacity: 0;
}
.accessibility-button__button::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #00A8FF;
  border-radius: 0px;
  display: none;
}
.accessibility-button__button:focus-visible::before {
  display: block;
}
@media only screen and (max-width: 767px) {
  .accessibility-button__button {
    margin: 3.2rem;
    transform: translateY(calc(-100% - 3.2rem));
    padding: 1.6rem 3.2rem;
    font-size: 16px;
  }
}
.accessibility-button__button:focus {
  transform: translateY(0);
  opacity: 1;
}
.accessibility-button__button:focus ~ .accessibility-button__overlay {
  background-color: rgba(4, 4, 4, 0.5);
  pointer-events: all;
}
.accessibility-button__overlay {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background-color 300ms ease-in-out;
  z-index: 100;
}

.cookie-banner__wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.6rem;
  background-color: #ffffff;
  text-align: center;
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
.cookie-banner__wrapper.hidden {
  visibility: hidden;
  opacity: 0;
}
.cookie-banner__inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2rem;
}
.cookie-banner__copy {
  color: #0066CC;
  max-width: 900px;
  text-align: left;
}
.cookie-banner__copy a {
  color: #0066CC;
}
.cookie-banner__close-btn.button {
  flex-shrink: 0;
  color: #0066CC;
  border-color: #0066CC;
  outline: 0;
  position: relative;
}
.cookie-banner__close-btn.button::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #0066CC;
  border-radius: 9999pxpx;
  display: none;
}
.cookie-banner__close-btn.button:focus-visible::before {
  display: block;
}
.cookie-banner__close-btn.button i {
  font-weight: 700;
}

.intro-carousel__slider-controls {
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 4.8rem;
  justify-content: space-between;
}
.intro-carousel__nav, .intro-carousel__scrollbar, .intro-carousel__pagination {
  display: flex;
  align-items: center;
}
.intro-carousel__nav {
  gap: 0.8rem;
  justify-content: end;
}
@media only screen and (min-width: 768px) {
  .intro-carousel__nav {
    justify-content: start;
  }
}
.intro-carousel__scrollbar {
  position: relative;
  justify-content: center;
  max-width: 50%;
  width: 100%;
}
.intro-carousel__pagination {
  position: relative;
  color: #a1a4a5;
}
.intro-carousel__pagination--current {
  color: #0066cc;
}
.intro-carousel__scrollbar-wrapper {
  width: 100%;
}
.intro-carousel__button-prev, .intro-carousel__button-next {
  color: #0066cc;
  border-color: #0066cc;
}
.intro-carousel .button--style-icon {
  border-radius: 50%;
  border: 1px solid #0066cc;
  color: #0066cc;
  height: 4.8rem;
  width: 4.8rem;
}

.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}

.intro-carousel {
  --aspect-ratio-sm: 300 / 368;
  --aspect-ratio-md: 16/ 9;
  max-width: 80rem;
  margin-inline: auto;
  overflow: hidden;
}
.intro-carousel__slide-wrapper {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  overflow: hidden;
  padding-bottom: 2.4rem;
}
@media only screen and (min-width: 576px) {
  .intro-carousel__slide-wrapper {
    padding-bottom: 4.8rem;
  }
}
.intro-carousel__item {
  aspect-ratio: var(--aspect-ratio-sm);
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .intro-carousel__item {
    aspect-ratio: var(--aspect-ratio-md);
  }
}
.intro-carousel__content-grid.aem-Grid {
  row-gap: 3.2rem;
}
.intro-carousel__heading {
  text-align: center;
  margin: 0 auto 3.2rem auto;
  color: #0066cc;
  max-width: 920px;
}
@media only screen and (min-width: 768px) {
  .intro-carousel__heading {
    margin: 0 auto 8rem auto;
  }
}
.intro-carousel .cmp-image__image, .intro-carousel .cmp-image figure[role=img] {
  aspect-ratio: var(--aspect-ratio-sm);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .intro-carousel .cmp-image__image, .intro-carousel .cmp-image figure[role=img] {
    aspect-ratio: var(--aspect-ratio-md);
  }
}
@media only screen and (max-width: 767px) {
  .intro-carousel .cmp-image figure[role=img]::after {
    --bg: var(--lg);
  }
}
.intro-carousel__indicators {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.intro-carousel .cmp-carousel__indicator {
  background-color: #898989;
  border-radius: unset;
  flex: 1 1 auto;
  height: 1px;
  margin: 0;
}
.intro-carousel .cmp-carousel__indicator--active {
  background-color: #0066cc;
  height: 2px;
}

.carousel.panelcontainer {
  max-width: 100%;
}

.alert {
  --text-color: inherit;
  color: var(--text-color);
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  padding: 1.2rem;
  gap: 0.8rem;
  border: 1px solid;
  flex-direction: column;
}
.alert--success {
  --text-color: #34641f;
  border-color: #54a031;
  background: #f5fff1;
}
.alert--error {
  --text-color: #b91c1c;
  border-color: #ef4444;
  background: #fee3e3;
}
.alert--warning {
  --text-color: #b45309;
  border-color: #f59e0b;
  background: #fdf8ce;
}
.alert__title {
  color: inherit;
}
.alert .note i[class^=icon-] {
  color: currentColor;
}

/* Accordion utility classes */
.collapse:not(.show) {
  display: none;
}

/* Accordion */
.accordion {
  text-align: start;
}
.accordion__item {
  border-bottom: 0.1rem solid #d9d9d9;
  margin: 1rem 0;
}
.accordion__title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.2rem 0;
  margin: 0;
  color: #53565a;
  width: 100%;
  outline: 0;
  position: relative;
}
.accordion__title:not(.collapsed) .accordion__toggle-icon {
  transform: rotate(180deg) scale(1);
}
.accordion__title::before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -4px;
  top: -4px;
  border: 2px solid #0057b8;
  border-radius: 2px;
  display: none;
}
.accordion__title:focus-visible::before {
  display: block;
}
.accordion__content .container {
  padding-left: 0;
}
.accordion__toggle-icon-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  font-size: 1rem;
  color: #0057b8;
}
.accordion__toggle-icon {
  display: inline-flex;
  align-items: center;
}

/* Numbered variant */
.accordion.accordion--numbered {
  --container-padding: 2.4rem;
}
.accordion.accordion--numbered .accordion__item {
  background: #ffffff;
  border-bottom: unset;
  border-radius: 0.8rem;
  padding: 0 var(--container-padding);
}
.accordion.accordion--numbered .accordion__item:first-of-type {
  margin-top: 0;
}
.accordion.accordion--numbered .accordion__item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.accordion.accordion--numbered .accordion__title {
  color: #282828;
  padding: var(--container-padding) 0;
}
.accordion.accordion--numbered .accordion__number-bg {
  background: white;
  border-radius: 50%;
  box-shadow: 0 0.4rem 0.8rem rgba(16, 24, 40, 0.1);
  color: #0057b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 0.8rem;
  height: 3.2rem;
  width: 3.2rem;
}
.accordion.accordion--numbered .accordion__number-bg i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion.accordion--numbered .accordion__number-bg i::before {
  text-align: center;
}
.accordion.accordion--numbered .accordion__content {
  border-top: 1px solid #d9d9d9;
  padding-top: 1.6rem;
  padding-bottom: var(--container-padding);
}
.accordion.accordion--numbered .accordion__toggle-icon-container {
  right: 0;
}

/* Deprecated! Please use Accordion component instead. */
.accordion-compact__item {
  margin: 1rem 0;
  border-bottom: 0.1rem solid #a1a4a5;
}
.accordion-compact__item__title {
  text-align: left;
  position: relative;
  padding: 1.2rem 0;
  margin: 0;
  color: #53565a;
  width: 100%;
}
.accordion-compact__item__title__icon {
  position: absolute;
  right: 1rem;
  font-size: 1rem;
  color: #0057b8;
}
.accordion-compact__item__title:not(.collapsed) i {
  transform: rotate(180deg) scale(1);
}
.accordion-compact__item__content {
  text-align: left;
}
.accordion-compact__item__content .container {
  padding-left: 0;
}

.left-sidebar {
  background-color: #ffffff;
  color: #53565a;
  display: flex;
  flex-direction: column;
  padding: 4.4rem 1.2rem 3.1rem;
  position: relative;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .left-sidebar {
    padding: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .left-sidebar {
    height: 100%;
  }
}
.left-sidebar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .left-sidebar ul {
    overflow-x: auto;
    flex-direction: row;
  }
}
.left-sidebar ul li {
  padding: 0.8rem;
}
.left-sidebar ul a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 !important;
}
.left-sidebar ul a i {
  display: inline-flex;
  align-items: center;
}
.left-sidebar ul a .status-icon--warning {
  color: #b94700;
}
.left-sidebar .logo {
  display: inline-block;
  width: auto;
}
.left-sidebar .logo img {
  display: block;
  margin: auto;
  max-width: 100%;
  padding: 2.2rem 0;
}

/* Block */
.msa-button.button {
  background-color: #0057b8;
  color: #f9fafb;
  display: inline-flex;
  padding: 0.8rem 1.6rem;
  border-radius: 2.4rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.33s background-color;
  text-transform: uppercase;
  font-weight: 500;
  gap: 0.8rem;
  text-decoration: none;
}
.msa-button.button:disabled, .msa-button.button--disabled {
  cursor: not-allowed;
  background-color: #9bb9e6;
  color: #eceff0;
}

/* Modifier */
.msa-button.button,
.button--primary > .msa-button.button {
  background-color: #0057b8;
  color: #f9fafb;
  border: none;
  /* State */
}
.msa-button.button [class^=icon],
.button--primary > .msa-button.button [class^=icon] {
  color: #88a3ff;
}
.msa-button.button:hover,
.button--primary > .msa-button.button:hover {
  background-color: #28569e;
  color: #f9fafb;
}
.msa-button.button:active, .msa-button.button[aria-pressed=true],
.button--primary > .msa-button.button:active,
.button--primary > .msa-button.button[aria-pressed=true] {
  background-color: #001a72;
  color: #eceff0;
}
.msa-button.button:active [class^=icon], .msa-button.button[aria-pressed=true] [class^=icon],
.button--primary > .msa-button.button:active [class^=icon],
.button--primary > .msa-button.button[aria-pressed=true] [class^=icon] {
  color: #eceff0;
}
.msa-button.button:disabled, .msa-button.button--disabled,
.button--primary > .msa-button.button:disabled,
.button--primary > .msa-button.button--disabled {
  background-color: #9bb9e6;
  color: #eceff0;
  cursor: not-allowed;
  pointer-events: none;
}
.msa-button.button:disabled [class^=icon], .msa-button.button--disabled [class^=icon],
.button--primary > .msa-button.button:disabled [class^=icon],
.button--primary > .msa-button.button--disabled [class^=icon] {
  color: #eceff0;
}

/* Modifier */
.button--secondary > .msa-button.button {
  background-color: transparent;
  color: #28569e;
  border: 0.1rem solid #0057b8;
  padding-block: 0.7rem;
  /* State */
}
.button--secondary > .msa-button.button [class^=icon] {
  color: #28569e;
}
.button--secondary > .msa-button.button:hover {
  color: #28569e;
  border-color: #28569e;
}
.button--secondary > .msa-button.button:active, .button--secondary > .msa-button.button[aria-pressed=true] {
  border-color: #001a72;
  color: #001a72;
}
.button--secondary > .msa-button.button:active [class^=icon], .button--secondary > .msa-button.button[aria-pressed=true] [class^=icon] {
  color: #001a72;
}
.button--secondary > .msa-button.button:disabled, .button--secondary > .msa-button.button--disabled {
  border-color: #9bb9e6;
  color: #9bb9e6;
  cursor: not-allowed;
  pointer-events: none;
}
.button--secondary > .msa-button.button:disabled [class^=icon], .button--secondary > .msa-button.button--disabled [class^=icon] {
  color: #9bb9e6;
}

/* Modifier */
.button--tertiary > .msa-button.button {
  background-color: transparent;
  color: #28569e;
  border: none;
  padding: 1rem 0.2rem;
  /* State */
}
@media only screen and (min-width: 768px) {
  .button--tertiary > .msa-button.button {
    justify-content: left;
  }
}
.button--tertiary > .msa-button.button [class^=icon] {
  color: #28569e;
}
.button--tertiary > .msa-button.button:hover {
  color: #28569e;
}
.button--tertiary > .msa-button.button:active, .button--tertiary > .msa-button.button[aria-pressed=true] {
  color: #001a72;
}
.button--tertiary > .msa-button.button:active [class^=icon], .button--tertiary > .msa-button.button[aria-pressed=true] [class^=icon] {
  color: #001a72;
}
.button--tertiary > .msa-button.button:disabled, .button--tertiary > .msa-button.button--disabled {
  color: #9bb9e6;
  cursor: not-allowed;
  pointer-events: none;
}
.button--tertiary > .msa-button.button:disabled [class^=icon], .button--tertiary > .msa-button.button--disabled [class^=icon] {
  color: #9bb9e6;
}

/* Modifier */
.button--inline .msa-button.button {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: none;
  border-radius: unset;
  color: #0035e9;
  padding: 0;
  transition: none;
  text-transform: none;
  gap: 0;
}

.button--full-width .button {
  width: 100%;
}

/* Site Button */
.site-button {
  --background-color: #0066cc;
  --foreground-color: white;
  --disabled-background-color: #d9d9d9;
  --disabled-foreground-color: #737373;
  --button-padding: 1.6rem 3.2rem;
  background-color: var(--background-color);
  border-radius: 4.8rem;
  color: var(--foreground-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: var(--button-padding);
  width: 100%;
  outline: 0;
  position: relative;
}
.site-button .site-button__label {
  font-weight: 500;
}
.site-button i::before {
  display: flex;
}
@media only screen and (min-width: 576px) {
  .site-button {
    width: auto;
  }
}
.site-button[disabled] {
  cursor: not-allowed;
}
.site-button::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #0066cc;
  border-radius: 48px;
  display: none;
}
.site-button:focus-visible::before {
  display: block;
}
.site-button:focus, .site-button:focus-visible {
  outline: none;
}
.site-button:is(.site-button--primary) {
  --background-color: #0066cc;
  --foreground-color: white;
}
.site-button:is(.site-button--primary)[disabled] {
  --background-color: var(--disabled-background-color);
  --foreground-color: var(--disabled-foreground-color);
}
.site-button:is(.site-button--secondary) {
  --background-color: transparent;
  --foreground-color: #0066cc;
  border: 1px solid #0066cc;
}
.site-button:is(.site-button--secondary)[disabled] {
  --foreground-color: var(--disabled-foreground-color);
  border: 1px solid var(--disabled-background-color);
}
.site-button:is(.site-button--tertiary) {
  --background-color: transparent;
  --foreground-color: #0066cc;
}
.site-button:is(.site-button--tertiary)[disabled] {
  --foreground-color: var(--disabled-foreground-color);
}
.site-button:is(.site-button--large) {
  --button-padding: 1.6rem 3.2rem;
}
.site-button:is(.site-button--medium) {
  --button-padding: 1.2rem 2.4rem;
}
.site-button:is(.site-button--small) {
  --button-padding: 0.8rem 1.6rem;
}

/* Site Button Group */
.site-button__group {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.6rem;
}
@media (max-width: 575px) {
  .site-button__group .site-button--tertiary {
    padding-block: 0;
  }
}
@media only screen and (min-width: 576px) {
  .site-button__group {
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  .site-button__group:is(.site-button__group--centered) {
    justify-content: center;
  }
  .site-button__group .site-button--start {
    margin-right: auto;
  }
}

.stepper {
  --icon-size: 5.4rem;
  --icon-padding: 0.8rem;
  padding-inline: 0.8rem;
}
.stepper__wrapper {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
}
.stepper__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 13rem;
}
.stepper__item::after {
  position: absolute;
  content: "";
  border-bottom: 0.8rem solid #ffffff;
  border-radius: 1.2rem;
  top: calc(var(--icon-size) / 2);
  right: calc(var(--icon-padding));
  width: calc(100% - var(--icon-padding) - var(--icon-size) - var(--icon-padding));
}
.stepper__item:last-child {
  flex: 0;
  min-width: 8rem;
}
.stepper__item:last-child::after {
  content: none;
}
.stepper__item.active::after {
  border-color: #54a031;
}
.stepper__item--completed::after {
  border-color: #54a031;
}
.stepper__item--completed .stepper__step-counter {
  border-color: #54a031;
}
.stepper__item--inprogress::after {
  border-color: #54a031;
}
.stepper__step-counter-wrap {
  position: relative;
}
.stepper__step-counter {
  overflow: hidden;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0.4rem 0.8rem rgba(16, 24, 40, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-size);
  height: var(--icon-size);
  font-size: calc(var(--icon-size) / 2.1);
  color: #53565a;
  border: 0.3rem solid transparent;
  padding: 0.8rem;
  margin-bottom: 5.2rem;
}
.stepper__step-name {
  position: absolute;
  top: var(--icon-size);
  left: 50%;
  translate: -50%;
  padding-top: 1.2rem;
  font-size: 1.4rem;
  color: #13294b;
  text-transform: uppercase;
  text-align: center;
}

.progress-tracker .stepper {
  margin-bottom: 3.7rem;
}
.progress-tracker .stepper__step-name {
  white-space: nowrap;
}
.progress-tracker .stepper__step-counter {
  margin-bottom: 3.2rem;
}

.app-step {
  text-align: left;
  color: #13294b;
  display: flex;
  margin-bottom: 5.2rem;
  gap: 1.6rem;
  align-items: flex-start;
}
.app-step__status {
  margin: 0.4rem;
  box-shadow: 0px 0.6rem 1.2rem rgba(16, 24, 40, 0.1);
  border: 0.2rem solid #eceff0;
}
.app-step__status--green {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #54a031;
}
.app-step__status--red {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #b91c1c;
}
.app-step__counter {
  color: inherit;
  border: 1px solid #9bb9e6;
  border-radius: 0.4rem;
  padding: 0.2rem 0.8rem;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
}
.app-step__body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.app-step__heading {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.app-step__tip {
  display: inline-flex;
  align-items: center;
}
.app-step__tip i {
  margin-right: 0.8rem;
  vertical-align: -0.25rem;
  font-size: inherit;
  line-height: inherit;
}
.app-step__tip a {
  color: inherit;
}
.app-step__tip.tip-warning {
  color: #ef4444;
  background: #f9fafb;
  padding: 0.4rem 0.8rem;
}
.app-step__tip.tip-warning i {
  color: inherit;
}
.app-step__text {
  font-size: 1.4rem;
}
.app-step__text a {
  color: currentColor;
}
.app-step__text-warning {
  font-size: 1.4rem;
  color: #ef4444;
}
.app-step__note-wrapper {
  margin: 0 auto 2.4rem auto;
  max-width: 90%;
}

.app-step:last-child {
  margin-bottom: 0;
}

.updates-title-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  align-items: center;
}
.updates-title-wrapper__heading {
  margin-bottom: 0;
}
.updates-title-wrapper__approx {
  display: flex;
  gap: 1rem;
  font-size: 1.4rem;
}
.updates-title-wrapper__approx-tooltip {
  margin-top: 0.25rem;
  position: relative;
  cursor: pointer;
}
.updates-title-wrapper__approx-tooltip i {
  color: #28569e;
}
.updates-title-wrapper__approx-tooltip::before, .updates-title-wrapper__approx-tooltip::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  left: 50%;
  transform: translate(-50%, -0.5em);
}
.updates-title-wrapper__approx-tooltip::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1;
  bottom: 72%;
  border-width: 1.2rem 0.5rem 0;
  border-top-color: #28569e;
}
.updates-title-wrapper__approx-tooltip::after {
  content: attr(tooltip);
  text-align: left;
  min-width: 20rem;
  border-radius: 0.8rem;
  padding: 1.5rem;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #28569e;
  color: #ffffff;
  z-index: 1;
  bottom: calc(100% + 5px);
}
.updates-title-wrapper__approx-tooltip:hover::before, .updates-title-wrapper__approx-tooltip:hover::after {
  display: block;
}

.form__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .form__group {
    flex-direction: row;
  }
}
.form__item {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  width: 100%;
}
.form__item--justify-end {
  flex-direction: row;
  justify-content: flex-end;
}
.form__input-wrapper {
  position: relative;
  width: 100%;
}
.form__input-action, .form__input-icon {
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  width: 3rem;
  z-index: 10;
}
.form__input-action[data-action=clear], .form__input-icon[data-action=clear] {
  display: none;
}
.form__input-action--credit-card, .form__input-icon--credit-card {
  background-image: url(clientlib-msa/css/resources/assets/credit-card.svg);
}
.form input:not(.button):active + .form__input-action[data-action=clear],
.form input:not(.button):focus + .form__input-action[data-action=clear] {
  background-image: url(clientlib-msa/css/resources/assets/close.svg);
  display: inline-block;
}
.form input:not(.button) + .form__input-action[data-action=reveal] {
  background-image: url(clientlib-msa/css/resources/assets/eye-slash.svg);
}
.form input:not(.button) + .form__input-action[data-action=hide] {
  background-image: url(clientlib-msa/css/resources/assets/eye.svg);
}
.form__checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.form__checkbox-wrapper input[type=checkbox] {
  flex: 0;
}
.form label {
  color: #001a72;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: left;
}
.form label.error {
  color: #da291c;
  display: none;
  padding-left: 0.8rem;
}
.form input:invalid + label.error,
.form input:invalid + * + label.error {
  display: block;
}
.form .disabled {
  pointer-events: none;
}
.form .form-message {
  margin-top: 2rem;
  text-align: center;
}
.form .form-message.hide {
  display: none;
}
.form .form-error,
.form .form-failure-message {
  color: #da291c;
}
.form .form-success-message {
  color: #54a031;
}
.form .generic-input,
.form .options,
.form .country-state-select,
.form .radio-button-tabs__wrapper,
.form .lookup-component {
  padding: 0 1.2rem;
}
.form section.container-generic {
  padding: 1rem 2.4rem 2.4rem;
}
.form section.container-generic .container-generic__content {
  margin-top: 0;
}
.form-container--white {
  background-color: #ffffff;
}
.form-container--border-radius-8 {
  border-radius: 0.8rem;
}

.lookup-component-form-item {
  position: relative;
}
.lookup-component-label {
  display: block;
}
.lookup-component__search-icon {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .lookup-component.lookup-component--button .lookup-component__input {
    max-width: 50%;
  }
}
.lookup-component.lookup-component--button .field__control {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lookup-component.lookup-component--button .field__control {
    flex-direction: row;
    justify-content: space-between;
  }
}

.select-nav {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #001a72;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
  grid-area: select;
  padding: 1.2rem 0.8rem;
  width: 100%;
}
.select-nav__wrapper {
  background: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.8rem rgba(16, 24, 40, 0.1);
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  width: 100%;
}
.select-nav__wrapper::after {
  content: "\f11e";
  color: #001a72;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: icons !important;
  font-size: 1rem;
  padding: 0.2rem 2.2rem 0 0;
  width: 0.8em;
  height: 0.5em;
  grid-area: select;
  justify-self: end;
}
.select-nav option {
  color: inherit;
}

.modal-acs {
  --modal-height: 60rem;
  display: none;
}
.modal-acs__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(19, 41, 75, 0.2);
  -webkit-backdrop-filter: blur(0.398974rem);
          backdrop-filter: blur(0.398974rem);
}
.modal-acs__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #ffffff;
  padding: 4.2rem;
  max-width: 60.3rem;
  width: 100%;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 30rem;
  max-height: var(--modal-height);
  overflow-y: auto;
}
.modal-acs__close {
  position: absolute;
  cursor: pointer;
  top: 1.4rem;
  right: 1.4rem;
  text-decoration: none;
}
.modal-acs__close [class^=icon] {
  color: #0057b8;
}
.modal-acs__media_wrapper {
  position: relative;
  padding: 2.5rem;
  background-color: #eef3fb;
  border-radius: 0.8rem;
  width: 14rem;
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-acs__media {
  width: 7rem;
  height: 7rem;
}
.modal-acs__title {
  text-align: center;
  margin-top: 2.4rem;
}
.modal-acs__body {
  color: #13294b;
  text-align: center;
  margin-top: 1.2rem;
}
.modal-acs__body a {
  color: inherit;
  text-underline-offset: 0.5rem;
}
.modal-acs__body > *:last-of-type {
  margin-bottom: 0;
}
.modal-acs__footer {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 6.9rem;
  width: 100%;
}

.modal-acs.modal-acs--agent-portal .modal-acs__content {
  gap: 1.6rem;
  max-width: 87.5rem;
  width: 100%;
}
.modal-acs.modal-acs--agent-portal .modal-acs__footer {
  margin-top: auto;
}

.subnav {
  --icon-horizontal-spacing: 0.8rem;
  margin-bottom: 2.4rem;
}
.subnav__links {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .subnav__links {
    border-bottom: 0.1rem solid #9bb9e6;
    flex-direction: row;
    margin: 0;
    max-width: unset;
  }
}
.subnav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subnav__link.margin-left-auto {
    margin-left: auto;
  }
}
.subnav__link.active {
  border-bottom: 0.3rem solid #28569e;
  position: relative;
  top: 0.1rem;
}
.subnav__link i {
  color: #28569e;
  padding-right: var(--icon-horizontal-spacing);
  vertical-align: text-bottom;
}
.subnav__link a {
  color: #28569e;
  text-decoration: none;
  font-weight: 500;
}
.subnav__link .status-icon--warning {
  color: #b94700;
  padding-left: var(--icon-horizontal-spacing);
}

.msa-narrow-card {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0.8rem rgba(16, 24, 40, 0.1);
  padding: 0.8rem 2.4rem;
  min-height: 10rem;
  cursor: pointer;
  gap: 3rem;
  margin-bottom: 1.6rem;
}
.msa-narrow-card--selected {
  border: 0.1rem solid #9bb9e6;
}
.msa-narrow-card--disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .msa-narrow-card {
    flex-wrap: nowrap;
  }
}
.msa-narrow-card:hover {
  background-color: #eef3fb;
}
.msa-narrow-card--checkbox-wrapper {
  width: 5%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msa-narrow-card--checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: -1rem;
}
.msa-narrow-card--checkbox-display {
  position: absolute;
  height: 2.4rem;
  width: 2.4rem;
  background-color: transparent;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in;
  border: 0.1rem solid #8a8d8f;
  top: -1rem;
}
.msa-narrow-card--checkbox-display::after {
  position: absolute;
  content: "";
  border-radius: 0.5rem;
}
.msa-narrow-card--checkbox-display::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.msa-narrow-card--checkbox:checked ~ .msa-narrow-card--checkbox-display {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
.msa-narrow-card--checkbox:checked ~ .msa-narrow-card--checkbox-display::after {
  transform: rotate(45deg) scale(1);
  left: 0.65rem;
  top: 0.2rem;
  width: 0.8rem;
  height: 1.4rem;
  border: solid #ffffff;
  border-width: 0 0.2rem 0.2rem 0;
  border-radius: 0;
}
.msa-narrow-card--checkbox:checked ~ .msa-narrow-card--checkbox-display::before {
  background-color: #54a031;
}
.msa-narrow-card--title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 35%;
}
.msa-narrow-card--title-icon-wrapper {
  width: 6rem;
  height: 6rem;
  flex: 0 0 auto;
  border-radius: 100%;
  position: relative;
  background-color: #13294b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msa-narrow-card--title-icon-wrapper i {
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
}
.msa-narrow-card--title-icon-wrapper i.icon-post-grad {
  margin-left: -1rem;
}
.msa-narrow-card--title-text {
  max-width: 15rem;
  text-align: left;
  text-transform: uppercase;
}
.msa-narrow-card--desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.4rem;
  width: 60%;
}
.msa-narrow-card--desc-requirements {
  line-height: 2rem;
}
.msa-narrow-card--desc-details {
  line-height: 2rem;
}
.msa-narrow-card--desc-price {
  line-height: 2rem;
}
.msa-narrow-card--desc.narrow-card--descFlex {
  flex-direction: row;
  width: 70%;
}
.msa-narrow-card--desc.narrow-card--descFlex .narrow-card--desc-priceBc {
  padding: 0.8rem;
  background-color: #eef3fb;
  margin-left: auto;
  border-radius: 0.8rem;
}
.msa-narrow-card--price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.4rem;
  gap: 0.8rem;
  background: #eef3fb;
  border-radius: 0.4rem;
}

.msa-narrow-info-card {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 1rem;
  gap: 1rem;
  margin-bottom: 1.6rem;
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}
.msa-narrow-info-card > * {
  flex: 1 1 33%;
}
.msa-narrow-info-card--selected {
  border: 0.1rem solid #9bb9e6;
}
.msa-narrow-info-card--carded {
  box-shadow: 0px 0.6rem 1.2rem rgba(16, 24, 40, 0.1);
}
.msa-narrow-info-card--disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .msa-narrow-info-card {
    flex-wrap: nowrap;
  }
}
.msa-narrow-info-card:hover {
  background-color: white;
}
.msa-narrow-info-card--checkbox-wrapper {
  width: 5%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msa-narrow-info-card--title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.msa-narrow-info-card--title-icon-wrapper {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #13294b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msa-narrow-info-card--title-icon-wrapper i {
  color: #ffffff;
  width: 2.9rem;
  height: 2.9rem;
  font-size: 2.9rem;
}
.msa-narrow-info-card--title-text {
  max-width: 15rem;
  text-align: left;
  text-transform: uppercase;
}
.msa-narrow-info-card--desc {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  gap: 1rem;
}
.msa-narrow-info-card--desc-requirements {
  line-height: 2rem;
}
.msa-narrow-info-card--desc-details {
  line-height: 2rem;
  display: flex;
  flex-direction: column;
}
.msa-narrow-info-card__tag {
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.4rem 0.8rem;
  background-color: #eef3fb;
  border-radius: 0.4rem;
  margin-left: auto;
}
.msa-narrow-info-card__tag-wrapper {
  display: flex;
}

.icon-header {
  margin-bottom: 5rem;
}
.icon-header i {
  height: 4.4rem;
  width: 4.4rem;
}
.icon-header i.icon-post-grad {
  font-size: 70%;
}
.icon-header__title {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 1.6rem;
  color: #001a72;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.icon-header__description.rte p, .icon-header__description.modal-acs__body p {
  text-align: left;
  color: #53565a;
}
.icon-header__description.rte a, .icon-header__description.modal-acs__body a {
  color: #53565a;
}

.inbox {
  text-align: left;
}
.inbox .container-carded__content {
  padding: 2.3rem 1.7rem;
}
.inbox .page-heading {
  color: #001a72;
  margin-bottom: 1.6rem;
}
.inbox .tabs {
  width: 100%;
}
.inbox .tabs__body {
  align-items: flex-start;
  display: flex;
  height: 100%;
}
.inbox .tabs__wrapper {
  height: 50rem;
  overflow-y: auto;
  gap: 0.2rem;
  width: auto;
  display: flex;
  flex-direction: column;
}
.inbox .tabs__wrapper.no-messages {
  background-color: #f9fafb;
  border-radius: 1rem;
}
.inbox .tabs__item {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  height: 7rem;
  padding: 1.8rem 0.9rem 1.8rem 1.4rem;
  background-color: #f4f5f6;
  position: relative;
  margin-bottom: 2px;
}
.inbox .tabs__item > * {
  flex: 0 1 auto;
}
.inbox .tabs__item__text-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox .tabs__item:first-child {
  border-radius: 1.2rem 1.2rem 0 0;
}
.inbox .tabs__item:nth-child(even) {
  background-color: #f9fafb;
}
.inbox .tabs__item.active {
  background-color: #eef3fb;
}
.inbox .tabs__item__text {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox .tabs__item__heading {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox .tabs__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inbox .tabs__item__icon.blue {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #28569e;
}
.inbox .tabs__item__icon.pink {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #e9b0b8;
}
.inbox .tabs__item__icon.lightBlue {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #9bb9e6;
}
.inbox .tabs__item__icon.orange {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #f87171;
}
.inbox .tabs__item__icon .icon-human {
  color: #ffffff;
}
.inbox .tabs__item__notification-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 1.4rem;
}
.inbox .tabs__item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #28569e;
}
.inbox .tabs__item__number__text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
}
.inbox .tabs__item__status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.inbox .tabs__item__status > i {
  display: flex;
  height: 100%;
}
.inbox .tabs__item__status--warning {
  color: #b94700;
}
.inbox .tabs__item__status--success {
  color: #43b02a;
}
.inbox .tabs__item__status--missed {
  color: #282828;
}
.inbox .tabs__content {
  overflow-y: auto;
  padding: 0 2.6rem;
  height: 50rem;
  width: 100%;
}
.inbox .tabs__content__item.active {
  display: block;
}
.inbox .tabs__content__item__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.inbox .tabs__content__item__circle.blue {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #28569e;
}
.inbox .tabs__content__item__circle.pink {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e9b0b8;
}
.inbox .tabs__content__item__circle.lightBlue {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #9bb9e6;
}
.inbox .tabs__content__item__circle.orange {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f87171;
}
.inbox .tabs__content__item__circle .icon-human {
  color: #ffffff;
  font-size: 2.4rem;
}
.inbox .tabs__content__item__date {
  text-align: right;
  margin-left: auto;
}
.inbox .tabs__content__item__message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.6rem;
  background: #f9fafb;
  border-radius: 1.2rem;
  margin: 2.4rem 0;
}
.inbox .tabs__content__item__message-details {
  color: #13294b;
  display: flex;
  flex-direction: row;
  gap: 2.2rem;
}
.inbox .tabs__content__item__message-sender {
  display: flex;
  flex-direction: column;
}
.inbox .tabs__content__item__message-date {
  margin-left: auto;
}
.inbox .tabs__content__item__message__heading {
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.inbox .tabs__content__item__message__text {
  margin-bottom: 2.4rem;
}
.inbox .tabs__content__no-display {
  height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #13294b;
  gap: 1.5rem;
  background-color: #f9fafb;
  border-radius: 1rem;
}
.inbox .tabs__content__no-display-icon {
  font-size: 8rem;
  color: #28569e;
}
.inbox .tabs__content__no-display-message {
  font-size: 2.2rem;
  line-height: 2.4rem;
}
.inbox #inboxMessageDetails.hide {
  display: none;
}
.inbox .button--primary a.msa-button [class^=icon] {
  color: #ffffff;
}
.inbox .button--primary a.msa-button.disabled {
  background-color: #9bb9e6;
  color: #eceff0;
  cursor: not-allowed;
  pointer-events: none;
}
.inbox .button--primary a.msa-button.disabled [class^=icon] {
  color: #eceff0;
}

.content-block {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
.content-block__image {
  max-height: 35.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
.content-block__text-content {
  gap: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-block__text-content__title {
  color: #28569e;
}
.content-block__text-content__description {
  color: #53565a;
  text-align: left;
  margin-bottom: 1.2rem;
}
.content-block .modal-acs .modal-acs__media_wrapper {
  position: relative;
  padding: 0;
  background-color: #eef3fb;
  border-radius: 0.8rem;
  width: 14rem;
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-block .modal-acs .modal-acs__media_wrapper img.modal-acs__media {
  height: 100%;
  width: 100%;
}
.content-block .modal-acs .modal-acs__close {
  cursor: pointer;
}

.narrow-product-card {
  padding: 0.8rem 1.6rem 0.8rem 1.2rem;
  width: 100%;
  min-height: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0.6rem 1.2rem rgba(16, 24, 40, 0.1);
  border-radius: 0.8rem;
}
.narrow-product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.narrow-product-card__text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
.narrow-product-card__icon {
  color: #0057b8;
}
.narrow-product-card__icon-content {
  padding: 1.6rem 0.8rem 1.6rem 1.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.narrow-product-card__icon-content__left-content {
  display: flex;
  align-items: center;
}
.narrow-product-card__icon-content__left-content__title {
  color: #001a72;
}
.narrow-product-card__icon-content__left-content__icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #13294b;
  border-radius: 100%;
  position: relative;
  margin-right: 1.2rem;
}
.narrow-product-card__icon-content__left-content__icon-container__icon {
  color: #f9fafb;
  font-size: 2.4rem;
}
.narrow-product-card__icon-content__left-content__icon-container__icon--tick {
  color: #f9fafb;
  background-color: #54a031;
  font-size: 0.8rem;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.narrow-product-card__icon-content__left-content__icon-container__icon--tick.icon-warning {
  color: #b94700;
  background-color: white;
  width: 1rem;
  height: 1.6rem;
  font-size: 1.6rem;
}
.narrow-product-card__icon-content__left-content__icon-container__icon--tick::before {
  position: absolute;
  bottom: 0.25rem;
}
.narrow-product-card__icon-content__right-content {
  display: flex;
  align-items: center;
  gap: 4.6rem;
}
.narrow-product-card__icon-content__right-content__tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem;
  background-color: #eef3fb;
  border-radius: 0.4rem;
}
.narrow-product-card__icon-content__right-content__icon {
  font-size: 2.4rem;
  color: #001a72;
}
.narrow-product-card--disabled {
  pointer-events: none;
}
.narrow-product-card--disabled .narrow-product-card__icon-content__left-content__icon-container {
  background-color: #ebf0ff;
}
.narrow-product-card--disabled .narrow-product-card__icon-content__left-content__icon-container__icon {
  color: #ffffff;
}
.narrow-product-card--disabled .narrow-product-card__icon-content__left-content__title {
  color: #a1a4a5;
}
.narrow-product-card--disabled .narrow-product-card__icon-content__right-content__tag {
  background-color: #f4f5f6;
}
.narrow-product-card--disabled .narrow-product-card__icon-content__right-content__tag__title {
  color: #a1a4a5;
}
.narrow-product-card--disabled .narrow-product-card__icon-content__right-content__tag__subTitle {
  color: #a1a4a5;
}
.narrow-product-card--disabled .narrow-product-card__icon-content__right-content__icon {
  color: #8a8d8f;
}
.narrow-product-card--disabled .narrow-product-card__icon-content-chev-icon {
  color: #a1a4a5;
}
.narrow-product-card .modal-acs .modal-acs__media_wrapper {
  position: relative;
  padding: 2.5rem;
  background-color: #eef3fb;
  border-radius: 0.8rem;
  width: 14rem;
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.narrow-product-card .modal-acs .modal-acs__media_wrapper.step-success::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.4rem;
  right: 1.3rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #54a031;
  border-radius: 50%;
  margin-top: 0.2rem;
  background-color: #54a031;
}
.narrow-product-card .modal-acs .modal-acs__media_wrapper.step-success::after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(45deg) scale(1);
  width: 0.8rem;
  height: 1.5rem;
  border: solid #f9fafb;
  border-width: 0 0.2rem 0.2rem 0;
  border-radius: 0;
  bottom: 2rem;
  right: 2rem;
}
.narrow-product-card .modal-acs .modal-acs__media_wrapper.step-failure::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.4rem;
  right: 1.3rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #b91c1c;
  border-radius: 50%;
  margin-top: 0.2rem;
  background-color: #b91c1c;
}
.narrow-product-card .modal-acs .modal-acs__media_wrapper.step-failure::after {
  content: "×";
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  font-size: 3.5rem;
  bottom: 2rem;
  right: 1.5rem;
}
.narrow-product-card .modal-acs .modal-acs__media_wrapper img.modal-acs__media {
  height: 5.4rem;
  width: 5.4rem;
}
.narrow-product-card .modal-acs .modal-acs__close {
  cursor: pointer;
}
.narrow-product-card .modal-acs .modal-acs__footer {
  min-height: 3rem;
  margin-top: 2.4rem;
}
.narrow-product-card .modal-acs .modal-acs__footer .button span {
  color: #53565a;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.payment-form {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: 1.6rem 2.4rem;
  gap: 1rem;
}
.payment-form__payment-item {
  border-bottom: 0.1rem solid #eceff0;
  border-radius: 0.4rem;
  cursor: pointer;
  padding: 1.2rem 2.4rem;
  gap: 2.4rem;
  min-height: 6.5rem;
  width: 100%;
}
.payment-form__payment-item__checkbox {
  width: 100%;
}
.payment-form__payment-item__checkbox .form-check {
  position: relative;
  height: 1.6rem;
  display: flex;
  align-items: center;
}
.payment-form__payment-item__checkbox .form-check input[type=radio] {
  position: absolute;
  opacity: 0;
}
.payment-form__payment-item__checkbox .form-check input[type=radio] + label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.2rem solid #8a8d8f;
}
.payment-form__payment-item__checkbox .form-check input[type=radio]:checked + label {
  border-color: #28569e;
  color: #ffffff;
  position: relative;
}
.payment-form__payment-item__checkbox .form-check input[type=radio]:checked + label::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #28569e;
  border-radius: 50%;
}
.payment-form__payment-item__checkbox__label {
  width: 100%;
  margin-left: 2.4rem;
}
.payment-form__payment-item__checkbox__label__left {
  color: #53565a;
}
.payment-form__payment-item__checkbox__label__right {
  gap: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .payment-form__payment-item__checkbox__label__right {
    display: none;
  }
}
.payment-form__payment-item__form {
  justify-content: center;
  width: 100%;
}
.payment-form__payment-item__form.hide {
  display: none;
}
.payment-form__payment-item__form__form-group {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .payment-form__payment-item__form__form-group {
    display: flex;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.payment-form__payment-item__form__form-group i {
  top: 25%;
  right: 1rem;
}
.payment-form__payment-item--selected {
  background-color: #f9fafb;
}
.payment-form .btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
}
.payment-form .btn-container.hide {
  display: none;
}
.payment-form .btn-container #paypal-pay-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.payment-form .btn-container #paypal-pay-button img {
  width: 20rem;
}
.payment-form .btn-container #paypal-pay-button .icon-tick {
  font-size: 3rem;
  font-weight: 700;
  color: #54a031;
}
.payment-form .btn-container #paypal-pay-button .icon-tick.hide {
  display: none;
}
.payment-form .btn-container #paypal-token {
  display: none;
}
.payment-form [data-acs-input-id=invoice] .btn-container {
  justify-content: flex-start;
  margin-top: -0.8rem;
}
.payment-form [data-acs-input-id=invoice] .btn-container .note {
  padding: 1.2rem;
}
.payment-form [data-acs-input-id=invoice] .btn-container .note i {
  align-items: flex-start;
}
.payment-form [data-acs-input-id=invoice] .btn-container .note i::before {
  margin-top: 0.2rem;
  font-size: 2.4rem;
}

.payment .modal-acs.hide {
  display: none;
}
.payment .modal-acs .modal-acs__media_wrapper {
  position: relative;
  padding: 2.5rem;
  background-color: #eef3fb;
  border-radius: 0.8rem;
  width: 14rem;
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment .modal-acs .modal-acs__media_wrapper.payment-success::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.4rem;
  right: 1.3rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #54a031;
  border-radius: 50%;
  margin-top: 0.2rem;
  background-color: #54a031;
}
.payment .modal-acs .modal-acs__media_wrapper.payment-success::after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(45deg) scale(1);
  width: 0.8rem;
  height: 1.5rem;
  border: solid #f9fafb;
  border-width: 0 0.2rem 0.2rem 0;
  border-radius: 0;
  bottom: 2rem;
  right: 2rem;
}
.payment .modal-acs .modal-acs__media_wrapper.payment-failure::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1.4rem;
  right: 1.3rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #b91c1c;
  border-radius: 50%;
  margin-top: 0.2rem;
  background-color: #b91c1c;
}
.payment .modal-acs .modal-acs__media_wrapper.payment-failure::after {
  content: "×";
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  font-size: 3.5rem;
  bottom: 2rem;
  right: 1.5rem;
}
.payment .modal-acs .modal-acs__media_wrapper img.modal-acs__media {
  height: 5.4rem;
  width: 5.4rem;
}
.payment .modal-acs .modal-acs__close {
  cursor: pointer;
}
.payment .modal-acs__body {
  padding: 0 2rem;
}
.payment .modal-acs__footer {
  min-height: 3rem;
  margin-top: 2.4rem;
}
.payment .modal-acs__footer .button span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.payment .button--tertiary.hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .payment .generic-input:first-of-type,
.payment .generic-input:nth-of-type(n+2) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .payment .generic-input:nth-of-type(2n+2) {
    padding-right: 0;
  }
}
.payment .msa-file-upload {
  background-color: inherit;
  width: 100%;
}
.payment .msa-file-upload input[type=file] {
  display: none;
}
.payment .msa-file-upload .filed-label {
  display: flex block;
  flex-direction: column;
  gap: 0.4rem;
}
.payment .msa-file-upload__file-item label {
  height: unset;
  margin-top: 0;
  padding: 1.6rem;
  background-color: #F2F7FB;
}
.payment .msa-file-upload__file-item label span {
  padding: unset;
}
.payment .msa-file-upload__file-item__instruction {
  color: #737373;
  opacity: 0.9;
}
.payment .field:has(.msa-file-upload) {
  margin-bottom: 0 !important;
}

#payment-form .cmp-text {
  color: #001a72;
}

.payment__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: start;
  width: 100%;
}
.payment__detail[open] {
  background: #f9f9f9;
  border-radius: 0.8rem;
}
.payment__detail-body {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 2.4rem 2.4rem 2.4rem;
}
.payment__detail-body--paypal {
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
}
.payment__card-form-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 0.8rem;
  padding: 1.6rem 3.2rem;
}
.payment__summary {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 1.2rem 2.4rem;
  gap: 1.6rem;
}
.payment__summary::-webkit-details-marker {
  display: none;
  /* Safari */
}
.payment__summary > :last-child {
  margin-left: auto;
}
.payment__body {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: 2.4rem;
  gap: 1rem;
}
.payment__footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (min-width: 576px) {
  .payment__footer {
    flex-direction: row;
    gap: unset;
  }
}
.payment__total-amount {
  font-weight: bold;
}
.payment #payment-modal .modal-site__figure {
  max-width: 4rem;
}
.payment #payment-modal .modal-site__title {
  font-weight: bold;
}
.payment .radio-disabled,
.payment .checkbox-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.card__table {
  background-color: white;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-items: start;
  gap: 0.8rem;
  padding: 2.4rem;
}
.card__table-row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .card__table-row {
    grid-template-columns: minmax(max-content, 15rem) 1fr;
  }
}

.card__table--payment-summary .card__table-data {
  justify-self: start;
}
@media only screen and (min-width: 576px) {
  .card__table--payment-summary .card__table-data {
    justify-self: end;
  }
}
.card__table--payment-summary .gst-flag {
  display: var(--gstDisplayProperty, none);
  font-weight: 400;
  font-size: 1.2rem;
}
.card__table--payment-summary .gst-flag::before {
  content: "(incl. GST)";
}

.payment--membership-application h5 {
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.payment--membership-application .field__title {
  color: #001a72;
}
.payment--membership-application .note.note--info {
  width: unset;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.payment--membership-application .form-row .field-row .field {
  margin-top: 0;
  margin-bottom: var(--space-sm);
}
.payment--membership-application .form-row .field-row .field input,
.payment--membership-application .form-row .field-row .field select {
  color: #282828 !important;
  height: 4rem;
  padding: var(--space-xs);
}

#update-payment-method {
  width: 100%;
}
#update-payment-method .modal-site__body, #update-payment-method .modal-event__body {
  max-height: unset;
}

#paypal-pay-button img {
  max-width: 24rem;
}

.radio-button-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
}
.radio-button-tabs__control-section {
  padding: 0.4rem 0.8rem;
}
.radio-button-tabs__control-section-title {
  color: #001a72;
  text-align: left;
  margin-bottom: 2rem;
}
.radio-button-tabs__control-section-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.radio-button-tabs__control-section-buttons-button {
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.radio-button-tabs__control-section-buttons-label {
  color: #53565a;
  position: relative;
  cursor: pointer;
  margin-left: 0.5rem;
}
.radio-button-tabs__control-section-buttons-label::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: 2px solid #0057b8;
  border-radius: 50%;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
  opacity: 0.5;
}
.radio-button-tabs__control-section-buttons-label::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #001a72;
  border: 2px solid #001a72;
  border-radius: 50%;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}
.radio-button-tabs .radio-button-tabs__control-section-buttons-button:checked + .radio-button-tabs__control-section-buttons-label::before {
  border-color: #001a72;
  opacity: 1;
}
.radio-button-tabs .radio-button-tabs__control-section-buttons-button:checked + .radio-button-tabs__control-section-buttons-label::after {
  transform: translateY(-50%) scale(0.55);
}

.msa-file-upload {
  background-color: #ffffff;
  border-radius: 1.2rem;
  gap: 1rem;
}
.msa-file-upload__file-item {
  text-align: start;
  border-radius: 0.4rem;
  width: 100%;
  gap: 2.4rem;
  margin: 0.8rem 0;
}
.msa-file-upload__file-item .filed-label {
  color: #0057b8;
}
.msa-file-upload__file-item .filed-label span {
  padding-left: 1.2rem;
}
.msa-file-upload__file-item__instruction {
  color: #001a72;
}
.msa-file-upload__file-item label {
  display: inline-block;
  text-align: center;
  background-color: #f4f5f6;
  padding: 1.2rem 0;
  cursor: pointer;
  margin: 1.6rem 0 0;
  height: 4.6rem;
  width: 100%;
  border-radius: 1.2rem;
  border: 0.1rem dashed #0057b8;
}
.msa-file-upload__file-item label span.underline {
  text-decoration: underline;
  color: #28569e;
}
.msa-file-upload__file-item label span.normal {
  text-decoration: none;
  color: #13294b;
}
.msa-file-upload__file-item label.hide {
  display: none;
}
.msa-file-upload__file-item label.upload-file__dragndrop.highlight {
  background-color: #eceff0;
}
.msa-file-upload__file-item__uploadedbox {
  background-color: #eef3fb;
  border-radius: 0.4rem;
  padding: 0.8rem;
  margin-top: 1.6rem;
  color: #0057b8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.msa-file-upload__file-item__uploadedbox .file-name {
  cursor: pointer;
  text-decoration: underline;
  text-align: left;
}
.msa-file-upload__file-item__uploadedbox a {
  color: inherit;
  text-decoration: none;
}
.msa-file-upload__file-item__uploadedbox .icon-area {
  color: #53565a;
  text-align: right;
}
.msa-file-upload__file-item__uploadedbox .icon-area .button-delete {
  min-width: 2.4rem;
}
.msa-file-upload__file-item__uploadedbox .icon-area .button-delete:before {
  font-family: "icons";
}
.msa-file-upload__file-item .para-small-regular, .msa-file-upload__file-item .download-cpd-records__table, .msa-file-upload__file-item .multi-table, .msa-file-upload__file-item .card__copy-container-description, .msa-file-upload__file-item .review-panel__item, .msa-file-upload__file-item .agent-info-conf__line, .msa-file-upload__file-item .agent-info-conf__description, .msa-file-upload__file-item .view-review__actions button, .view-review__actions .msa-file-upload__file-item button, .msa-file-upload__file-item .view-review__level, .msa-file-upload__file-item .view-overview__selected, .msa-file-upload__file-item .msa-table, .msa-file-upload__file-item .skills-list, .msa-file-upload__file-item .applicant-nav__new-app, .msa-file-upload__file-item .rte li, .rte .msa-file-upload__file-item li, .msa-file-upload__file-item .text .cmp-text li, .text .cmp-text .msa-file-upload__file-item li, .msa-file-upload__file-item .rte p, .rte .msa-file-upload__file-item p, .msa-file-upload__file-item .text .cmp-text p, .text .cmp-text .msa-file-upload__file-item p, .msa-file-upload__file-item .modal-acs__body li, .modal-acs__body .msa-file-upload__file-item li, .msa-file-upload__file-item .modal-acs__body p, .modal-acs__body .msa-file-upload__file-item p, .msa-file-upload__file-item .modal-acs__body, .msa-file-upload__file-item .msa-narrow-card--desc-details, .msa-file-upload__file-item .msa-narrow-info-card--desc-details, .msa-file-upload__file-item .narrow-product-card__text-content__subTitle, .msa-file-upload__file-item .narrow-product-card__icon-content__right-content__tag__subTitle {
  line-height: 2rem;
}
.msa-file-upload .upload-file__names {
  width: 100%;
}
.msa-file-upload .upload-file__names.hide {
  display: none;
}
.msa-file-upload .upload-file__error-message {
  margin-top: 3rem;
  color: #b94700;
}
.msa-file-upload .upload-file__error-message.hide {
  display: none;
}

.terms-n-conditions {
  text-align: left;
}
.terms-n-conditions .field .rte p, .terms-n-conditions .field .modal-acs__body p {
  margin-bottom: 0;
}
.terms-n-conditions .field:last-of-type {
  margin-bottom: 0;
}
.terms-n-conditions .field__control label {
  color: #001a72;
}
.terms-n-conditions__subtitle {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.terms-n-conditions__rte {
  margin-bottom: 1.5rem;
}
.terms-n-conditions .button.modal-acs__close {
  top: unset;
  bottom: 1.8rem;
}

.field {
  --checked-color: #54a031;
  --checked-hover-color: #34641f;
  --disabled-background-color: #f4f5f6;
  --font-size: 1.4rem;
  --highlight-color: #0057b8;
  --input-border: #a1a4a5;
  --invalid-color: #da291c;
  --input-color: #53565a;
  --label-color: #001a72;
  --placeholder-color: #a1a4a5;
  --radio-border: #9bb9e6;
  --size: 1.6rem;
  --text-color: #53565a;
  --title-color: #001a72;
  border: none;
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  text-align: left;
  width: 100%;
  padding: 0;
}
.field input:not(.button):not([type=checkbox]) {
  font-size: var(--font-size);
}
.field input[type=checkbox] {
  border-width: 1.5px !important;
  border-radius: 0.4rem;
}
.field input[type=checkbox]:checked {
  background: var(--checked-color) url(clientlib-msa/css/resources/assets/tick.svg) no-repeat center;
  border-color: var(--checked-color);
  background-size: 80%;
}
.field input[type=checkbox][disabled]:checked {
  background: #898989 url(clientlib-msa/css/resources/assets/tick.svg) no-repeat center;
  border-color: var(--disabled-background-color);
  background-size: 80%;
}
.field input[type=checkbox]:not([disabled]):checked:hover {
  border-color: var(--checked-hover-color);
  background-color: var(--checked-hover-color);
}
.field input[type=radio],
.field input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 !important;
  height: var(--size) !important;
  width: var(--size) !important;
  min-width: var(--size);
  margin-block: 0.15em;
  border-color: var(--radio-border);
  border-style: solid;
}
.field input[type=radio]:focus, .field input[type=radio]:active, .field input[type=radio]:hover,
.field input[type=checkbox]:focus,
.field input[type=checkbox]:active,
.field input[type=checkbox]:hover {
  border-color: var(--highlight-color);
}
.field input[type=radio] {
  border-width: 2px !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 0.2rem #ffffff;
}
.field input[type=radio]:checked {
  background: var(--highlight-color);
  border-color: var(--highlight-color);
}
.field input[type=date].datepicker--empty {
  color: var(--placeholder-color) !important;
}
.field legend {
  margin-bottom: 1.2rem;
}
.field select {
  font-size: var(--font-size);
}
.field select:not([multiple=""]) {
  padding-right: 2.4rem;
  background-image: url(clientlib-msa/css/resources/assets/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem) center;
}
.field textarea {
  min-height: 30rem;
}
.field__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.field__header:has(.field__subtitle) {
  flex-direction: column;
}
.field__title {
  /* !important to override .form styles */
  color: var(--title-color) !important;
  display: flex;
  align-items: center;
}
.field__control {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  position: relative;
}
.field__control > label {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
  color: var(--label-color);
}
.field__control--vertical {
  flex-direction: column;
  gap: 0.8rem;
}
.field__control > i {
  position: absolute;
}
.field__error, .field__help {
  padding-left: 0.8rem;
  color: var(--invalid-color);
}
.field__error.hide, .field__help.hide {
  display: none;
}
.field__error > a, .field__help > a {
  color: var(--invalid-color);
}
.field__info {
  padding-left: 0.8rem;
}
.field--borderless input {
  border: none;
}
.field--borderless input:active, .field--borderless input:focus, .field--borderless input:focus-within {
  border: none;
}

#name-history .applicant-name .field--borderless input {
  background: none;
  margin-top: 1.6rem;
  padding: 0;
}
#name-history .applicant-name .field--borderless input:active, #name-history .applicant-name .field--borderless input:focus, #name-history .applicant-name .field--borderless input:focus-within {
  border: none;
}

/* Extension classes */
.field-default, .field :where(input:not([type=radio]):not([type=checkbox]):not([type=submit])), .field select, .field textarea {
  color: var(--input-color) !important;
  border: 1px solid var(--input-border);
  width: 100%;
  border-radius: 4px;
  padding: 0.4rem 0.8rem;
  outline: none;
}

.field-placeholder::-moz-placeholder, .field input:not(.button):not([type=checkbox])::-moz-placeholder, .field select::-moz-placeholder, .field textarea::-moz-placeholder {
  color: var(--placeholder-color);
}

.field-placeholder::placeholder, .field input:not(.button):not([type=checkbox])::placeholder, .field select::placeholder, .field textarea::placeholder {
  color: var(--placeholder-color);
}

.field-error.input-error, .field input.input-error:not(.button):not([type=checkbox]), .field select.input-error, .field textarea.input-error {
  border-color: var(--invalid-color);
}

.field-readonly:-moz-read-only, .field :-moz-read-only:where(input:not([type=radio]):not([type=checkbox]):not([type=submit])), .field textarea:-moz-read-only {
  background: var(--disabled-background-color);
}

.field-readonly:read-only, .field :read-only:where(input:not([type=radio]):not([type=checkbox]):not([type=submit])), .field textarea:read-only {
  background: var(--disabled-background-color);
}

.field-disabled:disabled, .field input:disabled:not(.button):not([type=checkbox]), .field select:disabled {
  background: var(--disabled-background-color);
}

.field-focus-active:focus, .field input:focus:not(.button):not([type=checkbox]), .field select:focus, .field textarea:focus, .field-focus-active:active, .field input:active:not(.button):not([type=checkbox]), .field select:active, .field textarea:active {
  border-color: var(--highlight-color);
}

/* Site field variation */
.cmp-form {
  --border-color: #898989;
  --disabled-background-color: #f4f5f6;
  --highlight-color: #0057b8;
  --input-color: #282828;
  --input-font-size: 1.4rem;
  --invalid-color: #da291c;
  --label-color: #001a72;
  --placeholder-color: #001a72;
  display: flex;
  flex-flow: column nowrap;
}
.cmp-form label:not(.field__title):not(.field__error) {
  color: var(--input-color);
}
.cmp-form .cmp-form-text__textarea:not(.field__control > .cmp-form-text__textarea) {
  min-height: 9.6rem;
}
.cmp-form .captcha {
  margin-top: 1.6rem;
}

.acs-white-theme .cmp-form .aem-Grid--layout {
  row-gap: unset;
}

fieldset:not(.field) {
  border: unset;
  margin: 0;
  padding: 0;
}

/* Extension classes */
.cmp-field-layout, .cmp-form .cmp-form-text, .cmp-form-options:not(.field) {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.4rem;
  margin-top: 1.6rem;
  text-align: start;
}

.cmp-field-styles, .cmp-form .cmp-form-text__text:not(.field__control > .cmp-form-text__text), .cmp-form .cmp-form-text__textarea:not(.field__control > .cmp-form-text__textarea), .cmp-form-options:not(.field) .cmp-form-options__field--drop-down:not(.field__control > .cmp-form-options__field--drop-down) {
  color: var(--input-color) !important;
  border: 1px solid var(--border-color);
  border-radius: 0.4rem;
  font-size: var(--input-font-size);
  font-style: normal;
  line-height: 1.5;
  padding: 0.8rem;
}

.cmp-field-placeholder::-moz-placeholder, .cmp-form input:not(.button, .field__control > input)::-moz-placeholder, .cmp-form .cmp-form-text__textarea:not(.field__control > .cmp-form-text__textarea)::-moz-placeholder, .cmp-form-options:not(.field) .cmp-form-options__field--drop-down:not(.field__control > .cmp-form-options__field--drop-down)::-moz-placeholder {
  color: var(--placeholder-color);
}

.cmp-field-placeholder::placeholder, .cmp-form input:not(.button, .field__control > input)::placeholder, .cmp-form .cmp-form-text__textarea:not(.field__control > .cmp-form-text__textarea)::placeholder, .cmp-form-options:not(.field) .cmp-form-options__field--drop-down:not(.field__control > .cmp-form-options__field--drop-down)::placeholder {
  color: var(--placeholder-color);
}

.cmp-field-error.input-error, .cmp-form input.input-error:not(.button, .field__control > input), .cmp-form .input-error.cmp-form-text__textarea:not(.field__control > .cmp-form-text__textarea), .cmp-form-options:not(.field) .input-error.cmp-form-options__field--drop-down:not(.field__control > .cmp-form-options__field--drop-down) {
  border-color: var(--invalid-color);
}

.cmp-field-readonly:-moz-read-only, .cmp-form :-moz-read-only:where(input:not([type=radio]):not([type=checkbox]):not([type=submit])), .cmp-form .cmp-form-text__textarea:-moz-read-only:not(.field__control > .cmp-form-text__textarea) {
  background: var(--disabled-background-color);
}

.cmp-field-readonly:read-only, .cmp-form :read-only:where(input:not([type=radio]):not([type=checkbox]):not([type=submit])), .cmp-form .cmp-form-text__textarea:read-only:not(.field__control > .cmp-form-text__textarea) {
  background: var(--disabled-background-color);
}

.cmp-field-disabled:disabled, .cmp-form input:disabled:not(.button, .field__control > input), .cmp-form-options:not(.field) .cmp-form-options__field--drop-down:disabled:not(.field__control > .cmp-form-options__field--drop-down) {
  background: var(--disabled-background-color);
}

.cmp-field-focus-active:focus, .cmp-form input:focus:not(.button, .field__control > input), .cmp-form .cmp-form-text__textarea:focus:not(.field__control > .cmp-form-text__textarea), .cmp-form-options:not(.field) .cmp-form-options__field--drop-down:focus:not(.field__control > .cmp-form-options__field--drop-down), .cmp-field-focus-active:active, .cmp-form input:active:not(.button, .field__control > input), .cmp-form .cmp-form-text__textarea:active:not(.field__control > .cmp-form-text__textarea), .cmp-form-options:not(.field) .cmp-form-options__field--drop-down:active:not(.field__control > .cmp-form-options__field--drop-down) {
  border-color: var(--highlight-color);
}

.cmp-form {
  --primary-text-color: #ffffff;
}
.cmp-form-button {
  background-color: #0066cc;
  border-radius: 4.8rem;
  color: var(--primary-text-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  margin-right: 1.6rem;
  margin-left: auto;
  max-width: -moz-min-content;
  max-width: min-content;
  padding: 1.6rem 3.2rem;
  outline: 0;
  position: relative;
}
.cmp-form-button::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #0057b8;
  border-radius: 48px;
  display: none;
}
.cmp-form-button:focus-visible::before {
  display: block;
}

/* purgecss start ignore */
.note {
  --note-background: #f4f5f6;
  --note-border: #f4f5f6;
  background: var(--note-background);
  color: var(--note-color, inherit);
  border-radius: 1.2rem;
  padding: 1rem 1.1rem;
  text-align: left;
  display: flex;
  gap: 0.8rem;
}
.note i[class^=icon-] {
  color: #0057b8;
  display: flex;
  font-size: 1.6rem;
  align-items: center;
}
.note .rte p, .note .modal-acs__body p {
  color: var(--note-color);
  margin-bottom: 0;
}
.note--mini {
  background-color: #fff;
  border: 1px solid #eef3fb;
  border-radius: 0.4rem;
  color: #53565a;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.8rem 1.2rem;
  gap: 0.6rem;
}
.note--neutral {
  --note-background:#f4f5f6;
  --note-color:#53565a;
}
.note--success {
  --note-background:#cdecc0;
  --note-border:#54a031;
  --note-color:#34641f;
}
.note--success-event {
  background-color: #F5FFF1;
  border: 1px solid #54a031;
  color: #34641f;
  justify-content: unset;
  max-width: unset;
}
.note--success-event i {
  color: #34641f !important;
}
.note--success-info {
  background-color: #E5EEF8;
  border: 1px solid #0057B8;
  color: #0057B8;
  justify-content: unset;
  max-width: unset;
}
.note--success-info i {
  color: #0057B8 !important;
}
.note--success-warning {
  background-color: #FDF8CE;
  border: 1px solid #F59E0B;
  color: #B45309;
  justify-content: unset;
  max-width: unset;
}
.note--success-warning i {
  color: #B45309 !important;
}
.note--warning {
  --note-background:#fde68a;
  --note-border:#f59e0b;
  --note-color:#b45309;
}
.note--alert {
  --note-background:#fdf8ce;
  --note-border:#f59e0b;
  --note-color:#b45309;
  background: #fdf8ce;
  color: #b45309;
  border: 1px solid var(--note-border);
}
.note--info {
  --note-background:#ebf0ff;
  --note-border: unset;
  --note-color:#282828;
}
.note--light {
  --note-background: white;
}
.note.note--border {
  border: 1px solid var(--note-border);
}
.note.note--border i {
  color: var(--note-color) !important;
}
.note--align-start {
  align-items: start;
}

/* purgecss end ignore */
.grid-blurb {
  display: flex;
  flex-flow: column nowrap;
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
  justify-content: flex-start;
  text-align: left;
}
.grid-blurb > *:not(:last-child) {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.grid-blurb__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .grid-blurb__header {
    flex-direction: row;
  }
}
.grid-blurb__header i {
  color: #0057b8;
  font-size: 4.2rem;
}
.grid-blurb__body {
  text-align: center;
}
.grid-blurb__counter {
  color: #0057b8;
  margin-right: 0.8rem;
}
.grid-blurb__title {
  color: #53565a;
  text-transform: uppercase;
}
.grid-blurb__rte p {
  color: #53565a;
  text-align: left;
}
.grid-blurb__rte b,
.grid-blurb__rte strong {
  color: #0057b8;
}

.grid-blurbs {
  display: flex;
  gap: 1.6rem;
  padding: 10px 0;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .grid-blurbs {
    flex-direction: row;
  }
}

.field-phone {
  --prefix-width: 5rem;
}
.field-phone .field__control {
  gap: 0.4rem;
}
.field-phone__dropdown {
  max-width: 5.1rem;
}
.field-phone__number {
  width: 100%;
  position: relative;
}
.field-phone__number__input {
  padding-left: var(--prefix-width) !important;
}
.field-phone__number__code {
  width: var(--prefix-width);
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  position: absolute;
}

.form-row {
  padding: 0 !important;
}
.form-row .container {
  padding: 0;
}
.form-row .field-row {
  display: flex;
  flex-wrap: wrap;
}
.form-row .field-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.form-row .field-row.grid-buttons {
  margin-top: 2rem;
}
.form-row .field-row .d-flex {
  display: flex;
}
.form-row .field-row .d-flex .button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-row .field-row .d-flex .button {
    width: unset;
  }
}
.form-row .field-row .field {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .form-row .field-row .half-width-field {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .form-row .field-row .one-third-width-field {
    width: 33.3333333333%;
  }
}
.form-row .field-row .full-width-field {
  width: 100%;
  margin-bottom: 0.8rem;
}
.form-row .field-row .one-button-end {
  justify-content: flex-end;
}
.form-row .field-row .two-buttons {
  gap: 2rem;
  justify-content: end;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .form-row .field-row .two-buttons {
    flex-direction: row;
  }
}
.form-row .field-row .two-buttons-end {
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .form-row .field-row .two-buttons-end {
    flex-direction: row;
  }
}
.form-row .field-row .three-buttons {
  justify-content: space-between;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .form-row .field-row .three-buttons {
    flex-direction: row;
  }
}
.form-row .field-row .three-buttons .three-buttons__group {
  justify-content: end;
  gap: 2rem;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .form-row .field-row .three-buttons .three-buttons__group {
    flex-direction: row;
  }
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 0.4rem;
  padding: 0.8rem;
  gap: 0.8rem;
  background: #eef3fb;
  color: #0057b8;
  white-space: nowrap;
}
.chip i {
  line-height: 1;
}

.chip-reverse {
  flex-direction: row-reverse;
}

.applicant-status-bar {
  text-align: left;
}

.applicant-nav {
  margin-bottom: 5rem;
}
.applicant-nav .icon-header {
  margin-bottom: 1.6rem;
}
.applicant-nav__app-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
}
.applicant-nav__number {
  text-align: left;
}
.applicant-nav__number span {
  display: inline-flex;
  align-items: center;
  border-radius: 0.4rem;
  padding: 0.8rem;
  gap: 0.8rem;
  background: #eef3fb;
  color: #0057b8;
  white-space: nowrap;
}
.applicant-nav__new-app {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 0.8rem;
  box-shadow: 0 0.4rem 0.8rem 0 rgba(16, 24, 40, 0.1);
  display: inline-flex;
  gap: 0.8rem;
  color: #53565a;
}
.applicant-nav__new-app i {
  color: #0057b8;
  display: inline-flex;
  align-items: center;
}

ul.msa-list-2cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 7.2rem;
       column-gap: 7.2rem;
  row-gap: 0.8rem;
  text-align: left;
}
ul.msa-list-2cols li {
  min-height: 2.8rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.skills-list {
  color: #53565a;
  line-height: 2rem;
}
.skills-list__level-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f6;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
  min-width: 2.4rem;
}
.skills-list li {
  white-space: nowrap;
}

.msa-table {
  color: #53565a;
  width: 100%;
  margin-bottom: 1.2rem;
  border-radius: 0.8rem 0.8rem 0 0;
  border-collapse: collapse;
  overflow: hidden;
  text-align: left;
}
.msa-table a {
  text-decoration: none;
}
.msa-table th {
  background-color: #eceff0;
  color: #53565a;
  padding: 0.6rem;
}
.msa-table td {
  border-bottom: 0.1rem solid #eceff0;
  font-weight: 400;
  padding-inline: 0.8rem;
  height: 3.6rem;
}
.msa-table tr th:first-child,
.msa-table tr td:first-child {
  padding-left: 2.4rem;
}
.msa-table tr th:last-child,
.msa-table tr td:last-child {
  padding-right: 2.4rem;
}
.msa-table tr.error {
  color: #da291c;
}
.msa-table tr.error .error-icon {
  margin-right: 0.4rem;
}
.msa-table__text-right {
  text-align: right;
}
.msa-table__text-center {
  text-align: center;
}
.msa-table__actions {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}

.anzco-table .note {
  margin-top: 2.4rem;
}

.skills-prep {
  color: #53565a;
  min-height: 60rem;
}
.skills-prep__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.skills-prep__progress {
  color: #53565a;
  width: 21.6rem;
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skills-prep__counter {
  margin-right: 0.8rem;
  border: 1px solid #9bb9e6;
  border-radius: 0.4rem;
  padding: 0.2rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
}
.skills-prep__intro {
  color: #53565a;
  text-align: left;
  margin-bottom: 2.4rem;
}
.skills-prep__body {
  min-height: 35rem;
}
.skills-prep__body .field {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.skills-prep__body .field__title {
  color: #0057b8 !important;
}
.skills-prep__body .field__control > label {
  color: #53565a;
  align-items: center;
}
.skills-prep__body .field__error {
  margin-top: 0.8rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  color: #862633;
  border: 1px solid #fecaca;
  background: #ffffff;
}
.skills-prep__body .field__error:empty {
  display: none;
}
.skills-prep__nav-buttons {
  margin-bottom: 2.6rem;
  margin-top: 5.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}

.skills-select {
  color: #53565a;
  min-height: 60rem;
  text-align: left;
}
.skills-select * {
  scrollbar-color: #d9d9d9 transparent;
  scrollbar-width: thin;
}
.skills-select ::-webkit-scrollbar {
  width: 4px;
}
.skills-select ::-webkit-scrollbar-track {
  background-color: transparent;
}
.skills-select ::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}
.skills-select__error {
  color: #da291c;
}
.skills-select button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  padding: 0 0.8rem;
  gap: 0.8rem;
}
.skills-select button i {
  color: #0057b8;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}
.skills-select button.error {
  background-color: #9bb9e6 !important;
  color: #eceff0 !important;
  pointer-events: none;
}
.skills-select button:disabled {
  color: #8a8d8f;
}
.skills-select button:disabled i {
  color: #8a8d8f;
}
.skills-select__header {
  min-height: 3.2rem;
  margin-bottom: 3.6em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skills-select__header-title {
  color: #53565a;
  margin-bottom: 1.6rem;
}
.skills-select__header p {
  color: #53565a;
}
.skills-select .help-modal-button {
  font-size: 1.4rem;
  font-weight: 500;
  color: #28569e;
  padding: 0.8rem 1.6rem;
}
.skills-select__counter-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.skills-select__counter {
  color: #53565a;
  border: 1px solid #9bb9e6;
  border-radius: 0.4rem;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  min-width: 2.4rem;
  text-align: center;
}
.skills-select__counter.error {
  color: #da291c;
}
.skills-select details {
  width: 100%;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.skills-select details summary {
  cursor: pointer;
  position: relative;
  display: flex; /* Required to remove default marker*/
  gap: 0.8rem;
}
.skills-select details summary::-webkit-details-marker {
  display: none; /* Safari */
}
.skills-select details summary::after {
  font-family: icons !important;
  content: "\f11f";
  font-size: 1rem;
  color: #0057b8;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: all 250ms ease;
  position: absolute;
  right: 0.4rem;
  top: 1.2rem;
  translate: 0 -0.8rem;
}
.skills-select details[open] summary::after {
  rotate: 180deg;
}
.skills-select__nav-buttons {
  margin-top: 5.4rem;
  margin-bottom: 5.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}
.skills-select .dialog {
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #ffffff;
  padding: 4.2rem 3.9rem 3rem 3.9rem;
  width: 75rem;
  border-radius: 1.2rem;
  text-align: center;
}
.skills-select .dialog::backdrop {
  background: rgba(19, 41, 75, 0.2);
  -webkit-backdrop-filter: blur(0.398974rem);
          backdrop-filter: blur(0.398974rem);
}
.skills-select .dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.4rem;
}
.skills-select .dialog__close i {
  color: #0057b8;
  width: 1.2rem;
  height: 1.2rem;
}
.skills-select .dialog__wrap {
  min-height: 30rem;
  max-height: 60rem;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.skills-select .dialog__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1rem;
  margin-top: 2.4rem;
}
.skills-select__generic-dialog__img {
  height: 14rem;
  width: 14rem;
  border-radius: 1.2rem;
  overflow: none;
  background: no-repeat url(clientlib-msa/css/resources/assets/question.svg);
  margin-bottom: 2.4rem;
}
.skills-select__generic-dialog__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.view-overview {
  text-align: left;
  color: #53565a;
}
.view-overview__header {
  border-radius: 0.8rem;
  padding: 0.4rem 1.6rem;
  background: rgba(238, 243, 251, 0.37);
  border: 1px solid #eceff0;
  margin-bottom: 3.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-overview__header-title {
  color: #53565a;
  margin-bottom: 0.4rem;
}
.view-overview__total-selected {
  height: 4rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.view-overview details {
  background: #eef3fb;
  margin-bottom: 2.4rem;
}
.view-overview details summary {
  flex-direction: column;
}
.view-overview__selected {
  line-height: 2rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
}
.view-overview__list {
  margin-top: 0.8rem;
  padding: 0.8rem;
  border-radius: 0.4rem;
  background: #ffffff;
}
.view-overview__list li {
  list-style: none;
  gap: 0.8rem;
  padding: 0.4rem 0.8rem;
  min-height: 2.8rem;
  display: flex;
  align-items: center;
}
.view-overview__list li button {
  color: #53565a;
  padding-inline: 0;
  outline: 0;
  position: relative;
}
.view-overview__list li button::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #0057b8;
  border-radius: 4px;
  display: none;
}
.view-overview__list li button:focus-visible::before {
  display: block;
}
.view-overview__list li button:hover {
  text-decoration: underline;
}
.view-overview__list li:nth-child(odd) {
  background-color: #f9fafb;
}
.view-overview__list-heading {
  display: flex;
  justify-content: space-between;
  padding: 0 0.8rem 0.8rem 0.8rem;
}
.view-overview__list-heading h2 {
  color: #0057b8;
}
.view-overview__list-heading button {
  font-weight: 500;
  gap: 1.2rem;
  outline: 0;
  position: relative;
}
.view-overview__list-heading button::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #0057b8;
  border-radius: 4px;
  display: none;
}
.view-overview__list-heading button:focus-visible::before {
  display: block;
}

.view-details__header {
  height: 3.2rem;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-details__header button {
  padding-inline: 0;
}
.view-details__header__group1 button {
  font-weight: 500;
}
.view-details__header__group2 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.view-details__header__group2 .skills-select__counter-wrap {
  font-size: 1.3rem;
  line-height: 2rem;
}
.view-details__header__group2 .skills-select__counter {
  font-size: 1.4rem;
}
.view-details__category {
  margin-block: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background: #eef3fb;
  border-radius: 0.8rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: flex-end;
}
.view-details__category button {
  padding-inline: 0;
}
.view-details__category-title {
  text-align: center;
  min-height: 5.2rem;
}
.view-details__category-title div {
  color: #53565a;
}
.view-details__category button {
  color: #53565a;
}
.view-details__category button i {
  color: #0057b8;
}
.view-details__panels {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
}
.view-details__skill-list, .view-details__skill-details, .view-details__level {
  background: #ffffff;
  border-radius: 0.5rem;
  height: 52.4rem;
  overflow: auto;
}
.view-details__skill-list {
  min-width: 18.5rem;
  padding: 1.2rem 0.8rem;
  margin-right: 2.4rem;
}
.view-details__skill-list h3 {
  color: #53565a;
  text-align: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #eceff0;
  margin-bottom: 0.6rem;
}
.view-details__skill-list ul li {
  list-style: none;
  padding-block: 0.6rem;
}
.view-details__skill-list button {
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  text-align: left;
  width: 100%;
}
.view-details__skill-list button:focus, .view-details__skill-list button:hover {
  outline: none;
  background: #eef3fb;
}
.view-details__skill-list button.selected {
  color: #0057b8;
  border-color: #9bb9e6;
  background: #eef3fb;
}
.view-details__skill-details, .view-details__level {
  padding: 1.6rem;
}
.view-details__skill-details .view-details__scroll-pane, .view-details__level .view-details__scroll-pane {
  color: #53565a;
}
.view-details__scroll-pane {
  padding-right: 0.5rem;
  height: 100%;
}
.view-details__level {
  box-shadow: -5.1rem 0px 0px -5rem #eceff0;
  display: flex;
  flex-direction: column;
}
.view-details__level-list {
  padding-block: 0.8rem;
  width: -moz-min-content;
  width: min-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 0.8rem;
  border: none;
  max-width: 25rem;
  margin: 0 auto;
}
.view-details__level-list span {
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.view-details__level-button {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-inline: 0.8rem;
  overflow: hidden;
}
.view-details__level-button label {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #53565a;
  border: 1px solid #9bb9e6;
  border-radius: 0.4rem;
  cursor: pointer;
}
.view-details__level-button label:focus, .view-details__level-button label:hover {
  color: #28569e;
  border-color: #28569e;
}
.view-details__level-button :checked + label {
  color: #ffffff;
  border-color: #34641f;
  background: #34641f url(clientlib-msa/css/resources/assets/tick.svg) no-repeat center;
  text-indent: -9999px;
}
.view-details__level-button :disabled + label {
  color: #8a8d8f;
  border-color: transparent;
  background: #f9fafb;
  cursor: default;
}
.view-details__level-button input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.view-details__level-title {
  --color: #54a031;
  --stud-height: 1rem;
  color: var(--color);
  padding-bottom: calc(var(--stud-height) + 0.8rem);
  box-shadow: 0 0.9rem 0 -0.8rem var(--color);
  position: relative;
}
.view-details__level-title::before, .view-details__level-title::after {
  content: "";
  width: 0.1rem;
  height: var(--stud-height);
  background: var(--color);
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
.view-details__level-title::before {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  bottom: var(--stud-height);
  translate: -50% 50%;
}
.view-details__level-title-2 {
  --color: #7b43a7;
}
.view-details__level-title-3 {
  --color: #0057b8;
}
.view-details__level-details {
  border-top: 1px solid #eceff0;
  padding-top: 1.6rem;
}
.view-details__level-list, .view-details__level-details {
  width: 100%;
}

.view-review .skills-select__counter-wrap {
  color: #53565a;
  height: 4rem;
  padding-bottom: 0.8rem;
}
.view-review__body {
  background: #eef3fb;
  border-radius: 0.8rem;
  padding: 1.6rem 2.4rem;
}
.view-review__body-inner {
  background: #ffffff;
  border-radius: 0.4rem;
  padding: 0.8rem;
  min-height: 20rem;
}
.view-review__skills-group {
  margin-bottom: 1.6rem;
}
.view-review__skills-group:last-child {
  margin-bottom: 0;
}
.view-review__skills-group-title {
  color: #13294b;
  padding: 0.6rem 1.6rem 0.6rem 1.6rem;
}
.view-review details {
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #eceff0;
}
.view-review details summary {
  height: 3.4rem;
  margin: 0.4rem 1.6rem;
}
.view-review details summary::after {
  top: 1.6rem;
}
.view-review details summary > div {
  display: flex;
  align-items: center;
  width: 50%;
}
.view-review__skill {
  color: #53565a;
}
.view-review__level {
  line-height: 2rem;
  color: #53565a;
}
.view-review__skill-details {
  padding: 0.4rem 1.6rem;
}
.view-review__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.6rem;
  height: 3.6rem;
  margin: 0.4rem 1.6rem 0 0;
}
.view-review__actions button {
  font-weight: 400 !important;
}
.view-review__message {
  text-align: center;
  margin-top: 0.8rem;
  display: none;
}
.view-review__message.error {
  color: #da291c;
  display: block;
}
.view-review__nav-buttons {
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
  display: flex;
  justify-content: space-between;
}

#skills-select-unselect-skill-dialog .skills-select__generic-dialog__img {
  background: no-repeat url(clientlib-msa/css/resources/assets/unselect.svg);
}

.view-submit__anzsco-name {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.view-submit__anzsco-button {
  color: #53565a;
}
.view-submit__anzsco-button i {
  font-size: 1.6rem;
}
.view-submit__nav-buttons {
  margin-bottom: 2.6rem;
  margin-top: 5.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
.view-submit__nav-buttons .button:last-child {
  margin-left: auto;
}
.view-submit__nav-button:last-child {
  margin-left: auto;
}
.view-submit__error {
  color: #da291c;
  margin-top: 2.4rem;
  text-align: center;
}
.view-submit__error.hide {
  display: none !important;
}
.view-submit .tick-icon {
  background: url(clientlib-msa/css/resources/assets/tick-filled-green.svg) no-repeat center;
  border: 1px solid #54a031;
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 1.6em;
}

.skillselect-onboarding .carousel__slide {
  min-height: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  text-align: center;
}
.skillselect-onboarding .carousel__slide [data-img-index="1"] {
  background-image: url(clientlib-msa/css/resources/assets/onboarding-slide-1.png);
}
.skillselect-onboarding .carousel__slide [data-img-index="2"] {
  background-image: url(clientlib-msa/css/resources/assets/onboarding-slide-2.png);
}
.skillselect-onboarding .carousel__slide [data-img-index="3"] {
  background-image: url(clientlib-msa/css/resources/assets/onboarding-slide-3.png);
}
.skillselect-onboarding .carousel__slide [data-img-index="4"] {
  background-image: url(clientlib-msa/css/resources/assets/onboarding-slide-4.png);
}
.skillselect-onboarding .carousel__slide [data-img-index="5"] {
  background-image: url(clientlib-msa/css/resources/assets/onboarding-slide-5.png);
}
.skillselect-onboarding .carousel__slide [data-img-index="6"] {
  background-image: url(clientlib-msa/css/resources/assets/onboarding-slide-6.png);
}
.skillselect-onboarding .carousel__page-buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.skillselect-onboarding .carousel__page-button {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  width: 1.2rem;
  height: 2rem;
  overflow: hidden;
  background: #eef3fb;
  border-radius: 10rem;
  cursor: pointer;
}
.skillselect-onboarding .carousel__page-button--selected {
  background: #9bb9e6;
}
.skillselect-onboarding__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
}
.skillselect-onboarding__nav-start, .skillselect-onboarding__nav-end {
  min-width: 7rem;
}
.skillselect-onboarding__nav-start button, .skillselect-onboarding__nav-end button {
  text-transform: uppercase;
  color: #28569e;
}
.skillselect-onboarding__nav-start button:disabled, .skillselect-onboarding__nav-end button:disabled {
  display: none;
}
.skillselect-onboarding__nav-end {
  position: relative;
}
.skillselect-onboarding__nav-end button {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
}
.skillselect-onboarding__img {
  height: 25rem;
  width: 36rem;
  background-color: #eef3fb;
  background-size: contain;
  padding: 1.2rem;
  border-radius: 1.2rem;
  margin-bottom: 1.2rem;
}
.skillselect-onboarding__description {
  color: #53565a;
}
.skillselect-onboarding__description a {
  color: #53565a;
}

.idv-prep {
  color: #53565a;
  min-height: 60rem;
}
.idv-prep__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.idv-prep__progress {
  color: #53565a;
  width: 21.6rem;
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idv-prep__counter {
  margin-right: 0.8rem;
  border: 1px solid #9bb9e6;
  border-radius: 0.4rem;
  padding: 0.2rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
}
.idv-prep__intro {
  color: #53565a;
  text-align: left;
  margin-bottom: 2.4rem;
}
.idv-prep__body {
  min-height: 35rem;
}
.idv-prep__body .field {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.idv-prep__body .field__title {
  color: #0057b8 !important;
}
.idv-prep__body .field__control > label {
  color: #53565a;
  align-items: center;
}
.idv-prep__body .field__error {
  margin-top: 0.8rem;
  padding: 0.4rem 1.2rem;
  border-radius: 0.4rem;
  color: #862633;
  border: 1px solid #fecaca;
  background: #ffffff;
}
.idv-prep__body .field__error:empty {
  display: none;
}
.idv-prep__nav-buttons {
  margin-bottom: 2.6rem;
  margin-top: 5.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}

section.container-generic {
  margin-bottom: 2.4rem;
  background-color: #ffffff;
  padding: 2.4rem 3.6rem 1.6rem 3.6rem;
  border-radius: 1.2rem;
}

.container-generic {
  color: #53565a;
  line-height: 2rem;
  text-align: left;
}
.container-generic__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.container-generic__heading-wrap {
  display: flex;
  gap: 0.9rem;
}
.container-generic__heading-wrap i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-generic__heading-wrap i::before {
  text-align: center;
  color: #0057b8;
}
.container-generic__heading {
  font-size: 1.4rem;
  color: #0057b8;
  text-transform: uppercase;
  line-height: 2rem;
}
.container-generic__edit {
  text-decoration: none;
  color: #001a72;
  margin: 0 0.8rem;
}
.container-generic__edit i {
  color: #0057b8;
  margin-right: 0.8rem;
  vertical-align: text-bottom;
}
.container-generic__description {
  margin-bottom: 2.4rem;
  color: #001a72;
}
.container-generic__content {
  margin-top: 1.6rem;
}
.container-generic.disabled {
  opacity: 0.5;
  pointer-events: none;
}

section.container-listed {
  margin-bottom: 5rem;
}

section.container-listed.container-listed-no-bottom-margin {
  margin-bottom: 0rem;
}

.container-listed {
  --list-padding: 5.6rem;
  --icon-size: 4rem;
  color: #53565a;
  line-height: 2rem;
  text-align: left;
}
.container-listed__header {
  margin-bottom: 1.6rem;
}
.container-listed__heading-wrap {
  display: flex;
  align-items: center;
}
.container-listed__icon-wrap {
  background: white;
  border-radius: 50%;
  box-shadow: 0 0.4rem 0.8rem rgba(16, 24, 40, 0.1);
  color: #0057b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 2.8rem;
  height: var(--icon-size);
  width: var(--icon-size);
}
.container-listed__icon-wrap i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-listed__icon-wrap i::before {
  text-align: center;
}
.container-listed__heading {
  margin-left: calc(var(--list-padding) - var(--icon-size));
  color: #53565a;
}
.container-listed__description {
  color: #53565a;
}
.container-listed__description a {
  color: currentColor;
}
.container-listed__description, .container-listed__content {
  margin-left: var(--list-padding);
}
.container-listed__content {
  font-size: 1.6rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.container-listed--carded .container-listed__header {
  margin-bottom: 2.4rem;
}
.container-listed--carded .container-listed__description {
  margin-top: -1.2rem;
  margin-bottom: 2.4rem;
}
.container-listed--carded .container-listed__content {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: 1.6rem 2.4rem;
}
.container-listed--secondary .container-listed__description {
  color: #0057b8;
}
.container-listed .container-generic {
  margin-bottom: 0;
}
.container-listed.container-listed--disabled {
  margin-bottom: 1.6rem;
}
.container-listed.container-listed--disabled .container-listed__header {
  opacity: 0.5;
}
.container-listed.container-listed--disabled .container-listed__description {
  display: none;
}
.container-listed.container-listed--disabled .container-listed__content {
  display: none;
}

.container-listed-without-circle * {
  margin-left: 0;
}

section.container-carded {
  margin-bottom: 5rem;
}

.container-carded {
  color: #53565a;
  text-align: left;
}
.container-carded__heading {
  color: #53565a;
  margin-bottom: 2.4rem;
}
.container-carded__description {
  margin-bottom: 2.4rem;
}
.container-carded__content {
  padding: 2.4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0px 0.6rem 1.2rem rgba(16, 24, 40, 0.1);
  margin-bottom: 2.4rem;
}

.history-card {
  color: #53565a;
  text-align: left;
}
.history-card__heading {
  color: #53565a;
  letter-spacing: 0.026rem;
  margin-bottom: 2.4rem;
  text-align: left;
}
.history-card__title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.history-card__title > * {
  margin-bottom: 0.6rem;
}
.history-card__title-start {
  font-size: 1.4rem;
  line-height: 2rem;
}
.history-card__control {
  color: #001a72;
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.history-card__control i {
  display: inline-flex;
  margin-right: 0.4rem;
}
.history-card__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.history-card__body {
  padding: 1.5rem 3.6rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0px 0.6rem 1.2rem rgba(16, 24, 40, 0.1);
  margin-bottom: 2rem;
}
.history-card__content {
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (min-width: 768px) {
  .history-card__content {
    flex-direction: row;
    gap: 4rem;
  }
}
.history-card__content > * {
  width: 100%;
}
.history-card__details > *:not(:last-child) {
  margin-bottom: 0.4rem;
}
.history-card__details-primary {
  color: #53565a;
  font-size: 1.4rem;
  line-height: 2rem;
}
.history-card__details-secondary {
  color: #53565a;
  font-size: 1.4rem;
  line-height: 2rem;
}
.history-card__details-tertiary {
  color: #53565a;
}
.history-card__details-quaternary {
  color: #53565a;
}
.history-card__status {
  border-radius: 0.4rem;
  margin-top: auto;
  padding: 1rem 1.1rem;
  text-align: center;
  width: 100%;
}
.history-card__status--complete {
  background: #f4f5f6;
  color: #0057b8;
}
.history-card__status--incomplete {
  background: rgba(254, 202, 202, 0.5);
  color: #b91c1c;
}

.history-card__no-history.history-card .icon-title {
  margin-bottom: unset;
}

.history-card__no-history.history-card .history-card__title > * {
  margin-bottom: unset;
}

.icon-title {
  color: #0057b8;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}
.icon-title__icon {
  display: inline-flex;
  align-items: center;
  margin-right: 0.8rem;
}
.icon-title__text {
  text-transform: uppercase;
}

.agent-info-conf {
  text-align: left;
}
.agent-info-conf__description {
  color: #53565a;
}
.agent-info-conf__agent-info {
  margin: 2.4rem 1.2rem 3.6rem 1.2rem;
}
.agent-info-conf__line {
  color: #53565a;
  text-align: left;
}
.agent-info-conf__item--name {
  font-weight: bold;
}
.agent-info-conf .field__control label {
  color: #53565a;
}
.agent-info-conf .field__control input[type=radio] {
  border-color: rgba(138, 141, 143, 0.5);
}

.agent-nav__title {
  color: #001a72;
  text-align: left;
  margin-bottom: 4.6rem;
  margin-top: 0;
}

.agent-table {
  margin-bottom: 3.6rem;
}
.agent-table__title {
  color: #0057b8;
  text-align: left;
  margin-bottom: 2.4rem;
  margin-top: 0;
}
.agent-table__card {
  padding: 1.6rem 2.4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0px 0.6rem 1.2rem rgba(16, 24, 40, 0.1);
}
.agent-table__card .msa-table {
  margin-bottom: 0;
}
.agent-table__error:not(:empty) {
  color: #da291c;
  text-align: left;
  padding: 1rem 1rem 0 1rem;
}
.agent-table__petitioned-link a {
  color: #0057b8;
}

.carousel {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
}
.carousel__viewport {
  overflow: hidden;
}
.carousel__container {
  display: flex;
}
.carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.demo-1 button:disabled {
  opacity: 0.5;
}
.demo-1 .carousel__slide {
  min-height: 20rem;
  border: 1px solid lightblue;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-generator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.qr-generator button,
.qr-generator img {
  width: 30rem;
  height: 30rem;
}
.qr-generator button {
  border: 3px dotted;
  text-transform: uppercase;
  font-weight: 700;
  color: #53565a;
}

.idv-block #idVerificationSuccessNextSteps:not([data-cmp-isauthor]),
.idv-block #idVerificationFailedNextSteps:not([data-cmp-isauthor]),
.idv-block #idVerificationExpiredNextSteps:not([data-cmp-isauthor]) {
  display: none;
}

#name-history .generic-input,
#name-history .options {
  padding: 0;
}

.review-panel__item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.review-panel__item .heading {
  color: #001a72;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  width: 49%;
}
.review-panel__item .value {
  color: #53565a;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  width: 49%;
}
.review-panel__item__uploaded-files {
  background-color: #f9fafb;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: center;
  padding: 0.8rem;
  width: 49%;
  cursor: pointer;
}
.review-panel__item__uploaded-files p {
  color: #0057b8;
  text-decoration: none;
}
.review-panel__item__uploaded-files p i {
  padding-left: 0.6rem;
}
.review-panel__recognition {
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.review-panel__recognition .heading,
.review-panel__recognition .value {
  width: 100%;
  margin-bottom: 0;
}
.review-panel__recognition .heading strong,
.review-panel__recognition .value strong {
  font-weight: 700;
}
.review-panel__error {
  color: #da291c;
}
.review-panel__anzco__header {
  margin: 1.8rem 0;
}
.review-panel .visa-details__buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
  align-items: center;
}
.review-panel .modal-acs__media_wrapper {
  background: #eef3fb;
  border-radius: 1.2rem;
  height: 14rem;
  width: 14rem;
  position: relative;
}
.review-panel .modal-acs__media_wrapper .icon-tick-mark {
  display: inline-block;
  position: absolute;
  bottom: 3rem;
  right: 3.4rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #54a031;
  border-radius: 50%;
  padding: 0.2rem;
  background-color: #54a031;
  color: #ffffff;
}
.review-panel .modal-acs__media {
  height: 7.6rem;
  width: 7.3rem;
}
.review-panel .modal-acs__footer .button a {
  font-weight: 400;
  color: #53565a;
  text-transform: none;
}
.review-panel .modal-acs__footer .button a .icon-arrow-right {
  vertical-align: middle;
}

#contact-us button[data-acs-target=contact-us-modal] {
  display: none;
}

.copy-text {
  display: inline-flex;
  align-items: center;
}
.copy-text .copy-text__text {
  color: #0057b8;
  text-decoration: none;
}
.copy-text .copy-text__copy {
  cursor: pointer;
  position: relative;
  margin-right: 1rem;
}
.copy-text .copy-text__copy i {
  border-radius: unset;
  color: #53565a;
  font-size: 3.6rem;
  transform: translateX(-50%);
}

.tooltip {
  margin-left: 0.8rem;
  display: inline-flex;
  align-items: center;
  height: 1em;
  width: 1em;
  position: relative;
  padding: 0 !important;
  text-align: center;
  vertical-align: bottom; /* for longer content*/
}
.tooltip i {
  display: inline-flex;
  height: 0.9em;
  width: 0.9em;
  min-width: 0.9em;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid var(--title-color, inherit);
  position: relative;
  cursor: pointer;
}
.tooltip i::before {
  scale: 0.5;
  translate: 15% -15%;
}
.tooltip:hover .tooltip__content, .tooltip:focus-within .tooltip__content {
  display: block;
}
.tooltip__content {
  display: none;
  position: absolute;
  padding: 0.4rem 1.2rem;
  bottom: calc(100% + 0.8rem);
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.8rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 16rem;
  z-index: 1;
  background: #28569e;
  color: #ffffff;
}
.tooltip__content::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%) translateY(-5%);
  width: 0;
  height: 0;
  bottom: calc(-1 * 0.6rem);
  border: 1px solid black;
  border-color: #28569e transparent transparent transparent;
  border-width: 0.6rem 0.8rem 0;
  z-index: 1;
}

.nps-widget {
  background: #ff0000;
  border-radius: 1.2rem 1.2rem 0 0;
  box-shadow: -0.2rem 0.2rem 0.8rem rgba(16, 24, 40, 0.1);
  position: fixed;
  bottom: 0;
  right: 33%;
  transform: translateX(50%);
  z-index: 800;
}
@media only screen and (min-width: 576px) {
  .nps-widget {
    top: 33%;
    right: 0;
    bottom: unset;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
  }
}
.nps-widget__button {
  color: white;
  margin: 0;
  padding: 0.2rem 0.8rem;
}

.card.styles {
  height: 100%;
}
.card .video-embed__wrapper {
  border-radius: 0;
}
.card__wrapper {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.card__wrapper--vertical, .card__wrapper--vertical-small {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 29rem;
}
.card__wrapper--vertical-small .card__copy-container {
  height: 130px;
}
.card__wrapper--vertical-small .card__copy-container-title {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  line-height: 3.2rem;
}
.card__wrapper--vertical-small .card__copy-container-title i[class^=icon-] {
  font-size: 20px;
  margin-right: 10px;
  margin-top: -3px;
  color: #0066cc;
}
@media only screen and (min-width: 993px) {
  .card__wrapper--horizontal {
    display: flex;
    flex-direction: row;
  }
  .card__wrapper--horizontal .card__copy-container {
    flex-grow: 1;
  }
}
.card__wrapper--horizontal-small {
  display: flex;
  flex-direction: row;
  word-break: break-word;
}
.card__wrapper--horizontal-small .card__copy-container {
  flex-grow: 1;
}
.card__image-container {
  position: relative;
}
.card__image-container--horizontal img, .card__image-container--horizontal-small img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card__image-container--horizontal figure[role=img], .card__image-container--horizontal-small figure[role=img] {
  height: 100%;
  width: 100%;
}
.card__image-container--horizontal {
  flex-shrink: 0;
}
@media only screen and (min-width: 993px) {
  .card__image-container--horizontal {
    aspect-ratio: 16/9;
    width: auto;
    height: 240px;
  }
}
@media only screen and (max-width: 992px) {
  .card__image-container--horizontal {
    padding-top: 56.063%;
  }
  .card__image-container--horizontal img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card__image-container--horizontal figure[role=img] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.card__image-container--horizontal-small {
  width: 100px;
  flex-shrink: 0;
}
.card__image-container--vertical:not(.card__image-container--video) {
  padding-top: 56.063%;
}
.card__image-container--vertical:not(.card__image-container--video) img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__image-container--vertical:not(.card__image-container--video) figure[role=img] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.card__image-container--vertical-small {
  height: 130px;
}
.card__image-container--vertical-small img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__image-container--vertical-small figure[role=img] {
  height: 100%;
  width: 100%;
}
.card__copy-container {
  background-color: #ffffff;
  padding: 1.6rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.card__copy-container--extra {
  padding: 2.4rem;
}
.card__copy-container-details {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: left;
}
.card__copy-container-title {
  display: flex;
  align-items: center;
  line-height: 3.2rem;
  word-break: break-word;
}
.card__copy-container h3,
.card__copy-container h4 {
  margin: 0;
  color: #282828;
  font-weight: 400;
}
.card__copy-container-title-link {
  color: #282828;
  text-decoration: none;
}
.card__copy-container-spread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.card__copy-container-spread--extra-padding-top {
  padding-top: 4rem;
}
.card__copy-container-spread--extra-padding-top-small {
  padding-top: 1.6rem;
}
.card__copy-container-pretitle {
  text-transform: uppercase;
}
.card__button-container {
  gap: 1.6rem;
}
.card__button-container .card__util-text {
  flex-shrink: 0;
}
.card__map {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.card__map--extra-padding-top {
  padding-top: 0.8rem;
}
.card__map-icon {
  flex: 0 0 16px;
}
.card__util-text {
  color: #727577;
}
.card__util-tag {
  border-radius: 8px;
  border: 1px solid;
  padding: 4px 8px;
  background: #34641f;
  color: #ffffff;
  text-transform: uppercase;
}
.card__separator {
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
}

.cards__error {
  display: flex;
  place-items: center;
  place-content: center;
  font-size: 1.5em;
  color: #737373;
  padding: 3.2rem 0 3.2rem 0;
}
.cards__error i {
  margin-top: -2px;
  color: #737373;
  margin-right: 0.8rem;
}
.cards__error i[class^=icon-]:before {
  font-size: 1.5em;
}

.membership-container h3 {
  font-size: 2rem;
}

.divider--blue {
  height: 1px;
  background-color: #0066cc;
  width: 100%;
}
.divider--gray, .divider--grey {
  height: 1px;
  background-color: #d9d9d9;
  width: 100%;
}
.divider--lightgray, .divider--lightgrey {
  height: 1px;
  background-color: #f9f9f9;
  width: 100%;
}
.divider--white {
  height: 1px;
  background-color: #ffffff;
  width: 100%;
}

.spacer-top--xs {
  padding-top: 0.8rem !important;
}
.spacer-top--sm {
  padding-top: 1.6rem !important;
}
.spacer-top--md {
  padding-top: 2.4rem !important;
}
.spacer-top--lg {
  padding-top: 3.2rem !important;
}
.spacer-top--xl {
  padding-top: 4rem !important;
}
.spacer-top--2xl {
  padding-top: 4.8rem !important;
}
.spacer-top--3xl {
  padding-top: 5.6rem !important;
}
.spacer-top--4xl {
  padding-top: 6.4rem !important;
}
.spacer-top--5xl {
  padding-top: 7.2rem !important;
}
.spacer-top--6xl {
  padding-top: 8rem !important;
}
.spacer-bottom--xs {
  padding-bottom: 0.8rem !important;
}
.spacer-bottom--sm {
  padding-bottom: 1.6rem !important;
}
.spacer-bottom--md {
  padding-bottom: 2.4rem !important;
}
.spacer-bottom--lg {
  padding-bottom: 3.2rem !important;
}
.spacer-bottom--xl {
  padding-bottom: 4rem !important;
}
.spacer-bottom--2xl {
  padding-bottom: 4.8rem !important;
}
.spacer-bottom--3xl {
  padding-bottom: 5.6rem !important;
}
.spacer-bottom--4xl {
  padding-bottom: 6.4rem !important;
}
.spacer-bottom--5xl {
  padding-bottom: 7.2rem !important;
}
.spacer-bottom--6xl {
  padding-bottom: 8rem !important;
}

.event-detail-header__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: start;
}
.event-detail-header__pretitle {
  color: #282828;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}
.event-detail-header__title {
  margin: 0;
  font-weight: 400;
}
.event-detail-header__description {
  color: #282828;
  font-weight: 400;
}

.event-detail-line__wrapper {
  background-color: #f9f9f9;
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  display: flex;
  gap: 3.2rem;
}
@media only screen and (max-width: 992px) {
  .event-detail-line__wrapper {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.event-detail-line__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex: 1;
  border-left: 1px solid #d9d9d9;
  padding-left: 2.6rem;
}
.event-detail-line__item:first-child {
  border-left: none;
  padding-left: 0;
}
.event-detail-line__item i {
  font-size: 2.2rem;
  color: #0057b8;
}
@media only screen and (max-width: 992px) {
  .event-detail-line__item {
    border-left: none;
    padding-left: 0;
  }
}

.speaker-card__wrapper {
  color: #282828;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  width: 100%;
  max-width: 16.3rem;
  text-align: left;
  border-radius: 0.8rem;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .speaker-card__wrapper {
    max-width: 22rem;
  }
}
.speaker-card__header {
  border-radius: 0.8rem;
  margin-bottom: 1.6rem;
  height: 16.3rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .speaker-card__header {
    height: 22rem;
    width: 22rem;
    margin-bottom: 0.8rem;
  }
}
.speaker-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.speaker-card__footer {
  margin-top: auto;
}
.speaker-card__footer .msa-button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.speaker-card__footer i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.speaker-card__image {
  border-radius: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.speaker-card__primary {
  color: #282828;
}
.speaker-card__secondary {
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.speaker-card__tertiary {
  margin-bottom: 0.8rem;
}
.speaker-card .button--tertiary > .msa-button.button,
.speaker-card .button--tertiary > .msa-button.button i {
  color: #0066cc;
}

/* Horizontal variant */
.speaker-card--horizontal.speaker-card__wrapper {
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.8rem rgba(16, 24, 40, 0.1);
  display: flex;
  flex-flow: row nowrap;
  max-width: unset;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .speaker-card--horizontal.speaker-card__wrapper {
    max-width: unset;
  }
}
.speaker-card--horizontal .speaker-card__header {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  width: unset;
  height: unset;
}
.speaker-card--horizontal .speaker-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  padding: 1rem;
}
.speaker-card--horizontal .speaker-card__image {
  border-radius: unset;
  height: 100%;
  min-width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 11rem;
}
/* List styles */
.speaker-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .speaker-cards {
    gap: 3.2rem;
  }
}

.speaker-cards.speaker-cards--horizontal {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .speaker-cards.speaker-cards--horizontal {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 993px) {
  .speaker-cards.speaker-cards--horizontal {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.social-share__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
}
.social-share--align-right {
  justify-content: flex-end;
}
.social-share--align-center {
  justify-content: center;
}
.social-share__label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #898989;
  font-weight: 500;
}
.social-share__container #st-1.sharethis-inline-share-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.8rem;
}
.social-share__container #st-1.sharethis-inline-share-buttons .st-btn {
  color: #898989;
  display: inline-flex;
  text-decoration: none;
  padding: 0;
}
.social-share__container #st-1.sharethis-inline-share-buttons .st-btn img {
  height: 17px;
}

.event-info-card__wrapper {
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  width: max(29rem, 100%);
}
.event-info-card__image img {
  display: block;
}
.event-info-card__content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  flex: 1 1 auto;
}
.event-info-card__content__title {
  text-align: start;
}
.event-info-card__content__item {
  display: flex;
  gap: 1.4rem;
  font-size: 1.6rem;
  text-align: start;
  color: #282828;
}
.event-info-card__content__item i {
  color: #0057b8;
}
.event-info-card__content__item a {
  color: #282828;
}
.event-info-card__content__item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1 1 auto;
}
.event-info-card__content__action button,
.event-info-card__content__action a {
  width: 100%;
  text-align: center;
}
.event-info-card__content__action button .button__icon,
.event-info-card__content__action a .button__icon {
  flex-grow: 1;
  text-align: end;
}

.event-detail__sponsors-label {
  color: #282828;
  text-align: start;
  margin-bottom: 2.4rem;
}
.event-detail__sponsors {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: start;
}
.event-detail__sponsors__tier-container {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.event-detail__sponsors__tier-container__tier:nth-child(1) .grid__image-container {
  flex: 0 1 100%;
  height: 14rem;
}
@media only screen and (min-width: 993px) {
  .event-detail__sponsors__tier-container__tier:nth-child(1) .grid__image-container {
    padding: 1.6rem;
    height: 16rem;
    flex: 0 1 calc(50% - 1.6rem);
  }
}
.event-detail__sponsors__tier-container__tier:nth-child(2) .grid__image-container {
  flex: 0 1 calc(50% - 1.6rem);
  height: 7.6rem;
  padding: 1.2rem;
}
@media only screen and (min-width: 993px) {
  .event-detail__sponsors__tier-container__tier:nth-child(2) .grid__image-container {
    height: 10.8rem;
    flex: 0 1 calc(33.333% - 1.6rem);
  }
}
.event-detail__sponsors__tier-container__tier:nth-child(3) .grid__image-container {
  flex: 0 1 calc(33.333% - 1.6rem);
  height: 5rem;
  padding: 0.9rem;
}
@media only screen and (min-width: 993px) {
  .event-detail__sponsors__tier-container__tier:nth-child(3) .grid__image-container {
    height: 8.2rem;
    flex: 0 1 calc(25% - 1.6rem);
  }
}
.event-detail__sponsors__tier-container__tier__container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.event-detail__sponsors__tier-container__tier__container .label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.695rem;
  letter-spacing: 0.08em;
  color: #737373;
}
.event-detail__sponsors__tier-container__tier__container .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.event-detail__sponsors__tier-container__tier__container .grid__image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  box-shadow: 0px 0px 20.45px 0px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
  padding: 0.7rem;
  flex: 0 1 calc(33.333% - 1.6rem);
  height: 5rem;
}
@media only screen and (min-width: 993px) {
  .event-detail__sponsors__tier-container__tier__container .grid__image-container {
    height: 6.2rem;
    flex: 0 1 calc(20% - 1.6rem);
  }
}
.event-detail__sponsors__tier-container__tier__container .grid__image-container img {
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-detail__sponsors__tier-container__tier__container .grid__image-container a {
  text-align: center;
  width: 100%;
}

.event-inline-modal {
  text-align: start;
}
.event-inline-modal__link {
  cursor: pointer;
  text-decoration: underline;
}
.quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.8rem;
  border-radius: 0.8rem;
  min-height: 4.8rem;
  min-width: 12rem;
  width: 12rem;
  border: 1px solid #898989;
}
.quantity__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 2.3rem;
  width: 100%;
}
.quantity__container button > i {
  color: #0057b8;
}
.quantity__container button:disabled > i {
  color: #898989;
}

.event-attendee-management {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: start;
}
.event-attendee-management__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-attendee-management__header__info {
  display: flex;
  flex-direction: column;
}
.event-attendee-management__header__info__title {
  font-weight: 700;
  color: #282828;
}
.event-attendee-management__header__info__subtitle {
  color: #737373;
}
.event-attendee-management__form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.event-attendee-management__form__attendee-form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  text-align: start;
}
.event-attendee-management__form__attendee-form__header {
  font-weight: 700;
}
.event-attendee-management__form__attendee-form__row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media only screen and (min-width: 993px) {
  .event-attendee-management__form__attendee-form__row {
    flex-direction: row;
  }
}
.event-attendee-management__form__attendee-form .field {
  margin: 0;
}

.event-price-card__wrapper {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  text-align: start;
  width: 100%;
}
.event-price-card__image {
  display: none;
}
@media only screen and (min-width: 993px) {
  .event-price-card__image {
    display: block;
  }
}
.event-price-card__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  flex: 1 1 auto;
}
.event-price-card__content__title {
  color: #282828;
}
.event-price-card__content__item {
  display: flex;
  flex-direction: column;
}
.event-price-card__content__item__discount {
  text-align: end;
  color: #54a031;
  line-height: 2.4rem;
}
.event-price-card__content__item__container {
  display: flex;
  justify-content: space-between;
  line-height: 2.4rem;
}
.event-price-card__content__item__container__price--applied-discount {
  text-decoration: line-through;
}
.event-price-card__content__item__container__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.event-price-card__content__item__container__label i {
  display: inline-flex;
  color: #0057b8;
  font-size: 2.2rem;
}
.event-price-card__content__promo {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.event-price-card__content__promo-input {
  border: 0.1rem solid #898989;
  border-radius: 0.8rem;
  padding: 0.8rem;
  width: 100%;
  margin-right: -4.09rem;
}
.event-price-card__content__promo-input i {
  display: flex;
}
.event-price-card__content__promo-input--valid {
  pointer-events: none;
}
.event-price-card__content__promo-input--invalid {
  border-color: #da291c;
}
.event-price-card__content__promo-input--invalid:focus-visible {
  border-color: #da291c;
  box-shadow: inset 0 0 0 0.1rem #da291c !important;
}
.event-price-card__content__promo-input:focus-visible {
  border-color: #0057b8;
  box-shadow: inset 0 0 0 0.1rem #0057b8;
  outline: none;
}
.event-price-card__content__promo__container {
  display: flex;
}
.event-price-card__content__promo__container .button {
  position: relative;
  right: 1rem;
}
.event-price-card__content__promo__container i {
  display: inline-flex;
  position: relative;
  right: 0;
  font-size: 1.8rem;
  margin: auto;
  color: #54a031;
}
.event-price-card__content__promo__remove-promo {
  color: #898989;
  display: flex;
  text-align: start;
}
.event-price-card__content__promo__remove-promo button {
  color: #737373;
  text-decoration: underline;
  outline: 0;
  position: relative;
}
.event-price-card__content__promo__remove-promo button::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -6px;
  top: -6px;
  border: 2px solid #0057b8;
  border-radius: 4px;
  display: none;
}
.event-price-card__content__promo__remove-promo button:focus-visible::before {
  display: block;
}
.event-price-card__content__promo__invalid-promo {
  color: #da291c;
}
.event-price-card__content__total {
  display: flex;
  justify-content: space-between;
}
.event-price-card__content__total h5 {
  color: #282828;
}
.event-price-card__apply-button {
  display: flex;
}

.payment-disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.event-booking-header__wrapper {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 6.4rem;
}
.event-booking-header__title {
  margin: 0;
  margin-bottom: 2.4rem;
}
.event-booking-header__subtitle {
  margin-bottom: 1.2rem;
}
.event-booking-header__description {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-booking-header__description i:before {
  color: #0057b8;
  font-size: 2.4rem;
  margin-right: 0.8rem;
}
.event-booking-header__divider {
  margin: 0 auto 1.6rem auto;
  width: 50px;
}

.map {
  --dynamic-map-height: 40rem;
}
.map__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.map__title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
.map__title-section .button__label {
  text-transform: none;
  font-size: 16px;
}
.map__map-section {
  width: 100%;
  height: var(--dynamic-map-height);
}
.map__map-section.static {
  height: auto;
}
.map__map-section img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.map__map-widget {
  height: 100%;
}
.map-icon-text__wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.map-icon-text__wrapper i {
  color: #0066cc;
  width: 2rem;
  text-align: center;
  font-size: 2rem;
}
.map-icon-text__content {
  line-height: 1.8;
  margin: 0;
}
.map-icon-text__content p {
  line-height: 1.8;
  margin: 0;
}

.event-agenda {
  text-align: start;
}
.event-agenda__table {
  border-radius: 0.8rem;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.event-agenda__table-header {
  background: #f9f9f9;
  display: none !important;
}
@media only screen and (min-width: 993px) {
  .event-agenda__table-header {
    display: grid !important;
  }
}
.event-agenda__table-header .event-agenda__table-cell {
  border-bottom: none !important;
  font-weight: 500;
}
.event-agenda__table-header .event-agenda__table-cell:first-of-type {
  font-weight: 500;
}
.event-agenda__table-row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.6rem 2.4rem 0 2.4rem;
}
.event-agenda__table-row:not(:last-of-type) .event-agenda__table-cell:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (min-width: 993px) {
  .event-agenda__table-row {
    grid-template-columns: 1fr 2fr;
    flex-direction: row;
  }
  .event-agenda__table-row:not(:last-of-type) .event-agenda__table-cell {
    border-bottom: 1px solid #d9d9d9;
  }
}
.event-agenda__table-row--day {
  color: #001a72;
  font-weight: 500;
}
@media only screen and (min-width: 993px) {
  .event-agenda__table-row--day {
    grid-template-columns: 1fr;
  }
}
.event-agenda__table-row--day .event-agenda__table-cell {
  font-weight: 500 !important;
}
.event-agenda__table-cell {
  display: flex;
}
.event-agenda__table-cell:first-of-type {
  font-weight: 500;
}
.event-agenda__table-cell:last-of-type {
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 993px) {
  .event-agenda__table-cell {
    padding-bottom: 1.6rem;
  }
  .event-agenda__table-cell:first-of-type {
    font-weight: normal;
  }
}

.booked-events {
  --second-column-width: 148px;
  --third-column-width: 128px;
  text-align: left;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .booked-events {
    gap: 2.4rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .booked-events__button-wrapper {
    order: 2;
  }
}
.booked-events__table-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.booked-events__table {
  border-collapse: collapse;
  width: 100%;
}
.booked-events__table a {
  color: #0057b8;
}
.booked-events__table thead {
  display: none;
}
@media only screen and (min-width: 768px) {
  .booked-events__table thead {
    display: table-header-group;
    background: linear-gradient(133.37deg, #001a72 0%, #0085ca 100%);
    color: #ffffff;
  }
}
.booked-events__table tr {
  position: relative;
  /* Fix alignment to display date and CPD hours on the same line and add border */
}
.booked-events__table tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.4rem;
  right: 2.4rem;
  height: 1px;
  background-color: #d9d9d9;
}
.booked-events__table tr:last-child::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .booked-events__table tr {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
    justify-content: space-between;
    padding: 1.6rem 2.4rem;
  }
}
.booked-events__table th {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .booked-events__table th {
    padding: 1.6rem 2.4rem;
  }
  .booked-events__table th:nth-child(2) {
    width: var(--second-column-width);
  }
  .booked-events__table th:nth-child(3) {
    text-align: center;
    width: var(--third-column-width);
  }
}
@media only screen and (max-width: 767px) {
  .booked-events__table td {
    /* Target the first cell to make it full width */
    /* Target the second cell for Date */
    /* Target the third cell for CPD hours */
  }
  .booked-events__table td:nth-child(1) {
    width: 100%;
  }
  .booked-events__table td:nth-child(2) {
    font-size: 1.4rem;
  }
  .booked-events__table td:nth-child(3) {
    text-align: right;
    font-size: 1.1rem;
    color: #737373;
    /* Hide the original CPD text */
    /* Add "CPD HOURS:" text before the actual hours value and remove "hours" */
  }
  .booked-events__table td:nth-child(3) span {
    display: none;
  }
  .booked-events__table td:nth-child(3)::before {
    content: "CPD HOURS: " attr(data-cpd);
  }
}
@media only screen and (min-width: 768px) {
  .booked-events__table td {
    padding: 1.6rem 2.4rem;
  }
  .booked-events__table td:nth-child(2) {
    width: var(--second-column-width);
  }
  .booked-events__table td:nth-child(3) {
    text-align: center;
    width: var(--third-column-width);
  }
}

.hero-banner {
  text-align: start;
}
@media only screen and (max-width: 992px) {
  .hero-banner {
    padding-bottom: 4rem;
  }
}
.hero-banner > .wrapper {
  width: 100%;
}
.hero-banner__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1.6rem;
  z-index: 0;
}
@media only screen and (min-width: 993px) {
  .hero-banner__wrapper {
    min-height: 66rem;
  }
}
@media only screen and (min-width: 993px) {
  .hero-banner__wrapper--tier-2 {
    min-height: unset;
    margin-bottom: -8rem;
  }
}
.hero-banner__wrapper--none {
  padding-bottom: 6.4rem;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 993px) {
  .hero-banner__wrapper--none {
    min-height: unset;
    padding-top: 8rem;
  }
}
.hero-banner__wrapper--none .hero-banner__inner-wrapper {
  align-items: flex-start;
}
.hero-banner__wrapper--none .hero-banner__copy {
  width: 100%;
  min-width: unset;
  max-width: unset;
}
.hero-banner__wrapper--none .hero-banner__button-container {
  flex-wrap: wrap;
}
.hero-banner__wrapper--none .hero-banner__button-container .button {
  width: unset;
  min-width: 20.2rem;
}
.hero-banner__wrapper--none .button .button__label {
  white-space: nowrap;
}
@media only screen and (min-width: 993px) {
  .hero-banner__wrapper--none .aem-GridColumn--offset--xl--1 {
    margin-left: 8.3333333333%;
  }
}
.hero-banner__inner-wrapper {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  flex-direction: column;
  width: 100%;
  gap: 4rem;
}
@media only screen and (min-width: 993px) {
  .hero-banner__inner-wrapper {
    gap: 5.6rem;
    flex-direction: row;
  }
}
.hero-banner__inner-wrapper--tier-2 {
  justify-content: end;
}
.hero-banner__copy {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2.4rem;
}
@media only screen and (min-width: 993px) {
  .hero-banner__copy {
    max-width: 42rem;
    min-width: 42rem;
  }
}
.hero-banner__copy--tier-2 {
  order: 2;
  flex: 0 0 calc(40% - 28px);
  max-width: unset;
  min-width: unset;
}
@media only screen and (min-width: 993px) {
  .hero-banner__copy--tier-2 {
    margin-top: -8rem;
  }
}
.hero-banner__button-container {
  display: flex;
  gap: 1.6rem;
}
.hero-banner__button-container .button {
  width: calc(50% - 8px);
  justify-content: space-between;
}
.hero-banner__media {
  padding-top: 115%;
  width: 130%;
  margin-right: -2.7rem;
  position: relative;
}
.hero-banner__media--tier-2 {
  margin-right: -100px;
}
@media only screen and (min-width: 768px) {
  .hero-banner__media {
    padding-top: 50%;
    width: 65%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 993px) {
  .hero-banner__media {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}
.hero-banner__media img,
.hero-banner__media video,
.hero-banner__media figure[role=img] {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 993px) {
  .hero-banner__media img,
.hero-banner__media video,
.hero-banner__media figure[role=img] {
    position: relative;
    height: 100%;
    width: calc(100% + 1.6rem);
  }
}
.hero-banner__media--tier-2 {
  order: 1;
}
@media only screen and (min-width: 993px) {
  .hero-banner__media--tier-2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 53%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner__media--tier-2 {
    padding-top: 50%;
    flex: 0 0 calc(60% - 28px);
  }
}
@media only screen and (min-width: 993px) {
  .hero-banner__media--tier-2 img,
.hero-banner__media--tier-2 video,
.hero-banner__media--tier-2 figure[role=img] {
    max-width: 100%;
    position: absolute;
  }
}

.acs-white-theme {
  --header-offset: 5rem;
}
@media only screen and (min-width: 993px) {
  .acs-white-theme .hero-banner {
    transform: translateX(-50%) translateY(calc(var(--header-offset) * -1));
  }
}
@media only screen and (min-width: 993px) {
  .acs-white-theme .hero-banner:not(.hero-banner__wrapper--none) .hero-banner__copy {
    margin-top: var(--header-offset);
    margin-bottom: auto;
  }
}
.acs-white-theme .hero-banner__copy ol,
.acs-white-theme .hero-banner__copy ul {
  margin-left: 1.2em;
  margin-block: 1em;
}
.acs-white-theme .hero-banner__copy ul {
  list-style-type: disc !important;
}
.acs-white-theme .hero-banner__copy ol {
  list-style-type: decimal !important;
}
.acs-white-theme .hero-banner__copy li {
  color: inherit;
  margin: 0.4rem 0;
}
.acs-white-theme .animated-hidden .hero-banner__media,
.acs-white-theme .animated-hidden .hero-banner__copy {
  opacity: 0;
  transform: translateY(var(--header-offset));
  transition: opacity 1.5s cubic-bezier(0.35, 1, 0.45, 1) 0.05s, transform 1.5s cubic-bezier(0.35, 1, 0.45, 1) 0.05s;
}
.acs-white-theme .animated-visible .hero-banner__media,
.acs-white-theme .animated-visible .hero-banner__copy {
  opacity: 1;
  transform: initial;
}

.icon-text {
  height: 100%;
}
.icon-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.icon-text__wrapper img {
  position: relative;
  top: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
}
.icon-text__box-shadow {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0px 0.6rem 1.2rem rgba(16, 24, 40, 0.1);
  border-radius: 0.4rem;
}
.icon-text__section {
  display: flex;
  color: #0066cc;
  gap: 0.8rem;
}
.icon-text__section .icon-text__title {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  color: #1a1a1a;
}
.icon-text__section .icon-text__icon-title {
  font-size: 2.4rem;
  position: relative;
  top: 0.5rem;
}
.icon-text__section .icon-text__icon-title[class^=icon-]:before,
.icon-text__section .icon-text__icon-title [class*=" icon-"]:before {
  font-size: 2.4rem !important;
}
.icon-text__section .rte, .icon-text__section .modal-acs__body {
  padding-top: 0.3rem;
}
.icon-text__section img {
  position: relative;
  top: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
}
.icon-text__section-large {
  display: flex;
  color: #0066cc;
  gap: 0.8rem;
}
.icon-text__section-large .icon-text__title {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  margin-top: 1.5rem;
  color: #1a1a1a;
}
.icon-text__section-large .icon-text__icon-title {
  font-size: 2.4rem;
  position: relative;
  top: 0.5rem;
}
.icon-text__section-large .icon-text__icon-title[class^=icon-]:before,
.icon-text__section-large .icon-text__icon-title [class*=" icon-"]:before {
  font-size: 5.6rem !important;
  line-height: normal !important;
}
.icon-text__section-large img {
  position: relative;
  top: 0.5rem;
  width: 5.6rem;
  height: 5.6rem;
}
.icon-text__icon {
  font-size: 2.4rem;
  position: relative;
  top: 0.5rem;
}
.icon-text__icon[class^=icon-]:before,
.icon-text__icon [class*=" icon-"]:before {
  font-size: 2rem !important;
}
.icon-text__spread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.icon-text--vertical .icon-text__section {
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.icon-text--vertical img {
  height: 8.4rem;
  width: 8.4rem;
}
.icon-text--vertical p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 0;
}
.icon-text h1, .icon-text h2, .icon-text h3, .icon-text h4, .icon-text h5, .icon-text h6 {
  color: #1a1a1a;
}

@media only screen and (min-width: 768px) {
  .list--two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1pc;
  }
}
@media only screen and (min-width: 768px) {
  .list--three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1pc;
  }
}
.list--three-column .list__item, .list--two-column .list__item {
  border: 0.1rem solid #d9d9d9;
  margin-top: -0.1rem;
}
.list--three-column .list__item-link, .list--two-column .list__item-link {
  padding: 1rem 2rem;
  font-weight: 500;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1pc;
  line-height: 2.8rem;
  text-decoration: none;
  text-align: left;
}
.list--three-column .list__item-link:hover, .list--two-column .list__item-link:hover {
  background-color: #f9f9f9;
}
.list--three-column .list__item-description, .list--two-column .list__item-description {
  padding: 1rem 2rem;
  text-align: left;
}

[data-load-more] .load-more-wrapper {
  width: 100%;
  padding-block: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cmp-highlights {
  background-image: linear-gradient(133.37deg, #001a72 0%, #0085ca 100%);
  --gap: 30px;
  width: 100vw;
  padding-inline: max((100% - 1240px) / 2, 1rem);
  padding-block: 5pc;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cmp-highlights__wrapper {
  width: min(1240px, 100%);
  margin-inline: auto;
}
.cmp-highlights__heading {
  text-align: center;
  color: white;
  line-height: 1.15;
  margin-bottom: 56px;
}
.cmp-highlights.partners .cmp-highlights__items, .cmp-highlights.highlights .cmp-highlights__items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--gap);
}
.cmp-highlights.highlights .cmp-highlights__item {
  display: block;
  flex-shrink: 0;
  flex-basis: calc(280px - var(--gap));
}
.cmp-highlights.highlights .cmp-highlights__item p {
  color: white;
  text-wrap: pretty;
}
.cmp-highlights.highlights .cmp-highlights__item p:not(:last-child) {
  margin: 24px 0 8px;
}
.cmp-highlights.highlights .cmp-highlights__item p:last-child {
  padding-inline: none;
}
@media only screen and (min-width: 768px) {
  .cmp-highlights.highlights .cmp-highlights__item p:last-child {
    padding-inline: 40px;
  }
}
.cmp-highlights.highlights .cmp-highlights__item p span {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.cmp-highlights.highlights .cmp-highlights__item p span::after {
  content: "+";
}
.cmp-highlights.highlights .cmp-highlights__item img {
  height: 80px;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.cmp-highlights.partners .cmp-highlights__items {
  align-items: center;
  justify-content: center;
}
.cmp-highlights.partners .cmp-highlights__item {
  flex-basis: min(65px + var(--gap), 100%);
  aspect-ratio: 4/3;
}
.cmp-highlights.partners .cmp-highlights__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.my-booked-events__container .container-row__wrapper {
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .my-booked-events__container .spacer-top--6xl {
    padding-top: 4rem !important;
  }
  .my-booked-events__container .spacer-bottom--6xl {
    padding-bottom: 4rem !important;
  }
}

.dm-card-wrapper {
  position: relative;
  max-width: min(768px, 100%);
  margin-inline: auto;
}

.dm-card__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: loader-out 1s forwards ease;
}

.dm-card__loader img {
  width: 35px;
}

.dm-card {
  container: dmcard/inline-size;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "acslogo . . dis" "name name name name" "footer footer footer valid";
  width: 100%;
  min-height: 400px;
  aspect-ratio: 14.25/9;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%), linear-gradient(115deg, blue 35%, purple 70%, red 95%);
  border-radius: clamp(9.88px, 2vw, 16px);
  padding: clamp(14.5px, 4vw, 24px);
  color: white;
  text-align: left;
  overflow: hidden;
  animation: 0.5s load-in 0.5s forwards ease;
  transform: scale(0);
  opacity: 0;
}

.dm-card__acs {
  width: clamp(48px, 15cqw, 96px);
  grid-area: acslogo;
  justify-self: start;
  align-self: start;
}

.dm-card__acs__image {
  width: min(75px, 100%);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}

.dm-card__dis {
  width: clamp(86px, 25cqw, 96px);
  grid-area: dis;
  justify-self: end;
  align-self: start;
  position: relative;
}

.dm-card__dis--has-badge {
  width: 120px;
  padding-right: 24px;
}

.dm-card__dis--has-badge .dm-card__dis__badge {
  display: block;
}

.dm-card__dis__image {
  width: 96px;
  border-radius: 100vw;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
}

.dm-card__dis__badge {
  display: none;
  width: 48px;
  position: absolute;
  border-radius: 100vw;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
  right: 0;
  bottom: 0;
}

.dm-card__name {
  grid-area: name;
  justify-self: start;
  align-self: center;
  font-size: clamp(20px, 6cqw, 32px);
  line-height: clamp(30.6px, 8cqw, 41.6px);
}

.dm-card__member-info,
.dm-card__valid {
  grid-area: footer;
  justify-self: start;
  align-self: end;
  font-size: clamp(14px, 4cqw, 18px);
  line-height: clamp(21px, 6cqw, 27px);
  white-space: nowrap;
}

.dm-card__member-info span,
.dm-card__valid span {
  font-weight: 500;
}

.dm-card__valid {
  grid-area: valid;
  justify-self: end;
}

@media (prefers-reduced-motion) {
  .dm-card__loader {
    animation: none;
    display: none;
  }
  .dm-card {
    animation: none;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes load-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes loader-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cpd-hours {
  --transition-time: .5s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .cpd-hours {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.cpd-hours__fraction {
  font-family: "DIN Pro", Helvetica, Arial, serif, sans-serif;
  display: flex;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
  color: #1a1a1a;
  transition: --num var(--transition-time);
  counter-set: num var(--num);
}

.cpd-hours__fraction::before {
  content: counter(num);
}

.cpd-hours__progressbar {
  display: none;
}

/* Overwrite cpd-hours__fraction if valuemax is 0 */
@media only screen and (min-width: 768px) {
  .cpd-hours:has(.cpd-hours__progressbar[aria-valuemax]) {
    margin-block: -2rem -2.5rem;
  }
}
.cpd-hours:has(.cpd-hours__progressbar[aria-valuemax]) .cpd-hours__fraction::before {
  content: counter(num) "/";
}
.cpd-hours:has(.cpd-hours__progressbar[aria-valuemax]) .cpd-hours__progressbar {
  display: block;
  position: relative;
  border-radius: 8px;
  height: 20px;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}
.cpd-hours:has(.cpd-hours__progressbar[aria-valuemax]) .cpd-hours__progressbar::before {
  content: "";
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  background-image: linear-gradient(133.37deg, #001A72 0%, #0085CA 100%);
  background-size: 100%;
  border-radius: 0px;
  transition: width var(--transition-time);
}
.cpd-hours:has(.cpd-hours__progressbar[aria-valuemax]) .cpd-hours__progressbar::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: linear-gradient(90deg, transparent 50%, #D9D9D9 1px, transparent calc(50% + 1px));
  background-size: 25.1% 100%;
  background-repeat: repeat-x;
  background-position: center;
}

@media (prefers-reduced-motion) {
  .cpd-hours__progressbar::before,
.cpd-hours__fraction {
    transition: none;
  }
}
.vendorCertDropdown {
  padding: 0 1.2rem;
}

.core-carousel {
  text-align: start;
}
.core-carousel--white {
  color: white;
}
.core-carousel__title {
  color: inherit;
}
.core-carousel__item {
  display: none;
}
.core-carousel__nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.core-carousel__indicators {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
.core-carousel__indicator {
  --carousel-indicator-size: 8px;
  --carousel-active-indicator-size: 40px;
  --carousel-indicator-transition-delay: 0.2s;
  background: white;
  border-radius: 8px;
  opacity: 0.25;
  position: relative;
  width: var(--carousel-indicator-size);
  height: var(--carousel-indicator-size);
  transition: var(--carousel-indicator-transition-delay) width;
}
.core-carousel__indicator::before {
  content: "";
  background: white;
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: unset;
  width: var(--carousel-indicator-size);
  height: var(--carousel-indicator-size);
}
.core-carousel__nav-btns {
  display: flex;
  gap: 8px;
  flex-flow: row nowrap;
}
.core-carousel__nav-btn {
  --carousel-nav-btn-size: 4.8rem;
  border: 1px solid;
  border-color: inherit;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--carousel-nav-btn-size);
  height: var(--carousel-nav-btn-size);
}
.core-carousel__nav-btn i {
  display: flex;
}
.core-carousel .cmp-carousel__item--active {
  display: block;
}
.core-carousel .cmp-carousel__indicator--active {
  opacity: 1;
  width: var(--carousel-active-indicator-size);
  transition-delay: var(--carousel-indicator-transition-delay);
}

.event-slide {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  text-align: start;
}
@media only screen and (min-width: 768px) {
  .event-slide {
    flex-direction: row;
    gap: 4rem;
  }
}
.event-slide__image-wrapper {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 56.063%;
  position: relative;
  flex: 0 1 50%;
}
.event-slide__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .event-slide__image-wrapper {
    padding-top: 0;
  }
  .event-slide__image-wrapper img {
    position: static;
    display: block;
  }
}
.event-slide__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-slide__image-link {
  display: block;
  text-decoration: none;
}
.event-slide__copy-wrapper {
  display: flex;
  flex: 0 1 50%;
  flex-flow: column nowrap;
  gap: 1.6rem;
}
.event-slide__copy-wrapper > *:last-child {
  margin-top: 3.2rem;
}
.event-slide__meta {
  color: inherit;
  text-transform: uppercase;
}
.event-slide__header {
  color: inherit;
}
.event-slide__header-link {
  color: inherit;
  text-decoration: none;
}
.event-slide__details {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.6rem;
}
.event-slide__detail {
  color: inherit;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}
.event-slide__body {
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.event-slide__cta .button {
  color: inherit;
}

.add-to-calendar {
  text-align: center;
}
.add-to-calendar__title {
  color: #282828;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.add-to-calendar__items {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.add-to-calendar__item {
  color: #001a72;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: pointer;
}

.filter-listing__title {
  display: none;
  font-size: 3.2rem;
  line-height: 4.16rem;
  text-align: left;
}
.filter-listing.event-list {
  padding-inline: 1pc;
}
.filter-listing.event-list .filter-listing__filters {
  --color: #747474;
  border-bottom: 1px solid #d9d9d9;
}
.filter-listing.event-list .filter-listing__title {
  display: block;
}
.filter-listing.report-list {
  --color: #ffffff;
  position: relative;
  padding-inline: 1pc;
}
.filter-listing.report-list .filter-listing__filters {
  position: relative;
}
.filter-listing.report-list .filter-listing__filters::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - 15px);
  left: 50%;
  margin-left: -50vw;
  height: 100%;
  background-image: linear-gradient(133.37deg, #001a72, #0085ca);
}
.filter-listing__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-block: 3.2rem;
}
.filter-listing__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .filter-listing__form {
    flex-direction: row;
  }
}
.filter-listing__form .filter-listing__dropdowns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .filter-listing__form .filter-listing__dropdowns {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
}
.filter-listing__form .filter-text {
  white-space: nowrap;
  font-size: 1.6rem;
  color: var(--color);
  z-index: 1;
}
.filter-listing__form .filter-search,
.filter-listing__form .filter-type,
.filter-listing__form .filter-location,
.filter-listing__form .filter-category,
.filter-listing__form .filter-date {
  border-radius: 4.8rem;
  border: 1px solid var(--color);
  padding: 1.6rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 100%;
  color: var(--color);
}
@media only screen and (min-width: 768px) {
  .filter-listing__form .filter-search,
.filter-listing__form .filter-type,
.filter-listing__form .filter-location,
.filter-listing__form .filter-category,
.filter-listing__form .filter-date {
    width: auto;
  }
}
.filter-listing__form .search-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .filter-listing__form .search-wrapper {
    width: 400px;
  }
}
.filter-listing__form .search-wrapper .filter-search {
  text-transform: initial;
  width: 100%;
  padding-left: 4rem;
  font-size: 1.6rem;
}
.filter-listing__form .search-wrapper .filter-search::-moz-placeholder {
  color: var(--color);
  text-transform: uppercase;
  font-size: 1.4rem;
}
.filter-listing__form .search-wrapper .filter-search::placeholder {
  color: var(--color);
  text-transform: uppercase;
  font-size: 1.4rem;
}
.filter-listing__form .search-wrapper::before {
  position: absolute;
  display: inline-block;
  content: "\f163";
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color);
}
.filter-listing__form .select-wrapper {
  position: relative;
  width: 100%;
}
.filter-listing__form .select-wrapper select {
  width: 100%;
}
.filter-listing__form .select-wrapper input[type=text] {
  width: 100%;
}
.filter-listing__form .select-wrapper input[type=text]:focus-visible {
  outline: none;
}
.filter-listing__form .select-wrapper input[type=text]::-moz-placeholder {
  color: var(--color);
}
.filter-listing__form .select-wrapper input[type=text]::placeholder {
  color: var(--color);
}
@media only screen and (min-width: 768px) {
  .filter-listing__form .select-wrapper {
    width: 175px;
  }
}
.filter-listing__form .select-wrapper::after {
  position: absolute;
  display: inline-block;
  content: "\f124";
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color);
}
.filter-listing__form .filter-reset {
  align-self: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--color);
  z-index: 1;
}
.filter-listing.event-list .select-wrapper:has(.filter-category) {
  display: none;
}
.filter-listing.report-list .select-wrapper:has(.filter-location) {
  display: none;
}
.filter-listing__details-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2pc;
  padding-block: 3.2rem;
}
.filter-listing__details-list i {
  color: #0066cc;
}
@media only screen and (min-width: 768px) {
  .filter-listing__details-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 993px) {
  .filter-listing__details-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.filter-listing__details-notice {
  display: none;
  flex-direction: column;
  gap: 1.6rem;
  color: #282828;
  padding-bottom: 6.4rem;
}
.filter-listing__details-notice .filter-listing__notice-heading {
  color: #282828;
  font-size: 2rem;
  line-height: 2.8rem;
}
.filter-listing__details-notice .filter-listing__notice-content {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.filter-listing__details-notice .filter-listing__notice-content button {
  text-decoration: underline;
}
.filter-listing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding-block: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-listing__pagination__page-nav {
  position: relative;
  display: inline-block;
  width: 3.8rem;
  aspect-ratio: 1;
  border-radius: 4.8rem;
  align-content: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #898989;
  color: #898989;
}
.filter-listing__pagination__page-nav::before {
  display: inline-block;
  content: "";
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 1rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #898989;
}
.filter-listing__pagination__page-nav#prev::before {
  content: "\f120";
}
.filter-listing__pagination__page-nav#next::before {
  content: "\f122";
}
.filter-listing__pagination__page-nav:disabled {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.filter-listing__pagination__page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.filter-listing__pagination__page-numbers span {
  display: inline-block;
  width: 3.8rem;
  aspect-ratio: 1;
  border-radius: 4.8rem;
  align-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #898989;
  background-color: transparent;
  border: 1px solid #898989;
}
.filter-listing__pagination__page-numbers span.selected {
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0066cc;
}

.filter-listing__details-list:empty + .filter-listing__details-notice {
  display: flex;
}

.filter-listing__details-list:empty ~ .filter-listing__pagination {
  display: none;
}

@media only screen and (width < 1200px) {
  .memberInfo .aem-Grid--layout.aem-Grid--stacked--left {
    display: flex;
    flex-direction: column;
  }
}
#profile-personal-details-form .field__control:has(input[name=dietaryRequirements]) {
  flex-wrap: wrap;
  gap: 1.6rem;
}
#profile-personal-details-form textarea {
  resize: none;
  min-height: 12rem;
}

.multi-drop-down {
  text-align: left;
}
.multi-drop-down label {
  font-size: 16px;
  font-weight: medium;
  line-height: 24px;
  color: #13294b;
}

.field__subtitle {
  color: #737373;
  padding-block: 0.4rem;
  font-size: 14px;
}

.select-input-wrapper i::before {
  font-size: 12px !important;
}

.dropdown-item {
  display: block;
}
.dropdown-item:has(input[type=checkbox]:checked) {
  display: none;
}
.dropdown-item:hover {
  background-color: #f1f1f1;
}

#profile-professional-details-form #skills-and-expertise .text, #profile-professional-details-form #pss-status-true .text {
  padding: 0 1.2rem;
}
#profile-professional-details-form .accordion-msa {
  padding: 0 1.2rem;
}
#profile-professional-details-form .accordion__item {
  background-color: #f9f9f9;
  border-radius: 4px;
  border-bottom: 0;
}
#profile-professional-details-form .accordion__item .accordion__title {
  padding-inline: 1.2rem;
}
#profile-professional-details-form .accordion__item i[class^=icon-]::before {
  font-size: 1rem;
}
#profile-professional-details-form .accordion__item .accordion__toggle-icon-container {
  right: 1.2rem;
}
#profile-professional-details-form .accordion__item .accordion__content {
  padding-bottom: 1px;
}
#profile-professional-details-form .accordion__item .accordion__content::before {
  content: "";
  display: block;
  width: calc(100% - 2.4rem);
  height: 1px;
  background-color: #d9d9d9;
  margin-inline: auto;
}
#profile-professional-details-form .accordion__item .field__control {
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}
#profile-professional-details-form .accordion__item .field__control label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#profile-professional-details-form textarea {
  resize: none;
  min-height: 12rem;
}

.profile-picture-picker {
  --viewbox-size: 16rem;
}
.profile-picture-picker__section {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.4rem;
  justify-content: center;
}
.profile-picture-picker__viewbox {
  height: var(--viewbox-size);
  width: var(--viewbox-size);
  border-radius: 50%;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
.profile-picture-picker__image {
  display: block;
  max-width: unset;
  position: absolute;
  transform-origin: top left;
  touch-action: none;
}
.profile-picture-picker__image.is-portrait {
  max-width: var(--viewbox-size);
}
.profile-picture-picker__image.is-landscape {
  max-height: var(--viewbox-size);
}
.profile-picture-picker__controls {
  color: #0057b8;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.profile-picture-picker__control i::before {
  display: flex;
  font-size: 2rem !important;
}
.profile-picture-picker__scaler {
  --slider-thumb-size: 10px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #d9d9d9;
  height: 4px;
  width: min(16rem, 100%);
}
.profile-picture-picker__scaler::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #0057b8;
  cursor: grab;
  height: var(--slider-thumb-size);
  width: var(--slider-thumb-size);
}
.profile-picture-picker__scaler::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #0057b8;
  cursor: grab;
  height: var(--slider-thumb-size);
  width: var(--slider-thumb-size);
}
.profile-picture-picker__field {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .profile-picture-picker__field {
    flex-direction: row;
  }
}
.profile-picture-picker__preview-image-wrapper {
  --preview-image-size: 12rem;
  height: var(--preview-image-size);
  width: var(--preview-image-size);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.profile-picture-picker__preview-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transform-origin: center;
}
.profile-picture-picker__button-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.profile-picture-picker .modal-event__content-inner {
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.profile-picture-picker .modal-event__body {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 575px) {
  .profile-picture-picker .modal-event.modal-event--dialog .modal-event__content {
    height: 100vh;
  }
  .profile-picture-picker .modal-event__content-inner {
    justify-content: flex-end;
  }
  .profile-picture-picker .modal-event__body {
    margin: auto;
  }
}

body.acs-white-theme:has(.my-profile) {
  background: #F9FAFB;
}

.my-profile {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  max-width: 100vw;
  word-break: break-word;
}
.my-profile .profile-progress {
  --progressValue: attr(aria-valuenow);
  display: block flex;
  flex-direction: column;
  gap: var(--space-xs);
  text-align: left;
}
.my-profile .profile-progress::before {
  content: "Profile Completion";
}
.my-profile .profile-progress::after {
  content: var(--progressValue) "% complete";
}
.my-profile .profile-progress__bar {
  height: var(--space-md);
  width: 100%;
  border-radius: var(--space-xs);
  background-color: #ffffff;
  overflow: hidden;
}
.my-profile .profile-progress__bar::before {
  content: "";
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  background-image: linear-gradient(133.37deg, #001a72 0%, #0085ca 100%);
  background-size: 100%;
  border-radius: 0px;
}
.my-profile hr {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.my-profile__section {
  display: block flex;
  flex-direction: column;
  gap: 1.6rem;
  flex-basis: 50%;
}
.my-profile__section-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.my-profile__section-heading {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  line-height: 130%;
}
.my-profile__details {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: var(--space-xs);
  padding: var(--space-md);
  gap: var(--space-md);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .my-profile__details {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.my-profile__details--image {
  width: 100%;
}
.my-profile__details-heading {
  color: #737373;
  width: 100%;
}
.my-profile__details-subheading {
  color: #13294b;
  font-weight: 500;
  width: 100%;
}
.my-profile__title {
  color: #001a72;
}
.my-profile .profile-picture {
  width: 120px;
  aspect-ratio: 1;
  border-radius: 100svh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.my-profile .personal-details {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  flex: 1 2 auto;
}
@media only screen and (min-width: 768px) {
  .my-profile .personal-details {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.my-profile .col-12 {
  width: 100%;
}
.my-profile .col-6 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .my-profile .col-6 {
    width: calc(50% - var(--space-md) / 2);
  }
}
.my-profile .professional-details,
.my-profile .membership-payments,
.my-profile .communication-preferences {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  width: 100%;
  align-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .my-profile .professional-details,
.my-profile .membership-payments,
.my-profile .communication-preferences {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.my-profile .personal-professional-container {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}
@media only screen and (min-width: 1400px) {
  .my-profile .personal-professional-container {
    flex-direction: row;
    gap: 1.6rem;
  }
}
.my-profile .personal-professional-container .my-profile__details {
  height: 100%;
}
.my-profile .membership-payments-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .my-profile .membership-payments-container {
    flex-direction: row;
  }
}
.my-profile [data-badge]::after {
  content: attr(data-badge);
  text-transform: uppercase;
  font-size: 0.8em;
  background-color: #d9d9d9;
  color: #898989;
  padding: 0.4rem 0.8rem;
  border-radius: 0.8rem;
  margin-left: 0.8rem;
}
.my-profile [data-badge=active]::after {
  background-color: #34641F;
  color: #ffffff;
}
.my-profile [data-card-type] {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: inherit;
  gap: 0.8rem;
}
.my-profile [data-card-type]::before {
  content: "";
  width: 34px;
  height: 24px;
  background-size: contain;
}
.my-profile [data-card-type=visa]::before {
  background-image: url(clientlib-msa/css/resources/assets/visa.svg);
}
.my-profile [data-card-type=mastercard]::before {
  background-image: url(clientlib-msa/css/resources/assets/mastercard.svg);
}
.my-profile [data-card-type=amex]::before {
  background-image: url(clientlib-msa/css/resources/assets/amex.svg);
}
.my-profile strong {
  font-weight: 500;
}

#marketing-preferences label.field__title {
  font-weight: 500;
}

/* Responsive Image Styling */
figure[role=img] {
  /* Reset figure to nothing */
  all: unset;
  /* Default Variables */
  --bgp: 50% 50%;
  --aspect-ratio: unset;
  --height: 100%;
  /* Container Naming and Type */
  container: responsive-image/inline-size;
  display: block;
  width: 100%;
  height: var(--height);
  aspect-ratio: var(--aspect-ratio);
  background-position: var(--bgp);
  overflow: hidden;
  position: relative;
  line-height: 0;
  /* Container Query Breakpoints */
  /* Default Image */
  /* IMAGE ASPECT RATIOS */
  /* IMAGE POSITIONING */
  /* Top, Left, Bottom, Right (Centered) */
  /* Top Left, Top Right */
  /* Bottom Left, Bottom Right */
  /* Top, Left, Bottom, Right (Half Off Center) */
  /* Top Left, Top Right (Half Off Center) */
  /* Bottom Left, Bottom Right (Half Off Center) */
}
figure[role=img]::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: var(--bg, none);
  background-size: cover;
  background-position: inherit;
}
@container responsive-image (width > 0px) {
  figure[role=img]::after {
    --bg: var(--xs);
  }
}
@container responsive-image (width > 576px) {
  figure[role=img]::after {
    --bg: var(--sm);
  }
}
@container responsive-image (width > 768px) {
  figure[role=img]::after {
    --bg: var(--md);
  }
}
@container responsive-image (width > 1200px) {
  figure[role=img]::after {
    --bg: var(--lg);
  }
}
@container responsive-image (width > 1400px) {
  figure[role=img]::after {
    --bg: var(--xl);
  }
}
figure[role=img] img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
figure[role=img].ar-ultrawide {
  --aspect-ratio: 21/9;
  --height: auto;
}
figure[role=img].ar-highdef {
  --aspect-ratio: 16/9;
  --height: auto;
}
figure[role=img].ar-standarddef {
  --aspect-ratio: 4/3;
  --height: auto;
}
figure[role=img].ar-square {
  --aspect-ratio: 1/1;
  --height: auto;
}
figure[role=img].bp-t {
  --bgp: 50% 0%;
}
figure[role=img].bp-l {
  --bgp: 0% 50%;
}
figure[role=img].bp-b {
  --bgp: 50% 100%;
}
figure[role=img].bp-r {
  --bgp: 100% 50%;
}
figure[role=img].bp-tl {
  --bgp: 0% 0%;
}
figure[role=img].bp-tr {
  --bgp: 100% 0%;
}
figure[role=img].bp-bl {
  --bgp: 0% 100%;
}
figure[role=img].bp-br {
  --bgp: 100% 100%;
}
figure[role=img].bp-ht {
  --bgp: 50% 25%;
}
figure[role=img].bp-hl {
  --bgp: 25% 50%;
}
figure[role=img].bp-hb {
  --bgp: 50% 75%;
}
figure[role=img].bp-hr {
  --bgp: 75% 50%;
}
figure[role=img].bp-htl {
  --bgp: 25% 25%;
}
figure[role=img].bp-htr {
  --bgp: 75% 25%;
}
figure[role=img].bp-hbl {
  --bgp: 25% 75%;
}
figure[role=img].bp-hbr {
  --bgp: 75% 75%;
}

.custom-select {
  --border-radius: 1.2rem;
}
.custom-select details {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: min(16rem, 100%);
}
.custom-select__summary {
  background: white;
  border: 1px solid #0057b8;
  color: #0057b8;
  display: flex;
  gap: 1rem;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.4rem;
  border-radius: 2.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select__summary-icon::before {
  font-size: 0.8rem !important;
}
.custom-select__content {
  background-color: #0057b8;
  border: 1px solid #0057b8;
  border-radius: var(--border-radius);
  color: white;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  margin-top: 0.5rem;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.custom-select__content > * {
  border-bottom: 1px solid #0057b8;
  padding: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select__content > *:has(:checked) {
  background: white;
  color: #0057b8;
}
.custom-select__content > *:first-child {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.custom-select__content > *:last-child {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-bottom: unset;
}
.custom-select__content > *:hover {
  color: #0057b8;
  cursor: pointer;
  background: white;
}
.custom-select input {
  display: none;
}
.custom-select details summary {
  list-style: none;
}
.custom-select details summary::marker,
.custom-select details summary ::-webkit-details-marker {
  display: none;
}

.cpd-hours-card {
  text-align: start;
}
.cpd-hours-card__inner {
  background-color: white;
  border-radius: 1.6rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .cpd-hours-card__inner {
    min-height: 33.6rem;
    min-width: 73rem;
  }
}
.cpd-hours-card__header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cpd-hours-card__header {
    flex-flow: row nowrap;
  }
}
.cpd-hours-card__badge {
  --badge-size: 9.6rem;
  height: var(--badge-size);
  width: var(--badge-size);
  background-position: center;
  background-size: contain;
}
.cpd-hours-card__badge-container {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .cpd-hours-card__badge-container {
    flex-direction: row;
    margin-bottom: unset;
  }
}
.cpd-hours-card__title {
  color: #282828;
}
.cpd-hours-card__title-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.cpd-hours-card__subtitle {
  color: #282828;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.cpd-hours-card__footer {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 4rem;
  gap: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .cpd-hours-card__footer {
    margin-top: auto;
  }
}
.cpd-hours-card__details {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .cpd-hours-card__details {
    flex-direction: row;
  }
}
.cpd-hours-card strong {
  font-weight: bold;
}
.cpd-hours-card .cpd-hours:has(.cpd-hours__progressbar[aria-valuemax]) {
  margin-block: 0;
}
.cpd-hours-card .custom-select__details {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cpd-hours-card .custom-select__details {
    width: auto;
  }
}
.cpd-hours-card [data-badge=cp-badge] {
  background-image: url(clientlib-msa/css/resources/assets/cp-badge.png);
}
.cpd-hours-card [data-badge=ct-badge] {
  background-image: url(clientlib-msa/css/resources/assets/ct-badge.png);
}
.cpd-hours-card [data-badge=cp-cyber] {
  background-image: url(clientlib-msa/css/resources/assets/cp-cyber.png);
}
.cpd-hours-card [data-badge=ct-cyber] {
  background-image: url(clientlib-msa/css/resources/assets/ct-cyber.png);
}
.cpd-hours-card [data-badge=member] {
  background-image: url(clientlib-msa/css/resources/assets/ACS.png);
}
.cpd-hours-card .cpd-hours {
  flex-direction: column;
  gap: 4px;
}
.cpd-hours-card .cpd-hours__fraction {
  width: 100%;
  align-items: flex-end;
}
.cpd-hours-card .cpd-hours__fraction::after {
  content: "CPD hours completed";
  text-transform: unset;
  color: #282828;
  margin-left: 0.6rem;
  margin-bottom: 0.4rem;
}

.certifications-cpd-hours {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.4rem;
  margin-block: 6.4rem;
}
@media only screen and (min-width: 993px) {
  .certifications-cpd-hours {
    flex-direction: row;
    gap: 4rem;
  }
}
.certifications-cpd-hours .custom-select {
  min-width: 14.5rem;
}
.certifications-cpd-hours .custom-select__details {
  width: 100%;
}
.certifications-cpd-hours .custom-select__summary {
  justify-content: space-between;
}
.certifications-cpd-hours .custom-select__summary-text {
  width: 100%;
  text-align: center;
}
.certifications-cpd-hours .custom-select__content label {
  text-align: center;
}
.certifications-cpd-hours__table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.8rem;
}
.certifications-cpd-hours__table tr {
  position: relative;
}
.certifications-cpd-hours__table tr:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 2rem);
  margin-inline: auto;
  border-bottom: 1px solid #d9d9d9;
}
.certifications-cpd-hours__table td {
  padding: 1.1rem;
}
.certifications-cpd-hours__table td:nth-child(even) {
  text-align: right;
}

#cpd-download {
  position: relative;
}
#cpd-download .download-wrapper {
  position: absolute;
  display: none;
  flex-direction: column;
  border-radius: 1.2rem;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
}
#cpd-download:hover .download-wrapper {
  display: inline-flex;
}

#certifications-cpd-table .no-data {
  display: block;
  padding: 0.8rem 1rem;
}
@media only screen and (min-width: 768px) {
  #certifications-cpd-table .no-data {
    padding-inline: 2.4rem;
    padding-block: 1.6rem;
  }
}
#certifications-cpd-table button,
#certifications-cpd-table .edit-link {
  color: #0057b8;
  text-decoration: none;
}
#certifications-cpd-table button:disabled, #certifications-cpd-table button[href="#!disabled"],
#certifications-cpd-table .edit-link:disabled,
#certifications-cpd-table .edit-link[href="#!disabled"] {
  color: #a1a4a5;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#delete-cpd-form .container {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}
#delete-cpd-form .delete-cpd-form__buttons {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.6rem;
  justify-content: center;
  margin-bottom: 1.6rem;
  width: 100%;
}

.cpd-breakdown__inner {
  display: grid;
  grid-template-areas: "header" "body" "controls";
}
@media only screen and (min-width: 768px) {
  .cpd-breakdown__inner {
    grid-template-areas: "header controls" "body body";
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
  }
}
.cpd-breakdown__heading {
  grid-area: header;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.cpd-breakdown__table {
  grid-area: body;
}
.cpd-breakdown__controls {
  grid-area: controls;
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .cpd-breakdown__controls {
    flex-direction: row;
  }
}
.cpd-breakdown:has(+ .pagination[hidden]) {
  margin-bottom: 4rem;
}

.multi-table {
  --border-color: #D8E1E9;
  container: table/inline-size;
  color: #53565a;
  width: 100%;
  margin-bottom: 1.2rem;
  border: 1px solid var(--border-color);
  border-radius: 0.9rem 0.9rem 0 0;
  background: #ffffff;
  text-align: left;
  /* Table defaults */
  /* Primary Table Styling */
}
.multi-table table {
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  border-collapse: collapse;
  overflow: hidden;
}
.multi-table table thead {
  display: none;
}
@container table (width > 768px) {
  .multi-table table thead {
    display: table-header-group;
  }
}
.multi-table table tbody tr {
  position: relative;
}
.multi-table table th,
.multi-table table td {
  padding-inline: 1rem;
  padding-block: 1.6rem;
}
@container table (width > 768px) {
  .multi-table table th,
.multi-table table td {
    padding-inline: 2.4rem;
  }
}
.multi-table table.primary {
  --thead-bg: linear-gradient(133.37deg, #001A72 0%, #0085CA 100%);
  --thead-text: #FFFFFF;
}
.multi-table table.secondary {
  --thead-bg: linear-gradient(#F9F9F9, #F9F9F9);
  --thead-text: #282828;
}
.multi-table table.tertiary {
  --thead-bg: linear-gradient(#D9D9D9, #D9D9D9);
  --thead-text: #282828;
}

.table__default thead {
  background-image: var(--thead-bg);
}
.table__default thead th {
  color: var(--thead-text) !important;
}
@container table (width > 768px) {
  .table__default tbody tr:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 4.8rem);
    height: 1px;
    background-color: var(--border-color);
    content: "";
    z-index: 1;
  }
}
.table__default tbody td {
  position: relative;
  display: block;
}
.table__default tbody td:not(:first-child)::before {
  display: block;
  content: attr(data-heading);
  font-weight: 600;
}
@container table (width > 768px) {
  .table__default tbody td {
    display: table-cell;
  }
  .table__default tbody td:not(:first-child) {
    display: table-cell;
  }
  .table__default tbody td:not(:first-child)::before {
    display: none;
  }
}
.table__default tbody td:not(:first-child):not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 768px) {
  .table__default tbody td:not(:first-child):not(:last-child)::after {
    display: none;
  }
}
.table__default tbody td:first-child {
  background-image: var(--thead-bg);
  font-weight: 500;
  color: var(--thead-text);
}
@container table (width > 768px) {
  .table__default tbody td:first-child {
    background-image: none;
    font-weight: normal;
    color: inherit;
  }
}

.table__agenda thead {
  background-image: var(--thead-bg);
}
.table__agenda thead th {
  color: var(--thead-text) !important;
}
.table__agenda tbody tr {
  position: relative;
}
.table__agenda tbody tr:not(:last-child):not(:has(td[colspan])):not(:has(+ tr td[colspan]))::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 768px) {
  .table__agenda tbody tr:not(:last-child):not(:has(td[colspan])):not(:has(+ tr td[colspan]))::after {
    width: calc(100% - 4.8rem);
  }
}
@container table (width > 768px) {
  .table__agenda tbody tr:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 4.8rem);
    height: 1px;
    background-color: var(--border-color);
    content: "";
    z-index: 1;
  }
}
.table__agenda tbody td:not([colspan]) {
  position: relative;
  display: block;
}
.table__agenda tbody td:not([colspan]):first-child {
  padding-bottom: 0;
  font-weight: 600;
}
@container table (width > 768px) {
  .table__agenda tbody td:not([colspan]):first-child {
    padding-block: inherit;
    font-weight: inherit;
  }
}
.table__agenda tbody td:not([colspan]):not(:first-child) {
  padding-block: 0;
}
@container table (width > 768px) {
  .table__agenda tbody td:not([colspan]):not(:first-child) {
    padding-block: 1.6rem;
  }
}
@container table (width > 768px) {
  .table__agenda tbody td:not([colspan]) {
    display: table-cell;
  }
}
.table__agenda tbody td:not([colspan]):last-child {
  padding-bottom: 1.6rem;
}
.table__agenda tbody td[colspan] {
  background-image: var(--thead-bg);
  font-weight: 500;
  color: var(--thead-text);
}
@container table (width > 768px) {
  .table__agenda tbody td[colspan] {
    background-image: none;
    color: #001a72;
  }
}

.table__cpdhours thead {
  background-image: var(--thead-bg);
  display: none !important;
}
@container table (width > 992px) {
  .table__cpdhours thead {
    display: table-header-group !important;
  }
}
.table__cpdhours thead th {
  white-space: nowrap;
  color: var(--thead-text) !important;
}
.table__cpdhours th,
.table__cpdhours td {
  padding-inline: 1rem;
  padding-block: 0.8rem;
}
@container table (width > 992px) {
  .table__cpdhours th,
.table__cpdhours td {
    padding-block: 1.6rem;
  }
}
.table__cpdhours tbody tr {
  position: relative;
}
.table__cpdhours tbody tr:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 992px) {
  .table__cpdhours tbody tr:not(:last-child)::after {
    width: calc(100% - 4.8rem);
  }
}
.table__cpdhours tbody td {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table__cpdhours tbody td::before {
  display: block;
  font-weight: 500;
  content: attr(data-heading);
}
.table__cpdhours tbody td:last-child, .table__cpdhours tbody td:nth-last-child(2), .table__cpdhours tbody td:first-child, .table__cpdhours tbody td:nth-child(2) {
  display: inline-flex;
  width: 50%;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1ch;
}
.table__cpdhours tbody td:first-child, .table__cpdhours tbody td:nth-child(2) {
  padding-top: 2rem;
}
.table__cpdhours tbody td:nth-last-child(2), .table__cpdhours tbody td:nth-child(2) {
  justify-content: flex-end;
}
.table__cpdhours tbody td:last-child, .table__cpdhours tbody td:nth-last-child(2) {
  text-align: center;
  z-index: 1;
  justify-content: center;
}
.table__cpdhours tbody td:last-child button,
.table__cpdhours tbody td:last-child a, .table__cpdhours tbody td:nth-last-child(2) button,
.table__cpdhours tbody td:nth-last-child(2) a {
  display: block flex;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  background-color: #d9d9d9;
  border-radius: 8px;
  width: 100%;
  padding-block: 1rem;
  text-decoration: none;
}
.table__cpdhours tbody td:last-child button .icon-label,
.table__cpdhours tbody td:last-child a .icon-label, .table__cpdhours tbody td:nth-last-child(2) button .icon-label,
.table__cpdhours tbody td:nth-last-child(2) a .icon-label {
  display: inline-block;
}
@container table (width > 992px) {
  .table__cpdhours tbody td:last-child button,
.table__cpdhours tbody td:last-child a, .table__cpdhours tbody td:nth-last-child(2) button,
.table__cpdhours tbody td:nth-last-child(2) a {
    background-color: transparent;
  }
  .table__cpdhours tbody td:last-child button .icon-label,
.table__cpdhours tbody td:last-child a .icon-label, .table__cpdhours tbody td:nth-last-child(2) button .icon-label,
.table__cpdhours tbody td:nth-last-child(2) a .icon-label {
    display: none;
  }
}
@container table (width > 992px) {
  .table__cpdhours tbody td:last-child, .table__cpdhours tbody td:nth-last-child(2) {
    padding-block: inherit;
  }
  .table__cpdhours tbody td:last-child::after, .table__cpdhours tbody td:nth-last-child(2)::after {
    display: none;
  }
}
@container table (width > 992px) {
  .table__cpdhours tbody td {
    display: table-cell;
  }
  .table__cpdhours tbody td:last-child, .table__cpdhours tbody td:nth-last-child(2), .table__cpdhours tbody td:first-child, .table__cpdhours tbody td:nth-child(2) {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
  .table__cpdhours tbody td::before {
    display: none;
  }
}

.table__outstanding-invoice th,
.table__outstanding-invoice td,
.table__payment-history th,
.table__payment-history td {
  font-size: 1.6rem;
  padding-inline: 1rem;
  padding-block: 0.8rem;
}
@container table (width > 992px) {
  .table__outstanding-invoice th,
.table__outstanding-invoice td,
.table__payment-history th,
.table__payment-history td {
    padding-inline: 2.4rem;
    padding-block: 1.6rem;
  }
}
.table__outstanding-invoice thead,
.table__payment-history thead {
  background-image: var(--thead-bg);
}
.table__outstanding-invoice thead th,
.table__payment-history thead th {
  color: var(--thead-text) !important;
  font-size: 1.6rem;
}
.table__outstanding-invoice tbody tr,
.table__payment-history tbody tr {
  position: relative;
  display: grid;
  grid-template-areas: "date invoice" "description amount" "payment payment" "download download";
  padding: 1.6rem;
}
.table__outstanding-invoice tbody tr:not(:last-child)::after,
.table__payment-history tbody tr:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 4.8rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 768px) {
  .table__outstanding-invoice tbody tr,
.table__payment-history tbody tr {
    display: table-row;
    padding: 0;
  }
}
.table__outstanding-invoice td:has(input[type=checkbox]),
.table__outstanding-invoice th:has(input[type=checkbox]),
.table__payment-history td:has(input[type=checkbox]),
.table__payment-history th:has(input[type=checkbox]) {
  padding-inline: 0;
  padding-block: 0;
}
@container table (width > 768px) {
  .table__outstanding-invoice td:has(input[type=checkbox]),
.table__outstanding-invoice th:has(input[type=checkbox]),
.table__payment-history td:has(input[type=checkbox]),
.table__payment-history th:has(input[type=checkbox]) {
    padding-inline: 0;
    padding-block: 0;
  }
}
.table__outstanding-invoice label:has(input[type=checkbox]),
.table__payment-history label:has(input[type=checkbox]) {
  padding-inline: 1rem;
  padding-block: 0.8rem;
}
@container table (width > 768px) {
  .table__outstanding-invoice label:has(input[type=checkbox]),
.table__payment-history label:has(input[type=checkbox]) {
    padding-inline: 2.4rem;
    padding-block: 1.6rem;
  }
}

.table__outstanding-invoice tbody td {
  white-space: nowrap;
}
.table__outstanding-invoice tbody td:first-child {
  grid-area: date;
}
.table__outstanding-invoice tbody td:nth-child(2) {
  grid-area: invoice;
  text-align: right;
}
@container table (width > 768px) {
  .table__outstanding-invoice tbody td:nth-child(2) {
    text-align: left;
  }
}
.table__outstanding-invoice tbody td:nth-child(3) {
  grid-area: description;
  width: 100%;
}
.table__outstanding-invoice tbody td:nth-child(4) {
  grid-area: amount;
  text-align: right;
}
@container table (width > 768px) {
  .table__outstanding-invoice tbody td:nth-child(4) {
    text-align: left;
  }
}
.table__outstanding-invoice tbody td:nth-child(5) {
  grid-area: download;
  text-align: center;
}

.table__payment-history tbody {
  white-space: nowrap;
}
.table__payment-history tbody td:first-child {
  grid-area: date;
}
.table__payment-history tbody td:nth-child(2) {
  grid-area: invoice;
  text-align: right;
}
@container table (width > 768px) {
  .table__payment-history tbody td:nth-child(2) {
    text-align: left;
  }
}
.table__payment-history tbody td:nth-child(3) {
  grid-area: description;
  width: 100%;
}
.table__payment-history tbody td:nth-child(4) {
  grid-area: payment;
}
.table__payment-history tbody td:nth-child(5) {
  grid-area: amount;
  text-align: right;
}
@container table (width > 768px) {
  .table__payment-history tbody td:nth-child(5) {
    text-align: left;
  }
}
.table__payment-history tbody td:nth-child(6) {
  grid-area: download;
  text-align: center;
}

.table-download {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #d9d9d9;
  padding: 0.8rem;
  border-radius: 0.8rem;
}
.table-download span {
  color: #282828;
}
.table-download i {
  color: #0057b8;
}
@container table (width > 768px) {
  .table-download {
    background-color: transparent;
  }
  .table-download span {
    display: none;
  }
}

.table__outstanding-invoice,
.table__payment-history {
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  border-collapse: collapse;
  overflow: hidden;
}
.table__outstanding-invoice th,
.table__outstanding-invoice td,
.table__payment-history th,
.table__payment-history td {
  font-size: 1.6rem;
  padding-inline: 1rem;
  padding-block: 0.8rem;
}
@container table (width > 768px) {
  .table__outstanding-invoice th,
.table__outstanding-invoice td,
.table__payment-history th,
.table__payment-history td {
    padding-inline: 2.4rem;
    padding-block: 1.6rem;
  }
}
.table__outstanding-invoice td:empty,
.table__payment-history td:empty {
  padding-inline: 0;
  padding-block: 0;
}
@container table (width > 768px) {
  .table__outstanding-invoice td:empty,
.table__payment-history td:empty {
    padding-inline: 0;
    padding-block: 0;
  }
}
.table__outstanding-invoice thead,
.table__payment-history thead {
  display: none;
}
@container table (width > 768px) {
  .table__outstanding-invoice thead,
.table__payment-history thead {
    display: table-header-group;
  }
}
.table__outstanding-invoice thead th,
.table__payment-history thead th {
  font-size: 1.6rem;
}
.table__outstanding-invoice.primary thead,
.table__payment-history.primary thead {
  background-image: linear-gradient(133.37deg, #001A72 0%, #0085CA 100%);
}
.table__outstanding-invoice.primary thead th,
.table__payment-history.primary thead th {
  color: #ffffff;
}
.table__outstanding-invoice.primary tbody tr,
.table__payment-history.primary tbody tr {
  position: relative;
  display: grid;
  grid-template-areas: "date invoice" "description amount" "payment payment" "download download";
  padding: 1.6rem;
}
.table__outstanding-invoice.primary tbody tr:not(:last-child)::after,
.table__payment-history.primary tbody tr:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 4.8rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 768px) {
  .table__outstanding-invoice.primary tbody tr,
.table__payment-history.primary tbody tr {
    display: table-row;
    padding: 0;
  }
}
.table__outstanding-invoice.secondary thead,
.table__payment-history.secondary thead {
  background-color: #f9f9f9;
}
.table__outstanding-invoice.secondary thead th,
.table__payment-history.secondary thead th {
  white-space: nowrap;
  color: #282828;
}
.table__outstanding-invoice.secondary tbody tr,
.table__payment-history.secondary tbody tr {
  position: relative;
  display: grid;
  grid-template-areas: "date invoice" "description amount" "payment payment" "download download";
  padding: 1.6rem;
}
.table__outstanding-invoice.secondary tbody tr:not(:last-child)::after,
.table__payment-history.secondary tbody tr:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 4.8rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 768px) {
  .table__outstanding-invoice.secondary tbody tr,
.table__payment-history.secondary tbody tr {
    display: table-row;
    padding: 0;
  }
  .table__outstanding-invoice.secondary tbody tr:not(:last-child)::after,
.table__payment-history.secondary tbody tr:not(:last-child)::after {
    width: calc(100% - 4.8rem);
  }
}
.table__outstanding-invoice.tertiary thead,
.table__payment-history.tertiary thead {
  background-color: #d9d9d9;
}
.table__outstanding-invoice.tertiary thead th,
.table__payment-history.tertiary thead th {
  white-space: nowrap;
  color: #282828;
}
.table__outstanding-invoice.tertiary tbody tr,
.table__payment-history.tertiary tbody tr {
  position: relative;
  display: grid;
  grid-template-areas: "date invoice" "description amount" "payment payment" "download download";
  padding: 1.6rem;
}
.table__outstanding-invoice.tertiary tbody tr:not(:last-child)::after,
.table__payment-history.tertiary tbody tr:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 4.8rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 768px) {
  .table__outstanding-invoice.tertiary tbody tr,
.table__payment-history.tertiary tbody tr {
    display: table-row;
    padding: 0;
  }
  .table__outstanding-invoice.tertiary tbody tr:not(:last-child)::after,
.table__payment-history.tertiary tbody tr:not(:last-child)::after {
    width: calc(100% - 4.8rem);
  }
}
.table__outstanding-invoice td:has(input[type=checkbox]),
.table__outstanding-invoice th:has(input[type=checkbox]),
.table__payment-history td:has(input[type=checkbox]),
.table__payment-history th:has(input[type=checkbox]) {
  padding-inline: 0;
  padding-block: 0;
}
@container table (width > 768px) {
  .table__outstanding-invoice td:has(input[type=checkbox]),
.table__outstanding-invoice th:has(input[type=checkbox]),
.table__payment-history td:has(input[type=checkbox]),
.table__payment-history th:has(input[type=checkbox]) {
    padding-inline: 0;
    padding-block: 0;
  }
}
.table__outstanding-invoice label:has(input[type=checkbox]),
.table__payment-history label:has(input[type=checkbox]) {
  padding-inline: 1rem;
  padding-block: 0.8rem;
}
@container table (width > 768px) {
  .table__outstanding-invoice label:has(input[type=checkbox]),
.table__payment-history label:has(input[type=checkbox]) {
    padding-inline: 2.4rem;
    padding-block: 1.6rem;
  }
}

.table__outstanding-invoice tbody td {
  white-space: nowrap;
}
.table__outstanding-invoice tbody td:first-child {
  grid-area: date;
}
.table__outstanding-invoice tbody td:nth-child(2) {
  grid-area: invoice;
  text-align: right;
}
@container table (width > 768px) {
  .table__outstanding-invoice tbody td:nth-child(2) {
    text-align: left;
  }
}
.table__outstanding-invoice tbody td:nth-child(3) {
  grid-area: description;
  width: 100%;
}
.table__outstanding-invoice tbody td:nth-child(4) {
  grid-area: amount;
  text-align: right;
}
@container table (width > 768px) {
  .table__outstanding-invoice tbody td:nth-child(4) {
    text-align: left;
  }
}
.table__outstanding-invoice tbody td:nth-child(5) {
  grid-area: download;
  text-align: center;
}

.table__payment-history tbody {
  white-space: nowrap;
}
.table__payment-history tbody td:first-child {
  grid-area: date;
}
.table__payment-history tbody td:nth-child(2) {
  grid-area: invoice;
  text-align: right;
}
@container table (width > 768px) {
  .table__payment-history tbody td:nth-child(2) {
    text-align: left;
  }
}
.table__payment-history tbody td:nth-child(3) {
  grid-area: description;
  width: 100%;
}
.table__payment-history tbody td:nth-child(4) {
  grid-area: payment;
}
.table__payment-history tbody td:nth-child(5) {
  grid-area: amount;
  text-align: right;
}
@container table (width > 768px) {
  .table__payment-history tbody td:nth-child(5) {
    text-align: left;
  }
}
.table__payment-history tbody td:nth-child(6) {
  grid-area: download;
  text-align: center;
}

.table-download {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #d9d9d9;
  padding: 0.8rem;
  border-radius: 0.8rem;
}
.table-download span {
  color: #282828;
}
.table-download i {
  color: #0057b8;
}
@container table (width > 768px) {
  .table-download {
    background-color: transparent;
  }
  .table-download span {
    display: none;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  padding-block: 4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination__page-nav {
  position: relative;
  display: inline-block;
  width: 3.8rem;
  aspect-ratio: 1;
  border-radius: 4.8rem;
  align-content: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #898989;
  color: #898989;
}
.pagination__page-nav::before {
  display: inline-block;
  content: "";
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  font-size: 1rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #898989;
}
.pagination__page-nav#prev::before {
  content: "\f120";
}
.pagination__page-nav#next::before {
  content: "\f122";
}
.pagination__page-nav:disabled {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.pagination__page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}
.pagination__page-numbers span {
  display: inline-block;
  width: 3.8rem;
  aspect-ratio: 1;
  border-radius: 4.8rem;
  align-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #898989;
  background-color: transparent;
  border: 1px solid #898989;
}
.pagination__page-numbers span.selected {
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0066cc;
}
.pagination[hidden] {
  display: none;
}

.download-cpd-records {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.download-cpd-records h2 {
  min-height: 42px;
  line-height: 130%;
  font-size: 32px;
}
.download-cpd-records strong {
  font-weight: 500;
}
.download-cpd-records img {
  width: 74px;
}
.download-cpd-records__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-xs);
  margin-block: var(--space-lg);
}
.download-cpd-records__details-divider {
  padding-inline: 0.8rem;
}
.download-cpd-records__button {
  position: absolute !important;
  top: 1.6rem;
  right: 1.6rem;
  left: auto;
  bottom: auto;
  min-width: auto !important;
  padding: 0 1.8rem !important;
}
@media (prefers-reduced-motion: no-preference) {
  .download-cpd-records__button {
    transition: 0.3s ease-in-out;
  }
  .download-cpd-records__button .button__label {
    width: 0;
    overflow: hidden;
  }
  .download-cpd-records__button .button__icon.button__icon--right {
    margin-left: 0 !important;
  }
  .download-cpd-records__button:hover {
    padding: 0 3.2rem !important;
  }
  .download-cpd-records__button:hover .button__label {
    width: 75px;
  }
  .download-cpd-records__button:hover .button__icon.button__icon--right {
    margin-left: 0.8rem !important;
  }
}
.download-cpd-records__table {
  --border-color: #D8E1E9;
  container: table/inline-size;
  color: #53565a;
  width: 100%;
  margin-bottom: 1.2rem;
  border: 1px solid var(--border-color);
  border-radius: 0.9rem 0.9rem 0 0;
  background: #ffffff;
  text-align: left;
  overflow-x: auto;
}
.download-cpd-records__table table {
  width: 100%;
  border-radius: 0.8rem 0.8rem 0 0;
  border-collapse: collapse;
  overflow: hidden;
}
.download-cpd-records__table table th,
.download-cpd-records__table table td {
  padding: 0.8rem 1rem;
}
@container table (width > 768px) {
  .download-cpd-records__table table th,
.download-cpd-records__table table td {
    padding-inline: 1.6rem;
    padding-block: 1.6rem;
  }
  .download-cpd-records__table table th:first-child,
.download-cpd-records__table table td:first-child {
    -webkit-padding-start: 2.4rem;
            padding-inline-start: 2.4rem;
    -webkit-padding-end: 1.6rem;
            padding-inline-end: 1.6rem;
  }
  .download-cpd-records__table table th:last-child,
.download-cpd-records__table table td:last-child {
    -webkit-padding-start: 1.6rem;
            padding-inline-start: 1.6rem;
    -webkit-padding-end: 2.4rem;
            padding-inline-end: 2.4rem;
  }
}
.download-cpd-records__table table thead {
  background-color: #d9d9d9;
  display: none;
}
@container table (width > 768px) {
  .download-cpd-records__table table thead {
    display: table-header-group;
  }
}
.download-cpd-records__table table thead th {
  color: #282828;
}
.download-cpd-records__table table tbody tr {
  position: relative;
}
.download-cpd-records__table table tbody tr:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 4.8rem);
  height: 1px;
  background-color: var(--border-color);
  content: "";
  z-index: 1;
}
@container table (width > 768px) {
  .download-cpd-records__table table tbody tr:not(:last-child)::after {
    width: calc(100% - 4.8rem);
  }
}
.download-cpd-records__table table tbody td {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.download-cpd-records__table table tbody td::before {
  display: block;
  font-weight: 500;
  content: attr(data-heading);
}
.download-cpd-records__table table tbody td:first-child, .download-cpd-records__table table tbody td:nth-child(2) {
  display: inline-flex;
  width: calc(50% - 0.5ch);
  flex-direction: row;
  justify-content: flex-start;
  gap: 1ch;
}
.download-cpd-records__table table tbody td:first-child, .download-cpd-records__table table tbody td:nth-child(2) {
  padding-top: 2rem;
}
.download-cpd-records__table table tbody td:nth-child(2) {
  justify-content: flex-end;
}
@container table (width > 768px) {
  .download-cpd-records__table table tbody td {
    display: table-cell;
  }
  .download-cpd-records__table table tbody td:first-child, .download-cpd-records__table table tbody td:nth-child(2) {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
  .download-cpd-records__table table tbody td::before {
    display: none;
  }
}

@media print {
  .root:has(.download-cpd-records) {
    margin: 0 !important;
    width: 1100px !important;
    padding: 0 !important;
  }
  .download-cpd-records {
    width: 1100px;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .download-cpd-records__button {
    display: none !important;
  }
  .download-cpd-records__table {
    border: none;
  }
  .download-cpd-records thead {
    border-radius: 0.8rem 0.8rem 0 0 !important;
  }
  .download-cpd-records tr {
    border: 1px solid var(--border-color);
    border-top: none;
  }
  .download-cpd-records tr::after {
    display: none !important;
  }
  @page {
    size: a4 portrait;
    margin: 1rem;
  }
  @page :footer {
    display: none;
  }
  @page :header {
    display: none;
  }
}
@media screen and (width < 768px) {
  body:has(#cpd-edit-cpd-hours-form) .aem-Grid--layout .responsivegrid.container:not(:has(#cpd-edit-cpd-hours-form)) {
    display: none !important;
  }
}
body:has(#cpd-edit-cpd-hours-form) #cpd-edit-cpd-hours-form textarea {
  resize: none;
  min-height: 10rem;
}

[class^=badge] {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.1rem 0.8rem;
  border-radius: 0.8rem;
  text-transform: uppercase;
}

.badge--active {
  background-color: #34641f;
  color: #ffffff;
}

.badge--pending {
  background-color: #eef3fb;
  color: #0057b8;
}

.badge--inactive {
  background-color: #d9d9d9;
  color: #898989;
}

.membership-payments {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.membership-payments .card__copy-container {
  padding: 2.4rem;
}
.membership-payments .membership-heading-wrapper h2 {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  line-height: clamp(3.12rem, 4vw, 4.16rem);
  color: #001a72;
}
.membership-payments .membership-heading-wrapper p {
  line-height: 2.4rem;
  color: #282828;
}
.membership-payments .membership-details,
.membership-payments .payment-details,
.membership-payments .payment-info,
.membership-payments .make-payment,
.membership-payments .outstanding-invoices,
.membership-payments .payment-history {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.6rem;
}
.membership-payments .membership-details .col-4,
.membership-payments .payment-details .col-4,
.membership-payments .payment-info .col-4,
.membership-payments .make-payment .col-4,
.membership-payments .outstanding-invoices .col-4,
.membership-payments .payment-history .col-4 {
  grid-column: span 12;
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .membership-payments .membership-details .col-4,
.membership-payments .payment-details .col-4,
.membership-payments .payment-info .col-4,
.membership-payments .make-payment .col-4,
.membership-payments .outstanding-invoices .col-4,
.membership-payments .payment-history .col-4 {
    grid-column: span 4;
  }
}
.membership-payments .membership-details .col-8,
.membership-payments .payment-details .col-8,
.membership-payments .payment-info .col-8,
.membership-payments .make-payment .col-8,
.membership-payments .outstanding-invoices .col-8,
.membership-payments .payment-history .col-8 {
  grid-column: span 12;
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .membership-payments .membership-details .col-8,
.membership-payments .payment-details .col-8,
.membership-payments .payment-info .col-8,
.membership-payments .make-payment .col-8,
.membership-payments .outstanding-invoices .col-8,
.membership-payments .payment-history .col-8 {
    grid-column: span 8;
  }
}
.membership-payments .membership-details .col-12,
.membership-payments .payment-details .col-12,
.membership-payments .payment-info .col-12,
.membership-payments .make-payment .col-12,
.membership-payments .outstanding-invoices .col-12,
.membership-payments .payment-history .col-12 {
  grid-column: span 12;
  width: 100%;
}
.membership-payments .membership-details h3,
.membership-payments .payment-details h3,
.membership-payments .payment-info h3,
.membership-payments .make-payment h3,
.membership-payments .outstanding-invoices h3,
.membership-payments .payment-history h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: clamp(2.8rem, 3vw, 3.12rem);
  color: #737373;
}
.membership-payments .membership-details .card-heading,
.membership-payments .payment-details .card-heading,
.membership-payments .payment-info .card-heading,
.membership-payments .make-payment .card-heading,
.membership-payments .outstanding-invoices .card-heading,
.membership-payments .payment-history .card-heading {
  font-weight: 500;
  color: #13294b;
}
.membership-payments .membership-details strong,
.membership-payments .payment-details strong,
.membership-payments .payment-info strong,
.membership-payments .make-payment strong,
.membership-payments .outstanding-invoices strong,
.membership-payments .payment-history strong {
  font-weight: 500;
}
.membership-payments .membership-documents {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (min-width: 993px) {
  .membership-payments .membership-documents {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.membership-payments .membership-documents a:has(.chip) {
  text-decoration: none;
}
.membership-payments .membership-documents .chip {
  display: flex;
  flex: 1;
}
.membership-payments .membership-documents .chip span {
  flex: 1 2 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.membership-payments .payment-info [class*=-payment]:not(:empty), .membership-payments .multi-table [class*=-payment]:not(:empty) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.membership-payments .payment-info [class*=-payment]:not(:empty)::before, .membership-payments .multi-table [class*=-payment]:not(:empty)::before {
  content: "";
  width: 34px;
  height: 24px;
  background-size: contain;
}
.membership-payments .payment-info .visa-payment::before, .membership-payments .multi-table .visa-payment::before {
  background-image: url(clientlib-msa/css/resources/assets/visa.svg);
}
.membership-payments .payment-info .mastercard-payment::before, .membership-payments .multi-table .mastercard-payment::before {
  background-image: url(clientlib-msa/css/resources/assets/mastercard.svg);
}
.membership-payments .payment-info .amex-payment::before, .membership-payments .multi-table .amex-payment::before {
  background-image: url(clientlib-msa/css/resources/assets/amex.svg);
}
.membership-payments .payment-info .col-4:last-child * {
  width: 100%;
}
@media only screen and (min-width: 993px) {
  .membership-payments .payment-info .col-4:last-child * {
    width: auto;
  }
}
@media only screen and (min-width: 993px) {
  .membership-payments .payment-info .col-4:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.membership-payments hr {
  all: unset;
  border-top: 1px solid #d9d9d9;
}
.membership-payments .form-row .field-row .field {
  margin-top: 0;
  margin-bottom: var(--space-sm);
}
.membership-payments .form-row .field-row .field input,
.membership-payments .form-row .field-row .field select {
  color: #282828 !important;
  height: 4rem;
  padding: var(--space-xs);
}
.membership-payments .form-row .field-row .field input + span {
  color: #282828 !important;
}
.membership-payments .form-row .field-row .field:not(:has(.field__control--vertical)) .field__control {
  flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .membership-payments .form-row .field-row .field:not(:has(.field__control--vertical)) .field__control {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.membership-payments .form .options, .membership-payments .form-row .field-row .full-width-field {
  margin-bottom: 0;
}
.membership-payments h3.modal-site__title {
  color: #001a72;
}
.membership-payments .modal-site__footer, .membership-payments .modal-event.modal-event--dialog .modal-event__footer, .modal-event.modal-event--dialog .membership-payments .modal-event__footer {
  margin: 1.6rem;
}
.membership-payments .modal-site .button.button--inline {
  color: #737373;
  text-decoration: underline;
}

.modal-site {
  --modal-height: 60rem;
  --overlay-color: rgba(19, 41, 75, 0.9);
  display: none;
  text-align: start;
}
.modal-site__overlay, .modal-event__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: var(--overlay-color);
  -webkit-backdrop-filter: blur(0.398974rem);
          backdrop-filter: blur(0.398974rem);
}
.modal-site__close, .modal-event__close {
  color: #0066cc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0.8rem;
  line-height: 1.4;
  margin-right: 1rem;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
}
.modal-site__close [class^=icon], .modal-event__close [class^=icon] {
  color: #0057b8;
}
.modal-site__close-icon, .modal-event__close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-site__content, .modal-event__content {
  background-color: #ffffff;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 4rem 0 0 0;
  min-height: 30rem;
  width: 100vw;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  .modal-site__content, .modal-event__content {
    flex-direction: row;
    max-width: 80rem;
    width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .modal-site__content, .modal-event__content {
    max-width: 100rem;
  }
}
.modal-site__content-inner, .modal-event__content-inner {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  gap: 2.4rem;
  height: 100%;
  min-height: -moz-min-content;
  min-height: min-content;
  max-height: var(--modal-height);
  padding: 4rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.modal-site__content-inner--centered {
  text-align: center;
}
.modal-site__body, .modal-event__body {
  color: #000000;
  max-height: var(--modal-height);
  width: 100%;
}
.modal-site__footer, .modal-event.modal-event--dialog .modal-event__footer {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.6rem;
  justify-content: flex-end;
  margin-bottom: 1.6rem;
  width: 100%;
}
.modal-site__footer--centered {
  justify-content: center;
}
.modal-site__title {
  color: #001a72;
}

.modal-event {
  --modal-height: 60rem;
  --overlay-color: rgba(19, 41, 75, 0.9);
  display: none;
  text-align: start;
}
.modal-event__content-inner {
  align-items: flex-start;
  padding: 0 4rem 4rem 4rem;
}
@media only screen and (min-width: 768px) {
  .modal-event__content-inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .modal-event__body {
    flex: 0 1 auto;
    margin-top: 0;
    margin-right: 4.8rem;
  }
}
.modal-event__meta {
  margin-bottom: 2.2rem;
}
.modal-event__meta-primary {
  color: #282828;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.modal-event__meta-secondary {
  color: #282828;
  line-height: 1.5;
}
.modal-event__meta-tertiary {
  margin-bottom: 1.6rem;
}
.modal-event__meta-link a {
  color: #0057b8;
}
.modal-event__figure {
  min-width: 18rem;
}
@media only screen and (min-width: 768px) {
  .modal-event__figure {
    margin: 0 2.4rem auto 4.8rem;
  }
}
.modal-event__figure img {
  border-radius: 0.941rem;
  width: 16.5rem;
}
@media only screen and (min-width: 768px) {
  .modal-event__figure img {
    width: 18rem;
  }
}

.modal-event.modal-event--dialog .modal-event__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 16px 0;
}
.modal-event.modal-event--dialog .modal-event__content {
  min-height: 24rem;
  max-width: 62rem !important;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .modal-event.modal-event--dialog .modal-event__content {
    flex-direction: row;
    width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .modal-event.modal-event--dialog .modal-event__content {
    max-width: 100rem;
  }
}
.modal-event.modal-event--dialog .modal-event__content-inner {
  align-items: flex-start;
  padding: 0 4rem 0.8rem 4rem;
}
@media only screen and (min-width: 768px) {
  .modal-event.modal-event--dialog .modal-event__body {
    margin-right: 0;
  }
}
.modal-event.modal-event--dialog .modal-event__meta {
  margin-bottom: 2.4rem;
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal-event.modal-event--dialog .modal-event__meta-primary {
  color: #001a72;
  margin-bottom: 1.6rem;
}
.modal-event.modal-event--dialog .modal-event__meta-secondary {
  color: #282828;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
}
.modal-event.modal-event--dialog .modal-event__meta-tertiary {
  font-size: 1.6rem;
  text-transform: none;
}

.site-search {
  position: relative;
  padding-block: var(--space-lg, 32px);
  padding-inline: var(--space-sm, 16px);
  width: 100%;
  z-index: 1;
  /* Check input to show reset */
}
@media only screen and (min-width: 768px) {
  .site-search {
    padding-inline: 8rem;
  }
}
.site-search[hidden] {
  display: none;
}
.site-search::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-image: linear-gradient(133.37deg, #001a72 0%, #0085ca 100%);
  z-index: -1;
  margin-left: -50vw;
  width: 100vw;
}
.site-search__form {
  position: relative;
  display: flex;
  justify-content: center;
  width: min(620px, 100%);
  margin-inline: auto;
}
.site-search__search-button, .site-search__search-reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  align-content: center;
  color: #ffffff;
}
.site-search__search-button {
  width: 4.5rem;
  aspect-ratio: 1;
  left: 0;
}
.site-search__search-reset {
  display: none;
  width: 4.5rem;
  aspect-ratio: 1;
  right: 0;
}
.site-search__input {
  height: 4.8rem;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 100vh;
  color: #ffffff;
  padding-inline: 4.5rem;
}
.site-search__input:focus-within, .site-search__input:focus, .site-search__input:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-search__input:focus-within, .site-search__input:focus {
  outline: 6px solid rgba(255, 255, 255, 0.2);
}
.site-search:not(:has(.site-search__input:-moz-placeholder-shown)) .site-search__search-reset {
  display: inline-block;
}
.site-search:not(:has(.site-search__input:placeholder-shown)) .site-search__search-reset {
  display: inline-block;
}

.search-results {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-sm, 16px);
  padding: var(--space-lg, 32px) var(--space-sm, 16px);
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .search-results {
    padding: var(--space-3xl, 56px);
  }
}
.search-results::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #f9f9f9;
  z-index: -1;
  margin-left: -50vw;
  width: 100vw;
}
.search-results[hidden] {
  display: none;
}
.search-results__heading {
  font-size: 2rem;
  text-align: left;
  color: inherit;
}
.search-results__heading strong {
  font-weight: 500;
}
.search-results .featured-result {
  width: 100%;
}
.search-results__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-sm, 16px);
  width: 100%;
}
.search-results__list-item, .search-results__featured-item {
  position: relative;
  color: inherit;
  background-color: #ffffff;
  padding: var(--space-md, 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-xs, 8px);
  text-decoration: none;
  text-align: left;
  border-radius: 8px;
  transition: 0.3s;
  width: 100%;
}
.search-results__list-item:hover, .search-results__featured-item:hover {
  background-color: #EDEDED;
}
.search-results__featured-item::before {
  display: inline-block;
  content: "Featured";
  font-size: 12px;
  color: #0066cc;
  line-height: 14px;
  text-transform: uppercase;
  border: 1px solid #0066cc;
  border-radius: 4px;
  padding: 4px;
}
.search-results__list-item-title {
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
}
.search-results__list-item-url {
  color: #0d6efd;
  text-decoration: underline;
  width: 100%;
  word-break: break-all;
}
.search-results__list-item-summary {
  display: -webkit-box;
  max-height: 120px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .search-results__list-item-summary {
    max-height: 40px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.search-results__list-item-summary strong {
  font-weight: 500;
}

.no-search-results {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-sm, 16px);
  padding-block: var(--space-3xl, 56px);
  padding-inline: var(--space-sm, 16px);
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .no-search-results {
    padding-inline: 8rem;
  }
}
.no-search-results[hidden] {
  display: none;
}
.no-search-results::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: white;
  z-index: -1;
  margin-left: -50vw;
  width: 100vw;
}
.no-search-results__heading {
  font-size: 2rem;
  text-align: left;
  color: inherit;
}
.no-search-results__heading strong {
  font-weight: 500;
}

.popular-searches {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 16px);
  padding-block: var(--space-3xl, 56px);
  padding-inline: var(--space-sm, 16px);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .popular-searches {
    padding-inline: 8rem;
  }
}
.popular-searches[hidden] {
  display: none;
}
.popular-searches__heading {
  font-size: 2rem;
  font-weight: 500;
  color: inherit;
}
.popular-searches__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: var(--space-sm) var(--space-xs);
  align-self: stretch;
  flex-wrap: wrap;
}
.popular-searches__list-item {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s;
}
.popular-searches__list-item:hover {
  background-color: #d9d9d9;
}
.popular-searches__list-item:active {
  background-color: #898989;
}

.cmp-text--white .cmp-text {
  color: #ffffff;
}
.cmp-text--white .cmp-text h1,
.cmp-text--white .cmp-text h2,
.cmp-text--white .cmp-text h3,
.cmp-text--white .cmp-text h4,
.cmp-text--white .cmp-text h5,
.cmp-text--white .cmp-text h6,
.cmp-text--white .cmp-text p,
.cmp-text--white .cmp-text span,
.cmp-text--white .cmp-text a,
.cmp-text--white .cmp-text li,
.cmp-text--white .cmp-text hr {
  color: inherit;
}

.cmp-text--blue .cmp-text {
  color: #0057b8;
}
.cmp-text--blue .cmp-text h1,
.cmp-text--blue .cmp-text h2,
.cmp-text--blue .cmp-text h3,
.cmp-text--blue .cmp-text h4,
.cmp-text--blue .cmp-text h5,
.cmp-text--blue .cmp-text h6,
.cmp-text--blue .cmp-text p,
.cmp-text--blue .cmp-text span,
.cmp-text--blue .cmp-text a,
.cmp-text--blue .cmp-text li,
.cmp-text--blue .cmp-text hr {
  color: inherit;
}

.cmp-text--font-size-80 .cmp-text h1 {
  font-size: 4.8rem;
  line-height: 90%;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .cmp-text--font-size-80 .cmp-text h1 {
    font-size: 7.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-text--font-size-80 .cmp-text h1 {
    font-size: 8rem;
  }
}
.cmp-text--font-size-80 .cmp-text h2,
.cmp-text--font-size-80 .cmp-text h3,
.cmp-text--font-size-80 .cmp-text h4,
.cmp-text--font-size-80 .cmp-text h5,
.cmp-text--font-size-80 .cmp-text h6 {
  font-size: 2.4rem;
  line-height: 140%;
}
@media only screen and (min-width: 1200px) {
  .cmp-text--font-size-80 .cmp-text h2,
.cmp-text--font-size-80 .cmp-text h3,
.cmp-text--font-size-80 .cmp-text h4,
.cmp-text--font-size-80 .cmp-text h5,
.cmp-text--font-size-80 .cmp-text h6 {
    font-size: 3.2rem;
  }
}

#digitalpulse-form > .container.aem-GridColumn {
  padding: 0 1.6rem;
}
@media only screen and (min-width: 993px) {
  #digitalpulse-form > .container.aem-GridColumn {
    padding: 0 3.2rem;
  }
}
#digitalpulse-form .note-component {
  margin-bottom: 2.4rem;
}
#digitalpulse-form .note-component .time-notification {
  margin-bottom: 2.4rem;
}
#digitalpulse-form .icon-text.error .icon-text__icon,
#digitalpulse-form .icon-text.error .rte,
#digitalpulse-form .icon-text.error .modal-acs__body,
#digitalpulse-form .icon-text.error .text,
#digitalpulse-form .icon-text.error .cmp-text {
  color: #b91c1c;
}
#digitalpulse-form .icon-text.error .icon-text__icon p,
#digitalpulse-form .icon-text.error .rte p,
#digitalpulse-form .icon-text.error .modal-acs__body p,
#digitalpulse-form .icon-text.error .text p,
#digitalpulse-form .icon-text.error .cmp-text p {
  font-weight: 500;
}
#digitalpulse-form .cmp-form-text__text, #digitalpulse-form .cmp-form-text__textarea {
  padding: 0.8rem;
}
#digitalpulse-form .cmp-form-options__field--drop-down {
  padding: 0.8rem;
}
#digitalpulse-form button[type=SUBMIT] {
  background-color: #0066cc;
  padding: 1.6rem 3.2rem;
}
#digitalpulse-form button[type=SUBMIT]:disabled {
  pointer-events: none;
  background-color: #d9d9d9;
  color: #737373;
}
#digitalpulse-form .form-row .field-row {
  row-gap: 1.6rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: space-between;
}
#digitalpulse-form .generic-input,
#digitalpulse-form .options {
  padding: 0;
}
#digitalpulse-form .generic-input .field,
#digitalpulse-form .options .field {
  margin: 0;
}
#digitalpulse-form .generic-input .field__header,
#digitalpulse-form .options .field__header {
  margin-bottom: 0.4rem;
}
#digitalpulse-form .generic-input.half-width-field,
#digitalpulse-form .options.half-width-field {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #digitalpulse-form .generic-input.half-width-field,
#digitalpulse-form .options.half-width-field {
    width: 48%;
  }
}
@media only screen and (min-width: 993px) {
  #digitalpulse-form .generic-input.half-width-field,
#digitalpulse-form .options.half-width-field {
    width: 47%;
  }
}
@media only screen and (min-width: 1400px) {
  #digitalpulse-form .generic-input.half-width-field,
#digitalpulse-form .options.half-width-field {
    width: 48%;
  }
}
#digitalpulse-form .field input[type=checkbox]:checked {
  background-color: #0066cc;
  border-color: #0066cc;
}
#digitalpulse-form .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cmp-image--bottom {
  margin-bottom: -2.4rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 993px) {
  .cmp-image--bottom {
    min-height: 300px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-image--bottom {
    min-height: 350px;
  }
}
.cmp-image--bottom .cmp-image {
  width: 100%;
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .cmp-image--bottom .cmp-image {
    max-width: 460px;
  }
}
@media only screen and (min-width: 993px) {
  .cmp-image--bottom .cmp-image {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-image--bottom .cmp-image {
    max-width: 454px;
  }
}

.manual-renewal {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-inline: 1.2rem;
  padding-bottom: 2.4rem;
}
.manual-renewal-message {
  border: 1px solid #d9d9d9;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.manual-renewal-title {
  color: #001a72;
  margin-bottom: 1.6rem;
}
.manual-renewal-description {
  color: #282828;
}
.manual-renewal-description strong {
  display: block;
  font-weight: 500;
}
.manual-renewal .icon-warning {
  color: #b45309 !important;
}
.manual-renewal-note p {
  font-size: 1.6rem !important;
}
.manual-renewal-note strong {
  font-weight: 500;
}

.banner {
  /* Full-width master brand gradient banner */
}
.banner__inner {
  width: 100%;
  padding: 3.2rem 0;
  text-align: left;
}
.banner__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 2.4rem;
}
.banner__content p {
  font-size: 2rem;
  line-height: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .banner__content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
.banner__button {
  padding: 1.6rem 3.2rem;
  border: 1px solid white;
  border-radius: 48px;
  text-decoration: none;
  text-wrap: nowrap;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}
.banner--master-brand-gradient .banner__inner {
  color: white;
  position: relative;
  z-index: 1;
  background: linear-gradient(316deg, #e30a0e 1.98%, #d437a0 30.73%, #0000ef 69.07%);
}
.banner--master-brand-gradient .banner__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100svw;
  height: 100%;
  transform: translateX(-50%);
  background: inherit;
  z-index: -1;
}

.generic-profile-card {
  display: flex;
  text-align: left;
  align-items: flex-start;
  border-radius: 0.8rem;
  padding: var(--space-md);
  gap: var(--space-lg);
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  color: #282828;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .generic-profile-card {
    flex-direction: row;
  }
}
.generic-profile-card__image {
  position: relative;
  width: 120px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.generic-profile-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.generic-profile-card__image-badge {
  position: absolute;
  width: 40px;
  aspect-ratio: 1/1;
  bottom: 0;
  right: 0;
}
.generic-profile-card [data-level]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.generic-profile-card [data-level=cp i]::before {
  background-image: url(clientlib-msa/css/resources/assets/cp-badge.png);
}
.generic-profile-card [data-level=ct i]::before {
  background-image: url(clientlib-msa/css/resources/assets/ct-badge.png);
}
.generic-profile-card [data-level*=cp i][data-level*=cyber i]::before {
  background-image: url(clientlib-msa/css/resources/assets/cp-cyber.png);
}
.generic-profile-card [data-level*=ct i][data-level*=cyber i]::before {
  background-image: url(clientlib-msa/css/resources/assets/ct-cyber.png);
}
.generic-profile-card__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.generic-profile-card__content-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.generic-profile-card__name {
  font-weight: 400;
  line-height: 140%;
}
.generic-profile-card__state, .generic-profile-card__phone, .generic-profile-card__position {
  display: flex;
  gap: var(--space-xs);
}
.generic-profile-card__state i, .generic-profile-card__phone i, .generic-profile-card__position i {
  color: #0066cc;
}
.generic-profile-card__email {
  display: flex;
  gap: var(--space-xs);
  cursor: pointer;
}
.generic-profile-card__email i {
  color: #0066cc;
}
.generic-profile-card__description {
  line-height: 150%;
  word-break: break-word;
}

body:has(.cp-search) {
  container: none;
}

.cp-directory .cp-search {
  display: block;
  padding-block: var(--space-lg);
  position: relative;
}
.cp-directory .cp-search::before {
  content: "";
  background-image: linear-gradient(90deg, #001a72, #0085ca);
  position: absolute;
  display: block;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cp-directory .cp-search__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  flex-direction: column;
}
@media only screen and (min-width: 993px) {
  .cp-directory .cp-search__form {
    flex-direction: row;
  }
}
.cp-directory .cp-search__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cp-directory .cp-search__container {
    flex-direction: row;
    width: auto;
  }
}
.cp-directory .cp-search__container p {
  color: #ffffff;
  z-index: 1;
  flex-shrink: 0;
}
.cp-directory .cp-search__wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 100vh;
}
.cp-directory .cp-search__wrapper i {
  position: absolute;
  top: 50%;
  color: white;
  transform: translateY(-50%);
}
.cp-directory .cp-search__wrapper button {
  position: absolute;
  top: 50%;
  color: white;
  transform: translateY(-50%);
  padding-inline: 1.25rem 0.5rem;
}
.cp-directory .cp-search__wrapper button i {
  position: static;
}
.cp-directory .cp-search__wrapper:has(input) {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cp-directory .cp-search__wrapper:has(input) {
    width: min(400px, 100%);
  }
}
.cp-directory .cp-search__wrapper:has(select) {
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cp-directory .cp-search__wrapper:has(select) {
    width: 275px;
  }
}
.cp-directory .cp-search__wrapper:has(select) i {
  right: 1.5rem;
}
.cp-directory .cp-search__input {
  width: 100%;
  height: 48px;
  padding-right: 1rem;
  padding-left: 3.5rem;
  border-radius: 100vh;
  color: white;
}
.cp-directory .cp-search__input::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.cp-directory .cp-search__input::placeholder {
  color: white;
  text-transform: uppercase;
}
.cp-directory .cp-search__select {
  padding-left: 1.5rem;
  width: 100%;
  height: 48px;
  color: white;
  border-radius: 100vh;
  text-transform: uppercase;
}
.cp-directory .cp-search__select option {
  color: initial;
}
.cp-directory .cp-search .cp-search__search-reset {
  z-index: 1;
  color: white;
  flex-shrink: 0;
  text-decoration: underline;
  text-transform: uppercase;
}
.cp-directory .search-results:not([hidden]),
.cp-directory .no-search-results:not([hidden]) {
  display: flex;
  flex-direction: column;
}
.cp-directory .no-search-results:not([hidden]) {
  align-items: center;
}
.cp-directory .search-results-list:not([hidden]) {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.cp-directory #resetFilters {
  cursor: pointer;
  text-decoration: underline;
}

/*
 *  Copyright 2021 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%;
  height: auto;
}
