/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.zipcodebar .zip-top {
  background-color: #202020;
  color: #ffffff;
  padding: 0px 40px;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  text-align: center;
  /*centers zip code bar*/
}
.zipcodebar .zip-top span {
  color: #ffffff;
  display: inline-table;
  margin: 0px 5px 0px 0px;
}
.zipcodebar .zip-top a {
  color: #ffffff;
  font-size: 0.75rem;
}
.zipcodebar .zip-top #zipcodeform {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.zipcodebar #zipcode {
  width: 75px;
  height: 30px;
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  line-height: 14px;
  font-size: 0.875rem;
  border-radius: 0;
  border: none;
}
.zipcodebar #zipcode:focus-visible {
  outline: none;
}
.zipcodebar .inline-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: unset;
  overflow: hidden;
  border: 1px solid #202020;
}
.zipcodebar .inline-form .go-button {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 0 4px;
  padding: 8px;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  border-radius: 0;
  vertical-align: middle;
  line-height: 14px;
  font-size: 0.875rem;
  text-align: center;
  background-color: #1259c3;
  border: none;
  outline: none;
}
.zipcodebar #errorMessageEmptyZip,
.zipcodebar #errorMessageInvalidZip,
.zipcodebar #errorMessageZipNotExists {
  color: #FF5552;
  margin-left: 10px;
}
.zipcodebar #zipinfo {
  padding: 4px;
  font-size: 0.875rem;
}
.zipcodebar #showZip {
  font-style: italic;
  margin-left: 10px;
  cursor: pointer;
}

.tileNavigation {
  padding: 0;
  margin: 0;
}
.tileNavigation img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 104px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.socialshare-container {
  border-bottom: solid 1px #888b8d;
  padding: 16px 0;
}
.socialshare-container a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.socialshare-container .social-fb {
  background-image: url("../../../../etc/designs/comerica/v1_1/img/social-facebook.svg");
}
.socialshare-container .social-li {
  background-image: url("../../../../etc/designs/comerica/v1_1/img/social-linkedin.svg");
}
.socialshare-container .social-em {
  background-image: url("../../../../etc/designs/comerica/v1_1/img/social-email.svg");
}
.socialshare-container .social-pr {
  background-image: url("../../../../etc/designs/comerica/v1_1/img/social-print.svg");
}
@media print {
  .socialshare-container {
    display: none;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.responsiveimage-outer {
  width: 100%;
  height: 100%;
  display: flex;
  min-height: 20px;
  flex-direction: column;
}
.responsiveimage-outer img,
.responsiveimage-outer picture {
  top: 0;
  left: 0;
}
a.responsiveimage-outer {
  cursor: default;
}
a.responsiveimage-outer img {
  cursor: pointer;
}
.responsiveimage-outer.object-fit--default--cover {
  position: relative;
  display: block;
  min-height: 400px;
}
.responsiveimage-outer.object-fit--default--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.responsiveimage-outer.object-fit--default--cover picture,
.responsiveimage-outer.object-fit--default--cover img {
  padding: inherit;
}
.responsiveimage-outer.object-fit--default--fit {
  position: static;
  display: flex;
  min-height: 20px;
}
.responsiveimage-outer.object-fit--default--fit img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  position: static;
  width: unset;
  object-fit: scale-down;
}
.responsiveimage-outer.object-fit--default--fit picture,
.responsiveimage-outer.object-fit--default--fit img {
  padding: 0;
}
.responsiveimage-outer.object-fit--default--fit.grow--default--yes img {
  width: 100%;
  object-fit: contain;
}
.responsiveimage-outer img.focus--default--left-top {
  object-position: left top;
}
.responsiveimage-outer img.focus--default--left-center {
  object-position: left center;
}
.responsiveimage-outer img.focus--default--left-bottom {
  object-position: left bottom;
}
.responsiveimage-outer img.focus--default--center-top {
  object-position: center top;
}
.responsiveimage-outer img.focus--default--center-center {
  object-position: center center;
}
.responsiveimage-outer img.focus--default--center-bottom {
  object-position: center bottom;
}
.responsiveimage-outer img.focus--default--right-top {
  object-position: right top;
}
.responsiveimage-outer img.focus--default--right-center {
  object-position: right center;
}
.responsiveimage-outer img.focus--default--right-bottom {
  object-position: right bottom;
}
@media (max-width: 991.8px) {
  .responsiveimage-outer.object-fit--tablet--cover {
    position: relative;
    display: block;
    min-height: 400px;
  }
  .responsiveimage-outer.object-fit--tablet--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .responsiveimage-outer.object-fit--tablet--cover picture,
  .responsiveimage-outer.object-fit--tablet--cover img {
    padding: inherit;
  }
  .responsiveimage-outer.object-fit--tablet--fit {
    position: static;
    display: flex;
    min-height: 20px;
  }
  .responsiveimage-outer.object-fit--tablet--fit img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    position: static;
    width: unset;
    object-fit: scale-down;
  }
  .responsiveimage-outer.object-fit--tablet--fit picture,
  .responsiveimage-outer.object-fit--tablet--fit img {
    padding: 0;
  }
  .responsiveimage-outer.object-fit--tablet--fit.grow--tablet--yes img {
    width: 100%;
    object-fit: contain;
  }
  .responsiveimage-outer img.focus--tablet--left-top {
    object-position: left top;
  }
  .responsiveimage-outer img.focus--tablet--left-center {
    object-position: left center;
  }
  .responsiveimage-outer img.focus--tablet--left-bottom {
    object-position: left bottom;
  }
  .responsiveimage-outer img.focus--tablet--center-top {
    object-position: center top;
  }
  .responsiveimage-outer img.focus--tablet--center-center {
    object-position: center center;
  }
  .responsiveimage-outer img.focus--tablet--center-bottom {
    object-position: center bottom;
  }
  .responsiveimage-outer img.focus--tablet--right-top {
    object-position: right top;
  }
  .responsiveimage-outer img.focus--tablet--right-center {
    object-position: right center;
  }
  .responsiveimage-outer img.focus--tablet--right-bottom {
    object-position: right bottom;
  }
}
@media (max-width: 767.8px) {
  .responsiveimage-outer.object-fit--phone--cover {
    position: relative;
    display: block;
    min-height: 400px;
  }
  .responsiveimage-outer.object-fit--phone--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .responsiveimage-outer.object-fit--phone--cover picture,
  .responsiveimage-outer.object-fit--phone--cover img {
    padding: inherit;
  }
  .responsiveimage-outer.object-fit--phone--fit {
    position: static;
    display: flex;
    min-height: 20px;
  }
  .responsiveimage-outer.object-fit--phone--fit img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
    position: static;
    width: unset;
    object-fit: scale-down;
  }
  .responsiveimage-outer.object-fit--phone--fit picture,
  .responsiveimage-outer.object-fit--phone--fit img {
    padding: 0;
  }
  .responsiveimage-outer.object-fit--phone--fit.grow--phone--yes img {
    width: 100%;
    object-fit: contain;
  }
  .responsiveimage-outer img.focus--phone--left-top {
    object-position: left top;
  }
  .responsiveimage-outer img.focus--phone--left-center {
    object-position: left center;
  }
  .responsiveimage-outer img.focus--phone--left-bottom {
    object-position: left bottom;
  }
  .responsiveimage-outer img.focus--phone--center-top {
    object-position: center top;
  }
  .responsiveimage-outer img.focus--phone--center-center {
    object-position: center center;
  }
  .responsiveimage-outer img.focus--phone--center-bottom {
    object-position: center bottom;
  }
  .responsiveimage-outer img.focus--phone--right-top {
    object-position: right top;
  }
  .responsiveimage-outer img.focus--phone--right-center {
    object-position: right center;
  }
  .responsiveimage-outer img.focus--phone--right-bottom {
    object-position: right bottom;
  }
}
@media print {
  .responsiveimage {
    display: block !important;
  }
}

.ratesfeesnontabbed-content {
  display: none;
}
.ratesfeesnontabbed-content[data-type='rates'] {
  min-height: 50px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
#navbar #searchbarcontainer {
  width: 500px;
  position: absolute;
  z-index: 101;
  top: 80px;
  right: 0px;
  display: none;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
  padding: 24px;
  background-color: #ffffff;
}
@media (max-width: 991.8px) {
  #navbar #searchbarcontainer {
    display: block !important;
    position: unset;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0 0 16px;
  }
}
#navbar #searchbarcontainer .h4 {
  padding: 4px 0;
  color: #002f6c;
}
@media (max-width: 991.8px) {
  #navbar #searchbarcontainer .h4 {
    display: none;
  }
}
#navbar #searchbarcontainer .search-close {
  position: absolute;
  right: 24px;
  top: 24px;
  height: 30px;
  width: 30px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.8px) {
  #navbar #searchbarcontainer .search-close {
    display: none;
  }
}
#navbar #searchbarcontainer .search-close #clearsearch {
  padding: 0;
  border: none;
  cursor: pointer;
}
#navbar #searchbarcontainer .searchbar {
  margin: 0 auto;
}
#navbar #searchbarcontainer .searchbar .searchfield {
  background: #f7f7f7;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 16px 0;
}
@media (max-width: 991.8px) {
  #navbar #searchbarcontainer .searchbar .searchfield {
    margin: 0;
  }
}
#navbar #searchbarcontainer .searchbar .searchfield .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
#navbar #searchbarcontainer .searchbar .searchfield .input-group input {
  border-bottom: 2px solid transparent;
}
#navbar #searchbarcontainer .searchbar .searchfield .input-group input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #0a64eb;
}
#navbar #searchbarcontainer .searchbar .searchfield .quick-search-icon {
  border-right: solid 1px #d9d9d6;
  display: flex;
  width: 40px;
  height: 24px;
  background: url("../../../../etc/designs/comerica/v1_1/img/icon-search-grey.svg") no-repeat center center;
  margin-left: 4px;
}
@media (max-width: 991.8px) {
  #navbar #searchbarcontainer .searchbar .quicklinks {
    display: none;
  }
}
#navbar #searchbarcontainer .searchbar .quicklinks ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#navbar #searchbarcontainer .searchbar .quicklinks li {
  padding: 4px 16px 4px 0px;
}
#navbar #searchbarcontainer .searchbar .quicklinks a {
  text-decoration: none;
  color: #002f6c;
}
#navbar #searchbarcontainer .searchbar .quicklinks a:hover {
  text-decoration: underline;
}
#navbar #searchbarcontainer .searchbar .form-control {
  display: block;
  padding: 12px ;
  background: none;
  border: none;
  color: #53565a;
  height: 49px;
  border-radius: 0;
}
.navigationheader-default .searchbarcontainer {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  display: none;
}
.navigationheader-default .searchbarcontainer .searchbar {
  width: 500px;
  margin: 0 auto;
}
.navigationheader-default .searchbarcontainer .searchbar .searchfield {
  background: #000000;
  flex: 0 0 100%;
  max-width: 100%;
}
.navigationheader-default .searchbarcontainer .searchbar .searchfield .input-group-text,
.navigationheader-default .searchbarcontainer .searchbar .searchfield .form-control {
  background: none;
  border: none;
  color: white;
  height: 49px;
}
.navigationheader-default .searchbarcontainer .searchbar .searchfield #clearsearch {
  cursor: pointer;
}
.navigationheader-default .searchbarcontainer .searchbar .quicklinks {
  background: #ffffff;
  padding: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
.navigationheader-default .searchbarcontainer .searchbar .quicklinks ul {
  list-style-type: none;
  padding-left: 10px;
}
.navigationheader-default .searchbarcontainer .searchbar .quicklinks ul a {
  text-decoration: none;
  color: #63666a;
}
.navigationheader-default .searchbar .input-group-text img {
  display: inline-block;
  width: 30px;
}

.navigationheader-v2 #navbar .nav-section .nav-section-content {
  display: none;
}
.navigationheader-v2 #navbar .nav-section.show .nav-section-content {
  display: block;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.media-platform-inner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.media-platform-inner > iframe {
  border-width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #63666a;
}
.media-platform-inner.aspect-16-9 {
  padding-top: 56.25%;
}
.media-platform-inner.aspect-4-3 {
  padding-top: 75%;
}
.media-platform-inner.aspect-1-1 {
  padding-top: 100%;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.herobanner {
  padding: 0 !important;
}
.herobanner .herobanner-outer {
  min-height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  position: relative;
}
.herobanner .herobanner-outer .content-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.herobanner .herobanner-outer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.herobanner .herobanner-outer.backgroundGradient30::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.herobanner .herobanner-outer.backgroundGradient50::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.herobanner .herobanner-outer.split::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-size: cover;
  background-position: center;
  width: 50%;
}
.herobanner .herobanner-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}
.herobanner .herobanner-inner > h1 {
  margin: 0;
  line-height: 1.0;
  padding-bottom: 16px;
}
.herobanner .herobanner-inner > .sub-heading,
.herobanner .herobanner-inner > .eyebrow-text {
  margin: 0;
  font-size: 1.25rem;
  font-family: "Trade Gothic Next LT W01 Bold", "TradeGothicBold", sans-serif;
  line-height: 1.25;
  padding-bottom: 16px;
}
.herobanner .herobanner-inner > .body-text {
  padding-bottom: 16px;
}
.herobanner .herobanner-inner .genericbutton {
  padding-left: 0;
}
@media (min-width: 992px) {
  .herobanner .content-wrap {
    max-width: 1200px;
  }
}
@media (max-width: 991.8px) {
  .herobanner .container {
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
  }
}
@media (max-width: 767.8px) {
  .herobanner .herobanner-outer.split::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background-position: bottom;
  }
  .herobanner .herobanner-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    justify-content: normal;
  }
  .herobanner .herobanner-inner > .sub-heading,
  .herobanner .herobanner-inner > .eyebrow-text {
    font-size: 1.125rem;
  }
}
@media print {
  .herobanner .herobanner-inner {
    justify-content: center;
  }
}
.herobanner .backgroundribbon {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #d9d9d6;
  border-top: solid 1px #d9d9d6;
}
.herobanner .backgroundribbon .ribbon,
.herobanner .backgroundribbon .ribbon::before,
.herobanner .backgroundribbon .ribbon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250vw;
  height: 250vw;
  margin-left: -125vw;
  transform-origin: 50% 50%;
  border-radius: 38% 42%;
  box-shadow: inset 0 0 95px rgba(61, 134, 203, 0.8);
  background: transparent;
  animation: spin 116s infinite linear;
  mix-blend-mode: multiply;
}
.herobanner .backgroundribbon .ribbon::before {
  width: 105%;
  height: 95%;
  margin-top: -110vw;
  transform-origin: 49% 51%;
  border-radius: 40% 38%;
  box-shadow: inset 0 0 95px rgba(0, 47, 108, 0.8);
  animation: spin 113s infinite linear;
}
.herobanner .backgroundribbon .ribbon::after {
  width: 102%;
  height: 98%;
  margin-top: -130vw;
  transform-origin: 51% 49%;
  -webkit-transform-origin: 51% 49%;
  border-radius: 48% 42%;
  box-shadow: inset 0 0 95px rgba(153, 218, 232, 0.95);
  animation: spin 110s infinite linear;
}
.herobanner .backgroundribbon .ribbon.safari,
.herobanner .backgroundribbon .ribbon.safari::before,
.herobanner .backgroundribbon .ribbon.safari::after {
  animation: none;
  transform: rotate(13deg);
}
@keyframes spin {
  0% {
    transform: rotate(11deg);
  }
  100% {
    transform: rotate(371deg);
  }
}
@media print {
  .herobanner .herobanner-outer {
    color: #fff;
    padding: 0;
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;
    /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
  }
  .herobanner .herobanner-inner {
    padding: 0 24px;
  }
  .herobanner .herobanner-inner > h1 {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .herobanner .herobanner-inner > .sub-heading {
    font-size: 0.70rem;
    line-height: 1.25;
  }
  .herobanner .herobanner-inner > .eyebrow-text {
    font-size: 0.70rem;
    line-height: 1.25;
  }
  .herobanner .herobanner-inner > .body-text {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .herobanner .herobanner-inner .genericbutton {
    display: none;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.embeddedcontainer {
  width: 100%;
  overflow: hidden;
}
.fullwidthpagerow-outer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.fullwidthpagerow-outer .fullwidthpagerow-inner {
  padding: 0;
  width: 100%;
  display: flex;
  flex-grow: 1;
  position: relative;
}
.fullwidthpagerow-outer .fullwidthpagerow-inner.limit-width {
  max-width: 1200px;
  margin: 0 auto;
}
.fullwidthpagerow-outer .fullwidthpagerow-inner > .responsivegrid,
.fullwidthpagerow-outer .fullwidthpagerow-inner > .responsivegrid > .aem-Grid {
  display: flex;
  flex-grow: 1;
}
.fullwidthpagerow-outer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullwidthpagerow-outer.background-position--default--left-top {
  background-position: left top;
}
.fullwidthpagerow-outer.background-position--default--left-center {
  background-position: left center;
}
.fullwidthpagerow-outer.background-position--default--left-bottom {
  background-position: left bottom;
}
.fullwidthpagerow-outer.background-position--default--center-top {
  background-position: center top;
}
.fullwidthpagerow-outer.background-position--default--center-center {
  background-position: center center;
}
.fullwidthpagerow-outer.background-position--default--center-bottom {
  background-position: center bottom;
}
.fullwidthpagerow-outer.background-position--default--right-top {
  background-position: right top;
}
.fullwidthpagerow-outer.background-position--default--right-center {
  background-position: right center;
}
.fullwidthpagerow-outer.background-position--default--right-bottom {
  background-position: right bottom;
}
@media (max-width: 991.8px) {
  .fullwidthpagerow-outer.background-position--tablet--left-top {
    background-position: left top;
  }
  .fullwidthpagerow-outer.background-position--tablet--left-center {
    background-position: left center;
  }
  .fullwidthpagerow-outer.background-position--tablet--left-bottom {
    background-position: left bottom;
  }
  .fullwidthpagerow-outer.background-position--tablet--center-top {
    background-position: center top;
  }
  .fullwidthpagerow-outer.background-position--tablet--center-center {
    background-position: center center;
  }
  .fullwidthpagerow-outer.background-position--tablet--center-bottom {
    background-position: center bottom;
  }
  .fullwidthpagerow-outer.background-position--tablet--right-top {
    background-position: right top;
  }
  .fullwidthpagerow-outer.background-position--tablet--right-center {
    background-position: right center;
  }
  .fullwidthpagerow-outer.background-position--tablet--right-bottom {
    background-position: right bottom;
  }
}
@media (max-width: 767.8px) {
  .fullwidthpagerow-outer.background-position--phone--left-top {
    background-position: left top;
  }
  .fullwidthpagerow-outer.background-position--phone--left-center {
    background-position: left center;
  }
  .fullwidthpagerow-outer.background-position--phone--left-bottom {
    background-position: left bottom;
  }
  .fullwidthpagerow-outer.background-position--phone--center-top {
    background-position: center top;
  }
  .fullwidthpagerow-outer.background-position--phone--center-center {
    background-position: center center;
  }
  .fullwidthpagerow-outer.background-position--phone--center-bottom {
    background-position: center bottom;
  }
  .fullwidthpagerow-outer.background-position--phone--right-top {
    background-position: right top;
  }
  .fullwidthpagerow-outer.background-position--phone--right-center {
    background-position: right center;
  }
  .fullwidthpagerow-outer.background-position--phone--right-bottom {
    background-position: right bottom;
  }
}

.twocolumnimageandtext-outer {
  display: flex;
}
.twocolumnimageandtext-outer.image-left > .image2col {
  order: 0;
}
.twocolumnimageandtext-outer.image-right {
  justify-content: right;
}
.twocolumnimageandtext-outer.image-right > .image2col {
  order: 1;
}
.twocolumnimageandtext-outer .image2col {
  background-size: cover;
  background-position: center;
}
.twocolumnimageandtext-outer .image2col.col-md-12 {
  min-height: 400px;
}
.twocolumnimageandtext-outer .text2col > par {
  width: 100%;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.navigationheader-default .searchbarcontainer {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  display: none;
}
.navigationheader-default .searchbarcontainer .searchbar {
  width: 500px;
  margin: 0 auto;
}
.navigationheader-default .searchbarcontainer .searchbar .searchfield {
  background: #000000;
  flex: 0 0 100%;
  max-width: 100%;
}
.navigationheader-default .searchbarcontainer .searchbar .searchfield .input-group-text,
.navigationheader-default .searchbarcontainer .searchbar .searchfield .form-control {
  background: none;
  border: none;
  color: white;
  height: 49px;
}
.navigationheader-default .searchbarcontainer .searchbar .searchfield #clearsearch {
  cursor: pointer;
}
.navigationheader-default .searchbarcontainer .searchbar .quicklinks {
  background: #ffffff;
  padding: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
.navigationheader-default .searchbarcontainer .searchbar .quicklinks ul {
  list-style-type: none;
  padding-left: 10px;
}
.navigationheader-default .searchbarcontainer .searchbar .quicklinks ul a {
  text-decoration: none;
  color: #63666a;
}
.navigationheader-default .searchbar .input-group-text img {
  display: inline-block;
  width: 30px;
}

.fullwidth-bulletlist li a:link {
  text-decoration: none;
}

.rrc-contact-info {
  display: none;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.formcontainer-submit .g-recaptcha {
  margin: 0 auto;
  width: max-content;
}
.formcontainer-submit.center-align {
  text-align: center;
}
.formcontainer-submit.left-align {
  text-align: left;
  padding: 0 5px;
}
.formcontainer-submit.left-align .g-recaptcha {
  margin-left: 0;
}
.formcontainer-submit.right-align {
  text-align: right;
  padding: 0 5px;
}
.formcontainer-submit.right-align .g-recaptcha {
  margin-right: 0;
}
@keyframes dot-loader-submit {
  0% {
    background-color: var(--dot-color);
  }
  50%,
  100% {
    background-color: var(--dot-color-faded);
  }
}
.formcontainer-submit .dot-loader-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -5%;
  top: -10px;
  pointer-events: none;
}
.formcontainer-submit .dot-loader-wrap .dot-loader-submit {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color-faded);
  animation: dot-loader-submit 0.5s infinite linear alternate;
  animation-delay: 0.25s;
}
.formcontainer-submit .dot-loader-wrap .dot-loader-submit:before,
.formcontainer-submit .dot-loader-wrap .dot-loader-submit:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--dot-color-faded);
  display: inline-block;
  position: absolute;
  top: 0;
  animation: dot-loader-submit 0.5s infinite alternate;
}
.formcontainer-submit .dot-loader-wrap .dot-loader-submit:before {
  left: -15px;
  animation-delay: 0s;
}
.formcontainer-submit .dot-loader-wrap .dot-loader-submit:after {
  left: 15px;
  animation-delay: .5s;
}
.formcontainer-submit .btn {
  font-family: "Trade Gothic Next LT W01 Heavy", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 8px 24px;
  margin: 5px 0;
  background-color: #002f6c;
  border: solid 3px #002f6c;
  color: #ffffff;
  text-transform: uppercase;
  --dot-color: #ffffff;
  --dot-color-faded: rgba(255, 255, 255, 0.2);
}
.formcontainer-submit .btn:hover {
  color: #ffffff;
  background-color: #0049a8;
  border: solid 3px #0049a8;
}
.formcontainer-submit .btn:focus-visible {
  outline: 5px auto #0a64eb;
  outline-offset: 3px;
  box-shadow: none;
}
.formcontainer-submit .btn.outline {
  background-color: #ffffff;
  color: #002f6c;
  --dot-color: #002f6c;
  --dot-color-faded: rgba(0, 47, 108, 0.2);
}
.formcontainer-submit .btn.outline:hover {
  background-color: #f7f7f7;
}
.formcontainer-submit .btn.textbtn {
  background-color: transparent;
  color: #002f6c;
  border: solid 3px transparent;
  --dot-color: #002f6c;
  --dot-color-faded: rgba(0, 47, 108, 0.2);
}
.formcontainer-submit .btn.textbtn:hover {
  background-color: #f7f7f7;
}
.formcontainer-submit .iblue {
  background-color: #1259c3;
  border: solid 3px #1259c3;
}
.formcontainer-submit .iblue:hover {
  background-color: #0a64eb;
  border: solid 3px #0a64eb;
}
.formcontainer-submit .iblue.outline {
  background-color: #ffffff;
  color: #1259c3;
  --dot-color: #1259c3;
  --dot-color-faded: rgba(18, 89, 195, 0.2);
}
.formcontainer-submit .iblue.outline:hover {
  border: solid 3px #1259c3;
  background-color: #f7f7f7;
}
.formcontainer-submit .iblue.textbtn {
  background-color: transparent;
  color: #1259c3;
  border: solid 3px transparent;
  --dot-color: #1259c3;
  --dot-color-faded: rgba(18, 89, 195, 0.2);
}
.formcontainer-submit .iblue.textbtn:hover {
  background-color: #f7f7f7;
}
.formcontainer-submit .iorange {
  background-color: #d14200;
  border: solid 3px #d14200;
}
.formcontainer-submit .iorange:hover {
  background-color: #e64900;
  border: solid 3px #e64900;
}
.formcontainer-submit .iorange.outline {
  color: #d14200;
  background-color: #ffffff;
  --dot-color: #d14200;
  --dot-color-faded: rgba(209, 66, 0, 0.2);
}
.formcontainer-submit .iorange.outline:hover {
  border: solid 3px #d14200;
  background-color: #f7f7f7;
}
.formcontainer-submit .iorange.textbtn {
  background-color: transparent;
  color: #d14200;
  border: solid 3px transparent;
  --dot-color: #d14200;
  --dot-color-faded: rgba(209, 66, 0, 0.2);
}
.formcontainer-submit .iorange.textbtn:hover {
  background-color: #f7f7f7;
}
.formcontainer-submit .igreen {
  background-color: #147c51;
  border: solid 3px #147c51;
}
.formcontainer-submit .igreen:hover {
  background-color: #219653;
  border: solid 3px #219653;
}
.formcontainer-submit .igreen.outline {
  color: #147c51;
  background-color: #ffffff;
  --dot-color: #147c51;
  --dot-color-faded: rgba(20, 124, 81, 0.2);
}
.formcontainer-submit .igreen.outline:hover {
  border: solid 3px #147c51;
  background-color: #f7f7f7;
}
.formcontainer-submit .igreen.textbtn {
  background-color: transparent;
  color: #147c51;
  border: solid 3px transparent;
  --dot-color: #147c51;
  --dot-color-faded: rgba(20, 124, 81, 0.2);
}
.formcontainer-submit .igreen.textbtn:hover {
  background-color: #f7f7f7;
}
.formcontainer-submit .iteal {
  background-color: #1e828f;
  border: solid 3px #1e828f;
}
.formcontainer-submit .iteal:hover {
  background-color: #27a8b9;
  border: solid 3px #27a8b9;
}
.formcontainer-submit .iteal.outline {
  color: #1e828f;
  background-color: #ffffff;
  --dot-color: #1e828f;
  --dot-color-faded: rgba(30, 130, 143, 0.2);
}
.formcontainer-submit .iteal.outline:hover {
  border: solid 3px #1e828f;
  background-color: #f7f7f7;
}
.formcontainer-submit .iteal.textbtn {
  background-color: transparent;
  color: #1e828f;
  border: solid 3px transparent;
  --dot-color: #1e828f;
  --dot-color-faded: rgba(30, 130, 143, 0.2);
}
.formcontainer-submit .iteal.textbtn:hover {
  background-color: #f7f7f7;
}
.formcontainer-submit .imagenta {
  background-color: #dc3254;
  border: solid 3px #dc3254;
}
.formcontainer-submit .imagenta:hover {
  background-color: #e1516e;
  border: solid 3px #e1516e;
}
.formcontainer-submit .imagenta.outline {
  color: #dc3254;
  background-color: #ffffff;
  --dot-color: #dc3254;
  --dot-color-faded: rgba(220, 50, 84, 0.2);
}
.formcontainer-submit .imagenta.outline:hover {
  border: solid 3px #dc3254;
  background-color: #f7f7f7;
}
.formcontainer-submit .imagenta.textbtn {
  background-color: transparent;
  color: #dc3254;
  border: solid 3px transparent;
  --dot-color: #dc3254;
  --dot-color-faded: rgba(220, 50, 84, 0.2);
}
.formcontainer-submit .imagenta.textbtn:hover {
  background-color: #f7f7f7;
}
.formcontainer-submit .waiting.btn {
  cursor: wait !important;
}
.formcontainer-submit .waiting.btn div {
  color: transparent !important;
}
.formcontainer-submit .waiting.btn .dot-loader-wrap {
  display: flex;
}

.formcontainer-select .select-list li.hidden {
  display: none;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.flexcontainer.flexcontainer.flexcontainer.flexcontainer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.flexcontainer-items {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.flexcontainer-items.aem-Grid {
  display: flex;
  width: 100%;
  flex-grow: 1;
  position: relative;
}
.flexcontainer-items.aem-Grid > .aem-GridColumn:not( .aem-GridColumn--default--hide) {
  display: flex;
  flex-direction: column;
}
.flexcontainer-items.aem-Grid > .aem-GridColumn:not( .aem-GridColumn--default--hide) > *:first-child {
  flex-grow: 1;
}
.flexcontainer-items.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  display: none;
}
@media (max-width: 991.8px) {
  .flexcontainer-items.aem-Grid > .aem-GridColumn:not( .aem-GridColumn--tablet--hide) {
    display: flex;
    flex-direction: column;
  }
  .flexcontainer-items.aem-Grid > .aem-GridColumn:not( .aem-GridColumn--tablet--hide) > *:first-child {
    flex-grow: 1;
  }
  .flexcontainer-items.aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .flexcontainer-items.aem-Grid > .aem-GridColumn:not( .aem-GridColumn--phone--hide) {
    display: flex;
    flex-direction: column;
  }
  .flexcontainer-items.aem-Grid > .aem-GridColumn:not( .aem-GridColumn--phone--hide) > *:first-child {
    flex-grow: 1;
  }
  .flexcontainer-items.aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: none;
  }
}
.flexcontainer-items.aem-Grid::before,
.flexcontainer-items.aem-Grid::after {
  display: none;
}
.flexcontainer-items.radiotoggled {
  display: none;
}
.flexcontainer-items.radiotoggled.show {
  display: flex;
}
.flexcontainer-items.background-position--default--left-top {
  background-position: left top;
}
.flexcontainer-items.background-position--default--left-center {
  background-position: left center;
}
.flexcontainer-items.background-position--default--left-bottom {
  background-position: left bottom;
}
.flexcontainer-items.background-position--default--center-top {
  background-position: center top;
}
.flexcontainer-items.background-position--default--center-center {
  background-position: center center;
}
.flexcontainer-items.background-position--default--center-bottom {
  background-position: center bottom;
}
.flexcontainer-items.background-position--default--right-top {
  background-position: right top;
}
.flexcontainer-items.background-position--default--right-center {
  background-position: right center;
}
.flexcontainer-items.background-position--default--right-bottom {
  background-position: right bottom;
}
@media (max-width: 991.8px) {
  .flexcontainer-items.background-position--tablet--left-top {
    background-position: left top;
  }
  .flexcontainer-items.background-position--tablet--left-center {
    background-position: left center;
  }
  .flexcontainer-items.background-position--tablet--left-bottom {
    background-position: left bottom;
  }
  .flexcontainer-items.background-position--tablet--center-top {
    background-position: center top;
  }
  .flexcontainer-items.background-position--tablet--center-center {
    background-position: center center;
  }
  .flexcontainer-items.background-position--tablet--center-bottom {
    background-position: center bottom;
  }
  .flexcontainer-items.background-position--tablet--right-top {
    background-position: right top;
  }
  .flexcontainer-items.background-position--tablet--right-center {
    background-position: right center;
  }
  .flexcontainer-items.background-position--tablet--right-bottom {
    background-position: right bottom;
  }
}
@media (max-width: 767.8px) {
  .flexcontainer-items.background-position--phone--left-top {
    background-position: left top;
  }
  .flexcontainer-items.background-position--phone--left-center {
    background-position: left center;
  }
  .flexcontainer-items.background-position--phone--left-bottom {
    background-position: left bottom;
  }
  .flexcontainer-items.background-position--phone--center-top {
    background-position: center top;
  }
  .flexcontainer-items.background-position--phone--center-center {
    background-position: center center;
  }
  .flexcontainer-items.background-position--phone--center-bottom {
    background-position: center bottom;
  }
  .flexcontainer-items.background-position--phone--right-top {
    background-position: right top;
  }
  .flexcontainer-items.background-position--phone--right-center {
    background-position: right center;
  }
  .flexcontainer-items.background-position--phone--right-bottom {
    background-position: right bottom;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.fdicbar .fdic-banner {
  background: #f7f7f7;
  padding: 8px 12px 8px 34px;
  text-align: left;
  z-index: 65;
  font-size: 12.8px;
  line-height: 1;
  position: relative;
}
@media (max-width: 991.8px) {
  .fdicbar .fdic-banner {
    text-align: center;
    padding: 8px 12px;
  }
}
.fdicbar .fdic-banner > img {
  width: 100%;
  max-width: 418px;
  max-height: 17px;
}
@media print {
  .fdicbar .fdic-banner {
    text-align: left;
  }
}
.stickyheader:has(.navigationheader-v2) .fdicbar .fdic-banner {
  padding: 8px 12px 8px 16px;
}

.form_section {
    width: 300px;
    float: none;
}

.form_section form {
    float: left;
    width: 300px;
}

.form_section fieldset {
    width: 300px;
    float: left;
}

.form_section .input_box1 {
    background: url(../../../../etc/designs/default/images/input_box.gif) no-repeat 0 0;
    width: 185px;
    height: 23px;
    float: left;
}

.form_section input {
    width: 175px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    background: none;
    padding-top: 4px;
    font-size: 11px;
    color: #999;
}

.form_section input.sign_up {
    background: url(../../../../etc/designs/default/images/sign_up_btn.gif) no-repeat 0 0;
    width: 82px;
    height: 23px;
    float: left;
    margin-left: 5px;
    display: inline;
    cursor: pointer;
}

form .form_row {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    clear: both;
}

form .form_field_checkbox, form .form_field_radio {
    margin-left: 20px;
}

form .form_field_text, form .form_field_textarea {
    background:url("../../../../etc/designs/default/images/social/fieldbg.gif") repeat-x scroll center top #FFFFFF;
    border-color:#7C7C7C #C3C3C3 #DDDDDD;
    border-style:solid;
    border-width:1px;
    color:#333333;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-size:100%;
    margin:0;
    padding:2px;
}

form .form_field_textarea {
    width: 698px;
}

form .form_row_description {
    font-size: 11px;
    line-height: 12px;
    clear: both;
    color: #666666;
}

form .form_rightcol {
    clear: both;
}

form .form_rightcolnobr {
    clear: none;
    float: right;
    margin-bottom: 15px;
}

form .form_rightcolnooverflow {
    overflow: hidden;
}

form .form_rightcolmark {
    color: #f00;
    font-weight: bold;
}

form .title {
    padding-top: 10px;
}

form .form_leftcolmark {
    color: #f00;
}

form .form_leftcollabel {
    float: left;
    font-weight: bold;
}

form .form_leftcolmark {
    float: left;
    padding-left: 2px;
    font-weight: bold;
}

form .form_leftcolnobr {
    float: left;
    margin-bottom: 15px;
}

form .form_captcha_input {
    float: left;
    width: 170px;
}

form .form_captcha_input input {
    width: 170px;
}

form .form_captcha_img {
    float: left;
    padding-left: 16px;
}

form .form_captcha_refresh {
    float: right;
}

form .form_captchatimer {
    float: left;
    border: 1px solid #CCCCCC;
}

form .form_captchatimer_bar {
    float: left;
    background-color:#CCCCCC;
    height: 8px;
}

form .customer_survey_submit {
    float: right;
    margin-top: 28px;
}

form .form_field_text {
    width: 334px;
    margin-bottom: 4px;
}

form .form_field_text.form_field_multivalued {
    width: 314px;
}

form .form_field_select {
    width: 340px;
}

form .form_error {
    color: #f00;
    font-weight: bold;
}

form div.section {
    padding-bottom: 10px;
}

form div.colctrl.section {
    padding-bottom: 0 !important;
}

/* multiple resource checkbox */
form SPAN.mr_write {
    display:inline-block;
    width:16px;
    text-align:right;
    vertical-align:top;
}

/*
 * address
 */

form div.address div.form_row {
    margin-bottom: 12px;
}

form div.form_address_state {
    display: inline-block;
}

form input.form_address_state {
    width: 204px;
}

form div.form_address_zip {
    display: inline-block;
    padding-left: 20px;
}

form input.form_address_zip {
    width: 80px;
}

/*
 * creditcard
 */

form div.creditcard div.form_row {
    margin-bottom: 12px;
}

form div.form_cc_expiry_month,
form div.form_cc_expiry_year,
form div.form_cc_security_code {
    display: inline-block;
}

form input.form_cc_expiry_month,
form input.form_cc_expiry_year {
    width: 40px;
}

form div.form_cc_expiry_separator {
    display: inline-block;
    font-size: 150%;
    padding-right: 6px;
}

form input.form_cc_ccv {
    width: 70px;
}


.youtube-inner-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-inner-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-inner-wrapper img {
  width: 100%;
}

.vimeo-inner-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vimeo-inner-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-inner-wrapper img {
  width: 100%;
}

.tileNavigation {
  text-align: center;
}
.tileNavigation .tile {
  box-sizing: border-box;
  padding: 24px 16px;
  height: 100%;
  margin: 3px;
}
.tileNavigation .tile img {
  padding-bottom: 16px;
}
.tileNavigation .tile .tileNavigation-text p:last-child {
  margin-bottom: 0;
}
.tileNavigation .tileBorder {
  border-width: 0px;
  border-style: solid;
}
.tileNavigation .tileBorder:hover {
  margin: 0px;
  border-width: 3px;
}
.tileNavigation .tileBorder:focus {
  margin: 0px;
  border-width: 3px;
}
.tileNavigation > a {
  height: 100%;
  cursor: pointer;
}
.tileNavigation > a:hover {
  text-decoration: none;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.text-outer {
  /*changes added for Text component only per CSB-717*/
}
.text-outer h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
}
.text-outer h3.centered {
  text-align: center;
}
.text-outer p {
  margin: 0 0 16px;
}
.text-outer ul,
.text-outer ol {
  margin-top: 0;
  margin-bottom: 16px;
}
.text-outer ul > li:not(:last-child),
.text-outer ol > li:not(:last-child) {
  margin-bottom: 16px;
}
.text-outer ul > li > ul,
.text-outer ol > li > ul,
.text-outer ul > li > ol,
.text-outer ol > li > ol {
  margin-top: 15px;
}
.text-outer ul {
  padding-left: 20px;
}
.text-outer ol {
  padding-left: 18px;
}
.text-outer sub,
.text-outer sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}
.text-outer sub {
  bottom: -0.5em;
}
.text-outer sup {
  top: -0.75em;
}
.text-outer a:link,
.text-outer a:visited {
  color: #002f6c;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.text-outer a:hover,
.text-outer a:active {
  color: rgba(0, 47, 108, 0.6);
  text-decoration: underline;
}
.text ul {
  list-style: none;
}
.text ul li::before {
  content: "\2022";
  color: inherit;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.notificationbanner .text p:last-child {
  margin-bottom: 0;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.tabcontainer-inner {
  background-color: #ffffff;
  padding: 0 24px;
}
@media (max-width: 767.8px) {
  .tabcontainer-inner {
    padding: 0 12px;
  }
}
.tabcontainer-inner > div > .tabs-list {
  display: flex;
  margin: 0;
  align-items: flex-end;
}
.tabcontainer-inner > div > .tabs-list > li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 4px;
  text-decoration: none;
  background-color: transparent;
  color: #202020;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn.active,
.tabcontainer-inner > div > .tabs-list > li > .tab-btn:focus {
  color: #202020;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn:hover {
  color: #1259c3;
  cursor: pointer;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn.active {
  cursor: default;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn.active:hover {
  color: #202020;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn:focus {
  outline: none;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn:focus-visible {
  outline: 5px auto #0a64eb;
  outline-offset: -3px;
  box-shadow: none;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1259c3;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.tabcontainer-inner > div > .tabs-list > li > .tab-btn.active::after {
  opacity: 1;
}
.tabcontainer-inner > div > .tab-content {
  overflow-x: auto;
}
.tabcontainer-inner > div.tabs-top > .tabs-list {
  justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: thin;
  border-bottom: 1px solid #d9d9d6;
  padding: 0 0 4px 0;
  margin: 0 0 4px 0;
}
.tabcontainer-inner > div.tabs-top > .tabs-list > li {
  margin-bottom: -1px;
  padding: 0 16px;
}
@media (max-width: 767.8px) {
  .tabcontainer-inner > div.tabs-top > .tabs-list > li {
    padding: 0 4px;
  }
}
.tabcontainer-inner > div.tabs-top > .tabs-list > li:first-child {
  padding-left: 0;
}
.tabcontainer-inner > div.tabs-top > .tabs-list > li > .tab-btn:after {
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
}
.tabcontainer-inner > div.tabs-top > .tabs-list > li > .tab-btn.active::after {
  transform-origin: center;
  transform: scale(1);
}
.tabcontainer-inner > div.tabs-left {
  display: flex;
}
.tabcontainer-inner > div.tabs-left > .tabs-list {
  flex-direction: column;
  padding: 0 16px 0 0;
  border-right: 1px solid #d9d9d6;
  align-items: flex-start;
}
.tabcontainer-inner > div.tabs-left > .tabs-list > li > .tab-btn {
  padding: 24px 4px 8px;
  height: 100%;
  min-width: 120px;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 767.8px) {
  .tabcontainer-inner > div.tabs-left > .tabs-list > li > .tab-btn {
    min-width: unset;
  }
}
.tabcontainer-inner > div.tabs-left > .tabs-list > li > .tab-btn:after {
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}
.tabcontainer-inner > div.tabs-left > .tabs-list > li > .tab-btn.active::after {
  transform: translate3d(0, 0, 0);
}
.tabcontainer-inner > div.tabs-left > .tab-content {
  flex-grow: 1;
  border-left-width: 0;
  padding: 4px 24px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.stickycta-wrap {
  height: 80px;
}
@media (max-width: 767.8px) {
  .stickycta-wrap {
    height: 80px;
  }
}
#stickycta {
  z-index: 1000;
  width: 100%;
  background-color: #ffffff;
  height: 80px;
  padding: 0 24px;
  transition: all 800ms linear;
  border-bottom: solid #b1b3b3 1px;
}
@media (max-width: 767.8px) {
  #stickycta {
    height: unset;
    min-height: 74px;
    padding: 0 16px;
  }
}
#stickycta.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /* Ensure it stays on top */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#stickycta .stickycta-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  #stickycta .stickycta-content {
    justify-content: space-between;
  }
}
#stickycta .stickycta-content .linkmenu {
  height: 100%;
  flex: 1;
  position: relative;
}
#stickycta .stickycta-content .mobilemenu {
  display: none;
  background-color: #f6f6f6;
  min-width: 160px;
  color: #202020;
  border-bottom: 2px solid #888b8d;
  padding: 8px 32px 8px 16px;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: 'Trade Gothic Next LT W01 Bold';
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23888B8D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10L12 15L17 10H7Z' fill='black' fill-opacity='0.54'/></svg>");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
@media (max-width: 767.8px) {
  #stickycta .stickycta-content .mobilemenu {
    display: block;
    margin: 18px 8px 16px 0;
  }
}
#stickycta .stickycta-content .mobilemenu:focus {
  border-bottom: solid 2px #0a64eb;
  outline: none;
}
#stickycta .stickycta-content .mobilemenu:focus-visible {
  outline: none;
  border-bottom: solid 2px #0a64eb;
}
#stickycta .stickycta-content .mobilemenu.active {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23888B8D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 14L12 9L17 14H7Z' fill='black' fill-opacity='0.54'/></svg>");
}
#stickycta .stickycta-content #section-links {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.8px) {
  #stickycta .stickycta-content #section-links {
    display: none;
    position: absolute;
    top: 74px;
    min-width: 160px;
    height: unset;
    background-color: #f7f7f7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }
}
@media (max-width: 767.8px) {
  #stickycta .stickycta-content #section-links.show {
    display: block;
  }
}
#stickycta .stickycta-content #section-links a {
  display: inline-block;
  padding: 32px 24px 16px;
  text-decoration: none;
  color: #202020;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 8px;
  font-family: 'Trade Gothic Next LT W01 Bold';
  border-bottom: 8px solid transparent;
}
@media (max-width: 767.8px) {
  #stickycta .stickycta-content #section-links a {
    padding: 12px 24px;
    display: block;
  }
}
#stickycta .stickycta-content #section-links a:hover {
  border-bottom: 8px solid #d9d9d6;
}
#stickycta .stickycta-content #section-links a.active {
  border-bottom: 8px solid #002f6c;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.socialmedia-wrap {
  min-height: 26px;
  margin: -8px 0 32px;
  position: relative;
}
.socialmedia-wrap .social-title h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 16px;
}
.socialmedia-wrap .social-icons {
  display: flex;
  justify-content: left;
  text-align: left;
}
@media (max-width: 767.8px) {
  .socialmedia-wrap .social-icons {
    justify-content: center;
    text-align: center;
  }
}
.socialmedia-wrap .social-icons > a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 8px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.socialmedia-wrap .social-icons > a:first-child {
  margin-left: 0;
}
.socialmedia-wrap .social-icons > a:last-child {
  margin-right: 0;
}
.socialmedia-wrap .social-icons .social-fb {
  background-image: url("../../../../etc/designs/comerica/v1_1/img/social-facebook-blue.svg");
}
.socialmedia-wrap .social-icons .social-li {
  background-image: url("../../../../etc/designs/comerica/v1_1/img/social-linkedin-blue.svg");
}
.socialmedia-wrap .social-icons .social-ig {
  background-image: url("../../../../etc/designs/comerica/v1_1/img/social-instagram-blue.svg");
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.search-bar-wrap.align-left {
  text-align: left;
}
.search-bar-wrap.align-right {
  text-align: right;
}
.search-bar-wrap.align-center {
  text-align: center;
}
.search-bar-wrap .search-bar {
  display: inline-block;
  width: 96%;
  max-width: 600px;
  margin: 24px;
}
.search-bar-wrap .search-bar .input-group-text {
  background-color: #002f6c;
  color: #ffffff;
  border: solid 1px #002f6c;
}
.search-bar-wrap .search-bar .form-control {
  border: solid 1px #002f6c;
}
.search-bar-wrap .search-bar .searchfield .input-group {
  width: 100%;
}
@media (max-width: 767.8px) {
  .search-bar-wrap .search-bar {
    margin: 24px 8px;
  }
}
.search-bar-wrap .input-group-text img {
  display: inline-block;
  width: 30px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.profileinfo {
  display: flex;
}
@media (max-width: 767.8px) {
  .profileinfo {
    display: block;
  }
}
.profileinfo .profilephoto {
  margin-right: 32px;
}
.profileinfo .profilephoto.circle {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 225px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767.8px) {
  .profileinfo .profilephoto.circle {
    margin: 0 auto 24px;
  }
}
.profileinfo .profilephoto.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.profilerenderer {
  text-align: center;
}
.profilerenderer .profileinfo {
  padding: 24px;
}
.profilerenderer .photo {
  display: flex;
  align-items: center;
}
.profilerenderer .profiletext {
  color: #202020;
}
.profilerenderer .profiletext h1 {
  color: #202020;
}
@media (max-width: 767.8px) {
  .profilerenderer .profiletext h1 {
    text-align: center;
  }
}
.profilerenderer .profiletext .h4 {
  color: #202020;
  margin-bottom: 24px;
}
@media (max-width: 767.8px) {
  .profilerenderer .profiletext .h4 {
    text-align: center;
  }
}
.profilerenderer .genericbutton.left-align,
.profilerenderer .genericbutton.right-align {
  padding: 0 0px;
}
.authorinfo .profiletext h4 {
  color: #002f6c;
}
.authorinfo .profiletext h4 {
  color: #002f6c;
}
.authorinfo .profiletext h6 {
  color: #002f6c;
}
.profilerenderer .profiletext {
  text-align: left;
}
@media (max-width: 767.8px) {
  .profilerenderer {
    padding-top: 0px !important;
  }
  .profilerenderer .photo {
    display: block;
  }
  .profilerenderer .profilephoto {
    float: none;
    padding-right: 0px;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.popup-outer {
  display: none;
  position: fixed;
  background-color: rgba(99, 102, 106, 0);
  width: 100vw;
  min-width: 320px;
  height: 100vh;
  -webkit-transition: visibility 0s linear 350ms, background-color 350ms linear;
  transition: visibility 0s linear 350ms, background-color 350ms linear;
  visibility: hidden;
  z-index: 5000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-outer.modal-opened {
  display: block;
  visibility: visible;
  background-color: rgba(99, 102, 106, 0.25);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-outer .popup-inner {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  max-height: 100vh;
  min-height: 200px;
  background-color: #ffffff;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 32px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.8px) {
  .popup-outer .popup-inner {
    padding: 48px 12px 32px;
  }
}
.popup-outer .popup-inner.width-full {
  max-width: unset;
}
.popup-outer .popup-inner.width-tablet {
  max-width: 991.8px;
}
.popup-outer .popup-inner.width-phone {
  max-width: 767.8px;
}
.popup-outer .popup-close {
  position: absolute;
  text-align: center;
  right: 8px;
  top: 8px;
  color: #000000;
  background-color: transparent;
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
}
.popup-outer .popup-cta {
  display: flex;
  justify-content: flex-end;
}
.popup-outer .popup-cta .btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.popup-outer .popup-cta .btn-close {
  margin: 4px;
  font-family: "Trade Gothic Next LT W01 Heavy", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 12px 24px;
  background-color: none;
  text-transform: uppercase;
  cursor: pointer;
  color: #002f6c;
  border: solid 3px transparent;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.popup-outer .popup-cta .btn-close:hover {
  background-color: #e4e5e4;
}
.popup-outer .popup-cta .btn-close:focus-visible {
  outline: 3px auto #0a64eb;
  outline-offset: 3px;
  box-shadow: none;
}

.pagetitle .row {
  margin-right: 0;
  margin-left: 0;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.notificationbanner > .headerpopupbanner {
  border-bottom: 1px solid #1f2a44;
  overflow-y: hidden;
  display: none;
  padding: 0 16px;
}
.notificationbanner > .headerpopupbanner.show {
  animation: headerpopupbanner-slidein 1s ease-in;
  display: block;
}
@keyframes headerpopupbanner-slidein {
  from {
    max-height: 0;
  }
  to {
    max-height: 600px;
  }
}
.notificationbanner > .headerpopupbanner .headerpopupbanner__inner {
  text-align: center;
  min-height: 48px;
  padding: 0 0 0 24px;
  transition: padding 0.3s;
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-end;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .notificationbanner > .headerpopupbanner .headerpopupbanner__inner {
    padding: 0 0 0 12px;
  }
}
.notificationbanner > .headerpopupbanner .headerpopupbanner__inner .par {
  display: flex;
  min-width: 200px;
  text-align: center;
  margin-right: 40px;
  align-items: center;
}
.notificationbanner > .headerpopupbanner .headerpopupbanner__inner .par .aem-Grid {
  margin: auto;
}
.notificationbanner > .headerpopupbanner .headerpopupbanner__inner .notificationbanner__close {
  display: flex;
  align-items: center;
  margin: 0 0 0 24px;
}
.notificationbanner > .headerpopupbanner .headerpopupbanner__inner .notificationbanner__close .headerpopupbanner__closebanner {
  text-align: center;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000000;
  cursor: pointer;
}
.notificationbanner > .headerpopupbanner .headerpopupbanner__inner .flexcontainer {
  width: 100%;
  min-width: 100px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.secondarynavigation-inner {
  width: 100%;
}
@media (max-width: 991.8px) {
  .secondarynavigation-inner {
    padding: 0px 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .secondarynavigation-inner.twocol {
    column-count: 2;
    column-gap: 21px;
  }
  .secondarynavigation-inner.twocol .nav-category-title {
    column-span: all;
  }
}
.secondarynavigation-inner ul,
.secondarynavigation-inner li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondarynavigation-inner .nav-linktext {
  color: #202020;
  line-height: 18px;
}
.secondarynavigation-inner .nav-linktext a:link,
.secondarynavigation-inner .nav-linktext a:active,
.secondarynavigation-inner .nav-linktext a:visited {
  display: block;
}
.secondarynavigation-inner .nav-linktext a:link:hover,
.secondarynavigation-inner .nav-linktext a:active:hover,
.secondarynavigation-inner .nav-linktext a:visited:hover {
  color: #1259c3;
}
.secondarynavigation-inner .nav-linktext.current-page {
  cursor: default;
}
.secondarynavigation-inner .nav-linktext.current-page::before {
  content: "";
  border-left: solid 3px #002f6c;
  position: relative;
  padding-right: 8px;
}
@media (max-width: 991.8px) {
  .secondarynavigation-inner .nav-linktext:first-child {
    padding-top: 0;
  }
  .secondarynavigation-inner .nav-linktext a:link,
  .secondarynavigation-inner .nav-linktext a:active,
  .secondarynavigation-inner .nav-linktext a:visited {
    padding: 8px;
    color: #53565a;
  }
  .secondarynavigation-inner .nav-linktext.current-page {
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .secondarynavigation-inner .nav-linktext a:link,
  .secondarynavigation-inner .nav-linktext a:active,
  .secondarynavigation-inner .nav-linktext a:visited {
    padding: 6px 0;
    color: #202020;
    text-decoration: none;
  }
  .secondarynavigation-inner .nav-linktext.current-page {
    padding: 6px 0;
    cursor: default;
  }
}
.secondarynavigation-inner .nav-category-title {
  line-height: 24px;
  position: relative;
}
@media (max-width: 991.8px) {
  .secondarynavigation-inner .nav-category-title {
    padding: 0px 0 4px;
    color: #53565a;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    border: none;
    background: none;
  }
  .secondarynavigation-inner .nav-category-title.cate-label {
    display: none;
  }
  .secondarynavigation-inner .nav-category-title:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../../../../etc/designs/comerica/v1_1/img/icon-arrow-down.svg") no-repeat center center;
    display: inline-block;
    position: absolute;
    right: 0px;
  }
  .secondarynavigation-inner .nav-category-title + .nav-link-list {
    display: none;
  }
  .secondarynavigation-inner .nav-category-title.cate-btn {
    padding: 8px 0;
    cursor: pointer;
  }
  .secondarynavigation-inner .nav-category-title.show {
    text-decoration: underline;
    padding: 8px 0 0;
  }
  .secondarynavigation-inner .nav-category-title.cate-btn.show + .nav-link-list {
    display: block;
    padding: 4px 0 0;
  }
  .secondarynavigation-inner .nav-category-title.show::after {
    transform: rotateX(180deg);
  }
  .secondarynavigation-inner .nav-category-title:focus:not(:focus-visible) {
    outline: none;
  }
}
@media (min-width: 992px) {
  .secondarynavigation-inner .nav-category-title {
    padding: 6px 0;
    color: #63666a;
    text-transform: uppercase;
    font-size: 0.875rem;
  }
  .secondarynavigation-inner .nav-category-title.cate-btn {
    display: none;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.navigationheader-v2 {
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 80px;
  z-index: 100;
  border-bottom: solid 1px #f7f7f7;
}
.navigationheader-v2 .navbar-toggler-wrap {
  display: none;
}
@media (max-width: 991.8px) {
  .navigationheader-v2 .navbar-toggler-wrap {
    display: block;
    flex-basis: 72px;
    margin: 16px;
  }
  .navigationheader-v2 .navbar-toggler-wrap .navbar-toggler {
    padding: 0 2px;
    background-color: transparent;
    border: none;
    border-radius: 2px;
    position: relative;
    background-color: #f7f7f7;
  }
  .navigationheader-v2 .navbar-toggler-wrap .navbar-toggler:hover,
  .navigationheader-v2 .navbar-toggler-wrap .navbar-toggler:focus {
    text-decoration: none;
  }
  .navigationheader-v2 .navbar-toggler-wrap .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .navigationheader-v2 .navbar-toggler-wrap .navbar-toggler:focus:not(:focus-visible) {
    outline: none;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-icon {
    height: 44px;
    width: 44px;
    margin: auto;
    position: relative;
    border: 5px solid transparent;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-icon .bar {
    display: block;
    height: 3px;
    background-color: #002f6c;
    width: 100%;
    position: absolute;
    border-radius: 0;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-icon .bar:nth-of-type(1) {
    top: 6px;
    -moz-transition: top 0.2s ease 0.2s, -moz-transform 0.2s ease-out 0.1s;
    -o-transition: top 0.2s ease 0.2s, -o-transform 0.2s ease-out 0.1s;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
    -webkit-transition-delay: 0.2s, 0.1s;
    transition: top 0.2s ease 0.2s, transform 0.2s ease-out 0.1s;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-icon .bar:nth-of-type(2) {
    top: 16px;
    -moz-transition: ease 0.2s 0.2s;
    -o-transition: ease 0.2s 0.2s;
    -webkit-transition: ease 0.2s;
    -webkit-transition-delay: 0.2s;
    transition: ease 0.2s 0.2s;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-icon .bar:nth-of-type(3) {
    top: 26px;
    -moz-transition: top 0.2s ease 0.2s, -moz-transform 0.2s ease-out 0.1s;
    -o-transition: top 0.2s ease 0.2s, -o-transform 0.2s ease-out 0.1s;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
    -webkit-transition-delay: 0.2s, 0.1s;
    transition: top 0.2s ease 0.2s, transform 0.2s ease-out 0.1s;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-opened .menu-icon .bar:nth-of-type(1) {
    top: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: top 0.2s ease 0.1s, -moz-transform 0.2s ease-out 0.3s;
    -o-transition: top 0.2s ease 0.1s, -o-transform 0.2s ease-out 0.3s;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
    -webkit-transition-delay: 0.1s, 0.3s;
    transition: top 0.2s ease 0.1s, transform 0.2s ease-out 0.3s;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-opened .menu-icon .bar:nth-of-type(2) {
    opacity: 0;
    top: 15px;
  }
  .navigationheader-v2 .navbar-toggler-wrap .menu-opened .menu-icon .bar:nth-of-type(3) {
    top: 15px;
    opacity: 1;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: top 0.2s ease 0.1s, -moz-transform 0.2s ease-out 0.3s;
    -o-transition: top 0.2s ease 0.1s, -o-transform 0.2s ease-out 0.3s;
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
    -webkit-transition-delay: 0.1s, 0.3s;
    transition: top 0.2s ease 0.1s, transform 0.2s ease-out 0.3s;
  }
}
.navigationheader-v2 .logo-home {
  flex: 0 0 130px;
  margin: 16px;
}
.navigationheader-v2 #navbar {
  display: flex;
}
@media (max-width: 991.8px) {
  .navigationheader-v2 #navbar {
    max-height: calc(100vh - 113px);
    overflow: scroll;
    scrollbar-width: thin;
    display: none;
    position: absolute;
    z-index: 100;
    top: 80px;
    width: 100%;
    max-width: 388px;
    padding-bottom: 16px;
    background-color: #f7f7f7;
    flex-direction: column;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.15);
  }
  .navigationheader-v2 #navbar.show {
    display: block;
  }
}
@media (min-width: 992px) {
  .navigationheader-v2 #navbar {
    flex-grow: 1;
    padding-top: 16px;
  }
  .navigationheader-v2 #navbar > .nav-spacer {
    flex: 1 1 94px;
  }
}
.navigationheader-v2 #navbar .nav-menu {
  display: flex;
  list-style: none;
}
@media (max-width: 991.8px) {
  .navigationheader-v2 #navbar .nav-menu {
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .navigationheader-v2 #navbar .nav-menu {
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    margin: 16px 0 0 0;
  }
}
@media (max-width: 991.8px) {
  .navigationheader-v2 #navbar .nav-section {
    margin: 0 0 8px;
  }
  .navigationheader-v2 #navbar .nav-section.show {
    background-color: #ffffff;
  }
  .navigationheader-v2 #navbar .nav-section.show .nav-section-title::after {
    transform: rotateX(180deg);
  }
  .navigationheader-v2 #navbar .nav-section.show .nav-section-content {
    padding-top: 8px ;
  }
  .navigationheader-v2 #navbar .nav-section.current-sec.show .nav-section-content {
    display: block;
  }
}
@media (min-width: 992px) {
  .navigationheader-v2 #navbar .nav-section {
    height: 48px;
  }
  .navigationheader-v2 #navbar .nav-section:hover,
  .navigationheader-v2 #navbar .nav-section.show,
  .navigationheader-v2 #navbar .nav-section.show:focus-within {
    border-bottom: 8px solid #d9d9d6;
  }
  .navigationheader-v2 #navbar .nav-section.current-sec,
  .navigationheader-v2 #navbar .nav-section.current-sec:hover,
  .navigationheader-v2 #navbar .nav-section.current-sec:focus-within {
    border-bottom: 8px solid #002f6c;
  }
  .navigationheader-v2 #navbar .nav-section .nav-section-content {
    position: absolute;
    max-width: 1200px;
    width: 96%;
    min-height: 324px;
    background-color: #f7f7f7;
    z-index: 100;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 48px 32px 32px 32px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }
}
.navigationheader-v2 #navbar .nav-section .nav-section-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  cursor: pointer;
  border: none;
  background: none;
  align-items: flex-start;
  position: relative;
}
.navigationheader-v2 #navbar .nav-section .nav-section-title:focus:not(:focus-visible) {
  outline: none;
}
@media (max-width: 991.8px) {
  .navigationheader-v2 #navbar .nav-section .nav-section-title {
    padding: 12px 16px;
    text-align: left;
    width: 100%;
    border-bottom: solid 1px #e4e5e4;
    font-size: 1.125rem;
  }
  .navigationheader-v2 #navbar .nav-section .nav-section-title:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url("../../../../etc/designs/comerica/v1_1/img/icon-arrow-down.svg") no-repeat center center;
    display: inline-block;
    position: absolute;
    right: 16px;
  }
}
@media (min-width: 992px) {
  .navigationheader-v2 #navbar .nav-section .nav-section-title {
    padding: 0 8px;
    display: inline-flex;
    height: 100%;
  }
}
@media (max-width: 991.8px) {
  .navigationheader-v2 #navbar .nav-help-icons {
    background-color: #e4e5e4;
    padding: 16px;
  }
  .navigationheader-v2 #navbar .nav-help-icons a {
    padding-right: 16px;
    display: inline-block;
    color: #000000;
  }
  .navigationheader-v2 #navbar .nav-help-icons a:hover {
    color: #0a64eb;
    text-decoration: none;
  }
  .navigationheader-v2 #navbar .nav-help-icons .search-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .navigationheader-v2 #navbar .nav-help-icons {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 4px 0 0 0;
    flex-basis: 100px;
  }
  .navigationheader-v2 #navbar .nav-help-icons .text-label {
    display: none;
  }
  .navigationheader-v2 #navbar .nav-help-icons a:hover,
  .navigationheader-v2 #navbar .nav-help-icons button:hover {
    background-color: #f7f7f7;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
  }
  .navigationheader-v2 #navbar .nav-help-icons .locator-icon {
    position: relative;
    margin: 0 8px;
  }
  .navigationheader-v2 #navbar .nav-help-icons .locator-icon::before,
  .navigationheader-v2 #navbar .nav-help-icons .locator-icon::after {
    display: block;
    position: absolute;
    content: "";
    background-color: #b1b3b3;
    height: 20px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigationheader-v2 #navbar .nav-help-icons .locator-icon::before {
    left: -4px;
  }
  .navigationheader-v2 #navbar .nav-help-icons .locator-icon::after {
    right: -4px;
  }
}
@media (max-width: 991.8px) {
  .navigationheader-v2 #navbar .popupbanner-closebanner {
    display: none;
  }
}
@media (min-width: 992px) {
  .navigationheader-v2 #navbar .popupbanner-closebanner {
    position: absolute;
    text-align: center;
    right: 24px;
    top: 8px;
    color: #000000;
    background-color: transparent;
    border: none;
    display: block;
    padding: 0;
    cursor: pointer;
  }
}
.navigationheader-v2 #navbar .popupbanner-closebanner:focus:not(:focus-visible) {
  outline: none;
}
.navigationheader-v2 .login-btn-wrap {
  margin: 16px;
  z-index: 100;
  width: 88px;
  overflow-x: hidden;
}
.navigationheader-v2 .login-btn-wrap button.login-button {
  line-height: 1.125rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  background-color: #d14200;
  height: 44px;
  width: 100%;
  animation: loginfadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  border: none;
}
.navigationheader-v2 .login-btn-wrap button.login-button:focus {
  outline: none;
}
.navigationheader-v2 .login-btn-wrap button.login-button:focus-visible {
  outline: 5px auto #0a64eb;
  outline-offset: -3px;
  box-shadow: none;
}
.navigationheader-v2 .login-btn-wrap button.login-button:active,
.navigationheader-v2 .login-btn-wrap button.login-button:visited,
.navigationheader-v2 .login-btn-wrap button.login-button:target {
  border: none;
  outline: none;
}
.navigationheader-v2 .login-btn-wrap button.login-button > span {
  color: #fff;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
.navigationheader-v2 .login-btn-wrap button.login-button .login-button-close {
  display: none;
  color: #d14200;
}
.navigationheader-v2 .login-btn-wrap button.login-button.login-modal-opened {
  background-color: #e4e5e4;
  transform: translate(50%);
}
.navigationheader-v2 .login-btn-wrap button.login-button.login-modal-opened > span.login-button-open {
  display: none;
}
.navigationheader-v2 .login-btn-wrap button.login-button.login-modal-opened > span.login-button-close {
  display: flex;
}
@keyframes loginfadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(40%);
    transform: translate(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}
@media (max-width: 767.8px) {
  .navigationheader-v2 .login-btn-wrap {
    margin: 16px 16px 16px 0;
  }
}
@media print {
  .navigationheader-v2 .login-btn-wrap,
  .navigationheader-v2 #navbar .nav-menu,
  .navigationheader-v2 #navbar .nav-help-icons,
  .navigationheader-v2 .navbar-toggler-wrap {
    display: none !important;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.nav-promo-outer {
  background-color: #ffffff;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.8px) {
  .nav-promo-outer {
    flex-direction: row;
    padding: 8px;
    min-height: 104px;
  }
}
.nav-promo-outer .nav-promo-image {
  background-color: #53565a;
  background-size: cover;
  background-repeat: no-repeat;
  height: 152px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.8px) {
  .nav-promo-outer .nav-promo-image {
    height: unset;
    width: 40%;
  }
}
.nav-promo-outer .nav-promo-image img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.nav-promo-outer .nav-promo-image img.top {
  top: 0;
  transform: translate(-50%, 0%);
}
.nav-promo-outer .nav-promo-image img.btm {
  top: unset;
  bottom: 0;
  transform: translate(-50%, 0%);
}
.nav-promo-outer .nav-promo-inner {
  padding: 8px 16px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 991.8px) {
  .nav-promo-outer .nav-promo-inner {
    padding: 8px;
    border: solid 2px #D0D0CE;
    justify-content: center;
  }
}
.nav-promo-outer .nav-promo-inner .nav-promo-heading {
  line-height: 1.125;
  margin: 0 0 8px 0;
}
@media (max-width: 991.8px) {
  .nav-promo-outer .nav-promo-inner .nav-promo-heading {
    max-width: 184px;
  }
}
.nav-promo-outer .nav-promo-inner .nav-promo-text {
  flex-grow: 1;
}
@media (max-width: 991.8px) {
  .nav-promo-outer .nav-promo-inner .nav-promo-text {
    display: none;
  }
}
.nav-promo-outer .nav-promo-inner .nav-promo-cta.btn {
  background-color: #002f6c;
  border: solid 3px #002f6c;
  font-size: .8rem;
  line-height: 1.2;
  color: #ffffff;
  padding: 4px;
  text-transform: uppercase;
}
.nav-promo-outer .nav-promo-inner .nav-promo-cta.btn:hover {
  background-color: #0049a8;
  border: solid 3px #0049a8;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* styles */
/* ------------------------------------------------------------------------- */
.header-container {
  z-index: 65;
  position: relative;
}
.webbankinglogin.login-modal-opened::after {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#login-modal {
  max-width: 500px;
  min-height: 300px;
  position: fixed;
  right: 0;
  margin-right: 0;
  z-index: 60;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  animation: loginOpenSlide ease 500ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}
#login-modal.offscreen {
  max-height: calc(100% - 130px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 991.8px) {
  #login-modal.offscreen {
    max-height: calc(100% - 70px);
  }
}
#login-modal .select-list {
  max-height: 160px;
}
@keyframes loginOpenSlide {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*******************************
  LOGIN MODAL
********************************/
.login-dropdown {
  margin-bottom: 1.5rem;
}
.login-links {
  text-align: center;
}
.login-links a {
  color: #000000;
  text-decoration: underline;
  padding: 0 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.login-links a:last-child {
  border-right: none;
}
#login-modal-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#login-modal {
  padding: 2em;
  background: #ffffff;
  z-index: 100;
}
#login-modal hr {
  border-top: solid 1px #bbbcbc;
  margin: 1.5rem 0;
}
.login-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.login-container .sub-title {
  padding: 0 0 .5em 0;
  display: inline-block;
}
.login-modal-buttons {
  padding: 0 0 1em 0;
  display: flex;
  justify-content: space-evenly;
  max-width: 500px;
  margin: 0 auto;
}
.login-modal-buttons .btn {
  font-family: 'Trade Gothic Next LT W01 Bd Cn', arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 8px 24px;
  margin: 5px 0;
  background-color: #ffffff;
  border: solid 3px #d14200;
  color: #d14200;
  text-transform: uppercase;
}
.login-modal-buttons .btn:focus {
  outline: none;
}
.login-modal-buttons .btn:focus-visible {
  outline: 5px auto #0a64eb;
  outline-offset: 3px;
  box-shadow: none;
}
.login-modal-buttons .btn:hover {
  background-color: #f7f7f7;
  color: #d14200;
}
.login-modal-buttons .login-btn {
  background-color: #d14200;
  border: solid 3px #d14200;
  color: #ffffff;
}
.login-modal-buttons .login-btn:hover {
  background-color: #e64900;
  border: solid 3px #e64900;
  color: #ffffff;
}
.saveuser span {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #login-modal {
    padding: 24px;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
@media (max-width: 767.8px) {
  .twocolumnimageandtext-outer {
    flex-direction: column;
    justify-content: initial;
  }
  .twocolumnimageandtext-outer .image2col {
    min-height: 400px;
  }
  .twocolumnimageandtext-outer.mobile-image-above > .image2col {
    order: 0;
  }
  .twocolumnimageandtext-outer.mobile-image-below > .image2col {
    order: 1;
  }
}
.twocolumnimageandtext-outer .text2col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.twocolumnimageandtext-outer .text2col .parsys {
  width: 100%;
}
@media (min-width: 768px) {
  .twocolumnimageandtext-outer.image-right .text2col {
    align-items: flex-end;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.taggedarticlelist__container {
  margin-bottom: 16px;
  /* ***************************************************************** */
  /* ***************************************************************** */
  /* ***************************************************************** */
  /* ***************************************************************** */
}
.taggedarticlelist__container .learn-article a:hover > .learn-article-title {
  color: #002f6c;
}
.taggedarticlelist__container .learn-container a {
  text-decoration: none;
}
.taggedarticlelist__container .taggedarticlelist__article-list {
  display: flex;
  flex-wrap: wrap;
}
.taggedarticlelist__container .insights-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 16px 0 12px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container .insights-filter {
    display: block;
    padding: 0 4px;
  }
}
.taggedarticlelist__container .insights-filter .filter-title {
  align-self: center;
  margin: 0 12px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container .insights-filter .filter-title {
    margin: 0 8px;
  }
}
.taggedarticlelist__container .insights-filter .filter-title img {
  vertical-align: sub;
}
.taggedarticlelist__container .insights-filter .formcontainer-select {
  flex: 1;
  margin: 0 8px;
}
.taggedarticlelist__container .insights-filter .search-wrap {
  display: flex;
  flex: 1;
  margin: 0 0 0 16px;
}
.taggedarticlelist__container .insights-filter .search-wrap .formcontainer-input {
  margin: 0 8px 0 0;
  flex: 1;
}
.taggedarticlelist__container .insights-filter .search-wrap .searchbutton .btn.outline {
  background-color: #ffffff;
  color: #0a64eb;
  font-family: "Trade Gothic Next LT W01 Heavy", arial, sans-serif;
  font-size: 1.125rem;
  padding: 8px 24px;
  border: solid 3px #0a64eb;
  text-transform: uppercase;
  margin-top: 16px;
}
.taggedarticlelist__container .insights-filter .search-wrap .searchbutton .btn.outline:hover {
  border: solid 3px #0a64eb;
  background-color: #f7f7f7;
}
.taggedarticlelist__container.layout-grid .taggedarticlelist__article-list {
  padding: 0 12px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container.layout-grid .taggedarticlelist__article-list {
    padding: 0;
  }
}
.taggedarticlelist__container.layout-grid .taggedarticlelist__title {
  margin: 0 24px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container.layout-grid .taggedarticlelist__title {
    margin: 0 12px;
  }
}
.taggedarticlelist__container.layout-grid .taggedarticlelist__title h2 {
  padding-bottom: 5px;
}
.taggedarticlelist__container.layout-grid .owl-carousel .learn-article {
  padding: 0 12px 0px;
  max-width: 100% !important;
  animation-name: unset !important;
  opacity: 1;
}
.taggedarticlelist__container.layout-grid .learn-article {
  padding: 0 12px 32px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container.layout-grid .learn-article {
    padding: 0 12px 32px;
  }
}
.taggedarticlelist__container.layout-grid .learn-article .readmore {
  font-size: 130%;
  text-decoration: underline;
  color: #4f758b;
}
.taggedarticlelist__container.layout-grid .learn-article .authdate {
  color: #202020;
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding-bottom: 4px;
}
.taggedarticlelist__container.layout-grid .learn-article .authname {
  color: #202020;
  font-size: 1rem;
  line-height: 1rem;
}
.taggedarticlelist__container.layout-grid .learn-article .shortdesc {
  color: #000000;
}
.taggedarticlelist__container.layout-grid .learn-article .entry-img {
  padding-bottom: 4px;
  aspect-ratio: auto 1.5;
  position: relative;
}
.taggedarticlelist__container.layout-grid .learn-article .entry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.taggedarticlelist__container.layout-grid .learn-article-title {
  font-size: 1.125rem;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container.layout-grid .learn-container h2 {
    border-top: 1px solid #b1b3b3;
  }
  .taggedarticlelist__container.layout-grid .learn-article a {
    display: flex;
  }
  .taggedarticlelist__container.layout-grid .learn-article a .entry-img {
    aspect-ratio: auto 1.5;
    max-width: 132px;
  }
  .taggedarticlelist__container.layout-grid .learn-article a .entry-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
  }
  .taggedarticlelist__container.layout-grid .learn-article a .entry-info {
    flex: 1;
    padding: 0 0 0 10px;
  }
  .taggedarticlelist__container.layout-grid .learn-article a .authdate {
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding-bottom: 4px;
  }
  .taggedarticlelist__container.layout-grid .learn-article a .authname {
    font-size: 1rem;
    line-height: 1rem;
  }
  .taggedarticlelist__container.layout-grid .owl-carousel .learn-article a {
    display: block;
  }
  .taggedarticlelist__container.layout-grid .owl-carousel .learn-article a .entry-img {
    max-width: 100%;
  }
  .taggedarticlelist__container.layout-grid .owl-carousel .learn-article a .entry-info {
    flex: unset;
    padding: 0 ;
  }
}
.taggedarticlelist__container.side-column {
  padding: 24px 0 0 0;
}
.taggedarticlelist__container.side-column .taggedarticlelist__title {
  padding-left: 0;
  padding-top: 0;
}
.taggedarticlelist__container.side-column .taggedarticlelist__title h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
}
.taggedarticlelist__container.side-column .row {
  margin: 0;
}
.taggedarticlelist__container.side-column .learn-article {
  max-width: 100%;
  flex: unset;
  padding: 0 0 32px 0;
}
.taggedarticlelist__container.side-column .learn-article a {
  display: flex;
}
.taggedarticlelist__container.side-column .learn-article a .entry-img {
  aspect-ratio: auto 1.5;
  max-width: 132px;
}
.taggedarticlelist__container.side-column .learn-article a .entry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.taggedarticlelist__container.side-column .learn-article a .entry-info {
  flex: 1;
  padding: 0 0 0 10px;
}
.taggedarticlelist__container.side-column .learn-article a .authdate {
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding-bottom: 4px;
}
.taggedarticlelist__container.side-column .learn-article a .authname {
  font-size: 1rem;
  line-height: 1rem;
}
.taggedarticlelist__container.side-column .learn-article img {
  padding: 0;
}
.taggedarticlelist__container.side-column .learn-article-title {
  font-size: 1.125rem;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container.side-column {
    padding: 24px 0 0 0;
  }
}
.taggedarticlelist__container .article-feature-wrap {
  display: flex;
}
.taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature {
  padding: 0 0 0 24px;
  position: relative;
  flex: 1;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature {
    padding: 0 12px;
  }
}
.taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature .learn-article {
  max-width: 100%;
  padding: 0 0 32px;
}
.taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature .learn-article .learn-article-title {
  font-size: 1.5rem;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature .learn-article .learn-article-title {
    font-size: 1.25rem;
  }
}
.taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-list {
  width: 35%;
  position: relative;
}
.taggedarticlelist__container .article-feature-wrap .learn-article {
  flex: 0 0 100%;
  max-width: 100%;
}
.taggedarticlelist__container .article-feature-wrap .learn-article a .entry-img {
  padding-bottom: 8px;
}
@media (max-width: 767.8px) {
  .taggedarticlelist__container .article-feature-wrap {
    flex-direction: column;
  }
  .taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-list {
    width: unset;
  }
  .taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature .learn-article a {
    display: block;
  }
  .taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature .learn-article a .entry-info {
    padding: 0;
  }
  .taggedarticlelist__container .article-feature-wrap .taggedarticlelist__article-feature .learn-article a .entry-img {
    max-width: 100%;
  }
}
.taggedarticlelist__container .taggedarticlelist__show-more-button:disabled {
  color: transparent !important;
}
.taggedarticlelist__container .dot-loader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -5%;
  overflow: hidden;
  top: -28px;
  pointer-events: none;
}
.taggedarticlelist__container .dot-loader {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-loader 0.5s infinite linear alternate;
  animation-delay: 0.25s;
  display: none;
}
.taggedarticlelist__container .dot-loader::before,
.taggedarticlelist__container .dot-loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.taggedarticlelist__container .dot-loader::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-loader 0.5s infinite alternate;
  animation-delay: 0s;
}
.taggedarticlelist__container .dot-loader::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-loader 0.5s infinite alternate;
  animation-delay: .5s;
}
@keyframes dot-loader {
  0% {
    background-color: #002F6C;
  }
  50%,
  100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.taggedarticlelist__container .animatedLoad .learn-article {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="16"] {
  animation-delay: 3s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="15"] {
  animation-delay: 2.8s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="14"] {
  animation-delay: 2.6s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="13"] {
  animation-delay: 2.4s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="12"] {
  animation-delay: 2.2s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="11"] {
  animation-delay: 2s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="10"] {
  animation-delay: 1.8s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="9"] {
  animation-delay: 1.6s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="8"] {
  animation-delay: 1.4s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="7"] {
  animation-delay: 1.2s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="6"] {
  animation-delay: 1s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="5"] {
  animation-delay: 0.8s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="4"] {
  animation-delay: 0.6s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="3"] {
  animation-delay: 0.4s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="2"] {
  animation-delay: 0.2s;
}
.taggedarticlelist__container .animatedLoad .learn-article[data-id="1"] {
  animation-delay: 0s;
}
.taggedarticlelist .white-text .learn-article-title,
.taggedarticlelist .white-text.learn-container h2,
.taggedarticlelist .white-text .article-learn-more {
  color: #ffffff;
}
.taggedarticlelist .white-text .learn-article .readmore,
.taggedarticlelist .white-text .learn-article .authdate,
.taggedarticlelist .white-text .learn-article .article-lede {
  color: #ffffff;
}
.taggedarticlelist .white-text .btn {
  color: #ffffff;
  border-color: #fff;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.taggedarticlelist .white-text .btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.taggedarticlelist .white-text .dot-loader,
.taggedarticlelist .white-text .dot-loader::before,
.taggedarticlelist .white-text .dot-loader::after {
  background-color: #ffffff;
  color: #ffffff;
  animation: dot-loader2 0.5s infinite linear alternate;
}
.taggedarticlelist .white-text .dot-loader {
  animation-delay: 0.25s;
}
.taggedarticlelist .white-text .dot-loader::before {
  animation-delay: 0s;
}
.taggedarticlelist .white-text .dot-loader::after {
  animation-delay: .5s;
}
@keyframes dot-loader2 {
  0% {
    background-color: #ffffff;
  }
  50%,
  100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.taggedarticlelist__title {
  padding: 2em 0;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.searchresults .searchresults-wrap {
  padding: 0 24px;
}
.searchresults .result-row {
  border-top: 1px solid #d9d9d6;
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchresults .results-found {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.searchresults .results-found > div:first-child {
  flex-grow: 1;
}
.searchresults .pagination .current-page {
  padding: 10px;
  background-color: #e4e5e4;
  border-radius: 4px;
}
.searchresults .pagination .pagination-btn {
  padding: 10px;
}
.searchresults .pagination a {
  padding: 10px;
  color: #002f6c;
  border-radius: 4px;
  display: inline-block;
}
.searchresults .pagination a:hover {
  background-color: #002f6c;
  color: #ffffff;
  text-decoration: none;
}
.searchresults .quick-summary {
  margin: 20px 0;
  max-width: 800px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.genericbutton {
  text-align: center;
}
.genericbutton .center-align {
  text-align: center;
}
.genericbutton .center-align .zip-inputFields {
  justify-content: center;
}
.genericbutton .left-align {
  text-align: left;
}
.genericbutton .left-align .zip-inputFields {
  justify-content: flex-start;
}
.genericbutton .zip-entry-text {
  margin-bottom: 5px;
}
.genericbutton .zip-inputFields {
  display: flex;
  flex-wrap: wrap;
}
.genericbutton .zip-inputWrapper {
  text-align: left;
}
.genericbutton .zip-inputWrapper .inputbkgwrap {
  max-width: 140px;
  font-size: 1rem;
  margin: 0 5px 0 0;
}
.genericbutton .zip-inputWrapper .promotexttile-wrapper {
  margin: 8px;
}
.genericbutton .zip-inputWrapper .zip-go-btn {
  margin: 2px 0;
  display: inline-block;
}
.genericbutton .zip-inputWrapper .restricted {
  color: #63666a;
}
.genericbutton .zip-inputWrapper .zip-error-messaging {
  padding: 4px 16px 0;
  font-size: 0.75rem;
  position: relative;
  margin-top: -3px;
}
.genericbutton .zip-inputWrapper .formcontainer-input {
  width: 204px;
}
.genericbutton .zip-inputWrapper .formcontainer-input .helper-text,
.genericbutton .zip-inputWrapper .formcontainer-input:hover .helper-text {
  color: inherit;
}
.genericbutton .promotexttile-wrapper .trape-btn {
  margin: 0;
}
.genericbutton .btn-group a {
  margin: 4px 0;
  padding: 0;
}
.genericbutton .btn-group a:focus-visible {
  outline: none;
  box-shadow: none;
}
.genericbutton .btn-group a:focus-visible .btn {
  outline: 3px auto #0a64eb;
  outline-offset: 3px;
  box-shadow: none;
}
.genericbutton .btn-group a .btn {
  font-family: "Trade Gothic Next LT W01 Heavy", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 12px 24px;
  background-color: #002f6c;
  border: solid 3px #002f6c;
  color: #ffffff;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.genericbutton .btn-group a .btn:hover {
  color: #ffffff;
  background-color: #0049a8;
  border: solid 3px #0049a8;
}
.genericbutton .btn-group a .btn:focus-visible {
  outline: 3px auto #0a64eb;
  outline-offset: 3px;
  box-shadow: none;
}
.genericbutton .btn-group a .btn.outline {
  background-color: #ffffff;
  color: #002f6c;
}
.genericbutton .btn-group a .btn.outline:hover {
  border: solid 3px #002f6c;
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .btn.textbtn {
  background-color: transparent;
  color: #002f6c;
  border: solid 3px transparent;
}
.genericbutton .btn-group a .btn.textbtn:hover {
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .btn.size-md {
  padding: 10px 14px;
  font-size: 1rem;
}
.genericbutton .btn-group a .btn.size-sm {
  padding: 4px;
  font-size: .8rem;
}
.genericbutton .btn-group a .iblue {
  background-color: #1259c3;
  border: solid 3px #1259c3;
}
.genericbutton .btn-group a .iblue:hover {
  background-color: #0a64eb;
  border: solid 3px #0a64eb;
}
.genericbutton .btn-group a .iblue.outline {
  background-color: #ffffff;
  color: #1259c3;
}
.genericbutton .btn-group a .iblue.outline:hover {
  border: solid 3px #1259c3;
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .iblue.textbtn {
  background-color: transparent;
  color: #1259c3;
  border: solid 3px transparent;
}
.genericbutton .btn-group a .iblue.textbtn:hover {
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .iorange {
  background-color: #d14200;
  border: solid 3px #d14200;
}
.genericbutton .btn-group a .iorange:hover {
  background-color: #e64900;
  border: solid 3px #e64900;
}
.genericbutton .btn-group a .iorange.outline {
  color: #d14200;
  background-color: #ffffff;
}
.genericbutton .btn-group a .iorange.outline:hover {
  border: solid 3px #d14200;
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .iorange.textbtn {
  background-color: transparent;
  color: #d14200;
  border: solid 3px transparent;
}
.genericbutton .btn-group a .iorange.textbtn:hover {
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .igreen {
  background-color: #147c51;
  border: solid 3px #147c51;
}
.genericbutton .btn-group a .igreen:hover {
  background-color: #219653;
  border: solid 3px #219653;
}
.genericbutton .btn-group a .igreen.outline {
  color: #147c51;
  background-color: #ffffff;
}
.genericbutton .btn-group a .igreen.outline:hover {
  border: solid 3px #147c51;
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .igreen.textbtn {
  background-color: transparent;
  color: #147c51;
  border: solid 3px transparent;
}
.genericbutton .btn-group a .igreen.textbtn:hover {
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .iteal {
  background-color: #1e828f;
  border: solid 3px #1e828f;
}
.genericbutton .btn-group a .iteal:hover {
  background-color: #27a8b9;
  border: solid 3px #27a8b9;
}
.genericbutton .btn-group a .iteal.outline {
  color: #1e828f;
  background-color: #ffffff;
  border: solid 3px #1e828f;
}
.genericbutton .btn-group a .iteal.outline:hover {
  border: solid 3px #1e828f;
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .iteal.textbtn {
  background-color: transparent;
  color: #1e828f;
  border: solid 3px transparent;
}
.genericbutton .btn-group a .iteal.textbtn:hover {
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .imagenta {
  background-color: #dc3254;
  border: solid 3px #dc3254;
}
.genericbutton .btn-group a .imagenta:hover {
  background-color: #e1516e;
  border: solid 3px #e1516e;
}
.genericbutton .btn-group a .imagenta.outline {
  color: #dc3254;
  background-color: #ffffff;
  border: solid 3px #dc3254;
}
.genericbutton .btn-group a .imagenta.outline:hover {
  border: solid 3px #dc3254;
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .imagenta.textbtn {
  background-color: transparent;
  color: #dc3254;
  border: solid 3px transparent;
}
.genericbutton .btn-group a .imagenta.textbtn:hover {
  background-color: #f7f7f7;
}
.genericbutton .btn-group a .primarywhite {
  background-color: #ffffff;
  border: solid 3px #ffffff;
  color: #002f6c;
}
.genericbutton .btn-group a .primarywhite:hover {
  color: #002f6c;
  background-color: #f7f7f7;
  border: solid 3px #f7f7f7;
}
.genericbutton .btn-group a .primarywhite.outline {
  color: #ffffff;
  background-color: transparent;
  border: solid 3px #ffffff;
}
.genericbutton .btn-group a .primarywhite.outline:hover {
  border: solid 3px #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
.genericbutton .btn-group a .primarywhite.textbtn {
  background-color: transparent;
  color: #ffffff;
  border: solid 3px transparent;
}
.genericbutton .btn-group a .primarywhite.textbtn:hover {
  background-color: #0049a8;
}
.twocolumnimageandtext .genericbutton .left-align,
.twocolumnimageandtext .genericbutton .right-align {
  padding: 0;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
/*******************************
  FOOTER
********************************/
footer,
.footerpar {
  background: #e4e5e4;
}
.footer-container {
  background: #e4e5e4;
  font-size: 0.75rem;
  padding: 2em 24px 100px;
  line-height: 2;
  position: relative;
}
.footer-container .footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767.8px) {
  .footer-container .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.footer-container a:link,
.footer-container a:visited {
  color: #000000;
  text-decoration: none;
}
.footer-container a:link:hover,
.footer-container a:visited:hover {
  color: #1259c3;
}
.footer-container .socialicons {
  display: flex;
  column-gap: 8px;
}
.footer-container .socialicons a {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  width: 24px;
  height: 25px;
}
@media (max-width: 767.8px) {
  .footer-container .socialicons a {
    width: 32px;
    height: 33px;
  }
}
.footer-container .footer-links {
  padding: 1em 0;
}
.footer-container .footer-link-list {
  list-style: none;
  padding: 0;
}
.footer-container .footer-link-list li {
  font-size: 0.75rem;
  padding: 0;
}
@media (max-width: 767.8px) {
  .footer-container .footer-link-list li {
    padding: 0 0 8px 0;
  }
}
.footer-container .ehl {
  display: inline-block;
  width: 15px;
  height: 19px;
  background: url("../../../../etc/designs/comerica/v1_1/img/icon-EHL-logo.svg") no-repeat center center;
  vertical-align: bottom;
  margin-left: 4px ;
}
.footer-container .footer-copyright {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: -60px;
  padding-top: 24px;
}
@media (max-width: 991.8px) {
  .footer-container .footer-copyright {
    margin-bottom: 0px;
  }
}
@media (max-width: 767.8px) {
  .footer-container .footer-copyright .footer-link-list li {
    padding: 0;
  }
}
.footer-container .footer-copyright a {
  display: inline-block;
}
.raise-tagline {
  position: relative;
}
@media (max-width: 1200px) {
  .raise-tagline {
    height: 40px;
  }
}
@media (max-width: 767.8px) {
  .raise-tagline {
    height: 0;
  }
}
.raise-tagline > img {
  max-width: 100%;
  vertical-align: initial;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .8;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.articleentry {
  padding: 0 20px !important;
  font-size: 1rem;
}
.articleentry .entrytitle {
  position: absolute;
  float: left;
  z-index: 1;
  bottom: 40px;
}
@media (min-width: 1921px) {
  .articleentry .entrytitle {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .articleentry .entrytitle {
    bottom: 20px;
  }
}
.articleentry .entrytitle h1 {
  line-height: 1;
  font-size: 2.25rem;
}
@media (max-width: 990px) {
  .articleentry .entrytitle h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 767px) {
  .articleentry .entrytitle h1 {
    font-size: 2rem;
  }
}
.articleentry .entrytitle h4 {
  display: inline-block;
}
@media (max-width: 990px) {
  .articleentry .entrytitle h4 {
    font-size: 1.0rem;
  }
}
.articleentry .entrytitle + picture {
  margin-left: -20px;
  position: relative;
}
@media (min-width: 1921px) {
  .articleentry .entrytitle + picture {
    margin: 0 auto;
  }
  .articleentry .entrytitle + picture img {
    width: 100%;
  }
}
.articleentry .articletext,
.articleentry .articleauthorinfo,
.articleentry .article-entry-responsivegrid {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
.articleentry .articletext img {
  width: 100%;
}
.articleentry .articletext a:link {
  color: #002f6c !important;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.articleentry .articletext a:visited {
  color: #2069ad;
}
.articleentry .articletext a:hover {
  color: #2069ad !important;
  text-decoration: underline;
}
.articleentry #content {
  position: relative;
}
.articleentry .cq-dd-image {
  max-width: 100%;
}
.articleentry .socialicons a {
  font-size: 1.563rem;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.articleentry .socialicons a .envelope-square {
  height: 24px;
  width: 26px;
}

.rrc-contact-info__link_clicked {
  opacity: 50%;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.newsletterform-wrapper {
  padding: 24px;
}
@media (max-width: 767.8px) {
  .newsletterform-wrapper {
    padding: 24px 16px;
  }
}
.checkbox-error {
  color: #d0342c;
}
.checkbox-error-message {
  color: #b00020;
  margin-top: 5px;
}
.newsletterform-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  vertical-align: middle;
  font-family: "Trade Gothic Next LT W01 Bold", TradeGothicBold2, Arial, sans-serif;
  font-size: 1.25rem;
  padding: 0 2px;
}
@media (max-width: 767.8px) {
  .newsletterform-title {
    font-size: 1.125rem;
  }
}
.newsletterform-title > p {
  margin: 0;
}
.newsletterform-title.center-align {
  text-wrap: wrap;
  text-align: center;
}
.newsletterform-title.left-align {
  justify-content: left;
  text-align: left;
}
.newsletterform-title.right-align {
  justify-content: right;
  text-align: right;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.mi-ach-form-container {
  max-width: 600px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}
.mi-ach-form-container h4 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  text-align: left;
}
.mi-ach-form-container .input-error {
  color: #d0342c;
  font-size: 0.75rem;
}
.mi-ach-form-container #confirmation {
  margin-bottom: 10px;
}
.mi-ach-form-container #confirmation th {
  font-weight: normal !important;
  vertical-align: top;
}
.mi-ach-form-container #confirmation td {
  font-weight: bold;
  max-width: 400px;
  word-wrap: break-word;
  vertical-align: top;
  padding-left: 10px;
}
.mi-ach-form-container .form-group.required label:after {
  content: "*";
  color: #d0342c;
}
.mi-ach-form-container .form-group.phone-input label,
.mi-ach-form-container .form-group.char-width-input label {
  display: block;
}
.mi-ach-form-container .form-group.phone-input input,
.mi-ach-form-container .form-group.char-width-input input {
  display: inline;
  width: auto;
}
@media (max-width: 468px) {
  .mi-ach-form-container .form-group.phone-input span,
  .mi-ach-form-container .form-group.char-width-input span {
    display: block;
    margin-top: 10px;
  }
}
.mi-ach-form-container .form-group.required.radio-group > input {
  margin-left: 10px;
  margin-right: 5px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.formcontainer-textarea {
  position: relative;
  padding: 10px 0 0;
}
.formcontainer-textarea:hover .helper-text {
  color: #000000;
}
.formcontainer-textarea .inputbkgwrap {
  width: 100%;
  min-width: 200px;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 2px;
}
.formcontainer-textarea .inputbkgwrap:hover {
  background-color: #EFEFEF;
}
.formcontainer-textarea .textarea-label {
  display: block;
  margin: 0;
  position: absolute;
  width: 100%;
  padding: 21px 0 0 16px;
  top: 0;
  left: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
  transition: all 0.3s ease-out, background 0s;
  z-index: 2;
  color: #63666a;
}
.formcontainer-textarea textarea {
  resize: none;
  width: 100%;
  display: block;
  min-height: 150px;
  background: transparent;
  padding: 24px 16px 8px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  z-index: 5;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #888b8d;
  color: #202020;
  transition: all 0.2s ease-out;
}
.formcontainer-textarea textarea:hover {
  color: #000000;
  border-bottom: solid 2px #000000;
}
.formcontainer-textarea textarea:focus {
  color: #202020;
}
.formcontainer-textarea textarea.error {
  color: #202020;
  border-bottom: solid 2px #d0342c;
}
.formcontainer-textarea textarea:disabled {
  color: #888b8d !important;
  border-bottom: solid 2px #888b8d !important;
}
.formcontainer-textarea textarea:focus-visible {
  outline: none;
  border-bottom: solid 2px #0a64eb;
}
.formcontainer-textarea textarea:focus + .textarea-label,
.formcontainer-textarea textarea:active + .textarea-label,
.formcontainer-textarea textarea:not(:placeholder-shown) + .textarea-label {
  line-height: .75rem;
  font-size: .75rem;
  z-index: 6;
  padding: 8px 0 5px 15px;
  background: inherit;
}
.formcontainer-textarea textarea:not(:placeholder-shown) + .textarea-label {
  color: #63666a;
}
.formcontainer-textarea textarea:hover + .textarea-label {
  color: #000000;
}
.formcontainer-textarea textarea:focus + .textarea-label {
  color: #0a64eb;
}
.formcontainer-textarea textarea.error + .textarea-label {
  color: #d0342c;
}
.formcontainer-textarea textarea:disabled + .textarea-label {
  color: #888b8d !important;
}
.formcontainer-textarea .helper-text {
  min-height: 22px;
  padding: 4px 16px 0;
  font-size: .75rem;
  color: #202020;
}
.formcontainer-textarea div.error {
  display: block;
  color: #d0342c;
  line-height: 1.125rem;
}
.formcontainer-textarea .error:not([style*="none"]) ~ .default-helper-text {
  display: none;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.formcontainer-select {
  position: relative;
  padding: 10px 0 0;
}
.formcontainer-select:hover .helper-text {
  color: #000000;
}
.formcontainer-select .inputbkgwrap {
  width: 100%;
  min-width: 200px;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 2px;
}
.formcontainer-select .inputbkgwrap:hover {
  background-color: #EFEFEF;
}
.formcontainer-select .input-label {
  display: block;
  margin: 0;
  position: absolute;
  top: 21px;
  left: 16px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  transition: all 0.3s ease-out;
  z-index: 2;
  color: #63666a;
}
.formcontainer-select input {
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 24px 16px 8px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  z-index: 5;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #888b8d;
  color: #202020;
  transition: all 0.2s ease-out, background-image 0s, padding 0s, border 0s;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23888B8D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10L12 15L17 10H7Z' fill='black' fill-opacity='0.54'/></svg>");
  background-repeat: no-repeat;
  background-position: 98% 18px;
}
.formcontainer-select input:hover {
  color: #000000;
  border-bottom: solid 2px #000000;
  transition: all 0.3s ease-out, background-image 0s;
}
.formcontainer-select input:focus {
  color: #202020;
}
.formcontainer-select input.error {
  color: #202020;
  border-bottom: solid 2px #d0342c;
}
.formcontainer-select input:disabled {
  color: #888b8d !important;
  border-bottom: solid 2px #888b8d !important;
}
.formcontainer-select input.active {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23888B8D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 14L12 9L17 14H7Z' fill='black' fill-opacity='0.54'/></svg>");
}
.formcontainer-select input:focus-visible {
  outline: none;
  border-bottom: solid 2px #0a64eb;
}
.formcontainer-select input:focus + .input-label,
.formcontainer-select input:active + .input-label,
.formcontainer-select input:not(:placeholder-shown) + .input-label {
  line-height: .75rem;
  font-size: .75rem;
  z-index: 6;
  top: 8px;
  left: 15px;
}
.formcontainer-select input:not(:placeholder-shown) + .input-label {
  color: #63666a;
}
.formcontainer-select input:hover + .input-label {
  color: #000000;
}
.formcontainer-select input:focus + .input-label {
  color: #0a64eb;
}
.formcontainer-select input.error + .input-label {
  color: #d0342c;
}
.formcontainer-select input:disabled + .input-label {
  color: #888b8d !important;
}
.formcontainer-select .helper-text {
  min-height: 22px;
  padding: 4px 16px 0;
  font-size: .75rem;
  color: #202020;
}
.formcontainer-select div.error {
  display: block;
  color: #d0342c;
  line-height: 1.125rem;
}
.formcontainer-select .error:not([style*="none"]) ~ .default-helper-text {
  display: none;
}
.formcontainer-select .select-list {
  display: none;
  position: absolute;
  z-index: 25;
  max-height: 280px;
  overflow-y: scroll;
  scrollbar-width: thin;
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.4);
}
.formcontainer-select .select-list.active {
  display: block;
}
.formcontainer-select .select-list.above-view {
  top: -150px;
  height: 160px;
}
.formcontainer-select .select-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.formcontainer-select .select-list ul li {
  display: block;
  padding: 8px 16px;
  cursor: pointer;
}
.formcontainer-select .select-list ul li:hover,
.formcontainer-select .select-list ul li.hover {
  background-color: #EFEFEF;
}
.formcontainer-select .select-list ul li.selected {
  color: #ffffff;
  background-color: #0a64eb;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.multipartwrapper-inner {
  background-color: #ffffff;
}
.multipartwrapper-inner .multipartwrapper-items {
  transition: height 0.25s ease-out;
}
.multipartwrapper-progress-bar {
  margin-top: 16px;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #7da1c4;
}
.multipartwrapper-progress-bar .multipartwrapper-progress {
  display: block;
  width: 0;
  height: 100%;
  background-color: #002f6c;
  transition: width 0.3s ease-out;
}
.multipartslide-outer .multipartslide-navigation {
  display: flex;
  justify-content: right;
}
.multipartslide-outer .multipartslide-navigation.center-align {
  justify-content: center;
}
.multipartslide-outer .multipartslide-navigation.left-align {
  justify-content: left;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.formcontainer-input {
  position: relative;
  padding: 10px 0 0;
}
.formcontainer-input:hover .helper-text {
  color: #000000;
}
.formcontainer-input .inputbkgwrap {
  width: 100%;
  min-width: 200px;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 2px;
}
.formcontainer-input .inputbkgwrap:hover {
  background-color: #EFEFEF;
}
.formcontainer-input .input-label {
  display: block;
  margin: 0;
  position: absolute;
  top: 21px;
  left: 16px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  transition: all 0.3s ease-out;
  z-index: 2;
  color: #63666a;
}
.formcontainer-input input {
  width: 100%;
  display: block;
  background: transparent;
  padding: 24px 16px 8px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  z-index: 5;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #888b8d;
  color: #202020;
  transition: all 0.2s ease-out;
  transition: padding 0s;
  transition: border 0s;
}
.formcontainer-input input:hover {
  color: #000000;
  border-bottom: solid 2px #000000;
  transition: all 0.3s ease-out;
}
.formcontainer-input input:focus {
  color: #202020;
}
.formcontainer-input input.error {
  color: #202020;
  border-bottom: solid 2px #d0342c;
}
.formcontainer-input input:disabled {
  color: #888b8d !important;
  border-bottom: solid 2px #888b8d !important;
}
.formcontainer-input input:focus-visible {
  outline: none;
  border-bottom: solid 2px #0a64eb;
}
.formcontainer-input input:focus + .input-label,
.formcontainer-input input:active + .input-label,
.formcontainer-input input:not(:placeholder-shown) + .input-label {
  line-height: .75rem;
  font-size: .75rem;
  z-index: 6;
  top: 8px;
  left: 15px;
}
.formcontainer-input input:not(:placeholder-shown) + .input-label {
  color: #63666a;
}
.formcontainer-input input:hover + .input-label {
  color: #000000;
}
.formcontainer-input input:focus + .input-label {
  color: #0a64eb;
}
.formcontainer-input input.error + .input-label {
  color: #d0342c;
}
.formcontainer-input input:disabled + .input-label {
  color: #888b8d !important;
}
.formcontainer-input input::-webkit-outer-spin-button,
.formcontainer-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formcontainer-input input[type=number] {
  -moz-appearance: textfield;
}
.formcontainer-input input[type="currency"] {
  text-align: left !important;
}
.formcontainer-input .helper-text {
  min-height: 22px;
  padding: 4px 16px 0;
  font-size: .75rem;
  color: #202020;
}
.formcontainer-input div.error {
  display: block;
  color: #d0342c;
  line-height: 1.125rem;
}
.formcontainer-input .error:not([style*="none"]) ~ .default-helper-text {
  display: none;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #ffffff;
  border-bottom: 1px solid #b1b3b3;
  border-left: 1px solid #d9d9d6;
  border-right: 1px solid #d9d9d6;
  border-top: 1px solid #d9d9d6;
  color: #202020;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 100px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 35px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 35px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #d9d9d6;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f7f7f7;
  border-top: 1px solid #d9d9d6;
  color: #63666a;
  font-size: 1.125rem;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 30px;
  line-height: 30px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: bold;
  background-color: #ffffff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #d9d9d6;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #ffffff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000000;
  background: #EFEFEF;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #0a64eb;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #ffffff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 125px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 75px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f7f7f7;
  border: 1px solid #d9d9d6;
  color: #666;
  font-size: .875rem;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #002f6c;
  font-family: 'Trade Gothic Next LT W01 Bold';
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #0a64eb;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #ffffff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #EFEFEF !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #002f6c !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #ffffff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #d9d9d6 !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #d9d9d6;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #d9d9d6 !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
  border-top: 1px solid #202020;
  color: #d9d9d6;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #202020;
  background: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000000;
  background: #0a64eb;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #0a64eb !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #202020 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #202020;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #202020 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #d9d9d6 !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primarywhite', endColorstr='#f4f8fa', GradientType=0);
  /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #ffffff 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='@primarywhite', GradientType=0);
  /* IE6-9 */
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.formcontainer-consent {
  padding-top: 16px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.formcontainer-checkboxradio legend {
  margin: 0;
  padding: 0 0 8px 4px;
  color: #202020;
}
.formcontainer-checkboxradio .input-label label {
  cursor: pointer;
  display: inline-block;
  min-width: 100px;
  padding: 8px;
  margin: 0;
}
.formcontainer-checkboxradio .input-label.radio label input {
  display: none;
  position: absolute;
  margin-top: 3px;
}
.formcontainer-checkboxradio .input-label.radio label input + span {
  line-height: 24px;
  height: 24px;
  padding-left: 24px;
  display: block;
  position: relative;
}
.formcontainer-checkboxradio .input-label.radio label input + span:not(:empty) {
  padding-left: 40px;
}
.formcontainer-checkboxradio .input-label.radio label input + span:before,
.formcontainer-checkboxradio .input-label.radio label input + span:after {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.formcontainer-checkboxradio .input-label.radio label input + span::before {
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.formcontainer-checkboxradio .input-label.radio label input + span:after {
  background: #ffffff;
  transform: scale(0.88);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.formcontainer-checkboxradio .input-label.radio label input:checked + span:before {
  transform: scale(1.04);
}
.formcontainer-checkboxradio .input-label.radio label input:checked + span:after {
  transform: scale(0.4);
  transition: transform .3s ease;
}
.formcontainer-checkboxradio .error,
.formcontainer-checkboxradio .error + label {
  color: #d0342c;
}
.formcontainer-checkboxradio .input-label.checkbox .list.twocol {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-width: 216px;
  -webkit-column-width: 216px;
  -moz-column-width: 216px;
}
@media (max-width: 767.8px) {
  .formcontainer-checkboxradio .input-label.checkbox .list.twocol {
    column-count: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.formcontainer-checkboxradio .input-label.checkbox label {
  max-width: 100%;
  position: relative;
}
.formcontainer-checkboxradio .input-label.checkbox label input {
  transition: transform .3s ease;
  position: absolute;
  margin-top: 3px;
}
.formcontainer-checkboxradio .input-label.checkbox label input + span {
  padding-left: 36px;
  display: inline-block;
  vertical-align: text-top;
}
.formcontainer-checkboxradio .input-label.checkbox input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: transparent;
  font-size: 1.5rem;
  display: inline-block;
  border: 1px solid;
  width: 1em;
  height: 1em;
  position: relative;
  background-color: #ffffff;
}
.formcontainer-checkboxradio .input-label.checkbox input:checked {
  border: 0.125em solid;
}
.formcontainer-checkboxradio .input-label.checkbox input::before,
.formcontainer-checkboxradio .input-label.checkbox input::after {
  content: "";
  position: absolute;
  width: calc(0.375em);
  height: 0.125em;
  top: 50%;
  left: 10%;
  transform-origin: left center;
}
.formcontainer-checkboxradio .input-label.checkbox input::before {
  transform: rotate(45deg) translate(calc(-0.0625em), calc(-0.0625em)) scaleX(0);
  transition: transform 100ms ease-in 100ms;
}
.formcontainer-checkboxradio .input-label.checkbox input::after {
  width: calc(0.625em);
  transform: rotate(-45deg) translateY(calc(0.25em)) scaleX(0);
  transform-origin: left center;
  transition: transform 100ms ease-in;
}
.formcontainer-checkboxradio .input-label.checkbox input:checked::before {
  transform: rotate(45deg) translate(calc(-0.0625em), calc(-0.0625em)) scaleX(1);
  transition: transform 100ms ease-in;
}
.formcontainer-checkboxradio .input-label.checkbox input:checked::after {
  width: calc(0.625em);
  transform: rotate(-45deg) translateY(calc(0.25em)) scaleX(1);
  transition: transform 100ms ease-out 100ms;
}
.formcontainer-checkboxradio .input-label.checkbox input:focus {
  outline: calc(0.0625em) dotted rgba(0, 0, 0, 0.25);
}
.formcontainer-checkboxradio .helper-text {
  min-height: 22px;
  padding: 4px 16px 0;
  font-size: .75rem;
  color: #202020;
}
.formcontainer-checkboxradio .input-label.radio label:hover,
.formcontainer-checkboxradio .input-label.checkbox label:hover {
  color: #000000;
  background-color: #EFEFEF;
}
.formcontainer-checkboxradio .input-label.radio label input + span:before {
  background: #888b8d;
}
.formcontainer-checkboxradio .input-label.radio label input.error + span:before {
  background: #d0342c;
}
.formcontainer-checkboxradio .input-label.checkbox label input.error + span,
.formcontainer-checkboxradio .input-label.radio label input.error + span {
  color: #d0342c;
}
.formcontainer-checkboxradio .input-label.radio label:hover input + span:before {
  background: #000000;
}
.formcontainer-checkboxradio .input-label.checkbox input {
  border-color: #888b8d;
}
.formcontainer-checkboxradio .input-label.checkbox input.error {
  border-color: #d0342c;
}
.formcontainer-checkboxradio .input-label.checkbox input:hover {
  border-color: #000000;
}
.formcontainer-checkboxradio .input-label.radio label input:checked + span:before,
.formcontainer-checkboxradio .input-label.checkbox input::before,
.formcontainer-checkboxradio .input-label.checkbox input::after {
  background: #0a64eb;
}
.formcontainer-checkboxradio .input-label.checkbox input:checked {
  border-color: #0a64eb;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.emailform-wrapper {
  padding: 24px;
}
@media (max-width: 767.8px) {
  .emailform-wrapper {
    padding: 24px 16px;
  }
}
.emailform-wrapper.multipart-mode {
  padding: 0;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.convergeformv2-wrapper {
  padding: 24px;
}
@media (max-width: 767.8px) {
  .convergeformv2-wrapper {
    padding: 24px 16px;
  }
}
.convergeformv2-wrapper.multipart-mode {
  padding: 0;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.convergeform-wrapper {
  padding: 24px;
}
@media (max-width: 767.8px) {
  .convergeform-wrapper {
    padding: 24px 16px;
  }
}
.convergeform-wrapper.multipart-mode {
  padding: 0;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.consumer-privacy-form-container {
  max-width: 600px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
}
.consumer-privacy-form-container h4 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  text-align: left;
}
.consumer-privacy-form-container p.section-header {
  font-weight: bold;
}
.consumer-privacy-form-container p.confirmation-section {
  margin-top: 10px;
}
.consumer-privacy-form-container #choices #other-companies {
  margin-top: 10px;
}
.consumer-privacy-form-container .input-error {
  color: #d0342c;
  font-size: .075rem;
}
.consumer-privacy-form-container #confirmation {
  margin-bottom: 10px;
}
.consumer-privacy-form-container #confirmation p {
  margin-bottom: 0;
}
.consumer-privacy-form-container #confirmation th {
  font-weight: normal !important;
  vertical-align: top;
  width: 300px;
}
@media (max-width: 468px) {
  .consumer-privacy-form-container #confirmation th {
    max-width: 200px;
  }
}
.consumer-privacy-form-container #confirmation td {
  font-weight: bold;
  word-wrap: break-word;
  vertical-align: top;
  padding-left: 10px;
}
.consumer-privacy-form-container #confirmation .opt-out {
  margin-top: 10px;
}
.consumer-privacy-form-container #thank-you {
  text-align: center;
}
.consumer-privacy-form-container .form-group.required label:after {
  content: "*";
  color: #d0342c;
}
.consumer-privacy-form-container .form-group.char-width-input label {
  display: block;
}
.consumer-privacy-form-container .form-group.char-width-input input {
  display: inline;
  width: auto;
}
@media (max-width: 468px) {
  .consumer-privacy-form-container .form-group.char-width-input span {
    display: block;
    margin-top: 10px;
  }
}
.consumer-privacy-form-container .form-group.required.radio-group > input {
  margin-left: 10px;
  margin-right: 5px;
}
@media print {
  .consumer-privacy-form-container #print-btn,
  .consumer-privacy-form-container #return-btn {
    display: none;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.dividerline hr {
  border-top: unset;
  border-radius: 2px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.comparison .slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.comparison .slick-arrow:before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #002f6c;
  content: '';
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  transform: rotate(-45deg);
  vertical-align: top;
}
.comparison .slick-arrow.slick-disabled {
  visibility: hidden;
}
.comparison .slick-arrow.slick-prev {
  left: -60px;
}
.comparison .slick-arrow.slick-prev:before {
  left: 10px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 500px) {
  .comparison .slick-arrow.slick-prev {
    left: -50px;
  }
}
@media only screen and (max-width: 376px) {
  .comparison .slick-arrow.slick-prev {
    left: -36px;
  }
}
.comparison .slick-arrow.slick-next {
  right: -60px;
}
.comparison .slick-arrow.slick-next:before {
  left: -10px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 500px) {
  .comparison .slick-arrow.slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 376px) {
  .comparison .slick-arrow.slick-next {
    right: -36px;
  }
}
.comparison .slick-dots {
  position: absolute;
  top: -35px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.comparison .slick-dots > li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px;
  border: 2px solid #d9d9d6;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
}
.comparison .slick-dots > li button {
  display: none;
}
@media only screen and (max-width: 376px) {
  .comparison .slick-dots > li {
    margin: 0 5px;
  }
}
.comparison .slick-dots > li.slick-active {
  background: #002f6c;
  border-color: #002f6c;
}
.comparison .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.comparison .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.comparison .slick-list:focus {
  outline: none;
}
.comparison .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.comparison .slick-slider .slick-track,
.comparison .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.comparison .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.comparison .slick-track:before,
.comparison .slick-track:after {
  display: table;
  content: '';
}
.comparison .slick-track:after {
  clear: both;
}
.comparison .slick-loading .slick-track {
  visibility: hidden;
}
.comparison .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.comparison [dir='rtl'] .slick-slide {
  float: right;
}
.comparison .slick-slide img {
  display: block;
}
.comparison .slick-slide.slick-loading img {
  display: none;
}
.comparison .slick-slide.dragging img {
  pointer-events: none;
}
.comparison .slick-initialized .slick-slide {
  display: block;
}
.comparison .slick-loading .slick-slide {
  visibility: hidden;
}
.comparison .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.comparison .slick-arrow.slick-hidden {
  display: none;
}
.comparison table.compare tbody tr td.left-label {
  border: none;
  font-size: 1rem;
}
.comparison table.compare {
  font-weight: 100;
  font-style: normal;
  border-color: #d9d9d6;
}
.comparison table.compare thead,
.comparison .cell-row-0 {
  text-align: center;
  font-size: 1rem;
  border-bottom: solid 3px #002f6c;
  font-family: 'Trade Gothic Next LT W01 Bold', Arial, Helvetica, sans-serif;
}
.comparison table.compare thead a,
.comparison .cell-row-0 a {
  color: #002f6c;
}
.comparison table.compare thead td {
  vertical-align: middle;
  border-left: none;
}
.comparison table.compare tbody tr {
  border-color: #d9d9d6;
}
.comparison table.compare tbody tr td {
  width: 20%;
  padding: 10px;
}
.comparison table.compare tbody tr td.left-label,
.comparison .col[data-slick-index='0'] {
  text-align: right;
  font-size: 1rem;
  border: none;
  font-weight: normal;
  font-style: normal;
  font-family: 'Trade Gothic Next LT W01 Bold', Arial, Helvetica, sans-serif;
}
.comparison table.compare tbody tr.table-cta {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .comparison .col-xs-9.sb-one-up-left {
    width: 65%;
  }
  .comparison .col-xs-3.sb-one-up-right {
    width: 35%;
  }
  .comparison table.compare {
    max-width: 100%;
    width: 100%;
    display: block;
    overflow-x: scroll;
    table-layout: fixed;
  }
  .comparison table.compare thead,
  .comparison table.compare tbody,
  .comparison table.compare tr {
    width: 100%;
  }
  .comparison table.compare tr td {
    min-width: 25% !important;
  }
}
.comparison .responsive-table-wrapper {
  width: 100%;
  text-align: center;
}
.comparison .responsive-table {
  width: 85%;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  border: 1px solid #d0d0ce;
}
@media only screen and (max-width: 376px) {
  .comparison .responsive-table {
    width: 80%;
  }
}
.comparison .col {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 0;
}
.comparison .col > div:first-child {
  font-size: 1rem;
  color: #002f6c;
  text-align: center;
  border-bottom: 3px solid #002f6c;
}
.comparison .col > div:last-child {
  text-align: center;
  border-bottom: none;
}
.comparison .cell {
  padding: 1em;
  overflow: hidden;
  border-bottom: 1px solid #d0d0ce;
  font-weight: 100;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.42857;
  color: #53565a;
  vertical-align: middle;
}
.comparison .cma-btn {
  background-color: #002f6c;
  color: #ffffff;
  font-family: "Trade Gothic Next LT W01 Heavy", Arial, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.comparison .cma-btn:hover {
  color: #ffffff;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.circle-img-container {
  display: flex;
}
.circle-img-container.circle-left {
  justify-content: left;
}
.circle-img-container.circle-center {
  justify-content: center;
}
.circle-img-container a {
  max-width: 100%;
}
.circle-img-container .circle-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  max-width: 100%;
}
.circle-img-container .circle-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: 1s ease;
  object-fit: cover;
}
.circle-img-container .circle-wrap img.img-top {
  top: 0;
  transform: translate(-50%, 0%);
}
.circle-img-container .circle-wrap img.img-btm {
  top: unset;
  bottom: 0;
  transform: translate(-50%, 0%);
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.carousel-bannertile-wrap .bannertile {
  height: 100%;
}
.carousel-bannertile-wrap .owl-item {
  padding: 0 12px;
}
@media (max-width: 500px) {
  .carousel-bannertile-wrap .owl-item {
    padding: 0 4px;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.breadcrumb-wrap.row {
  margin-right: 0;
  margin-left: 0;
}
.breadcrumb {
  margin-bottom: 0;
  font-size: 0.688rem;
  text-transform: capitalize;
  padding: 2px 40px;
  list-style: none;
  background-color: #d9d9d6;
  border-radius: 0;
  width: 100%;
}
.breadcrumb.breadcrumb > li {
  display: inline-block;
  font-size: 0.688rem;
}
.breadcrumb.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 1px;
  color: #202020;
  font-size: 0.9em;
}
.breadcrumb.breadcrumb > li a {
  color: #002f6c;
  text-decoration: underline;
}
.breadcrumb.breadcrumb > li a:hover {
  color: #2069ad;
}
.breadcrumb > .active {
  color: #202020;
  /*web black*/
  text-transform: capitalize;
}
.breadcrumb > .active a {
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
}
body:has(.navigationheader-v2) .breadcrumb-wrap .breadcrumb {
  padding: 2px 16px;
}

.bannertile-outer {
  height: 100%;
}
.bannertile-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bannertile-inner .image {
  text-align: center;
}
.bannertile-inner .image .cq-dd-image {
  width: 100%;
}
.bannertile-inner .bannertile-content {
  height: 100%;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
}
.bannertile-inner .bannertile-content > div {
  padding: 8px 0;
}
.bannertile-inner .bannertile-content > div.responsivegrid {
  display: flex;
  flex-grow: 1;
  padding: 0;
}
.bannertile-inner .bannertile-content > div.responsivegrid > .aem-Grid {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.bannertile-inner .bannertile-content > div.responsivegrid > .aem-Grid > .aem-GridColumn {
  padding: 8px 0;
}
.bannertile-inner.bannertile-border {
  border-style: solid;
}
.bannertile-inner .bannertile-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  vertical-align: middle;
  font-family: "Trade Gothic Next LT W01 Bold", TradeGothicBold2, Arial, sans-serif;
  font-size: 1.25rem;
  padding: 0 16px;
}
@media (max-width: 767.8px) {
  .bannertile-inner .bannertile-title {
    font-size: 1.125rem;
  }
}
.bannertile-inner .bannertile-title > p {
  margin: 0;
}
.bannertile-inner .bannertile-title.left-align {
  justify-content: left;
}
.bannertile-inner .bannertile-title.right-align {
  justify-content: right;
}
.bannertile-inner .body-text {
  flex-grow: 1;
}
.bannertile-inner .bannertile-title,
.bannertile-inner .body-text,
.bannertile-inner .link-text {
  text-align: center;
}
.bannertile-inner .bannertile-title.center-align,
.bannertile-inner .body-text.center-align,
.bannertile-inner .link-text.center-align {
  text-align: center;
}
.bannertile-inner .bannertile-title.left-align,
.bannertile-inner .body-text.left-align,
.bannertile-inner .link-text.left-align {
  text-align: left;
}
.bannertile-inner .bannertile-title.right-align,
.bannertile-inner .body-text.right-align,
.bannertile-inner .link-text.right-align {
  text-align: right;
}
.bannertile-inner .img-vid-top {
  order: -1;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.authorprofilelist-inner {
  padding: 0 12px;
}
@media (max-width: 767.8px) {
  .authorprofilelist-inner {
    padding: 0px;
  }
}
.authorprofilelist-inner .contributor-title {
  margin: 0 12px;
}
.authorprofilelist-inner .author-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.authorprofilelist-inner .profile-item {
  width: 50%;
  display: flex;
  padding: 12px;
}
.authorprofilelist-inner .profile-item:hover {
  text-decoration: none;
}
@media (max-width: 767.8px) {
  .authorprofilelist-inner .profile-item {
    width: 100%;
  }
}
.authorprofilelist-inner .profile-item .profilephoto {
  margin-right: 32px;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 150px;
  height: 150px;
  overflow: hidden;
  padding: 0;
}
.authorprofilelist-inner .profile-item .profilephoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.authorprofilelist-inner .profile-item .profiletext {
  flex: 1;
  padding: 8px 0;
  color: #202020;
}
.authorprofilelist-inner .profile-item .profiletext .a-title {
  margin-bottom: .5rem;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.authorlist .authorlist-inner {
  background-color: #1f2a44;
  color: #ffffff;
  padding: 40px 24px 48px;
}
@media print {
  .authorlist .authorlist-inner {
    background-color: unset;
    color: #000000;
    padding: 8px 24px 18px;
    border-bottom: solid 2px #000000;
  }
}
.authorlist .contributor-title {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media print {
  .authorlist .contributor-title {
    font-size: 0.75rem;
    line-height: 1.875rem;
    color: #000000;
  }
}
.authorlist .author-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.authorlist .author-group a {
  margin-top: 16px;
  width: 20%;
  margin-right: 5%;
}
.authorlist .author-group a:last-child {
  margin-right: 0px;
}
@media (max-width: 991.8px) {
  .authorlist .author-group a {
    width: 40%;
  }
}
@media (max-width: 767.8px) {
  .authorlist .author-group a {
    width: 100%;
  }
}
@media print {
  .authorlist .author-group a {
    width: 28%;
  }
}
.authorlist .h4 {
  color: #ffffff;
  margin-bottom: 4px;
}
@media print {
  .authorlist .h4 {
    font-size: 0.70rem;
    line-height: 1.2;
    color: #000000;
  }
}
.authorlist a:link,
.authorlist a:visited {
  color: #ffffff;
}
@media print {
  .authorlist a:link,
  .authorlist a:visited {
    font-size: 0.65rem;
    line-height: 1.2;
    color: #000000;
    text-decoration: none;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.acc-item {
  padding: 24px;
  max-width: 100%;
}
.acc-item .acc-title {
  padding: 24px 40px 24px 20px;
  cursor: pointer;
  border: solid 1px #d9d9d6;
  background-color: #ffffff;
  position: relative;
}
.acc-item .acc-title:hover {
  background: #f7f7f7;
}
.acc-item .acc-title:after {
  content: '\2303';
  font-size: 1.563rem;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-44%);
  height: 29px;
}
.acc-item .acc-title.active:hover {
  background: #ffffff;
}
.acc-item .acc-title.active:after {
  -webkit-transform: translateY(-44%) scaleY(-1);
  transform: translateY(-44%) scaleY(-1);
}
.acc-item .acc-info {
  padding: 24px 20px 24px 20px;
  border-left: solid 1px #d9d9d6;
  border-right: solid 1px #d9d9d6;
  border-bottom: solid 1px #d9d9d6;
  display: none;
  background: #f7f7f7;
}
@media (max-width: 767.8px) {
  .acc-item {
    padding: 24px 8px;
  }
}

.skip-link {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
/*animations*/

/******************
* Bounce in right *
*******************/


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fast {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sonic-fast {
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slow{
     -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slower{
     -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slowest{
     -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
    -webkit-animation-delay:0.25s;
    -moz-animation-delay:0.25s;
    -o-animation-delay:0.25s;
    animation-delay:0.25s;
}
.delay-500 {
    -webkit-animation-delay:0.5s;
    -moz-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}
.delay-750 {
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}
.delay-1000 {
    -webkit-animation-delay:1.0s;
    -moz-animation-delay:1.0s;
    -o-animation-delay:1.0s;
    animation-delay:1.0s;
}
.delay-1250 {
    -webkit-animation-delay:1.25s;
    -moz-animation-delay:1.25s;
    -o-animation-delay:1.25s;
    animation-delay:1.25s;
}
.delay-1500 {
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    -o-animation-delay:1.5s;
    animation-delay:1.5s;
}
.delay-1750 {
    -webkit-animation-delay:1.75s;
    -moz-animation-delay:1.75s;
    -o-animation-delay:1.75s;
    animation-delay:1.75s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-3000 {
    -webkit-animation-delay:3.0s;
    -moz-animation-delay:3.0s;
    -o-animation-delay:3.0s;
    animation-delay:3.0s;
}
.delay-3500 {
    -webkit-animation-delay:3.5s;
    -moz-animation-delay:3.5s;
    -o-animation-delay:3.5s;
    animation-delay:3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
         -webkit-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounceIn.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;

        -webkit-transform: translateX(400px);
    }
    60% {

        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
    opacity: 1;

        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;

        transform: translateX(400px);
    }
    60% {

        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
    opacity: 1;

        transform: translateX(0);
    }
}


.bounceInRight.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;

        -webkit-transform: translateX(-400px);
    }
    60% {

        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        opacity: 1;

        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;

        transform: translateX(-400px);
    }
    60% {

        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;

        transform: translateX(0);
    }
}

.bounceInLeft.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;

        -webkit-transform: translateY(400px);
    }
    60% {

        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;

        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;

        transform: translateY(400px);
    }
    60% {

        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        opacity: 1;

        transform: translateY(0);
    }
}

.bounceInUp.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;

        -webkit-transform: translateY(-400px);
    }
    60% {

        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;

        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;

        transform: translateY(-400px);
    }
    60% {

        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;

        transform: translateY(0);
    }
}

.bounceInDown.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}


/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;
        display:block;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;
        display:block;}
}
.fadeIn{
    opacity:0;
}
.fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(0.2);
        opacity:0;
    }
    50% {
        -webkit-transform: scale(1.2);

    }
    100% {
        -webkit-transform: scale(1);
        opacity:1;
    }
}
@keyframes growIn {
    0% {
        transform: scale(0.2);
        opacity:0;
    }
    50% {
        transform: scale(1.2);

    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
.growIn {

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn;
    animation-name: growIn;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake.go {
    -webkit-animation-name: shake;
    animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
    0%, 100% {-webkit-transform: translateY(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);}
}
@keyframes shakeUp {
    0%, 100% {transform: translateY(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);}
    20%, 40%, 60%, 80% {transform: translateY(10px);}
}
.shakeUp.go {
    -webkit-animation-name: shakeUp;
    animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft{
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}
.fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight{
    opacity: 0;
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}
.fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp{
    opacity: 0;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
}
.fadeInUp.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }
    50%{
       opacity: 0.3;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown{
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
}
.fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn.go {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpLeft.go {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownLeft.go {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight.go {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownRight.go {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn {
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rollIn.go {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
    100% { -webkit-transform: skewX(0deg); }
}
@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }
}
.wiggle.go {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/********
* swing *
*********/

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
    20% { -webkit-transform: rotate(15deg); }
    40% { -webkit-transform: rotate(-10deg); }
    60% { -webkit-transform: rotate(5deg); }
    80% { -webkit-transform: rotate(-5deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@keyframes swing {
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
.swing.go {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

/*******
* tada *
********/

@-webkit-keyframes tada {
    0% {-webkit-transform: scale(1);}
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
    100% {-webkit-transform: scale(1) rotate(0);}
}
@keyframes tada {
    0% {transform: scale(1);}
    10%, 20% {transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
    100% {transform: scale(1) rotate(0);}
}
.tada.go {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}
@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}
.wobble.go {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

/********
* pulse *
*********/

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.pulse.go {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
   0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedInRight {
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedInRight.go {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
   0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; }
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; }
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedInLeft {
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; }
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; }
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedInLeft.go {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}


/*******
* Flip *
*******/
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}
.flip.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip;
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
}
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(.3);
    }
}
.bounceOut.goAway {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.bounceOutUp.goAway {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.bounceOutDown.goAway {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.bounceOutLeft.goAway {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.bounceOutRight.goAway {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.fadeOut.goAway {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.fadeOutUp.goAway {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.fadeOutDown.goAway {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.fadeOutLeft.goAway {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRight.goAway {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX.goAway {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes lightSpeedOutRight {
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.lightSpeedOutRight.goAway {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; }
}
@keyframes lightSpeedOutLeft {
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
}
.lightSpeedOutLeft.goAway {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;

}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut.goAway {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -transform-origin: left bottom;
        -transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutUpLeft.goAway {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutDownLeft.goAway {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight.goAway {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut.goAway {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUpShort{
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDownShort{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}

@import "//fast.fonts.net/t/1.css?apiType=css&projectid=2dc138a2-dfbe-4598-9ae5-d97b9adee66e";
/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #2069ad;
  --indigo: #6610f2;
  --purple: #614b79;
  --pink: #e83e8c;
  --red: #d0342c;
  --orange: #c5b783;
  --yellow: #d29f13;
  --green: #115740;
  --teal: #7da1c4;
  --cyan: #7da1c4;
  --white: #ffffff;
  --gray: #888b8d;
  --gray-dark: #53565a;
  --primary: #2069ad;
  --secondary: #888b8d;
  --success: #115740;
  --info: #7da1c4;
  --warning: #d29f13;
  --danger: #d0342c;
  --light: #f7f7f7;
  --dark: #53565a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:focus-visible {
  outline: #0a64eb auto 1px;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  text-align: left;
  background-color: #ffffff;
  min-width: 320px;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.75em;
}
a:link {
  color: #002f6c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #2069ad;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888b8d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
  border: none;
  padding: 0;
  background: unset;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
}
h1,
.h1 {
  font-size: 3rem;
}
h2,
.h2 {
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 1rem;
  color: #202020;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #f7f7f7;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #888b8d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #e4e5e4;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #888b8d;
}
code {
  font-size: 87.5%;
  color: #893c47;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #202020;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #202020;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 24px;
  padding-left: 24px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e4e5e4;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e5e4;
}
.table tbody + tbody {
  border-top: 2px solid #e4e5e4;
}
.table .table {
  background-color: #ffffff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #e4e5e4;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e4e5e4;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #9adbe8;
}
.table-hover .table-primary:hover {
  background-color: #7da1c4;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #7da1c4;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d9d9d6;
}
.table-hover .table-secondary:hover {
  background-color: #c8c9c7;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8c9c7;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d0d0ce;
}
.table-hover .table-success:hover {
  background-color: #c8c9c7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c8c9c7;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #9adbe8;
}
.table-hover .table-info:hover {
  background-color: #9adbe8;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #9adbe8;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #c5b783;
}
.table-hover .table-warning:hover {
  background-color: #c5b783;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #c5b783;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #d9d9d6;
}
.table-hover .table-danger:hover {
  background-color: #d0d0ce;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #d0d0ce;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f7f7f7;
}
.table-hover .table-light:hover {
  background-color: #9adbe8;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #9adbe8;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c8c9c7;
}
.table-hover .table-dark:hover {
  background-color: #bbbcbc;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bbbcbc;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #ffffff;
  background-color: #202020;
  border-color: #1f2a44;
}
.table .thead-light th {
  color: #202020;
  background-color: #f7f7f7;
  border-color: #e4e5e4;
}
.table-dark {
  color: #ffffff;
  background-color: #202020;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #1f2a44;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #202020;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d9d9d6;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #202020;
  background-color: #ffffff;
  border-color: #48a5e9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #888b8d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f7f7;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #202020;
  background-color: #ffffff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #202020;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check-input:disabled ~ .form-check-label {
  color: #888b8d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #115740;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(66, 119, 106, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #115740;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #115740;
  box-shadow: 0 0 0 0.2rem rgba(66, 119, 106, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #115740;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #115740;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #50a684;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #1b806d;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(66, 119, 106, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #115740;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(66, 119, 106, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d0342c;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d0342c;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d0342c;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #d0342c;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #d0342c;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #d9d9d6;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #b1b3b3;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d0342c;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #ffffff;
  background-color: #888b8d;
  border-color: #888b8d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #4f758b;
  border-color: #53565a;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #888b8d;
  border-color: #888b8d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #53565a;
  border-color: #63666a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #ffffff;
  background-color: #115740;
  border-color: #115740;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #115740;
  border-color: #1b806d;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 119, 106, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #115740;
  border-color: #115740;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1b806d;
  border-color: #115740;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 119, 106, 0.5);
}
/* -- hidden, then readded per CSB-657 -- */
.btn-info {
  color: #ffffff;
  background-color: #7da1c4;
  border-color: #7da1c4;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #202020;
  background-color: #d29f13;
  border-color: #d29f13;
}
.btn-warning:hover {
  color: #202020;
  background-color: #d29f13;
  border-color: #d29f13;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #202020;
  background-color: #d29f13;
  border-color: #d29f13;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #202020;
  background-color: #d29f13;
  border-color: #d29f13;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #ffffff;
  background-color: #d0342c;
  border-color: #d0342c;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d0342c;
  border-color: #d0342c;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #d0342c;
  border-color: #d0342c;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d0342c;
  border-color: #9e2a2b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #202020;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-light:hover {
  color: #202020;
  background-color: #e4e5e4;
  border-color: #e4e5e4;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #202020;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #202020;
  background-color: #e4e5e4;
  border-color: #d9d9d6;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #ffffff;
  background-color: #53565a;
  border-color: #53565a;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #202020;
  border-color: #202020;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #ffffff;
  background-color: #53565a;
  border-color: #53565a;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #202020;
  border-color: #000000;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #2069ad;
  background-color: transparent;
  background-image: none;
  border-color: #2069ad;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2069ad;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #888b8d;
  background-color: transparent;
  background-image: none;
  border-color: #888b8d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #888b8d;
  border-color: #888b8d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #888b8d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #888b8d;
  border-color: #888b8d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #115740;
  background-color: transparent;
  background-image: none;
  border-color: #115740;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #115740;
  border-color: #115740;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 119, 106, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #115740;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #115740;
  border-color: #115740;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 119, 106, 0.5);
}
.btn-outline-info {
  color: #7da1c4;
  background-color: transparent;
  background-image: none;
  border-color: #7da1c4;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #7da1c4;
  border-color: #7da1c4;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #7da1c4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #7da1c4;
  border-color: #7da1c4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #d29f13;
  background-color: transparent;
  background-image: none;
  border-color: #d29f13;
}
.btn-outline-warning:hover {
  color: #202020;
  background-color: #d29f13;
  border-color: #d29f13;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #d29f13;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #202020;
  background-color: #d29f13;
  border-color: #d29f13;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #d0342c;
  background-color: transparent;
  background-image: none;
  border-color: #d0342c;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d0342c;
  border-color: #d0342c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d0342c;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d0342c;
  border-color: #d0342c;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f7f7f7;
  background-color: transparent;
  background-image: none;
  border-color: #f7f7f7;
}
.btn-outline-light:hover {
  color: #202020;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f7f7f7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #202020;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #53565a;
  background-color: transparent;
  background-image: none;
  border-color: #53565a;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #53565a;
  border-color: #53565a;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #53565a;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #53565a;
  border-color: #53565a;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #2069ad;
  background-color: transparent;
}
.btn-link:hover {
  color: #2069ad;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #888b8d;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #202020;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f7f7f7;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item,
.dropdown-item:link,
.dropdown-item:visited {
  color: #002f6c;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #202020;
  text-decoration: none;
  background-color: #f7f7f7;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #2069ad;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #888b8d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #888b8d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #202020;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f7f7;
  border: 1px solid #d9d9d6;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #2069ad;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #9adbe8;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #888b8d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f7f7f7;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #e4e5e4;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2069ad;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2069ad;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2069ad;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #202020;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #d9d9d6;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #48a5e9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #202020;
  background-color: #ffffff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #888b8d;
  background-color: #f7f7f7;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #48a5e9;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #48a5e9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #202020;
  background-color: #ffffff;
  border: 1px solid #d9d9d6;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #202020;
  content: "Browse";
  background-color: #f7f7f7;
  border-left: 1px solid #d9d9d6;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2069ad;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #9adbe8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e5e4;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2069ad;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #9adbe8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e4e5e4;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2069ad;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #9adbe8;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #e4e5e4;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e4e5e4;
  border-radius: 1rem;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #888b8d;
}
.nav-tabs {
  border-bottom: 1px solid #e4e5e4;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #f7f7f7 #f7f7f7 #e4e5e4;
}
.nav-tabs .nav-link.disabled {
  color: #888b8d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #202020;
  background-color: #ffffff;
  border-color: #e4e5e4 #e4e5e4 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #2069ad;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2069ad;
  background-color: #ffffff;
  border: 1px solid #e4e5e4;
}
.page-link:hover {
  z-index: 2;
  color: #2069ad;
  text-decoration: none;
  background-color: #f7f7f7;
  border-color: #e4e5e4;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.page-item.disabled .page-link {
  color: #888b8d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #e4e5e4;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #ffffff;
  background-color: #2069ad;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #2069ad;
}
.badge-secondary {
  color: #ffffff;
  background-color: #888b8d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #53565a;
}
.badge-success {
  color: #ffffff;
  background-color: #115740;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1b806d;
}
.badge-info {
  color: #ffffff;
  background-color: #7da1c4;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #4f758b;
}
.badge-warning {
  color: #202020;
  background-color: #d29f13;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #202020;
  text-decoration: none;
  background-color: #d29f13;
}
.badge-danger {
  color: #ffffff;
  background-color: #d0342c;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #d0342c;
}
.badge-light {
  color: #202020;
  background-color: #f7f7f7;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #202020;
  text-decoration: none;
  background-color: #e4e5e4;
}
.badge-dark {
  color: #ffffff;
  background-color: #53565a;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #202020;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #002f6c;
  background-color: #9adbe8;
  border-color: #9adbe8;
}
.alert-primary hr {
  border-top-color: #7da1c4;
}
.alert-primary .alert-link {
  color: #002f6c;
}
.alert-secondary {
  color: #1f2a44;
  background-color: #e4e5e4;
  border-color: #d9d9d6;
}
.alert-secondary hr {
  border-top-color: #c8c9c7;
}
.alert-secondary .alert-link {
  color: #202020;
}
.alert-success {
  color: #202020;
  background-color: #e4e5e4;
  border-color: #d0d0ce;
}
.alert-success hr {
  border-top-color: #c8c9c7;
}
.alert-success .alert-link {
  color: #202020;
}
.alert-info {
  color: #4f758b;
  background-color: #9adbe8;
  border-color: #9adbe8;
}
.alert-info hr {
  border-top-color: #9adbe8;
}
.alert-info .alert-link {
  color: #1f2a44;
}
.alert-warning {
  color: #a07400;
  background-color: #e4e5e4;
  border-color: #c5b783;
}
.alert-warning hr {
  border-top-color: #c5b783;
}
.alert-warning .alert-link {
  color: #9e2a2b;
}
.alert-danger {
  color: #893c47;
  background-color: #d9d9d6;
  border-color: #d9d9d6;
}
.alert-danger hr {
  border-top-color: #d0d0ce;
}
.alert-danger .alert-link {
  color: #893c47;
}
.alert-light {
  color: #888b8d;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.alert-light hr {
  border-top-color: #9adbe8;
}
.alert-light .alert-link {
  color: #63666a;
}
.alert-dark {
  color: #202020;
  background-color: #d0d0ce;
  border-color: #c8c9c7;
}
.alert-dark hr {
  border-top-color: #bbbcbc;
}
.alert-dark .alert-link {
  color: #000000;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f7f7f7;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #2069ad;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #202020;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #202020;
  text-decoration: none;
  background-color: #f7f7f7;
}
.list-group-item-action:active {
  color: #202020;
  background-color: #f7f7f7;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #888b8d;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #2069ad;
  border-color: #2069ad;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #002f6c;
  background-color: #9adbe8;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #002f6c;
  background-color: #7da1c4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #002f6c;
  border-color: #002f6c;
}
.list-group-item-secondary {
  color: #1f2a44;
  background-color: #d9d9d6;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #1f2a44;
  background-color: #c8c9c7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #1f2a44;
  border-color: #1f2a44;
}
.list-group-item-success {
  color: #202020;
  background-color: #d0d0ce;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #202020;
  background-color: #c8c9c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #202020;
  border-color: #202020;
}
.list-group-item-info {
  color: #4f758b;
  background-color: #9adbe8;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #4f758b;
  background-color: #9adbe8;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #4f758b;
  border-color: #4f758b;
}
.list-group-item-warning {
  color: #a07400;
  background-color: #c5b783;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #a07400;
  background-color: #c5b783;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #a07400;
  border-color: #a07400;
}
.list-group-item-danger {
  color: #893c47;
  background-color: #d9d9d6;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #893c47;
  background-color: #d0d0ce;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #893c47;
  border-color: #893c47;
}
.list-group-item-light {
  color: #888b8d;
  background-color: #f7f7f7;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #888b8d;
  background-color: #9adbe8;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #888b8d;
  border-color: #888b8d;
}
.list-group-item-dark {
  color: #202020;
  background-color: #c8c9c7;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #202020;
  background-color: #bbbcbc;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #202020;
  border-color: #202020;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #f7f7f7;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #f7f7f7;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e5e4;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #202020;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #2069ad !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2069ad !important;
}
.bg-secondary {
  background-color: #888b8d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #53565a !important;
}
.bg-success {
  background-color: #115740 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1b806d !important;
}
.bg-info {
  background-color: #7da1c4 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #4f758b !important;
}
.bg-warning {
  background-color: #d29f13 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d29f13 !important;
}
.bg-danger {
  background-color: #d0342c !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d0342c !important;
}
.bg-light {
  background-color: #f7f7f7 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e4e5e4 !important;
}
.bg-dark {
  background-color: #53565a !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #202020 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e4e5e4 !important;
}
.border-top {
  border-top: 1px solid #e4e5e4 !important;
}
.border-right {
  border-right: 1px solid #e4e5e4 !important;
}
.border-bottom {
  border-bottom: 1px solid #e4e5e4 !important;
}
.border-left {
  border-left: 1px solid #e4e5e4 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #2069ad !important;
}
.border-secondary {
  border-color: #888b8d !important;
}
.border-success {
  border-color: #115740 !important;
}
.border-info {
  border-color: #7da1c4 !important;
}
.border-warning {
  border-color: #d29f13 !important;
}
.border-danger {
  border-color: #d0342c !important;
}
.border-light {
  border-color: #f7f7f7 !important;
}
.border-dark {
  border-color: #53565a !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.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;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #2069ad !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2069ad !important;
}
.text-secondary {
  color: #888b8d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #53565a !important;
}
.text-success {
  color: #115740 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b806d !important;
}
.text-info {
  color: #7da1c4 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4f758b !important;
}
.text-warning {
  color: #d29f13 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d29f13 !important;
}
.text-danger {
  color: #d0342c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d0342c !important;
}
.text-light {
  color: #f7f7f7 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #e4e5e4 !important;
}
.text-dark {
  color: #53565a !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #202020 !important;
}
.text-muted {
  color: #888b8d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #b1b3b3;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e4e5e4 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e4e5e4;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e4e5e4;
  }
}
/*******************************
  GENERAL
********************************/
html,
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
/*******************************
  TYPOGRAPHY
********************************/
h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
  margin: 0;
}
h5 {
  font-size: 1rem;
  margin: 0;
}
/*******************************
  MISC
********************************/
.red {
  background: #d0342c;
}
.blue {
  background: blue;
}
.yellow {
  background: yellow;
}
#search-icon {
  cursor: pointer;
}
/*******************************
  HEADER AND TOP NAVIGATION
********************************/
.btn-group {
  background: none;
}
.large-nav {
  height: 70px;
}
.router-large-nav {
  height: 70px;
  background: transparent;
}
.router-traps img {
  width: 220px;
  padding-top: 2em;
}
.large-nav .col {
  font-size: 1rem;
  border-left: 1px solid #d9d9d6;
}
.large-nav .col:first-of-type,
.large-nav .col:last-of-type {
  border: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*******************************
  INSIGHTS SEARCH BAR
********************************/
.searchinsights {
  margin-top: 40px;
}
.searchinsights input {
  border-left: 0px;
  border-right: 0px;
}
.sispan {
  background-color: white;
  border-right: 0px;
  padding-right: 20px;
}
.searchinsights button {
  height: 34px;
}
/*******************************
  ZIPCODE BAR WITH PAGE TITLE AND BREADCRUMBS
********************************/
.page-title {
  height: auto;
  background: #63666a;
  padding: 20px 40px;
  text-align: center;
}
.pagetitle .row {
  display: inherit !important;
}
.page-title h1,
.page-title h4 {
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(32, 25, 26, 0.5);
  display: initial;
  vertical-align: middle;
  margin: 0;
}
.page-title h1.centered,
.page-title h4.centered {
  text-align: center;
}
.fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
/*******************************
  ROUTER HERO IMAGE
********************************/
.router-hero-image {
  height: 65vh;
  background: #f7f7f7 url("comerica-redesign/resources/router-hero.jpg") no-repeat right bottom;
  background-size: cover;
}
/*******************************
  HERO IMAGE
********************************/
.hero-image {
  min-height: 600px;
  background: #ffffff url("") no-repeat top center;
  background-size: cover;
  position: relative;
  display: table;
}
.hero-image .character {
  position: absolute;
  overflow: hidden;
  height: 600px;
  margin: 0 -15px;
  left: calc(50% - 412px);
  display: none;
}
.hero-image .character img {
  height: 600px;
}
.hero-image .hero-text {
  margin: 0 -15px;
  /*position: absolute;*/
  width: 100%;
  padding: 0 0 2em 0;
  background-color: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
  display: table-cell;
  vertical-align: middle;
  /* Standard syntax (must be last) */
}
.hero-image .hero-text .selectioncheckbox {
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 0 10px 0 30px;
  border-radius: 5px;
  max-width: 260px;
  text-align: left;
}
.hero-text h1 {
  line-height: 0.875;
}
.hero-text h1:last-of-type {
  padding-bottom: 10px;
}
button#dropdownMenuButton {
  cursor: pointer;
}
button#dropdownMenuButton.btn-lg.btn-secondary.dropdown-toggle.animated.fadeInUpShort.go,
.btn-group-lg > button#dropdownMenuButton.btn-secondary.dropdown-toggle.animated.fadeInUpShort.go.btn,
.btn-secondary {
  background: #e4e5e4 !important;
  border: 1px solid #000000;
  text-align: center;
  color: #000000 !important;
  width: 300px;
  font-size: 1.25rem;
}
.hero-text .dropdown-wrapper {
  display: flex;
  justify-content: center;
}
.dropdown-menu {
  text-align: center;
  border: none;
  width: 300px;
  background: #e4e5e4;
  font-size: 1.25rem;
}
.dropdown-item {
  white-space: normal;
}
.dropdown-item.hover,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background: #4f758b;
  color: #ffffff;
}
/*******************************
  PROMO TILES
********************************/
.promotexttile-wrapper {
  color: #ffffff;
  text-decoration: none;
}
.promotexttile-wrapper:hover {
  text-decoration: none;
}
.learn-more-trap-button {
  padding: 1em 0 0 0;
}
.promo-large {
  background: #000000;
}
.promo-large-copy {
  padding: 0 2em;
  color: #ffffff;
}
/*******************************
  LOCATOR
********************************/
.locator-left {
  padding: 2em 0;
  background: #e4e5e4;
}
.locator-map {
  margin: 0;
  padding: 0;
}
.locator-map img {
  width: 100%;
}
/*******************************
  SOCIAL
********************************/
.social {
  background: #ffffff url("comerica-redesign/resources/social.jpg") no-repeat center right;
  background-size: cover;
  padding: 2em 0;
  color: #ffffff;
}
.social h2 {
  color: #ffffff;
}
.social-entry,
.social-entry-icons {
  padding: 2em 0;
  margin: 0 4em;
}
.social-entry {
  border-bottom: 2px dotted #ffffff;
}
.social-entry p {
  margin: 0;
}
.hashtag {
  color: #3e87cb;
}
/*******************************
  EVENTS
********************************/
.events {
  background: #9adbe8;
  padding: 2em 0;
}
.events h2 {
  color: #002f6c;
  padding: 0 0 .5em 0;
}
.event-entry {
  padding: 1.5em 0;
}
.event-entry img {
  width: 60px;
}
.events-learn-more {
  font-weight: bold;
  color: #002f6c;
}
.more-events-button {
  padding: 0;
}
/*******************************
  DISCLAIMER
********************************/
.disclaimer {
  display: block;
  margin: 0;
  color: #53565a;
}
.text > .form_row {
  padding: 20px;
}
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}
.tabs-top .tab-pane ul {
  list-style: disc outside none;
  margin: 0;
  padding: 0 0 0 15px;
}
.tab-title {
  color: #000000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
}
.tab-heading {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}
.whitetext {
  color: #ffffff;
}
.bluetext {
  color: #002f6c;
}
.blacktext {
  color: #000000;
}
b,
strong {
  font-weight: bold;
}
/*******************************
  RATES & FEES COMPONENT
********************************/
.ratesfeesnontabbed {
  padding: 24px !important;
  min-height: 50px;
}
.ratesfeesnontabbed h3 {
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 1.5rem;
}
.ratesfeesnontabbed table {
  margin-bottom: 20px;
  /*max-width: 1000px;*/
  width: 100%;
  border: none;
}
.ratesfeesnontabbed table tbody tr th {
  border-top: 1px solid #d9d9d6;
  border-left: none;
  border-right: none;
  border-bottom: none;
  line-height: 1.42857;
  padding: 10px 6px;
  vertical-align: top;
  color: #000000;
  background: #f7f7f7;
}
.ratesfeesnontabbed table tbody tr td {
  border-top: 1px solid #d9d9d6;
  border-left: none;
  border-right: none;
  border-bottom: none;
  line-height: 1.42857;
  padding: 10px;
  vertical-align: top;
  font-size: 0.75rem !important;
  text-align: center;
}
.ratesfeesnontabbed .tableheader {
  border-bottom: 3px solid #000000;
}
.ratesfeesnontabbed table tbody tr th,
#ratesTab table tbody tr td {
  font-size: 0.75rem !important;
  text-align: center;
}
.ratesfeesnontabbed .title {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}
.ratesfeesnontabbed ul {
  list-style: disc outside none;
  margin: 0;
  padding: 0 0 0 15px;
}
.col-md-0 {
  display: none;
}
.sectioncta .btn-info {
  color: #1f2a44 !important;
  font-weight: 100;
  font-style: normal;
  font-size: 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 25px;
  border: 3px solid #1f2a44;
  background: none;
  background-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.sectioncta .btn-info:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sectioncta.btn-info.white {
  color: #ffffff !important;
  border-color: #ffffff;
}
.sectioncta .btn-info.blue {
  color: #002f6c !important;
  border-color: #002f6c;
}
.sectioncta sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}
.sectioncta sub {
  bottom: -0.5em;
}
.sectioncta sup {
  top: -0.75em;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:focus-visible {
  outline: 5px auto #0a64eb;
  outline-offset: 3px;
  box-shadow: none;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
img.landscape {
  display: none;
}
img.portrait {
  display: block;
}
.linkbar {
  padding: 40px;
  text-align: center;
  display: none;
  /*this hides linkbar showing in new template for categoryblock component*/
}
.linkbar a {
  padding: 0 10px;
  border-right: 1px solid;
  white-space: nowrap;
}
.linkbar a:last-child {
  border: none;
}
@media (max-width: 767.8px) {
  img.landscape {
    display: block;
  }
  img.portrait {
    display: none;
  }
  .heroimage.left {
    border: none;
  }
}
/*******************************
  FULLWIDTH BULLET LIST
********************************/
.bulletlist {
  padding: 0px !important;
  /*overflow: hidden; hidden per CSB-664*/
}
.bulletlist ul {
  margin-bottom: 0;
}
.bulletlist h4 {
  font-weight: bold;
  font-size: 1.125rem;
  padding-left: 22px;
  padding-bottom: 5px;
}
.bulletlistdefault {
  background-color: #e4e5e4;
}
.bulletlistblack {
  background-color: #000000;
}
.bulletlistwhite {
  background-color: #ffffff;
}
.bulletlisttitledefault {
  font-color: #002f6c;
}
.bulletlisttitleblack {
  font-color: #000000;
}
.bulletlisttitlewhite {
  font-color: #ffffff;
}
a.bulletlistlinkdefault:link {
  color: #002f6c;
}
a.bulletlistlinkblack:link {
  color: #000000;
}
a.bulletlistlinkwhite:link {
  color: #ffffff;
}
.bulletlist-tile {
  padding: 1em 1em;
  width: 100%;
}
.bulletlist-tile-content {
  text-align: left;
}
.bulletlist #errorMessage {
  padding-top: 10px;
  padding-left: 22px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .bulletlist {
    width: 100% !important;
    max-width: 576px;
  }
}
/*******************************
  HERO IMAGE TEMPLATE
********************************/
.heroarticleviewlist {
  padding: 0px 15px 10px 15px;
}
.sidebar-module-inset.alt h3 {
  color: #202020;
  margin-top: 5px;
  font-weight: 100;
  font-style: normal;
  font-size: 1.75rem;
}
.heroimage {
  overflow: hidden;
  color: white;
  position: relative;
  margin: 0 -15px;
  background-size: cover !important;
  cursor: pointer;
  display: block;
}
.heroimage:hover {
  color: white;
}
.heroimage .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 20px 10px;
  background: rgba(0, 0, 0, 0.3);
}
.heroimage .content h3 {
  color: white;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
.heroimage .content div {
  margin-bottom: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
.heroimage p.description {
  position: absolute;
}
.heroimage img {
  width: 100%;
}
.heroimage.left {
  border-top: 4px solid;
  border-right: 4px solid;
}
.heroimage.right {
  border-top: 4px solid;
}
.heroimage.right .img {
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (max-width: 767.8px) {
  .heroarticleviewlist .col-sm-7 {
    min-width: 100%;
    box-sizing: content-box;
  }
  .heroimage .content h3 {
    font-size: 5vw;
  }
  .segmentselection .hero-image .hero-text {
    top: calc(50% - 200px);
    background: none;
    /*when character is hidden below 767px on router pages, moves selection menu down*/
  }
  .segmentbanner .hero-image .hero-text {
    top: calc(50% - 150px);
    background: none;
    /*when character is hidden below 767px on segment pages, moves selection menu down*/
  }
}
@media (min-width: 576px) and (max-width: 767.8px) {
  .heroimage .content h3 {
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .heroimage .content h3 {
    font-size: 2vw;
  }
}
/*******************************
  COMPONENT CSS ITEM
*******************************
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}*/
/*******************************
  INSIGHTS ARTICLE ENTRY
********************************/
/*end changes*/
.author-only {
  display: none;
}
.socialicons {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
div.socialicons a {
  color: #63666a;
  padding: 0 1px;
  font-size: 1.125rem;
}
div.socialicons a:hover {
  color: #202020;
}
.authorinfo {
  text-align: center;
  background-color: #d9d9d6;
  /*cool gray*/
  margin: 10px 20px;
}
.authorinfo .photo {
  display: flex;
  align-items: center;
}
.authorinfo .profilephoto {
  padding-right: 40px;
  padding-bottom: 0px;
  float: left;
  max-width: 300px;
  padding-top: 0px;
}
.authorinfo .profilephoto img {
  max-width: 300px;
}
.authorinfo .profiletext h4 {
  font-weight: bold;
  margin: 0;
}
.authorinfo .profiletext h6 {
  margin: 0;
}
.authorinfo .profiletext {
  text-align: left;
}
.authorinfo a {
  color: #002f6c;
}
.authorinfo a:hover {
  text-decoration: none;
}
@media (max-width: 767.8px) {
  .authorinfo {
    padding-top: 0px !important;
  }
  .authorinfo .profilephoto img {
    max-width: 150px;
  }
  .authorinfo .profilephoto {
    float: none;
    /*padding-top: 20px;*/
    padding-right: 0px;
  }
  .authorinfo .profile-text {
    padding-bottom: 10px;
  }
  .authorinfo .profiletext {
    /*text-align: center;*/
    padding: 0px 20px;
  }
}
@media (max-width: 575px) {
  .profilephoto img {
    width: 100% !important;
  }
}
/*******************************
  PROMO CTA PHONE NUMBER
********************************/
.phonenumber {
  font-size: 2.25rem;
}
/*******************************
  PROMO CTA CUSTOM BUTTONS
********************************/
.primarycomericablue {
  color: #002f6c;
}
.primaryblack {
  color: #000000;
}
.primarywhite {
  color: #ffffff;
}
.primarylightblue {
  color: #9adbe8;
}
.primarymediumblue {
  color: #3e87cb;
}
.secondaryelectricblue {
  color: #7da1c4;
}
.secondarymetallicblue {
  color: #4f758b;
}
.secondarydarkblue {
  color: #1f2a44;
}
.secondarygold {
  color: #c5b783;
}
.secondarydeepgold {
  color: #a07400;
}
.tertiaryburgundy {
  color: #9e2a2b;
}
.tertiarymetallicred {
  color: #893c47;
}
.tertiarymetallicpurple {
  color: #614b79;
}
.secondarymetallicgreen {
  color: #1b806d;
}
.ctabtn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagetitle-nobar {
  border-bottom: none !important;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid;
  padding-top: 20px;
}
@media (max-width: 650px) {
  .pagetitle-nobar {
    /*font-size: 1.125rem;*/
  }
}
/*******************************
  NEW BLOCKQUOTE STYLE
********************************/
.blockquote {
  padding: 24px;
  text-align: center;
  display: block;
  margin: 0px;
  background-color: #4f758b;
  color: #ffffff;
}
@media (max-width: 767.8px) {
  .blockquote {
    padding: 16px 8px;
  }
}
/*******************************
  FULLWIDTH TO FULLWIDTH GC FORM STYLE MIGRATION CSB-712
********************************/
form .form_row {
  font-size: 1.125rem;
  color: #202020;
}
form label {
  font-weight: 100;
  font-style: normal;
}
form .form_field_text,
form .form_field_textarea {
  background: white;
  border: 1px solid #d0d0ce;
  width: 100%;
  font-weight: 100;
  font-style: normal;
  color: #63666a;
}
form div.section {
  width: 100%;
  padding: 0 0 5px;
}
form div.submit {
  text-align: center;
  margin-top: 20px;
}
form .text.parbase {
  padding-top: 0px !important;
}
form .submit .form_row {
  line-height: 0;
}
form .text {
  min-height: 60px;
  padding-top: 0 !important;
}
form .form_error {
  margin-top: -30px;
  float: left;
  font-size: 0.875rem;
}
form > .form > .form_error {
  margin-top: 10px;
}
.row-flex,
.row-flex:before {
  display: flex;
  flex-wrap: wrap-reverse;
}
.btn-info {
  color: #002f6c;
  font-weight: 100;
  font-style: normal;
  font-size: 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 25px;
  border: 3px solid #002f6c;
  background: none;
  background-color: none;
}
.btn-info:hover {
  background-color: #f7f7f7;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: unset;
  border-radius: 0px;
}
/*******************************
  AUTHOR BIO PAGE (CSB-727)
********************************/
.profile {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.profilediv {
  margin: 40px 55px !important;
  background-color: #d9d9d6;
  /*cool gray*/
  color: #202020;
  /*web black*/
  padding-bottom: 50px;
}
.authbio-left {
  min-width: 326px;
  min-height: 350px;
  max-width: 326px;
  max-height: auto;
  float: left;
}
.authbio-right {
  text-align: left;
  padding: 0px 60px;
}
.profile .profilephoto {
  display: flex;
  align-items: center;
  min-width: 326px;
  min-height: 350px;
  max-width: 326px;
  max-height: auto;
  float: left;
  padding: 60px 60px 40px 60px;
}
.profile p {
  font-size: 1rem;
}
.profile-name {
  font-size: 2.5rem !important;
  color: #002f6c;
  padding-top: 60px;
  padding-bottom: 0px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  overflow-wrap: break-word;
}
.profile-title {
  font-size: 1.25rem !important;
  color: #002f6c;
  padding-bottom: 5px;
  line-height: 1.2;
}
.profile-phone {
  font-size: 0.875rem !important;
  padding-bottom: 5px;
  color: #7da1c4;
  line-height: 1.2;
}
.profile-email {
  font-size: 0.875rem !important;
  color: #7da1c4;
  padding-bottom: 5px;
  line-height: 1.2;
}
.profile-homepage {
  font-size: 0.875rem !important;
  color: #7da1c4;
  padding-bottom: 5px;
  line-height: 1.2;
}
@media (max-width: 767.8px) {
  .profile {
    padding-top: 0px !important;
  }
  .profile .profilephoto {
    display: block;
    width: 100%;
    min-width: 100%;
    vertical-align: center;
  }
  .authbio-left {
    float: none;
    display: block;
    min-width: 100%;
  }
}
@media (max-width: 550px) {
  .profilediv {
    margin: 0 !important;
    padding: 0;
    background-color: #ffffff;
  }
  .profile .profilephoto {
    padding: 40px;
  }
}
/*******************************
  GENERIC BUTTON ALIGNMENT
********************************/
.alignleft {
  text-align: left;
}
.center {
  text-align: center;
}
.alignright {
  text-align: right;
}
/*******************************
  MEDIA QUERIES
********************************/
@media (max-width: 440px) {
  .searchfield .input-group {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .searchfield .input-group {
    width: 70%;
  }
}
@media (max-width: 767.8px) {
  .breadcrumb {
    display: none;
  }
  .zip-top {
    text-align: center;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (min-width: 576px) {
  .event-entry {
    padding: 1em 0;
    margin: 0 4em;
  }
  .more-events-button {
    padding: 1em 0 0 0;
  }
  .footer-container {
    font-size: 0.75rem;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-image {
    background: #ffffff url("") no-repeat right top;
    background-size: cover;
  }
  .hero-image .hero-text {
    background: none;
    top: calc(50% - 70px);
  }
  .segmentselection .hero-image .hero-text {
    top: calc(50% - 200px);
  }
  h1 {
    font-size: 4rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .promo-tile {
    /*padding: 3em;*/
  }
}
@media (max-width: 991.8px) {
  .hero-image {
    background: none;
  }
  /*hides character on segment pages*/
  .character {
    display: none;
  }
  /*hides character on router page*/
  .hero-text {
    position: static;
  }
  .hero-text h1 {
    font-size: 3rem;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .promo-large {
    padding: 0;
  }
  .promo-large-copy {
    padding: 0 2em;
  }
  .nav-icons .search-icon {
    cursor: pointer;
  }
  .hero-image .character {
    left: calc(50% - 200px);
    display: block;
  }
  .hero-image .hero-text {
    width: auto;
    right: calc(50% + 50px);
    padding-right: 30%;
  }
}
#settingsModal h1 {
  font-size: 3rem !important;
}
#settingsModal .btn-secondary {
  text-align: left;
}
#settingsModal .dropdown-menu {
  text-align: left;
}
#settingsModal .modal-header {
  border: none;
  padding: 0;
}
#settingsModal .modal-header .close {
  font-size: 1.875rem;
  position: absolute;
  right: 20px;
  z-index: 100;
  top: 20px;
}
#settingsModal .modal-body {
  padding: 40px;
}
@media (min-width: 992px) {
  #settingsModal .modal-dialog {
    max-width: 600px;
  }
}
@media (max-width: 767.8px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.8px) {
  .hidden-sm {
    display: none !important;
  }
}
span.underline {
  text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*******************************
  STICKY TOP NAVIGATION
********************************/
.stickyheader {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  /* The sticky class is added to the navbar with JS when it reaches its scroll position (tablets and above)*/
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: white;
  }
  /*.breadcrumb {
		  margin-top: 113px;
		}*/
}
/*@media (max-width: 991px) {
	.breadcrumb {
		margin-top: 150px;
	}
}*/
@media (max-width: 767.8px) {
  .sticky {
    position: inherit !important;
  }
}
@media print {
  .stickyheader {
    position: relative;
  }
  .footerpar {
    display: none;
  }
}
.sitemap .sitemap-wrap {
  padding: 24px;
}
.sitemap .sitemap-wrap h2 {
  margin: 0 0 24px 0;
}
.sitemap .sitemap-wrap .link a {
  color: #202020;
  display: inline-block;
  padding: 12px 0;
  line-height: 1.2;
}
.sitemap .sitemap-wrap .link a:hover {
  color: #1259c3;
}
.sitemap .sitemap-wrap .linkcontainer {
  margin: 0;
}
.sitemap .sitemap-wrap .level-0 > .link {
  display: none;
}
.sitemap .sitemap-wrap .level-1 > .link {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.25;
  padding: 16px 0 0;
  margin: 0 0 16px 0;
  border-top: solid #b1b3b3 1px;
}
.sitemap .sitemap-wrap .level-1 > .linkcontainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 16px;
}
@media (max-width: 767.8px) {
  .sitemap .sitemap-wrap .level-1 > .linkcontainer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.8px) {
  .sitemap .sitemap-wrap .level-1 > .linkcontainer > div {
    min-width: 45%;
  }
}
.sitemap .sitemap-wrap .level-2 {
  margin: 0 0 24px 0;
  font-size: 1.125rem;
}
.sitemap .sitemap-wrap .level-4 > .link,
.sitemap .sitemap-wrap .level-5 > .link,
.sitemap .sitemap-wrap .level-6 > .link {
  margin: 0px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.navigationheader {
  position: relative;
  background-color: #ffffff;
  max-height: 100vh;
}
.navigationheader #navheader-mobile {
  display: none;
}
@media (max-width: 991.8px) {
  .navigationheader #navheader-mobile {
    display: block;
    height: 75px;
  }
  .navigationheader #navheader-desktop {
    display: none;
  }
}
.header-container {
  background: unset;
  background-color: #ffffff;
}
@media (max-width: 991.8px) {
  .header-container {
    border-bottom: 1px solid #d9d9d6;
    z-index: 60;
  }
}
.logo-wrap {
  position: relative;
  top: 24px;
  left: 18px;
  display: inline-block;
}
@media (max-width: 991.8px) {
  .logo-wrap {
    left: 0;
    top: 15px;
  }
}
#logo-desktop,
#logo-mobile {
  width: 130px;
  height: 42px;
}
.nav-icons {
  position: absolute;
  top: 5px;
  right: 0px;
}
.nav-icons > a {
  position: relative;
  text-decoration: none;
}
@media (max-width: 991.8px) {
  .nav-icons > a {
    top: 0;
  }
}
.nav-icons img {
  padding: 0 1em 0 0;
  height: 32px;
}
@media (max-width: 991.8px) {
  .nav-icons img {
    padding: 0 1em;
  }
}
@media (max-width: 991.8px) {
  .nav-icons {
    position: relative;
    top: unset;
    right: unset;
  }
}
.nav-segments {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
  height: 48px;
  display: flex;
  justify-content: center;
}
.nav-segments .top-nav-button {
  color: #000000;
  padding: 0 1em;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav-segments .top-nav-button:hover {
  text-decoration: none;
  color: #000000;
}
.nav-segments .top-nav-button.active {
  padding: 0 2em;
  background: #e4e5e4;
}
.nav-segments.row:before {
  min-width: unset;
  flex-grow: unset;
}
@media (max-width: 991.8px) {
  .nav-segments.row:before {
    min-width: 200px;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-navigation {
  background-color: #e4e5e4;
  min-height: 48px;
  padding: 8px 0 0 0;
  border-bottom: unset;
  z-index: 55;
}
@media (max-width: 991.8px) {
  .main-navigation {
    min-height: 0px;
    padding: 0 0 0 0;
    background-color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
}
.main-navigation .navbar-collapse {
  padding: 0;
  margin: 0;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.main-navigation .navbar-collapse :before {
  min-width: unset;
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse {
    /* DESKTOP ONLY*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-navigation > .container,
.main-navigation > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .main-navigation > .container,
  .main-navigation > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.main-navigation .top-child-nav {
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.8px) {
  .main-navigation .top-child-nav {
    background-color: #ffffff;
    z-index: 100;
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
    list-style: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991.8px) {
  .main-navigation .top-child-nav .top-child-nav-item {
    margin: 0 0 10px;
  }
}
.main-navigation .top-child-nav .top-child-nav-item > .top-nav-button {
  display: none;
  background-color: #e4e5e4;
  color: #000000;
}
@media (max-width: 991.8px) {
  .main-navigation .top-child-nav .top-child-nav-item > .top-nav-button {
    display: block;
    padding: 12px 32px;
    font-size: 1rem;
  }
}
@media (max-width: 991.8px) {
  .main-navigation .top-child-nav .top-child-nav-item > .top-nav-button.active {
    background-color: #002f6c;
    color: #ffffff;
  }
}
.main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (max-width: 991.8px) {
  .main-navigation .navbar-nav {
    padding: 0 4%;
    flex-direction: column;
  }
}
.main-navigation .navbar-nav .nav-item {
  padding: 0.5rem 1rem;
}
@media (max-width: 991.8px) {
  .main-navigation .navbar-nav .nav-item {
    padding: 12px 20px;
  }
}
.main-navigation .navbar-nav .nav-item > .nav-link,
.main-navigation .navbar-nav .nav-item > span {
  color: #000000;
  font-size: 1rem;
  min-width: 150px;
  padding: 0 2px 2px;
}
.main-navigation .navbar-nav .nav-item > .nav-link:after,
.main-navigation .navbar-nav .nav-item > span:after {
  display: none;
}
.main-navigation .navbar-nav > .nav-item {
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  min-height: 40px;
}
@media (max-width: 991.8px) {
  .main-navigation .navbar-nav > .nav-item {
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #d9d9d6;
  }
}
.main-navigation .navbar-nav > .nav-item > .nav-link,
.main-navigation .navbar-nav > .nav-item > span {
  text-align: center;
  width: 100px;
  line-height: 1rem;
}
@media (max-width: 991.8px) {
  .main-navigation .navbar-nav > .nav-item > .nav-link,
  .main-navigation .navbar-nav > .nav-item > span {
    text-align: left;
    width: unset;
    padding: 0;
  }
  .main-navigation .navbar-nav > .nav-item > .nav-link:before,
  .main-navigation .navbar-nav > .nav-item > span:before {
    content: '+';
    float: left;
    width: 20px;
  }
  .main-navigation .navbar-nav > .nav-item > .nav-link.show:before,
  .main-navigation .navbar-nav > .nav-item > span.show:before {
    content: '-';
    float: left;
    width: 20px;
  }
}
@media (min-width: 992px) {
  .main-navigation .navbar-nav > .nav-item.dropdown {
    /* DESKTOP ONLY*/
    position: static;
  }
  .main-navigation .navbar-nav > .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
.main-navigation .dropdown-menu {
  /* dropdown-menu is pulling in a global dropdown-menu styles*/
  position: static;
  float: none;
  border: none;
  background-color: #f7f7f7;
  width: 100%;
  margin-bottom: 10px;
  z-index: 10000;
  text-align: center;
  top: 100%;
}
@media (min-width: 992px) {
  .main-navigation .dropdown-menu {
    /* DESKTOP ONLY*/
    position: absolute;
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    min-height: 500px;
  }
  .main-navigation .dropdown-menu:hover {
    display: block !important;
  }
  .main-navigation .dropdown-menu .menu-container {
    max-width: 960px;
    margin: 0 auto;
  }
  .main-navigation .dropdown-menu .sub-heading {
    text-align: left;
    display: block;
    padding: 0.1rem;
    color: #002f6c;
  }
}
.main-navigation .dropdown-menu div[class*='col'] {
  margin-bottom: 1rem;
}
.main-navigation .dropdown-menu .sub-heading {
  padding: 0.1rem;
}
.main-navigation .dropdown-menu .sub-heading,
.main-navigation .dropdown-menu .sub-heading > a {
  text-align: left;
  display: block;
  font-size: 1.0625rem;
  color: #002f6c;
}
.main-navigation .dropdown-menu .sub-heading > a {
  padding: 0.1rem 0;
}
.main-navigation .dropdown-menu ul.nav {
  font-size: 1.0625rem;
  text-align: left;
}
@media (max-width: 991.8px) {
  .main-navigation .dropdown-menu ul.nav {
    margin-bottom: 0;
  }
}
.main-navigation .dropdown-menu ul.nav .nav-item {
  padding: 0.1rem;
  border-bottom: 1px solid #d9d9d6;
}
.main-navigation .dropdown-menu ul.nav .nav-item .nav-link {
  padding: 0.5rem 0;
}
.main-navigation .dropdown-menu .menu-container {
  padding: 20px;
}
.main-navigation .dropdown-menu .compare-btn {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 0.875rem;
  padding: 3px 15px;
}
@media (max-width: 991.8px) {
  .main-navigation .dropdown-menu.menu-panel.show {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .main-navigation .navbar-nav > .nav-item:hover,
  .main-navigation .navbar-nav .dropdown-menu {
    /* DESKTOP ONLY*/
    background: #f7f7f7;
  }
}
.mobile-nav-icons {
  display: none;
  padding: 3px 0 5px 0;
  border-top: unset;
  border-bottom: 1px solid #d9d9d6;
}
@media (max-width: 991.8px) {
  .mobile-nav-icons {
    display: block;
  }
}
.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
#menu-icon {
  right: unset;
  left: 10px;
  top: 15px;
  color: #000;
  padding: 0;
  position: absolute;
  cursor: pointer;
  border: 1px transparent solid;
}
.menu-icon {
  height: 48px;
  width: 48px;
  margin: auto;
  position: relative;
  border: 5px solid transparent;
}
.menu-icon .bar {
  display: block;
  height: 4px;
  background-color: #000;
  width: 100%;
  position: absolute;
  border-radius: 4px;
}
.menu-icon .bar:nth-of-type(1) {
  top: 0px;
  -moz-transition: top 0.2s ease 0.2s, -moz-transform 0.2s ease-out 0.1s;
  -o-transition: top 0.2s ease 0.2s, -o-transform 0.2s ease-out 0.1s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0.2s, 0.1s;
  transition: top 0.2s ease 0.2s, transform 0.2s ease-out 0.1s;
}
.menu-icon .bar:nth-of-type(2) {
  top: 10px;
  -moz-transition: ease 0.2s 0.2s;
  -o-transition: ease 0.2s 0.2s;
  -webkit-transition: ease 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: ease 0.2s 0.2s;
}
.menu-icon .bar:nth-of-type(3) {
  top: 20px;
  -moz-transition: ease 0.2s 0.2s;
  -o-transition: ease 0.2s 0.2s;
  -webkit-transition: ease 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: ease 0.2s 0.2s;
}
.menu-icon .bar:nth-of-type(4) {
  top: 30px;
  -moz-transition: top 0.2s ease 0.2s, -moz-transform 0.2s ease-out 0.1s;
  -o-transition: top 0.2s ease 0.2s, -o-transform 0.2s ease-out 0.1s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0.2s, 0.1s;
  transition: top 0.2s ease 0.2s, transform 0.2s ease-out 0.1s;
}
.menu-opened .menu-icon .bar:nth-of-type(1) {
  top: 15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: top 0.2s ease 0.1s, -moz-transform 0.2s ease-out 0.3s;
  -o-transition: top 0.2s ease 0.1s, -o-transform 0.2s ease-out 0.3s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0.1s, 0.3s;
  transition: top 0.2s ease 0.1s, transform 0.2s ease-out 0.3s;
}
.menu-opened .menu-icon .bar:nth-of-type(2),
.menu-opened .menu-icon .bar:nth-of-type(3) {
  opacity: 0;
  top: 15px;
}
.menu-opened .menu-icon .bar:nth-of-type(4) {
  top: 15px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: top 0.2s ease 0.1s, -moz-transform 0.2s ease-out 0.3s;
  -o-transition: top 0.2s ease 0.1s, -o-transform 0.2s ease-out 0.3s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0.1s, 0.3s;
  transition: top 0.2s ease 0.1s, transform 0.2s ease-out 0.3s;
}
.login-button-wrap {
  z-index: 100;
  position: absolute;
  right: 0;
  width: 100px;
  overflow-x: hidden;
  transform: translateY(-48px);
}
.login-button-wrap:active,
.login-button-wrap:visited,
.login-button-wrap:target {
  border: none;
  outline: none;
}
@media (max-width: 991.8px) {
  .login-button-wrap {
    width: 80px;
    transform: translateY(16px);
    right: 10px;
    top: 0;
  }
}
@media (max-width: 578px) {
  .login-button-wrap {
    width: 55px;
    right: 0px;
  }
}
button.login-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  background-color: #9e2a2b;
  width: 100%;
  animation: loginfadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  height: 48px;
  border: none;
}
button.login-button:focus {
  outline: none;
}
button.login-button:focus-visible {
  outline: 5px auto #0a64eb;
  outline-offset: -3px;
  box-shadow: none;
}
button.login-button:active,
button.login-button:visited,
button.login-button:target {
  border: none;
  outline: none;
}
button.login-button > span {
  color: #fff;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
button.login-button .login-button-close {
  display: none;
  color: #9e2a2b;
}
button.login-button.login-modal-opened {
  background-color: #e4e5e4;
  transform: translate(50%);
}
button.login-button.login-modal-opened > span.login-button-open {
  display: none;
}
button.login-button.login-modal-opened > span.login-button-close {
  display: flex;
}
@keyframes loginfadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate(40%);
    transform: translate(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
}
.navigationheader-print {
  display: none;
}
.navigationheader-print div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
}
.navigationheader-print #logo-print {
  width: 130px;
  position: relative;
}
@media print {
  .navigationheader-default {
    display: none;
  }
  .navigationheader-print {
    display: block;
  }
}

/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
/**
  This is a shared .less file that was created in order to consolidate styles
  for the Tagged Article List and the Insights Block Components which share
  very similar layout, functionality and styles. This was an effort to make
  the styles exist in a central place. The two components which use these styles
  are located by the following paths:
  ----------------------------------
  Tagged Article List
  /apps/comerica/components/content/fullwidth/taggedarticlelist
  ----------------------------------
  Insights Block
  /apps/comerica/components/content/fullwidth/insightsblock
 */
.learn-article-title {
  font-family: 'Trade Gothic Next LT W01 Bold', arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #000000;
}
.article-learn-more {
  font-family: 'Trade Gothic Next LT W01 Light', Arial, sans-serif;
  font-size: 1.125rem;
  padding: 0 4em 0 0;
}
.learn-container h2 {
  color: #000000;
  font-size: 1.875rem;
}
.learn-article {
  padding: 0 2em;
}
.learn-article-middle {
  border-left: 2px dotted #b1b3b3;
  border-right: 2px dotted #b1b3b3;
  padding-top: inherit;
  margin-bottom: inherit;
}
.learn-article a {
  text-decoration: none;
  color: inherit;
}
.learn-article img {
  padding: 0 0 1em 0;
}
.article-lede:nth-of-type(even) {
  color: #000000;
}
.article-learn-more {
  color: #4f758b;
  font-family: 'Trade Gothic Next LT W01 Bd Cn';
  text-decoration: underline;
}
.more-articles {
  padding: 4em 0;
}
/*******************************
INSIGHTS BLOCK SPECIFIC
********************************/
.insightsblock .insightsblock-title {
  padding: 2em 0;
}
.learn-article-list {
  border-bottom: 1px solid #d9d9d6;
  padding: 40px 0px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .learn-article {
    padding-bottom: 20px;
  }
  .learn-article h4 {
    margin-top: -10px;
  }
  .learn-article-list {
    margin: auto 30px;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Color Style Loops */
/* ------------------------------------------------------------------------- */
.primarycomericablue-lbl,
.primarycomericablue-title,
.primarycomericablue-txt,
.primarycomericablue-zipmsg {
  color: #002f6c;
}
.primaryblack-lbl,
.primaryblack-title,
.primaryblack-txt,
.primaryblack-zipmsg {
  color: #000000;
}
.primarywhite-lbl,
.primarywhite-title,
.primarywhite-txt,
.primarywhite-zipmsg {
  color: #ffffff;
}
.primarylightblue-lbl,
.primarylightblue-title,
.primarylightblue-txt,
.primarylightblue-zipmsg {
  color: #9adbe8;
}
.primarymediumblue-lbl,
.primarymediumblue-title,
.primarymediumblue-txt,
.primarymediumblue-zipmsg {
  color: #3e87cb;
}
.primarycoolgray1-lbl,
.primarycoolgray1-title,
.primarycoolgray1-txt,
.primarycoolgray1-zipmsg {
  color: #d9d9d6;
}
.primarycoolgray5-lbl,
.primarycoolgray5-title,
.primarycoolgray5-txt,
.primarycoolgray5-zipmsg {
  color: #b1b3b3;
}
.primarycoolgray8-lbl,
.primarycoolgray8-title,
.primarycoolgray8-txt,
.primarycoolgray8-zipmsg {
  color: #888b8d;
}
.primarycoolgray10-lbl,
.primarycoolgray10-title,
.primarycoolgray10-txt,
.primarycoolgray10-zipmsg {
  color: #63666a;
}
.primarycoolgray11-lbl,
.primarycoolgray11-title,
.primarycoolgray11-txt,
.primarycoolgray11-zipmsg {
  color: #53565a;
}
.secondaryelectricblue-lbl,
.secondaryelectricblue-title,
.secondaryelectricblue-txt,
.secondaryelectricblue-zipmsg {
  color: #7da1c4;
}
.secondarymetallicblue-lbl,
.secondarymetallicblue-title,
.secondarymetallicblue-txt,
.secondarymetallicblue-zipmsg {
  color: #4f758b;
}
.secondarydarkblue-lbl,
.secondarydarkblue-title,
.secondarydarkblue-txt,
.secondarydarkblue-zipmsg {
  color: #1f2a44;
}
.secondarygold-lbl,
.secondarygold-title,
.secondarygold-txt,
.secondarygold-zipmsg {
  color: #c5b783;
}
.secondarydeepgold-lbl,
.secondarydeepgold-title,
.secondarydeepgold-txt,
.secondarydeepgold-zipmsg {
  color: #a07400;
}
.secondarymetallicgreen-lbl,
.secondarymetallicgreen-title,
.secondarymetallicgreen-txt,
.secondarymetallicgreen-zipmsg {
  color: #1b806d;
}
.secondaryblacktype-lbl,
.secondaryblacktype-title,
.secondaryblacktype-txt,
.secondaryblacktype-zipmsg {
  color: #202020;
}
.secondarycoolgray2-lbl,
.secondarycoolgray2-title,
.secondarycoolgray2-txt,
.secondarycoolgray2-zipmsg {
  color: #d0d0ce;
}
.secondarycoolgray3-lbl,
.secondarycoolgray3-title,
.secondarycoolgray3-txt,
.secondarycoolgray3-zipmsg {
  color: #c8c9c7;
}
.secondarycoolgray4-lbl,
.secondarycoolgray4-title,
.secondarycoolgray4-txt,
.secondarycoolgray4-zipmsg {
  color: #bbbcbc;
}
.primarycoolgray1-25-lbl,
.primarycoolgray1-25-title,
.primarycoolgray1-25-txt,
.primarycoolgray1-25-zipmsg {
  color: #f7f7f7;
}
.primarycoolgray1-85-lbl,
.primarycoolgray1-85-title,
.primarycoolgray1-85-txt,
.primarycoolgray1-85-zipmsg {
  color: #e4e5e4;
}
.tertiarydarkgreen-lbl,
.tertiarydarkgreen-title,
.tertiarydarkgreen-txt,
.tertiarydarkgreen-zipmsg {
  color: #115740;
}
.tertiarylightgreen-lbl,
.tertiarylightgreen-title,
.tertiarylightgreen-txt,
.tertiarylightgreen-zipmsg {
  color: #50a684;
}
.tertiarydarkblue-lbl,
.tertiarydarkblue-title,
.tertiarydarkblue-txt,
.tertiarydarkblue-zipmsg {
  color: #2069ad;
}
.tertiarylightblue-lbl,
.tertiarylightblue-title,
.tertiarylightblue-txt,
.tertiarylightblue-zipmsg {
  color: #48a5e9;
}
.tertiarymediumgold-lbl,
.tertiarymediumgold-title,
.tertiarymediumgold-txt,
.tertiarymediumgold-zipmsg {
  color: #d29f13;
}
.tertiaryburgundy-lbl,
.tertiaryburgundy-title,
.tertiaryburgundy-txt,
.tertiaryburgundy-zipmsg {
  color: #9e2a2b;
}
.tertiarymetallicred-lbl,
.tertiarymetallicred-title,
.tertiarymetallicred-txt,
.tertiarymetallicred-zipmsg {
  color: #893c47;
}
.tertiarymetallicpurple-lbl,
.tertiarymetallicpurple-title,
.tertiarymetallicpurple-txt,
.tertiarymetallicpurple-zipmsg {
  color: #614b79;
}
.primarycomericablue-bg.flex-container-header,
.primarycomericablue-bg.flexbox,
.primarycomericablue-bg {
  background-color: #002f6c;
}
.primaryblack-bg.flex-container-header,
.primaryblack-bg.flexbox,
.primaryblack-bg {
  background-color: #000000;
}
.primarywhite-bg.flex-container-header,
.primarywhite-bg.flexbox,
.primarywhite-bg {
  background-color: #ffffff;
}
.primarylightblue-bg.flex-container-header,
.primarylightblue-bg.flexbox,
.primarylightblue-bg {
  background-color: #9adbe8;
}
.primarymediumblue-bg.flex-container-header,
.primarymediumblue-bg.flexbox,
.primarymediumblue-bg {
  background-color: #3e87cb;
}
.primarycoolgray1-bg.flex-container-header,
.primarycoolgray1-bg.flexbox,
.primarycoolgray1-bg {
  background-color: #d9d9d6;
}
.primarycoolgray5-bg.flex-container-header,
.primarycoolgray5-bg.flexbox,
.primarycoolgray5-bg {
  background-color: #b1b3b3;
}
.primarycoolgray8-bg.flex-container-header,
.primarycoolgray8-bg.flexbox,
.primarycoolgray8-bg {
  background-color: #888b8d;
}
.primarycoolgray10-bg.flex-container-header,
.primarycoolgray10-bg.flexbox,
.primarycoolgray10-bg {
  background-color: #63666a;
}
.primarycoolgray11-bg.flex-container-header,
.primarycoolgray11-bg.flexbox,
.primarycoolgray11-bg {
  background-color: #53565a;
}
.secondaryelectricblue-bg.flex-container-header,
.secondaryelectricblue-bg.flexbox,
.secondaryelectricblue-bg {
  background-color: #7da1c4;
}
.secondarymetallicblue-bg.flex-container-header,
.secondarymetallicblue-bg.flexbox,
.secondarymetallicblue-bg {
  background-color: #4f758b;
}
.secondarydarkblue-bg.flex-container-header,
.secondarydarkblue-bg.flexbox,
.secondarydarkblue-bg {
  background-color: #1f2a44;
}
.secondarygold-bg.flex-container-header,
.secondarygold-bg.flexbox,
.secondarygold-bg {
  background-color: #c5b783;
}
.secondarydeepgold-bg.flex-container-header,
.secondarydeepgold-bg.flexbox,
.secondarydeepgold-bg {
  background-color: #a07400;
}
.secondarymetallicgreen-bg.flex-container-header,
.secondarymetallicgreen-bg.flexbox,
.secondarymetallicgreen-bg {
  background-color: #1b806d;
}
.secondaryblacktype-bg.flex-container-header,
.secondaryblacktype-bg.flexbox,
.secondaryblacktype-bg {
  background-color: #202020;
}
.secondarycoolgray2-bg.flex-container-header,
.secondarycoolgray2-bg.flexbox,
.secondarycoolgray2-bg {
  background-color: #d0d0ce;
}
.secondarycoolgray3-bg.flex-container-header,
.secondarycoolgray3-bg.flexbox,
.secondarycoolgray3-bg {
  background-color: #c8c9c7;
}
.secondarycoolgray4-bg.flex-container-header,
.secondarycoolgray4-bg.flexbox,
.secondarycoolgray4-bg {
  background-color: #bbbcbc;
}
.primarycoolgray1-25-bg.flex-container-header,
.primarycoolgray1-25-bg.flexbox,
.primarycoolgray1-25-bg {
  background-color: #f7f7f7;
}
.primarycoolgray1-85-bg.flex-container-header,
.primarycoolgray1-85-bg.flexbox,
.primarycoolgray1-85-bg {
  background-color: #e4e5e4;
}
.tertiarydarkgreen-bg.flex-container-header,
.tertiarydarkgreen-bg.flexbox,
.tertiarydarkgreen-bg {
  background-color: #115740;
}
.tertiarylightgreen-bg.flex-container-header,
.tertiarylightgreen-bg.flexbox,
.tertiarylightgreen-bg {
  background-color: #50a684;
}
.tertiarydarkblue-bg.flex-container-header,
.tertiarydarkblue-bg.flexbox,
.tertiarydarkblue-bg {
  background-color: #2069ad;
}
.tertiarylightblue-bg.flex-container-header,
.tertiarylightblue-bg.flexbox,
.tertiarylightblue-bg {
  background-color: #48a5e9;
}
.tertiarymediumgold-bg.flex-container-header,
.tertiarymediumgold-bg.flexbox,
.tertiarymediumgold-bg {
  background-color: #d29f13;
}
.tertiaryburgundy-bg.flex-container-header,
.tertiaryburgundy-bg.flexbox,
.tertiaryburgundy-bg {
  background-color: #9e2a2b;
}
.tertiarymetallicred-bg.flex-container-header,
.tertiarymetallicred-bg.flexbox,
.tertiarymetallicred-bg {
  background-color: #893c47;
}
.tertiarymetallicpurple-bg.flex-container-header,
.tertiarymetallicpurple-bg.flexbox,
.tertiarymetallicpurple-bg {
  background-color: #614b79;
}
.primarycomericablue-brdr.flex-container-header,
.primarycomericablue-brdr.flexbox,
.primarycomericablue-brdr {
  border-color: #002f6c;
}
.primaryblack-brdr.flex-container-header,
.primaryblack-brdr.flexbox,
.primaryblack-brdr {
  border-color: #000000;
}
.primarywhite-brdr.flex-container-header,
.primarywhite-brdr.flexbox,
.primarywhite-brdr {
  border-color: #ffffff;
}
.primarylightblue-brdr.flex-container-header,
.primarylightblue-brdr.flexbox,
.primarylightblue-brdr {
  border-color: #9adbe8;
}
.primarymediumblue-brdr.flex-container-header,
.primarymediumblue-brdr.flexbox,
.primarymediumblue-brdr {
  border-color: #3e87cb;
}
.primarycoolgray1-brdr.flex-container-header,
.primarycoolgray1-brdr.flexbox,
.primarycoolgray1-brdr {
  border-color: #d9d9d6;
}
.primarycoolgray5-brdr.flex-container-header,
.primarycoolgray5-brdr.flexbox,
.primarycoolgray5-brdr {
  border-color: #b1b3b3;
}
.primarycoolgray8-brdr.flex-container-header,
.primarycoolgray8-brdr.flexbox,
.primarycoolgray8-brdr {
  border-color: #888b8d;
}
.primarycoolgray10-brdr.flex-container-header,
.primarycoolgray10-brdr.flexbox,
.primarycoolgray10-brdr {
  border-color: #63666a;
}
.primarycoolgray11-brdr.flex-container-header,
.primarycoolgray11-brdr.flexbox,
.primarycoolgray11-brdr {
  border-color: #53565a;
}
.secondaryelectricblue-brdr.flex-container-header,
.secondaryelectricblue-brdr.flexbox,
.secondaryelectricblue-brdr {
  border-color: #7da1c4;
}
.secondarymetallicblue-brdr.flex-container-header,
.secondarymetallicblue-brdr.flexbox,
.secondarymetallicblue-brdr {
  border-color: #4f758b;
}
.secondarydarkblue-brdr.flex-container-header,
.secondarydarkblue-brdr.flexbox,
.secondarydarkblue-brdr {
  border-color: #1f2a44;
}
.secondarygold-brdr.flex-container-header,
.secondarygold-brdr.flexbox,
.secondarygold-brdr {
  border-color: #c5b783;
}
.secondarydeepgold-brdr.flex-container-header,
.secondarydeepgold-brdr.flexbox,
.secondarydeepgold-brdr {
  border-color: #a07400;
}
.secondarymetallicgreen-brdr.flex-container-header,
.secondarymetallicgreen-brdr.flexbox,
.secondarymetallicgreen-brdr {
  border-color: #1b806d;
}
.secondaryblacktype-brdr.flex-container-header,
.secondaryblacktype-brdr.flexbox,
.secondaryblacktype-brdr {
  border-color: #202020;
}
.secondarycoolgray2-brdr.flex-container-header,
.secondarycoolgray2-brdr.flexbox,
.secondarycoolgray2-brdr {
  border-color: #d0d0ce;
}
.secondarycoolgray3-brdr.flex-container-header,
.secondarycoolgray3-brdr.flexbox,
.secondarycoolgray3-brdr {
  border-color: #c8c9c7;
}
.secondarycoolgray4-brdr.flex-container-header,
.secondarycoolgray4-brdr.flexbox,
.secondarycoolgray4-brdr {
  border-color: #bbbcbc;
}
.primarycoolgray1-25-brdr.flex-container-header,
.primarycoolgray1-25-brdr.flexbox,
.primarycoolgray1-25-brdr {
  border-color: #f7f7f7;
}
.primarycoolgray1-85-brdr.flex-container-header,
.primarycoolgray1-85-brdr.flexbox,
.primarycoolgray1-85-brdr {
  border-color: #e4e5e4;
}
.tertiarydarkgreen-brdr.flex-container-header,
.tertiarydarkgreen-brdr.flexbox,
.tertiarydarkgreen-brdr {
  border-color: #115740;
}
.tertiarylightgreen-brdr.flex-container-header,
.tertiarylightgreen-brdr.flexbox,
.tertiarylightgreen-brdr {
  border-color: #50a684;
}
.tertiarydarkblue-brdr.flex-container-header,
.tertiarydarkblue-brdr.flexbox,
.tertiarydarkblue-brdr {
  border-color: #2069ad;
}
.tertiarylightblue-brdr.flex-container-header,
.tertiarylightblue-brdr.flexbox,
.tertiarylightblue-brdr {
  border-color: #48a5e9;
}
.tertiarymediumgold-brdr.flex-container-header,
.tertiarymediumgold-brdr.flexbox,
.tertiarymediumgold-brdr {
  border-color: #d29f13;
}
.tertiaryburgundy-brdr.flex-container-header,
.tertiaryburgundy-brdr.flexbox,
.tertiaryburgundy-brdr {
  border-color: #9e2a2b;
}
.tertiarymetallicred-brdr.flex-container-header,
.tertiarymetallicred-brdr.flexbox,
.tertiarymetallicred-brdr {
  border-color: #893c47;
}
.tertiarymetallicpurple-brdr.flex-container-header,
.tertiarymetallicpurple-brdr.flexbox,
.tertiarymetallicpurple-brdr {
  border-color: #614b79;
}
.primarycomericablue-txt a:link:not(.btn *, .btn),
.primarycomericablue-txt a:visited:not(.btn *, .btn),
a:link .primarycomericablue-txt:not(.btn *, .btn),
a:visited .primarycomericablue-txt:not(.btn *, .btn) {
  color: #002f6c;
  text-decoration: underline;
}
.primaryblack-txt a:link:not(.btn *, .btn),
.primaryblack-txt a:visited:not(.btn *, .btn),
a:link .primaryblack-txt:not(.btn *, .btn),
a:visited .primaryblack-txt:not(.btn *, .btn) {
  color: #000000;
  text-decoration: underline;
}
.primarywhite-txt a:link:not(.btn *, .btn),
.primarywhite-txt a:visited:not(.btn *, .btn),
a:link .primarywhite-txt:not(.btn *, .btn),
a:visited .primarywhite-txt:not(.btn *, .btn) {
  color: #ffffff;
  text-decoration: underline;
}
.primarylightblue-txt a:link:not(.btn *, .btn),
.primarylightblue-txt a:visited:not(.btn *, .btn),
a:link .primarylightblue-txt:not(.btn *, .btn),
a:visited .primarylightblue-txt:not(.btn *, .btn) {
  color: #9adbe8;
  text-decoration: underline;
}
.primarymediumblue-txt a:link:not(.btn *, .btn),
.primarymediumblue-txt a:visited:not(.btn *, .btn),
a:link .primarymediumblue-txt:not(.btn *, .btn),
a:visited .primarymediumblue-txt:not(.btn *, .btn) {
  color: #3e87cb;
  text-decoration: underline;
}
.primarycoolgray1-txt a:link:not(.btn *, .btn),
.primarycoolgray1-txt a:visited:not(.btn *, .btn),
a:link .primarycoolgray1-txt:not(.btn *, .btn),
a:visited .primarycoolgray1-txt:not(.btn *, .btn) {
  color: #d9d9d6;
  text-decoration: underline;
}
.primarycoolgray5-txt a:link:not(.btn *, .btn),
.primarycoolgray5-txt a:visited:not(.btn *, .btn),
a:link .primarycoolgray5-txt:not(.btn *, .btn),
a:visited .primarycoolgray5-txt:not(.btn *, .btn) {
  color: #b1b3b3;
  text-decoration: underline;
}
.primarycoolgray8-txt a:link:not(.btn *, .btn),
.primarycoolgray8-txt a:visited:not(.btn *, .btn),
a:link .primarycoolgray8-txt:not(.btn *, .btn),
a:visited .primarycoolgray8-txt:not(.btn *, .btn) {
  color: #888b8d;
  text-decoration: underline;
}
.primarycoolgray10-txt a:link:not(.btn *, .btn),
.primarycoolgray10-txt a:visited:not(.btn *, .btn),
a:link .primarycoolgray10-txt:not(.btn *, .btn),
a:visited .primarycoolgray10-txt:not(.btn *, .btn) {
  color: #63666a;
  text-decoration: underline;
}
.primarycoolgray11-txt a:link:not(.btn *, .btn),
.primarycoolgray11-txt a:visited:not(.btn *, .btn),
a:link .primarycoolgray11-txt:not(.btn *, .btn),
a:visited .primarycoolgray11-txt:not(.btn *, .btn) {
  color: #53565a;
  text-decoration: underline;
}
.secondaryelectricblue-txt a:link:not(.btn *, .btn),
.secondaryelectricblue-txt a:visited:not(.btn *, .btn),
a:link .secondaryelectricblue-txt:not(.btn *, .btn),
a:visited .secondaryelectricblue-txt:not(.btn *, .btn) {
  color: #7da1c4;
  text-decoration: underline;
}
.secondarymetallicblue-txt a:link:not(.btn *, .btn),
.secondarymetallicblue-txt a:visited:not(.btn *, .btn),
a:link .secondarymetallicblue-txt:not(.btn *, .btn),
a:visited .secondarymetallicblue-txt:not(.btn *, .btn) {
  color: #4f758b;
  text-decoration: underline;
}
.secondarydarkblue-txt a:link:not(.btn *, .btn),
.secondarydarkblue-txt a:visited:not(.btn *, .btn),
a:link .secondarydarkblue-txt:not(.btn *, .btn),
a:visited .secondarydarkblue-txt:not(.btn *, .btn) {
  color: #1f2a44;
  text-decoration: underline;
}
.secondarygold-txt a:link:not(.btn *, .btn),
.secondarygold-txt a:visited:not(.btn *, .btn),
a:link .secondarygold-txt:not(.btn *, .btn),
a:visited .secondarygold-txt:not(.btn *, .btn) {
  color: #c5b783;
  text-decoration: underline;
}
.secondarydeepgold-txt a:link:not(.btn *, .btn),
.secondarydeepgold-txt a:visited:not(.btn *, .btn),
a:link .secondarydeepgold-txt:not(.btn *, .btn),
a:visited .secondarydeepgold-txt:not(.btn *, .btn) {
  color: #a07400;
  text-decoration: underline;
}
.secondarymetallicgreen-txt a:link:not(.btn *, .btn),
.secondarymetallicgreen-txt a:visited:not(.btn *, .btn),
a:link .secondarymetallicgreen-txt:not(.btn *, .btn),
a:visited .secondarymetallicgreen-txt:not(.btn *, .btn) {
  color: #1b806d;
  text-decoration: underline;
}
.secondaryblacktype-txt a:link:not(.btn *, .btn),
.secondaryblacktype-txt a:visited:not(.btn *, .btn),
a:link .secondaryblacktype-txt:not(.btn *, .btn),
a:visited .secondaryblacktype-txt:not(.btn *, .btn) {
  color: #202020;
  text-decoration: underline;
}
.secondarycoolgray2-txt a:link:not(.btn *, .btn),
.secondarycoolgray2-txt a:visited:not(.btn *, .btn),
a:link .secondarycoolgray2-txt:not(.btn *, .btn),
a:visited .secondarycoolgray2-txt:not(.btn *, .btn) {
  color: #d0d0ce;
  text-decoration: underline;
}
.secondarycoolgray3-txt a:link:not(.btn *, .btn),
.secondarycoolgray3-txt a:visited:not(.btn *, .btn),
a:link .secondarycoolgray3-txt:not(.btn *, .btn),
a:visited .secondarycoolgray3-txt:not(.btn *, .btn) {
  color: #c8c9c7;
  text-decoration: underline;
}
.secondarycoolgray4-txt a:link:not(.btn *, .btn),
.secondarycoolgray4-txt a:visited:not(.btn *, .btn),
a:link .secondarycoolgray4-txt:not(.btn *, .btn),
a:visited .secondarycoolgray4-txt:not(.btn *, .btn) {
  color: #bbbcbc;
  text-decoration: underline;
}
.primarycoolgray1-25-txt a:link:not(.btn *, .btn),
.primarycoolgray1-25-txt a:visited:not(.btn *, .btn),
a:link .primarycoolgray1-25-txt:not(.btn *, .btn),
a:visited .primarycoolgray1-25-txt:not(.btn *, .btn) {
  color: #f7f7f7;
  text-decoration: underline;
}
.primarycoolgray1-85-txt a:link:not(.btn *, .btn),
.primarycoolgray1-85-txt a:visited:not(.btn *, .btn),
a:link .primarycoolgray1-85-txt:not(.btn *, .btn),
a:visited .primarycoolgray1-85-txt:not(.btn *, .btn) {
  color: #e4e5e4;
  text-decoration: underline;
}
.tertiarydarkgreen-txt a:link:not(.btn *, .btn),
.tertiarydarkgreen-txt a:visited:not(.btn *, .btn),
a:link .tertiarydarkgreen-txt:not(.btn *, .btn),
a:visited .tertiarydarkgreen-txt:not(.btn *, .btn) {
  color: #115740;
  text-decoration: underline;
}
.tertiarylightgreen-txt a:link:not(.btn *, .btn),
.tertiarylightgreen-txt a:visited:not(.btn *, .btn),
a:link .tertiarylightgreen-txt:not(.btn *, .btn),
a:visited .tertiarylightgreen-txt:not(.btn *, .btn) {
  color: #50a684;
  text-decoration: underline;
}
.tertiarydarkblue-txt a:link:not(.btn *, .btn),
.tertiarydarkblue-txt a:visited:not(.btn *, .btn),
a:link .tertiarydarkblue-txt:not(.btn *, .btn),
a:visited .tertiarydarkblue-txt:not(.btn *, .btn) {
  color: #2069ad;
  text-decoration: underline;
}
.tertiarylightblue-txt a:link:not(.btn *, .btn),
.tertiarylightblue-txt a:visited:not(.btn *, .btn),
a:link .tertiarylightblue-txt:not(.btn *, .btn),
a:visited .tertiarylightblue-txt:not(.btn *, .btn) {
  color: #48a5e9;
  text-decoration: underline;
}
.tertiarymediumgold-txt a:link:not(.btn *, .btn),
.tertiarymediumgold-txt a:visited:not(.btn *, .btn),
a:link .tertiarymediumgold-txt:not(.btn *, .btn),
a:visited .tertiarymediumgold-txt:not(.btn *, .btn) {
  color: #d29f13;
  text-decoration: underline;
}
.tertiaryburgundy-txt a:link:not(.btn *, .btn),
.tertiaryburgundy-txt a:visited:not(.btn *, .btn),
a:link .tertiaryburgundy-txt:not(.btn *, .btn),
a:visited .tertiaryburgundy-txt:not(.btn *, .btn) {
  color: #9e2a2b;
  text-decoration: underline;
}
.tertiarymetallicred-txt a:link:not(.btn *, .btn),
.tertiarymetallicred-txt a:visited:not(.btn *, .btn),
a:link .tertiarymetallicred-txt:not(.btn *, .btn),
a:visited .tertiarymetallicred-txt:not(.btn *, .btn) {
  color: #893c47;
  text-decoration: underline;
}
.tertiarymetallicpurple-txt a:link:not(.btn *, .btn),
.tertiarymetallicpurple-txt a:visited:not(.btn *, .btn),
a:link .tertiarymetallicpurple-txt:not(.btn *, .btn),
a:visited .tertiarymetallicpurple-txt:not(.btn *, .btn) {
  color: #614b79;
  text-decoration: underline;
}
.primarycomericablue-txt a:hover:not(.btn *, .btn),
.primarycomericablue-txt a:active:not(.btn *, .btn),
a:hover .primarycomericablue-txt:not(.btn *, .btn),
a:active .primarycomericablue-txt:not(.btn *, .btn) {
  color: rgba(0, 47, 108, 0.6);
  text-decoration: underline;
}
.primaryblack-txt a:hover:not(.btn *, .btn),
.primaryblack-txt a:active:not(.btn *, .btn),
a:hover .primaryblack-txt:not(.btn *, .btn),
a:active .primaryblack-txt:not(.btn *, .btn) {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.primarywhite-txt a:hover:not(.btn *, .btn),
.primarywhite-txt a:active:not(.btn *, .btn),
a:hover .primarywhite-txt:not(.btn *, .btn),
a:active .primarywhite-txt:not(.btn *, .btn) {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.primarylightblue-txt a:hover:not(.btn *, .btn),
.primarylightblue-txt a:active:not(.btn *, .btn),
a:hover .primarylightblue-txt:not(.btn *, .btn),
a:active .primarylightblue-txt:not(.btn *, .btn) {
  color: rgba(154, 219, 232, 0.6);
  text-decoration: underline;
}
.primarymediumblue-txt a:hover:not(.btn *, .btn),
.primarymediumblue-txt a:active:not(.btn *, .btn),
a:hover .primarymediumblue-txt:not(.btn *, .btn),
a:active .primarymediumblue-txt:not(.btn *, .btn) {
  color: rgba(62, 135, 203, 0.6);
  text-decoration: underline;
}
.primarycoolgray1-txt a:hover:not(.btn *, .btn),
.primarycoolgray1-txt a:active:not(.btn *, .btn),
a:hover .primarycoolgray1-txt:not(.btn *, .btn),
a:active .primarycoolgray1-txt:not(.btn *, .btn) {
  color: rgba(217, 217, 214, 0.6);
  text-decoration: underline;
}
.primarycoolgray5-txt a:hover:not(.btn *, .btn),
.primarycoolgray5-txt a:active:not(.btn *, .btn),
a:hover .primarycoolgray5-txt:not(.btn *, .btn),
a:active .primarycoolgray5-txt:not(.btn *, .btn) {
  color: rgba(177, 179, 179, 0.6);
  text-decoration: underline;
}
.primarycoolgray8-txt a:hover:not(.btn *, .btn),
.primarycoolgray8-txt a:active:not(.btn *, .btn),
a:hover .primarycoolgray8-txt:not(.btn *, .btn),
a:active .primarycoolgray8-txt:not(.btn *, .btn) {
  color: rgba(136, 139, 141, 0.6);
  text-decoration: underline;
}
.primarycoolgray10-txt a:hover:not(.btn *, .btn),
.primarycoolgray10-txt a:active:not(.btn *, .btn),
a:hover .primarycoolgray10-txt:not(.btn *, .btn),
a:active .primarycoolgray10-txt:not(.btn *, .btn) {
  color: rgba(99, 102, 106, 0.6);
  text-decoration: underline;
}
.primarycoolgray11-txt a:hover:not(.btn *, .btn),
.primarycoolgray11-txt a:active:not(.btn *, .btn),
a:hover .primarycoolgray11-txt:not(.btn *, .btn),
a:active .primarycoolgray11-txt:not(.btn *, .btn) {
  color: rgba(83, 86, 90, 0.6);
  text-decoration: underline;
}
.secondaryelectricblue-txt a:hover:not(.btn *, .btn),
.secondaryelectricblue-txt a:active:not(.btn *, .btn),
a:hover .secondaryelectricblue-txt:not(.btn *, .btn),
a:active .secondaryelectricblue-txt:not(.btn *, .btn) {
  color: rgba(125, 161, 196, 0.6);
  text-decoration: underline;
}
.secondarymetallicblue-txt a:hover:not(.btn *, .btn),
.secondarymetallicblue-txt a:active:not(.btn *, .btn),
a:hover .secondarymetallicblue-txt:not(.btn *, .btn),
a:active .secondarymetallicblue-txt:not(.btn *, .btn) {
  color: rgba(79, 117, 139, 0.6);
  text-decoration: underline;
}
.secondarydarkblue-txt a:hover:not(.btn *, .btn),
.secondarydarkblue-txt a:active:not(.btn *, .btn),
a:hover .secondarydarkblue-txt:not(.btn *, .btn),
a:active .secondarydarkblue-txt:not(.btn *, .btn) {
  color: rgba(31, 42, 68, 0.6);
  text-decoration: underline;
}
.secondarygold-txt a:hover:not(.btn *, .btn),
.secondarygold-txt a:active:not(.btn *, .btn),
a:hover .secondarygold-txt:not(.btn *, .btn),
a:active .secondarygold-txt:not(.btn *, .btn) {
  color: rgba(197, 183, 131, 0.6);
  text-decoration: underline;
}
.secondarydeepgold-txt a:hover:not(.btn *, .btn),
.secondarydeepgold-txt a:active:not(.btn *, .btn),
a:hover .secondarydeepgold-txt:not(.btn *, .btn),
a:active .secondarydeepgold-txt:not(.btn *, .btn) {
  color: rgba(160, 116, 0, 0.6);
  text-decoration: underline;
}
.secondarymetallicgreen-txt a:hover:not(.btn *, .btn),
.secondarymetallicgreen-txt a:active:not(.btn *, .btn),
a:hover .secondarymetallicgreen-txt:not(.btn *, .btn),
a:active .secondarymetallicgreen-txt:not(.btn *, .btn) {
  color: rgba(27, 128, 109, 0.6);
  text-decoration: underline;
}
.secondaryblacktype-txt a:hover:not(.btn *, .btn),
.secondaryblacktype-txt a:active:not(.btn *, .btn),
a:hover .secondaryblacktype-txt:not(.btn *, .btn),
a:active .secondaryblacktype-txt:not(.btn *, .btn) {
  color: rgba(32, 32, 32, 0.6);
  text-decoration: underline;
}
.secondarycoolgray2-txt a:hover:not(.btn *, .btn),
.secondarycoolgray2-txt a:active:not(.btn *, .btn),
a:hover .secondarycoolgray2-txt:not(.btn *, .btn),
a:active .secondarycoolgray2-txt:not(.btn *, .btn) {
  color: rgba(208, 208, 206, 0.6);
  text-decoration: underline;
}
.secondarycoolgray3-txt a:hover:not(.btn *, .btn),
.secondarycoolgray3-txt a:active:not(.btn *, .btn),
a:hover .secondarycoolgray3-txt:not(.btn *, .btn),
a:active .secondarycoolgray3-txt:not(.btn *, .btn) {
  color: rgba(200, 201, 199, 0.6);
  text-decoration: underline;
}
.secondarycoolgray4-txt a:hover:not(.btn *, .btn),
.secondarycoolgray4-txt a:active:not(.btn *, .btn),
a:hover .secondarycoolgray4-txt:not(.btn *, .btn),
a:active .secondarycoolgray4-txt:not(.btn *, .btn) {
  color: rgba(187, 188, 188, 0.6);
  text-decoration: underline;
}
.primarycoolgray1-25-txt a:hover:not(.btn *, .btn),
.primarycoolgray1-25-txt a:active:not(.btn *, .btn),
a:hover .primarycoolgray1-25-txt:not(.btn *, .btn),
a:active .primarycoolgray1-25-txt:not(.btn *, .btn) {
  color: rgba(247, 247, 247, 0.6);
  text-decoration: underline;
}
.primarycoolgray1-85-txt a:hover:not(.btn *, .btn),
.primarycoolgray1-85-txt a:active:not(.btn *, .btn),
a:hover .primarycoolgray1-85-txt:not(.btn *, .btn),
a:active .primarycoolgray1-85-txt:not(.btn *, .btn) {
  color: rgba(228, 229, 228, 0.6);
  text-decoration: underline;
}
.tertiarydarkgreen-txt a:hover:not(.btn *, .btn),
.tertiarydarkgreen-txt a:active:not(.btn *, .btn),
a:hover .tertiarydarkgreen-txt:not(.btn *, .btn),
a:active .tertiarydarkgreen-txt:not(.btn *, .btn) {
  color: rgba(17, 87, 64, 0.6);
  text-decoration: underline;
}
.tertiarylightgreen-txt a:hover:not(.btn *, .btn),
.tertiarylightgreen-txt a:active:not(.btn *, .btn),
a:hover .tertiarylightgreen-txt:not(.btn *, .btn),
a:active .tertiarylightgreen-txt:not(.btn *, .btn) {
  color: rgba(80, 166, 132, 0.6);
  text-decoration: underline;
}
.tertiarydarkblue-txt a:hover:not(.btn *, .btn),
.tertiarydarkblue-txt a:active:not(.btn *, .btn),
a:hover .tertiarydarkblue-txt:not(.btn *, .btn),
a:active .tertiarydarkblue-txt:not(.btn *, .btn) {
  color: rgba(32, 105, 173, 0.6);
  text-decoration: underline;
}
.tertiarylightblue-txt a:hover:not(.btn *, .btn),
.tertiarylightblue-txt a:active:not(.btn *, .btn),
a:hover .tertiarylightblue-txt:not(.btn *, .btn),
a:active .tertiarylightblue-txt:not(.btn *, .btn) {
  color: rgba(72, 165, 233, 0.6);
  text-decoration: underline;
}
.tertiarymediumgold-txt a:hover:not(.btn *, .btn),
.tertiarymediumgold-txt a:active:not(.btn *, .btn),
a:hover .tertiarymediumgold-txt:not(.btn *, .btn),
a:active .tertiarymediumgold-txt:not(.btn *, .btn) {
  color: rgba(210, 159, 19, 0.6);
  text-decoration: underline;
}
.tertiaryburgundy-txt a:hover:not(.btn *, .btn),
.tertiaryburgundy-txt a:active:not(.btn *, .btn),
a:hover .tertiaryburgundy-txt:not(.btn *, .btn),
a:active .tertiaryburgundy-txt:not(.btn *, .btn) {
  color: rgba(158, 42, 43, 0.6);
  text-decoration: underline;
}
.tertiarymetallicred-txt a:hover:not(.btn *, .btn),
.tertiarymetallicred-txt a:active:not(.btn *, .btn),
a:hover .tertiarymetallicred-txt:not(.btn *, .btn),
a:active .tertiarymetallicred-txt:not(.btn *, .btn) {
  color: rgba(137, 60, 71, 0.6);
  text-decoration: underline;
}
.tertiarymetallicpurple-txt a:hover:not(.btn *, .btn),
.tertiarymetallicpurple-txt a:active:not(.btn *, .btn),
a:hover .tertiarymetallicpurple-txt:not(.btn *, .btn),
a:active .tertiarymetallicpurple-txt:not(.btn *, .btn) {
  color: rgba(97, 75, 121, 0.6);
  text-decoration: underline;
}
/* ------------------------------------------------------------------------- */
/* Other */
/* ------------------------------------------------------------------------- */
.text-danger-txt {
  color: #882B2B;
}
.transparent-bg.flex-container-header,
.transparent-bg.flexbox,
.transparent-bg {
  background-color: transparent;
}

/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
.aem-Grid > .aem-Grid-newComponent {
  width: 100%;
}
.layoutmode-FLEX > .aem-Grid,
.layoutmode-FLEX > * > .aem-Grid {
  display: flex;
  flex-wrap: wrap;
}
.layoutmode-FLEX > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--default--hide),
.layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--default--hide) {
  display: flex;
  flex-direction: column;
}
.layoutmode-FLEX > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--default--hide) > *:first-child,
.layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--default--hide) > *:first-child {
  flex-grow: 1;
}
.layoutmode-FLEX > .aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide,
.layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  display: none;
}
@media (max-width: 991.8px) {
  .layoutmode-FLEX > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--tablet--hide),
  .layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--tablet--hide) {
    display: flex;
    flex-direction: column;
  }
  .layoutmode-FLEX > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--tablet--hide) > *:first-child,
  .layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--tablet--hide) > *:first-child {
    flex-grow: 1;
  }
  .layoutmode-FLEX > .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide,
  .layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .layoutmode-FLEX > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--phone--hide),
  .layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--phone--hide) {
    display: flex;
    flex-direction: column;
  }
  .layoutmode-FLEX > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--phone--hide) > *:first-child,
  .layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn:not( .aem-GridColumn--phone--hide) > *:first-child {
    flex-grow: 1;
  }
  .layoutmode-FLEX > .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide,
  .layoutmode-FLEX > * > .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: none;
  }
}
.grid-spacing--default--48.aem-Grid,
.grid-spacing--default--48:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -24px;
  width: calc(100% + 48px);
}
.grid-spacing--default--48.aem-Grid > .aem-GridColumn,
.grid-spacing--default--48:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--48.aem-Grid > *,
.grid-spacing--default--48:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 24px;
  box-sizing: border-box;
}
.grid-spacing--default--44.aem-Grid,
.grid-spacing--default--44:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -22px;
  width: calc(100% + 44px);
}
.grid-spacing--default--44.aem-Grid > .aem-GridColumn,
.grid-spacing--default--44:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--44.aem-Grid > *,
.grid-spacing--default--44:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 22px;
  box-sizing: border-box;
}
.grid-spacing--default--40.aem-Grid,
.grid-spacing--default--40:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -20px;
  width: calc(100% + 40px);
}
.grid-spacing--default--40.aem-Grid > .aem-GridColumn,
.grid-spacing--default--40:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--40.aem-Grid > *,
.grid-spacing--default--40:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 20px;
  box-sizing: border-box;
}
.grid-spacing--default--36.aem-Grid,
.grid-spacing--default--36:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -18px;
  width: calc(100% + 36px);
}
.grid-spacing--default--36.aem-Grid > .aem-GridColumn,
.grid-spacing--default--36:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--36.aem-Grid > *,
.grid-spacing--default--36:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 18px;
  box-sizing: border-box;
}
.grid-spacing--default--32.aem-Grid,
.grid-spacing--default--32:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -16px;
  width: calc(100% + 32px);
}
.grid-spacing--default--32.aem-Grid > .aem-GridColumn,
.grid-spacing--default--32:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--32.aem-Grid > *,
.grid-spacing--default--32:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 16px;
  box-sizing: border-box;
}
.grid-spacing--default--28.aem-Grid,
.grid-spacing--default--28:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -14px;
  width: calc(100% + 28px);
}
.grid-spacing--default--28.aem-Grid > .aem-GridColumn,
.grid-spacing--default--28:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--28.aem-Grid > *,
.grid-spacing--default--28:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 14px;
  box-sizing: border-box;
}
.grid-spacing--default--24.aem-Grid,
.grid-spacing--default--24:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -12px;
  width: calc(100% + 24px);
}
.grid-spacing--default--24.aem-Grid > .aem-GridColumn,
.grid-spacing--default--24:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--24.aem-Grid > *,
.grid-spacing--default--24:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 12px;
  box-sizing: border-box;
}
.grid-spacing--default--20.aem-Grid,
.grid-spacing--default--20:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -10px;
  width: calc(100% + 20px);
}
.grid-spacing--default--20.aem-Grid > .aem-GridColumn,
.grid-spacing--default--20:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--20.aem-Grid > *,
.grid-spacing--default--20:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 10px;
  box-sizing: border-box;
}
.grid-spacing--default--16.aem-Grid,
.grid-spacing--default--16:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -8px;
  width: calc(100% + 16px);
}
.grid-spacing--default--16.aem-Grid > .aem-GridColumn,
.grid-spacing--default--16:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--16.aem-Grid > *,
.grid-spacing--default--16:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 8px;
  box-sizing: border-box;
}
.grid-spacing--default--12.aem-Grid,
.grid-spacing--default--12:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -6px;
  width: calc(100% + 12px);
}
.grid-spacing--default--12.aem-Grid > .aem-GridColumn,
.grid-spacing--default--12:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--12.aem-Grid > *,
.grid-spacing--default--12:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 6px;
  box-sizing: border-box;
}
.grid-spacing--default--8.aem-Grid,
.grid-spacing--default--8:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -4px;
  width: calc(100% + 8px);
}
.grid-spacing--default--8.aem-Grid > .aem-GridColumn,
.grid-spacing--default--8:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--8.aem-Grid > *,
.grid-spacing--default--8:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 4px;
  box-sizing: border-box;
}
.grid-spacing--default--4.aem-Grid,
.grid-spacing--default--4:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: -2px;
  width: calc(100% + 4px);
}
.grid-spacing--default--4.aem-Grid > .aem-GridColumn,
.grid-spacing--default--4:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--4.aem-Grid > *,
.grid-spacing--default--4:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 2px;
  box-sizing: border-box;
}
.grid-spacing--default--0.aem-Grid,
.grid-spacing--default--0:not(.aem-Grid) > .aem-Grid,
.grid-spacing--default--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  margin: 0px;
  width: calc(100% + 0px);
}
.grid-spacing--default--0.aem-Grid > .aem-GridColumn,
.grid-spacing--default--0:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
.grid-spacing--default--0.aem-Grid > *,
.grid-spacing--default--0:not(.aem-Grid) > .aem-Grid > *,
.grid-spacing--default--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
  padding: 0px;
  box-sizing: border-box;
}
.flex-order--default--0 {
  order: 0;
}
.flex-order--default---1 {
  order: -1;
}
.flex-col-default.aem-Grid,
.flex-col-default:not(.aem-Grid) > .aem-Grid,
.flex-col-default:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  flex-direction: column;
  flex-wrap: nowrap;
}
.flex-col-default.aem-Grid > .aem-GridColumn.flex-grow,
.flex-col-default:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow,
.flex-col-default:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow {
  flex-grow: 1;
}
.flex-row-default.aem-Grid,
.flex-row-default:not(.aem-Grid) > .aem-Grid,
.flex-row-default:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-row-default.aem-Grid > .aem-GridColumn.flex-grow,
.flex-row-default:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow,
.flex-row-default:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow {
  flex-grow: 0;
}
/* tablet breakpoint */
@media (max-width: 991.8px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
  .grid-spacing--tablet--48.aem-Grid,
  .grid-spacing--tablet--48:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -24px;
    width: calc(100% + 48px);
  }
  .grid-spacing--tablet--48.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--48:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--48.aem-Grid > *,
  .grid-spacing--tablet--48:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 24px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--44.aem-Grid,
  .grid-spacing--tablet--44:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -22px;
    width: calc(100% + 44px);
  }
  .grid-spacing--tablet--44.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--44:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--44.aem-Grid > *,
  .grid-spacing--tablet--44:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 22px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--40.aem-Grid,
  .grid-spacing--tablet--40:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -20px;
    width: calc(100% + 40px);
  }
  .grid-spacing--tablet--40.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--40:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--40.aem-Grid > *,
  .grid-spacing--tablet--40:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 20px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--36.aem-Grid,
  .grid-spacing--tablet--36:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -18px;
    width: calc(100% + 36px);
  }
  .grid-spacing--tablet--36.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--36:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--36.aem-Grid > *,
  .grid-spacing--tablet--36:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 18px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--32.aem-Grid,
  .grid-spacing--tablet--32:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -16px;
    width: calc(100% + 32px);
  }
  .grid-spacing--tablet--32.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--32:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--32.aem-Grid > *,
  .grid-spacing--tablet--32:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 16px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--28.aem-Grid,
  .grid-spacing--tablet--28:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -14px;
    width: calc(100% + 28px);
  }
  .grid-spacing--tablet--28.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--28:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--28.aem-Grid > *,
  .grid-spacing--tablet--28:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 14px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--24.aem-Grid,
  .grid-spacing--tablet--24:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -12px;
    width: calc(100% + 24px);
  }
  .grid-spacing--tablet--24.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--24:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--24.aem-Grid > *,
  .grid-spacing--tablet--24:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 12px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--20.aem-Grid,
  .grid-spacing--tablet--20:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -10px;
    width: calc(100% + 20px);
  }
  .grid-spacing--tablet--20.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--20:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--20.aem-Grid > *,
  .grid-spacing--tablet--20:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 10px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--16.aem-Grid,
  .grid-spacing--tablet--16:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -8px;
    width: calc(100% + 16px);
  }
  .grid-spacing--tablet--16.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--16:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--16.aem-Grid > *,
  .grid-spacing--tablet--16:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 8px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--12.aem-Grid,
  .grid-spacing--tablet--12:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -6px;
    width: calc(100% + 12px);
  }
  .grid-spacing--tablet--12.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--12:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--12.aem-Grid > *,
  .grid-spacing--tablet--12:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 6px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--8.aem-Grid,
  .grid-spacing--tablet--8:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -4px;
    width: calc(100% + 8px);
  }
  .grid-spacing--tablet--8.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--8:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--8.aem-Grid > *,
  .grid-spacing--tablet--8:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 4px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--4.aem-Grid,
  .grid-spacing--tablet--4:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -2px;
    width: calc(100% + 4px);
  }
  .grid-spacing--tablet--4.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--4:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--4.aem-Grid > *,
  .grid-spacing--tablet--4:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 2px;
    box-sizing: border-box;
  }
  .grid-spacing--tablet--0.aem-Grid,
  .grid-spacing--tablet--0:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--tablet--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: 0px;
    width: calc(100% + 0px);
  }
  .grid-spacing--tablet--0.aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--0:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--tablet--0.aem-Grid > *,
  .grid-spacing--tablet--0:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--tablet--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 0px;
    box-sizing: border-box;
  }
  .flex-order--tablet--0 {
    order: 0;
  }
  .flex-order--tablet---1 {
    order: -1;
  }
  .flex-col-tablet.aem-Grid,
  .flex-col-tablet:not(.aem-Grid) > .aem-Grid,
  .flex-col-tablet:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .flex-col-tablet.aem-Grid > .aem-GridColumn.flex-grow,
  .flex-col-tablet:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow,
  .flex-col-tablet:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow {
    flex-grow: 1;
  }
  .flex-row-tablet.aem-Grid,
  .flex-row-tablet:not(.aem-Grid) > .aem-Grid,
  .flex-row-tablet:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex-row-tablet.aem-Grid > .aem-GridColumn.flex-grow,
  .flex-row-tablet:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow,
  .flex-row-tablet:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow {
    flex-grow: 0;
  }
}
/* smaller screen (phone) breakpoint */
@media (max-width: 767.8px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
  .grid-spacing--phone--48.aem-Grid,
  .grid-spacing--phone--48:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -24px;
    width: calc(100% + 48px);
  }
  .grid-spacing--phone--48.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--48:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--48.aem-Grid > *,
  .grid-spacing--phone--48:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--48:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 24px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--44.aem-Grid,
  .grid-spacing--phone--44:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -22px;
    width: calc(100% + 44px);
  }
  .grid-spacing--phone--44.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--44:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--44.aem-Grid > *,
  .grid-spacing--phone--44:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--44:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 22px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--40.aem-Grid,
  .grid-spacing--phone--40:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -20px;
    width: calc(100% + 40px);
  }
  .grid-spacing--phone--40.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--40:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--40.aem-Grid > *,
  .grid-spacing--phone--40:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--40:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 20px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--36.aem-Grid,
  .grid-spacing--phone--36:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -18px;
    width: calc(100% + 36px);
  }
  .grid-spacing--phone--36.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--36:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--36.aem-Grid > *,
  .grid-spacing--phone--36:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--36:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 18px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--32.aem-Grid,
  .grid-spacing--phone--32:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -16px;
    width: calc(100% + 32px);
  }
  .grid-spacing--phone--32.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--32:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--32.aem-Grid > *,
  .grid-spacing--phone--32:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--32:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 16px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--28.aem-Grid,
  .grid-spacing--phone--28:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -14px;
    width: calc(100% + 28px);
  }
  .grid-spacing--phone--28.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--28:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--28.aem-Grid > *,
  .grid-spacing--phone--28:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--28:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 14px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--24.aem-Grid,
  .grid-spacing--phone--24:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -12px;
    width: calc(100% + 24px);
  }
  .grid-spacing--phone--24.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--24:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--24.aem-Grid > *,
  .grid-spacing--phone--24:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--24:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 12px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--20.aem-Grid,
  .grid-spacing--phone--20:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -10px;
    width: calc(100% + 20px);
  }
  .grid-spacing--phone--20.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--20:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--20.aem-Grid > *,
  .grid-spacing--phone--20:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--20:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 10px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--16.aem-Grid,
  .grid-spacing--phone--16:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -8px;
    width: calc(100% + 16px);
  }
  .grid-spacing--phone--16.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--16:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--16.aem-Grid > *,
  .grid-spacing--phone--16:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--16:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 8px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--12.aem-Grid,
  .grid-spacing--phone--12:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -6px;
    width: calc(100% + 12px);
  }
  .grid-spacing--phone--12.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--12:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--12.aem-Grid > *,
  .grid-spacing--phone--12:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--12:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 6px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--8.aem-Grid,
  .grid-spacing--phone--8:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -4px;
    width: calc(100% + 8px);
  }
  .grid-spacing--phone--8.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--8:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--8.aem-Grid > *,
  .grid-spacing--phone--8:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--8:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 4px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--4.aem-Grid,
  .grid-spacing--phone--4:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: -2px;
    width: calc(100% + 4px);
  }
  .grid-spacing--phone--4.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--4:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--4.aem-Grid > *,
  .grid-spacing--phone--4:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--4:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 2px;
    box-sizing: border-box;
  }
  .grid-spacing--phone--0.aem-Grid,
  .grid-spacing--phone--0:not(.aem-Grid) > .aem-Grid,
  .grid-spacing--phone--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    margin: 0px;
    width: calc(100% + 0px);
  }
  .grid-spacing--phone--0.aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--0:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn,
  .grid-spacing--phone--0.aem-Grid > *,
  .grid-spacing--phone--0:not(.aem-Grid) > .aem-Grid > *,
  .grid-spacing--phone--0:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > * {
    padding: 0px;
    box-sizing: border-box;
  }
  .flex-order--phone--0 {
    order: 0;
  }
  .flex-order--phone---1 {
    order: -1;
  }
  .flex-col-phone.aem-Grid,
  .flex-col-phone:not(.aem-Grid) > .aem-Grid,
  .flex-col-phone:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .flex-col-phone.aem-Grid > .aem-GridColumn.flex-grow,
  .flex-col-phone:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow,
  .flex-col-phone:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow {
    flex-grow: 1;
  }
  .flex-row-phone.aem-Grid,
  .flex-row-phone:not(.aem-Grid) > .aem-Grid,
  .flex-row-phone:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flex-row-phone.aem-Grid > .aem-GridColumn.flex-grow,
  .flex-row-phone:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow,
  .flex-row-phone:not(.aem-Grid) > *:not(.aem-Grid) > .aem-Grid > .aem-GridColumn.flex-grow {
    flex-grow: 0;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.margin-alignment--default--left {
  margin-left: 0;
  margin-right: auto;
}
.margin-alignment--default--center {
  margin-left: auto;
  margin-right: auto;
}
.margin-alignment--default--right {
  margin-left: auto;
  margin-right: 0;
}
.flex-alignment--default--start {
  justify-content: start;
}
.flex-alignment--default--center {
  justify-content: center;
}
.flex-alignment--default--end {
  justify-content: end;
}
@media (max-width: 991.8px) {
  .margin-alignment--tablet--left {
    margin-left: 0;
    margin-right: auto;
  }
  .margin-alignment--tablet--center {
    margin-left: auto;
    margin-right: auto;
  }
  .margin-alignment--tablet--right {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-alignment--tablet--start {
    justify-content: start;
  }
  .flex-alignment--tablet--center {
    justify-content: center;
  }
  .flex-alignment--tablet--end {
    justify-content: end;
  }
}
@media (max-width: 767.8px) {
  .margin-alignment--phone--left {
    margin-left: 0;
    margin-right: auto;
  }
  .margin-alignment--phone--center {
    margin-left: auto;
    margin-right: auto;
  }
  .margin-alignment--phone--right {
    margin-left: auto;
    margin-right: 0;
  }
  .flex-alignment--phone--start {
    justify-content: start;
  }
  .flex-alignment--phone--center {
    justify-content: center;
  }
  .flex-alignment--phone--end {
    justify-content: end;
  }
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.timelinecalculator .timeline-btn {
  background-color: #ffffff;
  border: 2px solid #002f6c;
  color: #002f6c;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
/* width calculations */
.width-1-of-2 {
  width: 50%;
}
.width-1-of-3 {
  width: 33.33333333%;
}
.width-2-of-3 {
  width: 66.66666667%;
}
.width-1-of-4 {
  width: 25%;
}
.width-2-of-4 {
  width: 50%;
}
.width-3-of-4 {
  width: 75%;
}
.width-1-of-5 {
  width: 20%;
}
.width-2-of-5 {
  width: 40%;
}
.width-3-of-5 {
  width: 60%;
}
.width-4-of-5 {
  width: 80%;
}
.width-1-of-6 {
  width: 16.66666667%;
}
.width-2-of-6 {
  width: 33.33333333%;
}
.width-3-of-6 {
  width: 50%;
}
.width-4-of-6 {
  width: 66.66666667%;
}
.width-5-of-6 {
  width: 83.33333333%;
}
.width-1-of-7 {
  width: 14.28571429%;
}
.width-2-of-7 {
  width: 28.57142857%;
}
.width-3-of-7 {
  width: 42.85714286%;
}
.width-4-of-7 {
  width: 57.14285714%;
}
.width-5-of-7 {
  width: 71.42857143%;
}
.width-6-of-7 {
  width: 85.71428571%;
}
.width-1-of-8 {
  width: 12.5%;
}
.width-2-of-8 {
  width: 25%;
}
.width-3-of-8 {
  width: 37.5%;
}
.width-4-of-8 {
  width: 50%;
}
.width-5-of-8 {
  width: 62.5%;
}
.width-6-of-8 {
  width: 75%;
}
.width-7-of-8 {
  width: 87.5%;
}
.width-1-of-9 {
  width: 11.11111111%;
}
.width-2-of-9 {
  width: 22.22222222%;
}
.width-3-of-9 {
  width: 33.33333333%;
}
.width-4-of-9 {
  width: 44.44444444%;
}
.width-5-of-9 {
  width: 55.55555556%;
}
.width-6-of-9 {
  width: 66.66666667%;
}
.width-7-of-9 {
  width: 77.77777778%;
}
.width-8-of-9 {
  width: 88.88888889%;
}
.width-1-of-10 {
  width: 10%;
}
.width-2-of-10 {
  width: 20%;
}
.width-3-of-10 {
  width: 30%;
}
.width-4-of-10 {
  width: 40%;
}
.width-5-of-10 {
  width: 50%;
}
.width-6-of-10 {
  width: 60%;
}
.width-7-of-10 {
  width: 70%;
}
.width-8-of-10 {
  width: 80%;
}
.width-9-of-10 {
  width: 90%;
}
.width-1-of-11 {
  width: 9.09090909%;
}
.width-2-of-11 {
  width: 18.18181818%;
}
.width-3-of-11 {
  width: 27.27272727%;
}
.width-4-of-11 {
  width: 36.36363636%;
}
.width-5-of-11 {
  width: 45.45454545%;
}
.width-6-of-11 {
  width: 54.54545455%;
}
.width-7-of-11 {
  width: 63.63636364%;
}
.width-8-of-11 {
  width: 72.72727273%;
}
.width-9-of-11 {
  width: 81.81818182%;
}
.width-10-of-11 {
  width: 90.90909091%;
}
.width-1-of-12 {
  width: 8.33333333%;
}
.width-2-of-12 {
  width: 16.66666667%;
}
.width-3-of-12 {
  width: 25%;
}
.width-4-of-12 {
  width: 33.33333333%;
}
.width-5-of-12 {
  width: 41.66666667%;
}
.width-6-of-12 {
  width: 50%;
}
.width-7-of-12 {
  width: 58.33333333%;
}
.width-8-of-12 {
  width: 66.66666667%;
}
.width-9-of-12 {
  width: 75%;
}
.width-10-of-12 {
  width: 83.33333333%;
}
.width-11-of-12 {
  width: 91.66666667%;
}
.table-full-width {
  width: 100%;
}
/* height calculations */
.height-4 {
  height: 4px;
}
.height-8 {
  height: 8px;
}
.height-12 {
  height: 12px;
}
.height-16 {
  height: 16px;
}
.height-20 {
  height: 20px;
}
.height-24 {
  height: 24px;
}
.height-28 {
  height: 28px;
}
.height-32 {
  height: 32px;
}
.height-36 {
  height: 36px;
}
.height-40 {
  height: 40px;
}
.height-44 {
  height: 44px;
}
.height-48 {
  height: 48px;
}
.height-52 {
  height: 52px;
}
.height-56 {
  height: 56px;
}
.height-60 {
  height: 60px;
}
.height-64 {
  height: 64px;
}
.height-68 {
  height: 68px;
}
.height-72 {
  height: 72px;
}
.height-76 {
  height: 76px;
}
.height-80 {
  height: 80px;
}
.height-84 {
  height: 84px;
}
.height-88 {
  height: 88px;
}
.height-92 {
  height: 92px;
}
.height-96 {
  height: 96px;
}
.height-100 {
  height: 100px;
}
.height-104 {
  height: 104px;
}
.height-108 {
  height: 108px;
}
.height-112 {
  height: 112px;
}
.height-116 {
  height: 116px;
}
.height-120 {
  height: 120px;
}
.height-124 {
  height: 124px;
}
.height-128 {
  height: 128px;
}
.height-132 {
  height: 132px;
}
.height-136 {
  height: 136px;
}
.height-140 {
  height: 140px;
}
.height-144 {
  height: 144px;
}
.height-148 {
  height: 148px;
}
.height-152 {
  height: 152px;
}
.height-156 {
  height: 156px;
}
.height-160 {
  height: 160px;
}
.height-164 {
  height: 164px;
}
.height-168 {
  height: 168px;
}
.height-172 {
  height: 172px;
}
.height-176 {
  height: 176px;
}
.height-180 {
  height: 180px;
}
.height-184 {
  height: 184px;
}
.height-188 {
  height: 188px;
}
.height-192 {
  height: 192px;
}
.height-196 {
  height: 196px;
}
.height-200 {
  height: 200px;
}
.height-204 {
  height: 204px;
}
.height-208 {
  height: 208px;
}
.height-212 {
  height: 212px;
}
.height-216 {
  height: 216px;
}
.height-220 {
  height: 220px;
}
.height-224 {
  height: 224px;
}
.height-228 {
  height: 228px;
}
.height-232 {
  height: 232px;
}
.height-236 {
  height: 236px;
}
.height-240 {
  height: 240px;
}
.height-244 {
  height: 244px;
}
.height-248 {
  height: 248px;
}
.height-252 {
  height: 252px;
}
.height-256 {
  height: 256px;
}
.height-260 {
  height: 260px;
}
.height-264 {
  height: 264px;
}
.height-268 {
  height: 268px;
}
.height-272 {
  height: 272px;
}
.height-276 {
  height: 276px;
}
.height-280 {
  height: 280px;
}
.height-284 {
  height: 284px;
}
.height-288 {
  height: 288px;
}
.height-292 {
  height: 292px;
}
.height-296 {
  height: 296px;
}
.height-300 {
  height: 300px;
}
.height-304 {
  height: 304px;
}
.height-308 {
  height: 308px;
}
.height-312 {
  height: 312px;
}
.height-316 {
  height: 316px;
}
.height-320 {
  height: 320px;
}
.height-324 {
  height: 324px;
}
.height-328 {
  height: 328px;
}
.height-332 {
  height: 332px;
}
.height-336 {
  height: 336px;
}
.height-340 {
  height: 340px;
}
.height-344 {
  height: 344px;
}
.height-348 {
  height: 348px;
}
.height-352 {
  height: 352px;
}
.height-356 {
  height: 356px;
}
.height-360 {
  height: 360px;
}
.height-364 {
  height: 364px;
}
.height-368 {
  height: 368px;
}
.height-372 {
  height: 372px;
}
.height-376 {
  height: 376px;
}
.height-380 {
  height: 380px;
}
.height-384 {
  height: 384px;
}
.height-388 {
  height: 388px;
}
.height-392 {
  height: 392px;
}
.height-396 {
  height: 396px;
}
.height-400 {
  height: 400px;
}
.height-404 {
  height: 404px;
}
.height-408 {
  height: 408px;
}
.height-412 {
  height: 412px;
}
.height-416 {
  height: 416px;
}
.height-420 {
  height: 420px;
}
.height-424 {
  height: 424px;
}
.height-428 {
  height: 428px;
}
.height-432 {
  height: 432px;
}
.height-436 {
  height: 436px;
}
.height-440 {
  height: 440px;
}
.height-444 {
  height: 444px;
}
.height-448 {
  height: 448px;
}
.height-452 {
  height: 452px;
}
.height-456 {
  height: 456px;
}
.height-460 {
  height: 460px;
}
.height-464 {
  height: 464px;
}
.height-468 {
  height: 468px;
}
.height-472 {
  height: 472px;
}
.height-476 {
  height: 476px;
}
.height-480 {
  height: 480px;
}
.height-484 {
  height: 484px;
}
.height-488 {
  height: 488px;
}
.height-492 {
  height: 492px;
}
.height-496 {
  height: 496px;
}
.height-500 {
  height: 500px;
}
.height-504 {
  height: 504px;
}
.height-508 {
  height: 508px;
}
.height-512 {
  height: 512px;
}
.height-516 {
  height: 516px;
}
.height-520 {
  height: 520px;
}
.height-524 {
  height: 524px;
}
.height-528 {
  height: 528px;
}
.height-532 {
  height: 532px;
}
.height-536 {
  height: 536px;
}
.height-540 {
  height: 540px;
}
.height-544 {
  height: 544px;
}
.height-548 {
  height: 548px;
}
.height-552 {
  height: 552px;
}
.height-556 {
  height: 556px;
}
.height-560 {
  height: 560px;
}
.height-564 {
  height: 564px;
}
.height-568 {
  height: 568px;
}
.height-572 {
  height: 572px;
}
.height-576 {
  height: 576px;
}
.height-580 {
  height: 580px;
}
.height-584 {
  height: 584px;
}
.height-588 {
  height: 588px;
}
.height-592 {
  height: 592px;
}
.height-596 {
  height: 596px;
}
.height-600 {
  height: 600px;
}
.height-604 {
  height: 604px;
}
.height-608 {
  height: 608px;
}
.height-612 {
  height: 612px;
}
.height-616 {
  height: 616px;
}
.height-620 {
  height: 620px;
}
.height-624 {
  height: 624px;
}
.height-628 {
  height: 628px;
}
.height-632 {
  height: 632px;
}
.height-636 {
  height: 636px;
}
.height-640 {
  height: 640px;
}
.height-644 {
  height: 644px;
}
.height-648 {
  height: 648px;
}
.height-652 {
  height: 652px;
}
.height-656 {
  height: 656px;
}
.height-660 {
  height: 660px;
}
.height-664 {
  height: 664px;
}
.height-668 {
  height: 668px;
}
.height-672 {
  height: 672px;
}
.height-676 {
  height: 676px;
}
.height-680 {
  height: 680px;
}
.height-684 {
  height: 684px;
}
.height-688 {
  height: 688px;
}
.height-692 {
  height: 692px;
}
.height-696 {
  height: 696px;
}
.height-700 {
  height: 700px;
}
.height-704 {
  height: 704px;
}
.height-708 {
  height: 708px;
}
.height-712 {
  height: 712px;
}
.height-716 {
  height: 716px;
}
.height-720 {
  height: 720px;
}
.height-724 {
  height: 724px;
}
.height-728 {
  height: 728px;
}
.height-732 {
  height: 732px;
}
.height-736 {
  height: 736px;
}
.height-740 {
  height: 740px;
}
.height-744 {
  height: 744px;
}
.height-748 {
  height: 748px;
}
.height-752 {
  height: 752px;
}
.height-756 {
  height: 756px;
}
.height-760 {
  height: 760px;
}
.height-764 {
  height: 764px;
}
.height-768 {
  height: 768px;
}
.height-772 {
  height: 772px;
}
.height-776 {
  height: 776px;
}
.height-780 {
  height: 780px;
}
.height-784 {
  height: 784px;
}
.height-788 {
  height: 788px;
}
.height-792 {
  height: 792px;
}
.height-796 {
  height: 796px;
}
.height-800 {
  height: 800px;
}
.height-804 {
  height: 804px;
}
.height-808 {
  height: 808px;
}
.height-812 {
  height: 812px;
}
.height-816 {
  height: 816px;
}
.height-820 {
  height: 820px;
}
.height-824 {
  height: 824px;
}
.height-828 {
  height: 828px;
}
.height-832 {
  height: 832px;
}
.height-836 {
  height: 836px;
}
.height-840 {
  height: 840px;
}
.height-844 {
  height: 844px;
}
.height-848 {
  height: 848px;
}
.height-852 {
  height: 852px;
}
.height-856 {
  height: 856px;
}
.height-860 {
  height: 860px;
}
.height-864 {
  height: 864px;
}
.height-868 {
  height: 868px;
}
.height-872 {
  height: 872px;
}
.height-876 {
  height: 876px;
}
.height-880 {
  height: 880px;
}
.height-884 {
  height: 884px;
}
.height-888 {
  height: 888px;
}
.height-892 {
  height: 892px;
}
.height-896 {
  height: 896px;
}
.height-900 {
  height: 900px;
}
.height-904 {
  height: 904px;
}
.height-908 {
  height: 908px;
}
.height-912 {
  height: 912px;
}
.height-916 {
  height: 916px;
}
.height-920 {
  height: 920px;
}
.height-924 {
  height: 924px;
}
.height-928 {
  height: 928px;
}
.height-932 {
  height: 932px;
}
.height-936 {
  height: 936px;
}
.height-940 {
  height: 940px;
}
.height-944 {
  height: 944px;
}
.height-948 {
  height: 948px;
}
.height-952 {
  height: 952px;
}
.height-956 {
  height: 956px;
}
.height-960 {
  height: 960px;
}
.height-964 {
  height: 964px;
}
.height-968 {
  height: 968px;
}
.height-972 {
  height: 972px;
}
.height-976 {
  height: 976px;
}
.height-980 {
  height: 980px;
}
.height-984 {
  height: 984px;
}
.height-988 {
  height: 988px;
}
.height-992 {
  height: 992px;
}
.height-996 {
  height: 996px;
}
.height-1000 {
  height: 1000px;
}
.height-1004 {
  height: 1004px;
}
.height-1008 {
  height: 1008px;
}
.height-1012 {
  height: 1012px;
}
.height-1016 {
  height: 1016px;
}
.height-1020 {
  height: 1020px;
}
.height-1024 {
  height: 1024px;
}
.table-full-height {
  height: 100%;
}
.padding--default--top--96 {
  padding-top: 96px;
}
.margin--default--top--96 {
  margin-top: 96px;
}
.padding--default--bottom--96 {
  padding-bottom: 96px;
}
.margin--default--bottom--96 {
  margin-bottom: 96px;
}
.padding--default--left--96 {
  padding-left: 96px;
}
.margin--default--left--96 {
  margin-left: 96px;
}
.padding--default--right--96 {
  padding-right: 96px;
}
.margin--default--right--96 {
  margin-right: 96px;
}
.padding--default--top--92 {
  padding-top: 92px;
}
.margin--default--top--92 {
  margin-top: 92px;
}
.padding--default--bottom--92 {
  padding-bottom: 92px;
}
.margin--default--bottom--92 {
  margin-bottom: 92px;
}
.padding--default--left--92 {
  padding-left: 92px;
}
.margin--default--left--92 {
  margin-left: 92px;
}
.padding--default--right--92 {
  padding-right: 92px;
}
.margin--default--right--92 {
  margin-right: 92px;
}
.padding--default--top--88 {
  padding-top: 88px;
}
.margin--default--top--88 {
  margin-top: 88px;
}
.padding--default--bottom--88 {
  padding-bottom: 88px;
}
.margin--default--bottom--88 {
  margin-bottom: 88px;
}
.padding--default--left--88 {
  padding-left: 88px;
}
.margin--default--left--88 {
  margin-left: 88px;
}
.padding--default--right--88 {
  padding-right: 88px;
}
.margin--default--right--88 {
  margin-right: 88px;
}
.padding--default--top--84 {
  padding-top: 84px;
}
.margin--default--top--84 {
  margin-top: 84px;
}
.padding--default--bottom--84 {
  padding-bottom: 84px;
}
.margin--default--bottom--84 {
  margin-bottom: 84px;
}
.padding--default--left--84 {
  padding-left: 84px;
}
.margin--default--left--84 {
  margin-left: 84px;
}
.padding--default--right--84 {
  padding-right: 84px;
}
.margin--default--right--84 {
  margin-right: 84px;
}
.padding--default--top--80 {
  padding-top: 80px;
}
.margin--default--top--80 {
  margin-top: 80px;
}
.padding--default--bottom--80 {
  padding-bottom: 80px;
}
.margin--default--bottom--80 {
  margin-bottom: 80px;
}
.padding--default--left--80 {
  padding-left: 80px;
}
.margin--default--left--80 {
  margin-left: 80px;
}
.padding--default--right--80 {
  padding-right: 80px;
}
.margin--default--right--80 {
  margin-right: 80px;
}
.padding--default--top--76 {
  padding-top: 76px;
}
.margin--default--top--76 {
  margin-top: 76px;
}
.padding--default--bottom--76 {
  padding-bottom: 76px;
}
.margin--default--bottom--76 {
  margin-bottom: 76px;
}
.padding--default--left--76 {
  padding-left: 76px;
}
.margin--default--left--76 {
  margin-left: 76px;
}
.padding--default--right--76 {
  padding-right: 76px;
}
.margin--default--right--76 {
  margin-right: 76px;
}
.padding--default--top--72 {
  padding-top: 72px;
}
.margin--default--top--72 {
  margin-top: 72px;
}
.padding--default--bottom--72 {
  padding-bottom: 72px;
}
.margin--default--bottom--72 {
  margin-bottom: 72px;
}
.padding--default--left--72 {
  padding-left: 72px;
}
.margin--default--left--72 {
  margin-left: 72px;
}
.padding--default--right--72 {
  padding-right: 72px;
}
.margin--default--right--72 {
  margin-right: 72px;
}
.padding--default--top--68 {
  padding-top: 68px;
}
.margin--default--top--68 {
  margin-top: 68px;
}
.padding--default--bottom--68 {
  padding-bottom: 68px;
}
.margin--default--bottom--68 {
  margin-bottom: 68px;
}
.padding--default--left--68 {
  padding-left: 68px;
}
.margin--default--left--68 {
  margin-left: 68px;
}
.padding--default--right--68 {
  padding-right: 68px;
}
.margin--default--right--68 {
  margin-right: 68px;
}
.padding--default--top--64 {
  padding-top: 64px;
}
.margin--default--top--64 {
  margin-top: 64px;
}
.padding--default--bottom--64 {
  padding-bottom: 64px;
}
.margin--default--bottom--64 {
  margin-bottom: 64px;
}
.padding--default--left--64 {
  padding-left: 64px;
}
.margin--default--left--64 {
  margin-left: 64px;
}
.padding--default--right--64 {
  padding-right: 64px;
}
.margin--default--right--64 {
  margin-right: 64px;
}
.padding--default--top--60 {
  padding-top: 60px;
}
.margin--default--top--60 {
  margin-top: 60px;
}
.padding--default--bottom--60 {
  padding-bottom: 60px;
}
.margin--default--bottom--60 {
  margin-bottom: 60px;
}
.padding--default--left--60 {
  padding-left: 60px;
}
.margin--default--left--60 {
  margin-left: 60px;
}
.padding--default--right--60 {
  padding-right: 60px;
}
.margin--default--right--60 {
  margin-right: 60px;
}
.padding--default--top--56 {
  padding-top: 56px;
}
.margin--default--top--56 {
  margin-top: 56px;
}
.padding--default--bottom--56 {
  padding-bottom: 56px;
}
.margin--default--bottom--56 {
  margin-bottom: 56px;
}
.padding--default--left--56 {
  padding-left: 56px;
}
.margin--default--left--56 {
  margin-left: 56px;
}
.padding--default--right--56 {
  padding-right: 56px;
}
.margin--default--right--56 {
  margin-right: 56px;
}
.padding--default--top--52 {
  padding-top: 52px;
}
.margin--default--top--52 {
  margin-top: 52px;
}
.padding--default--bottom--52 {
  padding-bottom: 52px;
}
.margin--default--bottom--52 {
  margin-bottom: 52px;
}
.padding--default--left--52 {
  padding-left: 52px;
}
.margin--default--left--52 {
  margin-left: 52px;
}
.padding--default--right--52 {
  padding-right: 52px;
}
.margin--default--right--52 {
  margin-right: 52px;
}
.padding--default--top--48 {
  padding-top: 48px;
}
.margin--default--top--48 {
  margin-top: 48px;
}
.padding--default--bottom--48 {
  padding-bottom: 48px;
}
.margin--default--bottom--48 {
  margin-bottom: 48px;
}
.padding--default--left--48 {
  padding-left: 48px;
}
.margin--default--left--48 {
  margin-left: 48px;
}
.padding--default--right--48 {
  padding-right: 48px;
}
.margin--default--right--48 {
  margin-right: 48px;
}
.padding--default--top--44 {
  padding-top: 44px;
}
.margin--default--top--44 {
  margin-top: 44px;
}
.padding--default--bottom--44 {
  padding-bottom: 44px;
}
.margin--default--bottom--44 {
  margin-bottom: 44px;
}
.padding--default--left--44 {
  padding-left: 44px;
}
.margin--default--left--44 {
  margin-left: 44px;
}
.padding--default--right--44 {
  padding-right: 44px;
}
.margin--default--right--44 {
  margin-right: 44px;
}
.padding--default--top--40 {
  padding-top: 40px;
}
.margin--default--top--40 {
  margin-top: 40px;
}
.padding--default--bottom--40 {
  padding-bottom: 40px;
}
.margin--default--bottom--40 {
  margin-bottom: 40px;
}
.padding--default--left--40 {
  padding-left: 40px;
}
.margin--default--left--40 {
  margin-left: 40px;
}
.padding--default--right--40 {
  padding-right: 40px;
}
.margin--default--right--40 {
  margin-right: 40px;
}
.padding--default--top--36 {
  padding-top: 36px;
}
.margin--default--top--36 {
  margin-top: 36px;
}
.padding--default--bottom--36 {
  padding-bottom: 36px;
}
.margin--default--bottom--36 {
  margin-bottom: 36px;
}
.padding--default--left--36 {
  padding-left: 36px;
}
.margin--default--left--36 {
  margin-left: 36px;
}
.padding--default--right--36 {
  padding-right: 36px;
}
.margin--default--right--36 {
  margin-right: 36px;
}
.padding--default--top--32 {
  padding-top: 32px;
}
.margin--default--top--32 {
  margin-top: 32px;
}
.padding--default--bottom--32 {
  padding-bottom: 32px;
}
.margin--default--bottom--32 {
  margin-bottom: 32px;
}
.padding--default--left--32 {
  padding-left: 32px;
}
.margin--default--left--32 {
  margin-left: 32px;
}
.padding--default--right--32 {
  padding-right: 32px;
}
.margin--default--right--32 {
  margin-right: 32px;
}
.padding--default--top--28 {
  padding-top: 28px;
}
.margin--default--top--28 {
  margin-top: 28px;
}
.padding--default--bottom--28 {
  padding-bottom: 28px;
}
.margin--default--bottom--28 {
  margin-bottom: 28px;
}
.padding--default--left--28 {
  padding-left: 28px;
}
.margin--default--left--28 {
  margin-left: 28px;
}
.padding--default--right--28 {
  padding-right: 28px;
}
.margin--default--right--28 {
  margin-right: 28px;
}
.padding--default--top--24 {
  padding-top: 24px;
}
.margin--default--top--24 {
  margin-top: 24px;
}
.padding--default--bottom--24 {
  padding-bottom: 24px;
}
.margin--default--bottom--24 {
  margin-bottom: 24px;
}
.padding--default--left--24 {
  padding-left: 24px;
}
.margin--default--left--24 {
  margin-left: 24px;
}
.padding--default--right--24 {
  padding-right: 24px;
}
.margin--default--right--24 {
  margin-right: 24px;
}
.padding--default--top--20 {
  padding-top: 20px;
}
.margin--default--top--20 {
  margin-top: 20px;
}
.padding--default--bottom--20 {
  padding-bottom: 20px;
}
.margin--default--bottom--20 {
  margin-bottom: 20px;
}
.padding--default--left--20 {
  padding-left: 20px;
}
.margin--default--left--20 {
  margin-left: 20px;
}
.padding--default--right--20 {
  padding-right: 20px;
}
.margin--default--right--20 {
  margin-right: 20px;
}
.padding--default--top--16 {
  padding-top: 16px;
}
.margin--default--top--16 {
  margin-top: 16px;
}
.padding--default--bottom--16 {
  padding-bottom: 16px;
}
.margin--default--bottom--16 {
  margin-bottom: 16px;
}
.padding--default--left--16 {
  padding-left: 16px;
}
.margin--default--left--16 {
  margin-left: 16px;
}
.padding--default--right--16 {
  padding-right: 16px;
}
.margin--default--right--16 {
  margin-right: 16px;
}
.padding--default--top--12 {
  padding-top: 12px;
}
.margin--default--top--12 {
  margin-top: 12px;
}
.padding--default--bottom--12 {
  padding-bottom: 12px;
}
.margin--default--bottom--12 {
  margin-bottom: 12px;
}
.padding--default--left--12 {
  padding-left: 12px;
}
.margin--default--left--12 {
  margin-left: 12px;
}
.padding--default--right--12 {
  padding-right: 12px;
}
.margin--default--right--12 {
  margin-right: 12px;
}
.padding--default--top--8 {
  padding-top: 8px;
}
.margin--default--top--8 {
  margin-top: 8px;
}
.padding--default--bottom--8 {
  padding-bottom: 8px;
}
.margin--default--bottom--8 {
  margin-bottom: 8px;
}
.padding--default--left--8 {
  padding-left: 8px;
}
.margin--default--left--8 {
  margin-left: 8px;
}
.padding--default--right--8 {
  padding-right: 8px;
}
.margin--default--right--8 {
  margin-right: 8px;
}
.padding--default--top--4 {
  padding-top: 4px;
}
.margin--default--top--4 {
  margin-top: 4px;
}
.padding--default--bottom--4 {
  padding-bottom: 4px;
}
.margin--default--bottom--4 {
  margin-bottom: 4px;
}
.padding--default--left--4 {
  padding-left: 4px;
}
.margin--default--left--4 {
  margin-left: 4px;
}
.padding--default--right--4 {
  padding-right: 4px;
}
.margin--default--right--4 {
  margin-right: 4px;
}
.padding--default--top--0 {
  padding-top: 0px;
}
.margin--default--top--0 {
  margin-top: 0px;
}
.padding--default--bottom--0 {
  padding-bottom: 0px;
}
.margin--default--bottom--0 {
  margin-bottom: 0px;
}
.padding--default--left--0 {
  padding-left: 0px;
}
.margin--default--left--0 {
  margin-left: 0px;
}
.padding--default--right--0 {
  padding-right: 0px;
}
.margin--default--right--0 {
  margin-right: 0px;
}
@media (max-width: 991.8px) {
  .padding--tablet--top--96 {
    padding-top: 96px;
  }
  .margin--tablet--top--96 {
    margin-top: 96px;
  }
  .padding--tablet--bottom--96 {
    padding-bottom: 96px;
  }
  .margin--tablet--bottom--96 {
    margin-bottom: 96px;
  }
  .padding--tablet--left--96 {
    padding-left: 96px;
  }
  .margin--tablet--left--96 {
    margin-left: 96px;
  }
  .padding--tablet--right--96 {
    padding-right: 96px;
  }
  .margin--tablet--right--96 {
    margin-right: 96px;
  }
  .padding--tablet--top--92 {
    padding-top: 92px;
  }
  .margin--tablet--top--92 {
    margin-top: 92px;
  }
  .padding--tablet--bottom--92 {
    padding-bottom: 92px;
  }
  .margin--tablet--bottom--92 {
    margin-bottom: 92px;
  }
  .padding--tablet--left--92 {
    padding-left: 92px;
  }
  .margin--tablet--left--92 {
    margin-left: 92px;
  }
  .padding--tablet--right--92 {
    padding-right: 92px;
  }
  .margin--tablet--right--92 {
    margin-right: 92px;
  }
  .padding--tablet--top--88 {
    padding-top: 88px;
  }
  .margin--tablet--top--88 {
    margin-top: 88px;
  }
  .padding--tablet--bottom--88 {
    padding-bottom: 88px;
  }
  .margin--tablet--bottom--88 {
    margin-bottom: 88px;
  }
  .padding--tablet--left--88 {
    padding-left: 88px;
  }
  .margin--tablet--left--88 {
    margin-left: 88px;
  }
  .padding--tablet--right--88 {
    padding-right: 88px;
  }
  .margin--tablet--right--88 {
    margin-right: 88px;
  }
  .padding--tablet--top--84 {
    padding-top: 84px;
  }
  .margin--tablet--top--84 {
    margin-top: 84px;
  }
  .padding--tablet--bottom--84 {
    padding-bottom: 84px;
  }
  .margin--tablet--bottom--84 {
    margin-bottom: 84px;
  }
  .padding--tablet--left--84 {
    padding-left: 84px;
  }
  .margin--tablet--left--84 {
    margin-left: 84px;
  }
  .padding--tablet--right--84 {
    padding-right: 84px;
  }
  .margin--tablet--right--84 {
    margin-right: 84px;
  }
  .padding--tablet--top--80 {
    padding-top: 80px;
  }
  .margin--tablet--top--80 {
    margin-top: 80px;
  }
  .padding--tablet--bottom--80 {
    padding-bottom: 80px;
  }
  .margin--tablet--bottom--80 {
    margin-bottom: 80px;
  }
  .padding--tablet--left--80 {
    padding-left: 80px;
  }
  .margin--tablet--left--80 {
    margin-left: 80px;
  }
  .padding--tablet--right--80 {
    padding-right: 80px;
  }
  .margin--tablet--right--80 {
    margin-right: 80px;
  }
  .padding--tablet--top--76 {
    padding-top: 76px;
  }
  .margin--tablet--top--76 {
    margin-top: 76px;
  }
  .padding--tablet--bottom--76 {
    padding-bottom: 76px;
  }
  .margin--tablet--bottom--76 {
    margin-bottom: 76px;
  }
  .padding--tablet--left--76 {
    padding-left: 76px;
  }
  .margin--tablet--left--76 {
    margin-left: 76px;
  }
  .padding--tablet--right--76 {
    padding-right: 76px;
  }
  .margin--tablet--right--76 {
    margin-right: 76px;
  }
  .padding--tablet--top--72 {
    padding-top: 72px;
  }
  .margin--tablet--top--72 {
    margin-top: 72px;
  }
  .padding--tablet--bottom--72 {
    padding-bottom: 72px;
  }
  .margin--tablet--bottom--72 {
    margin-bottom: 72px;
  }
  .padding--tablet--left--72 {
    padding-left: 72px;
  }
  .margin--tablet--left--72 {
    margin-left: 72px;
  }
  .padding--tablet--right--72 {
    padding-right: 72px;
  }
  .margin--tablet--right--72 {
    margin-right: 72px;
  }
  .padding--tablet--top--68 {
    padding-top: 68px;
  }
  .margin--tablet--top--68 {
    margin-top: 68px;
  }
  .padding--tablet--bottom--68 {
    padding-bottom: 68px;
  }
  .margin--tablet--bottom--68 {
    margin-bottom: 68px;
  }
  .padding--tablet--left--68 {
    padding-left: 68px;
  }
  .margin--tablet--left--68 {
    margin-left: 68px;
  }
  .padding--tablet--right--68 {
    padding-right: 68px;
  }
  .margin--tablet--right--68 {
    margin-right: 68px;
  }
  .padding--tablet--top--64 {
    padding-top: 64px;
  }
  .margin--tablet--top--64 {
    margin-top: 64px;
  }
  .padding--tablet--bottom--64 {
    padding-bottom: 64px;
  }
  .margin--tablet--bottom--64 {
    margin-bottom: 64px;
  }
  .padding--tablet--left--64 {
    padding-left: 64px;
  }
  .margin--tablet--left--64 {
    margin-left: 64px;
  }
  .padding--tablet--right--64 {
    padding-right: 64px;
  }
  .margin--tablet--right--64 {
    margin-right: 64px;
  }
  .padding--tablet--top--60 {
    padding-top: 60px;
  }
  .margin--tablet--top--60 {
    margin-top: 60px;
  }
  .padding--tablet--bottom--60 {
    padding-bottom: 60px;
  }
  .margin--tablet--bottom--60 {
    margin-bottom: 60px;
  }
  .padding--tablet--left--60 {
    padding-left: 60px;
  }
  .margin--tablet--left--60 {
    margin-left: 60px;
  }
  .padding--tablet--right--60 {
    padding-right: 60px;
  }
  .margin--tablet--right--60 {
    margin-right: 60px;
  }
  .padding--tablet--top--56 {
    padding-top: 56px;
  }
  .margin--tablet--top--56 {
    margin-top: 56px;
  }
  .padding--tablet--bottom--56 {
    padding-bottom: 56px;
  }
  .margin--tablet--bottom--56 {
    margin-bottom: 56px;
  }
  .padding--tablet--left--56 {
    padding-left: 56px;
  }
  .margin--tablet--left--56 {
    margin-left: 56px;
  }
  .padding--tablet--right--56 {
    padding-right: 56px;
  }
  .margin--tablet--right--56 {
    margin-right: 56px;
  }
  .padding--tablet--top--52 {
    padding-top: 52px;
  }
  .margin--tablet--top--52 {
    margin-top: 52px;
  }
  .padding--tablet--bottom--52 {
    padding-bottom: 52px;
  }
  .margin--tablet--bottom--52 {
    margin-bottom: 52px;
  }
  .padding--tablet--left--52 {
    padding-left: 52px;
  }
  .margin--tablet--left--52 {
    margin-left: 52px;
  }
  .padding--tablet--right--52 {
    padding-right: 52px;
  }
  .margin--tablet--right--52 {
    margin-right: 52px;
  }
  .padding--tablet--top--48 {
    padding-top: 48px;
  }
  .margin--tablet--top--48 {
    margin-top: 48px;
  }
  .padding--tablet--bottom--48 {
    padding-bottom: 48px;
  }
  .margin--tablet--bottom--48 {
    margin-bottom: 48px;
  }
  .padding--tablet--left--48 {
    padding-left: 48px;
  }
  .margin--tablet--left--48 {
    margin-left: 48px;
  }
  .padding--tablet--right--48 {
    padding-right: 48px;
  }
  .margin--tablet--right--48 {
    margin-right: 48px;
  }
  .padding--tablet--top--44 {
    padding-top: 44px;
  }
  .margin--tablet--top--44 {
    margin-top: 44px;
  }
  .padding--tablet--bottom--44 {
    padding-bottom: 44px;
  }
  .margin--tablet--bottom--44 {
    margin-bottom: 44px;
  }
  .padding--tablet--left--44 {
    padding-left: 44px;
  }
  .margin--tablet--left--44 {
    margin-left: 44px;
  }
  .padding--tablet--right--44 {
    padding-right: 44px;
  }
  .margin--tablet--right--44 {
    margin-right: 44px;
  }
  .padding--tablet--top--40 {
    padding-top: 40px;
  }
  .margin--tablet--top--40 {
    margin-top: 40px;
  }
  .padding--tablet--bottom--40 {
    padding-bottom: 40px;
  }
  .margin--tablet--bottom--40 {
    margin-bottom: 40px;
  }
  .padding--tablet--left--40 {
    padding-left: 40px;
  }
  .margin--tablet--left--40 {
    margin-left: 40px;
  }
  .padding--tablet--right--40 {
    padding-right: 40px;
  }
  .margin--tablet--right--40 {
    margin-right: 40px;
  }
  .padding--tablet--top--36 {
    padding-top: 36px;
  }
  .margin--tablet--top--36 {
    margin-top: 36px;
  }
  .padding--tablet--bottom--36 {
    padding-bottom: 36px;
  }
  .margin--tablet--bottom--36 {
    margin-bottom: 36px;
  }
  .padding--tablet--left--36 {
    padding-left: 36px;
  }
  .margin--tablet--left--36 {
    margin-left: 36px;
  }
  .padding--tablet--right--36 {
    padding-right: 36px;
  }
  .margin--tablet--right--36 {
    margin-right: 36px;
  }
  .padding--tablet--top--32 {
    padding-top: 32px;
  }
  .margin--tablet--top--32 {
    margin-top: 32px;
  }
  .padding--tablet--bottom--32 {
    padding-bottom: 32px;
  }
  .margin--tablet--bottom--32 {
    margin-bottom: 32px;
  }
  .padding--tablet--left--32 {
    padding-left: 32px;
  }
  .margin--tablet--left--32 {
    margin-left: 32px;
  }
  .padding--tablet--right--32 {
    padding-right: 32px;
  }
  .margin--tablet--right--32 {
    margin-right: 32px;
  }
  .padding--tablet--top--28 {
    padding-top: 28px;
  }
  .margin--tablet--top--28 {
    margin-top: 28px;
  }
  .padding--tablet--bottom--28 {
    padding-bottom: 28px;
  }
  .margin--tablet--bottom--28 {
    margin-bottom: 28px;
  }
  .padding--tablet--left--28 {
    padding-left: 28px;
  }
  .margin--tablet--left--28 {
    margin-left: 28px;
  }
  .padding--tablet--right--28 {
    padding-right: 28px;
  }
  .margin--tablet--right--28 {
    margin-right: 28px;
  }
  .padding--tablet--top--24 {
    padding-top: 24px;
  }
  .margin--tablet--top--24 {
    margin-top: 24px;
  }
  .padding--tablet--bottom--24 {
    padding-bottom: 24px;
  }
  .margin--tablet--bottom--24 {
    margin-bottom: 24px;
  }
  .padding--tablet--left--24 {
    padding-left: 24px;
  }
  .margin--tablet--left--24 {
    margin-left: 24px;
  }
  .padding--tablet--right--24 {
    padding-right: 24px;
  }
  .margin--tablet--right--24 {
    margin-right: 24px;
  }
  .padding--tablet--top--20 {
    padding-top: 20px;
  }
  .margin--tablet--top--20 {
    margin-top: 20px;
  }
  .padding--tablet--bottom--20 {
    padding-bottom: 20px;
  }
  .margin--tablet--bottom--20 {
    margin-bottom: 20px;
  }
  .padding--tablet--left--20 {
    padding-left: 20px;
  }
  .margin--tablet--left--20 {
    margin-left: 20px;
  }
  .padding--tablet--right--20 {
    padding-right: 20px;
  }
  .margin--tablet--right--20 {
    margin-right: 20px;
  }
  .padding--tablet--top--16 {
    padding-top: 16px;
  }
  .margin--tablet--top--16 {
    margin-top: 16px;
  }
  .padding--tablet--bottom--16 {
    padding-bottom: 16px;
  }
  .margin--tablet--bottom--16 {
    margin-bottom: 16px;
  }
  .padding--tablet--left--16 {
    padding-left: 16px;
  }
  .margin--tablet--left--16 {
    margin-left: 16px;
  }
  .padding--tablet--right--16 {
    padding-right: 16px;
  }
  .margin--tablet--right--16 {
    margin-right: 16px;
  }
  .padding--tablet--top--12 {
    padding-top: 12px;
  }
  .margin--tablet--top--12 {
    margin-top: 12px;
  }
  .padding--tablet--bottom--12 {
    padding-bottom: 12px;
  }
  .margin--tablet--bottom--12 {
    margin-bottom: 12px;
  }
  .padding--tablet--left--12 {
    padding-left: 12px;
  }
  .margin--tablet--left--12 {
    margin-left: 12px;
  }
  .padding--tablet--right--12 {
    padding-right: 12px;
  }
  .margin--tablet--right--12 {
    margin-right: 12px;
  }
  .padding--tablet--top--8 {
    padding-top: 8px;
  }
  .margin--tablet--top--8 {
    margin-top: 8px;
  }
  .padding--tablet--bottom--8 {
    padding-bottom: 8px;
  }
  .margin--tablet--bottom--8 {
    margin-bottom: 8px;
  }
  .padding--tablet--left--8 {
    padding-left: 8px;
  }
  .margin--tablet--left--8 {
    margin-left: 8px;
  }
  .padding--tablet--right--8 {
    padding-right: 8px;
  }
  .margin--tablet--right--8 {
    margin-right: 8px;
  }
  .padding--tablet--top--4 {
    padding-top: 4px;
  }
  .margin--tablet--top--4 {
    margin-top: 4px;
  }
  .padding--tablet--bottom--4 {
    padding-bottom: 4px;
  }
  .margin--tablet--bottom--4 {
    margin-bottom: 4px;
  }
  .padding--tablet--left--4 {
    padding-left: 4px;
  }
  .margin--tablet--left--4 {
    margin-left: 4px;
  }
  .padding--tablet--right--4 {
    padding-right: 4px;
  }
  .margin--tablet--right--4 {
    margin-right: 4px;
  }
  .padding--tablet--top--0 {
    padding-top: 0px;
  }
  .margin--tablet--top--0 {
    margin-top: 0px;
  }
  .padding--tablet--bottom--0 {
    padding-bottom: 0px;
  }
  .margin--tablet--bottom--0 {
    margin-bottom: 0px;
  }
  .padding--tablet--left--0 {
    padding-left: 0px;
  }
  .margin--tablet--left--0 {
    margin-left: 0px;
  }
  .padding--tablet--right--0 {
    padding-right: 0px;
  }
  .margin--tablet--right--0 {
    margin-right: 0px;
  }
}
@media (max-width: 767.8px) {
  .padding--phone--top--96 {
    padding-top: 96px;
  }
  .margin--phone--top--96 {
    margin-top: 96px;
  }
  .padding--phone--bottom--96 {
    padding-bottom: 96px;
  }
  .margin--phone--bottom--96 {
    margin-bottom: 96px;
  }
  .padding--phone--left--96 {
    padding-left: 96px;
  }
  .margin--phone--left--96 {
    margin-left: 96px;
  }
  .padding--phone--right--96 {
    padding-right: 96px;
  }
  .margin--phone--right--96 {
    margin-right: 96px;
  }
  .padding--phone--top--92 {
    padding-top: 92px;
  }
  .margin--phone--top--92 {
    margin-top: 92px;
  }
  .padding--phone--bottom--92 {
    padding-bottom: 92px;
  }
  .margin--phone--bottom--92 {
    margin-bottom: 92px;
  }
  .padding--phone--left--92 {
    padding-left: 92px;
  }
  .margin--phone--left--92 {
    margin-left: 92px;
  }
  .padding--phone--right--92 {
    padding-right: 92px;
  }
  .margin--phone--right--92 {
    margin-right: 92px;
  }
  .padding--phone--top--88 {
    padding-top: 88px;
  }
  .margin--phone--top--88 {
    margin-top: 88px;
  }
  .padding--phone--bottom--88 {
    padding-bottom: 88px;
  }
  .margin--phone--bottom--88 {
    margin-bottom: 88px;
  }
  .padding--phone--left--88 {
    padding-left: 88px;
  }
  .margin--phone--left--88 {
    margin-left: 88px;
  }
  .padding--phone--right--88 {
    padding-right: 88px;
  }
  .margin--phone--right--88 {
    margin-right: 88px;
  }
  .padding--phone--top--84 {
    padding-top: 84px;
  }
  .margin--phone--top--84 {
    margin-top: 84px;
  }
  .padding--phone--bottom--84 {
    padding-bottom: 84px;
  }
  .margin--phone--bottom--84 {
    margin-bottom: 84px;
  }
  .padding--phone--left--84 {
    padding-left: 84px;
  }
  .margin--phone--left--84 {
    margin-left: 84px;
  }
  .padding--phone--right--84 {
    padding-right: 84px;
  }
  .margin--phone--right--84 {
    margin-right: 84px;
  }
  .padding--phone--top--80 {
    padding-top: 80px;
  }
  .margin--phone--top--80 {
    margin-top: 80px;
  }
  .padding--phone--bottom--80 {
    padding-bottom: 80px;
  }
  .margin--phone--bottom--80 {
    margin-bottom: 80px;
  }
  .padding--phone--left--80 {
    padding-left: 80px;
  }
  .margin--phone--left--80 {
    margin-left: 80px;
  }
  .padding--phone--right--80 {
    padding-right: 80px;
  }
  .margin--phone--right--80 {
    margin-right: 80px;
  }
  .padding--phone--top--76 {
    padding-top: 76px;
  }
  .margin--phone--top--76 {
    margin-top: 76px;
  }
  .padding--phone--bottom--76 {
    padding-bottom: 76px;
  }
  .margin--phone--bottom--76 {
    margin-bottom: 76px;
  }
  .padding--phone--left--76 {
    padding-left: 76px;
  }
  .margin--phone--left--76 {
    margin-left: 76px;
  }
  .padding--phone--right--76 {
    padding-right: 76px;
  }
  .margin--phone--right--76 {
    margin-right: 76px;
  }
  .padding--phone--top--72 {
    padding-top: 72px;
  }
  .margin--phone--top--72 {
    margin-top: 72px;
  }
  .padding--phone--bottom--72 {
    padding-bottom: 72px;
  }
  .margin--phone--bottom--72 {
    margin-bottom: 72px;
  }
  .padding--phone--left--72 {
    padding-left: 72px;
  }
  .margin--phone--left--72 {
    margin-left: 72px;
  }
  .padding--phone--right--72 {
    padding-right: 72px;
  }
  .margin--phone--right--72 {
    margin-right: 72px;
  }
  .padding--phone--top--68 {
    padding-top: 68px;
  }
  .margin--phone--top--68 {
    margin-top: 68px;
  }
  .padding--phone--bottom--68 {
    padding-bottom: 68px;
  }
  .margin--phone--bottom--68 {
    margin-bottom: 68px;
  }
  .padding--phone--left--68 {
    padding-left: 68px;
  }
  .margin--phone--left--68 {
    margin-left: 68px;
  }
  .padding--phone--right--68 {
    padding-right: 68px;
  }
  .margin--phone--right--68 {
    margin-right: 68px;
  }
  .padding--phone--top--64 {
    padding-top: 64px;
  }
  .margin--phone--top--64 {
    margin-top: 64px;
  }
  .padding--phone--bottom--64 {
    padding-bottom: 64px;
  }
  .margin--phone--bottom--64 {
    margin-bottom: 64px;
  }
  .padding--phone--left--64 {
    padding-left: 64px;
  }
  .margin--phone--left--64 {
    margin-left: 64px;
  }
  .padding--phone--right--64 {
    padding-right: 64px;
  }
  .margin--phone--right--64 {
    margin-right: 64px;
  }
  .padding--phone--top--60 {
    padding-top: 60px;
  }
  .margin--phone--top--60 {
    margin-top: 60px;
  }
  .padding--phone--bottom--60 {
    padding-bottom: 60px;
  }
  .margin--phone--bottom--60 {
    margin-bottom: 60px;
  }
  .padding--phone--left--60 {
    padding-left: 60px;
  }
  .margin--phone--left--60 {
    margin-left: 60px;
  }
  .padding--phone--right--60 {
    padding-right: 60px;
  }
  .margin--phone--right--60 {
    margin-right: 60px;
  }
  .padding--phone--top--56 {
    padding-top: 56px;
  }
  .margin--phone--top--56 {
    margin-top: 56px;
  }
  .padding--phone--bottom--56 {
    padding-bottom: 56px;
  }
  .margin--phone--bottom--56 {
    margin-bottom: 56px;
  }
  .padding--phone--left--56 {
    padding-left: 56px;
  }
  .margin--phone--left--56 {
    margin-left: 56px;
  }
  .padding--phone--right--56 {
    padding-right: 56px;
  }
  .margin--phone--right--56 {
    margin-right: 56px;
  }
  .padding--phone--top--52 {
    padding-top: 52px;
  }
  .margin--phone--top--52 {
    margin-top: 52px;
  }
  .padding--phone--bottom--52 {
    padding-bottom: 52px;
  }
  .margin--phone--bottom--52 {
    margin-bottom: 52px;
  }
  .padding--phone--left--52 {
    padding-left: 52px;
  }
  .margin--phone--left--52 {
    margin-left: 52px;
  }
  .padding--phone--right--52 {
    padding-right: 52px;
  }
  .margin--phone--right--52 {
    margin-right: 52px;
  }
  .padding--phone--top--48 {
    padding-top: 48px;
  }
  .margin--phone--top--48 {
    margin-top: 48px;
  }
  .padding--phone--bottom--48 {
    padding-bottom: 48px;
  }
  .margin--phone--bottom--48 {
    margin-bottom: 48px;
  }
  .padding--phone--left--48 {
    padding-left: 48px;
  }
  .margin--phone--left--48 {
    margin-left: 48px;
  }
  .padding--phone--right--48 {
    padding-right: 48px;
  }
  .margin--phone--right--48 {
    margin-right: 48px;
  }
  .padding--phone--top--44 {
    padding-top: 44px;
  }
  .margin--phone--top--44 {
    margin-top: 44px;
  }
  .padding--phone--bottom--44 {
    padding-bottom: 44px;
  }
  .margin--phone--bottom--44 {
    margin-bottom: 44px;
  }
  .padding--phone--left--44 {
    padding-left: 44px;
  }
  .margin--phone--left--44 {
    margin-left: 44px;
  }
  .padding--phone--right--44 {
    padding-right: 44px;
  }
  .margin--phone--right--44 {
    margin-right: 44px;
  }
  .padding--phone--top--40 {
    padding-top: 40px;
  }
  .margin--phone--top--40 {
    margin-top: 40px;
  }
  .padding--phone--bottom--40 {
    padding-bottom: 40px;
  }
  .margin--phone--bottom--40 {
    margin-bottom: 40px;
  }
  .padding--phone--left--40 {
    padding-left: 40px;
  }
  .margin--phone--left--40 {
    margin-left: 40px;
  }
  .padding--phone--right--40 {
    padding-right: 40px;
  }
  .margin--phone--right--40 {
    margin-right: 40px;
  }
  .padding--phone--top--36 {
    padding-top: 36px;
  }
  .margin--phone--top--36 {
    margin-top: 36px;
  }
  .padding--phone--bottom--36 {
    padding-bottom: 36px;
  }
  .margin--phone--bottom--36 {
    margin-bottom: 36px;
  }
  .padding--phone--left--36 {
    padding-left: 36px;
  }
  .margin--phone--left--36 {
    margin-left: 36px;
  }
  .padding--phone--right--36 {
    padding-right: 36px;
  }
  .margin--phone--right--36 {
    margin-right: 36px;
  }
  .padding--phone--top--32 {
    padding-top: 32px;
  }
  .margin--phone--top--32 {
    margin-top: 32px;
  }
  .padding--phone--bottom--32 {
    padding-bottom: 32px;
  }
  .margin--phone--bottom--32 {
    margin-bottom: 32px;
  }
  .padding--phone--left--32 {
    padding-left: 32px;
  }
  .margin--phone--left--32 {
    margin-left: 32px;
  }
  .padding--phone--right--32 {
    padding-right: 32px;
  }
  .margin--phone--right--32 {
    margin-right: 32px;
  }
  .padding--phone--top--28 {
    padding-top: 28px;
  }
  .margin--phone--top--28 {
    margin-top: 28px;
  }
  .padding--phone--bottom--28 {
    padding-bottom: 28px;
  }
  .margin--phone--bottom--28 {
    margin-bottom: 28px;
  }
  .padding--phone--left--28 {
    padding-left: 28px;
  }
  .margin--phone--left--28 {
    margin-left: 28px;
  }
  .padding--phone--right--28 {
    padding-right: 28px;
  }
  .margin--phone--right--28 {
    margin-right: 28px;
  }
  .padding--phone--top--24 {
    padding-top: 24px;
  }
  .margin--phone--top--24 {
    margin-top: 24px;
  }
  .padding--phone--bottom--24 {
    padding-bottom: 24px;
  }
  .margin--phone--bottom--24 {
    margin-bottom: 24px;
  }
  .padding--phone--left--24 {
    padding-left: 24px;
  }
  .margin--phone--left--24 {
    margin-left: 24px;
  }
  .padding--phone--right--24 {
    padding-right: 24px;
  }
  .margin--phone--right--24 {
    margin-right: 24px;
  }
  .padding--phone--top--20 {
    padding-top: 20px;
  }
  .margin--phone--top--20 {
    margin-top: 20px;
  }
  .padding--phone--bottom--20 {
    padding-bottom: 20px;
  }
  .margin--phone--bottom--20 {
    margin-bottom: 20px;
  }
  .padding--phone--left--20 {
    padding-left: 20px;
  }
  .margin--phone--left--20 {
    margin-left: 20px;
  }
  .padding--phone--right--20 {
    padding-right: 20px;
  }
  .margin--phone--right--20 {
    margin-right: 20px;
  }
  .padding--phone--top--16 {
    padding-top: 16px;
  }
  .margin--phone--top--16 {
    margin-top: 16px;
  }
  .padding--phone--bottom--16 {
    padding-bottom: 16px;
  }
  .margin--phone--bottom--16 {
    margin-bottom: 16px;
  }
  .padding--phone--left--16 {
    padding-left: 16px;
  }
  .margin--phone--left--16 {
    margin-left: 16px;
  }
  .padding--phone--right--16 {
    padding-right: 16px;
  }
  .margin--phone--right--16 {
    margin-right: 16px;
  }
  .padding--phone--top--12 {
    padding-top: 12px;
  }
  .margin--phone--top--12 {
    margin-top: 12px;
  }
  .padding--phone--bottom--12 {
    padding-bottom: 12px;
  }
  .margin--phone--bottom--12 {
    margin-bottom: 12px;
  }
  .padding--phone--left--12 {
    padding-left: 12px;
  }
  .margin--phone--left--12 {
    margin-left: 12px;
  }
  .padding--phone--right--12 {
    padding-right: 12px;
  }
  .margin--phone--right--12 {
    margin-right: 12px;
  }
  .padding--phone--top--8 {
    padding-top: 8px;
  }
  .margin--phone--top--8 {
    margin-top: 8px;
  }
  .padding--phone--bottom--8 {
    padding-bottom: 8px;
  }
  .margin--phone--bottom--8 {
    margin-bottom: 8px;
  }
  .padding--phone--left--8 {
    padding-left: 8px;
  }
  .margin--phone--left--8 {
    margin-left: 8px;
  }
  .padding--phone--right--8 {
    padding-right: 8px;
  }
  .margin--phone--right--8 {
    margin-right: 8px;
  }
  .padding--phone--top--4 {
    padding-top: 4px;
  }
  .margin--phone--top--4 {
    margin-top: 4px;
  }
  .padding--phone--bottom--4 {
    padding-bottom: 4px;
  }
  .margin--phone--bottom--4 {
    margin-bottom: 4px;
  }
  .padding--phone--left--4 {
    padding-left: 4px;
  }
  .margin--phone--left--4 {
    margin-left: 4px;
  }
  .padding--phone--right--4 {
    padding-right: 4px;
  }
  .margin--phone--right--4 {
    margin-right: 4px;
  }
  .padding--phone--top--0 {
    padding-top: 0px;
  }
  .margin--phone--top--0 {
    margin-top: 0px;
  }
  .padding--phone--bottom--0 {
    padding-bottom: 0px;
  }
  .margin--phone--bottom--0 {
    margin-bottom: 0px;
  }
  .padding--phone--left--0 {
    padding-left: 0px;
  }
  .margin--phone--left--0 {
    margin-left: 0px;
  }
  .padding--phone--right--0 {
    padding-right: 0px;
  }
  .margin--phone--right--0 {
    margin-right: 0px;
  }
}

/* Code specifically for targeting buttons outside of the generic button component */
.btn-override {
  font-family: "Trade Gothic Next LT W01 Heavy", arial, sans-serif;
  font-size: 1.125rem;
  padding: 8px 24px;
}

/* imports for all less variable files */
/* colors */
/* ------------------------------------------------------------------------- */
/* Colors */
/* ------------------------------------------------------------------------- */
.lp-h1 {
  font-family: 'Trade Gothic Next LT W01 Heavy', arial, sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media (max-width: 991.8px) {
  .lp-h1 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 767.8px) {
  .lp-h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.lp-h1 sup {
  font-size: 20%;
  vertical-align: super;
  margin-left: 1px;
  top: -1.1em;
}
.insights-h1 {
  font-family: 'Trade Gothic Next LT W01 Light', Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 3.75rem;
}
@media (max-width: 991.8px) {
  .insights-h1 {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 767.8px) {
  .insights-h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.lp-subhead {
  font-family: 'Trade Gothic Next LT W01 Light', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (max-width: 767.8px) {
  .lp-subhead {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

