@font-face {
  font-display: swap;
  font-family: "Khand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/khand-v22-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Khand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/khand-v22-latin_latin-ext-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Khand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/khand-v22-latin_latin-ext-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/josefin-sans-v34-latin_latin-ext-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/josefin-sans-v34-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/josefin-sans-v34-latin_latin-ext-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/josefin-sans-v34-latin_latin-ext-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v19-latin_latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v19-latin_latin-ext-700.woff2") format("woff2");
}
:root {
  --aurora-font-headings: "Khand", sans-serif;
  --aurora-font-base: "Source Sans 3", sans-serif;
  --aurora-font-additional: "Josefin Sans", sans-serif;
  --aurora-font-icon: "Font Awesome 6 Free";
  --aurora-color-dark: #1d1d1d;
  --aurora-color-white: #fff;
  --aurora-color-black: #000;
  --aurora-color-primary: #ff613e;
  --aurora-color-primary-dark: #be3a1b;
  --aurora-color-primary-transparent-20: rgba(255, 97, 62, 0.2);
  --aurora-color-primary-transparent-40: rgba(255, 97, 62, 0.4);
  --aurora-color-primary-transparent-80: rgba(255, 97, 62, 0.8);
  --aurora-color-grey: #eeeeee;
  --aurora-color-grey-2: #e5e5e5;
  --aurora-color-grey-3: #a1a1a1;
  --aurora-color-grey-4: #b6b6b6;
  --aurora-color-dark-grey: #5e5e5e;
  --aurora-color-surface-dark: #1f1f21;
  --aurora-color-success: #88d8b0;
  --aurora-color-info: #acacac;
  --aurora-color-warning: #ffcc5c;
  --aurora-color-danger: #c70039;
  --aurora-animation-overlay-duration: 500ms;
  --aurora-animation-overlay-timing: ease;
}

body {
  color: var(--aurora-color-dark-grey);
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: var(--aurora-font-base);
}

.fa {
  font-family: FontAwesome;
}

.EasyDNNSkin_Aurora {
  overflow-x: hidden;
}
@media (min-width: 1400px) {
  .EasyDNNSkin_Aurora .container {
    max-width: 1600px;
  }
}

a:link, a:visited, a:active {
  color: var(--aurora-color-primary);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: var(--aurora-color-primary);
}

.Normal {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.eds_popupContainer {
  position: relative;
}
.eds_popupContainer .eds_popup {
  position: absolute;
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}

.eds__popupClose {
  position: absolute;
  top: 100%;
  right: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0.6rem 1rem;
  font: 1rem/1 var(--aurora-font-headings);
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
}
.eds__popupClose > i {
  font-size: 1.2rem;
  padding-right: 0.6rem;
  vertical-align: middle;
}
.eds__popupClose:hover {
  background-color: var(--aurora-color-primary-dark);
}

.edn_clearFix::before, .edn_clearFix::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.eds_fontIcon {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: clamp(0.85rem, 1.2vw, 1rem);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border: 4px solid var(--aurora-color-grey-2);
}
.eds_fontIcon::before {
  display: none;
}
.eds_fontIcon > i {
  display: block;
  line-height: 1;
}
.eds_fontIcon.eds_square {
  border-radius: 0;
}

@keyframes overlayInTop {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
}
@keyframes overlayInRight {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
}
@keyframes overlayInBottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
}
@keyframes overlayInLeft {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
}
@keyframes overlayOutTop {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
  to {
    transform: rotate3d(-1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes overlayOutRight {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
  to {
    transform: rotate3d(0, -1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes overlayOutBottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
  to {
    transform: rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes overlayOutLeft {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--aurora-font-headings);
  color: var(--aurora-color-dark);
  font-weight: 600;
  margin: 0 0 0.75em;
}

.h1, h1 {
  font-size: clamp(2.2rem, 5vw, 3.625rem);
  line-height: 1.05;
  font-weight: 700;
}

.h2, h2 {
  font-size: clamp(1.7rem, 4vw, 2.625rem);
  line-height: 1.1;
  font-weight: 700;
}

.h3, h3 {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.15;
}

.h4, h4 {
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  line-height: 1.2;
}

.h5, h5 {
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.25;
}

.h6, h6 {
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  line-height: 1.3;
}

.display-1, .display-2, .display-3, .display-4 {
  font-family: var(--aurora-font-headings);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--aurora-color-dark);
  margin: 0 0 0.5em;
}

.display-1 {
  font-size: clamp(4.5rem, 10vw, 8rem);
}

.display-2 {
  font-size: clamp(3.8rem, 8vw, 6.5rem);
}

.display-3 {
  font-size: clamp(3rem, 6.5vw, 5rem);
}

.display-4 {
  font-size: clamp(2.4rem, 5vw, 3.75rem);
}

.eds_subtitle {
  font-family: var(--aurora-font-additional);
}

.eds_typeOverline,
.eds_subtitleSmall,
.eds_typeH1,
.eds_typeH1Accent,
.eds_typeH2,
.eds_typeH3,
.eds_typeH3Sm,
.eds_typeDisplay,
.eds_typeBodyLead,
.eds_typeSectionHeadline,
.eds_typeAdvantagesHeading,
.eds_typeAdvantagesHeadingSm {
  margin: 0;
}

.eds_typeOverline {
  font-family: var(--aurora-font-additional);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--aurora-color-primary);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.eds_typeOverline::before {
  content: "";
  display: block;
  background-color: var(--aurora-color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(6.8rem, 9.5vw, 8.2rem);
  height: 4px;
}

.eds_subtitleSmall {
  font-family: var(--aurora-font-additional);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--aurora-color-primary);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.eds_typeH1,
.eds_typeH1Accent,
.eds_typeH2,
.eds_typeH3,
.eds_typeH3Sm,
.eds_typeDisplay {
  font-family: var(--aurora-font-headings);
  letter-spacing: 0;
  text-transform: none;
}

.eds_typeH1 {
  font-size: 3.625rem;
  line-height: 1.05;
  font-weight: 700;
  color: var(--aurora-color-dark);
}

.eds_typeH1Accent {
  font-size: 3.625rem;
  line-height: 1.05;
  font-weight: 700;
  color: var(--aurora-color-primary);
}

.eds_typeH2 {
  font-size: 2.625rem;
  line-height: 1.1;
  font-weight: 700;
  color: var(--aurora-color-dark);
}

.eds_typeH3 {
  font-family: var(--aurora-font-additional);
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--aurora-color-dark);
}

.eds_typeH3Sm {
  font-family: var(--aurora-font-additional);
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--aurora-color-dark);
}

.eds_typeDisplay {
  font-size: 12.5rem;
  line-height: 0.9;
  font-weight: 700;
  color: var(--aurora-color-primary);
  text-transform: uppercase;
}

.eds_typeSectionHeadline {
  font-family: var(--aurora-font-headings);
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--aurora-color-dark);
  position: relative;
  padding-bottom: 1rem;
}
.eds_typeSectionHeadline::after {
  content: "";
  display: block;
  width: clamp(6.8rem, 9.5vw, 8.2rem);
  height: 4px;
  margin-top: 0.95rem;
  background-color: var(--aurora-color-primary);
}

.eds_typeAdvantagesHeading {
  font-family: var(--aurora-font-headings);
  font-size: clamp(2.65rem, 5.5vw, 4.125rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--aurora-color-dark);
  position: relative;
  padding-bottom: 1rem;
  text-align: center;
}
.eds_typeAdvantagesHeading::after {
  content: "";
  display: block;
  width: clamp(6rem, 8.5vw, 7.25rem);
  height: 4px;
  margin: 0.9rem auto 0;
  background-color: var(--aurora-color-primary);
}

.eds_typeAdvantagesHeadingSm {
  font-family: var(--aurora-font-headings);
  font-size: clamp(2.2rem, 4.3vw, 3.2rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--aurora-color-dark);
  position: relative;
  padding-bottom: 1rem;
  text-align: center;
}
.eds_typeAdvantagesHeadingSm::after {
  content: "";
  display: block;
  width: clamp(5.4rem, 7.6vw, 6.7rem);
  height: 4px;
  margin: 0.85rem auto 0;
  background-color: var(--aurora-color-primary);
}

.eds_typeCtaPanelHeading {
  font-family: var(--aurora-font-headings);
  font-size: clamp(2.1rem, 4.1vw, 3.5rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: inherit;
  position: relative;
  padding-bottom: 1rem;
}
.eds_typeCtaPanelHeading::after {
  content: "";
  display: block;
  width: clamp(5.4rem, 7.6vw, 6.8rem);
  height: 4px;
  margin-top: 0.82rem;
  background-color: var(--aurora-color-primary);
}
.eds_typeCtaPanelHeading.eds_typeCtaPanelHeading--light {
  color: var(--aurora-color-white);
}
.eds_typeCtaPanelHeading.eds_typeCtaPanelHeading--light::after {
  background-color: var(--aurora-color-white);
}

.eds_typeBodyLead {
  font-family: var(--aurora-font-base);
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}

.eds_typeHeroKickerDivider,
.eds_typeHeroMainHeading {
  margin: 0;
}

.eds_typeHeroKickerDivider {
  font-family: var(--aurora-font-headings);
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--aurora-color-dark);
  position: relative;
  padding-bottom: 1rem;
  text-align: center;
}
.eds_typeHeroKickerDivider::after {
  content: "";
  display: block;
  width: clamp(6.8rem, 9.5vw, 8.2rem);
  height: 4px;
  margin: 0.85rem auto 0;
  background-color: var(--aurora-color-white);
}

.eds_typeHeroMainHeading {
  font-family: var(--aurora-font-headings);
  font-size: clamp(2.8rem, 6vw, 6.25rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--aurora-color-white);
  text-align: center;
}

@media (max-width: 991.98px) {
  .eds_typeH1,
  .eds_typeH1Accent {
    font-size: 3.1rem;
  }
  .eds_typeH2 {
    font-size: 2.2rem;
  }
  .eds_typeDisplay {
    font-size: 8.5rem;
  }
  .eds_typeSectionHeadline {
    font-size: 2.6rem;
  }
  .eds_typeAdvantagesHeading {
    font-size: clamp(2.4rem, 6vw, 3.5rem);
  }
  .eds_typeAdvantagesHeadingSm {
    font-size: clamp(2rem, 5.2vw, 2.75rem);
  }
  .eds_typeCtaPanelHeading {
    font-size: clamp(1.95rem, 4.8vw, 3rem);
  }
  .eds_typeBodyLead {
    font-size: 1.25rem;
  }
  .eds_typeHeroKickerDivider {
    font-size: 2.45rem;
  }
  .eds_typeHeroMainHeading {
    font-size: clamp(2.45rem, 6vw, 5rem);
  }
}
@media (max-width: 767.98px) {
  .eds_typeH1,
  .eds_typeH1Accent {
    font-size: 2.6rem;
  }
  .eds_typeH2 {
    font-size: 1.95rem;
  }
  .eds_typeDisplay {
    font-size: 6.5rem;
    line-height: 0.95;
  }
  .eds_typeSectionHeadline {
    font-size: 2.2rem;
  }
  .eds_typeAdvantagesHeading {
    font-size: clamp(2.1rem, 7.2vw, 2.95rem);
  }
  .eds_typeAdvantagesHeadingSm {
    font-size: clamp(1.85rem, 6.8vw, 2.35rem);
  }
  .eds_typeCtaPanelHeading {
    font-size: clamp(1.9rem, 7vw, 2.8rem);
  }
  .eds_typeBodyLead {
    font-size: 1.15rem;
  }
  .eds_typeHeroKickerDivider {
    font-size: 2rem;
  }
  .eds_typeHeroMainHeading {
    font-size: clamp(2.1rem, 7vw, 4rem);
  }
}
@media (max-width: 575.98px) {
  .eds_typeH1,
  .eds_typeH1Accent {
    font-size: 2.2rem;
  }
  .eds_typeH2 {
    font-size: 1.7rem;
  }
  .eds_typeDisplay {
    font-size: 4.5rem;
    line-height: 1;
  }
  .eds_typeSectionHeadline {
    font-size: 1.9rem;
  }
  .eds_typeAdvantagesHeading {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }
  .eds_typeAdvantagesHeadingSm {
    font-size: clamp(1.6rem, 8.6vw, 2.05rem);
  }
  .eds_typeCtaPanelHeading {
    font-size: clamp(1.65rem, 8.8vw, 2.2rem);
  }
  .eds_typeBodyLead {
    font-size: 1.05rem;
  }
  .eds_typeHeroKickerDivider {
    font-size: 1.6rem;
  }
  .eds_typeHeroMainHeading {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }
}
ul, ol {
  margin: initial;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: upper-roman;
}
ol ol ol {
  list-style-type: lower-roman;
}

ul.eds_listCircle, ul.eds_listStar, ul.eds_listCheckSquare, ul.eds_listChevronCircle, ul.eds_listCircleO, ul.eds_listCheck, ul.eds_listCheckSquareO, ul.eds_listPaperclip {
  margin: 0 0 3rem;
}
ul.eds_listCircle > li, ul.eds_listStar > li, ul.eds_listCheckSquare > li, ul.eds_listChevronCircle > li, ul.eds_listCircleO > li, ul.eds_listCheck > li, ul.eds_listCheckSquareO > li, ul.eds_listPaperclip > li {
  margin: 0 0 0.3rem;
  position: relative;
  padding: 0 0 0 1.3rem;
  list-style-type: none;
}
ul.eds_listCircle > li::before, ul.eds_listStar > li::before, ul.eds_listCheckSquare > li::before, ul.eds_listChevronCircle > li::before, ul.eds_listCircleO > li::before, ul.eds_listCheck > li::before, ul.eds_listCheckSquareO > li::before, ul.eds_listPaperclip > li::before {
  position: absolute;
  color: var(--aurora-color-dark);
  font-family: var(--aurora-font-icon);
  line-height: 1.5;
  font-weight: 900;
  left: 0;
  top: 0;
}
ul.eds_listCircle > li::before {
  content: "\f111";
  font-size: 0.5rem;
  top: 0.3rem;
}
ul.eds_listStar > li::before {
  content: "\f005";
}
ul.eds_listCheckSquare > li::before {
  content: "\f14a";
}
ul.eds_listChevronCircle > li::before {
  content: "\f138";
}
ul.eds_listCircleO > li::before {
  font-size: 0.7rem;
  content: "\f111";
  font-weight: normal;
  line-height: 1.95;
}
ul.eds_listCheck > li {
  padding-left: 1.4rem;
}
ul.eds_listCheck > li::before {
  content: "\f00c";
  font-size: 1.2rem;
  line-height: 1.1;
}
ul.eds_listCheckSquareO > li::before {
  content: "\f14a";
  font-weight: normal;
  line-height: 1.3;
}
ul.eds_listPaperclip > li::before {
  content: "\f0c6";
}
ul.eds_listTickAccent {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
ul.eds_listTickAccent > li {
  position: relative;
  padding-top: 0.5rem;
  padding-left: 2.35rem;
  margin: 0 0 0.7rem;
  line-height: 1.4;
  color: var(--aurora-color-dark);
  font-family: var(--aurora-font-additional);
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  font-weight: 700;
}
ul.eds_listTickAccent > li::before {
  content: "\f00c\f00c";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--aurora-color-grey);
  color: var(--aurora-color-primary);
  font-family: var(--aurora-font-icon);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.4rem;
  line-height: 1;
  text-shadow: 0 0 1px #f6f6f6;
  text-indent: -0.3rem;
}
ul.eds_listTickAccent.eds_style2 > li {
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
ul.eds_listTickAccent.eds_style2 > li::before {
  background-color: transparent;
}

hr.eds_style1 {
  height: 4px;
  border: none;
  margin: 2rem 0;
  background: url("../../assets/images/elements/typography/horizontalRules/style1/predefined/hrStyle1.png") repeat-x center center;
}

.eds_largeText {
  font-size: 4rem !important;
}

.eds_extraLargeText {
  font-size: 5rem !important;
}

.eds_megaLargeText {
  font-size: 6rem !important;
}

@media (max-width: 767.98px) {
  .EasyDNNSkin_Aurora .eds_largeText {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .EasyDNNSkin_Aurora .eds_extraLargeText {
    font-size: 3rem !important;
  }
}
@media (max-width: 767.98px) {
  .EasyDNNSkin_Aurora .eds_megaLargeText {
    font-size: 3.5rem !important;
  }
}

.eds_primaryColor {
  color: var(--aurora-color-primary) !important;
}

.eds_whiteColor {
  color: var(--aurora-color-white) !important;
}

.eds_lightText {
  color: var(--aurora-color-grey) !important;
}

.eds_darkColor {
  color: var(--aurora-color-dark) !important;
}

.eds_customFont {
  font-family: var(--aurora-font-additional) !important;
}

.EasyDNNSkin_Aurora .lead {
  font-size: 1.6rem;
}

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

.eds_header.eds_searchVisible .eds_search {
  visibility: visible;
  opacity: 1;
}
.eds_header.eds_searchVisible .eds_search.eds_overflowVisible {
  overflow: visible;
}
.eds_header.eds_userLoginContainerVisible .eds_loginUserMenu {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.eds_headerButtons > span {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.eds_headerButtons > span .eds_trigerIcon {
  transition: color 600ms;
}
.eds_headerButtons > span > span {
  font-size: 0;
  line-height: 0;
}

.eds_logo a {
  display: inline-block;
  vertical-align: middle;
  max-width: 400px;
}
@media (max-width: 575.98px) {
  .eds_logo a {
    max-width: 100%;
  }
}
.eds_logo a img {
  max-width: 400px;
}
@media (max-width: 575.98px) {
  .eds_logo a img {
    max-width: 100%;
  }
}

.eds_search .searchInputContainer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.eds_search .searchInputContainer > input {
  border: none;
  background: none transparent;
  box-shadow: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.eds_search .searchInputContainer > input::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_search .searchInputContainer > input::-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_search .searchInputContainer > input:-ms-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_search .searchInputContainer > input:-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}

.eds_loginUserMenu {
  transform: translateX(100%);
}
.eds_loginUserMenu .registerGroup,
.eds_loginUserMenu .loginGroup {
  display: inline-block;
  vertical-align: middle;
}
.eds_loginUserMenu .loginGroup > a,
.eds_loginUserMenu .registerGroup > ul li > a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  font: 1.2rem/1 var(--aurora-font-headings);
  position: relative;
  transition: all 700ms;
}
.eds_loginUserMenu .loginGroup > a:hover,
.eds_loginUserMenu .registerGroup > ul li > a:hover {
  text-decoration: none;
}
.eds_loginUserMenu .loginGroup > a::before,
.eds_loginUserMenu .registerGroup > ul li > a::before {
  font: 900 1.3rem/1 var(--aurora-font-icon);
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}
.eds_loginUserMenu .loginGroup > a::before {
  content: "\f2bd";
}
.eds_loginUserMenu .loginGroup > a[title~=Logout] {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 20px;
}
.eds_loginUserMenu .loginGroup > a[title~=Logout]::before {
  content: "\f011";
}
.eds_loginUserMenu .registerGroup > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.eds_loginUserMenu .registerGroup > ul li {
  display: inline-block;
  list-style-type: none;
  margin: 5px 20px 5px 0;
  padding: 0;
  vertical-align: middle;
}
.eds_loginUserMenu .registerGroup > ul li.userDisplayName a::before {
  content: "\f234";
}
.eds_loginUserMenu .registerGroup > ul li.userProfileImg {
  font-size: 0;
  line-height: 0;
  border: solid 1px #242424;
  width: 39px;
  height: 39px;
  background-color: #ddd;
  overflow: hidden;
}
.eds_loginUserMenu .registerGroup > ul li.userProfileImg > a {
  display: inline-block;
  position: relative;
}
.eds_loginUserMenu .registerGroup > ul li.userProfileImg > a > img {
  height: 37px;
  width: 37px;
}
.eds_loginUserMenu .registerGroup > ul li.userMessages a, .eds_loginUserMenu .registerGroup > ul li.userNotifications a {
  display: inline-block;
  text-decoration: none;
  font: 1.2rem/1 var(--aurora-font-headings);
  position: relative;
  padding: 1rem 0;
  transition: all 700ms;
  position: relative;
}
@media (max-width: 575.98px) {
  .eds_loginUserMenu .registerGroup > ul li.userMessages a, .eds_loginUserMenu .registerGroup > ul li.userNotifications a {
    padding: 0.8rem;
  }
}
.eds_loginUserMenu .registerGroup > ul li.userMessages a strong, .eds_loginUserMenu .registerGroup > ul li.userNotifications a strong {
  font-weight: normal;
}
.eds_loginUserMenu .registerGroup > ul li.userMessages a strong::before, .eds_loginUserMenu .registerGroup > ul li.userNotifications a strong::before {
  font: 900 1.3rem/0.8rem var(--aurora-font-icon);
  display: inline-block;
  margin-right: 15px;
}
.eds_loginUserMenu .registerGroup > ul li.userMessages a:hover, .eds_loginUserMenu .registerGroup > ul li.userNotifications a:hover {
  text-decoration: none !important;
}
.eds_loginUserMenu .registerGroup > ul li.userMessages a > span, .eds_loginUserMenu .registerGroup > ul li.userNotifications a > span {
  display: inline-block;
  position: absolute;
  top: -11px;
  right: 7px;
  border: solid 2px var(--aurora-color-white);
  background-color: #242424;
  height: 22px;
  min-width: 22px;
  color: var(--aurora-color-white);
  font: 12px/20px var(--aurora-font-headings);
  text-align: center;
  border-radius: 50%;
  padding: 0 3px;
}
.eds_loginUserMenu .registerGroup > ul li.userMessages a strong::before {
  content: "\f0e0";
  font-weight: 400;
}
.eds_loginUserMenu .registerGroup > ul li.userNotifications a strong::before {
  content: "\f12a";
}
.eds_loginUserMenu .registerGroup > ul li.userNotifications + .userDisplayName {
  margin-left: 40px;
}
.eds_loginUserMenu .registerGroup > ul li.userNotifications + .userDisplayName > a {
  padding-left: 0;
  padding-right: 0;
}
.eds_loginUserMenu .registerGroup > ul li.userNotifications + .userDisplayName > a:hover {
  text-decoration: underline;
}
.eds_loginUserMenu .registerGroup > ul li.userNotifications + .userDisplayName > a::before {
  display: none;
}

.eds_search .SearchButton {
  display: inline-block;
}
.eds_search .SearchButton::before {
  font: 900 2rem/0 var(--aurora-font-icon);
  transition: color 400ms;
  content: "\f002";
}
@media (max-width: 575.98px) {
  .eds_search .SearchButton::before {
    font-size: 1.8rem;
  }
}
.eds_search ul.searchSkinObjectPreview {
  left: 0;
  width: 100%;
}

.eds_header1,
.eds_headerButtons1 > span,
.eds_headerButtons1 > span::after,
.eds_header.eds_toolsVisible .eds_toolsTriggers {
  background-color: var(--aurora-color-white);
}

.eds_header1,
.eds_header.eds_toolsVisible .eds_toolsTriggers {
  border-bottom: solid 1px #eee;
}

.eds_header1,
.eds_header.eds_toolsVisible .eds_toolsTriggers {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.eds_header1.eds_toolsVisible .eds_popup {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 -5px 0 0 #5d5d5d;
}

.eds_header1 {
  background-color: var(--aurora-color-white);
}
.eds_header1 .eds_popup {
  top: 100%;
  right: 0;
}
.eds_header1 .eds_popup .eds__popupClose {
  display: none;
}
.eds_header1.eds_userLoginContainerVisible .eds_headerButtons1 > span.eds__userTrigger .eds_trigerIcon {
  color: var(--aurora-color-primary);
}
.eds_header1.eds_userLoginContainerVisible .eds_headerButtons1 > span.eds__userTrigger::after {
  opacity: 1;
  bottom: -16px;
}
.eds_header1.eds_searchVisible .eds_search1 {
  height: 80px;
}
.eds_header1.eds_searchVisible .eds_search1.eds_overflowVisible {
  overflow: visible;
}
.eds_header1.eds_searchVisible .eds_headerButtons1 > span.eds__searchTrigger .eds_trigerIcon {
  color: var(--aurora-color-primary);
}
.eds_header1.eds_searchVisible .eds_headerButtons1 > span.eds__searchTrigger::after {
  opacity: 1;
  bottom: -16px;
}
.eds_header1.eds_languageVisible .eds_language {
  visibility: visible;
  opacity: 1;
  height: 34px;
}
.eds_header1.eds_languageVisible .eds_headerButtons1 > span.eds__languageTriger .eds_trigerIcon {
  color: var(--aurora-color-primary);
}
.eds_header1.eds_languageVisible .eds_headerButtons1 > span.eds__languageTriger::after {
  opacity: 1;
  bottom: -16px;
}
.eds_header1.eds_toolsVisible .eds_toolsTriggerWrapper {
  display: -ms-flexbox !important;
  display: flex !important;
}
.eds_header1.eds_toolsVisible .eds_toolsTriggers {
  display: block !important;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  text-align: right;
}
.eds_header1.eds_toolsVisible .eds_toolsTriggers > span {
  display: inline-block !important;
}
.eds_header1.eds_toolsVisible .eds_headerButtons1 > span.eds__toolsTrigger .eds_trigerIcon {
  color: var(--aurora-color-primary);
}
.eds_header1.eds_toolsVisible .eds_headerButtons1 > span::after {
  display: none !important;
}
.eds_header1.eds_toolsVisible .eds_popup {
  top: auto;
  right: 10%;
  top: 50%;
  margin-top: -25%;
  left: 10%;
  position: fixed;
  overflow: visible;
  z-index: 1001;
}
.eds_header1.eds_toolsVisible .eds_popup .eds__popupClose {
  display: inline-block;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu {
  border: none;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup > ul li {
  float: left;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup > ul li.userMessages, .eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup > ul li.userNotifications {
  border-bottom: solid 1px #e0e0e0;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup > ul li.userMessages {
  margin-right: 0;
  padding-right: 40px;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup > ul li.userDisplayName {
  clear: left;
  margin-left: 0;
  padding-top: 0.4rem;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup > ul li.userDisplayName, .eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup > ul li.userProfileImg {
  margin-top: 15px;
  margin-bottom: 25px;
}
.eds_header1.eds_toolsVisible.eds_searchVisible .eds_search1 {
  border-bottom: solid 1px var(--aurora-color-white);
}
.eds_header1.eds_toolsVisible.eds_searchVisible .eds_search1 .eds__popupClose {
  margin-top: 1px;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu .registerGroup,
.eds_header1.eds_toolsVisible .eds_loginUserMenu .loginGroup {
  display: inline-block;
}
.eds_header1.eds_toolsVisible .eds_loginUserMenu .loginGroup {
  text-align: right;
}
.eds_header1.eds_toolsVisible.eds_userLoginContainerVisible ~ *, .eds_header1.eds_toolsVisible.eds_searchVisible ~ *, .eds_header1.eds_toolsVisible.eds_languageVisible ~ *, .eds_header1.eds_toolsVisible.eds_headerPaneVisible ~ * {
  opacity: 0.6;
}
.eds_header1.eds_headerPaneVisible .eds_headerPane {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.eds_header1.eds_headerPaneVisible .eds_headerPane .dnnModuleManager.dnnSortable {
  min-height: auto !important;
}
.eds_header1.eds_headerPaneVisible .eds_headerButtons1 > span.eds__addTriger .eds_trigerIcon {
  color: var(--aurora-color-primary);
}
.eds_header1.eds_headerPaneVisible .eds_headerButtons1 > span.eds__addTriger::after {
  opacity: 1;
  bottom: -16px;
}

.eds_logo.eds_logo1 {
  border-right: solid 4px #eee;
}
.eds_logo.eds_logo1 a img {
  height: auto;
  max-height: 85px;
}
@media (max-width: 767.98px) {
  .eds_logo.eds_logo1 a img {
    max-width: 100px;
    max-height: 60px;
  }
}

.eds_toolsTriggers {
  position: relative;
  z-index: 1000;
}

.eds_headerButtons1 > span {
  border: solid 4px #ededed;
  margin: 1rem;
  padding: 1.3rem 0.4rem;
}
@media (max-width: 1199.98px) {
  .eds_headerButtons1 > span {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.eds_headerButtons1 > span .eds_trigerIcon {
  color: #cbcbcb;
  font-size: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .eds_headerButtons1 > span .eds_trigerIcon {
    font-size: 1.5rem;
  }
}
.eds_headerButtons1 > span::after {
  position: absolute;
  transform: rotate(45deg);
  border: solid 1px #eee;
  border-top: none !important;
  border-left: none !important;
  box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.2);
  content: "";
  width: 16px;
  height: 16px;
  margin-left: -8px;
  left: 50%;
  bottom: -8px;
  opacity: 0;
  transition: all 300ms;
}
.eds_headerButtons1 > span:hover .eds_trigerIcon {
  color: var(--aurora-color-primary);
}
.eds_headerButtons1 > span.raMenuTrigger::after {
  display: none;
}
@media (max-width: 767.98px) {
  .eds_headerButtons1 > span.raMenuTrigger .eds_trigerIcon {
    font-size: 1.5rem;
  }
}

.eds_search1 {
  height: 0;
  left: 0;
  background-color: var(--aurora-color-primary);
}
.eds_search1 .eds_searchTitle {
  color: var(--aurora-color-dark);
  line-height: 45px;
}
.eds_search1 > div {
  width: 100%;
  padding-right: 80px;
  border-left: solid 3px var(--aurora-color-white);
}
.eds_search1 .searchInputContainer > input {
  font: 2rem/1.2 var(--aurora-font-headings);
  color: var(--aurora-color-white);
  transition: color 400ms;
}
@media (max-width: 575.98px) {
  .eds_search1 .searchInputContainer > input {
    font-size: 1.5rem;
  }
}
.eds_search1 .searchInputContainer > input:hover, .eds_search1 .searchInputContainer > input:focus {
  color: var(--aurora-color-white);
}
.eds_search1 .searchInputContainer a.dnnSearchBoxClearText {
  z-index: 201;
}
.eds_search1 .SearchButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  text-align: center;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  transition: all 400ms;
  background-color: #d63525;
}
@media (max-width: 575.98px) {
  .eds_search1 .SearchButton {
    width: 20%;
  }
}
.eds_search1 .SearchButton::before {
  color: var(--aurora-color-primary);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font: 900 2rem/0 var(--aurora-font-icon);
  transition: color 400ms;
  content: "\f002";
}
@media (max-width: 575.98px) {
  .eds_search1 .SearchButton::before {
    font-size: 1.8rem;
  }
}
.eds_search1 .SearchButton:hover::before {
  color: var(--aurora-color-white);
}

.eds_loginUserMenu1 {
  background-color: var(--aurora-color-white);
  border: solid 1px #eee;
  border-top: none;
  margin-top: 1px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2);
}
.eds_loginUserMenu1 .loginGroup > a,
.eds_loginUserMenu1 .registerGroup > ul li > a {
  color: var(--aurora-color-dark);
}
.eds_loginUserMenu1 .loginGroup > a:hover,
.eds_loginUserMenu1 .registerGroup > ul li > a:hover {
  color: var(--aurora-color-grey-3);
}
.eds_loginUserMenu1 .loginGroup > a::before,
.eds_loginUserMenu1 .registerGroup > ul li > a::before {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu1 .loginGroup > a[title~=Logout]:hover {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu1 .loginGroup > a[title~=Logout]:hover::before {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu1 .registerGroup > ul li.userMessages a, .eds_loginUserMenu1 .registerGroup > ul li.userNotifications a {
  color: var(--aurora-color-dark);
}
.eds_loginUserMenu1 .registerGroup > ul li.userMessages a strong::before, .eds_loginUserMenu1 .registerGroup > ul li.userNotifications a strong::before {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu1 .registerGroup > ul li.userMessages a:hover, .eds_loginUserMenu1 .registerGroup > ul li.userNotifications a:hover {
  color: var(--aurora-color-grey-3);
}
.eds_loginUserMenu1 .registerGroup > ul li.userNotifications + .userDisplayName > a {
  color: var(--aurora-color-primary);
}

.eds_language {
  height: 0;
  background-color: var(--aurora-color-white);
  border-bottom: solid 1px var(--aurora-color-primary);
  margin-top: 1px;
  text-align: center;
  font-size: 0;
}
.eds_language.eds_popup {
  left: 0;
}
.eds_language > div > span {
  display: inline-block;
  margin: 5px;
  padding: 2px;
  border: solid 1px transparent;
  vertical-align: middle;
  transition: all 400ms;
  opacity: 0.6;
}
.eds_language > div > span:hover {
  border-color: var(--aurora-color-grey-3);
}
.eds_language > div > span.selected {
  border-color: var(--aurora-color-primary);
  opacity: 1;
}

.eds_headerPane {
  height: 0;
  background-color: var(--aurora-color-white);
  margin-top: 1px;
  border: solid 1px #eee;
  min-width: 20rem;
  opacity: 0;
}
@media (max-width: 359.98px) {
  .eds_headerPane {
    min-width: 0;
  }
}

.eds_topRibbon {
  background-color: #000;
  position: relative;
  min-height: 40px;
}
@media (max-width: 767.98px) {
  .eds_topRibbon {
    height: auto;
  }
}

.eds_language2,
.eds_headerButtons2 {
  display: inline-block;
  vertical-align: top;
}

.eds_language2 {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}
.eds_language2 .language-object > span {
  margin: 5px 0 5px 10px;
  position: relative;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  border: solid 1px transparent;
  opacity: 0.8;
}
.eds_language2 .language-object > span:hover, .eds_language2 .language-object > span.selected {
  opacity: 1;
}
.eds_language2 .language-object > span.selected {
  border-color: rgba(255, 255, 255, 0.5);
}

.eds_headerButtons2 > span {
  width: 50px;
  height: 40px;
  text-align: center;
  color: var(--aurora-color-white);
  line-height: 40px;
}
.eds_headerButtons2 > span:hover {
  background-color: #414141;
}

.eds_popupContainer .eds_popup.eds_search2 {
  top: 0;
  right: 20%;
  bottom: 0;
  left: 100%;
  z-index: 1001;
}

.eds_search2 {
  background-color: #303030;
  transition: all 400ms;
}
.eds_search2 .eds__popupClose {
  width: 40px;
  height: 40px;
  top: 0;
  background-color: var(--aurora-color-primary);
}
.eds_search2 .eds__popupClose > span {
  display: none;
}
.eds_search2 .eds__popupClose > i {
  padding-right: 0;
}
.eds_search2 .eds__popupClose:hover {
  background-color: var(--aurora-color-primary-dark);
}
.eds_search2 .searchInputContainer,
.eds_search2 .SearchButton {
  float: left;
}
.eds_search2 .searchInputContainer {
  width: calc(100% - 210px);
}
@media (max-width: 991.98px) {
  .eds_search2 .searchInputContainer {
    width: calc(100% - 90px);
  }
}
.eds_search2 .searchInputContainer > input {
  font: 1.2rem/40px var(--aurora-font-headings);
  color: var(--aurora-color-white);
  padding: 0 2rem;
  transition: color 400ms;
}
.eds_search2 .searchInputContainer > input:hover, .eds_search2 .searchInputContainer > input:focus {
  color: var(--aurora-color-white);
}
.eds_search2 .SearchButton {
  width: 170px;
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
  font: 0.9rem/40px var(--aurora-font-headings);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .eds_search2 .SearchButton {
    width: 50px;
    font-size: 0;
  }
}
.eds_search2 .SearchButton::before {
  color: var(--aurora-color-dark);
  font-size: 1rem;
  padding-right: 1rem;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .eds_search2 .SearchButton::before {
    padding-right: 0;
  }
}
.eds_search2 .SearchButton:hover::before {
  color: var(--aurora-color-white);
}

.eds_header2 {
  position: relative;
}
.eds_header2.eds_searchVisible .eds_search2 {
  left: 0;
  right: 0;
}
.eds_header2 div[id$=TopRibbonPane].DNNEmptyPane {
  min-height: 40px !important;
}
.eds_header2 + .eds_headerHeightHolder {
  display: none;
}

.eds_header2Content,
.eds_fixedHeader .eds_header2Content .eds_fixedMenuWrapper {
  background-color: var(--aurora-color-white);
}

.eds_logo.eds_logo2 {
  text-align: center;
}
@media (max-width: 767.98px) {
  .eds_logo.eds_logo2 a img {
    max-width: none;
    max-height: 80px;
  }
}

.eds_loginUserMenu2 {
  background-color: #414141;
  right: 0;
}
.eds_loginUserMenu2 .loginGroup > a,
.eds_loginUserMenu2 .registerGroup > ul li > a {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu2 .loginGroup > a:hover,
.eds_loginUserMenu2 .registerGroup > ul li > a:hover {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu2 .loginGroup > a::before,
.eds_loginUserMenu2 .registerGroup > ul li > a::before {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu2 .loginGroup > a[title~=Logout]:hover {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu2 .loginGroup > a[title~=Logout]:hover::before {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu2 .registerGroup > ul li.userMessages a, .eds_loginUserMenu2 .registerGroup > ul li.userNotifications a {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu2 .registerGroup > ul li.userMessages a strong::before, .eds_loginUserMenu2 .registerGroup > ul li.userNotifications a strong::before {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu2 .registerGroup > ul li.userMessages a:hover, .eds_loginUserMenu2 .registerGroup > ul li.userNotifications a:hover {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu2 .registerGroup > ul li.userNotifications + .userDisplayName > a {
  color: var(--aurora-color-primary);
}

.eds_header3,
.eds_headerButtons3 > span {
  background-color: var(--aurora-color-white);
}

.eds_header3 {
  position: relative;
}
.eds_header3.eds_userLoginContainerVisible .eds_headerButtons3 > span.eds__userTrigger {
  color: var(--aurora-color-dark);
}
.eds_header3.eds_userLoginContainerVisible .eds_headerButtons3 > span.eds__userTrigger .eds_trigerIcon {
  transform: rotate(180deg);
}
.eds_header3.eds_userLoginContainerVisible .eds_headerButtons3 > span.eds__userTrigger::after {
  opacity: 1;
  left: 0;
}
.eds_header3.eds_searchVisible .eds_search3 {
  display: block !important;
  position: absolute;
  top: 40px;
  right: 1rem;
}
.eds_header3.eds_searchVisible .eds_headerButtons3 > span.eds__searchTrigger {
  color: var(--aurora-color-dark);
}
.eds_header3 + .eds_headerHeightHolder {
  display: none;
}
.eds_header3 div[id$=TopRibbonPane] {
  height: 40px;
  margin-right: 160px;
}
.eds_header3 div[id$=TopRibbonPane].DNNEmptyPane {
  min-height: 40px !important;
}

.eds_topRibbon3,
.eds_loginUserMenu3 {
  height: 40px;
}

.eds_topRibbon3 {
  border-bottom: solid 1px #d9d9d9;
}

.eds_headerButtons3 > span {
  width: 90px;
  line-height: 39px;
  text-align: center;
  color: var(--aurora-color-primary);
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  .eds_headerButtons3 > span {
    width: 40px;
  }
}
.eds_headerButtons3 > span .eds_trigerIcon {
  transition: all 300ms;
  vertical-align: middle;
}
.eds_headerButtons3 > span.eds__userTrigger::after {
  display: inline-block;
  position: absolute;
  margin-top: -6px;
  top: 50%;
  left: -12px;
  border: solid 6px transparent;
  border-left-color: #d9d9d9;
  content: "";
  opacity: 0;
  transition: all 300ms;
}
.eds_headerButtons3 > span:hover {
  color: #1e1e1e;
}

.eds_loginUserMenu3 {
  top: 0;
  right: 90px;
  background-color: #d9d9d9;
  height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .eds_loginUserMenu3 {
    height: auto;
    display: block;
    right: 40px;
  }
}
.eds_loginUserMenu3 .loginGroup > a,
.eds_loginUserMenu3 .registerGroup > ul li > a {
  color: var(--aurora-color-dark);
}
.eds_loginUserMenu3 .loginGroup > a:hover,
.eds_loginUserMenu3 .registerGroup > ul li > a:hover {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu3 .loginGroup > a::before,
.eds_loginUserMenu3 .registerGroup > ul li > a::before {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu3 .loginGroup > a[title~=Logout]:hover {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu3 .loginGroup > a[title~=Logout]:hover::before {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu3 .registerGroup > ul li.userMessages a, .eds_loginUserMenu3 .registerGroup > ul li.userNotifications a {
  color: var(--aurora-color-dark);
  padding: 0;
}
.eds_loginUserMenu3 .registerGroup > ul li.userMessages a strong::before, .eds_loginUserMenu3 .registerGroup > ul li.userNotifications a strong::before {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu3 .registerGroup > ul li.userMessages a:hover, .eds_loginUserMenu3 .registerGroup > ul li.userNotifications a:hover {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu3 .registerGroup > ul li.userNotifications + .userDisplayName > a {
  color: var(--aurora-color-primary);
}

.eds_language3 {
  margin-top: 7px;
}
.eds_language3 .language-object > span {
  margin: 5px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px transparent;
  opacity: 0.6;
}
.eds_language3 .language-object > span:hover, .eds_language3 .language-object > span.selected {
  opacity: 1;
}
.eds_language3 .language-object > span.selected {
  border-color: var(--aurora-color-dark);
}

.eds_logo3 {
  text-align: center;
}
@media (max-width: 767.98px) {
  .eds_logo3 a img {
    max-height: 50px;
  }
}

.eds_search3 {
  border: solid 1px #d9d9d9;
  background-color: var(--aurora-color-white);
}
.eds_search3 .searchInputContainer,
.eds_search3 .SearchButton {
  display: inline-block;
  vertical-align: middle;
}
.eds_search3 .searchInputContainer {
  width: auto;
  padding: 1rem;
  width: calc(100% - 70px);
}
.eds_search3 .searchInputContainer > input {
  color: #7d7d7d;
  width: 100%;
}
.eds_search3 .SearchButton {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
.eds_search3 .SearchButton::before {
  color: #cbcbcb;
  text-decoration: none;
  vertical-align: middle;
  padding: 1rem;
}
.eds_search3 .SearchButton:hover::before {
  color: var(--aurora-color-primary);
}

.eds_breadCrumbs3 {
  color: #7d7d7d;
}
.eds_breadCrumbs3 .eds_breadCrumb {
  display: inline-block;
  margin: 0 0.5rem;
  color: #7d7d7d;
  text-decoration: none;
  line-height: 40px;
}
.eds_breadCrumbs3 .eds_breadCrumb:hover {
  color: var(--aurora-color-dark);
  text-decoration: none;
}

.eds_header4 {
  background-color: var(--aurora-color-primary);
}
.eds_header4.eds_userLoginContainerVisible .eds_headerButtons4 > span.eds__userTrigger {
  background-color: var(--aurora-color-dark);
}
.eds_header4.eds_userLoginContainerVisible .eds_headerButtons4 > span.eds__userTrigger .eds_trigerIcon {
  color: var(--aurora-color-white);
}
.eds_header4.eds_userLoginContainerVisible .eds_loginUserMenu4 {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .eds_header4.eds_userLoginContainerVisible .eds_loginUserMenu4 {
    transform: none;
  }
}
.eds_header4.eds_searchVisible .eds_search4 {
  height: 50px;
}
.eds_header4.eds_searchVisible .eds_search4.eds_overflowVisible {
  overflow: visible;
}
.eds_header4.eds_searchVisible .eds_headerButtons4 > span.eds__searchTrigger {
  background-color: var(--aurora-color-dark);
}
.eds_header4.eds_searchVisible .eds_headerButtons4 > span.eds__searchTrigger .eds_trigerIcon {
  color: var(--aurora-color-white);
}

.eds_loginUserMenu4.eds_popup {
  overflow: visible;
}

.eds_loginUserMenu4 {
  transform: translateY(-50%);
  top: 50px;
  left: 200px;
  background-color: var(--aurora-color-dark);
  height: 53px;
  min-height: 53px;
  display: flex;
  align-items: center;
  border-left: solid 2px var(--aurora-color-primary-dark);
}
@media (min-width: 1200px) {
  .eds_loginUserMenu4 {
    display: inline-block;
    left: 1rem;
    top: 100px;
    transform: none;
  }
}
.eds_loginUserMenu4::before {
  position: absolute;
  border-style: solid;
  border-width: 7px;
  border-top-color: transparent !important;
  border-right-color: var(--aurora-color-primary-dark);
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
}
@media (min-width: 1200px) {
  .eds_loginUserMenu4::before {
    top: auto;
    bottom: 100%;
    left: 100px;
    transform: rotate(90deg);
  }
}
.eds_loginUserMenu4 .loginGroup,
.eds_loginUserMenu4 .registerGroup > ul li {
  margin: 0 1rem 0 0;
}
.eds_loginUserMenu4 .loginGroup > a,
.eds_loginUserMenu4 .registerGroup > ul li > a {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu4 .loginGroup > a:hover,
.eds_loginUserMenu4 .registerGroup > ul li > a:hover {
  color: var(--aurora-color-primary-transparent-40);
}
.eds_loginUserMenu4 .loginGroup > a::before,
.eds_loginUserMenu4 .registerGroup > ul li > a::before {
  color: var(--aurora-color-white);
  line-height: 53px;
  width: 53px;
  text-align: center;
  background-color: var(--aurora-color-primary-dark);
}
.eds_loginUserMenu4 .loginGroup {
  padding-right: 1rem;
}
.eds_loginUserMenu4 .loginGroup > a[title~=Logout] {
  line-height: 51px;
}
.eds_loginUserMenu4 .loginGroup > a[title~=Logout]:hover {
  color: var(--aurora-color-primary);
}
.eds_loginUserMenu4 .registerGroup > ul li.userMessages, .eds_loginUserMenu4 .registerGroup > ul li.userNotifications {
  margin-left: 1rem;
}
.eds_loginUserMenu4 .registerGroup > ul li.userMessages a, .eds_loginUserMenu4 .registerGroup > ul li.userNotifications a {
  color: var(--aurora-color-white);
  padding: 0;
}
.eds_loginUserMenu4 .registerGroup > ul li.userMessages a strong::before, .eds_loginUserMenu4 .registerGroup > ul li.userNotifications a strong::before {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu4 .registerGroup > ul li.userMessages a:hover, .eds_loginUserMenu4 .registerGroup > ul li.userNotifications a:hover {
  color: var(--aurora-color-white);
}
.eds_loginUserMenu4 .registerGroup > ul li.userNotifications + .userDisplayName > a {
  color: var(--aurora-color-primary);
  text-decoration: none;
}
.eds_loginUserMenu4 .registerGroup > ul li.userNotifications + .userDisplayName > a:hover {
  color: var(--aurora-color-primary-dark);
}

.eds_headerButtons4 > span {
  width: 66px;
  height: 66px;
  transition: background 300ms, color 200ms;
  border-radius: 33px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .eds_headerButtons4 > span {
    width: 33px;
    height: 33px;
  }
}
.eds_headerButtons4 > span .eds_trigerIcon {
  color: var(--aurora-color-dark);
  line-height: 66px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .eds_headerButtons4 > span .eds_trigerIcon {
    line-height: 33px;
    font-size: 1rem;
  }
}
.eds_headerButtons4 > span:hover .eds_trigerIcon {
  color: var(--aurora-color-white);
}

.eds_logo4 {
  text-align: center;
  margin-top: 7px;
}
.eds_logo4 > a {
  transform: none;
}

.eds_search4 {
  height: 0;
  left: 0;
  background-color: var(--aurora-color-primary-dark);
  width: 100%;
  padding-right: 50px;
  top: 100%;
}
.eds_search4 .searchInputContainer {
  width: 85%;
  float: left;
}
.eds_search4 .searchInputContainer > input {
  font: 1rem/50px var(--aurora-font-headings);
  color: var(--aurora-color-white);
  transition: color 400ms;
  padding: 0 2rem;
}
.eds_search4 .searchInputContainer > input:hover, .eds_search4 .searchInputContainer > input:focus {
  color: var(--aurora-color-white);
}
.eds_search4 .searchInputContainer a.dnnSearchBoxClearText {
  z-index: 201;
}
.eds_search4 .SearchButton {
  text-align: center;
  text-decoration: none;
  transition: all 400ms;
  background-color: var(--aurora-color-dark);
  color: var(--aurora-color-white);
  width: 15%;
  float: right;
  font: 1rem/50px var(--aurora-font-headings);
}
.eds_search4 .SearchButton::before {
  display: none;
}
.eds_search4 .SearchButton:hover {
  background-color: var(--aurora-color-primary-dark);
}
.eds_search4 .eds__popupClose {
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 50px;
  padding: 0;
  text-align: center;
  background-color: #000;
  color: var(--aurora-color-white);
  top: 0;
}
.eds_search4 .eds__popupClose:hover {
  color: var(--aurora-color-primary);
}
.eds_search4 .eds__popupClose > i {
  padding: 0;
}

.headerPaneContainer,
.eds_language4 {
  margin-top: 21px;
}
@media (max-width: 767.98px) {
  .headerPaneContainer,
  .eds_language4 {
    margin-top: 4px;
  }
}

.eds_language4 .language-object > span {
  margin: 2px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px var(--aurora-color-white);
  transform: scale(0.8);
  transition: all 200ms;
}
.eds_language4 .language-object > span:hover, .eds_language4 .language-object > span.selected {
  transform: none;
}

.eds_fixedMenuWrapper {
  top: -100%;
  transition: all 500ms;
}

.eds_fixedHeader .eds_fixedMenuWrapper {
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 1;
}
.eds_fixedHeader .eds_mainMenu3 .raMenuTrigger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.eds_fixedHeader .eds_mainMenu3 .responsAbilityMenu.raMenuOpened .raMenuWrapper {
  top: 53px;
  margin: 1rem;
}
.eds_fixedHeader .eds_header2Content .eds_fixedMenuWrapper {
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

.raMenuWrapper > ol {
  margin: 0;
  padding: 0;
}
.raMenuWrapper > ol .edsmm_menuItem {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div {
  overflow-y: auto;
  overflow-x: hidden;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div .edsmm_menuItem > div {
  background: none transparent !important;
  box-shadow: none !important;
  border: none !important;
  min-width: 0;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth, .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth {
  position: static;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div, .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  left: 0;
  right: 0;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  top: auto;
  width: 100%;
  position: fixed;
}
.raMenuWrapper > ol .edsmm_menuItem > div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  z-index: 1100;
}
.raMenuWrapper > ol .edsmm_menuItem > div > * {
  display: none !important;
}
.raMenuWrapper > ol .edsmm_menuItem > div .edsmm_menuItem > div {
  top: 0;
  left: 100%;
}
.raMenuWrapper > ol .edsmm_menuItem:hover > div {
  opacity: 1;
  visibility: visible;
}
.raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
  display: block !important;
}
.raMenuWrapper > ol .edsmm_menuItem .edsmm_childIndicator {
  display: none;
}
.raMenuWrapper > ol > .edsmm_menuItem {
  display: inline-block;
}
.raMenuWrapper .edsmm_menuListsContainer ol .edsmm_menuItem > span .edsmm_itemContainer {
  display: block;
  white-space: nowrap;
}

.edsmm_megaMenu.edsmm_multiColumn > div > div {
  float: left;
}
.edsmm_megaMenu.edsmm_multiColumn > div > .edsmm_menuListsContainer {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div {
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div > * {
  display: block !important;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer ol .edsmm_menuItem > span .edsmm_itemContainer {
  white-space: normal;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol:after {
  content: "";
  width: 100%;
  clear: both;
  display: table;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol > li {
  display: block;
  float: left;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol > li > span .edsmm_itemContainer {
  white-space: nowrap;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_rightContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_rightContainer {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 67%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_rightContainer {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 75%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(3n), .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(2n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_rightContainer {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_menuListsContainer > ol > li {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 80%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 60%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_rightContainer {
  width: 16.6%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li {
  width: 16.6%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li:first-child {
  width: 17%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li:nth-child(6n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 83.4%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(6n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(6n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1), .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: left;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 66.8%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(5n+1) {
  clear: none;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(4n+1) {
  clear: left;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper {
  display: block !important;
  overflow: auto;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > .edsmm_menuItem {
  display: block;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator, .responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > span > .edsmm_childIndicator {
  display: inline-block;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem:hover > div {
  opacity: 0 !important;
  visibility: hidden !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
  display: none !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator {
  display: none;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > div {
  float: none;
  width: auto;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > .edsmm_menuListsContainer > ol > li {
  float: none !important;
  display: block !important;
  width: auto !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div {
  opacity: 1 !important;
  visibility: visible !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div > * {
  display: block !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div {
  opacity: 1 !important;
  visibility: visible !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > * {
  display: block !important;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper ol .edsmm_menuItem > div {
  position: static !important;
  min-width: 0;
  max-height: none !important;
  width: auto !important;
  max-width: none;
}

.edsmm_childIndicator {
  cursor: pointer;
}

.raMenuWrapper ol > li > span {
  position: relative;
  display: block;
}
.raMenuWrapper ol > li > span > .edsmm_itemContainer {
  font-family: var(--aurora-font-additional);
  line-height: 1.2;
  text-decoration: none;
  transition: color 400ms;
  display: block;
}
.raMenuWrapper ol > li:hover > span > a {
  text-decoration: none;
}
.raMenuWrapper > ol > .edsmm_menuItem > span {
  padding: 0 10px;
}
.raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
  font-size: 1.2rem;
  color: var(--aurora-color-dark);
  padding: 10px 1px;
  position: relative;
  text-decoration: none;
  transition: color 500ms;
  text-transform: uppercase;
}
.raMenuWrapper > ol > .edsmm_menuItem > span::before {
  content: "";
  position: absolute;
  border-top: solid 5px #cbcbcb;
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity 400ms;
  margin-top: -5px;
}
.raMenuWrapper > ol > .edsmm_menuItem:hover > span > .edsmm_itemContainer {
  color: #3f3f3f;
}
.raMenuWrapper > ol > .edsmm_menuItem:hover > span::before {
  opacity: 1;
}
.raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer {
  color: var(--aurora-color-white);
}
.raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span::before {
  opacity: 1;
  top: 0;
  bottom: 0;
  border-top-color: var(--aurora-color-primary);
  background-color: var(--aurora-color-primary);
}
.raMenuWrapper .edsmm_menuListsContainer > ol {
  margin: 0;
  padding: 0;
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li {
  padding: 0 8px;
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li > span {
  display: block;
  border-top: solid 1px #cacaca;
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li > span > .edsmm_itemContainer {
  padding: 1.2rem 1.5rem;
  color: var(--aurora-color-grey-3);
  font-size: 1rem;
  position: relative;
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li.edsmm_hasChild > span > .edsmm_itemContainer {
  padding-right: 30px;
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li.edsmm_hasChild > span > .edsmm_itemContainer::after {
  content: "\f107";
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  font: 900 1.1rem/1.2 var(--aurora-font-icon);
  color: var(--aurora-color-dark);
  text-decoration: none !important;
  transition: transform 400ms;
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li.edsmm_active > span > .edsmm_itemContainer {
  color: var(--aurora-color-primary);
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li:hover > span > .edsmm_itemContainer {
  color: #3f3f3f;
}
.raMenuWrapper .edsmm_menuListsContainer > ol > li:hover > span > .edsmm_itemContainer::after {
  transform: rotate(-90deg);
}

.edsmm_menuListsContainer > ol > li:first-child > span,
.edsmm_multiColumn .edsmm_menuListsContainer > ol > li.edsmm_hasChild > span {
  border-top-width: 0;
}

.edsmm_multiColumn .edsmm_menuListsContainer > ol > li:hover > span > .edsmm_itemContainer::after {
  transform: none;
}
.edsmm_multiColumn .edsmm_menuListsContainer > ol > li.edsmm_hasChild .edsmm_menuListsContainer ol > li:first-child > span {
  border-top-width: 1px;
}
.edsmm_multiColumn .edsmm_level_2 .edsmm_menuListsContainer > ol > li > span > .edsmm_itemContainer {
  padding: 0.6rem 2rem;
}
.edsmm_multiColumn .edsmm_level_2 .edsmm_menuListsContainer > ol > li > span > .edsmm_itemContainer::after {
  top: 0.7rem;
}

.edsmm_childIndicator {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 1rem;
  top: 50%;
  margin-top: -1rem;
}
.edsmm_childIndicator::before {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: "\f107";
  font: 900 1.8rem/0 var(--aurora-font-icon);
  color: var(--aurora-color-dark);
  transition: all 500ms;
}

.edsmm_moduleContainer {
  padding: 1rem;
}

.edsmm_childIndicator:hover::before,
.raItemOpened > span > .edsmm_childIndicator::before {
  color: var(--aurora-color-primary);
}

.raItemOpened > span > .edsmm_childIndicator::before {
  transform: rotate(180deg);
}

.responsAbilityMenu.raMenuOpened .eds_trigerIcon {
  color: var(--aurora-color-primary);
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper {
  margin: 1rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol {
  margin: 1rem;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > li {
  margin: 0;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol .edsmm_menuItem > div::before {
  display: none;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper .edsmm_menuListsContainer > ol > li.edsmm_hasChild > span > .edsmm_itemContainer::after {
  display: none;
}
.responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > li.edsmm_megaMenu .edsmm_menuListsContainer > ol > li.edsmm_hasChild > span > .edsmm_itemContainer::after {
  display: inline-block;
}

.raMenuWrapper .edsmm_menuItem > div,
.responsAbilityMenu.raMenuOpened .raMenuWrapper {
  background-color: var(--aurora-color-white);
  box-shadow: 0 0 0 1px #cacaca;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper .edsmm_menuItem > div {
  border: none;
  max-width: 100%;
}

.eds_mainMenu2 .raMenuWrapper > ol > .edsmm_menuItem.edsmm_first {
  margin-left: 0;
}
.eds_mainMenu2 .raMenuTriggerWrapper {
  position: fixed;
  top: 100px;
  right: 1rem;
  z-index: 9999;
  background-color: var(--aurora-color-white);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.eds_mainMenu2 .responsAbilityMenu.raMenuOpened .raMenuWrapper {
  top: 150px;
}
.eds_mainMenu2 .responsAbilityMenu.raMenuOpened .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer::before {
  height: auto;
}

.eds_mainMenu3Wrapper {
  border-top: solid 5px #d9d9d9;
}

.eds_mainMenu3Wrapper,
.eds_mainMenu3Wrapper .responsAbilityMenu.raMenuOpened .raMenuWrapper {
  background-color: #1e1e1e;
}

.eds_mainMenu3 .raMenuWrapper > ol {
  text-align: center;
}
.eds_mainMenu3 .raMenuWrapper > ol ol {
  text-align: initial;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem {
  margin: 0;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  content: "";
  height: 5px;
  background-color: #d9d9d9;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  transition: all 300ms;
  display: inline-block;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
  color: var(--aurora-color-white);
  padding: 0.8rem 1.2rem;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer::before {
  display: none;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(1) > span::before {
  background-color: #b6231b;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(2) > span::before {
  background-color: #25a197;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(3) > span::before {
  background-color: #efd20f;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(4) > span::before {
  background-color: #3978b5;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(5) > span::before {
  background-color: #702c97;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(6) > span::before {
  background-color: #fc4f3e;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(7) > span::before {
  background-color: #747474;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(8) > span::before {
  background-color: #85ad51;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:nth-child(9) > span::before {
  background-color: #ba9500;
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span::before {
  top: auto;
  bottom: 0;
  height: calc(100% + 5px);
}
.eds_mainMenu3 .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer {
  color: var(--aurora-color-white);
}
.eds_mainMenu3 .responsAbilityMenu.raMenuOpened .raMenuWrapper {
  top: 53px;
  margin: 0;
}
.eds_mainMenu3 .responsAbilityMenu.raMenuOpened .eds_trigerIcon {
  color: var(--aurora-color-dark);
}
.eds_mainMenu3 .raMenuTrigger {
  position: absolute;
  top: 0;
  right: 106px;
}

.eds_mainMenu4Wrapper,
.eds_mainMenu4Wrapper .responsAbilityMenu.raMenuOpened .raMenuWrapper {
  background-color: var(--aurora-color-dark);
}

.eds_mainMenu4 .raMenuWrapper > ol {
  text-align: center;
}
.eds_mainMenu4 .raMenuWrapper > ol ol {
  text-align: initial;
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem {
  margin: 0;
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  transition: all 300ms;
  display: inline-block;
  background-color: var(--aurora-color-primary);
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
  color: var(--aurora-color-white);
  padding: 0.8rem 1.2rem;
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer::before {
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent var(--aurora-color-dark);
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translate(-50%, -50%);
  height: auto;
  margin-top: 0;
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem:hover > span > .edsmm_itemContainer::before {
  opacity: 0;
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span::before {
  right: 0;
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer {
  color: var(--aurora-color-dark);
}
.eds_mainMenu4 .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer::before {
  opacity: 1;
  transform: translate(0, -50%);
}
.eds_mainMenu4 .responsAbilityMenu.raMenuOpened .raMenuWrapper {
  margin: 0;
  top: 100px;
}
@media (max-width: 575.98px) {
  .eds_mainMenu4 .responsAbilityMenu.raMenuOpened .raMenuWrapper {
    top: 55px;
  }
}
.eds_mainMenu4 .responsAbilityMenu.raMenuOpened .eds_trigerIcon {
  color: var(--aurora-color-white);
}
.eds_mainMenu4 .raMenuTrigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  width: 120px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .eds_mainMenu4 .raMenuTrigger {
    width: 80px;
  }
}
.eds_mainMenu4 .raMenuTrigger .eds_trigerIcon {
  vertical-align: middle;
  padding-right: 0.5rem;
  font-size: 1.5rem;
}
.eds_mainMenu4 .raMenuTrigger > span {
  vertical-align: middle;
  font-size: 1.5rem;
  width: auto;
  color: var(--aurora-color-dark);
}
@media (max-width: 767.98px) {
  .eds_mainMenu4 .raMenuTrigger > span {
    font-size: 1.1rem !important;
  }
}
.eds_mainMenu4 .edsmm_childIndicator:hover::before,
.eds_mainMenu4 .raItemOpened > span > .edsmm_childIndicator::before {
  color: var(--aurora-color-dark);
}

.eds_main {
  background-color: var(--aurora-color-white);
}
.eds_main::after {
  display: table;
  width: 100%;
  content: "";
  clear: both;
}

.eds_color1Wrapper {
  background-color: #f4f4f4;
}

.eds_color2Wrapper {
  color: #a8a8a8;
}
.eds_color2Wrapper .Normal {
  color: #a8a8a8;
}
.eds_color2Wrapper .h1, .eds_color2Wrapper .h2, .eds_color2Wrapper .h3, .eds_color2Wrapper .h4, .eds_color2Wrapper .h5, .eds_color2Wrapper .h6, .eds_color2Wrapper h1, .eds_color2Wrapper h2, .eds_color2Wrapper h3, .eds_color2Wrapper h4, .eds_color2Wrapper h5, .eds_color2Wrapper h6 {
  color: var(--aurora-color-white);
}

.eds_forwardPaneTop {
  position: relative;
}
.eds_forwardPaneTop::before {
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #333232;
}
.eds_forwardPaneTop > div {
  position: relative;
}

.eds_container div[class^=col-] {
  min-height: 0;
}

.eds_parallaxWrapper {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 0;
  background-color: #000;
}
.eds_parallaxWrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.eds_parallaxWrapper > div {
  position: relative;
  z-index: 2;
}

.eds_parallaxBackground1 {
  background-image: url("../../assets/images/sharedBackgrounds/parallax1_bg.jpg");
}
.eds_parallaxBackground1::before {
  background-color: rgba(0, 0, 0, 0.67);
}

.eds_footerPanes .h1, .eds_footerPanes .h2, .eds_footerPanes .h3, .eds_footerPanes .h4, .eds_footerPanes .h5, .eds_footerPanes .h6, .eds_footerPanes h1, .eds_footerPanes h2, .eds_footerPanes h3, .eds_footerPanes h4, .eds_footerPanes h5, .eds_footerPanes h6 {
  color: var(--aurora-color-primary);
}
.eds_footerPanes .row .eds_leftSeparator {
  border-left: solid 0 #3b3b3b;
}
@media (max-width: 575.98px) {
  .eds_footerPanes .row .eds_leftSeparator.eds_leftSeparator-xs {
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .eds_footerPanes .row .eds_leftSeparator.eds_leftSeparator-sm {
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .eds_footerPanes .row .eds_leftSeparator.eds_leftSeparator-md {
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .eds_footerPanes .row .eds_leftSeparator.eds_leftSeparator-lg {
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .eds_footerPanes .row .eds_leftSeparator.eds_leftSeparator-xl {
    border-left-width: 1px;
  }
}
.eds_footerPanes .row .eds_rightSeparator {
  border-right: solid 0 #3b3b3b;
}
@media (max-width: 575.98px) {
  .eds_footerPanes .row .eds_rightSeparator.eds_rightSeparator-xs {
    border-right-width: 1px;
  }
}
@media (min-width: 576px) {
  .eds_footerPanes .row .eds_rightSeparator.eds_rightSeparator-sm {
    border-right-width: 1px;
  }
}
@media (min-width: 768px) {
  .eds_footerPanes .row .eds_rightSeparator.eds_rightSeparator-md {
    border-right-width: 1px;
  }
}
@media (min-width: 992px) {
  .eds_footerPanes .row .eds_rightSeparator.eds_rightSeparator-lg {
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  .eds_footerPanes .row .eds_rightSeparator.eds_rightSeparator-xl {
    border-right-width: 1px;
  }
}

.eds_logoTermsPrivacyCopyright {
  border-top: solid 1px #3b3b3b;
}

.eds_footerBottomLeft.DNNEmptyPane + .eds_footerLogo {
  display: block;
}

.eds_footerLogo {
  display: none;
}
.eds_footerLogo a {
  display: inline-block;
  max-width: 100%;
}
.eds_footerLogo a img {
  max-width: 100%;
}

.eds_termsPrivacy a.eds_terms, .eds_termsPrivacy a.eds_privacy {
  font: 1rem/1.2 var(--aurora-font-headings);
  color: var(--aurora-color-primary);
  text-decoration: none;
}
.eds_termsPrivacy a.eds_terms:hover, .eds_termsPrivacy a.eds_privacy:hover {
  text-decoration: underline;
}

.eds_copyright {
  display: block;
  font-size: 0.9rem;
}

.eds_pageDetails {
  background-color: var(--aurora-color-surface-dark);
  position: relative;
}
.eds_pageDetails::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../../assets/images/sharedBackgrounds/rawpixel-378006-unsplash.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.16;
}
.eds_pageDetails > div {
  position: relative;
}
.eds_pageDetails > div > section {
  position: relative;
}
.eds_pageDetails > div > section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  box-shadow: 3px -3px 0 0 var(--aurora-color-primary) inset, 0px 3px 0 0 var(--aurora-color-primary) inset;
}
.eds_pageDetails .eds_pageTitle {
  color: var(--aurora-color-white);
}
.eds_pageDetails .eds_pageTitle + * {
  display: block;
  padding-top: 0.5rem;
}
.eds_pageDetails .eds_pageDescription {
  color: var(--aurora-color-grey-4);
}
.eds_pageDetails .eds_breadCrumb,
.eds_pageDetails .eds_breadcrumbSeparator {
  display: inline-block;
  vertical-align: middle;
  font: 1.1rem/1.2 var(--aurora-font-headings);
  color: var(--aurora-color-grey-4);
}
.eds_pageDetails .eds_breadCrumb {
  text-decoration: none;
  transition: color 300ms;
}
.eds_pageDetails .eds_breadCrumb:hover {
  color: var(--aurora-color-primary);
  text-decoration: none;
}
.eds_pageDetails .eds_breadcrumbSeparator {
  margin: 0 0.2rem;
}
.eds_pageDetails.eds_pageDetails2 .eds_pageTitle {
  font-size: 4rem;
}
.eds_pageDetails.eds_pageDetails2 .eds_breadCrumb,
.eds_pageDetails.eds_pageDetails2 .eds_breadcrumbSeparator {
  color: var(--aurora-color-primary);
}
.eds_pageDetails.eds_pageDetails2 .eds_breadCrumb:hover,
.eds_pageDetails.eds_pageDetails2 .eds_breadcrumbSeparator:hover {
  color: var(--aurora-color-white);
}

.eds_footerMenu1 {
  margin: 15px -15px;
  padding: 0;
}
.eds_footerMenu1 li {
  margin: 0 15px;
  padding: 0;
  list-style-type: none;
}
.eds_footerMenu1 li + li {
  margin-top: 5px;
}
.eds_footerMenu1 li a:link, .eds_footerMenu1 li a:active, .eds_footerMenu1 li a:visited {
  font: 1.1rem/1.2 var(--aurora-font-headings);
  color: var(--aurora-color-white);
  text-decoration: none;
  transition: color 500ms;
}
.eds_footerMenu1 li a:link:hover, .eds_footerMenu1 li a:active:hover, .eds_footerMenu1 li a:visited:hover {
  color: var(--aurora-color-primary);
  text-decoration: none;
}

.eds_footerMenu2 {
  margin: 15px -7px;
  padding: 0;
}
.eds_footerMenu2 li {
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.eds_footerMenu2 li a:link, .eds_footerMenu2 li a:active, .eds_footerMenu2 li a:visited {
  color: var(--aurora-color-grey-3);
  text-decoration: none;
  transition: color 500ms;
}
.eds_footerMenu2 li a:link:hover, .eds_footerMenu2 li a:active:hover, .eds_footerMenu2 li a:visited:hover {
  color: var(--aurora-color-white);
  text-decoration: none;
}
.eds_footerMenu2 li a i {
  font-size: 31px;
}

.eds_additionalMenu5 li {
  margin: 0 0.5rem;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.eds_additionalMenu5 li a:link, .eds_additionalMenu5 li a:active, .eds_additionalMenu5 li a:visited {
  color: var(--aurora-color-primary);
  background-color: var(--aurora-color-primary-dark);
  text-decoration: none;
  transition: all 400ms;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}
.eds_additionalMenu5 li a:link:hover, .eds_additionalMenu5 li a:active:hover, .eds_additionalMenu5 li a:visited:hover {
  color: var(--aurora-color-primary);
  background-color: var(--aurora-color-white);
  text-decoration: none;
}
.eds_additionalMenu5.eds_inverted a:link, .eds_additionalMenu5.eds_inverted a:active, .eds_additionalMenu5.eds_inverted a:visited {
  color: var(--aurora-color-primary-dark);
}
.eds_additionalMenu5.eds_inverted a:link:hover, .eds_additionalMenu5.eds_inverted a:active:hover, .eds_additionalMenu5.eds_inverted a:visited:hover {
  color: var(--aurora-color-white);
}

.eds_smallIconMenu {
  margin: 0;
  padding: 0;
}
.eds_smallIconMenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.eds_smallIconMenu li a:link, .eds_smallIconMenu li a:active, .eds_smallIconMenu li a:visited {
  color: var(--aurora-color-white);
  text-decoration: none;
  transition: color 500ms;
  font-size: 1rem;
}
.eds_smallIconMenu li a:link:hover, .eds_smallIconMenu li a:active:hover, .eds_smallIconMenu li a:visited:hover {
  color: var(--aurora-color-primary);
  text-decoration: none;
}
.eds_smallIconMenu li + li {
  margin-left: 1rem;
}
.eds_smallIconMenu.eds_inverted li a:link, .eds_smallIconMenu.eds_inverted li a:active, .eds_smallIconMenu.eds_inverted li a:visited {
  color: var(--aurora-color-grey-2);
}
.eds_smallIconMenu.eds_inverted li a:link:hover, .eds_smallIconMenu.eds_inverted li a:active:hover, .eds_smallIconMenu.eds_inverted li a:visited:hover {
  color: var(--aurora-color-primary);
}

.eds_sideMenu1,
.eds_sideMenu1 > span,
.eds_sideMenu1 > ul,
.eds_sideMenu1 > ul > li,
.eds_sideMenu1 > ul > li > span {
  height: 10rem;
}

.eds_sideMenu1 > span > span,
.eds_sideMenu1 > span > span > span,
.eds_sideMenu1 > ul > li > span {
  line-height: 10rem;
}

.eds_sideMenu1 {
  position: fixed;
  top: 25%;
  left: 0;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}
.eds_sideMenu1 > span {
  width: 6rem;
  background-color: var(--aurora-color-primary);
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.eds_sideMenu1 > span > span {
  display: block;
  text-align: center;
  transition: all 700ms;
  color: var(--aurora-color-white);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.eds_sideMenu1 > span > span > span > span {
  font-size: 0;
  line-height: 0;
}
.eds_sideMenu1 > span .eds_menuClose {
  opacity: 0;
  transform: scale(0.2);
}
.eds_sideMenu1 > span:hover > span {
  color: var(--aurora-color-primary-dark);
}
.eds_sideMenu1 > ul {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 600ms;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.eds_sideMenu1 > ul > li {
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 400ms;
}
.eds_sideMenu1 > ul > li::before, .eds_sideMenu1 > ul > li::after {
  content: "";
  position: absolute;
  display: block;
}
.eds_sideMenu1 > ul > li::before {
  top: 1rem;
  bottom: 1rem;
  left: 0;
  border: solid 0 rgba(255, 255, 255, 0.2);
  border-left-width: 1px;
  z-index: 2;
  transition: all 400ms;
}
.eds_sideMenu1 > ul > li::after {
  border: solid 0.5rem transparent;
  border-left-color: var(--aurora-color-grey-3);
  top: 50%;
  left: -1rem;
  margin-top: -0.5rem;
  transition: all 500ms;
}
.eds_sideMenu1 > ul > li:first-child::before {
  display: none;
}
.eds_sideMenu1 > ul > li:hover {
  padding-right: 15rem;
}
.eds_sideMenu1 > ul > li:hover::after {
  left: 6rem;
}
.eds_sideMenu1 > ul > li > span {
  display: block;
  width: 6rem;
  background-color: var(--aurora-color-surface-dark);
  text-align: center;
  color: var(--aurora-color-white);
  position: relative;
  z-index: 1;
  transition: all 500ms;
}
.eds_sideMenu1 > ul > li > a,
.eds_sideMenu1 > ul > li > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 6rem;
}
.eds_sideMenu1 > ul > li > a {
  display: block;
  z-index: 1;
  font-size: 0;
  line-height: 0;
}
.eds_sideMenu1 > ul > li > .eds_linkContent {
  width: 15rem;
  padding: 1rem;
  background-color: var(--aurora-color-grey-3);
}
.eds_sideMenu1 > ul > li:hover > span, .eds_sideMenu1 > ul > li.edsfnl_active > span {
  background-color: var(--aurora-color-grey-3);
}
.eds_sideMenu1 > ul > li:hover::before, .eds_sideMenu1 > ul > li:hover + li::before, .eds_sideMenu1 > ul > li.edsfnl_active::before, .eds_sideMenu1 > ul > li.edsfnl_active + li::before {
  opacity: 0;
}
.eds_sideMenu1.eds_floatingMenuActive > span .eds_menuOpen {
  opacity: 0;
  transform: scale(0.2);
}
.eds_sideMenu1.eds_floatingMenuActive > span .eds_menuClose {
  opacity: 1;
  transform: scale(1);
}
.eds_sideMenu1.eds_floatingMenuActive > ul {
  transform: translateX(0);
}

@media (max-width: 767.98px) {
  .eds_sideMenu1,
  .eds_sideMenu1 > span,
  .eds_sideMenu1 > ul,
  .eds_sideMenu1 > ul > li,
  .eds_sideMenu1 > ul > li > span {
    height: 5rem;
  }
  .eds_sideMenu1 > span > span,
  .eds_sideMenu1 > span > span > span,
  .eds_sideMenu1 > ul > li > span {
    line-height: 5rem;
  }
  .eds_sideMenu1 > ul {
    top: 100%;
    position: absolute;
  }
  .eds_sideMenu1 > ul > li {
    float: none;
  }
  .eds_sideMenu1 > ul > li::before {
    top: 0;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    height: 1px;
    border-left-width: 0;
    border-top-width: 1px;
  }
  .eds_sideMenu1 > ul > li:hover {
    padding-right: 0;
    overflow: visible;
  }
  .eds_sideMenu1 > ul > li > a {
    left: 0;
  }
  .eds_sideMenu1 > ul > li > .eds_linkContent {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: auto;
  }
}
.eds_backToTop {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  bottom: 0;
  z-index: 999;
  width: 5rem;
  height: 5rem;
  text-align: center;
  background-color: var(--aurora-color-primary);
  border: solid 3px var(--aurora-color-white);
  text-decoration: none;
  transition: all 1s ease;
}
@media (max-width: 575.98px) {
  .eds_backToTop {
    width: 3rem;
    height: 3rem;
  }
}
.eds_backToTop::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: "\f0d8";
  color: var(--aurora-color-white);
  font: 900 2rem/0 var(--aurora-font-icon);
  text-decoration: none;
  transition: color 400ms;
}
.eds_backToTop > span {
  display: none;
}
.eds_backToTop.eds_backToTopVisible {
  visibility: visible;
  opacity: 1;
  bottom: 2rem;
}
.eds_backToTop.eds_backToTopFadeOut {
  opacity: 0.6;
  bottom: 2rem;
}
.eds_backToTop:hover {
  text-decoration: none;
  opacity: 1;
}
.eds_backToTop:hover::before {
  color: var(--aurora-color-dark);
}

.eds_accordion .edsAccordion_section {
  margin-bottom: 30px;
}
.eds_accordion .edsAccordion_section .edsAccordion_title {
  cursor: pointer;
  position: relative;
  margin: 0;
}
.eds_accordion .edsAccordion_section .edsAccordion_contentWrapper {
  height: 0;
  overflow: hidden;
}
.eds_accordion .edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper {
  height: auto;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title {
  border-top: none !important;
  border-right: none !important;
  border-bottom: solid 3px var(--aurora-color-primary);
  border-left: solid 3px var(--aurora-color-primary);
  padding: 1rem 5rem 1rem 1.5rem;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::before, .eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::after {
  position: absolute;
  display: inline-block;
  top: 0;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::before {
  left: 0;
  width: 3rem;
  content: "";
  border-top: solid 3px var(--aurora-color-primary);
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::after {
  right: 0;
  bottom: 0;
  width: 4.5rem;
  padding-top: 1.7rem;
  content: "\f107";
  font: 900 1.8rem/0 var(--aurora-font-icon);
  border: solid 3px var(--aurora-color-primary);
  border-bottom: none !important;
  text-align: center;
  transition: all 500ms;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title:hover::after {
  background-color: var(--aurora-color-grey-2);
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_contentWrapper {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: solid 3px var(--aurora-color-primary);
  position: relative;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_contentWrapper::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  content: "";
  border-top: none !important;
  border-right: none !important;
  border-bottom: solid 3px var(--aurora-color-primary);
  border-left: none !important;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 1.5rem;
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  background-color: var(--aurora-color-grey-2);
  content: "\f106";
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title {
  border: solid 3px var(--aurora-color-primary);
  padding: 0.5rem;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title img {
  width: 100%;
  height: auto;
  opacity: 0.51;
  position: relative;
  z-index: 1;
  transition: opacity 500ms;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title > span {
  display: block;
  position: absolute;
  background-color: var(--aurora-color-white);
  padding: 0.6rem 5rem 0.6rem 0.2rem;
  left: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  transition: all 300ms;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  content: "\f107";
  font: 900 1.6rem/0 var(--aurora-font-icon);
  border: solid 3px var(--aurora-color-primary);
  border-top: none !important;
  border-right: none !important;
  text-align: center;
  transition: all 500ms;
  z-index: 3;
  background-color: var(--aurora-color-white);
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title:hover::after {
  background-color: var(--aurora-color-grey-2);
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper {
  border: solid 3px var(--aurora-color-primary);
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  position: relative;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  content: "";
  border-bottom: solid 3px var(--aurora-color-primary);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 1.5rem 0.6rem 1.5rem 0.8rem;
  transition: all 500ms;
}
.eds_accordion.eds_style2 .edsAccordion_section.edsAccordion_active .edsAccordion_title img {
  opacity: 1;
}
.eds_accordion.eds_style2 .edsAccordion_section.edsAccordion_active .edsAccordion_title > span {
  bottom: -3rem;
  background-color: transparent;
}
.eds_accordion.eds_style2 .edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  background-color: var(--aurora-color-grey-2);
  content: "\f106";
}
.eds_accordion.eds_style2 .edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper .edsAccordion_content {
  padding-top: 4rem;
}
.eds_accordion.eds_style3 .edsAccordion_section {
  margin-bottom: 0;
}
.eds_accordion.eds_style3 .edsAccordion_section .edsAccordion_title {
  display: table;
  width: 100%;
  box-shadow: 0 0 0 2px var(--aurora-color-grey-2) inset;
}
.eds_accordion.eds_style3 .edsAccordion_section .edsAccordion_title > span {
  display: table-cell;
  vertical-align: middle;
  padding: 2rem;
  transition: all 500ms;
}
.eds_accordion.eds_style3 .edsAccordion_section .edsAccordion_title .eds_accTitleIcon {
  width: 7rem;
  box-shadow: -2px 0 0 0 var(--aurora-color-grey-2) inset;
  text-align: center;
}
.eds_accordion.eds_style3 .edsAccordion_section .edsAccordion_title .eds_accTitleIcon i {
  font-size: 30px;
  transition: color 500ms;
  color: var(--aurora-color-grey-3);
}
.eds_accordion.eds_style3 .edsAccordion_section .edsAccordion_title:hover .eds_accTitle {
  background-color: var(--aurora-color-grey-2);
  color: var(--aurora-color-white);
}
.eds_accordion.eds_style3 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  border: solid 2px var(--aurora-color-grey-2);
  border-top: none !important;
  padding: 2rem;
}
.eds_accordion.eds_style3 .edsAccordion_section.edsAccordion_active .edsAccordion_title .eds_accTitle {
  background-color: var(--aurora-color-grey-2);
  color: var(--aurora-color-white);
}
.eds_accordion.eds_style3 .edsAccordion_section.edsAccordion_active .edsAccordion_title .eds_accTitleIcon {
  background-color: var(--aurora-color-primary);
  box-shadow: none;
}
.eds_accordion.eds_style3 .edsAccordion_section.edsAccordion_active .edsAccordion_title .eds_accTitleIcon i {
  color: var(--aurora-color-white);
}
.eds_accordion.eds_style3 .edsAccordion_section + .edsAccordion_section {
  margin-top: -2px;
}

.eds_tabs .eds_tabsNav {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.eds_tabs .eds_tabsNav > li {
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
}
.eds_tabs .edsTabulator_tabsWrapper {
  overflow: hidden;
  position: relative;
}
.eds_tabs .edsTabulator_tabsWrapper .edsTabulator_tab {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0;
  z-index: 0;
  transition: opacity 300ms;
}
.eds_tabs .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  width: 100%;
}
.eds_tabs.eds_style1 .eds_tabsNav {
  border: solid 3px var(--aurora-color-primary);
  border-bottom: none !important;
  box-shadow: 0 -3px 0 0 var(--aurora-color-primary) inset;
  font-size: 0;
}
.eds_tabs.eds_style1 .eds_tabsNav > li {
  color: var(--aurora-color-dark);
  font: 1.2rem/1 var(--aurora-font-headings);
  transition: all 300ms;
  padding: 1rem 2rem;
  box-shadow: -3px -3px 0 0 var(--aurora-color-primary) inset;
}
@media (max-width: 575.98px) {
  .eds_tabs.eds_style1 .eds_tabsNav > li {
    display: block;
  }
}
.eds_tabs.eds_style1 .eds_tabsNav > li:hover {
  color: var(--aurora-color-primary);
}
.eds_tabs.eds_style1 .eds_tabsNav > li.edsTabulator_active {
  background-color: var(--aurora-color-grey-2);
  box-shadow: -3px 0 0 0 var(--aurora-color-primary) inset;
  color: var(--aurora-color-primary);
}
.eds_tabs.eds_style1 .edsTabulator_tabsWrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 3rem;
  border: solid 3px var(--aurora-color-primary);
  border-top: none !important;
  border-right: none !important;
}
.eds_tabs.eds_style1 .edsTabulator_tabsWrapper .edsTabulator_tab {
  padding: 2rem;
}
.eds_tabs.eds_style2 {
  display: table;
  width: 100%;
  border-top: solid 3px var(--aurora-color-primary);
}
.eds_tabs.eds_style2 .eds_tabsNav,
.eds_tabs.eds_style2 .edsTabulator_tabsWrapper {
  display: table-cell;
  vertical-align: top;
}
.eds_tabs.eds_style2 .eds_tabsNav {
  position: relative;
  padding-bottom: 3rem;
}
.eds_tabs.eds_style2 .eds_tabsNav::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 3rem;
  border: solid 3px var(--aurora-color-primary);
  border-top: none !important;
  border-right: none !important;
}
.eds_tabs.eds_style2 .eds_tabsNav > li {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
  color: var(--aurora-color-dark);
  font: 1.2rem/1 var(--aurora-font-headings);
  transition: all 300ms;
  padding: 1rem 2rem;
  box-shadow: -3px -3px 0 0 var(--aurora-color-primary) inset;
  text-align: center;
}
.eds_tabs.eds_style2 .eds_tabsNav > li.edsTabulator_active {
  background-color: var(--aurora-color-grey-2);
  box-shadow: 3px -3px 0 0 var(--aurora-color-primary) inset;
  color: var(--aurora-color-primary);
}
.eds_tabs.eds_style2 .edsTabulator_tabsWrapper .edsTabulator_tab {
  padding: 2rem;
}
.eds_tabs.eds_style3 {
  border: solid 2px var(--aurora-color-grey-2);
}
.eds_tabs.eds_style3 .eds_tabsNav {
  border-bottom: solid 2px var(--aurora-color-grey-2);
}
.eds_tabs.eds_style3 .eds_tabsNav > li {
  color: var(--aurora-color-grey-3);
  font: 1.3rem/1 var(--aurora-font-headings);
  transition: all 300ms;
  padding: 0.7rem 1rem;
}
.eds_tabs.eds_style3 .eds_tabsNav > li.edsTabulator_active {
  color: var(--aurora-color-dark);
}
.eds_tabs.eds_style3 .edsTabulator_tabsWrapper .edsTabulator_tab {
  padding: 2rem;
}
.eds_tabs.eds_style4 .eds_tabsNav {
  border: solid 2px var(--aurora-color-grey-2);
  border-bottom: none;
}
.eds_tabs.eds_style4 .eds_tabsNav > li {
  color: var(--aurora-color-grey-3);
  font: 1.3rem/1 var(--aurora-font-headings);
  transition: all 300ms;
  padding: 0.7rem 1rem;
}
.eds_tabs.eds_style4 .eds_tabsNav > li.edsTabulator_active {
  color: var(--aurora-color-dark);
}
.eds_tabs.eds_style4 .edsTabulator_tabsWrapper .edsTabulator_tab {
  transition: none;
}
.eds_tabs.eds_style4 .edsTabulator_tabsWrapper .edsTabulator_tab .edsAccordion_section .edsAccordion_title *,
.eds_tabs.eds_style4 .edsTabulator_tabsWrapper .edsTabulator_tab .edsAccordion_section .edsAccordion_contentWrapper * {
  opacity: 0.2;
}
.eds_tabs.eds_style4 .edsTabulator_tabsWrapper .edsTabulator_tab .edsAccordion_section .edsAccordion_title * {
  transition: opacity 600ms;
}
.eds_tabs.eds_style4 .edsTabulator_tabsWrapper .edsTabulator_tab .edsAccordion_section .edsAccordion_contentWrapper * {
  transition: opacity 900ms;
}
.eds_tabs.eds_style4 .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active .edsAccordion_section .edsAccordion_title *,
.eds_tabs.eds_style4 .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active .edsAccordion_section .edsAccordion_contentWrapper * {
  opacity: 1;
}

.eds_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 4rem 1.1rem;
  border: 4px solid var(--aurora-color-grey-2);
  border-radius: 0;
  background-color: transparent;
  font-family: var(--aurora-font-additional);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 280ms ease, border-color 280ms ease, color 280ms ease, box-shadow 280ms ease;
  cursor: pointer;
}
.eds_btn:link, .eds_btn:visited, .eds_btn:active {
  color: var(--aurora-color-dark);
}
.eds_btn:hover {
  background-color: var(--aurora-color-primary);
  border-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
  text-decoration: none;
}
.eds_btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem var(--aurora-color-primary-transparent-20);
}
.eds_btn.eds_btnSecondary {
  background-color: var(--aurora-color-primary);
  border-color: var(--aurora-color-primary);
}
.eds_btn.eds_btnSecondary:link, .eds_btn.eds_btnSecondary:visited, .eds_btn.eds_btnSecondary:active {
  color: var(--aurora-color-white);
}
.eds_btn.eds_btnSecondary:hover, .eds_btn.eds_btnSecondary:focus, .eds_btn.eds_btnSecondary:focus-visible, .eds_btn.eds_btnSecondary:active, .eds_btn.eds_btnSecondary.active {
  background-color: var(--aurora-color-dark);
  border-color: var(--aurora-color-dark);
  color: var(--aurora-color-white);
}
.eds_btn.eds_btnDark {
  background-color: transparent;
  border-color: var(--aurora-color-black);
}
.eds_btn.eds_btnDark:link, .eds_btn.eds_btnDark:visited, .eds_btn.eds_btnDark:active {
  color: var(--aurora-color-black);
}
.eds_btn.eds_btnDark:hover, .eds_btn.eds_btnDark:focus, .eds_btn.eds_btnDark:focus-visible, .eds_btn.eds_btnDark:active, .eds_btn.eds_btnDark.active {
  background-color: var(--aurora-color-black);
  border-color: var(--aurora-color-black);
  color: var(--aurora-color-white);
}
.eds_btn.eds_btnSolidDark {
  background-color: var(--aurora-color-black);
  border-color: var(--aurora-color-black);
}
.eds_btn.eds_btnSolidDark:link, .eds_btn.eds_btnSolidDark:visited, .eds_btn.eds_btnSolidDark:active {
  color: var(--aurora-color-white);
}
.eds_btn.eds_btnSolidDark:hover, .eds_btn.eds_btnSolidDark:focus, .eds_btn.eds_btnSolidDark:focus-visible, .eds_btn.eds_btnSolidDark:active, .eds_btn.eds_btnSolidDark.active {
  background-color: var(--aurora-color-primary);
  border-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
}
.eds_btn.eds_btnLight {
  background-color: transparent;
  border-color: var(--aurora-color-primary);
}
.eds_btn.eds_btnLight:link, .eds_btn.eds_btnLight:visited, .eds_btn.eds_btnLight:active {
  color: var(--aurora-color-dark);
}
.eds_btn.eds_btnLight:hover, .eds_btn.eds_btnLight:focus, .eds_btn.eds_btnLight:focus-visible, .eds_btn.eds_btnLight:active, .eds_btn.eds_btnLight.active {
  background-color: var(--aurora-color-primary-transparent-40);
  border-color: var(--aurora-color-primary);
  color: var(--aurora-color-dark);
}
.eds_btn.eds_btnGreyBorder {
  border-color: #a1a1a1;
}
.eds_btn.eds_btnGreyBorder:hover, .eds_btn.eds_btnGreyBorder:focus, .eds_btn.eds_btnGreyBorder:focus-visible, .eds_btn.eds_btnGreyBorder:active, .eds_btn.eds_btnGreyBorder.active {
  background-color: var(--aurora-color-primary-transparent-20);
  border-color: var(--aurora-color-primary);
  color: var(--aurora-color-dark);
}
.eds_btn.eds_btnGhostLight {
  background-color: transparent;
  border-color: var(--aurora-color-white);
}
.eds_btn.eds_btnGhostLight:link, .eds_btn.eds_btnGhostLight:visited, .eds_btn.eds_btnGhostLight:active {
  color: var(--aurora-color-dark);
}
.eds_btn.eds_btnGhostLight:hover, .eds_btn.eds_btnGhostLight:focus, .eds_btn.eds_btnGhostLight:focus-visible, .eds_btn.eds_btnGhostLight:active, .eds_btn.eds_btnGhostLight.active {
  background-color: var(--aurora-color-white);
  border-color: var(--aurora-color-white);
  color: var(--aurora-color-dark);
}

.eds_btnIcon {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
}
.eds_btnIcon:link, .eds_btnIcon:visited, .eds_btnIcon:active {
  color: var(--aurora-color-dark);
}
.eds_btnIcon:hover, .eds_btnIcon:focus-visible {
  text-decoration: none;
}
.eds_btnIcon:hover .eds_btnIcon__icon, .eds_btnIcon:focus-visible .eds_btnIcon__icon {
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
}
.eds_btnIcon:hover .eds_btnIcon__label, .eds_btnIcon:focus-visible .eds_btnIcon__label {
  color: var(--aurora-color-primary);
}
.eds_btnIcon:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem var(--aurora-color-primary-transparent-20);
  border-radius: 0.5rem;
}
.eds_btnIcon__icon {
  width: clamp(3rem, 4.1vw, 3.85rem);
  min-width: clamp(3rem, 4.1vw, 3.85rem);
  height: clamp(3rem, 4.1vw, 3.85rem);
  border-radius: 50%;
  background-color: var(--aurora-color-grey);
  border-color: var(--aurora-color-grey);
  color: var(--aurora-color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  transition: background-color 280ms ease, color 280ms ease;
}
.eds_btnIcon__text {
  display: grid;
  gap: 0.2rem;
  align-items: center;
}
.eds_btnIcon__label {
  font-family: var(--aurora-font-additional);
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--aurora-color-primary);
  text-transform: none;
  transition: color 280ms ease;
}
.eds_btnIcon__value {
  font-family: var(--aurora-font-additional);
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--aurora-color-dark);
}
.eds_btnIcon.eds_btnIcon--big {
  gap: clamp(1rem, 1.8vw, 1.4rem);
}
.eds_btnIcon.eds_btnIcon--big .eds_btnIcon__icon {
  width: clamp(4.9rem, 7.1vw, 6.2rem);
  min-width: clamp(4.9rem, 7.1vw, 6.2rem);
  height: clamp(4.9rem, 7.1vw, 6.2rem);
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
}
.eds_btnIcon.eds_btnIcon--big .eds_btnIcon__text {
  gap: 0.32rem;
}
.eds_btnIcon.eds_btnIcon--big .eds_btnIcon__label {
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  line-height: 1.1;
}
.eds_btnIcon.eds_btnIcon--big .eds_btnIcon__value {
  font-size: clamp(1.35rem, 1.9vw, 1.9rem);
  line-height: 1;
}

@media (max-width: 767.98px) {
  .eds_btn {
    padding: 0.85rem 2.1rem 0.55rem;
    border-width: 3px;
    font-size: 1.02rem;
    letter-spacing: 0.12em;
  }
}
@media (max-width: 575.98px) {
  .eds_btnIcon {
    gap: 0.75rem;
  }
  .eds_btnIcon__label {
    font-size: clamp(1.15rem, 4.7vw, 1.5rem);
  }
  .eds_btnIcon__value {
    font-size: clamp(0.95rem, 3.8vw, 1.1rem);
  }
  .eds_btnIcon.eds_btnIcon--big .eds_btnIcon__label {
    font-size: clamp(1rem, 4.3vw, 1.35rem);
  }
  .eds_btnIcon.eds_btnIcon--big .eds_btnIcon__value {
    font-size: clamp(1.15rem, 5vw, 1.55rem);
  }
  .eds_btn {
    padding: 0.7rem 1.6rem 0.5rem;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
  }
}
.eds_ctaTextLink,
.eds_ctaTextLink:link,
.eds_ctaTextLink:visited,
.eds_ctaTextLink:active {
  font-family: var(--aurora-font-additional);
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--aurora-color-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.eds_ctaTextLink:hover,
.eds_ctaTextLink:focus-visible {
  color: var(--aurora-color-primary);
  text-decoration: none;
}

.eds_ctaTextLink::after {
  content: " >>";
}

.eds_btnCarouselNav {
  width: clamp(2.8rem, 4.3vw, 3.6rem);
  min-width: clamp(2.8rem, 4.3vw, 3.6rem);
  height: clamp(2.8rem, 4.3vw, 3.6rem);
  padding: 0;
  border: none;
  background-color: var(--aurora-color-primary);
}
.eds_btnCarouselNav:link, .eds_btnCarouselNav:visited, .eds_btnCarouselNav:active, .eds_btnCarouselNav:hover, .eds_btnCarouselNav:focus, .eds_btnCarouselNav:focus-visible {
  color: var(--aurora-color-white);
  border-color: transparent;
  background-color: var(--aurora-color-primary);
  box-shadow: none;
}
.eds_btnCarouselNav .carousel-control-prev-icon,
.eds_btnCarouselNav .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

.eds_circleProgress {
  display: inline-block;
  position: relative;
  user-select: none;
  box-sizing: border-box;
  color: var(--aurora-color-dark);
}
.eds_circleProgress .highlight {
  padding: 1rem;
  margin: 1rem;
  background-color: var(--aurora-color-grey);
}
.eds_circleProgress .loader-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eds_circleProgress .spinner-holder-one {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%;
  background: transparent;
  box-sizing: border-box;
}
.eds_circleProgress .spinner-holder-two {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
}
.eds_circleProgress .loader-spinner {
  width: 200%;
  height: 200%;
  border-radius: 50%;
  border: 5px solid rgb(135, 206, 235);
  box-sizing: border-box;
}
.eds_circleProgress .eds_progressValue {
  text-align: center;
  font-size: 2rem;
  color: var(--aurora-color-dark);
  font-family: var(--aurora-font-headings);
}
.eds_circleProgress .eds_progressIcon {
  display: inline-block;
  position: absolute;
  background-color: var(--aurora-color-white);
  border-radius: 50%;
  z-index: 1;
  color: var(--aurora-color-white);
  background-color: var(--aurora-color-grey-2);
  border: solid 5px var(--aurora-color-white);
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
  line-height: 30px;
}
.eds_circleProgress .eds_progressIcon.eds_largeIcon {
  width: 70px;
  height: 70px;
  border-width: 10px;
  line-height: 50px;
  font-size: 1.5rem;
}
.eds_circleProgress.success .loader-spinner {
  border-color: var(--aurora-color-success) !important;
}
.eds_circleProgress.success .eds_progressIcon {
  background-color: var(--aurora-color-success);
  color: var(--aurora-color-white);
}
.eds_circleProgress.info .loader-spinner {
  border-color: var(--aurora-color-primary-dark);
}
.eds_circleProgress.info .eds_progressIcon {
  background-color: var(--aurora-color-primary-dark);
  color: var(--aurora-color-white);
}
.eds_circleProgress.warning .loader-spinner {
  border-color: var(--aurora-color-warning) !important;
}
.eds_circleProgress.warning .eds_progressIcon {
  background-color: var(--aurora-color-warning);
  color: var(--aurora-color-white);
}
.eds_circleProgress.danger .loader-spinner {
  border-color: var(--aurora-color-danger) !important;
}
.eds_circleProgress.danger .eds_progressIcon {
  background-color: var(--aurora-color-danger);
  color: var(--aurora-color-white);
}

.eds_fullCircleProgress {
  width: 150px;
  height: 150px;
}
.eds_fullCircleProgress .loader-bg {
  border: 5px solid var(--aurora-color-grey-2);
}
.eds_fullCircleProgress .spinner-holder-one {
  height: 50%;
}
.eds_fullCircleProgress .animate-0-25-a {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .animate-0-25-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .animate-25-50-a {
  transform: rotate(180deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .animate-25-50-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .animate-50-75-a {
  transform: rotate(270deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .animate-50-75-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .animate-75-100-a {
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .animate-75-100-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.eds_fullCircleProgress .eds_progressIcon {
  top: 0;
  left: 50%;
  transform: translate(-50%, -15px);
}
.eds_fullCircleProgress .eds_progressIcon.eds_largeIcon {
  transform: translate(-50%, -25px);
}

.eds_halfCircleProgress {
  width: 150px;
  height: 75px;
  position: relative;
}
.eds_halfCircleProgress .eds_halfOverflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.eds_halfCircleProgress .loader-bg {
  border: 5px solid var(--aurora-color-white);
  height: 200%;
  overflow: hidden;
  position: relative;
}
.eds_halfCircleProgress .loader-bg::before {
  display: inline-block;
  position: absolute;
  background-color: var(--aurora-color-grey-2);
  content: "";
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  border-radius: 50% 50% 0 0;
}
.eds_halfCircleProgress .spinner-holder-one {
  height: 100%;
}
.eds_halfCircleProgress .animate-0-50-a {
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}
.eds_halfCircleProgress .animate-0-50-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.eds_halfCircleProgress .animate-50-100-a {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
.eds_halfCircleProgress .animate-50-100-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.eds_halfCircleProgress .eds_progressValue {
  position: absolute;
  top: 25%;
}
.eds_halfCircleProgress .eds_progressIcon {
  bottom: 0;
  left: 0;
  transform: translate(-15px, 5px);
}
.eds_halfCircleProgress .eds_progressIcon.eds_largeIcon {
  transform: translate(-20px, 10px);
}

.eds_horizontalProgress {
  width: 150px;
  position: relative;
}
.eds_horizontalProgress .horizontalLoader {
  background-color: rgb(135, 206, 235);
}
.eds_horizontalProgress .horizontalLoaderBg {
  background-color: var(--aurora-color-grey);
}
.eds_horizontalProgress .loader-bg {
  border: solid 2px var(--aurora-color-grey);
  border-top: none !important;
  display: table;
  width: 100%;
}
.eds_horizontalProgress .loader-bg > div {
  display: table-cell;
}
.eds_horizontalProgress .loader-bg .eds_progressValue {
  font: 2rem/1 var(--aurora-font-headings);
  padding: 1.5rem;
  width: 10%;
  text-align: center;
  vertical-align: top;
}
.eds_horizontalProgress .loader-bg .eds_progressDescription {
  padding: 1rem;
  border-left: solid 2px var(--aurora-color-grey);
  vertical-align: center;
}
.eds_horizontalProgress.success .horizontalLoader {
  background-color: var(--aurora-color-success);
}
.eds_horizontalProgress.success .loader-bg {
  color: var(--aurora-color-success);
}
.eds_horizontalProgress.info .horizontalLoader {
  background-color: var(--aurora-color-primary-dark);
}
.eds_horizontalProgress.info .loader-bg {
  color: var(--aurora-color-primary-dark);
}
.eds_horizontalProgress.warning .horizontalLoader {
  background-color: var(--aurora-color-warning);
}
.eds_horizontalProgress.warning .loader-bg {
  color: var(--aurora-color-warning);
}
.eds_horizontalProgress.danger .horizontalLoader {
  background-color: var(--aurora-color-danger);
}
.eds_horizontalProgress.danger .loader-bg {
  color: var(--aurora-color-danger);
}

.progress.eds_progressAnimated .progress-bar {
  transition: width 2s linear;
}
.progress.eds_nullValue .progress-bar {
  width: 0 !important;
}

.eds_flipBox {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
  position: relative;
}
.eds_flipBox .eds_front,
.eds_flipBox .eds_behind {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.19, 0.88, 0.38, 1);
  overflow: hidden;
}
.eds_flipBox .eds_front {
  position: relative;
  z-index: 0;
  transform: rotateY(0deg);
}
.eds_flipBox .eds_behind {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
  transform: rotateY(-180deg);
}
.eds_flipBox:hover .eds_front {
  transform: rotateY(180deg);
}
.eds_flipBox:hover .eds_behind {
  transform: rotateY(0deg);
  z-index: 3;
}
.eds_flipBox.eds_flipRight .eds_front {
  transform: rotateY(0deg);
}
.eds_flipBox.eds_flipRight .eds_behind {
  transform: rotateY(180deg);
}
.eds_flipBox.eds_flipRight:hover .eds_front {
  transform: rotateY(-180deg);
}
.eds_flipBox.eds_flipRight:hover .eds_behind {
  transform: rotateY(0deg);
}
.eds_flipBox.eds_flipTop .eds_front {
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipTop .eds_behind {
  transform: rotateX(180deg);
}
.eds_flipBox.eds_flipTop:hover .eds_front {
  transform: rotateX(-180deg);
}
.eds_flipBox.eds_flipTop:hover .eds_behind {
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipBottom .eds_front {
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipBottom .eds_behind {
  transform: rotateX(-180deg);
}
.eds_flipBox.eds_flipBottom:hover .eds_front {
  transform: rotateX(180deg);
}
.eds_flipBox.eds_flipBottom:hover .eds_behind {
  transform: rotateX(0deg);
}

.eds_box1 {
  position: relative;
  padding: 1.5rem;
}
.eds_box1::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3rem;
  border: solid 3px var(--aurora-color-primary);
  border-right: none !important;
}
.eds_box1 > div {
  position: relative;
  z-index: 1;
}

.eds_box3 .eds_boxHeader {
  text-align: center;
  border-bottom: solid 3px var(--aurora-color-primary);
}
.eds_box3 .eds_boxHeader > span {
  padding: 0.3rem 2rem;
  color: var(--aurora-color-white);
  background-color: var(--aurora-color-primary);
  display: inline-block;
}
.eds_box3 .eds_boxContent {
  padding: 1.5rem;
  position: relative;
}
.eds_box3 .eds_boxContent::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3rem;
  border: solid 3px var(--aurora-color-primary);
  border-right: none !important;
  border-top: none !important;
}
.eds_box3 .eds_boxContent > div {
  position: relative;
  z-index: 1;
}

.eds_box4 {
  color: var(--aurora-color-white);
  background-color: var(--aurora-color-primary);
  padding: 1.5rem;
  overflow: hidden;
}

.eds_box5 {
  background-color: #f7f7f7;
  padding: 1.5rem;
}

.eds_box7 {
  padding: 1.5rem 1.5rem 0;
  border: solid 3px var(--aurora-color-primary);
}
.eds_box7 .eds_boxReadMore {
  display: block;
  text-align: center;
  padding: 0.5rem;
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
  text-decoration: none;
  margin: 2rem -1.5rem 0;
  transition: all 500ms;
  font: 1.2rem/1.1 var(--aurora-font-headings);
  text-transform: uppercase;
}
.eds_box7 .eds_boxReadMore:hover {
  color: var(--aurora-color-dark);
}

.eds_box13 {
  position: relative;
  padding: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.eds_box13::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
}
.eds_box13 .eds__boxImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eds_box13 .eds_boxContent {
  position: relative;
  z-index: 2;
  color: var(--aurora-color-white);
}
.eds_box13 .eds_boxReadMore {
  display: block;
  text-align: center;
  border: solid 3px var(--aurora-color-primary);
  padding: 0.3rem 2rem;
  text-decoration: none;
  font: 1rem/1.3 var(--aurora-font-headings);
  text-transform: uppercase;
  transition: all 500ms, color 300ms;
  color: var(--aurora-color-white);
  position: relative;
  z-index: 2;
}
.eds_box13 .eds_boxReadMore:hover {
  background-color: var(--aurora-color-black);
}

.eds_flipBox1,
.eds_flipBox2 {
  position: relative;
}
.eds_flipBox1 img,
.eds_flipBox2 img {
  width: 100%;
  height: auto;
}
.eds_flipBox1 .eds_flipBox,
.eds_flipBox2 .eds_flipBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}

.eds_flipBox1::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  border: solid 2px var(--aurora-color-primary);
  border-top: none !important;
  border-left: none !important;
  z-index: 4;
  transition: all 200ms;
}
.eds_flipBox1:hover::before {
  border-color: var(--aurora-color-dark);
  transform: rotate(360deg);
}
.eds_flipBox1 .eds_flipBox {
  left: 0;
}
.eds_flipBox1 .eds_flipBox > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_flipBox1 .eds_flipBox > div.eds_front::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 -100px 100px 0 rgba(0, 0, 0, 0.85) inset;
  z-index: 1;
}
.eds_flipBox1 .eds_flipBox > div.eds_front .eds_boxContent {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
}
.eds_flipBox1 .eds_flipBox > div.eds_behind {
  background-color: var(--aurora-color-primary-transparent-80);
  padding: 2rem;
}
.eds_flipBox1 .eds_flipBox > div.eds_behind .eds_boxIcon {
  font-size: 50px;
  color: var(--aurora-color-dark);
}

.eds_flipBox2 img {
  width: 100%;
  height: auto;
}
.eds_flipBox2 .eds_flipBox {
  left: 50%;
}
.eds_flipBox2 .eds_flipBox > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_flipBox2 .eds_flipBox > div.eds_front {
  background-color: var(--aurora-color-primary-transparent-80);
}
.eds_flipBox2 .eds_flipBox > div.eds_front .eds_boxContent {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
.eds_flipBox2 .eds_flipBox > div.eds_behind {
  background-color: var(--aurora-color-white);
}
.eds_flipBox2 .eds_flipBox > div.eds_behind::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
  border: solid 3px var(--aurora-color-primary);
  border-top: none !important;
  border-left: none !important;
}
.eds_flipBox2 .eds_flipBox > div.eds_behind > div {
  padding: 1rem;
  border: solid 3px var(--aurora-color-primary);
  border-right: none !important;
}
.eds_flipBox2:hover .eds_flipBox .eds_front {
  transform: rotateY(180deg);
}
.eds_flipBox2:hover .eds_flipBox .eds_behind {
  transform: rotateY(0deg);
  z-index: 3;
}

.eds_testimonialBox1::after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.eds_testimonialBox1 img {
  max-width: 100%;
  height: auto;
}
.eds_testimonialBox1 .eds_quote {
  padding: 1.5rem 4rem;
  font: 1.4rem/1.3 var(--aurora-font-headings);
  color: var(--aurora-color-white);
  background-color: var(--aurora-color-primary);
  position: relative;
}
@media (max-width: 575.98px) {
  .eds_testimonialBox1 .eds_quote {
    padding: 2rem;
    font-size: 1rem;
  }
}
.eds_testimonialBox1 .eds_quote::before, .eds_testimonialBox1 .eds_quote::after {
  display: inline-block;
  position: absolute;
}
.eds_testimonialBox1 .eds_quote::before {
  content: "\f10e";
  color: var(--aurora-color-dark);
  font: 900 2rem/1 var(--aurora-font-icon);
  top: 1rem;
  left: 1rem;
}
@media (max-width: 575.98px) {
  .eds_testimonialBox1 .eds_quote::before {
    top: 0.2rem;
    left: 0.2rem;
  }
}
.eds_testimonialBox1 .eds_quote::after {
  content: "";
  top: 100%;
  border-style: solid;
  border-color: var(--aurora-color-primary) transparent transparent;
  border-width: 20px 40px 0px 0px;
  left: 40%;
}
.eds_testimonialBox1 .eds_image {
  float: left;
}

.eds_testimonialBox2 {
  display: table;
  width: 100%;
}
@media (max-width: 359.98px) {
  .eds_testimonialBox2 {
    display: block;
  }
}
.eds_testimonialBox2 img {
  max-width: 100%;
  height: auto;
}
.eds_testimonialBox2 > div {
  display: table-cell;
  vertical-align: top;
  width: 47%;
}
@media (max-width: 359.98px) {
  .eds_testimonialBox2 > div {
    display: block;
    width: auto !important;
  }
}
.eds_testimonialBox2 > div.eds_rightSide {
  position: relative;
  width: 53%;
}
.eds_testimonialBox2 > div.eds_rightSide::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
  content: "";
  border: solid 3px var(--aurora-color-primary);
  border-left: none !important;
  border-top: none !important;
}
.eds_testimonialBox2 > div.eds_rightSide > div {
  padding: 2rem;
}
.eds_testimonialBox2 > div.eds_rightSide .eds_quote {
  border: solid 3px var(--aurora-color-primary);
  border-right: none !important;
  position: relative;
}
.eds_testimonialBox2 > div.eds_rightSide .eds_quote::before, .eds_testimonialBox2 > div.eds_rightSide .eds_quote::after {
  position: absolute;
  display: inline-block;
}
.eds_testimonialBox2 > div.eds_rightSide .eds_quote::before {
  content: "\f10e";
  top: 0;
  left: 0;
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-dark);
  font: 900 1rem/1.8rem var(--aurora-font-icon);
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
}
.eds_testimonialBox2 > div.eds_rightSide .eds_quote::after {
  content: "";
  top: 70%;
  right: 100%;
  border-style: solid;
  border-color: transparent var(--aurora-color-primary) transparent transparent;
  border-width: 40px 20px 0px 0px;
}
@media (max-width: 359.98px) {
  .eds_testimonialBox2 > div.eds_rightSide .eds_quote::after {
    top: auto;
    bottom: calc(100% - 10px);
    right: auto;
    left: 30%;
    transform: rotate(90deg);
    border-width: 40px 20px 0px 0px;
  }
}

.eds_testimonialBox3 {
  padding: 2rem;
}
.eds_testimonialBox3::after {
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.eds_testimonialBox3 img {
  max-width: 100%;
  height: auto;
}
.eds_testimonialBox3 .eds_quote {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.eds_testimonialBox3 .eds_quote::before {
  display: inline-block;
  position: absolute;
  content: "\f10e";
  color: var(--aurora-color-primary);
  font: 900 2.5rem/1 var(--aurora-font-icon);
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .eds_testimonialBox3 .eds_quote::before {
    top: 0.2rem;
    left: 0.2rem;
  }
}
.eds_testimonialBox3 .eds_image {
  float: left;
  border: solid 3px var(--aurora-color-primary);
}

.eds_testimonialBox4 .eds_image {
  text-align: center;
}
.eds_testimonialBox4 .eds_image img {
  border: solid 3px var(--aurora-color-primary);
  border-radius: 50%;
}

table.eds_priceTable {
  width: 100%;
}

.eds_priceTable {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: var(--aurora-font-headings);
}
.eds_priceTable .eds_price {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  padding: 4rem 1.5rem;
  display: block;
  color: var(--aurora-color-dark);
}
@media (max-width: 991.98px) {
  .eds_priceTable .eds_price {
    font-size: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.eds_priceTable .eds_price small {
  font-size: 1.5rem;
  line-height: 2.2;
  font-weight: normal;
  vertical-align: top;
  margin-right: 0.4rem;
}
.eds_priceTable .eds_listTitle {
  background-color: var(--aurora-color-grey-3);
  display: inline-block;
  padding: 0.4rem 3rem;
  color: var(--aurora-color-grey-2);
}
.eds_priceTable section {
  box-shadow: 0 0 0 1px var(--aurora-color-grey-2) inset;
  background-color: var(--aurora-color-white);
  z-index: 1;
  text-align: center;
  position: relative;
}
.eds_priceTable section .eds_priceTitle {
  margin: 0;
  padding: 1rem;
  color: var(--aurora-color-dark);
  position: relative;
  background-color: var(--aurora-color-grey-2);
}
.eds_priceTable section .eds_priceTitle::after {
  content: "";
  border-style: solid;
  border-width: 12px;
  border-color: var(--aurora-color-white);
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  position: absolute;
  bottom: 0;
  right: 3rem;
}
.eds_priceTable section > div {
  background-color: var(--aurora-color-dark);
  text-align: center;
  position: relative;
  margin-bottom: 12px;
}
.eds_priceTable section > div::after {
  content: "";
  border-style: solid;
  border-width: 12px;
  border-color: var(--aurora-color-dark) transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.eds_priceTable section > div > ul {
  margin: 0;
  padding: 1.5rem;
  text-align: center;
}
.eds_priceTable section > div > ul > li {
  color: var(--aurora-color-white);
}
.eds_priceTable section > div > ul > li::before {
  color: var(--aurora-color-white);
  position: static;
  margin-right: 0.5rem;
}
.eds_priceTable .eds_bestValue section .eds_priceTitle {
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
}
.eds_priceTable .eds_bestValue section .eds_price {
  color: var(--aurora-color-primary);
}
.eds_priceTable thead tr {
  background-color: var(--aurora-color-grey-3);
  border: solid 2px var(--aurora-color-grey-3);
  border-bottom: none !important;
}
.eds_priceTable thead tr th {
  color: var(--aurora-color-white);
  padding: 0.7rem;
}
.eds_priceTable thead tr th.eds_bestValue {
  color: var(--aurora-color-primary);
}
.eds_priceTable tbody tr td {
  padding: 0.6rem;
  border: solid 2px var(--aurora-color-grey-2);
}
.eds_priceTable tbody tr td .eds_price {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--aurora-color-white);
}
.eds_priceTable tbody tr td.eds_bestValue .eds_price {
  color: var(--aurora-color-primary);
}
.eds_priceTable tbody tr td .eds_listTitle {
  color: var(--aurora-color-primary);
}
.eds_priceTable tbody tr td.eds_empty {
  border: none;
}
.eds_priceTable tbody tr td .eds_btn {
  display: block;
  padding-right: 2rem;
  padding-left: 2rem;
}
.eds_priceTable tbody tr.eds_subHead {
  background-color: var(--aurora-color-dark);
}
.eds_priceTable tbody tr.eds_subHead td {
  border-color: var(--aurora-color-grey-3);
  border-top: none !important;
  border-bottom: none !important;
}

.eds_animatedTumbnail {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  border: solid 1px #c7c7c7;
}
.eds_animatedTumbnail img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
}
.eds_animatedTumbnail .eds_thCaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.eds_animatedTumbnail .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail .eds_thCaption > .eds_thDescription {
  position: absolute;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: var(--aurora-color-white);
}
.eds_animatedTumbnail .eds_thCaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 0;
  opacity: 0;
  text-indent: 200%;
  white-space: nowrap;
  z-index: 10;
}
.eds_animatedTumbnail.eds_style1 {
  background: #000;
}
.eds_animatedTumbnail.eds_style1 img {
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thDescription {
  bottom: 0;
  left: 0;
  right: 0;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle {
  -webkit-transition: color 400ms;
  transition: color 400ms;
  z-index: 0;
  padding: 30px;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle + .eds_thDescription {
  padding: 30px;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle::after {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--aurora-color-white);
  content: "";
  z-index: -1;
  -webkit-transition: opacity 400ms, top 300ms;
  transition: opacity 400ms, top 300ms;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thDescription {
  opacity: 0;
  bottom: 50%;
  padding: 0 30px;
  text-align: center;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.eds_animatedTumbnail.eds_style1:hover img {
  opacity: 0.8;
}
.eds_animatedTumbnail.eds_style1:hover .eds_thCaption > .eds_thTitle {
  color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style1:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.eds_animatedTumbnail.eds_style2 {
  text-align: center;
  background-color: var(--aurora-color-white);
}
.eds_animatedTumbnail.eds_style2 img {
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
}
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thDescription {
  bottom: 0;
  left: 0;
  padding: 30px;
}
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle {
  -webkit-transition: color 400ms, -webkit-transform 400ms;
  transition: color 400ms, transform 400ms;
}
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thDescription {
  opacity: 0;
  right: 0;
  color: #3c4a50;
  background-color: var(--aurora-color-white);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.eds_animatedTumbnail.eds_style2:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.eds_animatedTumbnail.eds_style2:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.eds_animatedTumbnail.eds_style2:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style3::after {
  content: "";
  position: absolute;
  background-color: var(--aurora-color-primary-transparent-40);
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: top 200ms, right 200ms, bottom 200ms, left 200ms;
  transition: top 200ms, right 200ms, bottom 200ms, left 200ms;
  z-index: 1;
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thDescription {
  right: 30px;
  left: 30px;
  padding: 10px 0;
  z-index: 2;
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle {
  top: 30px;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: solid 4px var(--aurora-color-white);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thDescription {
  bottom: 20%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
}
.eds_animatedTumbnail.eds_style3:hover::after {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_animatedTumbnail.eds_style3:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style3:hover .eds_thCaption > .eds_thTitle::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style3:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style4 {
  background-color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style4 img {
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thDescription {
  text-align: center;
}
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thTitle {
  top: 10%;
  left: 10%;
  right: 10%;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thDescription {
  padding: 3%;
  border: 2px solid var(--aurora-color-white);
  opacity: 0;
  left: 10%;
  right: 10%;
  top: 40%;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
.eds_animatedTumbnail.eds_style4:hover img {
  opacity: 0.35;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eds_animatedTumbnail.eds_style4:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style4:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.eds_animatedTumbnail.eds_style5 {
  background-color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style5::before {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  border: 2px solid var(--aurora-color-white);
  z-index: 1;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
.eds_animatedTumbnail.eds_style5 img {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style5 .eds_thCaption {
  text-align: center;
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
}
.eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thTitle {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  position: relative;
}
.eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thDescription {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
}
.eds_animatedTumbnail.eds_style5:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style5:hover img {
  opacity: 0.6;
}
.eds_animatedTumbnail.eds_style5:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.eds_animatedTumbnail.eds_style5:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style6 {
  background-color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style6 img {
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
}
.eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thTitle {
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 10%;
  left: 10%;
  right: 10%;
  text-align: center;
}
.eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thDescription {
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 10%;
  padding: 15px;
  border: 2px solid var(--aurora-color-white);
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  text-align: center;
}
.eds_animatedTumbnail.eds_style6:hover img {
  opacity: 0.35;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.eds_animatedTumbnail.eds_style6:hover .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style6:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style7 {
  background-color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style7::before, .eds_animatedTumbnail.eds_style7::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
}
.eds_animatedTumbnail.eds_style7::before {
  border-top: 2px dashed var(--aurora-color-white);
  border-bottom: 2px dashed var(--aurora-color-white);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.eds_animatedTumbnail.eds_style7::after {
  border-right: 2px dashed var(--aurora-color-white);
  border-left: 2px dashed var(--aurora-color-white);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.eds_animatedTumbnail.eds_style7 img {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style7 .eds_thCaption > .eds_thTitle {
  color: var(--aurora-color-white);
  bottom: 50%;
  left: 13%;
  right: 13%;
}
.eds_animatedTumbnail.eds_style7 .eds_thCaption > .eds_thDescription {
  color: var(--aurora-color-white);
  opacity: 0;
  left: 13%;
  right: 13%;
  bottom: 13%;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.eds_animatedTumbnail.eds_style7:hover::before, .eds_animatedTumbnail.eds_style7:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eds_animatedTumbnail.eds_style7:hover img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style7:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style8 {
  background-color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style8::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.eds_animatedTumbnail.eds_style8 img {
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.eds_animatedTumbnail.eds_style8 .eds_thCaption > .eds_thTitle {
  top: 10%;
  left: 10%;
}
.eds_animatedTumbnail.eds_style8 .eds_thCaption > .eds_thDescription {
  right: 10%;
  bottom: 10%;
  padding: 0 10px 0 0;
  max-width: 50%;
  border-right: 2px solid var(--aurora-color-white);
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style8:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
}
.eds_animatedTumbnail.eds_style8:hover img {
  opacity: 0.35;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style8:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.eds_animatedTumbnail.eds_style9 {
  background-color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style9 img {
  max-width: none;
  width: -webkit-calc(100% + 10%);
  width: 110%;
  opacity: 1;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
}
.eds_animatedTumbnail.eds_style9 .eds_thCaption > .eds_thTitle {
  right: 10%;
  bottom: 10%;
}
.eds_animatedTumbnail.eds_style9 .eds_thCaption > .eds_thDescription {
  padding: 5px 10px 5px 0;
  width: 60%;
  border-right: 1px solid var(--aurora-color-white);
  text-align: right;
  opacity: 0;
  top: 10%;
  left: 10%;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.eds_animatedTumbnail.eds_style9:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.eds_animatedTumbnail.eds_style9:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style10 {
  background-color: var(--aurora-color-primary);
}
.eds_animatedTumbnail.eds_style10::before {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  border: 2px solid var(--aurora-color-white);
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.eds_animatedTumbnail.eds_style10 img {
  max-width: none;
  width: -webkit-calc(100% + 10%);
  width: 110%;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.eds_animatedTumbnail.eds_style10 .eds_thCaption > .eds_thTitle {
  color: var(--aurora-color-white);
  bottom: 50%;
  left: 13%;
  right: 13%;
}
.eds_animatedTumbnail.eds_style10 .eds_thCaption > .eds_thDescription {
  color: var(--aurora-color-white);
  opacity: 0;
  left: 13%;
  right: 13%;
  bottom: 13%;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style10:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style10:hover img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style10:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
}

/* Animate.css - http://daneden.me/animate
  * Licensed under the MIT license.
  * Copyright (c) 2013 Daniel Eden,
  * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.bounceOnHover:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.flashOnHover:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

.pulseOnHover:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

.shakeOnHover:hover {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

.swingOnHover:hover {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

.tadaOnHover:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.wobbleOnHover:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceInOnHover:hover {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.bounceInDownOnHover:hover {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.bounceInLeftOnHover:hover {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.bounceInRightOnHover:hover {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.bounceInUpOnHover:hover {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.bounceOutOnHover:hover {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

.bounceOutDownOnHover:hover {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

.bounceOutLeftOnHover:hover {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

.bounceOutRightOnHover:hover {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

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

.bounceOutUpOnHover:hover {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInOnHover:hover {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

.fadeInDownOnHover:hover {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInDownBigOnHover:hover {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftOnHover:hover {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInLeftBigOnHover:hover {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightOnHover:hover {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.fadeInRightBigOnHover:hover {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

.fadeInUpOnHover:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeInUpBigOnHover:hover {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

.fadeOutOnHover:hover {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

.fadeOutDownOnHover:hover {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.fadeOutDownBigOnHover:hover {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeOutLeftOnHover:hover {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.fadeOutLeftBigOnHover:hover {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeOutRightOnHover:hover {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.fadeOutRightBigOnHover:hover {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

.fadeOutUpOnHover:hover {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.fadeOutUpBigOnHover:hover {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

.flipOnHover:hover {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

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

.flipInXOnHover:hover {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

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

.flipInYOnHover:hover {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

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

.flipOutXOnHover:hover {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

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

.flipOutYOnHover:hover {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

.lightSpeedInOnHover:hover {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

.lightSpeedOutOnHover:hover {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

.rotateInOnHover:hover {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

.rotateInDownLeftOnHover:hover {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

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

.rotateInDownRightOnHover:hover {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

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

.rotateInUpLeftOnHover:hover {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

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

.rotateInUpRightOnHover:hover {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

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

.rotateOutOnHover:hover {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

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

.rotateOutDownLeftOnHover:hover {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

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

.rotateOutDownRightOnHover:hover {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

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

.rotateOutUpLeftOnHover:hover {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

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

.rotateOutUpRightOnHover:hover {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInDownOnHover:hover {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInLeftOnHover:hover {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInRightOnHover:hover {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.slideOutLeftOnHover:hover {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.slideOutRightOnHover:hover {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.slideOutUpOnHover:hover {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.hingeOnHover:hover {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.rollInOnHover:hover {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.rollOutOnHover:hover {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.bounce,
.flash,
.pulse,
.shake,
.swing,
.tada,
.wobble,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.bounceOut,
.bounceOutDown,
.bounceOutLeft,
.bounceOutRight,
.bounceOutUp,
.fadeIn,
.fadeInDown,
.fadeInDownBig,
.fadeInLeft,
.fadeInLeftBig,
.fadeInRight,
.fadeInRightBig,
.fadeInUp,
.fadeInUpBig,
.fadeOut,
.fadeOutDown,
.fadeOutDownBig,
.fadeOutLeft,
.fadeOutLeftBig,
.fadeOutRight,
.fadeOutRightBig,
.fadeOutUp,
.fadeOutUpBig,
.flip,
.flipInX,
.flipInY,
.flipOutX,
.flipOutY,
.lightSpeedIn,
.lightSpeedOut,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.rotateOut,
.rotateOutDownLeft,
.rotateOutDownRight,
.rotateOutUpLeft,
.rotateOutUpRight,
.slideInDown,
.slideInLeft,
.slideInRight,
.slideOutLeft,
.slideOutRight,
.slideOutUp,
.hinge,
.rollIn,
.rollOut {
  opacity: 1;
}

.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_sideMenu1 {
  position: static;
  margin-left: 0 !important;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_sideMenu1 > ul {
  transform: none;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_sideMenu1 > ul > li {
  padding-right: 15rem;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_sideMenu1 > ul > li > a {
  font-size: 1rem;
  line-height: 1.3;
  top: auto;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_sideMenu1,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_sideMenu1 > ul {
  height: auto;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail .eds_thCaption > a {
  height: auto;
  position: relative;
  width: auto;
  font-size: 1rem;
  line-height: 1.3;
  opacity: 1;
  text-indent: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 img {
  opacity: 0.8;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle {
  color: var(--aurora-color-primary);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle::after {
  top: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3::after {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 img {
  opacity: 0.35;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 img {
  opacity: 0.6;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thTitle {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 img {
  opacity: 0.35;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thTitle,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7::before, .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7 img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8 img {
  opacity: 0.35;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style9 img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style9 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10 img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10 .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox1,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox2 {
  position: static;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox1 .eds_flipBox,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox2 .eds_flipBox {
  height: auto !important;
  position: static;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox {
  height: auto !important;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox .eds_front,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox .eds_behind {
  overflow: visible;
  position: static;
  transform: none;
  transition: none;
  z-index: auto;
}

.edsBB__wrapper.edsBB__interfaceLoaded .edsBB_fontIcon {
  grid-column: 1;
  grid-row: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .edsBB_fontIcon + .edsBB__replaceIconActionWrapper {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: start;
  overflow: visible;
  transform: translate(-0.15rem, -0.15rem);
  z-index: 3;
}
.edsBB__wrapper.edsBB__interfaceLoaded .edsBB_fontIcon + .edsBB__replaceIconActionWrapper + * {
  grid-column: 2;
  grid-row: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .eds_processFlowItem {
  position: relative;
}
.edsBB__wrapper.edsBB__interfaceLoaded .eds_processFlowItem > .edsBB_fontIcon {
  position: absolute;
}
.edsBB__wrapper.edsBB__interfaceLoaded .eds_processFlowItem > .edsBB_fontIcon + .edsBB__replaceIconActionWrapper {
  position: absolute;
  inset: auto auto clamp(0.7rem, 1.2vw, 1.1rem) 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.edsBB__wrapper.edsBB__interfaceLoaded .eds_iconNavItem > .edsBB_fontIcon + .edsBB__replaceIconActionWrapper {
  position: absolute;
  top: clamp(1.9rem, 3vw, 2.7rem);
  left: 50%;
  transform: translate(-50%, -0.15rem);
  z-index: 5;
}
.edsBB__wrapper.edsBB__interfaceLoaded .eds_counterListItem {
  position: relative;
}
.edsBB__wrapper.edsBB__interfaceLoaded .eds_counterListItem > .edsBB_fontIcon + .edsBB__replaceIconActionWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -0.15rem);
  z-index: 3;
}

.eds_iconFeatureList__list {
  margin: 0;
  display: grid;
  gap: clamp(1.4rem, 2.2vw, 2.2rem);
}
.eds_iconFeatureList__item {
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 1.8vw, 1.6rem);
}
.eds_iconFeatureList__iconWrap {
  background: transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  font-size: 2rem;
}
.eds_iconFeatureList__iconWrap > i {
  color: var(--aurora-color-dark);
  line-height: 1;
  transition: color 0.25s ease;
}
.eds_iconFeatureList__content {
  min-width: 0;
  padding-top: clamp(0.2rem, 0.4vw, 0.45rem);
}
.eds_iconFeatureList__title {
  margin: 0;
}
.eds_iconFeatureList__text {
  margin: 0.45rem 0 0;
  font-size: 1.1rem;
}
.eds_iconFeatureList__item:hover .eds_iconFeatureList__iconWrap, .eds_iconFeatureList__item:focus-within .eds_iconFeatureList__iconWrap {
  background: var(--aurora-color-primary-transparent-10);
  border-color: var(--aurora-color-primary-transparent-40);
}
.eds_iconFeatureList__item:hover .eds_iconFeatureList__iconWrap > i, .eds_iconFeatureList__item:focus-within .eds_iconFeatureList__iconWrap > i {
  color: var(--aurora-color-primary);
}
@media (max-width: 575.98px) {
  .eds_iconFeatureList__item {
    gap: 0.9rem;
  }
  .eds_iconFeatureList__text {
    margin-top: 0.3rem;
  }
}

.eds_featureIntroIconFeatureListCta {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}
.eds_featureIntroIconFeatureListCta__intro {
  margin-bottom: clamp(1.7rem, 2.8vw, 2.5rem);
}
.eds_featureIntroIconFeatureListCta__title {
  margin: 0;
}
.eds_featureIntroIconFeatureListCta__description {
  margin: clamp(0.9rem, 1.4vw, 1.1rem) 0 0;
  max-width: 780px;
}
.eds_featureIntroIconFeatureListCta__listWrap {
  margin-top: clamp(1.5rem, 2.4vw, 2rem);
}
.eds_featureIntroIconFeatureListCta__iconFeatureList {
  padding: 0;
}
.eds_featureIntroIconFeatureListCta__actions {
  margin-top: clamp(2rem, 3.1vw, 2.6rem);
}

.eds_splitImageFeatureIntroIconListCta {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.eds_splitImageFeatureIntroIconListCta__row {
  background: #fff;
}
.eds_splitImageFeatureIntroIconListCta__mediaCol {
  position: relative;
}
.eds_splitImageFeatureIntroIconListCta__mediaWrap {
  height: 100%;
  min-height: clamp(26rem, 62vw, 48rem);
}
.eds_splitImageFeatureIntroIconListCta__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  display: block;
}
.eds_splitImageFeatureIntroIconListCta__contentCol {
  display: flex;
}
.eds_splitImageFeatureIntroIconListCta__content {
  width: 100%;
  align-self: center;
  padding: clamp(2rem, 3.5vw, 3.5rem) clamp(1.4rem, 3vw, 3rem);
}
.eds_splitImageFeatureIntroIconListCta .eds_featureIntroIconFeatureListCta__intro {
  margin-bottom: clamp(1.6rem, 2.4vw, 2.3rem);
}
.eds_splitImageFeatureIntroIconListCta .eds_featureIntroIconFeatureListCta__listWrap {
  margin-top: 0;
}
.eds_splitImageFeatureIntroIconListCta .eds_featureIntroIconFeatureListCta__actions {
  margin-top: clamp(1.8rem, 2.8vw, 2.4rem);
}
@media (max-width: 991.98px) {
  .eds_splitImageFeatureIntroIconListCta__mediaWrap {
    min-height: clamp(20rem, 70vw, 30rem);
  }
  .eds_splitImageFeatureIntroIconListCta__content {
    padding: 2rem 0 0;
  }
}

.eds_imageCounterHighlightCard__mediaWrap {
  position: relative;
  margin: 0;
  overflow: visible;
  max-width: 47.5rem;
}
.eds_imageCounterHighlightCard__image {
  width: 100%;
  height: clamp(30rem, 66vw, 50rem);
  object-fit: cover;
  object-position: 52% center;
  display: block;
}
.eds_imageCounterHighlightCard__card {
  position: absolute;
  left: -1rem;
  bottom: 0;
  width: clamp(14.5rem, 34vw, 17.5rem);
  min-height: clamp(14.5rem, 34vw, 17.5rem);
  padding: clamp(1.1rem, 2vw, 1.5rem) clamp(1rem, 1.9vw, 1.35rem) clamp(1.2rem, 2.1vw, 1.55rem);
  background: var(--aurora-color-primary);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: clamp(0.5rem, 1.2vw, 0.9rem);
  border-top-left-radius: 1rem;
}
.eds_imageCounterHighlightCard__icon {
  border: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(150, 31, 14, 0.95);
  font-size: clamp(1.95rem, 3.5vw, 2.4rem);
}
.eds_imageCounterHighlightCard__count {
  margin: 0;
  font-size: clamp(3.1rem, 8.3vw, 4.85rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fff;
}
.eds_imageCounterHighlightCard__title {
  margin: 0;
  text-align: center;
  max-width: 10ch;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .eds_imageCounterHighlightCard__mediaWrap {
    max-width: 100%;
  }
  .eds_imageCounterHighlightCard__image {
    height: clamp(24rem, 94vw, 33rem);
  }
  .eds_imageCounterHighlightCard__card {
    width: min(15rem, 82%);
    min-height: 15rem;
  }
}

.eds_featureInfoList .row {
  --bs-gutter-y: clamp(1.4rem, 2vw, 2.4rem);
}

.eds_featureInfoItem {
  color: var(--aurora-color-dark);
}
.eds_featureInfoItem__header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.eds_featureInfoItem__iconWrap {
  font-size: 1.65rem;
  line-height: 1;
  flex: 0 0 auto;
  border: none;
  padding: 0;
}
.eds_featureInfoItem__iconWrap > i {
  color: var(--aurora-color-primary);
}
.eds_featureInfoItem__title {
  margin: 0;
  padding-top: 0.4rem;
}
.eds_featureInfoItem__text {
  margin: 0.8rem 0 0;
}

.eds_splitFeatureInfoImageCounterHighlight {
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0;
}
.eds_splitFeatureInfoImageCounterHighlight__row {
  --bs-gutter-y: clamp(1.8rem, 3vw, 3rem);
}
.eds_splitFeatureInfoImageCounterHighlight__intro {
  margin: 0 0 clamp(1.25rem, 2.4vw, 1.85rem);
  max-width: 56ch;
}
.eds_splitFeatureInfoImageCounterHighlight__mediaCol {
  align-self: stretch;
}
.eds_splitFeatureInfoImageCounterHighlight .eds_imageCounterHighlightCard__mediaWrap {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .eds_splitFeatureInfoImageCounterHighlight__mediaCol {
    margin-top: clamp(0.4rem, 1.8vw, 1rem);
  }
}

.eds_dualImageStaggeredContentCta {
  padding: clamp(2.75rem, 5vw, 4.75rem) 0;
  background-color: var(--aurora-color-grey);
}
.eds_dualImageStaggeredContentCta__mediaGroup {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.85fr);
  gap: clamp(1rem, 2.2vw, 1.75rem);
  align-items: start;
}
.eds_dualImageStaggeredContentCta__mediaSlot {
  margin: 0;
  position: relative;
}
.eds_dualImageStaggeredContentCta__mediaSlot--secondary {
  margin-top: clamp(1.25rem, 3.2vw, 2.3rem);
}
.eds_dualImageStaggeredContentCta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  display: block;
}
.eds_dualImageStaggeredContentCta__image--primary {
  aspect-ratio: 5/7;
}
.eds_dualImageStaggeredContentCta__image--secondary {
  aspect-ratio: 5/7;
}
.eds_dualImageStaggeredContentCta__content {
  max-width: 35rem;
}
.eds_dualImageStaggeredContentCta .eds_typeBodyLead {
  margin-top: clamp(1.25rem, 2vw, 1.7rem);
  margin-bottom: 0;
}
.eds_dualImageStaggeredContentCta__actions {
  margin-top: clamp(1.8rem, 3vw, 2.4rem);
}
@media (max-width: 991.98px) {
  .eds_dualImageStaggeredContentCta__mediaGroup {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eds_dualImageStaggeredContentCta__content {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .eds_dualImageStaggeredContentCta__mediaGroup {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .eds_dualImageStaggeredContentCta__mediaSlot--secondary {
    margin-top: 0;
  }
  .eds_dualImageStaggeredContentCta__image--primary, .eds_dualImageStaggeredContentCta__image--secondary {
    aspect-ratio: 5/6.6;
  }
}

.eds_dualImageContentCta {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.eds_dualImageContentCta__mediaGroup {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.2vw, 1.75rem);
  align-items: end;
}
.eds_dualImageContentCta__mediaSlot {
  margin: 0;
}
.eds_dualImageContentCta__mediaSlot--primary {
  padding-block: clamp(1rem, 2.2vw, 1.8rem);
}
.eds_dualImageContentCta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  display: block;
}
.eds_dualImageContentCta__image--primary {
  aspect-ratio: 5/7;
}
.eds_dualImageContentCta__image--secondary {
  aspect-ratio: 5/7.8;
}
.eds_dualImageContentCta__content {
  max-width: 36rem;
}
.eds_dualImageContentCta .eds_typeBodyLead {
  margin-top: clamp(1.25rem, 2vw, 1.7rem);
  margin-bottom: 0;
}
.eds_dualImageContentCta__actions {
  margin-top: clamp(1.8rem, 3vw, 2.4rem);
}
@media (max-width: 991.98px) {
  .eds_dualImageContentCta__row {
    row-gap: 2rem;
  }
  .eds_dualImageContentCta__content {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .eds_dualImageContentCta__mediaGroup {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .eds_dualImageContentCta__mediaSlot--primary {
    padding-block: 0;
  }
  .eds_dualImageContentCta__image--primary, .eds_dualImageContentCta__image--secondary {
    aspect-ratio: 5/6.6;
  }
}

.eds_layeredMediaDualCtaBlock {
  padding: clamp(3rem, 5.4vw, 5rem) 0;
}
.eds_layeredMediaDualCtaBlock__contentCol, .eds_layeredMediaDualCtaBlock__mediaCol {
  display: flex;
  min-width: 0;
}
.eds_layeredMediaDualCtaBlock__content {
  max-width: 43rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eds_layeredMediaDualCtaBlock__overline {
  margin-bottom: clamp(0.8rem, 1.35vw, 1rem);
  padding-bottom: 0;
  border: 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.1;
}
.eds_layeredMediaDualCtaBlock__overline::before, .eds_layeredMediaDualCtaBlock__overline::after {
  content: none;
  display: none;
}
.eds_layeredMediaDualCtaBlock__title {
  margin: 0;
}
.eds_layeredMediaDualCtaBlock__text {
  margin: clamp(1.55rem, 2.35vw, 2rem) 0 0;
  color: var(--aurora-color-grey-3);
}
.eds_layeredMediaDualCtaBlock__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  margin-top: clamp(1.8rem, 2.9vw, 2.55rem);
}
.eds_layeredMediaDualCtaBlock__actions .eds_btn {
  min-width: clamp(13rem, 16vw, 16rem);
}
.eds_layeredMediaDualCtaBlock__mediaStage {
  --eds-layered-stage-radius: clamp(1.35rem, 2.4vw, 1.85rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
}
.eds_layeredMediaDualCtaBlock__mainMedia, .eds_layeredMediaDualCtaBlock__detailMedia {
  margin: 0;
  overflow: hidden;
}
.eds_layeredMediaDualCtaBlock__mainMedia {
  position: relative;
  width: 100%;
  aspect-ratio: 100/60;
  border-radius: var(--eds-layered-stage-radius);
  isolation: isolate;
  box-shadow: 0 1.15rem 2.8rem rgba(35, 20, 16, 0.12);
}
.eds_layeredMediaDualCtaBlock__mainMedia::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 97, 62, 0.72) 0%, rgba(255, 97, 62, 0.66) 13%, rgba(235, 101, 71, 0.57) 29%, rgba(168, 86, 67, 0.38) 52%, rgba(79, 51, 42, 0.24) 76%, rgba(34, 25, 22, 0.18) 100%), radial-gradient(circle at 36% 24%, rgba(255, 171, 141, 0.18) 0, rgba(255, 171, 141, 0) 38%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
.eds_layeredMediaDualCtaBlock__mainImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--eds-layered-stage-radius);
}
.eds_layeredMediaDualCtaBlock__detailMedia {
  position: relative;
  margin-top: -15%;
  margin-right: 8%;
  width: 34%;
  min-width: 11rem;
  max-width: 15.5rem;
  border-radius: clamp(1rem, 1.8vw, 1.35rem);
  box-shadow: 0 1.4rem 2.8rem rgba(10, 14, 18, 0.18), 0 0.3rem 0.8rem rgba(10, 14, 18, 0.08);
  z-index: 3;
}
.eds_layeredMediaDualCtaBlock__detailImage {
  display: block;
  width: 100%;
  aspect-ratio: 100/94;
  object-fit: cover;
  border-radius: inherit;
}

.eds_heroOverlayHeadlineCta {
  position: relative;
  min-height: clamp(28rem, 40vw, 43rem);
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eds_heroOverlayHeadlineCta .container {
  position: relative;
  z-index: 3;
}
.eds_heroOverlayHeadlineCta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--aurora-color-primary-transparent-80);
}
.eds_heroOverlayHeadlineCta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 58rem;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .eds_heroOverlayHeadlineCta {
    min-height: clamp(26rem, 56vw, 38rem);
  }
  .eds_heroOverlayHeadlineCta__content {
    gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .eds_heroOverlayHeadlineCta {
    min-height: clamp(24rem, 64vw, 34rem);
  }
}
@media (max-width: 575.98px) {
  .eds_heroOverlayHeadlineCta {
    min-height: 22rem;
  }
  .eds_heroOverlayHeadlineCta__content {
    max-width: 92%;
    gap: 1rem;
  }
}
.eds_contentSplitChecklistCta {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}
.eds_contentSplitChecklistCta__header {
  margin-bottom: clamp(1.6rem, 2.6vw, 2.4rem);
  border-top: 1px solid var(--aurora-color-grey-2);
  padding-top: clamp(1rem, 1.6vw, 1.25rem);
}
.eds_contentSplitChecklistCta__eyebrow {
  margin-bottom: 0;
}
.eds_contentSplitChecklistCta__left {
  display: grid;
  gap: clamp(1.5rem, 2.8vw, 2.4rem);
}
.eds_contentSplitChecklistCta__title {
  max-width: 17ch;
}
.eds_contentSplitChecklistCta__media {
  margin: 0;
}
.eds_contentSplitChecklistCta__image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  border-radius: 0.6rem;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.18);
}
.eds_contentSplitChecklistCta__content {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.eds_contentSplitChecklistCta__contentHeading, .eds_contentSplitChecklistCta__subHeading {
  text-transform: uppercase;
}
.eds_contentSplitChecklistCta__text {
  margin: 0;
}
.eds_contentSplitChecklistCta__checklist {
  margin: clamp(0.4rem, 1vw, 0.8rem) 0;
  display: grid;
  gap: 0.75rem;
}
.eds_contentSplitChecklistCta__checkItem {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-family: var(--aurora-font-base);
  font-size: 1.125rem;
  line-height: 1.45;
  color: var(--aurora-color-dark);
}
.eds_contentSplitChecklistCta__iconWrap {
  color: var(--aurora-color-primary);
  font-size: 1rem;
  line-height: 1;
  flex: 0 0 auto;
  margin-top: 0.2rem;
}
.eds_contentSplitChecklistCta__cta {
  margin-top: clamp(0.6rem, 1.2vw, 1rem);
  justify-self: start;
}
@media (max-width: 991.98px) {
  .eds_contentSplitChecklistCta__title {
    max-width: 100%;
  }
  .eds_contentSplitChecklistCta__content {
    gap: 0.9rem;
  }
  .eds_contentSplitChecklistCta__checkItem {
    font-size: 1.05rem;
  }
}

.eds_advantagesIntroTile {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}
.eds_advantagesIntroTile .eds_typeAdvantagesHeading {
  justify-items: center;
}
.eds_advantagesIntroTile__description {
  margin-top: 1.75rem;
  color: var(--aurora-color-dark-grey);
}

.eds_fontIconAdvantageItemReset {
  border: 0;
  padding: 0;
}

.eds_advantageItem {
  border-radius: 0;
  padding: clamp(2.75rem, 4.8vw, 4rem) clamp(1.4rem, 2.3vw, 2.2rem);
  text-align: center;
  background-color: var(--aurora-color-grey);
}
.eds_advantageItem__iconWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.2rem, 3vw, 2.8rem);
  line-height: 1;
  color: var(--aurora-color-dark);
  margin-bottom: 2rem;
}
.eds_advantageItem__title {
  margin-bottom: 1rem;
  font-family: var(--aurora-font-additional);
  font-size: clamp(1rem, 2.3vw, 1.6rem);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--aurora-color-primary);
}
.eds_advantageItem__text {
  margin: 0;
  color: currentColor;
}
.eds_advantageItem--standalone {
  border-top-left-radius: clamp(1.5rem, 2.6vw, 2.4rem);
  border-top-right-radius: clamp(1.5rem, 2.6vw, 2.4rem);
}
.eds_advantageItem--highlighted {
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
}
.eds_advantageItem--highlighted .eds_advantageItem__iconWrap,
.eds_advantageItem--highlighted .eds_advantageItem__title {
  color: var(--aurora-color-white);
}

.eds_advantagesList {
  overflow: hidden;
}
.eds_advantagesList__row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.eds_advantagesList__itemCol {
  display: flex;
}
.eds_advantagesList__itemCol + .eds_advantagesList__itemCol {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.eds_advantagesList__itemCol--highlighted {
  border-left: 0;
  border-right: 0;
}
.eds_advantagesList__itemCol--highlighted + .eds_advantagesList__itemCol {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.eds_advantagesList__itemCol:first-child .eds_advantageItem {
  border-top-left-radius: clamp(1.5rem, 2.6vw, 2.4rem);
}
.eds_advantagesList__itemCol:last-child .eds_advantageItem {
  border-top-right-radius: clamp(1.5rem, 2.6vw, 2.4rem);
}
.eds_advantagesList .eds_advantageItem {
  width: 100%;
  height: 100%;
}

.eds_advantagesShowcase {
  padding-block: clamp(4.5rem, 8vw, 8rem);
}
.eds_advantagesShowcase__intro {
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.eds_advantagesListBlock {
  padding-block: clamp(2.5rem, 4.5vw, 4rem);
}

@media (max-width: 767.98px) {
  .eds_advantagesList__itemCol + .eds_advantagesList__itemCol {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .eds_advantagesList__itemCol--highlighted + .eds_advantagesList__itemCol {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .eds_advantageItem {
    padding-block: 2.35rem;
  }
}
.eds_counterListSection {
  padding-block: clamp(4rem, 7vw, 6.2rem);
}
.eds_counterListSection--withBackground {
  background-color: var(--aurora-color-grey);
}

.eds_counterList__row {
  --bs-gutter-y: clamp(1.6rem, 3vw, 2.5rem);
}

.eds_counterListItem {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-inline: clamp(0.65rem, 1.8vw, 1.25rem);
}
.eds_counterListItem__iconWrap {
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 0 clamp(1.05rem, 2.2vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 2.3vw, 1.75rem);
  line-height: 1;
  color: rgba(0, 0, 0, 0.35);
  background: transparent;
}
.eds_counterListItem__valueWrap {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15em;
  margin-bottom: clamp(0.8rem, 1.8vw, 1.1rem);
  font-family: var(--aurora-font-additional);
  line-height: 0.95;
  color: var(--aurora-color-primary);
}
.eds_counterListItem__value {
  font-size: clamp(2.4rem, 5.4vw, 3.35rem);
  font-weight: 700;
}
.eds_counterListItem__suffix {
  font-size: clamp(2.1rem, 4.9vw, 2.9rem);
  font-weight: 700;
}
.eds_counterListItem__label {
  margin: 0;
  text-transform: none;
  color: var(--aurora-color-dark);
}

@media (max-width: 767.98px) {
  .eds_counterListSection {
    padding-block: clamp(2.8rem, 6vw, 4rem);
  }
}
.eds_statsCounterPairSection {
  padding-block: clamp(3.6rem, 7vw, 5.6rem);
}
.eds_statsCounterPairSection__row {
  --bs-gutter-x: clamp(1.5rem, 4vw, 3rem);
  --bs-gutter-y: clamp(1.5rem, 3.2vw, 2.25rem);
}

.eds_statsCounterItem {
  text-align: center;
  container-type: inline-size;
}
.eds_statsCounterItem__valueWrap {
  margin: 0 0 clamp(1rem, 2vw, 1.4rem);
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.04em;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 100%;
  font-family: var(--aurora-font-headings);
  line-height: 0.9;
  color: var(--aurora-color-primary);
}
.eds_statsCounterItem__value, .eds_statsCounterItem__suffixMain {
  font-size: clamp(8rem, 20vw, 14.5rem);
  font-weight: 700;
}
.eds_statsCounterItem__suffixTop {
  align-self: flex-start;
  display: block;
  font-size: clamp(4.2rem, 10.5vw, 6.9rem);
  font-weight: 700;
  line-height: 0.62;
  margin-top: 0;
  transform: scale(1.34);
  transform-origin: left top;
}
.eds_statsCounterItem .eds_btn {
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
}

@supports (font-size: 1cqi) {
  .eds_statsCounterItem__value, .eds_statsCounterItem__suffixMain {
    font-size: clamp(8rem, 54cqi, 15.2rem);
  }
  .eds_statsCounterItem__suffixTop {
    font-size: clamp(4.2rem, 26cqi, 7.4rem);
  }
}
@media (max-width: 991.98px) {
  .eds_statsCounterPairSection {
    padding-block: clamp(2.8rem, 8vw, 4rem);
  }
  .eds_statsCounterPairSection__row {
    --bs-gutter-y: 2rem;
  }
  .eds_statsCounterItem__value, .eds_statsCounterItem__suffixMain {
    font-size: clamp(5.4rem, 27vw, 8.4rem);
  }
  .eds_statsCounterItem__suffixTop {
    font-size: clamp(2.7rem, 11vw, 4.2rem);
    transform: scale(1.22);
  }
}
.eds_fullWidthFeatureStrip {
  background-color: var(--aurora-color-primary);
  padding-block: clamp(2.4rem, 4vw, 3.2rem);
}

.eds_fullWidthFeatureStrip__row {
  --bs-gutter-x: clamp(1.25rem, 2.4vw, 2rem);
  --bs-gutter-y: clamp(1.25rem, 2.8vw, 1.9rem);
}

.eds_featureStripItem {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  color: var(--aurora-color-white);
}
.eds_featureStripItem__iconWrap {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  padding: 0;
  flex: 0 0 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  line-height: 1;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.24);
}
.eds_featureStripItem__content {
  min-width: 0;
}
.eds_featureStripItem__title {
  margin: 0.08rem 0 0;
  color: inherit;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  font-weight: 700;
  line-height: 1.15;
  font-family: var(--aurora-font-additional);
}
.eds_featureStripItem__text {
  margin: 0.56rem 0 0;
  color: inherit;
  font-size: clamp(0.98rem, 1.35vw, 1.05rem);
  line-height: 1.45;
}
.eds_featureStripItem--tile {
  background-color: var(--aurora-color-primary);
  padding: clamp(1.4rem, 2.6vw, 1.9rem);
  height: 100%;
}

@media (max-width: 1199.98px) {
  .eds_featureStripItem {
    max-width: 34rem;
  }
}
.eds_fontIconProcessFlowReset {
  border: 0;
  padding: 0;
  background: transparent;
}

.eds_processFlowShowcaseBlock {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}
.eds_processFlowShowcaseBlock__intro {
  max-width: 54rem;
  margin: 0 auto clamp(2.8rem, 5vw, 4.25rem);
  text-align: center;
}
.eds_processFlowShowcaseBlock__description {
  margin: clamp(1.5rem, 2.7vw, 2.1rem) auto 0;
  color: var(--aurora-color-dark-grey);
}

.eds_processFlowListOnlyBlock {
  padding-block: clamp(2.8rem, 5vw, 4.6rem);
}

.eds_processFlowList {
  counter-reset: process-step;
}
.eds_processFlowList__row {
  --bs-gutter-x: clamp(1.2rem, 2vw, 1.8rem);
  --bs-gutter-y: clamp(1.4rem, 2.6vw, 2rem);
}
.eds_processFlowList__itemCol {
  display: flex;
}
.eds_processFlowList__itemCol .eds_processFlowItem {
  width: 100%;
}

.eds_processFlowItem {
  counter-increment: process-step;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(2.6rem, 4vw, 3.2rem) clamp(1rem, 1.8vw, 1.4rem) clamp(1.1rem, 2vw, 1.6rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.eds_processFlowItem::before {
  content: counter(process-step, decimal-leading-zero) ".";
  display: block;
  margin-bottom: clamp(0.85rem, 1.4vw, 1.2rem);
  color: var(--aurora-color-primary);
  font-family: var(--aurora-font-additional);
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.eds_processFlowItem__bgIcon {
  position: absolute;
  inset: auto auto clamp(0.7rem, 1.2vw, 1.1rem) 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  font-size: clamp(10rem, 15vw, 15.5rem);
  line-height: 0.8;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 0;
}
.eds_processFlowItem__title, .eds_processFlowItem__text,
.eds_processFlowItem .eds_ctaTextLink {
  position: relative;
  z-index: 1;
}
.eds_processFlowItem__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--aurora-color-dark);
}
.eds_processFlowItem__text {
  margin: clamp(1.15rem, 2vw, 1.45rem) 0 0;
  color: var(--aurora-color-dark-grey);
}
.eds_processFlowItem .eds_ctaTextLink {
  margin-top: auto;
  padding-top: clamp(1.8rem, 3vw, 2.3rem);
}

@media (max-width: 767.98px) {
  .eds_processFlowItem {
    padding-top: 2.15rem;
  }
  .eds_processFlowItem__bgIcon {
    font-size: clamp(8.8rem, 22vw, 12.5rem);
  }
  .eds_processFlowItem .eds_ctaTextLink {
    font-size: clamp(1.3rem, 4.6vw, 1.6rem);
  }
}
.eds_fontIconProcessTimelineReset {
  border: 0;
  padding: 0;
  background: transparent;
}

.eds_processTimelineSplitShowcase {
  padding-block: clamp(4.6rem, 7.8vw, 7.4rem);
}
.eds_processTimelineSplitShowcase__intro {
  max-width: 62rem;
  margin: 0 auto clamp(2.6rem, 5vw, 4rem);
  text-align: center;
}
.eds_processTimelineSplitShowcase__overline {
  margin: 0 0 0.95rem;
  font-family: var(--aurora-font-additional);
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--aurora-color-primary);
  text-transform: uppercase;
}
.eds_processTimelineSplitShowcase__description {
  margin: clamp(1.35rem, 2.4vw, 1.9rem) auto 0;
  max-width: 48rem;
  color: var(--aurora-color-dark-grey);
}
.eds_processTimelineSplitShowcase__row {
  --bs-gutter-x: clamp(1.4rem, 2.8vw, 3.2rem);
  --bs-gutter-y: clamp(2rem, 4vw, 2.8rem);
}
.eds_processTimelineSplitShowcase__timelineCol, .eds_processTimelineSplitShowcase__mediaCol {
  display: flex;
}
.eds_processTimelineSplitShowcase__mediaCol {
  margin-top: calc(1.5rem + 4px);
}
.eds_processTimelineSplitShowcase__timelineCol .eds_processTimelineList, .eds_processTimelineSplitShowcase__mediaCol .eds_processTimelineImagePanel {
  width: 100%;
}

.eds_processTimelineListStyle {
  padding-top: clamp(2.6rem, 5vw, 4rem);
}

.eds_processTimelineList {
  --pt-circle-size: clamp(4rem, 4.25vw, 4.45rem);
  --pt-rail-width: 14px;
  --pt-rail-border: 4px;
  --pt-rail-extend: 1.5rem;
  counter-reset: process-timeline-step;
  margin: 0;
  position: relative;
}
.eds_processTimelineList::before {
  content: "";
  position: absolute;
  left: calc(var(--pt-circle-size) / 2 - var(--pt-rail-width) / 2);
  top: calc(var(--pt-rail-extend) * -1);
  height: calc(var(--pt-circle-size) / 2 + var(--pt-rail-extend));
  width: var(--pt-rail-width);
  background-color: rgba(255, 255, 255, 0.96);
  border: var(--pt-rail-border) solid rgba(0, 0, 0, 0.16);
  z-index: 0;
}
.eds_processTimelineList__item {
  counter-increment: process-timeline-step;
  position: relative;
  padding-top: 0.6rem;
  padding-left: calc(var(--pt-circle-size) * 1.2);
  padding-bottom: clamp(1.8rem, 2.9vw, 2.3rem);
  z-index: 1;
}
.eds_processTimelineList__item:last-child {
  padding-bottom: 0;
}
.eds_processTimelineList__item::before {
  content: counter(process-timeline-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--pt-circle-size);
  height: var(--pt-circle-size);
  border: 4px solid var(--aurora-color-primary);
  border-radius: 50%;
  background-color: var(--aurora-color-white);
  color: var(--aurora-color-dark);
  font-family: var(--aurora-font-additional);
  font-size: clamp(1.7rem, 1.9vw, 2rem);
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-top: 0.2rem;
}
.eds_processTimelineList__item::after {
  content: "";
  position: absolute;
  left: calc(var(--pt-circle-size) / 2 - var(--pt-rail-width) / 2);
  top: calc(var(--pt-circle-size) / 2);
  width: var(--pt-rail-width);
  height: calc(100% + var(--pt-circle-size) / 2);
  background-color: rgba(255, 255, 255, 0.96);
  border: var(--pt-rail-border) solid rgba(0, 0, 0, 0.16);
  z-index: 0;
}
.eds_processTimelineList__item:last-child::after {
  height: calc(var(--pt-circle-size) / 2 + var(--pt-rail-extend));
}

.eds_processTimelineStep {
  display: grid;
  grid-template-columns: var(--pt-icon-slot) minmax(0, 1fr);
  column-gap: var(--pt-header-gap);
  align-items: start;
  --pt-icon-slot: clamp(2.8rem, 2.8vw, 3rem);
  --pt-header-gap: clamp(.5rem, .85vw, .8rem);
}
.eds_processTimelineStep__iconWrap {
  color: #9f9f9f;
  width: var(--pt-icon-slot);
  font-size: clamp(1.1rem, 1.4vw, 1.6rem);
  line-height: 1;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eds_processTimelineStep__content {
  padding-top: 0.5rem;
  min-width: 0;
  display: grid;
  row-gap: clamp(0.38rem, 0.68vw, 0.58rem);
}
.eds_processTimelineStep__title {
  margin: 0;
  color: var(--aurora-color-primary);
  font-size: clamp(2rem, 2.3vw, 3rem);
  line-height: 0.92;
}
.eds_processTimelineStep__text {
  margin: 0;
  color: var(--aurora-color-dark-grey);
}

.eds_processTimelineImageOverlayPanelBlock {
  padding-block: clamp(3.2rem, 5.8vw, 4.8rem);
}

.eds_processTimelineImagePanel {
  position: relative;
  height: 100%;
  border-radius: clamp(1.6rem, 1.8vw, 2rem);
  overflow: hidden;
}
.eds_processTimelineImagePanel__media {
  position: relative;
  height: 100%;
  min-height: inherit;
}
.eds_processTimelineImagePanel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  border-radius: inherit;
  display: block;
}
.eds_processTimelineImagePanel__overlay {
  position: absolute;
  z-index: 2;
  left: 3rem;
  right: 3rem;
  bottom: 0;
  padding: clamp(1rem, 1.6vw, 1.35rem) clamp(1.2rem, 1.85vw, 1.65rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.9rem, 1.3vw, 1.3rem);
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 0.5rem 0.5rem 0 0;
  backdrop-filter: blur(2px);
}
.eds_processTimelineImagePanel__text {
  margin: 0;
  color: var(--aurora-color-dark-grey);
}
.eds_processTimelineImagePanel .eds_btn {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .eds_processTimelineList {
    --pt-circle-size: 3.35rem;
    --pt-rail-width: 10px;
    --pt-rail-border: 4px;
    --pt-rail-extend: .6rem;
  }
  .eds_processTimelineList::before {
    top: calc(var(--pt-rail-extend) * -1);
    height: calc(var(--pt-circle-size) / 2 + var(--pt-rail-extend));
    border-width: 3px;
  }
  .eds_processTimelineList__item {
    padding-top: 0.4rem;
    padding-left: 5rem;
    padding-bottom: 1.55rem;
  }
  .eds_processTimelineList__item::before {
    font-size: 1.35rem;
    border-width: 3px;
  }
  .eds_processTimelineList__item::after {
    left: calc(var(--pt-circle-size) / 2 - var(--pt-rail-width) / 2);
    top: calc(var(--pt-circle-size) / 2);
    width: var(--pt-rail-width);
    height: calc(100% + var(--pt-circle-size) / 2);
    border-width: 3px;
  }
  .eds_processTimelineList__item:last-child::after {
    height: calc(var(--pt-circle-size) / 2 + var(--pt-rail-extend));
  }
  .eds_processTimelineStep {
    --pt-icon-slot: 2.5rem;
    --pt-header-gap: .5rem;
  }
  .eds_processTimelineStep__title {
    font-size: clamp(1.65rem, 3vw, 2.2rem);
  }
  .eds_processTimelineStep__iconWrap {
    font-size: clamp(1rem, 2.1vw, 1.3rem);
  }
  .eds_processTimelineImagePanel__overlay {
    padding: clamp(1.2rem, 2.8vw, 1.6rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-top-right-radius: clamp(0.7rem, 1.8vw, 1rem);
    border-top-left-radius: clamp(0.7rem, 1.8vw, 1rem);
  }
  .eds_processTimelineImagePanel .eds_btn {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .eds_processTimelineList__item {
    padding-left: 3.5rem;
  }
  .eds_processTimelineImagePanel__overlay {
    right: 1rem;
    left: 1rem;
    padding: 1rem;
  }
}
.eds_featureDividerList__list {
  margin: 0;
}
.eds_featureDividerList__item {
  display: grid;
  grid-template-columns: clamp(2.2rem, 3vw, 2.8rem) minmax(0, 1fr);
  column-gap: clamp(1.15rem, 1.8vw, 1.7rem);
  align-items: start;
}
.eds_featureDividerList__iconReset {
  border: 0;
  padding: 0;
  background: transparent;
}
.eds_featureDividerList__iconWrap {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #989898;
  line-height: 1;
  margin-top: 0.18rem;
}
.eds_featureDividerList__iconWrap > i {
  display: block;
  line-height: 1;
}
.eds_featureDividerList__content {
  min-width: 0;
  padding-top: 0.18rem;
  padding-bottom: clamp(1.45rem, 2.2vw, 2.1rem);
  margin-bottom: clamp(1.45rem, 2.2vw, 2.1rem);
  border-bottom: 2px solid var(--aurora-color-primary);
}
.eds_featureDividerList__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.eds_featureDividerList__text {
  margin: 0;
}
@media (max-width: 575.98px) {
  .eds_featureDividerList__item {
    grid-template-columns: 2rem minmax(0, 1fr);
    column-gap: 0.82rem;
  }
  .eds_featureDividerList__iconWrap {
    font-size: 2.5rem;
  }
}

.eds_fullWidthSplitImageChecklistCta {
  background-color: var(--aurora-color-grey-1);
  overflow: visible;
  padding-bottom: 4px;
}
.eds_fullWidthSplitImageChecklistCta__row {
  --bs-gutter-x: 0;
}
.eds_fullWidthSplitImageChecklistCta__imageCol {
  position: relative;
}
.eds_fullWidthSplitImageChecklistCta__imageCol::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background-color: var(--aurora-color-primary);
}
.eds_fullWidthSplitImageChecklistCta__imageWrap {
  height: 100%;
}
.eds_fullWidthSplitImageChecklistCta__image {
  width: 100%;
  height: 100%;
  min-height: clamp(24rem, 52vw, 38rem);
  object-fit: cover;
  display: block;
}
.eds_fullWidthSplitImageChecklistCta__contentCol {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--aurora-color-grey);
}
.eds_fullWidthSplitImageChecklistCta__content {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 4vw, 4.5rem);
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.eds_fullWidthSplitImageChecklistCta__content > h2,
.eds_fullWidthSplitImageChecklistCta__content > p {
  margin-bottom: 0;
}
.eds_fullWidthSplitImageChecklistCta__content > .eds_btn {
  justify-self: center;
  margin-top: 0.4rem;
}
.eds_fullWidthSplitImageChecklistCta__list {
  margin: 0;
}
@media (min-width: 768px) {
  .eds_fullWidthSplitImageChecklistCta__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1rem, 2vw, 1.8rem);
    row-gap: 0.65rem;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .eds_fullWidthSplitImageChecklistCta__image {
    min-height: 20rem;
  }
  .eds_fullWidthSplitImageChecklistCta__content {
    width: min(100%, 48rem);
    padding-inline: clamp(1.2rem, 5vw, 2rem);
    padding-top: clamp(2.4rem, 8vw, 3.4rem);
    padding-bottom: clamp(2.6rem, 8vw, 3.8rem);
  }
  .eds_fullWidthSplitImageChecklistCta__list {
    display: grid;
    gap: 0.7rem;
    text-align: left;
  }
}

.eds_featureChecklistPanelBlock__intro {
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}
.eds_featureChecklistPanelBlock .eds_subtitleSmall {
  padding-bottom: 0;
}
.eds_featureChecklistPanelBlock .eds_typeBodyLead {
  margin-bottom: 0;
  color: var(--aurora-color-grey-3);
}
.eds_featureChecklistPanelBlock__panel {
  background-color: var(--aurora-color-grey);
  border-radius: clamp(1.1rem, 2.2vw, 1.7rem) clamp(1.1rem, 2.2vw, 1.7rem) 0 0;
  padding: clamp(1.7rem, 4.2vw, 3.1rem) clamp(1.1rem, 3.3vw, 2.6rem);
}
.eds_featureChecklistPanelBlock__panel .row {
  --bs-gutter-x: clamp(1.2rem, 2.2vw, 2.1rem);
  --bs-gutter-y: 1rem;
}
.eds_featureChecklistPanelBlock__panel ul.eds_listTickAccent {
  margin: 0;
}
.eds_featureChecklistPanelBlock__panel ul.eds_listTickAccent > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .eds_featureChecklistPanelBlock__panel {
    padding-inline: clamp(1rem, 5vw, 1.4rem);
    padding-block: clamp(1.4rem, 6vw, 2rem);
    border-radius: 1rem;
  }
}

.eds_fullWidthSplitDualCtaPanel,
.eds_fullWidthSplitLeftCtaPanel,
.eds_fullWidthSplitRightCtaPanel {
  --eds-cta-panel-min-height: clamp(22rem, 33vw, 30rem);
}

.eds_fullWidthSplitDualCtaPanel__row {
  --bs-gutter-x: 0;
}

.eds_fullWidthCtaPanel {
  position: relative;
  min-height: var(--eds-cta-panel-min-height);
  isolation: isolate;
}
.eds_fullWidthCtaPanel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eds_fullWidthCtaPanel__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.eds_fullWidthCtaPanel__content {
  position: relative;
  z-index: 2;
  min-height: var(--eds-cta-panel-min-height);
  padding: clamp(2.4rem, 5vw, 4.2rem) clamp(1.3rem, 5vw, 4.1rem) clamp(6.8rem, 10vw, 8.4rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(0.95rem, 1.8vw, 1.45rem);
}
.eds_fullWidthCtaPanel__content > p {
  max-width: 34rem;
  margin-bottom: 0;
}
.eds_fullWidthCtaPanel__content > .eds_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  min-width: clamp(12rem, 20vw, 16rem);
}
.eds_fullWidthCtaPanel--left {
  color: var(--aurora-color-white);
}
.eds_fullWidthCtaPanel--left .eds_fullWidthCtaPanel__overlay {
  background-color: var(--aurora-color-primary-transparent-80);
}
.eds_fullWidthCtaPanel--right {
  color: var(--aurora-color-dark);
}
.eds_fullWidthCtaPanel--right .eds_fullWidthCtaPanel__overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
  .eds_fullWidthSplitDualCtaPanel,
  .eds_fullWidthSplitLeftCtaPanel,
  .eds_fullWidthSplitRightCtaPanel {
    --eds-cta-panel-min-height: clamp(20rem, 72vw, 26rem);
  }
  .eds_fullWidthCtaPanel__content {
    align-items: flex-start;
    text-align: left;
  }
  .eds_fullWidthCtaPanel__content > p {
    max-width: 36rem;
  }
}
.eds_fullWidthPerformanceCarousel {
  width: 100%;
  overflow: hidden;
}
.eds_fullWidthPerformanceCarousel .carousel-item {
  height: clamp(18rem, 36vw, 34rem);
}
.eds_fullWidthPerformanceCarousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eds_fullWidthPerformanceCarousel .carousel-control-prev,
.eds_fullWidthPerformanceCarousel .carousel-control-next {
  top: 50%;
  width: clamp(2.4rem, 2.8vw, 3rem);
  height: clamp(4.5rem, 8vw, 5.4rem);
  transform: translateY(-50%);
  opacity: 1;
}
.eds_fullWidthPerformanceCarousel .carousel-control-prev {
  left: 0;
}
.eds_fullWidthPerformanceCarousel .carousel-control-next {
  right: 0;
}
.eds_fullWidthPerformanceCarousel .eds_btnCarouselNav {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: background-color 240ms ease, color 240ms ease, filter 240ms ease;
}
.eds_fullWidthPerformanceCarousel .eds_btnCarouselNav:hover, .eds_fullWidthPerformanceCarousel .eds_btnCarouselNav:focus-visible {
  background-color: var(--aurora-color-primary-dark);
  color: var(--aurora-color-white);
}
.eds_fullWidthPerformanceCarousel .carousel-control-prev-icon,
.eds_fullWidthPerformanceCarousel .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
  background-size: 100% 100%;
  transition: filter 240ms ease;
}
.eds_fullWidthPerformanceCarousel .eds_btnCarouselNav:hover .carousel-control-prev-icon,
.eds_fullWidthPerformanceCarousel .eds_btnCarouselNav:hover .carousel-control-next-icon,
.eds_fullWidthPerformanceCarousel .eds_btnCarouselNav:focus-visible .carousel-control-prev-icon,
.eds_fullWidthPerformanceCarousel .eds_btnCarouselNav:focus-visible .carousel-control-next-icon {
  filter: brightness(0) invert(1) contrast(1.15);
}

@media (max-width: 767.98px) {
  .eds_fullWidthPerformanceCarousel .carousel-item {
    height: clamp(14rem, 42vw, 24rem);
  }
  .eds_fullWidthPerformanceCarousel .carousel-control-prev,
  .eds_fullWidthPerformanceCarousel .carousel-control-next {
    width: 2.7rem;
    height: 4.8rem;
  }
}
@media (max-width: 575.98px) {
  .eds_fullWidthPerformanceCarousel .carousel-item {
    height: clamp(12rem, 55vw, 17rem);
  }
  .eds_fullWidthPerformanceCarousel .carousel-control-prev,
  .eds_fullWidthPerformanceCarousel .carousel-control-next {
    width: 2.35rem;
    height: 4.25rem;
  }
}
.eds_fullWidthSplitPromoCarousel {
  --eds-split-promo-panel-min-height: clamp(21.8rem, 31vw, 26rem);
  position: relative;
  isolation: isolate;
  width: 100%;
  padding-block: clamp(4.6rem, 8.2vw, 6.7rem);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.eds_fullWidthSplitPromoCarousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.56);
  z-index: -1;
}
.eds_fullWidthSplitPromoCarousel__row {
  --bs-gutter-x: clamp(1.9rem, 3vw, 2.5rem);
  --bs-gutter-y: 1rem;
}
.eds_fullWidthSplitPromoCarousel__row > div {
  display: flex;
}
.eds_fullWidthSplitPromoCarousel__leftPanel, .eds_fullWidthSplitPromoCarousel__rightPanel {
  min-height: var(--eds-split-promo-panel-min-height);
  width: 100%;
}
.eds_fullWidthSplitPromoCarousel__leftPanel {
  position: relative;
  margin-inline: auto;
  background-color: var(--aurora-color-primary);
  color: var(--aurora-color-white);
  padding: clamp(2.05rem, 3.2vw, 2.55rem) clamp(1.5rem, 2.3vw, 2.05rem);
  box-shadow: 0 0.62rem 1.8rem rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eds_fullWidthSplitPromoCarousel__leftPanel::after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: -1.5rem;
  width: 5rem;
  height: 1.5rem;
  background-color: var(--aurora-color-primary-dark);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.eds_fullWidthSplitPromoCarousel__leftTitle {
  margin: 0 0 0.9rem;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.06;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--aurora-font-additional);
}
.eds_fullWidthSplitPromoCarousel__leftText {
  margin: 0;
  color: inherit;
}
.eds_fullWidthSplitPromoCarousel__rightPanel {
  position: relative;
  border: 4px solid var(--aurora-color-primary);
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.16);
}
.eds_fullWidthSplitPromoCarousel__carousel,
.eds_fullWidthSplitPromoCarousel .carousel-inner,
.eds_fullWidthSplitPromoCarousel .carousel-item {
  min-height: inherit;
}
.eds_fullWidthSplitPromoCarousel__slideContent {
  min-height: inherit;
  padding: 0 clamp(3.2rem, 4.6vw, 3.8rem) clamp(2.95rem, 4.1vw, 3.35rem) 0;
}
.eds_fullWidthSplitPromoCarousel__slideHeader {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0.9rem;
}
.eds_fullWidthSplitPromoCarousel__slideIcon {
  position: relative;
  width: 2.7rem;
  height: 2.55rem;
  border: 4px solid var(--aurora-color-primary);
  border-top: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--aurora-color-white);
  font-size: 3rem;
  line-height: 1;
  flex: 0 0 auto;
  padding: clamp(2.55rem, 4.2vw, 3rem);
  border-radius: 0;
  margin-left: -4px;
}
.eds_fullWidthSplitPromoCarousel__slideIconReset {
  border-radius: 0;
}
.eds_fullWidthSplitPromoCarousel__slideTitle {
  margin: 0.08rem 0 0;
  color: var(--aurora-color-primary);
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  line-height: 1.24;
  font-weight: 600;
  font-family: var(--aurora-font-additional);
}
.eds_fullWidthSplitPromoCarousel__slideText {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 28.8rem;
  padding-left: 3.4rem;
}
.eds_fullWidthSplitPromoCarousel__navStack {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  border-left: 4px solid var(--aurora-color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.52rem;
  z-index: 4;
}
.eds_fullWidthSplitPromoCarousel__navArrow {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--aurora-color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0;
}
.eds_fullWidthSplitPromoCarousel__navArrow:hover, .eds_fullWidthSplitPromoCarousel__navArrow:focus-visible {
  color: var(--aurora-color-primary);
}
.eds_fullWidthSplitPromoCarousel__controlIcon {
  font-size: 1.18rem;
  line-height: 1;
  text-shadow: 0 0 0.68rem rgba(0, 0, 0, 0.44);
}
.eds_fullWidthSplitPromoCarousel__indicators {
  bottom: 0.95rem;
  margin: 0;
  left: 0;
  right: 2.6rem;
  gap: 0.38rem;
}
.eds_fullWidthSplitPromoCarousel__indicators [data-bs-target] {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}
.eds_fullWidthSplitPromoCarousel__indicators .active {
  background-color: var(--aurora-color-primary);
  transform: scale(1.5);
}
.eds_fullWidthSplitPromoCarousel--leftOnly, .eds_fullWidthSplitPromoCarousel--carouselOnly {
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 767.98px) {
  .eds_fullWidthSplitPromoCarousel {
    --eds-split-promo-panel-min-height: clamp(20.6rem, 57vw, 23.9rem);
  }
  .eds_fullWidthSplitPromoCarousel__leftPanel {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .eds_fullWidthSplitPromoCarousel {
    --eds-split-promo-panel-min-height: clamp(18.5rem, 70vw, 22.2rem);
    padding-block: clamp(3.15rem, 9.6vw, 3.9rem);
  }
  .eds_fullWidthSplitPromoCarousel__row {
    --bs-gutter-x: .92rem;
    --bs-gutter-y: .95rem;
  }
  .eds_fullWidthSplitPromoCarousel__leftPanel {
    max-width: none;
    padding: 1.55rem 1.08rem 1.62rem;
    margin-bottom: 2rem;
  }
  .eds_fullWidthSplitPromoCarousel__leftPanel::after {
    width: 3rem;
    height: 1rem;
    bottom: -1rem;
  }
  .eds_fullWidthSplitPromoCarousel__leftTitle {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .eds_fullWidthSplitPromoCarousel__slideContent {
    padding-right: 2.82rem;
  }
  .eds_fullWidthSplitPromoCarousel__slideHeader {
    gap: 1.5rem;
    margin-bottom: 0.52rem;
  }
  .eds_fullWidthSplitPromoCarousel__slideTitle {
    font-size: clamp(0.98rem, 5vw, 1.18rem);
  }
  .eds_fullWidthSplitPromoCarousel__slideText {
    padding-left: 2.77rem;
    font-size: 0.89rem;
    line-height: 1.42;
  }
  .eds_fullWidthSplitPromoCarousel__navStack {
    width: 2.15rem;
  }
  .eds_fullWidthSplitPromoCarousel__controlIcon {
    font-size: 1.02rem;
  }
  .eds_fullWidthSplitPromoCarousel__indicators {
    right: 2.15rem;
    bottom: 0.76rem;
  }
}
.eds_iconNavigationStrip {
  --eds-icon-nav-separator-size: 4px;
  --eds-icon-nav-accent-size: 4px;
  --eds-icon-nav-hover-extend: -4px;
}
.eds_iconNavigationStrip__row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.eds_iconNavigationStrip__list {
  background-color: var(--aurora-color-white);
  box-shadow: inset var(--eds-icon-nav-separator-size) 0 0 var(--aurora-color-grey-2), inset calc(var(--eds-icon-nav-separator-size) * -1) 0 0 var(--aurora-color-grey-2);
}
.eds_iconNavigationStrip__itemCol {
  display: flex;
  position: relative;
}
.eds_iconNavigationStrip__itemCol + .eds_iconNavigationStrip__itemCol::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--eds-icon-nav-separator-size);
  background-color: var(--aurora-color-grey-2);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.eds_iconNavigationStrip__itemCol:hover::before, .eds_iconNavigationStrip__itemCol:hover + .eds_iconNavigationStrip__itemCol::before {
  opacity: 0;
}
.eds_iconNavigationStrip__itemCol:hover .eds_iconNavItem,
.eds_iconNavigationStrip__itemCol .eds_iconNavItem--hoverPreview {
  z-index: 3;
  box-shadow: inset var(--eds-icon-nav-separator-size) 0 0 var(--aurora-color-grey-2), inset calc(var(--eds-icon-nav-separator-size) * -1) 0 0 var(--aurora-color-grey-2);
}
.eds_iconNavigationStrip__itemCol:hover .eds_iconNavItem::before,
.eds_iconNavigationStrip__itemCol .eds_iconNavItem--hoverPreview::before {
  opacity: 1;
}
.eds_iconNavigationStrip__itemCol:hover .eds_iconNavItem::after,
.eds_iconNavigationStrip__itemCol .eds_iconNavItem--hoverPreview::after {
  opacity: 1;
}
.eds_iconNavigationStrip__itemCol:not(:last-child):hover .eds_iconNavItem::before, .eds_iconNavigationStrip__itemCol:not(:last-child):hover .eds_iconNavItem::after, .eds_iconNavigationStrip__itemCol:not(:last-child) .eds_iconNavItem--hoverPreview::before, .eds_iconNavigationStrip__itemCol:not(:last-child) .eds_iconNavItem--hoverPreview::after {
  right: var(--eds-icon-nav-hover-extend);
}

.eds_iconNavItem {
  width: 100%;
  min-height: clamp(10rem, 16vw, 14rem);
  padding: clamp(1.9rem, 3vw, 2.7rem) clamp(1rem, 2vw, 1.4rem) clamp(1.4rem, 2.4vw, 2rem);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 1.5rem);
  text-align: center;
  background-color: transparent;
  box-shadow: inset 0 -4px 0 var(--aurora-color-grey-2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.eds_iconNavItem::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--aurora-color-grey-2);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.eds_iconNavItem::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--eds-icon-nav-accent-size);
  background-color: var(--aurora-color-primary);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.eds_iconNavItem > * {
  position: relative;
  z-index: 1;
}
.eds_iconNavItem__linkOverlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  text-decoration: none;
}
.eds_iconNavItem__linkOverlay:focus-visible {
  outline: 2px solid var(--aurora-color-primary);
  outline-offset: -2px;
}
.eds_iconNavItem__iconWrap {
  width: clamp(4rem, 4.8vw, 5.2rem);
  height: clamp(4rem, 4.8vw, 5.2rem);
  border-radius: 50%;
  border: 3px solid var(--aurora-color-grey-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  line-height: 1;
  color: var(--aurora-color-dark);
  transition: border-color 0.3s ease;
}
.eds_iconNavItem__title {
  margin: 0;
  color: var(--aurora-color-dark);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.eds_iconNavItem--tile {
  max-width: 18rem;
  box-shadow: inset var(--eds-icon-nav-separator-size) 0 0 var(--aurora-color-grey-2), inset calc(var(--eds-icon-nav-separator-size) * -1) 0 0 var(--aurora-color-grey-2), inset 0 calc(var(--eds-icon-nav-accent-size) * -1) 0 var(--aurora-color-grey-2);
}
.eds_iconNavItem:hover {
  background-color: var(--aurora-color-grey);
  box-shadow: inset 0 calc(var(--eds-icon-nav-accent-size) * -1) 0 var(--aurora-color-primary);
}
.eds_iconNavItem:hover .eds_iconNavItem__iconWrap {
  border-color: var(--aurora-color-primary);
  background-color: var(--aurora-color-white);
}
.eds_iconNavItem--tile:hover {
  box-shadow: inset var(--eds-icon-nav-separator-size) 0 0 var(--aurora-color-grey-2), inset calc(var(--eds-icon-nav-separator-size) * -1) 0 0 var(--aurora-color-grey-2);
}
.eds_iconNavItem--tile:hover::before, .eds_iconNavItem--tile:hover::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .eds_iconNavigationStrip__itemCol + .eds_iconNavigationStrip__itemCol::before {
    display: none;
  }
  .eds_iconNavigationStrip__itemCol:nth-child(even)::before {
    display: block;
  }
  .eds_iconNavigationStrip__itemCol .eds_iconNavItem--hoverPreview {
    z-index: 3;
    box-shadow: inset var(--eds-icon-nav-separator-size) 0 0 var(--aurora-color-grey-2), inset calc(var(--eds-icon-nav-separator-size) * -1) 0 0 var(--aurora-color-grey-2);
  }
  .eds_iconNavigationStrip__itemCol .eds_iconNavItem--hoverPreview::before, .eds_iconNavigationStrip__itemCol .eds_iconNavItem--hoverPreview::after {
    opacity: 1;
  }
  .eds_iconNavigationStrip__itemCol:not(:last-child) .eds_iconNavItem--hoverPreview::before, .eds_iconNavigationStrip__itemCol:not(:last-child) .eds_iconNavItem--hoverPreview::after {
    right: var(--eds-icon-nav-hover-extend);
  }
}
.eds_splitMediaContentShowcase {
  --eds-block-radius-small: clamp(.7rem, 1.15vw, .9rem);
}
.eds_splitMediaContentShowcase__set {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}
.eds_splitMediaContentShowcase__splitPanel {
  width: 100%;
}
.eds_splitMediaContentShowcase__splitPanel--mediaLeft .eds_splitMediaContentShowcase__copyRegion {
  border-top-right-radius: var(--eds-block-radius-small);
  border-bottom-right-radius: var(--eds-block-radius-small);
  overflow: hidden;
}
.eds_splitMediaContentShowcase__splitPanel--mediaRight .eds_splitMediaContentShowcase__copyRegion {
  border-top-left-radius: var(--eds-block-radius-small);
  border-bottom-left-radius: var(--eds-block-radius-small);
  overflow: hidden;
}
.eds_splitMediaContentShowcase__layout {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.eds_splitMediaContentShowcase__visualCol, .eds_splitMediaContentShowcase__copyCol {
  display: flex;
  align-items: stretch;
}
.eds_splitMediaContentShowcase__visualRegion, .eds_splitMediaContentShowcase__copyRegion {
  width: 100%;
}
.eds_splitMediaContentShowcase__visualRegion {
  display: flex;
  flex: 1 1 auto;
}
.eds_splitMediaContentShowcase__imageContext {
  position: relative;
  margin: 0;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
}
.eds_splitMediaContentShowcase__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.eds_splitMediaContentShowcase__gradientLayer {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--aurora-color-primary-transparent-80) 0%, var(--aurora-color-primary-transparent-40) 48%, rgba(255, 97, 62, 0) 100%);
  pointer-events: none;
}
.eds_splitMediaContentShowcase__iconMark {
  position: absolute;
  top: clamp(1rem, 2.2vw, 1.5rem);
  left: clamp(1rem, 2.2vw, 1.5rem);
  color: var(--aurora-color-white);
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  line-height: 1;
  z-index: 2;
  border: none;
}
.eds_splitMediaContentShowcase__copyRegion {
  background-color: var(--aurora-color-white);
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1.4rem, 3.2vw, 2.6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.2rem, 2vw, 1.6rem);
  flex: 1 1 auto;
}
.eds_splitMediaContentShowcase__textStack {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.9vw, 1.4rem);
}
.eds_splitMediaContentShowcase__ctaWrap {
  display: flex;
  align-items: flex-start;
}
.eds_splitMediaContentShowcase__overline {
  margin-bottom: 0;
  padding-bottom: 0;
}
.eds_splitMediaContentShowcase__overline::before {
  content: none;
}
.eds_splitMediaContentShowcase__divider {
  width: clamp(5.4rem, 8.1vw, 7.3rem);
  height: 4px;
  background-color: var(--aurora-color-primary);
}
.eds_splitMediaContentShowcase__text {
  margin-bottom: 0;
  color: var(--aurora-color-grey-3);
}

@media (min-width: 992px) {
  .eds_splitMediaContentShowcase__visualCol, .eds_splitMediaContentShowcase__copyCol {
    min-width: 0;
  }
  .eds_splitMediaContentShowcase__visualRegion, .eds_splitMediaContentShowcase__copyRegion {
    height: 100%;
  }
  .eds_splitMediaContentShowcase__visualRegion {
    position: relative;
  }
  .eds_splitMediaContentShowcase__imageContext {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .eds_splitMediaContentShowcase__image {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .eds_splitMediaContentShowcase__layout {
    display: flex;
    flex-direction: column;
  }
  .eds_splitMediaContentShowcase__image {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .eds_splitMediaContentShowcase__copyRegion {
    padding-inline: clamp(1.2rem, 4vw, 2rem);
  }
}
.eds_editorialLayeredShowcase {
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
}
.eds_editorialLayeredShowcase__header {
  margin-bottom: clamp(1.45rem, 2.8vw, 2.25rem);
}
.eds_editorialLayeredShowcase__overline {
  margin-bottom: clamp(0.55rem, 1.1vw, 0.85rem);
  padding-bottom: 0;
  border: 0;
  font-size: clamp(1.05rem, 1.75vw, 1.5rem);
  line-height: 1.05;
}
.eds_editorialLayeredShowcase__overline::before, .eds_editorialLayeredShowcase__overline::after {
  content: none;
  display: none;
}
.eds_editorialLayeredShowcase__title {
  margin: 0;
  font-size: clamp(2rem, 4.15vw, 3.7rem);
  line-height: 0.94;
  letter-spacing: -0.015em;
}

.eds_layeredMediaComposition {
  --editorial-card-width: 57%;
  --editorial-overlap-shift: 14.8%;
  position: relative;
  width: 100%;
  aspect-ratio: 100/78;
  padding-bottom: 0;
}
.eds_layeredMediaComposition__slot {
  position: absolute;
  margin: 0;
  width: var(--editorial-card-width);
  aspect-ratio: 1/1;
  border-radius: 1.8rem;
  overflow: visible;
}
.eds_layeredMediaComposition__slot--back {
  top: 0;
  left: 0;
  z-index: 1;
}
.eds_layeredMediaComposition__slot--front {
  right: 0;
  left: auto;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  transform: translateX(calc(-1 * var(--editorial-overlap-shift)));
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.7);
}
.eds_layeredMediaComposition__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.8rem;
}
.eds_layeredMediaComposition__image--front {
  box-shadow: none;
}
.eds_layeredMediaComposition__counterCard {
  position: absolute;
  left: 12.5%;
  bottom: 0;
  z-index: 4;
  width: clamp(7.4rem, 21%, 8.6rem);
  min-height: 0;
  aspect-ratio: 1/1;
  padding: clamp(0.9rem, 1.25vw, 1rem) clamp(0.72rem, 1vw, 0.85rem);
  border-radius: 0.75rem;
  background: var(--aurora-color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.2rem, 0.45vw, 0.4rem);
  transform: translateY(50%);
}
.eds_layeredMediaComposition__counterValue {
  margin: 0;
  line-height: 0.8;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  text-align: left;
  letter-spacing: -0.035em;
  color: #fff;
  font-size: clamp(2.75rem, 3.9vw, 3.45rem);
  font-weight: 700;
  font-family: var(--aurora-font-headings);
}
.eds_layeredMediaComposition__counterSuffix {
  margin-left: 0.08em;
}
.eds_layeredMediaComposition__counterLabel {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: clamp(0.82rem, 0.94vw, 0.96rem);
  letter-spacing: -0.01em;
  text-align: left;
}

@media (max-width: 991.98px) {
  .eds_editorialLayeredShowcase__header {
    max-width: 46rem;
  }
  .eds_editorialLayeredShowcase__title {
    max-width: 12.5ch;
    font-size: clamp(1.9rem, 5.2vw, 3.1rem);
  }
  .eds_layeredMediaComposition {
    --editorial-card-width: 56%;
    --editorial-overlap-shift: 13.4%;
    width: 100%;
    aspect-ratio: 100/80;
  }
  .eds_layeredMediaComposition__slot--back {
    width: var(--editorial-card-width);
  }
  .eds_layeredMediaComposition__slot--front {
    width: var(--editorial-card-width);
    right: 0;
    left: auto;
  }
  .eds_layeredMediaComposition__counterCard {
    left: 9%;
    bottom: 6.5%;
    width: clamp(6.8rem, 21%, 7.8rem);
    border-radius: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .eds_editorialLayeredShowcase__header {
    margin-bottom: clamp(1rem, 3.8vw, 1.45rem);
  }
  .eds_editorialLayeredShowcase__title {
    max-width: 11.5ch;
    font-size: clamp(1.8rem, 6.7vw, 2.35rem);
    line-height: 0.96;
  }
  .eds_layeredMediaComposition {
    --editorial-card-width: 58%;
    --editorial-overlap-shift: 10.4%;
    width: 100%;
    aspect-ratio: 100/88;
  }
  .eds_layeredMediaComposition__slot--back {
    width: var(--editorial-card-width);
  }
  .eds_layeredMediaComposition__slot--front {
    width: var(--editorial-card-width);
    right: 0;
    left: auto;
  }
  .eds_layeredMediaComposition__counterCard {
    left: 8%;
    bottom: 5.5%;
    width: clamp(6.3rem, 24vw, 7.2rem);
  }
  .eds_layeredMediaComposition__counterValue {
    font-size: clamp(2.25rem, 7.2vw, 2.75rem);
  }
  .eds_layeredMediaComposition__counterLabel {
    max-width: 7ch;
    font-size: 0.8rem;
  }
}
.eds_compositeFeatureShowcaseBlock {
  padding-block: clamp(4rem, 8vw, 6rem);
  padding-bottom: 0;
  background-color: var(--aurora-color-grey-2);
}
.eds_compositeFeatureShowcaseBlock__row {
  --bs-gutter-x: clamp(1.8rem, 4vw, 3.4rem);
  --bs-gutter-y: clamp(2.25rem, 4vw, 3rem);
  align-items: stretch;
}
.eds_compositeFeatureShowcaseBlock__intro {
  margin-bottom: clamp(1.25rem, 2vw, 1.8rem);
}
.eds_compositeFeatureShowcaseBlock__intro .eds_typeBodyLead {
  margin-bottom: 0;
}
.eds_compositeFeatureShowcaseBlock .eds_featureDividerList {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.eds_compositeFeatureShowcaseBlock__stats .eds_statsCounterItem {
  text-align: left;
}
.eds_compositeFeatureShowcaseBlock__stats .eds_statsCounterItem__valueWrap {
  justify-content: flex-start;
}
.eds_compositeFeatureShowcaseBlock__stats .eds_statsCounterItem .eds_btn {
  max-width: 100%;
}
.eds_compositeFeatureShowcaseBlock__mediaIntro {
  margin-bottom: clamp(1.45rem, 2.8vw, 2.25rem);
}
.eds_compositeFeatureShowcaseBlock .eds_layeredMediaComposition {
  margin-bottom: clamp(3.1rem, 5.2vw, 4.3rem);
}
.eds_compositeFeatureShowcaseBlock__checklist .eds_featureChecklistPanelBlock__intro {
  margin-bottom: clamp(1.15rem, 2vw, 1.6rem);
}
.eds_compositeFeatureShowcaseBlock .eds_featureChecklistPanelBlock__panel {
  padding-bottom: clamp(5rem, 10vw, 8rem);
}

@media (max-width: 991.98px) {
  .eds_compositeFeatureShowcaseBlock__stats .eds_statsCounterItem {
    text-align: center;
  }
  .eds_compositeFeatureShowcaseBlock__stats .eds_statsCounterItem__valueWrap {
    justify-content: center;
  }
  .eds_compositeFeatureShowcaseBlock .eds_layeredMediaComposition {
    margin-bottom: clamp(2.5rem, 7vw, 3.5rem);
  }
}
.eds_customerServiceGridBlock__intro {
  text-align: center;
  margin-bottom: clamp(1.4rem, 2.8vw, 2.5rem);
}
.eds_customerServiceGridBlock__heading {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}
.eds_customerServiceGridBlock__heading::after {
  content: "";
  width: 7rem;
  height: 4px;
  background-color: var(--aurora-color-primary);
}
.eds_customerServiceGridBlock__row > [class*=col-]:nth-child(1) .eds_customerServiceItem,
.eds_customerServiceGridBlock__row > [class*=col-]:nth-child(3) .eds_customerServiceItem {
  border-top-right-radius: var(--eds-block-radius-small);
  border-bottom-right-radius: var(--eds-block-radius-small);
  overflow: hidden;
}

.eds_customerServiceItem {
  --eds-block-radius-small: clamp(.7rem, 1.15vw, .9rem);
  --eds-service-item-radius-large: clamp(3.8rem, 8vw, 5rem);
  display: grid;
  grid-template-columns: clamp(4.25rem, 6vw, 5.25rem) minmax(0, 1fr);
  min-height: clamp(12.8rem, 18vw, 14.6rem);
  background-color: var(--aurora-color-grey-2);
  transition: background-color 0.25s ease;
}
.eds_customerServiceItem__strip {
  background-color: #cdcdcf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease;
}
.eds_customerServiceItem__plus {
  color: var(--aurora-color-white);
  font-family: var(--aurora-font-additional);
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
}
.eds_customerServiceItem__content {
  padding: clamp(1.45rem, 1.9vw, 1.95rem) clamp(1.2rem, 1.75vw, 1.75rem);
  transition: background-color 0.25s ease;
}
.eds_customerServiceItem__eyebrow {
  margin: 0;
  text-transform: uppercase;
}
.eds_customerServiceItem__title {
  margin: 0.15rem 0 0.75rem;
  font-family: var(--aurora-font-headings);
  font-size: clamp(2.2rem, 3.85vw, 2.95rem);
  line-height: 0.92;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--aurora-color-primary);
}
.eds_customerServiceItem__text {
  margin: 0;
  color: var(--aurora-color-dark-grey);
  font-size: clamp(1.28rem, 1.42vw, 1.5rem);
  line-height: 1.3;
}
.eds_customerServiceItem:hover .eds_customerServiceItem__content, .eds_customerServiceItem:focus-within .eds_customerServiceItem__content {
  background-color: var(--aurora-color-white);
}
.eds_customerServiceItem:hover .eds_customerServiceItem__strip, .eds_customerServiceItem:focus-within .eds_customerServiceItem__strip {
  background-color: var(--aurora-color-primary);
}
.eds_customerServiceItem--radiusSmRight {
  border-top-right-radius: var(--eds-block-radius-small);
  border-bottom-right-radius: var(--eds-block-radius-small);
  overflow: hidden;
}
.eds_customerServiceItem--radiusLgTopRight {
  border-top-right-radius: var(--eds-service-item-radius-large);
  overflow: hidden;
}
.eds_customerServiceItem--radiusLgBottomRight {
  border-bottom-right-radius: var(--eds-service-item-radius-large);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .eds_customerServiceItem {
    min-height: auto;
  }
  .eds_customerServiceItem__title {
    font-size: clamp(2rem, 6.9vw, 2.65rem);
  }
  .eds_customerServiceItem__text {
    font-size: clamp(1.15rem, 2.6vw, 1.4rem);
  }
}
@media (max-width: 575.98px) {
  .eds_customerServiceItem {
    grid-template-columns: 4.25rem minmax(0, 1fr);
  }
  .eds_customerServiceItem__content {
    padding: 1.45rem 1.2rem;
  }
  .eds_customerServiceItem__eyebrow {
    font-size: 1.15rem;
  }
}
.eds_framedVideoContentChecklistCta__shell {
  padding-bottom: clamp(4.25rem, 5.8vw, 5.6rem);
}
.eds_framedVideoContentChecklistCta__frame {
  position: relative;
  border: 4px solid var(--aurora-color-primary);
  border-top-left-radius: clamp(1rem, 1.8vw, 1.45rem);
  border-bottom-left-radius: clamp(1rem, 1.8vw, 1.45rem);
}
.eds_framedVideoContentChecklistCta__inner {
  overflow: hidden;
  border-top-left-radius: calc(clamp(1rem, 1.8vw, 1.45rem) - 4px);
  border-bottom-left-radius: calc(clamp(1rem, 1.8vw, 1.45rem) - 4px);
}
.eds_framedVideoContentChecklistCta__row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  position: relative;
  z-index: 1;
}
.eds_framedVideoContentChecklistCta__mediaCol, .eds_framedVideoContentChecklistCta__contentCol {
  display: flex;
}
.eds_framedVideoContentChecklistCta__contentCol {
  background-color: var(--aurora-color-white);
}
.eds_framedVideoContentChecklistCta__mediaWrap {
  position: relative;
  width: 100%;
  min-height: clamp(24rem, 39vw, 33.4rem);
  border-top-left-radius: calc(clamp(1rem, 1.8vw, 1.45rem) - 4px);
  border-bottom-left-radius: calc(clamp(1rem, 1.8vw, 1.45rem) - 4px);
  overflow: hidden;
  background-color: var(--aurora-color-primary);
}
.eds_framedVideoContentChecklistCta__mediaWrap > iframe, .eds_framedVideoContentChecklistCta__iframe {
  width: 100%;
  height: 100%;
}
.eds_framedVideoContentChecklistCta__mediaWrap > iframe, .eds_framedVideoContentChecklistCta__iframe {
  min-height: inherit;
  border: 0;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0.84;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.eds_framedVideoContentChecklistCta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(246, 95, 72, 0.68) 0%, rgba(246, 95, 72, 0.62) 55%, rgba(246, 95, 72, 0.66) 100%);
  z-index: 3;
  transition: opacity 0.25s ease;
}
.eds_framedVideoContentChecklistCta__playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(4.15rem, 6.2vw, 5rem);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid var(--aurora-color-white);
  background-color: rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 4;
}
.eds_framedVideoContentChecklistCta__playTriangle {
  width: 0;
  height: 0;
  border-top: 0.68rem solid transparent;
  border-bottom: 0.68rem solid transparent;
  border-left: 1.07rem solid var(--aurora-color-white);
  margin-left: 0.2rem;
}
.eds_framedVideoContentChecklistCta__content {
  width: 100%;
  padding: clamp(3rem, 4.2vw, 3.55rem) clamp(1.35rem, 3vw, 3.2rem) clamp(1.15rem, 2.7vw, 1.9rem);
  display: grid;
  gap: clamp(1rem, 1.9vw, 1.35rem);
}
.eds_framedVideoContentChecklistCta__contentWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eds_framedVideoContentChecklistCta__header {
  display: grid;
  gap: clamp(0.85rem, 1.35vw, 1.15rem);
}
.eds_framedVideoContentChecklistCta__overline, .eds_framedVideoContentChecklistCta__title, .eds_framedVideoContentChecklistCta__body, .eds_framedVideoContentChecklistCta__list {
  margin-bottom: 0;
}
.eds_framedVideoContentChecklistCta__overline {
  padding-bottom: 0;
  color: var(--aurora-color-primary);
}
.eds_framedVideoContentChecklistCta__title {
  margin-top: 0;
}
.eds_framedVideoContentChecklistCta__divider {
  display: block;
  width: clamp(6rem, 8vw, 7.25rem);
  height: 4px;
  background-color: var(--aurora-color-primary);
}
.eds_framedVideoContentChecklistCta__body {
  margin-top: clamp(0.4rem, 0.95vw, 0.7rem);
}
.eds_framedVideoContentChecklistCta__ctaRow {
  display: grid;
  grid-template-columns: 48% 52%;
  width: min(100%, 37.5rem);
  position: absolute;
  right: -4px;
  top: calc(100% + 4px);
}
.eds_framedVideoContentChecklistCta__ctaRow .eds_btn {
  border-top: none;
}
.eds_framedVideoContentChecklistCta__ctaRow .eds_btn:nth-child(1) {
  border-right: none;
}
.eds_framedVideoContentChecklistCta__ctaBtn {
  width: 100%;
  min-height: clamp(3.15rem, 4.45vw, 4.1rem);
  justify-content: center;
  letter-spacing: 0.01em;
}
.eds_framedVideoContentChecklistCta.is-playing .eds_framedVideoContentChecklistCta__mediaWrap > iframe,
.eds_framedVideoContentChecklistCta.is-playing .eds_framedVideoContentChecklistCta__iframe {
  opacity: 1;
  pointer-events: auto;
}
.eds_framedVideoContentChecklistCta.is-playing .eds_framedVideoContentChecklistCta__overlay,
.eds_framedVideoContentChecklistCta.is-playing .eds_framedVideoContentChecklistCta__playButton {
  opacity: 0;
  pointer-events: none;
}
.eds_framedVideoContentChecklistCta.is-playing .eds_framedVideoContentChecklistCta__playButton {
  transform: translate(-50%, -50%) scale(0.88);
}
@media (min-width: 992px) {
  .eds_framedVideoContentChecklistCta__mediaCol {
    flex: 0 0 50.2%;
    width: 50.2%;
  }
  .eds_framedVideoContentChecklistCta__contentCol {
    flex: 0 0 49.8%;
    width: 49.8%;
  }
}
@media (max-width: 991.98px) {
  .eds_framedVideoContentChecklistCta__mediaWrap {
    border-bottom-left-radius: 0;
    min-height: clamp(16.8rem, 57vw, 24rem);
  }
  .eds_framedVideoContentChecklistCta__content {
    padding-inline: clamp(1rem, 5vw, 2rem);
    padding-top: clamp(2.1rem, 7vw, 3rem);
    padding-bottom: clamp(1.4rem, 5vw, 2rem);
  }
  .eds_framedVideoContentChecklistCta__shell {
    padding-bottom: clamp(1.4rem, 5vw, 2rem);
  }
  .eds_framedVideoContentChecklistCta__ctaRow {
    position: static;
    width: 100%;
    padding: clamp(0.8rem, 3vw, 1.1rem) clamp(1rem, 5vw, 2rem) 0;
  }
}
@media (max-width: 767.98px) {
  .eds_framedVideoContentChecklistCta__ctaRow {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

.eds_programMediaOverlayCard {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: clamp(3.5rem, 7vw, 6.8rem);
  overflow: visible;
}
.eds_programMediaOverlayCard__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.eds_programMediaOverlayCard__panel {
  position: absolute;
  top: clamp(3.4rem, 7vw, 5.8rem);
  right: clamp(-1.3rem, -1.2vw, -0.4rem);
  width: min(100% - clamp(2rem, 8vw, 6rem), clamp(19rem, 31vw, 24.5rem));
  background-color: var(--aurora-color-primary);
  padding: clamp(1.3rem, 2.4vw, 2rem) clamp(1rem, 2vw, 1.7rem);
  border-top-right-radius: clamp(1.1rem, 1.9vw, 1.7rem);
  z-index: 1;
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.5rem);
  justify-items: center;
  text-align: center;
}
.eds_programMediaOverlayCard__icon {
  border: none;
  color: var(--aurora-color-primary-dark);
  font-size: clamp(2.65rem, 4.2vw, 3.7rem);
  line-height: 1;
}
.eds_programMediaOverlayCard__icon i {
  display: inline-flex;
}
.eds_programMediaOverlayCard__icon::before {
  content: "\f3ed";
  font-family: var(--aurora-font-icon);
  font-weight: 900;
  line-height: 1;
}
.eds_programMediaOverlayCard__title {
  margin-bottom: 0;
  color: var(--aurora-color-white);
  text-transform: uppercase;
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
}

.eds_splitProgramChecklistContact__row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.eds_splitProgramChecklistContact__mediaCol, .eds_splitProgramChecklistContact__contentCol {
  display: flex;
}
.eds_splitProgramChecklistContact__mediaCol {
  overflow: visible;
}
.eds_splitProgramChecklistContact__content {
  width: 100%;
  padding: clamp(2rem, 4vw, 3.8rem) clamp(1.3rem, 3.1vw, 3.2rem);
  display: grid;
  align-content: center;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
}
.eds_splitProgramChecklistContact__headline, .eds_splitProgramChecklistContact__overline, .eds_splitProgramChecklistContact__body, .eds_splitProgramChecklistContact__list {
  margin-bottom: 0;
}
.eds_splitProgramChecklistContact__overline {
  color: var(--aurora-color-primary);
  text-transform: uppercase;
  padding-bottom: 0;
}
.eds_splitProgramChecklistContact__divider {
  width: clamp(5rem, 7vw, 6.5rem);
  height: 4px;
  background-color: var(--aurora-color-primary);
}
.eds_splitProgramChecklistContact__body {
  color: var(--aurora-color-grey-3);
}
.eds_splitProgramChecklistContact__list {
  margin-top: clamp(0.45rem, 1.1vw, 0.8rem);
}
.eds_splitProgramChecklistContact__ctaRow {
  margin-top: clamp(0.65rem, 1.3vw, 1rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.85rem, 1.5vw, 1.15rem);
}
.eds_splitProgramChecklistContact__primaryCta {
  min-width: clamp(12.6rem, 17vw, 16.5rem);
}

.eds_programMediaOverlayCardBlock .container {
  overflow: visible;
}
.eds_programMediaOverlayCardBlock .eds_programMediaOverlayCard {
  min-height: clamp(20rem, 38vw, 32rem);
  height: auto;
}

@media (max-width: 991.98px) {
  .eds_splitProgramChecklistContact__content {
    padding-inline: clamp(1rem, 5vw, 2rem);
    padding-block: clamp(1.7rem, 6vw, 2.8rem);
  }
  .eds_programMediaOverlayCard {
    min-height: clamp(20rem, 72vw, 28rem);
    height: auto;
    padding-right: clamp(2rem, 6vw, 3.4rem);
  }
  .eds_programMediaOverlayCard__panel {
    right: clamp(-0.7rem, -2vw, -0.35rem);
    top: clamp(1.8rem, 5vw, 3rem);
    width: min(100% - clamp(1.4rem, 6vw, 3.2rem), clamp(18rem, 75vw, 23rem));
  }
}
@media (max-width: 575.98px) {
  .eds_programMediaOverlayCard {
    min-height: clamp(18rem, 78vw, 24rem);
    height: auto;
    padding-right: 0;
    overflow: hidden;
  }
  .eds_splitProgramChecklistContact__ctaRow {
    align-items: stretch;
  }
  .eds_splitProgramChecklistContact__primaryCta,
  .eds_splitProgramChecklistContact .eds_btnIcon {
    width: 100%;
    justify-content: center;
  }
}
.eds_connectedFeatureStatsPanel {
  margin: 2rem 0;
}
.eds_connectedFeatureStatsPanel__upperSection {
  position: relative;
  isolation: isolate;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.eds_connectedFeatureStatsPanel__lowerSection {
  background-color: #fff;
  padding-block: 0;
}
.eds_connectedFeatureStatsPanel__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.62);
  z-index: -1;
}
.eds_connectedFeatureStatsPanel__container {
  position: relative;
  z-index: 1;
}
.eds_connectedFeatureStatsPanel__upperRow {
  --bs-gutter-x: clamp(1.8rem, 3vw, 2.6rem);
  --bs-gutter-y: 1.4rem;
  margin-bottom: 0;
  align-items: start;
}
.eds_connectedFeatureStatsPanel__introWrap {
  padding-top: clamp(0.9rem, 1.6vw, 1.5rem);
  padding-bottom: clamp(1.2rem, 2vw, 1.8rem);
}
.eds_connectedFeatureStatsPanel__title {
  margin: 0;
  color: var(--aurora-color-white);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.3;
  letter-spacing: 0;
}
.eds_connectedFeatureStatsPanel__titleAccent {
  color: var(--aurora-color-primary);
}
.eds_connectedFeatureStatsPanel__introText {
  margin: clamp(1.3rem, 2vw, 1.8rem) 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.02rem, 1.18vw, 1.12rem);
  line-height: 1.6;
  max-width: 35.5rem;
}
.eds_connectedFeatureStatsPanel__featureCol {
  display: flex;
  align-self: flex-end;
}
.eds_connectedFeatureStatsPanel__featurePanel {
  background-color: rgba(255, 255, 255, 0.9);
  padding: clamp(1.8rem, 3vw, 2.3rem) 0 0;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 41.5rem;
  width: 100%;
}
.eds_connectedFeatureStatsPanel__featureRow {
  --bs-gutter-x: clamp(1.2rem, 2.2vw, 1.8rem);
  --bs-gutter-y: 1rem;
  padding-inline: clamp(1.35rem, 2.4vw, 1.95rem);
}
.eds_connectedFeatureStatsPanel__featureItem {
  display: flex;
  gap: 0.92rem;
  align-items: flex-start;
}
.eds_connectedFeatureStatsPanel__featureIcon {
  color: var(--aurora-color-white);
  background-color: var(--aurora-color-primary-dark);
  flex: 0 0 3rem;
}
.eds_connectedFeatureStatsPanel__featureTitle {
  margin-top: 0.2rem;
  color: #121212;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.12;
}
.eds_connectedFeatureStatsPanel__featureText {
  margin: 0.5rem 0 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: clamp(0.92rem, 1.02vw, 1rem);
  line-height: 1.65;
}
.eds_connectedFeatureStatsPanel__ctaWrap {
  margin-top: clamp(1.4rem, 2.2vw, 1.9rem);
  display: flex;
  justify-content: flex-end;
}
.eds_connectedFeatureStatsPanel__cta {
  border-radius: 0;
  padding-inline: clamp(2.5rem, 5.4vw, 4.4rem);
  padding-block: 0.95rem;
}
.eds_connectedFeatureStatsPanel__lowerRow {
  --bs-gutter-x: clamp(1.8rem, 3vw, 2.6rem);
  align-items: stretch;
}
.eds_connectedFeatureStatsPanel__contactPanel {
  height: 100%;
  padding: clamp(1.6rem, 2.6vw, 2.2rem) clamp(1.2rem, 2.2vw, 1.9rem) clamp(1.35rem, 2.2vw, 1.65rem);
  border-bottom: 2px solid var(--aurora-color-primary);
}
.eds_connectedFeatureStatsPanel__contactAction {
  min-height: 100%;
}
.eds_connectedFeatureStatsPanel__statsPanel {
  background-color: #fff;
  position: relative;
  isolation: isolate;
  padding: clamp(1.7rem, 2.5vw, 2.15rem) clamp(1.4rem, 2.5vw, 2rem);
  height: 100%;
  margin-left: auto;
  max-width: 41.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.eds_connectedFeatureStatsPanel__statsPanel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.16);
  clip-path: inset(0 -1.5rem -1.5rem -1.5rem);
  z-index: -1;
  pointer-events: none;
}
.eds_connectedFeatureStatsPanel__statsRow {
  --bs-gutter-x: 0;
  --bs-gutter-y: 1rem;
}
.eds_connectedFeatureStatsPanel__statItem {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.eds_connectedFeatureStatsPanel__statValue {
  margin: 0;
  line-height: 0.86;
  font-family: var(--aurora-font-headings);
  color: var(--aurora-color-primary);
  font-size: clamp(4.9rem, 7.8vw, 7.1rem);
  font-weight: 700;
  white-space: nowrap;
}
.eds_connectedFeatureStatsPanel__statSuffix {
  color: #000;
  margin-left: 0.08em;
}
.eds_connectedFeatureStatsPanel__statLabel {
  margin: 0.42rem 0 0;
  color: #101010;
}
.eds_connectedFeatureStatsPanel--upperOnly {
  position: relative;
  isolation: isolate;
  padding-block: clamp(4.8rem, 8.2vw, 6.2rem) 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
.eds_connectedFeatureStatsPanel--upperOnly .eds_connectedFeatureStatsPanel__overlay {
  z-index: -1;
}
.eds_connectedFeatureStatsPanel--lowerOnly {
  padding-block: 0;
  background: transparent;
}
.eds_connectedFeatureStatsPanel--lowerOnly .eds_connectedFeatureStatsPanel__overlay {
  display: none;
}
.eds_connectedFeatureStatsPanel--lowerOnly .eds_connectedFeatureStatsPanel__contactPanel,
.eds_connectedFeatureStatsPanel--lowerOnly .eds_connectedFeatureStatsPanel__statsPanel {
  min-height: clamp(12rem, 24vw, 14.2rem);
  max-width: none;
  margin-left: 0;
}
.eds_connectedFeatureStatsPanel--lowerOnly .eds_connectedFeatureStatsPanel__statsPanel {
  border-radius: 0.5rem;
}
.eds_connectedFeatureStatsPanel--lowerOnly .eds_connectedFeatureStatsPanel__statsPanel::after {
  clip-path: none;
}

@media (max-width: 767.98px) {
  .eds_connectedFeatureStatsPanel__lowerRow {
    --bs-gutter-x: 0;
  }
  .eds_connectedFeatureStatsPanel__featurePanel, .eds_connectedFeatureStatsPanel__statsPanel {
    max-width: none;
  }
  .eds_connectedFeatureStatsPanel__featurePanel {
    margin-top: 0.9rem;
  }
  .eds_connectedFeatureStatsPanel__featureCol {
    align-self: auto;
  }
  .eds_connectedFeatureStatsPanel__featureRow {
    --bs-gutter-y: 1.3rem;
  }
  .eds_connectedFeatureStatsPanel__ctaWrap {
    justify-content: flex-start;
  }
  .eds_connectedFeatureStatsPanel__cta {
    width: 100%;
    text-align: center;
  }
  .eds_connectedFeatureStatsPanel__contactPanel, .eds_connectedFeatureStatsPanel__statsPanel {
    min-height: 100%;
  }
  .eds_connectedFeatureStatsPanel__statValue {
    font-size: clamp(3.8rem, 12vw, 5.6rem);
  }
  .eds_connectedFeatureStatsPanel--upperOnly {
    padding-block: clamp(3.8rem, 8vw, 4.8rem) clamp(2.8rem, 4.8vw, 3.4rem);
  }
  .eds_connectedFeatureStatsPanel--lowerOnly .eds_connectedFeatureStatsPanel__contactPanel,
  .eds_connectedFeatureStatsPanel--lowerOnly .eds_connectedFeatureStatsPanel__statsPanel {
    min-height: auto;
  }
}
.personalBarContainer ~ .EasyDNNSkin_Aurora .eds_header,
.personalBarContainer ~ .EasyDNNSkin_Aurora .eds_header.eds_toolsVisible .eds_popup,
.personalBarContainer ~ .EasyDNNSkin_Aurora .eds_sideMenu1,
.personalBarContainer ~ .EasyDNNSkin_Aurora .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  margin-left: 80px;
}
.personalBarContainer ~ .EasyDNNSkin_Aurora .raMenuOpened .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  margin-left: 0;
}
.personalBarContainer ~ .EasyDNNSkin_Aurora .eds_header2,
.personalBarContainer ~ .EasyDNNSkin_Aurora .eds_header3 {
  margin-left: 0;
}
.personalBarContainer ~ .EasyDNNSkin_Aurora .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  width: calc(100% - 80px);
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  box-sizing: content-box;
}

div.dnnRegistrationForm {
  min-width: 0;
  width: auto;
}
div.dnnRegistrationForm .dnnForm {
  width: auto;
  float: none;
}
@media (max-width: 575.98px) {
  div.dnnRegistrationForm .dnnFormItem input[type=text],
  div.dnnRegistrationForm .dnnFormItem input[type=password],
  div.dnnRegistrationForm .dnnFormItem input[type=email],
  div.dnnRegistrationForm .dnnFormItem input[type=tel],
  div.dnnRegistrationForm .dnnFormItem select,
  div.dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  div.dnnRegistrationForm .dnnFormItem .dnnLabel,
  div.dnnRegistrationForm .dnnFormItem label {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  div.dnnRegistrationForm .dnnFormItem .password-strength-container {
    width: 100%;
  }
}

.dnnLogin .LoginPanel {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .dnnLogin .dnnFormItem .dnnLabel,
  .dnnLogin .dnnFormItem label {
    width: auto;
  }
}

#ControlBar_ControlPanel *,
.actionMenu *,
.dnnDropDownList * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#ControlBar_ControlPanel .fa,
.actionMenu .fa,
.dnnDropDownList .fa {
  font-family: var(--aurora-font-icon);
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  box-sizing: border-box;
}

#ControlBar_ControlPanel ~ .EasyDNNSkin_Aurora .eds_header {
  margin-top: 53px;
}
#ControlBar_ControlPanel ~ .EasyDNNSkin_Aurora .eds_headerHeightHolder {
  margin-top: -53px;
}

.dnnEditState .eds_headerPane {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 8rem;
  right: 2rem;
  height: auto;
  min-height: 82px;
  z-index: 1000;
}
.dnnEditState .eds_headerPane .dnnModuleManager.dnnSortable {
  min-height: 80px !important;
  width: 100%;
}
.dnnEditState div[id$=TopRibbonPane].DNNEmptyPane {
  min-width: 400px !important;
}

[class*=RadAjaxPanel] *,
[class*=Digital] * {
  box-sizing: content-box;
}

.DNNEmptyPane {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.eds_demoCode {
  padding: 1rem;
  margin: 2rem auto;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.eds_demoCode pre {
  margin: 0;
}
.eds_demoCode pre + pre {
  margin-top: 1rem;
}

.eds_example [class^=border] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid;
}
.eds_example::after {
  display: block;
  clear: both;
  content: "";
}
.eds_example .close {
  float: none;
}
.eds_example .bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15);
}
.eds_example .eds_btn {
  margin: 10px;
}
.eds_example .fixed-top,
.eds_example .sticky-top,
.eds_example .fixed-bottom {
  position: static;
}
.eds_example .progress + .progress {
  margin-top: 10px;
}
.eds_example.example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.eds_example.example-row-flex-cols .row + .row {
  margin-top: 1rem;
}

.eds_gridExample .eds_example .row > .col,
.eds_gridExample .eds_example .row > [class^=col-] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.eds_buttonDemo .eds_btn {
  margin: 0.5rem;
}

.bd-example > .alert + .alert, .bd-example > .nav + .nav,
.bd-example > .navbar + .navbar,
.bd-example > .progress + .btn,
.bd-example > .progress + .progress {
  margin-top: 1rem;
}

.eds_animationDemo p {
  background-color: #ddd;
  border-radius: 6px;
  border: solid 1px #ccc;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}
.eds_animationDemo.eds_animationOnViewDemo p {
  padding: 50px 0;
}

/* Version 1.0 *//*# sourceMappingURL=base.css.map */