/* pt-serif-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-serif-v18-latin_latin-ext-regular.woff2") format("woff2");
}
/* pt-serif-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-serif-v18-latin_latin-ext-700.woff2") format("woff2");
}
/* work-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/work-sans-v19-latin_latin-ext-300.woff2") format("woff2");
}
/* work-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/work-sans-v19-latin_latin-ext-regular.woff2") format("woff2");
}
/* work-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/work-sans-v19-latin_latin-ext-600.woff2") format("woff2");
}
/* work-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/work-sans-v19-latin_latin-ext-700.woff2") format("woff2");
}
:root {
  --eds_headingsFont: "PT Serif", serif;
  --eds_defaultFont: "Work Sans", sans-serif;
  --eds-defaultColor: #000;
  --eds-primaryColor: #ec3535;
  --eds-primaryColorDarker: #d62020;
  --eds-primaryColorTransparent: rgba(236, 53, 54, 0.7);
  --eds-darkColor: #000;
  --eds-greyColor: #eaeaea;
  --eds-lightGreyColor: #f7f7f7;
  --eds-darkGreyColor: #444;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1400px) {
  .eds_1600 .container {
    max-width: 1600px;
  }
}

@media (max-width: 1400px) {
  .eds_containerFluidXXL {
    max-width: none;
    width: 100%;
  }
}

body {
  color: var(--eds-defaultColor);
  font-size: 0.9rem;
  line-height: 1.3;
  font-family: var(--eds_defaultFont);
}

.fa {
  font-family: "FontAwesome";
}

.EasyDNNSkin_NewsDaily {
  background-color: #fff;
  margin: auto;
  width: 100%;
  transition: all 0.5s ease;
  transform-origin: 50% 200px 0;
}

.eds_clearFix::before, .eds_clearFix::after {
  display: table;
  content: "";
  line-height: 0;
}
.eds_clearFix::after {
  clear: both;
}

a:link, a:active, a:visited {
  color: var(--eds-primaryColor);
  text-decoration: none;
}
a:hover {
  color: var(--eds-darkColor);
}

.carousel-indicators li {
  list-style-type: none;
}

.eds_topGrayPanes,
.eds_bottomGrayPanes,
.eds_topExtrudedPanes::before {
  background-color: var(--eds-lightGreyColor);
}

.eds_topExtrudedPanes,
.eds_grayPanesBottomExtruded {
  overflow: hidden;
}
.eds_topExtrudedPanes::before,
.eds_grayPanesBottomExtruded::before {
  content: "";
  display: block;
}

.eds_topExtrudedPanes::before {
  content: "";
  display: block;
  height: 90px;
}
.eds_topExtrudedPanes > div {
  margin-top: -90px;
}
.eds_topExtrudedPanes > div + div {
  margin-top: 0;
}

@media (min-width: 768px) {
  .eds_mdSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
    bottom: var(--offset);
  }
}
@media (min-width: 992px) {
  .eds_lgSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
  }
}
@media (min-width: 1200px) {
  .eds_xlSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
  }
}
@media (min-width: 1400px) {
  .eds_xxlSticky {
    --offset: 4rem;
    position: -webkit-sticky;
    position: sticky;
    align-self: start;
    top: var(--offset);
  }
}
.eds_grayPanesBottomExtruded {
  position: relative;
}
.eds_grayPanesBottomExtruded::before {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--eds-lightGreyColor);
}
.eds_grayPanesBottomExtruded > div {
  position: relative;
}

.eds_col20 {
  flex: 0 0 20%;
  width: 20%;
}
@media (max-width: 992px) {
  .eds_col20 {
    flex: 0 0 50%;
    width: 50%;
    order: 1;
  }
}

.eds_col60 {
  flex: 0 0 60%;
  width: 60%;
}
@media (max-width: 992px) {
  .eds_col60 {
    flex: 0 0 100%;
    width: 100%;
    order: 0;
  }
}

.eds_header {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.eds_headerTrigger {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.87rem;
  transition: all 300ms;
  display: inline-block;
}
.eds_headerTrigger > i {
  margin: 0 0.5rem;
}
.eds_headerTrigger:hover {
  color: var(--eds-primaryColor);
}
.eds_headerTrigger.eds__headerModalTrigger {
  color: var(--eds-primaryColor);
}
.eds_headerTrigger.eds__headerModalTrigger:hover {
  color: var(--eds-darkColor);
}

.eds_headerRightPane {
  padding-left: 2rem;
}

.eds_popup {
  transform: translate3d(0, 20px, 0);
  transition: all 0.4s ease;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09);
  padding: 1rem;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.eds_popup.show {
  transform: translate3d(0, 0, 0);
}
.eds_popup.eds_searchPopup {
  width: 900px;
}
@media (max-width: 992px) {
  .eds_popup.eds_searchPopup {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .eds_popup.eds_searchPopup {
    width: 400px;
  }
}

.eds_modalPaneTrigger {
  display: none;
}

.eds_headerLeftWrapper {
  position: relative;
}

#dnn_dnnSearch_ClassicSearch {
  display: flex;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer {
  margin: 0;
  flex: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox {
  color: #444;
  background-color: transparent;
  outline: none;
  line-height: 30px;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 100%;
  padding: 0 9px;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:focus, #dnn_dnnSearch_ClassicSearch .searchInputContainer .NormalTextBox:hover {
  box-shadow: none;
  outline: none;
}
#dnn_dnnSearch_ClassicSearch .SearchButton {
  text-decoration: none;
  display: inline-block;
  text-shadow: none;
  border: none;
  outline: none;
  transition: none;
  border-radius: 0;
  margin: 0;
  padding: 0 15px;
  background-color: var(--eds-primaryColor);
  font: 600 13px/30px var(--eds_defaultFont);
  color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
}
#dnn_dnnSearch_ClassicSearch .SearchButton:hover {
  background: var(--eds-darkColor);
}

.eds_modal,
.eds__modalOverlay {
  position: fixed;
}

.eds__modalOverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s ease 0.3s;
  visibility: hidden;
}

.eds_modal {
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 2rem;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  z-index: 9999;
  width: 600px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: scale(0.95) translate(-50%, -50%);
  transition: all 0.2s ease;
  visibility: hidden;
  min-height: 200px;
}

.eds__modalClose {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--eds-primaryColor);
  cursor: pointer;
  display: inline-block;
  padding: 1rem;
}
.eds__modalClose > i {
  font-size: 1.5rem;
}
.eds__modalClose:hover {
  color: var(--eds-darkColor);
}
.eds__modalClose.eds_headerModalPaneClose {
  position: fixed;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  top: 1rem;
  right: 1rem;
}
.eds__modalClose.eds_headerModalPaneClose:hover {
  color: #fff;
}

.eds__headerModalPane {
  width: 900px;
}

.eds_headerModalPaneVisible .eds__headerModalPane {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.eds_headerModalPaneVisible .eds_headerModalPaneOverlay,
.eds_headerModalPaneVisible .eds__modalClose.eds_headerModalPaneClose {
  opacity: 1;
  visibility: visible;
}

.eds_userLoginWrapper {
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .eds_userLoginWrapper {
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  .eds_userLoginWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem 2rem;
  }
}
.eds_userLoginWrapper .eds_userMenuHeader,
.eds_userLoginWrapper .eds_userData {
  padding: 0.6rem 1.2rem;
}
.eds_userLoginWrapper .eds_userMenuHeader {
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  font-weight: 500;
}
.eds_userLoginWrapper .eds_userData {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.eds_userLoginWrapper .registerGroup,
.eds_userLoginWrapper .loginGroup {
  display: inline-block;
  vertical-align: middle;
}
.eds_userLoginWrapper .registerGroup {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .registerGroup {
    margin-right: 1rem;
    margin-left: 0;
  }
}
.eds_userLoginWrapper .registerGroup > ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.eds_userLoginWrapper .registerGroup > ul > li {
  list-style-type: none;
  margin: 0 0 0 1rem;
  padding: 0;
  display: flex;
  align-items: center;
}
.eds_userLoginWrapper .registerGroup > ul > li > a {
  color: var(--eds-defaultColor);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .registerGroup > ul > li > a {
    color: #fff;
    font-size: 1.5rem;
  }
}
.eds_userLoginWrapper .registerGroup > ul > li > a:hover {
  color: var(--eds-primaryColor);
}
.eds_userLoginWrapper .registerGroup > ul > li.userProfileImg {
  font-size: 0;
  line-height: 0;
  border: solid 1px var(--eds-darkColor);
  width: 39px;
  height: 39px;
  background-color: #ddd;
  overflow: hidden;
}
.eds_userLoginWrapper .registerGroup > ul > li.userProfileImg > a {
  display: inline-block;
  position: relative;
}
.eds_userLoginWrapper .registerGroup > ul > li.userProfileImg > a > img {
  height: 37px;
  width: 37px;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1;
  position: relative;
  transition: all 700ms;
  position: relative;
}
@media (max-width: 576px) {
  .eds_userLoginWrapper .registerGroup > ul > li.userMessages a, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a {
    padding: 0.8rem;
  }
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong {
  font-weight: normal;
  display: flex;
  align-items: center;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong::before, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong::before {
  font: 900 1.2rem/0.8rem "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 0.2rem;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a:hover, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a:hover {
  text-decoration: none !important;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a > span, .eds_userLoginWrapper .registerGroup > ul > li.userNotifications a > span {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 14px;
  border: solid 2px #fff;
  background-color: #242424;
  height: 22px;
  min-width: 22px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  padding: 0 3px;
}
.eds_userLoginWrapper .registerGroup > ul > li.userMessages a strong::before {
  content: "\f0e0";
  font-weight: 400;
}
.eds_userLoginWrapper .registerGroup > ul > li.userNotifications a strong::before {
  content: "\f06a";
}
.eds_userLoginWrapper .registerGroup > ul > li.userNotifications + .userDisplayName > a {
  font-size: 1rem;
  color: var(--eds-primaryColor);
}
.eds_userLoginWrapper .registerGroup > ul > li.userNotifications + .userDisplayName > a:hover {
  color: var(--eds-darkColor);
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .loginGroup {
    border-left: solid 1px rgba(255, 255, 255, 0.8);
  }
}
.eds_userLoginWrapper .loginGroup > a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .eds_userLoginWrapper .loginGroup > a {
    border-radius: 4px;
    background-color: var(--eds-primaryColor);
    font-size: 13px;
    font-weight: 500;
    padding: 9px 14px 11px;
  }
}
@media (max-width: 768px) {
  .eds_userLoginWrapper .loginGroup > a {
    font-size: 1.5rem;
    margin-left: 1rem;
    background-color: transparent !important;
  }
}
@media (min-width: 768px) {
  .eds_userLoginWrapper .loginGroup > a:hover {
    background-color: var(--eds-darkColor);
  }
}

.eds__mobileMenuModalTrigger,
.eds__mobileSearchTrigger {
  font-size: 1.4rem;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .eds_mobileModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 250ms;
    z-index: 9999;
  }
  .eds_mobileModal .eds__modalClose {
    color: #fff;
  }
  .eds_mobileModal .eds__modalClose,
.eds_mobileModal .eds_modalContent {
    z-index: 9999;
  }
  .eds_mobileModal .eds_modalContent {
    position: relative;
    top: 3rem;
  }
  .eds__mobileMenuModal {
    transform: translate3d(-99%, 0, 0);
  }
  .eds__mobileSearchModal {
    transform: translate3d(99%, 0, 0);
  }
  .eds__mobileMenuModalVisible .eds_mobileMenuModalOverlay {
    opacity: 1;
    visibility: visible;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }
  .eds__mobileSearchModalVisible .eds_mobileSearchModalOverlay {
    opacity: 1;
    visibility: visible;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
  }
  .eds__mobileMenuModalVisible .eds__mobileMenuModal {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    height: calc(100% + 1px);
  }
  .eds__mobileMenuModalVisible .EasyDNNSkin_NewsDaily {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    box-shadow: 0 0 46px #000;
    top: 0;
    bottom: 0;
  }
  .eds__mobileSearchModalVisible .eds__mobileSearchModal {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    height: calc(100% + 1px);
  }
  .eds__mobileSearchModalVisible .EasyDNNSkin_NewsDaily {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    box-shadow: 0 0 46px #000;
  }
}
.eds_logo2 > a {
  display: inline-block;
}
@media (max-width: 768px) {
  .eds_logo2 > a img {
    max-height: 50px;
    max-width: 100%;
  }
}

.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch {
  display: block;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer {
  margin: 0;
  position: relative;
  display: block;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::before, .eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::after {
  opacity: 0.8;
  transform: scaleX(0);
  transition: transform 0.5s ease 0.8s;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox {
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: none;
  line-height: 36px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0;
  height: 40px;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:focus, .eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer .NormalTextBox:hover {
  box-shadow: none;
  outline: none;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .SearchButton {
  text-decoration: none;
  display: block;
  width: 30%;
  text-shadow: none;
  border: none;
  outline: none;
  transition: none;
  border-radius: 2px;
  margin: 1rem auto;
  padding: 0.5rem;
  background-color: var(--eds-primaryColor);
  font: 600 1.1rem/1.3 var(--eds_defaultFont);
  color: #fff;
  transition: all 0.3s ease;
  z-index: 1;
  text-align: center;
}
.eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .SearchButton:hover {
  background: var(--eds-darkColor);
}
.eds__mobileSearchModal .eds_modalContent h6 {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  font-family: var(--eds_defaultFont);
  margin: 1rem 0;
}

.eds__mobileSearchModalVisible .eds__mobileSearchModal #dnn_dnnSearchMobile_ClassicSearch .searchInputContainer::after {
  transform: scaleX(1);
}

.eds_headerHeightHolder {
  display: none;
}

.eds_fixedLogo {
  display: none;
}
.eds_fixedLogo > a {
  display: inline-block;
}
.eds_fixedLogo > a img {
  max-height: 40px;
}

.eds_language {
  margin-right: 2rem;
}
.eds_language > div {
  text-align: center;
}
.eds_language > div > span {
  margin: 0 3px;
  padding: 1px;
  line-height: 0;
  border: solid 1px transparent;
  opacity: 0.5;
  display: inline-block;
  transition: opacity 0.3s linear;
}
.eds_language > div > span a:link {
  box-shadow: none !important;
  background-color: transparent !important;
}
.eds_language > div > span:hover {
  opacity: 1;
}
.eds_language > div > span.selected {
  border-color: var(--eds-primaryColor);
  opacity: 1;
}

.eds_header1 .eds_headerMenu {
  border-top: solid 1px var(--eds-greyColor);
}

.eds_header2 .eds_topWrapper {
  background-color: var(--eds-primaryColor);
}
.eds_header2 .eds_logo2 {
  margin-right: 2rem;
  padding: 2rem 6rem 2rem 0;
}
@media (max-width: 768px) {
  .eds_header2 .eds_logo2 {
    padding: 0.5rem 1rem 0.5rem 0;
    margin-right: 0;
  }
}
.eds_header2 .eds_logo2 > a img,
.eds_header2 .eds_fixedLogo > a img {
  max-width: 300px;
  max-height: 80px;
}
@media (max-width: 992px) {
  .eds_header2 .eds_logo2 > a img,
.eds_header2 .eds_fixedLogo > a img {
    max-width: 100px;
  }
}
.eds_header2 .eds_fixedLogo {
  padding: 0.5rem 2rem 0.5rem 0;
}
.eds_header2 .eds_logo2,
.eds_header2 .eds_fixedLogo {
  position: relative;
}
.eds_header2 .eds_logo2 > a,
.eds_header2 .eds_fixedLogo > a {
  position: relative;
  z-index: 1;
}
.eds_header2 .eds_logo2::before,
.eds_header2 .eds_fixedLogo::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skew(-25deg);
}
.eds_header2 .eds_headerMenu {
  background-color: #eaeaea;
}
.eds_header2 .eds_headerTrigger {
  color: #fff;
}
.eds_header2 .eds_headerTrigger:hover {
  color: var(--eds-darkColor);
}
.eds_header2 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  position: relative;
  z-index: 1;
}
.eds_header2 .eds_headerTrigger.eds__mobileSearchTrigger, .eds_header2 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  color: var(--eds-darkColor);
}
.eds_header2 .eds_language > div > span.selected {
  border-color: #fff;
}
.eds_header2 .responsAbilityMenu {
  justify-content: start;
  align-items: stretch;
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  content: "";
  position: absolute;
  background-color: var(--eds-primaryColor);
  width: 0%;
  height: 6px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0, -0.55, 0.265, 1.55);
}
@media (min-width: 768px) {
  .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
    content: "";
  }
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  left: 0;
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  right: 0;
}
.eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_header2 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::after {
  width: 100%;
}
.eds_header2 .eds__mobileMenuModalTrigger,
.eds_header2 .eds__mobileSearchTrigger {
  padding: 0.5rem;
  margin-left: auto;
}
.eds_header2 .eds_headerRightPane {
  padding-left: 0;
}

.eds_header3 .eds_topWrapper {
  background-color: var(--eds-darkColor);
}
.eds_header3 .eds_logo2 {
  margin-right: 2rem;
  padding: 2rem 6rem 2rem 0;
}
@media (max-width: 1400px) {
  .eds_header3 .eds_logo2 {
    padding: 0.5rem 1rem 0.5rem 0;
    margin-right: 1rem;
  }
}
@media (max-width: 576px) {
  .eds_header3 .eds_logo2 {
    margin-right: 0.3rem;
  }
}
.eds_header3 .eds_logo2 > a img {
  max-width: 300px;
  max-height: 80px;
}
@media (max-width: 1200px) {
  .eds_header3 .eds_logo2 > a img {
    max-width: 100%;
  }
}
.eds_header3 .eds_fixedLogo {
  padding: 0.5rem 2rem 0.5rem 0;
}
.eds_header3 .eds_headerMenu {
  background-color: #eaeaea;
}
.eds_header3 .eds_headerTrigger {
  color: #fff;
}
.eds_header3 .eds_headerTrigger:hover {
  color: var(--eds-primaryColor);
}
.eds_header3 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  position: relative;
  z-index: 1;
}
.eds_header3 .eds_headerTrigger.eds__mobileSearchTrigger, .eds_header3 .eds_headerTrigger.eds__mobileMenuModalTrigger {
  color: var(--eds-darkColor);
}
.eds_header3 .responsAbilityMenu {
  justify-content: start;
  align-items: center;
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  position: absolute;
  background-color: var(--eds-primaryColor);
  width: 0%;
  height: 6px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0, -0.55, 0.265, 1.55);
}
@media (min-width: 768px) {
  .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
    content: "";
  }
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  left: 0;
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  right: 0;
}
.eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_header3 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::after {
  width: 100%;
}
@media (max-width: 576px) {
  .eds_header3 .eds__mobileMenuModalTrigger,
.eds_header3 .eds__mobileSearchTrigger {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .eds_header3 .eds_headerRightPane {
    padding-left: 0;
  }
}

.eds_header4 .eds_logo,
.eds_header5 .eds_logo {
  position: relative;
  margin-right: 2rem;
  padding: 10px 5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .eds_header4 .eds_logo,
.eds_header5 .eds_logo {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 1200px) {
  .eds_header4 .eds_logo,
.eds_header5 .eds_logo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.eds_header4 .eds_logo > a,
.eds_header5 .eds_logo > a {
  position: relative;
  z-index: 1;
  display: block;
}
.eds_header4 .eds_logo > a img,
.eds_header5 .eds_logo > a img {
  transition: all 600ms;
  max-height: 55px;
}
@media (max-width: 1200px) {
  .eds_header4 .eds_logo > a img,
.eds_header5 .eds_logo > a img {
    max-height: 50px;
    max-width: 100%;
  }
}
.eds_header4 .eds_logo::before,
.eds_header5 .eds_logo::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 9999px;
  top: 0;
  right: 0;
  bottom: 0;
  transform: skew(-25deg);
}
@media (max-width: 768px) {
  .eds_header4 .eds__mobileMenuModalTrigger,
.eds_header4 .eds__mobileSearchTrigger,
.eds_header5 .eds__mobileMenuModalTrigger,
.eds_header5 .eds__mobileSearchTrigger {
    font-size: 1rem;
    padding: 0.7rem;
  }
}

.eds_header4 {
  background-color: #eaeaea;
}
.eds_header4 .eds_headerTrigger {
  color: var(--eds-primaryColor);
}
.eds_header4 .eds_headerTrigger:hover {
  color: var(--eds-darkColor);
}

.eds_header5 {
  background-color: var(--eds-darkColor);
}
.eds_header5 .eds_headerTrigger {
  color: #fff;
}
.eds_header5 .eds_headerTrigger:hover {
  color: var(--eds-darkColor);
}
.eds_header5 .eds_headerTools {
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .eds_header5 .eds_headerTools {
    padding-left: 1rem;
  }
}
.eds_header5 .eds_headerTools > div {
  position: relative;
  z-index: 1;
}
.eds_header5 .eds_headerTools::before {
  content: "";
  background-color: var(--eds-primaryColor);
  position: absolute;
  width: 9999px;
  top: 0;
  bottom: 0;
  left: 0;
  transform: skew(-25deg);
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  position: absolute;
  background-color: var(--eds-primaryColor);
  width: 0%;
  height: 6px;
  bottom: 0;
  transition: width 0.8s cubic-bezier(0, -0.55, 0.265, 1.55);
}
@media (min-width: 768px) {
  .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before, .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
    content: "";
  }
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::before {
  left: 0;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span::after {
  right: 0;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
  color: #fff;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::before, .eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span::after {
  width: 100%;
}
.eds_header5 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span .edsmm_itemContainer {
  color: #fff;
}
@media (min-width: 768px) {
  .eds_header5 .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
    border-top-color: #fff;
  }
}
.eds_header5 .responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
  border-top-color: var(--eds-darkColor);
}
.eds_header5 .eds__mobileMenuModalTrigger:hover,
.eds_header5 .eds__mobileSearchTrigger:hover {
  color: var(--eds-primaryColor);
}

.eds_header6 {
  background-color: #eaeaea;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  transition: all 400ms;
}
@media (max-width: 768px) {
  .eds_header6 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.eds_header6 .eds_logo {
  display: flex;
  align-items: center;
}
.eds_header6 .eds_logo > a img {
  transition: all 400ms;
  max-height: 80px;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .eds_header6 .eds_logo > a img {
    max-height: 50px;
    max-width: 100%;
  }
}
.eds_header6 .eds_headerTrigger.eds__headerModalTrigger {
  color: var(--eds-darkColor);
}
.eds_header6 .eds_headerTrigger.eds__headerModalTrigger:hover {
  color: var(--eds-primaryColor);
}
@media (max-width: 1200px) {
  .eds_header6 .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.eds_stickyHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

@media (max-width: 768px) {
  .eds__fixedHeader {
    -webkit-animation: none;
            animation: none;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 768px) {
  .eds_pageScrolled .eds__fixedHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: header;
            animation-name: header;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
  }
}
.eds_pageScrolled .eds__fixedHeader .eds_headerTools {
  display: none !important;
}
.eds_pageScrolled .eds_headerHeightHolder {
  display: block;
}
@media (max-width: 768px) {
  .eds_pageScrolled .eds_headerHeightHolder {
    display: none;
  }
}
.eds_pageScrolled .eds_header1 .responsAbilityMenu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.eds_pageScrolled .eds_header1 .eds_mobileModal {
  flex: 0 0 100%;
}
.eds_pageScrolled .responsAbilityMenu {
  display: flex;
  justify-content: space-between;
}
.eds_pageScrolled .responsAbilityMenu .eds_fixedLogo {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .eds_pageScrolled .eds_fixedLogo {
    display: none;
  }
}
@media (min-width: 768px) {
  .eds_pageScrolled .eds_header2 .eds_logo2,
.eds_pageScrolled .eds_header3 .eds_logo2 {
    display: none !important;
  }
}
.eds_pageScrolled .eds_header2 .eds_fixedLogo,
.eds_pageScrolled .eds_header3 .eds_fixedLogo {
  margin-right: 2rem;
}
.eds_pageScrolled .eds_header2 .eds_fixedLogo > a img {
  max-height: 55px;
}
.eds_pageScrolled .eds_header6 {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.eds_pageScrolled .eds_header6 .eds_logo > a img {
  max-height: 50px;
}

@-webkit-keyframes header {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes header {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.eds_footer {
  background-color: #eaeaea;
  padding-top: 2rem;
}

.eds_termsPrivacyBg {
  padding: 1rem;
}

.eds_footerTop {
  border-bottom: solid 3px var(--eds-darkColor);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.eds_footerLogo > a {
  display: inline-block;
}
.eds_footerLogo > a img {
  max-height: 140px;
  max-width: 100%;
}

.eds_footerMenu {
  margin: 0;
  padding: 0;
}
.eds_footerMenu > li {
  list-style: none;
  display: inline-block;
  margin-left: 1.5rem;
}
.eds_footerMenu > li > a {
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.eds_footerMenu > li > a:link, .eds_footerMenu > li > a:active, .eds_footerMenu > li > a:visited {
  color: var(--eds-darkColor);
}
.eds_footerMenu > li > a:hover {
  color: var(--eds-primaryColor);
}

.eds_termsPrivacy {
  color: var(--eds-darkColor);
}
.eds_termsPrivacy .eds_terms,
.eds_termsPrivacy .eds_privacy {
  text-decoration: none;
  color: inherit;
}
.eds_termsPrivacy .eds_terms:hover,
.eds_termsPrivacy .eds_privacy:hover {
  color: var(--eds-primaryColor);
}

.eds_footerPane {
  margin-bottom: 2rem;
}

.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::after {
  position: absolute;
  height: 1.5rem;
  width: 100%;
  right: 0;
  left: 0;
  bottom: -1rem;
  content: "";
  display: none;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu:hover::after {
  display: block;
}
.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 {
  top: auto;
  right: 0;
  left: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div {
  width: calc(1440px - 1.5rem);
  max-width: calc(100% - 1.5rem);
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  width: 100%;
  max-width: calc(100% - 1.5rem);
}
.raMenuWrapper > ol .edsmm_menuItem > div::before {
  position: absolute;
  height: 0.125rem;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 100%;
  content: "";
  display: block;
}
.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,
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_topContainer,
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_bottomContainer {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div {
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !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;
}

@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper {
    display: block !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem {
    display: block;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator, .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > span > .edsmm_childIndicator {
    display: inline-block;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem:hover > div {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
    display: none !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator {
    display: none;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > div {
    float: none;
    width: auto !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div > .edsmm_menuListsContainer > ol > li {
    float: none !important;
    display: block !important;
    width: auto !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem > div > * {
    display: block !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > div {
    background-color: #fff;
  }
  .responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > * {
    display: block !important;
  }
  .responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem > div {
    position: static !important;
    min-width: 0;
    width: auto !important;
    max-width: none;
  }
}
.edsmm_childIndicator {
  cursor: pointer;
}

.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol {
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper > ol {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: center;
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper > ol {
    flex-direction: column;
    align-items: start;
  }
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span .edsmm_itemContainer {
  font-size: 16px;
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span .edsmm_itemContainer {
  color: var(--eds-primaryColor);
}
.responsAbilityMenu .raMenuWrapper > ol .edsmm_menuItem.edsmm_active > span .edsmm_itemContainer {
  color: var(--eds-primaryColor);
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem {
    color: #3C4858;
    margin: 5px 15px;
    width: 100%;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem > span {
  display: block;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer {
  position: relative;
  color: var(--eds-darkColor);
  padding: 0 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 42px;
  display: block;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer {
    color: #fff !important;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer::before, .responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer::after {
  content: "";
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_itemContainer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
  display: block;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span {
  position: relative;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
  display: inline-block;
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
    display: none;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem > div {
  position: static;
  padding: 0.3125rem 0;
  border: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem > div {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem > div {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    transition: none;
    box-shadow: none;
    transform: none !important;
    width: auto;
    margin-bottom: 0;
    padding-top: 0;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    overflow-y: auto;
    display: none;
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem .edsmm_level_1 .edsmm_menuListsContainer .edsmm_menuItem > div {
  left: 100%;
  top: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem:last-child > div {
  left: auto;
  right: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem:last-child .edsmm_level_1 .edsmm_menuListsContainer .edsmm_menuItem > div {
  left: auto;
  right: 100%;
}
@media (min-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem:hover > div {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.raItemOpened > div {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem .edsmm_itemContainer {
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  position: relative;
  width: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
  margin: 0 0.3125rem;
  transition: all 150ms linear;
  min-width: 7rem;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  line-height: 1.42857;
  text-overflow: ellipsis;
  word-wrap: break-word;
  text-transform: none;
}
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer,
.responsAbilityMenu .raMenuWrapper .edsmm_level_1 .edsmm_menuItem .edsmm_itemContainer:hover {
  color: var(--eds-primaryColor);
}

.raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator::before,
.responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  cursor: pointer;
  display: none;
}

@media (min-width: 768px) {
  .responsAbilityMenu .raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after {
    border-top: 0.3em solid #000;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    vertical-align: 0.15em;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
  }
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator::before {
  position: absolute;
  content: "";
  right: 16px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms;
  vertical-align: 0.255em;
  border-top: 0.5em solid #fff;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}

.raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild.raItemOpened > span > .edsmm_childIndicator::before {
  transform: translateY(-50%) rotate(180deg);
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--eds_headingsFont);
  color: var(--eds-defaultColor);
  font-weight: 600;
}

.eds_largerText {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}

.eds_largeText {
  font-size: 3.5rem !important;
  line-height: 1.1 !important;
}

.eds_mediumLargeText {
  font-size: 4rem !important;
  line-height: 1.1 !important;
}

.eds_extraLargeText {
  font-size: 6rem !important;
  line-height: 1.1 !important;
}

.eds_megaLargeText {
  font-size: 12rem !important;
  line-height: 1.1 !important;
}

b, strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_largerText {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_largerText {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_largeText {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_largeText {
    font-size: 1.3rem !important;
  }
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_mediumLargeText {
    font-size: 2rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_mediumLargeText {
    font-size: 1.75rem !important;
  }
}
@media (max-width: 992px) {
  .EasyDNNSkin_NewsDaily .eds_extraLargeText {
    font-size: 4rem !important;
  }
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_extraLargeText {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_extraLargeText {
    font-size: 2rem !important;
  }
}
@media (max-width: 992px) {
  .EasyDNNSkin_NewsDaily .eds_megaLargeText {
    font-size: 8rem !important;
  }
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_megaLargeText {
    font-size: 6rem !important;
  }
}
@media (max-width: 576px) {
  .EasyDNNSkin_NewsDaily .eds_megaLargeText {
    font-size: 4rem !important;
  }
}

ul.eds_listCircle, ul.eds_listStar, ul.eds_listCheckSquare, ul.eds_listChevronCircle, ul.eds_listCircleO, ul.eds_listCheck, ul.eds_listCheckSquareO, ul.eds_listPaperclip, ul.eds_listSkew {
  margin: 0 0 2rem;
}
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, ul.eds_listSkew > li {
  margin: 0 0 0.5rem;
  position: relative;
  padding: 0 0 0 1rem;
  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, ul.eds_listSkew > li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--eds-primaryColor);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
ul.eds_listCircle > li::before {
  content: "\f111";
  font-size: 0.5rem;
  line-height: 2.8;
}
ul.eds_listStar > li::before {
  content: "\f005";
  font-size: 0.8rem;
  line-height: 1.7;
}
ul.eds_listCheckSquare > li {
  padding-left: 1.2rem;
}
ul.eds_listCheckSquare > li::before {
  content: "\f14a";
  font-size: 1rem;
  line-height: 1.4;
}
ul.eds_listChevronCircle > li::before {
  content: "\f138";
  font-size: 0.9rem;
  line-height: 1.5;
}
ul.eds_listCircleO > li::before {
  content: "\f111";
  font-size: 0.5rem;
  line-height: 2.8;
  font-weight: normal;
}
ul.eds_listCheck > li::before {
  content: "\f00c";
  font-size: 0.9rem;
  line-height: 1.4;
}
ul.eds_listCheckSquareO > li::before {
  content: "\f14a";
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
}
ul.eds_listPaperclip > li {
  padding-left: 1.2rem;
}
ul.eds_listPaperclip > li::before {
  content: "\f0c6";
  font-size: 1rem;
  line-height: 1.2;
}
ul.eds_listSkew {
  margin: 0 0 2rem;
}
ul.eds_listSkew > li {
  margin: 0 0 0.5rem;
  position: relative;
  padding: 0 0 0 2.5rem;
  list-style-type: none;
}
ul.eds_listSkew > li::before {
  content: "";
  top: 7px;
  background-color: var(--eds-primaryColor);
  width: 30px;
  height: 11px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
ul.eds_listSkew.eds_big > li {
  margin-bottom: 2rem;
  padding-left: 70px;
}
ul.eds_listSkew.eds_big > li::before {
  top: calc(50% - 12px);
  width: 55px;
  height: 24px;
}
ul.eds_iconList {
  margin: 1rem 0;
  padding: 0;
}
ul.eds_iconList li {
  list-style-type: none;
  display: flex;
  margin: 0.5rem 0;
  padding: 0;
}
ul.eds_iconList li a {
  color: inherit;
}

.eds_titleBorder {
  border-bottom: solid 3px var(--eds-primaryColor);
}

h1.eds_titleBorder {
  margin: 0 0 2rem;
  padding: 2rem 0 1rem;
}

h2.eds_titleBorder {
  margin: 0 0 1.5rem;
  padding: 1.5rem 0 0.75rem;
}

h3.eds_titleBorder,
h4.eds_titleBorder,
h5.eds_titleBorder {
  margin: 0 0 1rem;
  padding: 1rem 0 0.5rem;
}

.eds_title1 {
  padding-bottom: 1rem;
  position: relative;
}

.eds_title1::before,
.eds_title1 .eds_boxTitle::before,
.eds_title1 .eds_boxTitle::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.eds_title1::before {
  left: 0;
}

.eds_title1 .eds_boxTitle::before {
  left: 3.5rem;
}

.eds_title1 .eds_boxTitle::after {
  left: 7rem;
}

.eds_title1.eds_primary::before,
.eds_title1.eds_primary .eds_boxTitle::before,
.eds_title1.eds_primary .eds_boxTitle::after {
  background-color: var(--eds-primaryColor);
}

.eds_title1.eds_center {
  text-align: center;
}
.eds_title1.eds_center::before {
  left: calc(50% - 4.5rem);
}
.eds_title1.eds_center .eds_boxTitle::before {
  left: calc(50% - 1.5rem);
}
.eds_title1.eds_center .eds_boxTitle::after {
  left: calc(50% + 1.5rem);
}

.eds_title2,
.eds_title2 > div,
.eds_title2 > div > div {
  position: relative;
}
.eds_title2::before, .eds_title2::after,
.eds_title2 > div::before,
.eds_title2 > div::after,
.eds_title2 > div > div::before,
.eds_title2 > div > div::after {
  content: "";
  height: 0.5rem;
  position: absolute;
}

.eds_title2::before,
.eds_title2 > div::before,
.eds_title2 > div::after {
  background-color: var(--eds-primaryColor);
}

.eds_title2::after,
.eds_title2 > div > div::before,
.eds_title2 > div > div::after {
  background-color: #f0f0f0;
}

.eds_title2 > div::before, .eds_title2 > div::after,
.eds_title2 > div > div::before,
.eds_title2 > div > div::after {
  width: 3rem;
}

.eds_title2 {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.eds_title2::before {
  top: 0;
  left: 0;
  right: calc(48% + 7rem);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title2::after {
  right: -1rem;
  bottom: 0;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, 100% 100%, 0% 100%);
  left: calc(48% + 7rem);
}
.eds_title2 > div::before, .eds_title2 > div::after {
  top: 0;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title2 > div::before {
  right: calc(48% + 3.5rem);
}
.eds_title2 > div::after {
  right: 48%;
}
.eds_title2 > div > div {
  padding: 2rem;
}
.eds_title2 > div > div::before, .eds_title2 > div > div::after {
  bottom: 0;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title2 > div > div::before {
  left: calc(48% + 3.5rem);
}
.eds_title2 > div > div::after {
  left: 48%;
}

.eds_title3 {
  padding: 2rem 0 2rem 2.5rem;
  box-shadow: 0.5rem 0 0 var(--eds-primaryColor) inset;
}

.eds_title4 {
  padding: 2rem;
  box-shadow: 0.5rem 0 0 #f0f0f0 inset, -0.5rem 0 0 #f0f0f0 inset;
}

.eds_title5 .eds_boxSubtitle {
  display: inline-block;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
  padding: 1rem 4rem 1rem 2rem;
}

.eds_title6 {
  position: relative;
}
.eds_title6::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 3rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
  background-color: #f0f0f0;
  right: 30%;
  height: 0.8rem;
}
.eds_title6 .eds_boxIcon {
  font-size: 2rem;
}

.eds_title7 {
  position: relative;
  padding-bottom: 0.1rem;
}
.eds_title7::before, .eds_title7::after {
  content: "";
  bottom: 0;
  position: absolute;
  height: 0.75rem;
  background-color: #f7f7f7;
}
.eds_title7::before {
  left: 0;
  right: 15rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title7::after {
  width: 4rem;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
  right: 10rem;
}
.eds_title7 > div::before, .eds_title7 > div::after {
  background-color: #f7f7f7;
  width: 4rem;
  position: absolute;
  content: "";
  bottom: 0;
  height: 0.75rem;
  -webkit-clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
          clip-path: polygon(0.5rem 0%, 100% 0%, calc(100% - 0.5rem) 100%, 0% 100%);
}
.eds_title7 > div::before {
  right: 0;
}
.eds_title7 > div::after {
  right: 5rem;
}
.eds_title7.eds_primary .eds_shadowTitle .eds_firstWord {
  color: var(--eds-primaryColor);
}
.eds_title7.eds_primary::after,
.eds_title7.eds_primary > div::before,
.eds_title7.eds_primary > div::after {
  background-color: var(--eds-primaryColor);
}

.eds_title {
  font-family: var(--eds_defaultFont);
  font-weight: 700;
}

.eds_normalText {
  font-weight: 400;
}

.eds_thinText {
  font-weight: 300;
}

.eds_primaryColor {
  color: var(--eds-primaryColor) !important;
}

.eds_darkColor {
  color: var(--eds-darkColor) !important;
}

.eds_greyColor {
  color: #898989 !important;
}

a.eds_darkColor:link, a.eds_darkColor:active, a.eds_darkColor:visited {
  color: inherit;
}
a.eds_darkColor:hover {
  color: var(--eds-primaryColor) !important;
}

.eds_boxPrimary a.eds_darkColor:hover {
  color: #fff !important;
}

.eds_hr1 {
  height: 0.5rem;
  position: relative;
}
.eds_hr1 hr {
  border: none;
  display: block;
  position: relative;
  height: 0.5rem;
  opacity: 1;
}

.eds_hr1::before,
.eds_hr1 hr::before,
.eds_hr1 hr::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.eds_hr1::before {
  right: 0;
}

.eds_hr1 hr::before {
  right: 3.5rem;
}

.eds_hr1 hr::after {
  right: 7rem;
}

.eds_hr1.eds_primary::before,
.eds_hr1.eds_primary hr::before,
.eds_hr1.eds_primary hr::after {
  background-color: var(--eds-primaryColor);
}

.eds_hr1.eds_center {
  text-align: center;
}
.eds_hr1.eds_center::before {
  left: calc(50% - 4.5rem);
}
.eds_hr1.eds_center hr::before {
  left: calc(50% - 1.5rem);
}
.eds_hr1.eds_center hr::after {
  left: calc(50% + 1.5rem);
}

.eds_hr2 {
  height: 1rem;
  position: relative;
}
.eds_hr2 hr {
  border: none;
  display: block;
  position: relative;
  height: 1rem;
  opacity: 1;
}

.eds_hr2::before,
.eds_hr2 hr::before,
.eds_hr2 hr::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
}

.eds_hr2::before {
  left: calc(50% - 0.5rem);
}

.eds_hr2 hr::before {
  left: calc(50% - 1.5rem);
  transform: scale(50%) translateX(-50%);
}

.eds_hr2 hr::after {
  left: calc(50% + 1rem);
  transform: scale(50%) translateX(-50%);
}

.eds_hr2.eds_primary::before,
.eds_hr2.eds_primary hr::before,
.eds_hr2.eds_primary hr::after {
  background-color: var(--eds-primaryColor);
}

.eds_yesNo {
  border-bottom: solid 1px #d7d7d7;
  margin: 0;
  padding: 0;
}
.eds_yesNo > li {
  border-top: solid 1px #d7d7d7;
  list-style: none;
  margin: 0;
  padding: 0.8rem 1rem 0.8rem 2rem;
  position: relative;
}
.eds_yesNo > li::before {
  content: "\f00c";
  font: 900 1.6rem/1 "Font Awesome 6 Free";
  color: #2dc66d;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.eds_yesNo > li.eds_no::before {
  content: "\f00d";
  color: #eb3535;
}

.eds_boxPrimary .eds_yesNo {
  border-bottom-color: var(--eds-primaryColorDarker);
}
.eds_boxPrimary .eds_yesNo > li {
  border-top-color: var(--eds-primaryColorDarker);
}
.eds_boxPrimary .eds_yesNo > li::before {
  color: #fff;
}
.eds_boxPrimary .eds_yesNo > li.eds_no::before {
  color: var(--eds-primaryColorDarker);
}

.eds_skewTitle {
  position: relative;
  padding: 2rem 0;
}
.eds_skewTitle > * {
  position: relative;
}
.eds_skewTitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--eds-primaryColor);
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  width: 230px;
}
.eds_skewTitle.eds_light::before {
  background-color: #f7f7f7;
}

/* 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% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    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% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    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% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

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

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

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

@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -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% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    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;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    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;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    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;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    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;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

@-webkit-keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    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% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    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;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    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;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    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;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    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;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    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;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    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;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    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;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    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;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    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;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.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% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    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% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    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% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    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;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    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;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    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;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    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;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

.EasyDNNSkin_NewsDaily .dnnPrimaryAction,
.EasyDNNSkin_NewsDaily .dnnSecondaryAction,
.EasyDNNSkin_NewsDaily .dnnTertiaryAction {
  background: none;
}
.EasyDNNSkin_NewsDaily .dnnPrimaryAction:hover,
.EasyDNNSkin_NewsDaily .dnnSecondaryAction:hover,
.EasyDNNSkin_NewsDaily .dnnTertiaryAction:hover {
  background: none;
}
.EasyDNNSkin_NewsDaily .eds_btn,
.EasyDNNSkin_NewsDaily .dnnPrimaryAction,
.EasyDNNSkin_NewsDaily .dnnSecondaryAction,
.EasyDNNSkin_NewsDaily .dnnTertiaryAction {
  outline: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  background-color: var(--eds-primaryColor);
  border-radius: 0.2rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  padding: 0.6rem 1rem;
  transition: all 200ms;
  display: inline-block;
}
.EasyDNNSkin_NewsDaily .eds_btn:hover,
.EasyDNNSkin_NewsDaily .dnnPrimaryAction:hover,
.EasyDNNSkin_NewsDaily .dnnSecondaryAction:hover,
.EasyDNNSkin_NewsDaily .dnnTertiaryAction:hover {
  background-color: var(--eds-darkColor);
  color: #fff;
  text-decoration: none;
}
.EasyDNNSkin_NewsDaily .dnnSecondaryAction {
  background-color: var(--eds-darkColor);
}
.EasyDNNSkin_NewsDaily .dnnSecondaryAction:hover {
  background-color: var(--eds-darkGreyColor);
}
.EasyDNNSkin_NewsDaily .dnnTertiaryAction {
  background-color: var(--eds-darkGreyColor);
}
.EasyDNNSkin_NewsDaily .dnnTertiaryAction:hover {
  background-color: var(--eds-darkColor);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_white {
  color: var(--eds-primaryColor);
  background-color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_white:hover {
  color: var(--eds-darkColor);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_dark {
  color: #fff;
  background-color: var(--eds-darkColor);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_dark:hover {
  color: var(--eds-primaryColor);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_skew {
  padding: 0.8rem 5rem;
  -webkit-clip-path: polygon(1.5rem 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
          clip-path: polygon(1.5rem 0%, 100% 0%, calc(100% - 1.5rem) 100%, 0% 100%);
  border-radius: 0;
  font-family: var(--eds_headingsFont);
  font-weight: 400;
  font-size: 1.3rem;
  height: 3rem;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_big {
  padding: 1.8rem 6rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_btn.eds_big {
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 1.4rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_big.eds_skew {
  height: auto;
  -webkit-clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_big.eds_border {
  border-width: 6px;
  padding: 1rem 5rem;
}
@media (max-width: 768px) {
  .EasyDNNSkin_NewsDaily .eds_btn.eds_big.eds_border {
    border-width: 3px;
    padding: 0.8rem 2rem;
  }
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon {
  display: inline-flex;
  align-items: center;
  padding: 0 2rem 0 0;
  border-radius: 0;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon .eds_buttonIcon {
  background-color: #fff;
  color: var(--eds-darkColor);
  padding: 1rem 2rem 1rem 1.5rem;
  margin: 3px 1rem 3px 3px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon.eds_big {
  padding: 0 3rem 0 0;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_icon.eds_big .eds_buttonIcon {
  margin: 6px 2rem 6px 6px;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border {
  border: 3px solid var(--eds-primaryColor);
  border-radius: 0;
  color: var(--eds-darkColor);
  font-family: var(--eds_headingsFont);
  font-weight: normal;
  transition: all 500ms;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border:hover {
  background-color: var(--eds-primaryColor);
  color: #fff;
  border-color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_whiteBorder {
  border-color: #fff;
  background-color: var(--eds-primaryColor);
  color: #fff;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_whiteBorder:hover {
  background-color: #fff;
  color: var(--eds-darkColor);
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_transparent {
  background-color: transparent;
}
.EasyDNNSkin_NewsDaily .eds_btn.eds_border.eds_transparent:hover {
  background-color: #fff;
  border-color: var(--eds-darkColor);
  color: var(--eds-darkColor);
}
.EasyDNNSkin_NewsDaily .eds_link {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--eds-primaryColor);
  font-weight: 600;
  text-decoration: none;
}
.EasyDNNSkin_NewsDaily .eds_link:hover {
  color: var(--eds-darkColor);
  text-decoration: none;
}

.eds_modalWindow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 700px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  overflow: hidden;
  z-index: 999;
  opacity: 0;
  transform: scale(0.95) translate(-50%, -50%);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  visibility: hidden;
}
.eds_modalWindow::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.eds_modalWindow.eds_visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.eds_modalWindow.eds_visible::before {
  opacity: 1;
  transition: opacity 0.2s ease-out;
  background: rgba(0, 0, 0, 0.7);
}
.eds_modalWindow.eds__modalPane {
  width: 900px;
  border-radius: 0px;
}

.eds_shadowTitle {
  display: block;
  position: relative;
  color: var(--eds-lightGreyColor);
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0;
  line-height: 1;
  font-family: var(--eds_defaultFont);
}
@media (max-width: 768px) {
  .eds_shadowTitle {
    font-size: 4rem;
  }
}
.eds_shadowTitle .eds_firstWord {
  font-size: 2rem;
  color: var(--eds-darkColor);
  text-transform: none;
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .eds_shadowTitle .eds_firstWord {
    bottom: 1rem;
  }
}

.eds_boxedContainer {
  margin-bottom: 2rem;
}
.eds_boxedContainer .eds_containerTitle {
  font-weight: 700;
  font-family: var(--eds_defaultFont);
  color: var(--eds-darkColor);
}
.eds_boxedContainer .eds_containerContent {
  margin-top: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.eds_menuList1,
.eds_iconMenu,
.eds_iconMenu2 {
  padding: 0;
  margin: 0.1rem 0;
}
.eds_menuList1 li,
.eds_iconMenu li,
.eds_iconMenu2 li {
  list-style-type: none;
}
.eds_menuList1 li a,
.eds_iconMenu li a,
.eds_iconMenu2 li a {
  text-decoration: none;
}

.eds_menuList1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.eds_menuList1 li {
  font-weight: 600;
  color: var(--eds-darkColor);
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1rem;
}
.eds_menuList1 li a {
  color: inherit;
}
.eds_menuList1 li a:hover {
  color: var(--eds-primaryColor);
}

.eds_iconMenu li {
  display: inline-block;
  margin: 0.2rem 0.5rem 0.2rem 0;
}
.eds_iconMenu li a {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: var(--eds-darkColor);
  color: #fff;
  line-height: 2.8rem;
  border-radius: 0.2rem;
  transition: all 200ms;
  font-size: 1.8rem;
  text-align: center;
}
.eds_iconMenu li a:hover {
  background-color: var(--eds-primaryColor);
}

.eds_iconMenu2 li {
  display: inline-block;
  margin: 0.5rem;
}
.eds_iconMenu2 li a {
  font-size: 1.4rem;
  color: var(--eds-primaryColor);
}
.eds_iconMenu2 li a:hover {
  color: var(--eds-darkColor);
}

.eds_blockSeparator {
  border-top: solid 1px var(--eds-greyColor);
  border-bottom: solid 1px var(--eds-greyColor);
}

.eds_primaryBox {
  color: #fff;
  padding: 2rem;
  background-color: var(--eds-primaryColor);
}
@media (max-width: 768px) {
  .eds_primaryBox {
    padding: 1rem;
  }
}
.eds_primaryBox .eds_boxTitle {
  color: #fff;
}
.eds_primaryBox.eds_skew {
  transform: skew(-15deg);
}
.eds_primaryBox.eds_skew .eds_boxContent {
  transform: skew(15deg);
}

.eds_hidden {
  opacity: 0;
}
.eds_hidden.eds__boxImage {
  display: none;
}

.eds_visible {
  opacity: 1;
}

.eds_bgOverlay {
  position: relative;
}
.eds_bgOverlay::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.eds_bgOverlay > div {
  position: relative;
  z-index: 1;
}

.align-items-stretch > [class^=eds_box]:not[class^=col-],
.align-items-stretch > [class^=col-] > [class^=eds_box] {
  height: 100%;
}
.align-items-stretch > [class^=col-] > [class^=eds_box] {
  display: flex;
  flex-flow: column;
}

[class^=col-4] [class^=eds_box] .eds_btn,
[class^=col-3] [class^=eds_box] .eds_btn,
[class^=col-2] [class^=eds_box] .eds_btn {
  text-align: center;
  width: 100%;
  padding-right: 1vw !important;
  padding-left: 1vw !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.g-0 {
  border-radius: 0 !important;
}
.g-0 [class^=col] > [class^=eds_box] {
  border-radius: 0;
}
.g-0 > [class^=col] {
  border-radius: 0;
}

[class^=eds_box] .eds_bsCnavigation1 {
  border-radius: 0;
}

.eds_box1 .eds_boxImage {
  position: relative;
}
.eds_box1 .eds_boxImage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--eds-primaryColor);
  mix-blend-mode: multiply;
}
.eds_box1 .eds_boxImage::after,
.eds_box1 .eds_boxImage img {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}
.eds_box1 .eds_boxIcon {
  position: absolute;
  top: 50%;
  right: 5%;
  background-color: var(--eds-darkColor);
  padding: 1rem 7rem;
  transform: translateY(-50%);
  color: #fff;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: 1;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .eds_box1 .eds_boxIcon {
    padding: 0.5rem 3rem;
    font-size: 2rem;
  }
}
.eds_box1 .eds_boxContent {
  padding: 2rem;
}
@media (max-width: 768px) {
  .eds_box1 .eds_boxContent {
    padding: 1rem;
  }
}

.eds_box2 {
  background: url("../../BlockBuilder/SampleImages/ng-bg.jpg") center center no-repeat;
  background-size: cover;
}
.eds_box2::after {
  background-color: rgba(0, 0, 0, 0.76);
}

.eds_boxTestimonials {
  position: relative;
  padding: 1rem;
  margin-top: 2rem;
  color: #4e4e4e;
}
.eds_boxTestimonials .eds_boxImage {
  margin-top: -3rem;
  margin-bottom: 1rem;
}
.eds_boxTestimonials .eds_boxImage img {
  border: solid 6px var(--eds-primaryColor);
}
.eds_boxTestimonials .eds_boxIcon {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.eds_box3 .eds_boxImage {
  position: relative;
}
.eds_box3 .eds_boxImage img {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.eds_box4 {
  margin-bottom: 4rem;
  position: relative;
  border-radius: 0 !important;
}
.eds_box4 .eds_boxImage {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .eds_box4 .eds_boxImage {
    padding: 2rem;
  }
}
@media (max-width: 992px) {
  .eds_box4 .eds_boxImage {
    position: static;
    background-color: var(--eds-darkColor);
  }
}
.eds_box4 .eds_boxImage > * {
  position: relative;
  z-index: 1;
}
.eds_box4 .eds_boxImage::after {
  background-color: var(--eds-darkColor);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
  content: "";
  position: absolute;
  top: 0;
  right: -5rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .eds_box4 .eds_boxImage::after {
    display: none;
  }
}
.eds_box4 .eds_boxContent {
  padding: 2rem 10%;
}
.eds_box4 .eds_boxContent > div {
  margin-top: auto;
  margin-bottom: auto;
}
.eds_box4 .eds_btn.eds_skew {
  position: absolute;
  top: calc(100% - 1px);
  right: 7rem;
  transform: translateX(calc(50% - 11rem));
  width: 16rem;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .eds_box4 .eds_btn.eds_skew {
    padding-top: 0.4rem;
  }
}

.eds_box5 .eds_boxImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5rem;
  border-color: var(--eds-primaryColor);
  border-width: 13px;
}
.eds_box5 .eds_boxImage::after {
  background-color: var(--eds-primaryColorTransparent);
  opacity: 0;
  transition: all 400ms;
}
.eds_box5 .eds_boxImage:hover::after,
.eds_box5 .eds_boxImage:hover .eds_boxIcon {
  opacity: 1;
}
.eds_box5 .eds_boxIcon {
  text-align: center;
  flex: 0 0 100%;
  opacity: 0;
  transition: all 600ms;
}
.eds_box5 .eds_boxLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  font-size: 0;
  line-height: 0;
  z-index: 2;
  display: block;
}
.eds_box5 .eds_boxContent {
  padding: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .eds_box5 .eds_boxContent {
    padding: 2rem;
  }
}
.eds_box5 .eds_boxContent::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-width: 12px;
  border: 12px solid var(--eds-primaryColor);
}
.eds_box5.eds_left .eds_boxImage {
  border-left-style: solid;
}
.eds_box5.eds_left .eds_boxContent::before {
  right: 0;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.eds_box5.eds_right .eds_boxImage {
  border-right-style: solid;
}
.eds_box5.eds_right .eds_boxContent {
  border-left-style: solid;
}
.eds_box5.eds_right .eds_boxContent::before {
  left: 0;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.eds_box6 {
  overflow: hidden;
  border-radius: 0 !important;
}
.eds_box6 .eds_boxLink {
  position: relative;
}
.eds_box6 .eds_boxLink::after {
  width: 99999px;
  background-color: var(--eds-darkColor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
}
.eds_box6 .eds_boxLink .eds_btn {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  align-items: center;
  font-size: 3rem;
  font-family: var(--eds_headingsFont);
}
@media (max-width: 768px) {
  .eds_box6 .eds_boxLink .eds_btn {
    font-size: 2rem;
  }
}
.eds_box6 .eds_boxLink .eds_btn > span {
  position: relative;
  z-index: 2;
}
.eds_box6 .eds_boxLink .eds_btn::after {
  width: 99999px;
  content: "";
  background-color: var(--eds-darkColor);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -3rem;
  -webkit-clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0, 100% 100%, 0% 100%);
}

.eds_box7 .eds_boxIcon {
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  background-color: #f0f0f0;
  padding: 2rem 6rem;
  display: inline-block;
  width: 16rem;
  text-align: center;
}

.eds_box8 {
  position: relative;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../BlockBuilder/SampleImages/next-gen-bg-bw.jpg");
}
.eds_box8::after {
  background-color: var(--eds-primaryColor);
  right: calc(60% + 15rem);
}
@media (max-width: 992px) {
  .eds_box8::after {
    right: calc(30% + 15rem);
  }
}
.eds_box8::before {
  background-color: rgba(255, 255, 255, 0.84);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_box8 .eds_boxContent {
  padding: 10rem 0;
  position: relative;
}
@media (max-width: 992px) {
  .eds_box8 .eds_boxContent {
    padding: 5rem 0;
  }
}
.eds_box8 .eds_boxContent > * {
  position: relative;
  z-index: 2;
}
.eds_box8 .eds_boxContent .eds_boxButton {
  z-index: 1;
}
.eds_box8 .eds_boxContent .eds_boxButton {
  background-color: var(--eds-primaryColor);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 15rem) 100%, 0% 100%);
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .eds_box8 .eds_boxContent .eds_boxButton {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .eds_box8 .eds_boxContent .eds_boxButton {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 7rem) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 7rem) 100%, 0% 100%);
  }
}
.eds_box8 .eds_boxContent .eds_boxButton .eds_btn {
  position: absolute;
  bottom: -1px;
  width: 25rem;
  right: 10rem;
}
@media (max-width: 992px) {
  .eds_box8 .eds_boxContent .eds_boxButton .eds_btn {
    width: 15rem;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    right: 12rem;
  }
}
@media (max-width: 576px) {
  .eds_box8 .eds_boxContent .eds_boxButton .eds_btn {
    right: 4rem;
  }
}

.eds_box9 .eds_colC {
  transform: translateX(30%);
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .eds_box9 .eds_colC {
    transform: translateX(20%);
  }
}
@media (max-width: 1200px) {
  .eds_box9 .eds_colC {
    transform: translateX(10%);
  }
}
.eds_box9 .eds_boxImage {
  position: relative;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .eds_box9 .eds_boxImage {
    -webkit-clip-path: polygon(20rem 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20rem 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
.eds_box9 .eds_boxImage::after {
  background-color: rgba(0, 0, 0, 0.47);
}
.eds_box9 .eds_boxContent {
  padding: 8rem 0;
}
@media (max-width: 992px) {
  .eds_box9 .eds_boxContent {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.eds_box9 .eds_shadowTitle {
  color: rgba(0, 0, 0, 0.74);
}
@media (max-width: 1400px) {
  .eds_box9 .eds_shadowTitle {
    transform: translateX(20%);
  }
}
@media (max-width: 1200px) {
  .eds_box9 .eds_shadowTitle {
    transform: translateX(10%);
  }
}
.eds_box9 .eds_shadowTitle .eds_firstWord {
  color: var(--eds-primaryColor);
}

.eds_box10 .eds_boxImage {
  padding: 2.5rem 1.5rem 0;
}
.eds_box10 .eds_boxImage img {
  transform: translateY(1.5rem);
  border-radius: inherit;
}

.eds_box11 .eds_boxImage {
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  display: flex;
  align-content: center;
}
.eds_box11 .eds_boxImage .eds_boxContent {
  text-align: center;
  margin: auto;
  opacity: 0;
  transition: all 400ms;
}
@media (max-width: 576px) {
  .eds_box11 .eds_boxImage[class^=col-sm] {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .eds_box11 .eds_boxImage[class^=col-md] {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .eds_box11 .eds_boxImage[class^=col-lg] {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .eds_box11 .eds_boxImage[class^=col-xl] {
    height: 500px;
  }
}
.eds_box11 .eds_boxImage.eds_bgOverlay::after {
  background: linear-gradient(90deg, rgba(235, 53, 53, 0.9) 0%, rgba(235, 53, 53, 0.7) 80%, rgba(235, 53, 53, 0) 100%);
  opacity: 0;
  transition: all 400ms;
}
.eds_box11 .eds_boxImage.eds_bgOverlay:hover::after, .eds_box11 .eds_boxImage.eds_bgOverlay.eds_contentActive::after {
  opacity: 1;
}
.eds_box11 .eds_boxImage.eds_bgOverlay:hover .eds_boxContent, .eds_box11 .eds_boxImage.eds_bgOverlay.eds_contentActive .eds_boxContent {
  opacity: 1;
}

.eds_box12 {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
  transition: all 400ms;
  padding: 2rem;
}
@media (max-width: 768px) {
  .eds_box12 {
    padding: 1rem;
  }
}
.eds_box12 .eds_boxContent {
  position: relative;
}
.eds_box12 .eds_boxContent .eds_content1,
.eds_box12 .eds_boxContent .eds_content2,
.eds_box12 .eds_boxContent .eds_boxTitle {
  transition: all 300ms;
}
.eds_box12 .eds_boxContent .eds_content2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 400ms;
}
.eds_box12:hover {
  background-color: var(--eds-primaryColor);
}
.eds_box12:hover .eds_boxContent,
.eds_box12:hover .eds_boxTitle,
.eds_box12:hover .eds_boxIcon {
  color: #fff !important;
}
.eds_box12:hover .eds_boxContent .eds_content1 {
  opacity: 0;
}
.eds_box12:hover .eds_boxContent .eds_content2 {
  opacity: 1;
}

.eds_box13 {
  display: flex;
  justify-content: stretch;
}
.eds_box13 .eds_boxContent {
  flex: 0 0 60%;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
  padding: 6rem 10rem 6rem 6rem;
  display: flex;
  align-items: center;
  background-color: var(--eds-primaryColor);
}
.eds_box13 .eds_boxImage {
  flex: 0 0 35%;
  margin-left: -4rem;
  padding-top: 6rem;
  padding-left: 6rem;
  position: relative;
}
.eds_box13 .eds_boxImage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(7rem 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
          clip-path: polygon(7rem 0, 100% 0%, calc(100% - 7rem) 100%, 0% 100%);
  background-color: var(--eds-primaryColor);
}
.eds_box13 .eds_boxImage .eds_image {
  -webkit-clip-path: polygon(6rem 0, 100% 0%, calc(100% - 6rem) 100%, 0% 100%);
          clip-path: polygon(6rem 0, 100% 0%, calc(100% - 6rem) 100%, 0% 100%);
}

.eds_box14 {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: solid 1rem #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.eds_box14 .eds_boxIcon {
  padding: 6rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eds-primaryColorTransparent);
  -webkit-clip-path: polygon(6rem 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(6rem 0, 100% 0%, 100% 100%, 0% 100%);
}

.eds_box15 {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13), 8px 0 0 var(--eds-primaryColor) inset;
  background-color: #fff;
}

.eds_flipBox .eds_box15 + .eds_primaryBox {
  border-radius: 0;
}

@media (max-width: 576px) {
  [class^=col-sm] .eds_box14 .eds_hidden.eds__boxImage {
    display: block;
  }
}

@media (max-width: 768px) {
  [class^=col-md] .eds_box14 .eds_hidden.eds__boxImage {
    height: 300px;
  }
}

@media (max-width: 992px) {
  [class^=col-lg] .eds_box14 .eds_hidden.eds__boxImage {
    display: block;
  }
}

@media (max-width: 1200px) {
  [class^=col-xl] .eds_box14 .eds_hidden.eds__boxImage {
    display: block;
  }
}

.eds_box16 {
  position: relative;
  display: flex;
}
.eds_box16 .eds_boxContent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.eds_box16 .eds_boxImage {
  position: relative;
  padding: 0 3rem;
  opacity: 0.6;
  margin-right: 5rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.eds_box16 .eds_boxImage::before, .eds_box16 .eds_boxImage::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 11rem;
  -webkit-clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
          clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage::before, .eds_box16 .eds_boxImage::after {
    width: 8rem;
    -webkit-clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
            clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
  }
}
.eds_box16 .eds_boxImage::before {
  left: -3rem;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage::before {
    left: -1rem;
  }
}
.eds_box16 .eds_boxImage::after {
  right: -3rem;
  background-color: var(--eds-primaryColor);
}
@media (max-width: 768px) {
  .eds_box16 .eds_boxImage::after {
    right: -1rem;
  }
}

.eds_box17 {
  position: relative;
}
.eds_box17::after {
  content: "";
  width: 1rem;
  height: 7rem;
  background-color: var(--eds-primaryColor);
  position: absolute;
  top: calc(50% - 3.5rem);
  left: 0;
}
.eds_box17.eds_left::after {
  left: auto;
  right: 0;
}

.eds_box18 .eds_boxImage {
  overflow: hidden;
  height: 100%;
}
.eds_box18 .eds_boxImage img {
  height: 100%;
  max-width: 100%;
}

.eds_box19 {
  overflow: hidden;
}
.eds_box19 .eds_boxContent {
  position: relative;
}
.eds_box19 .eds_boxContent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 99999px;
  background: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
}
.eds_box19 .eds_boxContent > div {
  position: relative;
  z-index: 1;
}
.eds_box19.eds_left .eds_boxContent::after {
  left: auto;
  right: 0;
}

.eds_box20 .eds_boxImage {
  position: relative;
  padding-left: 15%;
}
.eds_box20 .eds_boxImage > img {
  -webkit-clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 20% 100%, 0% 50%, 20% 0%);
          clip-path: polygon(100% 0%, 80% 50%, 100% 100%, 20% 100%, 0% 50%, 20% 0%);
  position: relative;
  z-index: 1;
}
.eds_box20 .eds_boxImage::before, .eds_box20 .eds_boxImage::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.eds_box20 .eds_boxImage::before {
  background-image: url("../../common/images/box20before.png");
  width: 56%;
  padding-bottom: 35%;
  top: 10%;
  left: 0;
}
.eds_box20 .eds_boxImage::after {
  background-image: url("../../common/images/box20after.png");
  background-position: right top;
  width: 28%;
  padding-bottom: 24%;
  right: 1%;
  bottom: 10%;
}
.eds_box20 .eds_boxIcon {
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 1;
}
.eds_box20.eds_flagBox::before, .eds_box20.eds_flagBox > div::before, .eds_box20.eds_flagBox > div::after {
  z-index: 2;
}
.eds_box20.eds_flagBox.eds_bottomLeft::before {
  left: 6rem;
}
.eds_box20.eds_flagBox.eds_bottomLeft > div::before {
  left: 9rem;
}
.eds_box20.eds_flagBox.eds_bottomLeft > div::after {
  left: 12rem;
}
.eds_box20.eds_flagBox.eds_bottomLeft::before, .eds_box20.eds_flagBox.eds_bottomLeft > div::before, .eds_box20.eds_flagBox.eds_bottomLeft > div::after {
  bottom: 15%;
}
.eds_box20.eds_style2 .eds_boxImage {
  padding-bottom: 4rem;
}
.eds_box20.eds_style2 .eds_boxImage > img {
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
}
.eds_box20.eds_style2 .eds_boxImage::before {
  top: -8%;
  left: 11%;
}
.eds_box20.eds_style2 .eds_boxImage::after {
  z-index: 1;
  bottom: 0;
}
.eds_box20.eds_style2 .eds_boxIcon {
  top: 1rem;
  right: 5%;
}
.eds_box20.eds_style2.eds_flagBox > div > div {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft::before, .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::before, .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::after {
  z-index: 0;
  bottom: 11rem;
  height: 10rem;
  transform: skew(-40deg);
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft::before {
  left: 3rem;
}
@media (min-width: 1400px) {
  .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft::before {
    left: 5rem;
  }
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::before {
  left: 6rem;
}
@media (min-width: 1400px) {
  .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::before {
    left: 8rem;
  }
}
.eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::after {
  left: 9rem;
}
@media (min-width: 1400px) {
  .eds_box20.eds_style2.eds_flagBox.eds_bottomLeft > div::after {
    left: 11rem;
  }
}
.eds_box20.eds_style3 {
  position: relative;
}
.eds_box20.eds_style3 .eds_boxImage {
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 12%;
}
.eds_box20.eds_style3 .eds_boxImage > img {
  -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0);
          clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0);
}
.eds_box20.eds_style3 .eds_boxImage::before {
  top: auto;
  right: 5%;
  bottom: 15%;
  left: auto;
}
.eds_box20.eds_style3 .eds_boxImage::after {
  z-index: 1;
  right: auto;
  bottom: 0;
  left: -11%;
}
.eds_box20.eds_style3 .eds_boxIcon {
  top: 1rem;
  right: 45%;
}
.eds_box20.eds_style3.eds_flagBox > div > div {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.eds_box20.eds_style3.eds_flagBox.eds_topRight::before, .eds_box20.eds_style3.eds_flagBox.eds_topRight > div::before, .eds_box20.eds_style3.eds_flagBox.eds_topRight > div::after {
  top: 3rem;
  z-index: 0;
}

.eds_box21 {
  position: relative;
  background-color: #f7f7f7;
  margin-top: 3rem;
}
.eds_box21 > div {
  position: relative;
  z-index: 1;
}
.eds_box21::before, .eds_box21::after {
  content: "";
  position: absolute;
  background: url("../../common/images/box20bg.png") 100% center no-repeat;
  background-size: cover;
  width: 311px;
  height: 747px;
}
.eds_box21::before {
  bottom: 10%;
  left: 0;
}
.eds_box21::after {
  right: 0;
  bottom: calc(105% - 747px);
  transform: scaleX(-1);
}
.eds_box21 .eds_boxHeader {
  display: flex;
  justify-content: center;
}
.eds_box21 .eds_boxHeader > div {
  background-color: #fff;
  margin: -2rem auto 2rem;
  padding: 2rem 7rem;
  -webkit-clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
          clip-path: polygon(3rem 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
  text-align: center;
}

.eds_box22 {
  background: url("../../assets/images/elements/boxes/eds_box22/background/predefined/box22bg.png") 0 90% no-repeat;
}

.eds_box23 {
  position: relative;
  padding: 6rem 0;
}
@media (max-width: 992px) {
  .eds_box23 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.eds_box23 > div {
  position: relative;
  z-index: 1;
}
.eds_box23::before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
}

.eds_box24::after {
  background: rgb(236, 53, 53);
  background: linear-gradient(90deg, rgba(236, 53, 53, 0) 0%, rgba(236, 53, 53, 0.8) 50%, rgb(236, 53, 53) 100%);
}
.eds_box24::before {
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.eds_box25 {
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.eds_box25::before, .eds_box25::after {
  content: "";
  position: absolute;
  background-color: var(--eds-primaryColorTransparent);
}
.eds_box25::before {
  width: 120px;
  height: 60px;
  left: calc(100% - 830px);
  bottom: 6rem;
  -webkit-clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
          clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
}
.eds_box25::after {
  width: 300px;
  height: 150px;
  top: 8rem;
  right: -1.5rem;
  -webkit-clip-path: polygon(4.5rem 0%, 100% 0%, calc(100% - 4.5rem) 100%, 0% 100%);
          clip-path: polygon(4.5rem 0%, 100% 0%, calc(100% - 4.5rem) 100%, 0% 100%);
}
.eds_box25 .eds_boxContent {
  position: relative;
  width: 800px;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent {
    width: 100%;
  }
}
.eds_box25 .eds_boxContent::before, .eds_box25 .eds_boxContent::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.eds_box25 .eds_boxContent::before {
  background-image: url("../../common/images/box20before.png");
  width: 56%;
  padding-bottom: 35%;
  top: 15%;
  left: -3%;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent::before {
    top: -5%;
    left: -15%;
  }
}
.eds_box25 .eds_boxContent::after {
  background-image: url("../../common/images/box20after.png");
  background-position: right top;
  width: 15%;
  padding-bottom: 12.7%;
  right: 23%;
  bottom: 5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent::after {
    right: 5%;
    bottom: 2%;
  }
}
.eds_box25 .eds_boxContent > div {
  -webkit-clip-path: polygon(15rem 0%, 100% 0%, calc(100% - 15rem) 100%, 0% 100%);
          clip-path: polygon(15rem 0%, 100% 0%, calc(100% - 15rem) 100%, 0% 100%);
  color: #fff;
  padding: 5rem 12rem 6rem 11rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .eds_box25 .eds_boxContent > div {
    margin: 8rem 0 2rem;
    padding: 3rem 6rem;
    -webkit-clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
            clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
  }
}

.eds_box26 {
  position: relative;
}
.eds_box26 > div {
  position: relative;
  z-index: 1;
}
.eds_box26::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}

.eds_box27 {
  background-color: #e7e7e7;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .eds_box27 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.eds_box27 > div {
  position: relative;
  z-index: 1;
}
.eds_box27::before, .eds_box27::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.04;
}
.eds_box27::before {
  width: 199px;
  height: 458px;
  top: 4%;
  left: 0;
  background-image: url("../../common/images/b-27-before.png");
}
@media (max-width: 768px) {
  .eds_box27::before {
    width: 99px;
    height: 249px;
  }
}
.eds_box27::after {
  width: 168px;
  height: 284px;
  top: 15%;
  right: 0;
  background-image: url("../../common/images/b-27-after.png");
}
@media (max-width: 768px) {
  .eds_box27::after {
    width: 84px;
    height: 144px;
  }
}

.eds_box28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eds_box28::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 70%, rgb(255, 255, 255) 100%);
}

.eds_box29 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.eds_box29 > div {
  position: relative;
  z-index: 1;
}
.eds_box29::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 5%;
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

.eds_boxDark {
  background-color: var(--eds-darkColor);
}

.eds_boxWhite {
  background-color: #fff;
}

.eds_boxGrey {
  background-color: #efefef;
}
.eds_boxGrey.eds_background.eds_backgroundRight {
  background-size: 0;
}
.eds_boxGrey.eds_background.eds_backgroundRight.eds_backgroundClip {
  position: relative;
}
.eds_boxGrey.eds_background.eds_backgroundRight.eds_backgroundClip::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9rem 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 9rem 100%);
  width: calc(50% + 9rem);
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% center;
}

.eds_boxPrimary {
  background-color: var(--eds-primaryColor);
}
.eds_boxPrimary.eds_pointer {
  position: relative;
}
.eds_boxPrimary.eds_pointer::before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  background-color: inherit;
  width: 20px;
  height: 60px;
}
.eds_boxPrimary.eds_pointer.eds_left::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  right: calc(100% - 1px);
}
.eds_boxPrimary.eds_pointer.eds_right::before {
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  left: calc(100% - 1px);
}
.eds_boxPrimary .eds_fontIcon {
  background-color: var(--eds-primaryColorDarker);
}

.eds_boxDarkGrey {
  background-color: #414141;
}

.eds_boxShadow {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}

.eds_clipRight {
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.07));
}
.eds_clipRight .eds_boxShadow {
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
  border-radius: 0;
}
.eds_clipRight .eds_boxContent {
  padding: 2rem 6rem 2rem 2rem;
}
.eds_clipRight.eds_clipRightHover {
  transition: all 300ms;
  filter: none;
}
.eds_clipRight.eds_clipRightHover:hover {
  filter: drop-shadow(0 0 32px rgba(0, 0, 0, 0.07));
}

.eds_bsCnavigation1 {
  display: flex;
  justify-content: center;
  padding: 1rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .eds_bsCnavigation1 {
    margin-top: 2rem;
  }
}
.eds_bsCnavigation1 .carousel-control-next,
.eds_bsCnavigation1 .carousel-control-prev {
  position: static;
}
.eds_bsCnavigation1 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.eds_bsCnavigation1 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

.eds_bsCnavigation2 {
  display: flex;
}
.eds_bsCnavigation2 .carousel-control-next,
.eds_bsCnavigation2 .carousel-control-prev {
  position: static;
  background-color: var(--eds-primaryColor);
  color: #fff;
  width: auto;
  padding: 0.6rem 2rem;
  opacity: 1;
}
.eds_bsCnavigation2 .carousel-control-next:hover,
.eds_bsCnavigation2 .carousel-control-prev:hover {
  background-color: var(--eds-darkColor);
}
.eds_bsCnavigation2 .carousel-control-prev {
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.eds_bsCnavigation2 .carousel-control-next {
  margin-left: auto;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.eds_bsCindicators {
  position: static;
}
.eds_bsCindicators [data-bs-target] {
  width: 20px;
  height: 20px;
  background-color: #cccccc;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  border-radius: 50%;
  transition: all 500ms;
}
.eds_bsCindicators .active {
  background-color: var(--eds-primaryColor);
  transform: scale(150%);
}

.eds_imgClipLeft {
  -webkit-clip-path: polygon(7rem 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(7rem 0, 100% 0%, 100% 100%, 0% 100%);
}

.eds_clipRightWrap {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.eds_clipRightWrap .eds_clipContent {
  position: relative;
  z-index: 1;
}
.eds_clipRightWrap .eds_clipRight {
  position: absolute;
  top: -2rem;
  right: 2rem;
  bottom: -2rem;
  left: 1.8rem;
}
.eds_clipRightWrap .eds_clipRight .eds_boxShadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.eds_boxLinkWrap {
  position: relative;
}
.eds_boxLinkWrap .eds_boxLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_boxLinkWrap.eds_primaryBox:hover .eds_boxTitle {
  color: var(--eds-darkColor);
}

.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: solid 6px var(--eds-primaryColor);
  color: var(--eds-darkColor);
  transition: all 300ms;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::before, .eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::after {
  content: "";
  position: absolute;
  transition: all 300ms;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::before {
  align-self: center;
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid var(--eds-primaryColor);
  top: calc(50% - 0.375rem);
  right: 1rem;
  z-index: 1;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title::after {
  top: 0;
  right: -1px;
  bottom: 0;
  width: 15%;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title:hover::before {
  border-top-color: #fff;
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_title:hover::after {
  background-color: var(--eds-primaryColor);
}
.eds_accordion.eds_style1 .edsAccordion_section .edsAccordion_contentWrapper {
  background-color: #f1f1f1;
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_active .edsAccordion_title::before {
  transform: rotate(180deg);
  border-top-color: #fff;
}
.eds_accordion.eds_style1 .edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  background-color: var(--eds-primaryColor);
}
.eds_accordion.eds_style2 .eds_titleIcon,
.eds_accordion.eds_style2 .eds_contentIcon {
  padding: 1rem 1.7rem;
  font-size: 1.8rem;
}
.eds_accordion.eds_style2 .edsAccordion_section {
  border-bottom: solid 1px #e6e6e6;
}
.eds_accordion.eds_style2 .edsAccordion_section:last-child {
  border-bottom: none !important;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title {
  transition: all 300ms;
  box-shadow: 8px 0 0 var(--eds-primaryColor) inset, 0 0 32px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title .eds_titleIcon {
  color: var(--eds-primaryColor);
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title::after {
  content: "+";
  margin-left: auto;
  font-size: 2.5rem;
  padding: 0 1rem;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_title:hover::after {
  color: var(--eds-primaryColor);
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper {
  background-color: #f1f1f1;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  display: flex;
  align-items: flex-start;
}
.eds_accordion.eds_style2 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content .eds_contentIcon {
  box-shadow: 8px 0 0 #ababab inset;
  color: #ababab;
}
.eds_accordion.eds_style2 .edsAccordion_section.edsAccordion_active .edsAccordion_title::after {
  color: var(--eds-primaryColor);
  content: "-";
}

.eds_fontIcon {
  display: inline-block;
  border-radius: 50%;
  background-color: var(--eds-primaryColor);
  min-width: 4rem;
  min-height: 4rem;
  padding: 3rem;
  text-align: center;
  white-space: nowrap;
  box-sizing: content-box;
}
.eds_fontIcon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.eds_fontIcon > i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  color: #fff;
}
.eds_fontIcon.eds_square {
  border-radius: 0;
}

.eds_topIcon {
  position: relative;
}
.eds_topIcon .eds_boxIcon {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.eds_topIcon.eds_iconInside .eds_boxIcon {
  bottom: auto;
  top: 0;
  right: 0;
  left: auto;
}

.eds_tabs .eds_tabsNav {
  margin: 0;
  padding: 0;
}
.eds_tabs .eds_tabsNav > li {
  list-style-type: none;
  cursor: pointer;
  transition: all 300ms;
}
.eds_tabs .edsTabulator_tabsWrapper {
  overflow: hidden;
  position: relative;
}
.eds_tabs .edsTabulator_tabsWrapper .edsTabulator_tab {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 0;
  transition: opacity 300ms linear;
}
.eds_tabs .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.eds_tabs.eds_style1 .eds_tabsNav > li:hover {
  color: var(--eds-primaryColor);
}
.eds_tabs.eds_style1 .eds_tabsNav > li.edsTabulator_active {
  background-color: var(--eds-primaryColor);
  color: #fff;
  font-weight: bold;
}

.eds_form {
  font-size: 1.4rem;
}
.eds_form .eds_label {
  box-shadow: 8px 0 0 var(--eds-primaryColor) inset;
  text-transform: uppercase;
  color: var(--eds-darkColor);
  padding: 0.7rem 0.7rem 0.7rem 1.5rem;
  font-weight: bold;
  margin: 0.6rem 0;
}
.eds_form .eds_input {
  max-width: 100%;
  width: 100%;
  margin: 0.6rem 0;
  border: solid 1px #ededed;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 0.1rem;
}
.eds_form .eds_input:hover, .eds_form .eds_input:focus {
  border-color: var(--eds-darkColor);
}

.eds_adress {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.5rem;
}
.eds_adress::before {
  height: 3.5rem;
  width: 8px;
  background-color: var(--eds-primaryColor);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.eds_flipBox {
  perspective: 1000px;
  overflow: visible;
  position: relative;
  display: flex;
  flex-flow: column;
}
.eds_flipBox .eds_front,
.eds_flipBox .eds_behind {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 750ms ease 0s;
  transform-style: preserve-3d;
}
.eds_flipBox .eds_front {
  position: relative;
  z-index: 0;
  transform: rotateY(0deg);
  height: 100%;
}
.eds_flipBox .eds_behind {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  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_doubleImage {
  position: relative;
  padding: 5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .eds_doubleImage {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .eds_doubleImage {
    padding: 1rem;
  }
}
.eds_doubleImage .eds_img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.eds_doubleImage .eds_img2 .eds_doubleImageLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
}
.eds_doubleImage .eds_img2 .eds_doubleImageLink::after {
  content: "+";
  font-size: 2rem;
  font-weight: bold;
  background-color: var(--eds-primaryColor);
  width: 6rem;
  height: 6rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  color: #fff;
  transition: all 300ms;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
  padding-top: 1rem;
}
.eds_doubleImage .eds_img2 .eds_doubleImageLink:hover::after {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-clip-path: none;
          clip-path: none;
  justify-content: center;
  opacity: 0.6;
  font-size: 4rem;
}

.eds_flagBox,
.eds_flagBox > div {
  position: relative;
  min-height: 12rem;
}

.eds_flagBox > div {
  display: flex;
  align-items: center;
}
.eds_flagBox > div > div {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  width: 100%;
}

.eds_flagBox::before,
.eds_flagBox > div::before,
.eds_flagBox > div::after {
  content: "";
  position: absolute;
  top: calc(50% - 6rem);
  height: 12rem;
  width: 2rem;
  background-color: #f6f6f6;
  transform: skew(-30deg);
}

.eds_flagBox::before {
  right: 12rem;
}

.eds_flagBox > div::before {
  right: 9rem;
}

.eds_flagBox > div::after {
  right: 6rem;
}

.eds_flagBox.eds_primary::before, .eds_flagBox.eds_primary > div::before, .eds_flagBox.eds_primary > div::after {
  background-color: var(--eds-primaryColor);
}
.eds_flagBox.eds_bottomLeft::before, .eds_flagBox.eds_bottomLeft > div::before, .eds_flagBox.eds_bottomLeft > div::after {
  top: auto;
  bottom: 2rem;
  right: auto;
}
.eds_flagBox.eds_bottomLeft::before {
  left: 3rem;
}
.eds_flagBox.eds_bottomLeft > div::before {
  left: 6rem;
}
.eds_flagBox.eds_bottomLeft > div::after {
  left: 9rem;
}
.eds_flagBox.eds_topRight::before, .eds_flagBox.eds_topRight > div::before, .eds_flagBox.eds_topRight > div::after {
  top: 0;
  bottom: auto;
  left: auto;
}
.eds_flagBox.eds_topRight::before {
  right: 6rem;
}
.eds_flagBox.eds_topRight > div::before {
  right: 9rem;
}
.eds_flagBox.eds_topRight > div::after {
  right: 12rem;
}

.eds_thumbnail {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  position: relative;
}
.eds_thumbnail img {
  width: 100%;
  border-radius: inherit;
}
.eds_thumbnail::before, .eds_thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 300ms;
  border-radius: inherit;
}
.eds_thumbnail:before {
  box-shadow: 0 0 0 6px #fff inset;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.eds_thumbnail.eds_overlay::after {
  content: "";
  position: absolute;
  background-color: var(--eds-primaryColor);
  opacity: 0;
}
.eds_thumbnail.eds_overlay .eds_btn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 300ms;
  z-index: 1;
}
.eds_thumbnail.eds_overlay:hover::before {
  opacity: 0;
}
.eds_thumbnail.eds_overlay:hover::after {
  opacity: 0.66;
}
.eds_thumbnail.eds_overlay:hover img {
  outline: 0;
}
.eds_thumbnail.eds_overlay:hover .eds_btn {
  opacity: 1;
}

.eds_testimonialsBox {
  position: relative;
  padding: 5rem 0 0;
}
.eds_testimonialsBox > div {
  position: relative;
  z-index: 1;
}
.eds_testimonialsBox::before {
  content: "\f10d";
  font: 900 20rem/1 "Font Awesome 6 Free";
  color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
}
.eds_testimonialsBox .eds_stars {
  color: #f76b2e;
}

.eds_first {
  padding-bottom: 13rem;
}
.eds_first + .eds_second {
  margin-top: -8rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}

[id*=_ViewConsole_Console].console.profile,
[id*=_ViewProfile_profileOutput],
.journalTools #journalEditor,
.journalTools .jcmt .cmteditarea,
#journalItems .jcmt .cmteditarea {
  border-radius: 1.2rem;
}

[id*=_ViewConsole_Console].console.profile,
[id*=_ViewProfile_profileOutput],
.journalTools #journalEditor,
.journalTools .jcmt .cmteditarea,
.journalTools #journalEditor #journalContent {
  background: var(--eds-greyColor);
}

[id*=_ViewConsole_Console].console.profile {
  overflow: hidden;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none h3 {
  background: none;
  border: none;
  padding: 0.8rem 0 0.5rem;
  color: #000;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 0 0 #e4e6ea inset;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none h3::before {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  color: var(--eds-primaryColor);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  content: "";
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px auto;
  transition: all 200ms;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none a[aria-label="Activity Feed"] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 482 482'%3E%3Ctitle%3Eactivity_feed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M241,482A241,241,0,0,1,70.59,70.59,241,241,0,1,1,411.41,411.41,239.42,239.42,0,0,1,241,482Zm0-440C131.27,42,42,131.27,42,241s89.27,199,199,199,199-89.27,199-199S350.73,42,241,42Z' style='fill:%23d62b46'/%3E%3Cpath d='M340.5,182.09h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Z' style='fill:%23d62b46'/%3E%3Cpath d='M340.5,262.59h-199a21,21,0,0,1,0-42h199a21,21,0,1,1,0,42Z' style='fill:%23d62b46'/%3E%3Cpath d='M340.5,340.09h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none a[aria-label=Friends] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 542.69 462.03'%3E%3Ctitle%3Efriends%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M302.89,213.19c21.73-25.06,32.72-57.11,31-91-1.79-36.08-17.77-70.33-42.74-91.62C242.89-10.58,173-10.15,125,31.62c-24,20.9-39.67,54-41.82,88.59a132.62,132.62,0,0,0,30,92.76C37,257.09-1.06,324.45,0,413.2c.3,24.24,14.77,41.55,38.73,46.3a105.51,105.51,0,0,0,19.89,2.14c58.09.23,117.43.29,173.24.33l24,0c12.51,0,25.17,0,37.9,0,21.23,0,42.66,0,63.87-.2,19.37-.13,34.49-5.62,44.94-16.29S418,420,417.74,400.92c-.78-53.29-20.25-101.54-57.85-143.39A206.56,206.56,0,0,0,302.89,213.19ZM156.34,240.24c8.9-2.84,15-7.67,17.62-14,2.2-5.23,1.8-11.09-1.16-16.92A25,25,0,0,0,163,199.25c-35.37-19.62-45.42-63.63-37.07-96.95,9.47-37.77,41.9-64,80.71-65.2.84,0,1.68,0,2.52,0,23.2,0,45.69,10.12,62,28,17.24,18.86,25.41,43.77,22.41,68.33-3.71,30.39-17.27,51.93-41.46,65.85-8.56,4.92-12.48,12.59-11.34,22.16,1.07,9.08,6.63,15.29,16.51,18.47,51.46,16.53,87.44,50.49,110,103.82,7.56,17.88,11.66,37.53,12.53,60.06.34,8.83-.68,14-3.29,16.71s-7.76,4-16.65,4c-36.11.09-72.82.08-108.32.06H203.13v.14H165q-52.77,0-105.54,0c-10.66,0-17.25-.45-19.52-2.79s-2.53-9-2.22-19C40,328.68,88.8,261.81,156.34,240.24Z' style='fill:%23d62b46'/%3E%3Cpath d='M542.65,341.86c-.57-15.15-2.37-27.87-5.49-38.9-16-56.43-46.32-96.18-92.63-121.32l.61-.95c24.63-37.49,23.11-84.43-3.85-119.58C422.57,36.71,396.37,23,363.41,20.3a23,23,0,0,0-17.06,5.25,20.54,20.54,0,0,0-7.1,14.33c-.83,12.6,6.72,21.2,20.19,23,1.68.23,3.49.43,5.53.62,26.4,2.43,48,21.2,52.6,45.63,2.4,12.86,1.63,26.84.87,40.36l-.05,1c-.52,9.26-5.25,17.25-14.07,23.75-4.46,3.29-7.23,9.42-8,14-1.19,7.19-.46,19.89,17.82,24.07,18.45,4.21,32.89,11.87,44.17,23.4,26.1,26.7,39.86,61,42.07,104.93.25,4.94-.71,8.62-2.85,10.94s-6.18,3.79-11.65,3.95c-3.73.12-7.57.09-11.29.07-3.05,0-6.2,0-9.33,0-12.86.23-21.59,8.6-21.72,20.84s8.61,21.13,21.27,21.41c4.26.1,8.69.18,13.21.18,3.82,0,7.71-.06,11.62-.21A55.62,55.62,0,0,0,528.1,381,53.2,53.2,0,0,0,542.65,341.86Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none a[aria-label=Messages] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 472.02 481.97'%3E%3Ctitle%3Emsgs%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M104.05,482A34.32,34.32,0,0,1,85,476.09c-6.29-4.27-20.18-16.88-13.43-41.82s9-48.06,6.94-70.8C47.9,338.22,27.08,310.92,14.9,280.11.34,243.28-3.57,207.1,3.26,172.58c6.61-33.42,23.34-65.37,49.71-95C91,35,141,9.57,201.43,2.16,261.69-5.21,317.71,6.29,368,36.34c56.38,33.73,90.28,80.57,100.75,139.21,6.09,34.12,3.79,66.76-6.83,97-10.17,29-28.09,56-53.25,80.37C365.3,394.9,303,419.34,237.81,420c-.62,0-1.24,0-1.85-.06q-4.2-.33-8.39-.69c-6.64-.56-12.93-1.1-19.19-1.4-23.11,15.85-46.48,32.13-69.11,47.89l-11.51,8C118.89,479.92,110.83,482,104.05,482ZM236.07,42a243.42,243.42,0,0,0-29.53,1.83C156.48,50,115.36,70.74,84.32,105.57,40.86,154.34,30.92,206.39,54,264.67c9.83,24.88,27.47,47.31,53.92,68.57a33.57,33.57,0,0,1,11.94,21.55c2.82,24.92,1.43,50-4.27,76.27,23.31-16.23,47.4-33,71.26-49.35a36.75,36.75,0,0,1,21.87-5.89c7.64.32,15.16.95,22.43,1.57l7.19.6c54.25-.77,105.63-20.86,141.11-55.22,41.83-40.51,57.51-86.25,47.94-139.84-8.35-46.79-34.84-82.95-81-110.55A211.7,211.7,0,0,0,236.07,42Zm98,232h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Zm0-80.5h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none a[aria-label="My Profile"] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.42 482'%3E%3Ctitle%3Emy_profile%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M199.69,482h-.27c-53.93-.58-97.42-14.56-136.85-44a220.45,220.45,0,0,1-57-62.53C-1,364.59-1.79,352.6,3.44,341.71c20.62-42.89,54.25-70.5,100-82,2.66-.68,5.11-1.12,7.27-1.51,1.08-.2,2.09-.38,3.09-.59,8.44-1.8,21.41-1.88,35.29,8a77.59,77.59,0,0,0,34,13.6c21.12,3.13,38.9-.47,54.35-11,16-11,33.08-13.41,53.58-7.76a148.66,148.66,0,0,1,75.26,47.93c10.44,12.32,17.45,23.63,22.07,35.61a34.35,34.35,0,0,1-2.26,28.8A224,224,0,0,1,323.38,441a217.5,217.5,0,0,1-92.95,38.11c-8.83,1.44-17.35,2-23.57,2.45h-.22c-1.84.13-3.44.24-4.71.36C201.23,482,200.45,482,199.69,482Zm-1.57-41.93h0Zm-155-83.76a179,179,0,0,0,44.61,48C119.43,428,154.83,439.38,199,440l4.72-.35H204c5.41-.37,12.81-.88,19.72-2a175.74,175.74,0,0,0,75.17-30.75,182.42,182.42,0,0,0,48.61-51.58c-2.93-6.24-7.23-12.63-13.31-19.81a107.43,107.43,0,0,0-54.39-34.59c-9.55-2.63-13.81-1.4-18.76,2-24.23,16.52-52.54,22.52-84.15,17.84a119.25,119.25,0,0,1-52.16-20.92,7.55,7.55,0,0,0-2.08-1.16h-.07c-1.56.33-3,.59-4.4.85-1.63.29-3.18.57-4.45.89C81.45,308.53,58.32,326.84,43.09,356.31Z' style='fill:%23d62b46'/%3E%3Cpath d='M195,247.3A123.41,123.41,0,0,1,108.6,35.92,122.5,122.5,0,0,1,195.33,0H196A124.16,124.16,0,0,1,319.14,124v.19A123.91,123.91,0,0,1,195.36,247.3ZM195.33,42a80.83,80.83,0,0,0-57.17,23.74,81.66,81.66,0,0,0-24.42,57.61,82.1,82.1,0,0,0,81.3,82h.26A81.46,81.46,0,0,0,253,181.46a82.35,82.35,0,0,0,24.13-57.68,80.5,80.5,0,0,0-23.8-57.45A81.4,81.4,0,0,0,195.74,42Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 15px;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none.console-mouseon {
  background-color: #e4e6ea;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none.console-mouseon h3::before {
  background-color: var(--eds-primaryColor);
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none.console-mouseon a[aria-label="Activity Feed"] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 482 482'%3E%3Ctitle%3Eactivity_feed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M241,482A241,241,0,0,1,70.59,70.59,241,241,0,1,1,411.41,411.41,239.42,239.42,0,0,1,241,482Zm0-440C131.27,42,42,131.27,42,241s89.27,199,199,199,199-89.27,199-199S350.73,42,241,42Z' style='fill:%23ffffff'/%3E%3Cpath d='M340.5,182.09h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Z' style='fill:%23ffffff'/%3E%3Cpath d='M340.5,262.59h-199a21,21,0,0,1,0-42h199a21,21,0,1,1,0,42Z' style='fill:%23ffffff'/%3E%3Cpath d='M340.5,340.09h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none.console-mouseon a[aria-label=Friends] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 542.69 462.03'%3E%3Ctitle%3Efriends%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M302.89,213.19c21.73-25.06,32.72-57.11,31-91-1.79-36.08-17.77-70.33-42.74-91.62C242.89-10.58,173-10.15,125,31.62c-24,20.9-39.67,54-41.82,88.59a132.62,132.62,0,0,0,30,92.76C37,257.09-1.06,324.45,0,413.2c.3,24.24,14.77,41.55,38.73,46.3a105.51,105.51,0,0,0,19.89,2.14c58.09.23,117.43.29,173.24.33l24,0c12.51,0,25.17,0,37.9,0,21.23,0,42.66,0,63.87-.2,19.37-.13,34.49-5.62,44.94-16.29S418,420,417.74,400.92c-.78-53.29-20.25-101.54-57.85-143.39A206.56,206.56,0,0,0,302.89,213.19ZM156.34,240.24c8.9-2.84,15-7.67,17.62-14,2.2-5.23,1.8-11.09-1.16-16.92A25,25,0,0,0,163,199.25c-35.37-19.62-45.42-63.63-37.07-96.95,9.47-37.77,41.9-64,80.71-65.2.84,0,1.68,0,2.52,0,23.2,0,45.69,10.12,62,28,17.24,18.86,25.41,43.77,22.41,68.33-3.71,30.39-17.27,51.93-41.46,65.85-8.56,4.92-12.48,12.59-11.34,22.16,1.07,9.08,6.63,15.29,16.51,18.47,51.46,16.53,87.44,50.49,110,103.82,7.56,17.88,11.66,37.53,12.53,60.06.34,8.83-.68,14-3.29,16.71s-7.76,4-16.65,4c-36.11.09-72.82.08-108.32.06H203.13v.14H165q-52.77,0-105.54,0c-10.66,0-17.25-.45-19.52-2.79s-2.53-9-2.22-19C40,328.68,88.8,261.81,156.34,240.24Z' style='fill:%23ffffff'/%3E%3Cpath d='M542.65,341.86c-.57-15.15-2.37-27.87-5.49-38.9-16-56.43-46.32-96.18-92.63-121.32l.61-.95c24.63-37.49,23.11-84.43-3.85-119.58C422.57,36.71,396.37,23,363.41,20.3a23,23,0,0,0-17.06,5.25,20.54,20.54,0,0,0-7.1,14.33c-.83,12.6,6.72,21.2,20.19,23,1.68.23,3.49.43,5.53.62,26.4,2.43,48,21.2,52.6,45.63,2.4,12.86,1.63,26.84.87,40.36l-.05,1c-.52,9.26-5.25,17.25-14.07,23.75-4.46,3.29-7.23,9.42-8,14-1.19,7.19-.46,19.89,17.82,24.07,18.45,4.21,32.89,11.87,44.17,23.4,26.1,26.7,39.86,61,42.07,104.93.25,4.94-.71,8.62-2.85,10.94s-6.18,3.79-11.65,3.95c-3.73.12-7.57.09-11.29.07-3.05,0-6.2,0-9.33,0-12.86.23-21.59,8.6-21.72,20.84s8.61,21.13,21.27,21.41c4.26.1,8.69.18,13.21.18,3.82,0,7.71-.06,11.62-.21A55.62,55.62,0,0,0,528.1,381,53.2,53.2,0,0,0,542.65,341.86Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none.console-mouseon a[aria-label=Messages] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 472.02 481.97'%3E%3Ctitle%3Emsgs%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M104.05,482A34.32,34.32,0,0,1,85,476.09c-6.29-4.27-20.18-16.88-13.43-41.82s9-48.06,6.94-70.8C47.9,338.22,27.08,310.92,14.9,280.11.34,243.28-3.57,207.1,3.26,172.58c6.61-33.42,23.34-65.37,49.71-95C91,35,141,9.57,201.43,2.16,261.69-5.21,317.71,6.29,368,36.34c56.38,33.73,90.28,80.57,100.75,139.21,6.09,34.12,3.79,66.76-6.83,97-10.17,29-28.09,56-53.25,80.37C365.3,394.9,303,419.34,237.81,420c-.62,0-1.24,0-1.85-.06q-4.2-.33-8.39-.69c-6.64-.56-12.93-1.1-19.19-1.4-23.11,15.85-46.48,32.13-69.11,47.89l-11.51,8C118.89,479.92,110.83,482,104.05,482ZM236.07,42a243.42,243.42,0,0,0-29.53,1.83C156.48,50,115.36,70.74,84.32,105.57,40.86,154.34,30.92,206.39,54,264.67c9.83,24.88,27.47,47.31,53.92,68.57a33.57,33.57,0,0,1,11.94,21.55c2.82,24.92,1.43,50-4.27,76.27,23.31-16.23,47.4-33,71.26-49.35a36.75,36.75,0,0,1,21.87-5.89c7.64.32,15.16.95,22.43,1.57l7.19.6c54.25-.77,105.63-20.86,141.11-55.22,41.83-40.51,57.51-86.25,47.94-139.84-8.35-46.79-34.84-82.95-81-110.55A211.7,211.7,0,0,0,236.07,42Zm98,232h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Zm0-80.5h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none.console-mouseon a[aria-label="My Profile"] + h3::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.42 482'%3E%3Ctitle%3Emy_profile%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M199.69,482h-.27c-53.93-.58-97.42-14.56-136.85-44a220.45,220.45,0,0,1-57-62.53C-1,364.59-1.79,352.6,3.44,341.71c20.62-42.89,54.25-70.5,100-82,2.66-.68,5.11-1.12,7.27-1.51,1.08-.2,2.09-.38,3.09-.59,8.44-1.8,21.41-1.88,35.29,8a77.59,77.59,0,0,0,34,13.6c21.12,3.13,38.9-.47,54.35-11,16-11,33.08-13.41,53.58-7.76a148.66,148.66,0,0,1,75.26,47.93c10.44,12.32,17.45,23.63,22.07,35.61a34.35,34.35,0,0,1-2.26,28.8A224,224,0,0,1,323.38,441a217.5,217.5,0,0,1-92.95,38.11c-8.83,1.44-17.35,2-23.57,2.45h-.22c-1.84.13-3.44.24-4.71.36C201.23,482,200.45,482,199.69,482Zm-1.57-41.93h0Zm-155-83.76a179,179,0,0,0,44.61,48C119.43,428,154.83,439.38,199,440l4.72-.35H204c5.41-.37,12.81-.88,19.72-2a175.74,175.74,0,0,0,75.17-30.75,182.42,182.42,0,0,0,48.61-51.58c-2.93-6.24-7.23-12.63-13.31-19.81a107.43,107.43,0,0,0-54.39-34.59c-9.55-2.63-13.81-1.4-18.76,2-24.23,16.52-52.54,22.52-84.15,17.84a119.25,119.25,0,0,1-52.16-20.92,7.55,7.55,0,0,0-2.08-1.16h-.07c-1.56.33-3,.59-4.4.85-1.63.29-3.18.57-4.45.89C81.45,308.53,58.32,326.84,43.09,356.31Z' style='fill:%23ffffff'/%3E%3Cpath d='M195,247.3A123.41,123.41,0,0,1,108.6,35.92,122.5,122.5,0,0,1,195.33,0H196A124.16,124.16,0,0,1,319.14,124v.19A123.91,123.91,0,0,1,195.36,247.3ZM195.33,42a80.83,80.83,0,0,0-57.17,23.74,81.66,81.66,0,0,0-24.42,57.61,82.1,82.1,0,0,0,81.3,82h.26A81.46,81.46,0,0,0,253,181.46a82.35,82.35,0,0,0,24.13-57.68,80.5,80.5,0,0,0-23.8-57.45A81.4,81.4,0,0,0,195.74,42Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 15px;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none.console-mouseon + .console-none h3 {
  box-shadow: none;
}
[id*=_ViewConsole_Console].console.profile .console-none .console-none:first-child h3 {
  box-shadow: none;
}

[id*=_ViewProfile_profileOutput] {
  padding: 1rem;
  display: flex;
  align-items: stretch;
}
[id*=_ViewProfile_profileOutput] #UserProfileImg,
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper {
  display: flex;
  align-items: center;
}
[id*=_ViewProfile_profileOutput] .ProfilePhoto {
  border: solid 5px #e4e6ea;
  border-radius: 50%;
  margin: 2rem;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper {
  padding: 2rem;
  flex-flow: row wrap;
  border-left: solid 5px #e4e6ea;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls {
  flex: 0 0 100%;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls ul {
  margin: 1rem -1rem 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls ul li {
  list-style-type: 0;
  margin: 0 1rem;
  padding: 0;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls ul li .dnnSecondaryAction {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  height: 2.6rem;
  border-radius: 1.3rem;
  transition: all 300ms;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls ul li .dnnSecondaryAction::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls ul li .dnnSecondaryAction:hover {
  background-color: #e4e6ea;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls ul li.EditProfile .dnnSecondaryAction::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 472.14 472.01'%3E%3Ctitle%3Eedit_profile%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M42.78,258.36v147c0,15.19,8.62,23.8,23.84,23.8H360.09c15.65,0,23.91-8.29,23.92-24.1q0-72,0-144c0-11.6,5.46-19.87,14.93-22.87,14-4.44,27.75,5.67,27.8,20.6.08,27.33,0,54.66,0,82q0,32.25,0,64.5c0,38.29-27.07,66.42-65.29,66.53q-148,.46-296,0C32.85,471.74,7.8,451,1.39,419.73a71.52,71.52,0,0,1-1.31-14.4q-.12-147,0-294C.09,79,19.6,54,50.39,46.77a65.83,65.83,0,0,1,14.83-1.56q73.23-.16,146.48-.06c13.37,0,22.94,8.74,23.08,21,.14,12.49-9.44,21.71-23,21.73q-72.25.11-144.49,0c-6.54,0-12.58.83-17.56,5.54s-7,10.6-7,17.47Q42.86,184.61,42.78,258.36Z' style='fill:%23d62b46'/%3E%3Cpath d='M466.89,40.87A66.16,66.16,0,0,0,405.37,0c-18.76.08-34.66,7.06-47.84,20.22Q257.09,120.56,156.85,221.1a28.43,28.43,0,0,0-6.91,12.36c-7.19,27.29-13.94,54.7-20.75,82.09-4.48,18,9.15,31.65,27.13,27.2q38.19-9.44,76.34-19c6.61-1.65,13.12-3.24,18.27-8.4Q351.24,214.83,451.62,114.44C471.94,94.05,477.46,65.89,466.89,40.87Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 1.3rem auto;
}
[id*=_ViewProfile_profileOutput] .UserNameActionsWrapper .UserProfileControls ul li.MyAccount .dnnSecondaryAction::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.42 482'%3E%3Ctitle%3Emy_profile%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M199.69,482h-.27c-53.93-.58-97.42-14.56-136.85-44a220.45,220.45,0,0,1-57-62.53C-1,364.59-1.79,352.6,3.44,341.71c20.62-42.89,54.25-70.5,100-82,2.66-.68,5.11-1.12,7.27-1.51,1.08-.2,2.09-.38,3.09-.59,8.44-1.8,21.41-1.88,35.29,8a77.59,77.59,0,0,0,34,13.6c21.12,3.13,38.9-.47,54.35-11,16-11,33.08-13.41,53.58-7.76a148.66,148.66,0,0,1,75.26,47.93c10.44,12.32,17.45,23.63,22.07,35.61a34.35,34.35,0,0,1-2.26,28.8A224,224,0,0,1,323.38,441a217.5,217.5,0,0,1-92.95,38.11c-8.83,1.44-17.35,2-23.57,2.45h-.22c-1.84.13-3.44.24-4.71.36C201.23,482,200.45,482,199.69,482Zm-1.57-41.93h0Zm-155-83.76a179,179,0,0,0,44.61,48C119.43,428,154.83,439.38,199,440l4.72-.35H204c5.41-.37,12.81-.88,19.72-2a175.74,175.74,0,0,0,75.17-30.75,182.42,182.42,0,0,0,48.61-51.58c-2.93-6.24-7.23-12.63-13.31-19.81a107.43,107.43,0,0,0-54.39-34.59c-9.55-2.63-13.81-1.4-18.76,2-24.23,16.52-52.54,22.52-84.15,17.84a119.25,119.25,0,0,1-52.16-20.92,7.55,7.55,0,0,0-2.08-1.16h-.07c-1.56.33-3,.59-4.4.85-1.63.29-3.18.57-4.45.89C81.45,308.53,58.32,326.84,43.09,356.31Z' style='fill:%23d62b46'/%3E%3Cpath d='M195,247.3A123.41,123.41,0,0,1,108.6,35.92,122.5,122.5,0,0,1,195.33,0H196A124.16,124.16,0,0,1,319.14,124v.19A123.91,123.91,0,0,1,195.36,247.3ZM195.33,42a80.83,80.83,0,0,0-57.17,23.74,81.66,81.66,0,0,0-24.42,57.61,82.1,82.1,0,0,0,81.3,82h.26A81.46,81.46,0,0,0,253,181.46a82.35,82.35,0,0,0,24.13-57.68,80.5,80.5,0,0,0-23.8-57.45A81.4,81.4,0,0,0,195.74,42Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 1.3rem;
}

.journalTools {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.journalTools #journalEditor,
.journalTools .jcmt .cmteditarea {
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.journalTools #journalEditor #journalPlaceholder,
.journalTools .jcmt .cmteditarea .editorPlaceholder {
  color: #5e5e5e;
  height: 34px;
  line-height: 34px;
}
.journalTools #journalEditor #tbar {
  width: 120px;
  height: 30px;
  bottom: 2px;
}
.journalTools #journalEditor #tbar > span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: 16px auto;
  margin: 0 5px;
}
.journalTools #journalEditor #tbar #tbar-photo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 247.53 225.29'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M221.88,26.78c-11.32,0-22.65.16-34-.14,0-.14,0-.28,0-.42V17.78A17.78,17.78,0,0,0,170.15,0H76.82A17.78,17.78,0,0,0,59,17.78v8.44c0,.15,0,.29,0,.43-11.24.27-22.49.06-33.74.14C10.58,26.9.21,37.37.21,52c0,48.82.4,97.64-.21,146.45a26.28,26.28,0,0,0,26.94,26.8c32.31-.53,64.64-.16,97-.16q49,0,98,0c15.41,0,25.65-10.31,25.65-25.67q0-73.49,0-147C247.52,37.11,237.28,26.84,221.88,26.78Zm-98,160.71a61.18,61.18,0,0,1-61.55-61.42c0-34.49,27.25-61.69,61.8-61.67a61.55,61.55,0,0,1-.25,123.09Z' style='fill:%23d62b46'/%3E%3Ccircle cx='123.77' cy='128.03' r='27.31' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.journalTools #journalEditor #tbar #tbar-photo:hover {
  background-color: var(--eds-primaryColor);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 247.53 225.29'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M221.88,26.78c-11.32,0-22.65.16-34-.14,0-.14,0-.28,0-.42V17.78A17.78,17.78,0,0,0,170.15,0H76.82A17.78,17.78,0,0,0,59,17.78v8.44c0,.15,0,.29,0,.43-11.24.27-22.49.06-33.74.14C10.58,26.9.21,37.37.21,52c0,48.82.4,97.64-.21,146.45a26.28,26.28,0,0,0,26.94,26.8c32.31-.53,64.64-.16,97-.16q49,0,98,0c15.41,0,25.65-10.31,25.65-25.67q0-73.49,0-147C247.52,37.11,237.28,26.84,221.88,26.78Zm-98,160.71a61.18,61.18,0,0,1-61.55-61.42c0-34.49,27.25-61.69,61.8-61.67a61.55,61.55,0,0,1-.25,123.09Z' style='fill:%23ffffff'/%3E%3Ccircle cx='123.77' cy='128.03' r='27.31' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.journalTools #journalEditor #tbar #tbar-attach {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194.96 285.09'%3E%3Ctitle%3Eattachment%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M157,179.39c-10.06,24-21.34,47.51-29.9,72-12.94,37-65.22,46-91.11,14.45-13.28-16.21-17.16-33.93-8.54-54,15-34.75,29.34-69.74,44-104.59,6.4-15.17,23.34-23.69,38.43-19.55,17.09,4.7,27.59,19.91,25.26,36.83a35.9,35.9,0,0,1-2.27,8.66q-9.89,24-20.06,48c-3.17,7.46-9.85,10.71-17,8.67-5.74-1.64-10-8.13-9.09-14.44a25.4,25.4,0,0,1,2-6.12c6.23-14.92,12.65-29.75,18.62-44.77a11,11,0,0,0-.26-8.3c-2.33-4.31-8.56-3.49-10.81,1.27-2.77,5.87-5.14,11.93-7.66,17.92-12.19,29-23.56,58.47-36.87,87-7.2,15.41,6.56,34,21.22,35.73,14.21,1.68,23.25-3.35,28.79-16.54,20.78-49.47,41.69-98.88,62.2-148.47,7.53-18.2,5.7-35.82-7.55-50.95C134.67,17.29,93.7,23.06,80.08,53.29c-13.41,29.77-25.51,60.13-38.17,90.23C36.67,156,31.56,168.46,26.2,180.84c-4.47,10.32-16.25,12.7-23,4.72-4-4.69-4-9.83-1.6-15.42Q25.53,113.5,49.19,56.75c5.07-12.21,10.49-24,19.7-33.86C91.31-1,126.86-6.92,156.47,8.6,184.83,23.45,200.7,57.33,193,88.45c-2.65,10.75-7,21.15-11.16,31.46-8.07,19.92-16.56,39.67-24.88,59.49Z' style='fill:%2361a944'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 16px;
}
.journalTools #journalEditor #tbar #tbar-attach:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 194.96 285.09'%3E%3Ctitle%3Eattachment%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M157,179.39c-10.06,24-21.34,47.51-29.9,72-12.94,37-65.22,46-91.11,14.45-13.28-16.21-17.16-33.93-8.54-54,15-34.75,29.34-69.74,44-104.59,6.4-15.17,23.34-23.69,38.43-19.55,17.09,4.7,27.59,19.91,25.26,36.83a35.9,35.9,0,0,1-2.27,8.66q-9.89,24-20.06,48c-3.17,7.46-9.85,10.71-17,8.67-5.74-1.64-10-8.13-9.09-14.44a25.4,25.4,0,0,1,2-6.12c6.23-14.92,12.65-29.75,18.62-44.77a11,11,0,0,0-.26-8.3c-2.33-4.31-8.56-3.49-10.81,1.27-2.77,5.87-5.14,11.93-7.66,17.92-12.19,29-23.56,58.47-36.87,87-7.2,15.41,6.56,34,21.22,35.73,14.21,1.68,23.25-3.35,28.79-16.54,20.78-49.47,41.69-98.88,62.2-148.47,7.53-18.2,5.7-35.82-7.55-50.95C134.67,17.29,93.7,23.06,80.08,53.29c-13.41,29.77-25.51,60.13-38.17,90.23C36.67,156,31.56,168.46,26.2,180.84c-4.47,10.32-16.25,12.7-23,4.72-4-4.69-4-9.83-1.6-15.42Q25.53,113.5,49.19,56.75c5.07-12.21,10.49-24,19.7-33.86C91.31-1,126.86-6.92,156.47,8.6,184.83,23.45,200.7,57.33,193,88.45c-2.65,10.75-7,21.15-11.16,31.46-8.07,19.92-16.56,39.67-24.88,59.49Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: #61a944;
}
.journalTools #journalEditor #tbar #tbar-perm {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513.5 398.55'%3E%3Ctitle%3Eeye_view%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M257.34,0c78.3.42,143.16,31.06,196.58,87.45,17.59,18.57,33.38,38.61,45.61,61.06,18.32,33.61,19,68.31-.09,101.48-29.38,51.11-69.38,92.12-122.08,119.73-38.49,20.16-79.65,29.21-123,28.82-62.45-.55-117.63-21-165.8-60.44C57.92,313,32.37,283.39,13.44,248.72c-17.85-32.67-18.09-66.87.29-99.26,27.78-49,65.7-88.65,115.12-116.55C168.68,10.41,211.65-.14,257.34,0Zm-3.17,356c42.28-.13,79.52-9.74,113.8-30,39.59-23.44,70.06-56.09,93.47-95.25,13-21.69,12.11-44.43-1.69-65.6-9.42-14.46-19.54-28.69-31-41.56C376.29,64.58,311.23,36,231.55,44.15c-34.91,3.58-66.81,15.54-96,34.84-33.5,22.14-59.76,51.23-81.09,85-14.67,23.2-14.9,46.69-.4,70a289,289,0,0,0,55.88,66.13C152,336.64,200.81,355.65,254.17,356Z' style='fill:%23f7b928'/%3E%3Cpath d='M273.69,100.71c-19.35,28.05-17.44,51.45,5.49,67.07,20.43,13.92,44.08,6.47,61.18-19.27,17.08,17.22,24.77,72.92-5.78,110.36-33.26,40.76-88.18,50.59-132.87,22.75-41.65-25.93-58.52-82.33-37.66-125.91C184.09,113.83,236,87.77,273.69,100.71Z' style='fill:%23f7b928'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.journalTools #journalEditor #tbar #tbar-perm:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513.5 398.55'%3E%3Ctitle%3Eeye_view%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M257.34,0c78.3.42,143.16,31.06,196.58,87.45,17.59,18.57,33.38,38.61,45.61,61.06,18.32,33.61,19,68.31-.09,101.48-29.38,51.11-69.38,92.12-122.08,119.73-38.49,20.16-79.65,29.21-123,28.82-62.45-.55-117.63-21-165.8-60.44C57.92,313,32.37,283.39,13.44,248.72c-17.85-32.67-18.09-66.87.29-99.26,27.78-49,65.7-88.65,115.12-116.55C168.68,10.41,211.65-.14,257.34,0Zm-3.17,356c42.28-.13,79.52-9.74,113.8-30,39.59-23.44,70.06-56.09,93.47-95.25,13-21.69,12.11-44.43-1.69-65.6-9.42-14.46-19.54-28.69-31-41.56C376.29,64.58,311.23,36,231.55,44.15c-34.91,3.58-66.81,15.54-96,34.84-33.5,22.14-59.76,51.23-81.09,85-14.67,23.2-14.9,46.69-.4,70a289,289,0,0,0,55.88,66.13C152,336.64,200.81,355.65,254.17,356Z' style='fill:%23ffffff'/%3E%3Cpath d='M273.69,100.71c-19.35,28.05-17.44,51.45,5.49,67.07,20.43,13.92,44.08,6.47,61.18-19.27,17.08,17.22,24.77,72.92-5.78,110.36-33.26,40.76-88.18,50.59-132.87,22.75-41.65-25.93-58.52-82.33-37.66-125.91C184.09,113.83,236,87.77,273.69,100.71Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: #f7b928;
}
.journalTools #journalEditor #tbar .securityMenu ul {
  border-radius: 1.2rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.journalTools #journalEditor #tbar .securityMenu ul li {
  font-size: 0.9rem;
  white-space: nowrap;
}
.journalTools #journalEditor #tbar .securityMenu ul li input {
  margin-right: 0.3rem;
  vertical-align: top;
  margin-top: 0.2rem;
}
.journalTools #journalEditor #tbar .securityMenu ul li b {
  color: #000;
}
.journalTools #journalEditor #tbar .securityMenu ul li:first-child b {
  line-height: 23px;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 4px var(--eds-greyColor);
}
.journalTools #journalEditor #tbar .securityMenu ul li:first-child b::before {
  content: "";
  width: 34px;
  height: 23px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513.5 398.55'%3E%3Ctitle%3Eeye_view%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M257.34,0c78.3.42,143.16,31.06,196.58,87.45,17.59,18.57,33.38,38.61,45.61,61.06,18.32,33.61,19,68.31-.09,101.48-29.38,51.11-69.38,92.12-122.08,119.73-38.49,20.16-79.65,29.21-123,28.82-62.45-.55-117.63-21-165.8-60.44C57.92,313,32.37,283.39,13.44,248.72c-17.85-32.67-18.09-66.87.29-99.26,27.78-49,65.7-88.65,115.12-116.55C168.68,10.41,211.65-.14,257.34,0Zm-3.17,356c42.28-.13,79.52-9.74,113.8-30,39.59-23.44,70.06-56.09,93.47-95.25,13-21.69,12.11-44.43-1.69-65.6-9.42-14.46-19.54-28.69-31-41.56C376.29,64.58,311.23,36,231.55,44.15c-34.91,3.58-66.81,15.54-96,34.84-33.5,22.14-59.76,51.23-81.09,85-14.67,23.2-14.9,46.69-.4,70a289,289,0,0,0,55.88,66.13C152,336.64,200.81,355.65,254.17,356Z' style='fill:%23f7b928'/%3E%3Cpath d='M273.69,100.71c-19.35,28.05-17.44,51.45,5.49,67.07,20.43,13.92,44.08,6.47,61.18-19.27,17.08,17.22,24.77,72.92-5.78,110.36-33.26,40.76-88.18,50.59-132.87,22.75-41.65-25.93-58.52-82.33-37.66-125.91C184.09,113.83,236,87.77,273.69,100.71Z' style='fill:%23f7b928'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  background-size: 34px 23px;
  display: inline-block;
  vertical-align: top;
}
.journalTools #journalEditor #journalClose {
  width: 29px !important;
  height: 29px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.77 390.84'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M390.77,196.38c-.15,108.15-88,195.27-197.36,194.45A194.8,194.8,0,0,1,0,194.86C.28,85.91,89-.59,197.21,0,304.14.59,390.92,88.33,390.77,196.38Zm-33.08-.66A162.35,162.35,0,0,0,196.17,33.26C106.34,32.69,32.91,106,33.2,195.73a162,162,0,0,0,162,161.88C286,357.77,357.39,284.25,357.69,195.72Z' style='fill:%23adadad'/%3E%3Cpath d='M195.53,220.9c-19.34,19.33-38.24,38.33-57.27,57.19-10.37,10.28-25.89,6.82-30.54-6.7-2.33-6.8-.61-13,4.27-17.93,15.56-15.74,31.36-31.25,47-46.88,3.61-3.61,7.08-7.35,10.75-11.17l-50.19-50.22c-2.58-2.59-5.31-5.05-7.74-7.78-7-7.82-6.64-18.75.61-25.56s18-6.63,25.48.77q28.68,28.49,57.43,57.16c10.77-10.71,21.71-21.57,32.63-32.44,8.26-8.23,16.42-16.55,24.75-24.7,6.26-6.12,14-7.36,21.48-3.74A16.83,16.83,0,0,1,283.65,127a23.94,23.94,0,0,1-6.11,11.51c-17.41,17.91-35.18,35.46-52.86,53.09a43.75,43.75,0,0,1-4.62,3.46c7.75,7.62,14.75,14.42,21.67,21.31q18.21,18.14,36.34,36.38c7.73,7.78,8,18.51.79,25.8s-18.45,7.33-26.26-.46C233.64,259.21,214.77,240.2,195.53,220.9Z' style='fill:%23adadad'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.journalTools #journalEditor #journalClose:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.77 390.84'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M390.77,196.38c-.15,108.15-88,195.27-197.36,194.45A194.8,194.8,0,0,1,0,194.86C.28,85.91,89-.59,197.21,0,304.14.59,390.92,88.33,390.77,196.38Zm-33.08-.66A162.35,162.35,0,0,0,196.17,33.26C106.34,32.69,32.91,106,33.2,195.73a162,162,0,0,0,162,161.88C286,357.77,357.39,284.25,357.69,195.72Z' style='fill:%23adadad'/%3E%3Cpath d='M195.53,220.9c-19.34,19.33-38.24,38.33-57.27,57.19-10.37,10.28-25.89,6.82-30.54-6.7-2.33-6.8-.61-13,4.27-17.93,15.56-15.74,31.36-31.25,47-46.88,3.61-3.61,7.08-7.35,10.75-11.17l-50.19-50.22c-2.58-2.59-5.31-5.05-7.74-7.78-7-7.82-6.64-18.75.61-25.56s18-6.63,25.48.77q28.68,28.49,57.43,57.16c10.77-10.71,21.71-21.57,32.63-32.44,8.26-8.23,16.42-16.55,24.75-24.7,6.26-6.12,14-7.36,21.48-3.74A16.83,16.83,0,0,1,283.65,127a23.94,23.94,0,0,1-6.11,11.51c-17.41,17.91-35.18,35.46-52.86,53.09a43.75,43.75,0,0,1-4.62,3.46c7.75,7.62,14.75,14.42,21.67,21.31q18.21,18.14,36.34,36.38c7.73,7.78,8,18.51.79,25.8s-18.45,7.33-26.26-.46C233.64,259.21,214.77,240.2,195.53,220.9Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.journalTools #journalEditor #journalContent {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #5e5e5e;
}
.journalTools #journalOptionArea {
  background: #d2d5db;
  border: none;
  top: -1.5rem;
  padding-top: 2.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.journalTools #journalOptionArea div {
  text-align: center;
}
.journalTools #journalOptionArea div span,
.journalTools #journalOptionArea div span.browser-upload-btn {
  font-weight: 400;
  color: #000;
}
.journalTools #journalOptionArea div.fileUploadArea {
  background: #d2d5db;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.journalTools #journalOptionArea .dnnSecondaryAction {
  border: none;
  padding: 0.8rem 4rem;
  color: #000;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #fff;
  box-shadow: none;
  outline: none;
  font-weight: 400;
  display: flex !important;
  width: 60% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  align-items: center;
}
.journalTools #journalOptionArea .dnnSecondaryAction::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.3rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.journalTools #journalOptionArea .journal_onlineFileShare .dnnSecondaryAction::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 556.99 556.76'%3E%3Ctitle%3Ebrowse_from_site%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M271.8,556.67C112.61,552.17-6.8,418.83.3,266.17,7.56,110.15,137.93-4.31,286.18.12c158.9,4.76,277.6,138.26,270.51,290.42C549.42,446.65,418.9,560.36,271.8,556.67ZM381.64,212.14a752.77,752.77,0,0,1,.1,132.42h126c12.41-44.22,12.5-88.25-.06-132.42Zm-206.29.07h-126a238.69,238.69,0,0,0,0,132.27h126A740.62,740.62,0,0,1,175.35,212.21Zm166.27.12H215.36a737,737,0,0,0,0,132h126.3A736.07,736.07,0,0,0,341.62,212.33ZM337,171.78c-.69-3.9-1.3-7.32-1.91-10.74-5.24-29.54-12.49-58.53-25.17-85.85-5.32-11.48-11.62-22.51-21.48-30.93-6.52-5.57-12.47-5.89-18.92-.7a52.32,52.32,0,0,0-8,8.14C250.2,65.84,243.4,82.26,237.54,99.14c-8.19,23.55-13.41,47.8-17.43,72.64Zm0,213.3H218.66c5.91,23.22,11.06,45.88,17.56,68.15,5.7,19.54,13.95,38.06,27,54.13,9.64,11.85,20.68,12.65,29.76.6a162.39,162.39,0,0,0,17.77-28.76C324.62,449.46,331.52,417.63,337,385.08Zm-271-.15c12.5,45.39,103,119.82,149.49,122.59-19.66-38.72-29.14-80.19-35.6-122.59Zm311.24,0c-6.4,42.58-16,83.94-35.63,122.76,50.68-6.33,136.77-77.22,149.56-122.76ZM179.89,171.83c6.28-42.67,16-84,35.92-123.55C176.71,59.17,143.63,78,115.12,104.72a227.1,227.1,0,0,0-49.76,67.11ZM341.6,49.16c19.63,38.73,29.18,80.18,35.54,122.61H491.05C478.13,126.05,387.08,51.17,341.6,49.16Z' style='fill:%23d62b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 31px 31px;
}
.journalTools #journalOptionArea .journal_localFileShare {
  display: flex;
  flex-flow: column;
}
.journalTools #journalOptionArea .journal_localFileShare .dnnSecondaryAction::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 426.67'%3E%3Ctitle%3Eupload%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M512,127.36C511.93,99,492.34,73,464.74,66.6c-11.16-2.57-23.1-2.32-34.69-2.36q-87.49-.31-175,0c-3.8,0-5.66-.94-6.57-4.78-1.18-5-3-9.83-4.6-14.72C235.31,18.36,212,.52,184.42.29,143.59,0,102.75-.14,61.92.3,27.75.68.05,29.24,0,63.37q-.08,150,.05,300A66,66,0,0,0,1.65,376.7c5.92,28.35,32.77,50.21,63.86,50,63.49-.5,127-.15,190.49-.15v0c64.66,0,129.33.29,194-.12,34.16-.23,61.93-29,62-63Q512.05,245.36,512,127.36ZM469.21,311.91c0,16.16,0,32.33,0,48.49,0,15.21-8.59,23.73-23.89,23.73q-94.74,0-189.47,0-94.5,0-189,0c-7.71,0-14.47-2-19.52-8.17-3.79-4.63-4.61-10.07-4.6-15.91q.1-81.24,0-162.48c0-43.49.35-87-.18-130.48C42.41,51,53.38,42.28,67.3,42.41c37.32.34,74.65.1,112,.12,13.64,0,20.39,5,24.71,18,4.56,13.71,9.3,27.36,13.59,41.15,1.21,3.89,2.95,5,6.94,5q110.23-.2,220.47-.12c7.7,0,14.48,1.89,19.57,8,3.94,4.77,4.7,10.38,4.69,16.39Q469.15,221.42,469.21,311.91Z' style='fill:%231b74e4'/%3E%3Cpath d='M322.34,309.19H277.21V222.3c2.1,2,3.32,3,4.47,4.18,7.65,7.67,15.27,15.37,22.93,23,5,5,11.08,7.48,18.12,6.39,8.56-1.33,14.76-6,17.45-14.46s.76-16.08-5.6-22.44c-20.86-20.85-41.64-41.79-62.61-62.54-9.83-9.72-22.42-9.49-32.35.39q-31,30.85-61.86,61.87c-9.24,9.29-9.48,22.61-.76,31.18,8.87,8.71,21.71,8.26,31.17-1.17,7.79-7.76,15.51-15.6,23.29-23.37a44.49,44.49,0,0,1,3.63-2.8v86.64H191.25a19.52,19.52,0,0,0-19.52,19.52h0a19.52,19.52,0,0,0,19.52,19.51H322.34a19.52,19.52,0,0,0,19.52-19.51h0A19.52,19.52,0,0,0,322.34,309.19Z' style='fill:%231b74e4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 37px 31px;
}

.journalTools #btnShare,
.jcmt li.cmtbtn a {
  background: #1b74e4;
  text-shadow: none;
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 1.5rem;
}
.journalTools #btnShare:hover,
.jcmt li.cmtbtn a:hover {
  background: #61a944;
}

.journalTools #btnShare {
  margin-bottom: 0.5rem;
}

.journalTools #btnShare.disabled,
.jcmt li.cmtbtn a.disabled {
  background: #c3c7cf;
}

div#journalItems div.journalrow div.journalitem ul.jcmt li.cmteditarea {
  max-width: 100%;
}

#journalItems .jcmt .cmteditarea {
  background: var(--eds-greyColor);
  border-radius: 1.2rem;
  padding: 0.5rem;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
}
#journalItems .jcmt .cmteditarea .cmteditor {
  background: var(--eds-greyColor);
  padding: 0.5rem;
}
#journalItems .jcmt .cmteditarea .editorPlaceholder {
  color: #5e5e5e;
}
#journalItems .jcmt .cmtbtn > a {
  margin: 1rem;
}
#journalItems .minidel,
#journalItems .miniclose {
  width: 30px !important;
  height: 44px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 241.63 288.83'%3E%3Ctitle%3Etrash%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M88.76,128.06c0-8.06-4.11-12.7-10.86-12.57-6.54.14-10.25,4.48-10.27,12.43q-.06,47.08,0,94.17c0,8.17,4.09,12.8,10.79,12.63,6.36-.17,10.31-4.83,10.34-12.49.06-15.7,0-31.39,0-47.09S88.82,143.76,88.76,128.06Z' style='fill:%23acacac'/%3E%3Cpath d='M110.82,221.49c0,8.53,4.14,13.4,11,13.23,6.63-.18,10.26-4.71,10.28-13.18q.06-46.44,0-92.87c0-8.56-3.53-13-10.22-13.17-7-.2-11,4.52-11,13.11,0,15.26,0,30.52,0,45.78C110.81,190.09,110.77,205.79,110.82,221.49Z' style='fill:%23acacac'/%3E%3Cpath d='M154.17,221.45c0,8.48,4.16,13.44,10.94,13.28,6.57-.15,10.29-4.78,10.3-13.18q.06-46.43,0-92.84c0-8.75-3.92-13.39-10.85-13.21-6.62.18-10.37,4.85-10.39,13.11,0,15.48,0,30.95,0,46.42S154.13,206,154.17,221.45Z' style='fill:%23acacac'/%3E%3Cpath d='M212.35,28.45H171.82v-5.3A23.18,23.18,0,0,0,148.67,0H93.19A23.17,23.17,0,0,0,70,23.15v5.3H29.28C13.14,28.45,0,43.16,0,61.24V73.18a10,10,0,0,0,10,10h5.43v4.36q0,79.2,0,158.4c0,25.41,17.27,42.78,42.7,42.83q63.16.12,126.33,0c25.94,0,43.08-17.2,43.09-43q0-79.21,0-158.41V83.18h4.07a10,10,0,0,0,10-10V61.24C241.63,43.16,228.5,28.45,212.35,28.45ZM90,23.15A3.15,3.15,0,0,1,93.19,20h55.48a3.15,3.15,0,0,1,3.15,3.15v5.3H90ZM20,61.24c0-6.93,4.25-12.79,9.28-12.79H212.35c5,0,9.28,5.86,9.28,12.79v1.94H20ZM206.39,86.4q0,78.85,0,157.71c0,15.61-7.72,23.38-23.19,23.39q-62.16,0-124.34,0c-14.19,0-22.06-7.55-22.09-21.73q-.17-80.82,0-161.64c0-.31,0-.63.06-.94H206.39Z' style='fill:%23acacac'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  background-size: 16px auto;
  position: absolute;
  top: 2rem;
  right: 1rem;
  border-radius: 1rem;
}
#journalItems .minidel:hover,
#journalItems .miniclose:hover {
  background-color: #ff5959;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 241.63 288.83'%3E%3Ctitle%3Etrash%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M88.76,128.06c0-8.06-4.11-12.7-10.86-12.57-6.54.14-10.25,4.48-10.27,12.43q-.06,47.08,0,94.17c0,8.17,4.09,12.8,10.79,12.63,6.36-.17,10.31-4.83,10.34-12.49.06-15.7,0-31.39,0-47.09S88.82,143.76,88.76,128.06Z' style='fill:%23ffffff'/%3E%3Cpath d='M110.82,221.49c0,8.53,4.14,13.4,11,13.23,6.63-.18,10.26-4.71,10.28-13.18q.06-46.44,0-92.87c0-8.56-3.53-13-10.22-13.17-7-.2-11,4.52-11,13.11,0,15.26,0,30.52,0,45.78C110.81,190.09,110.77,205.79,110.82,221.49Z' style='fill:%23ffffff'/%3E%3Cpath d='M154.17,221.45c0,8.48,4.16,13.44,10.94,13.28,6.57-.15,10.29-4.78,10.3-13.18q.06-46.43,0-92.84c0-8.75-3.92-13.39-10.85-13.21-6.62.18-10.37,4.85-10.39,13.11,0,15.48,0,30.95,0,46.42S154.13,206,154.17,221.45Z' style='fill:%23ffffff'/%3E%3Cpath d='M212.35,28.45H171.82v-5.3A23.18,23.18,0,0,0,148.67,0H93.19A23.17,23.17,0,0,0,70,23.15v5.3H29.28C13.14,28.45,0,43.16,0,61.24V73.18a10,10,0,0,0,10,10h5.43v4.36q0,79.2,0,158.4c0,25.41,17.27,42.78,42.7,42.83q63.16.12,126.33,0c25.94,0,43.08-17.2,43.09-43q0-79.21,0-158.41V83.18h4.07a10,10,0,0,0,10-10V61.24C241.63,43.16,228.5,28.45,212.35,28.45ZM90,23.15A3.15,3.15,0,0,1,93.19,20h55.48a3.15,3.15,0,0,1,3.15,3.15v5.3H90ZM20,61.24c0-6.93,4.25-12.79,9.28-12.79H212.35c5,0,9.28,5.86,9.28,12.79v1.94H20ZM206.39,86.4q0,78.85,0,157.71c0,15.61-7.72,23.38-23.19,23.39q-62.16,0-124.34,0c-14.19,0-22.06-7.55-22.09-21.73q-.17-80.82,0-161.64c0-.31,0-.63.06-.94H206.39Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#journalItems .miniedit,
#journalItems .minieditcomment {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  width: 65px;
  height: 23px;
  color: #213450;
  font-size: 0.7rem;
  line-height: 23px;
  background-color: #d2d5db;
  justify-content: center;
  border-radius: 0.5rem;
}
#journalItems .miniedit::before,
#journalItems .minieditcomment::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154.26 154.44'%3E%3Ctitle%3Eedit%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M94.38,28.27l32,31.6c-.91,1-1.95,2.23-3.08,3.37q-43.77,43.83-87.52,87.69a10.35,10.35,0,0,1-8.28,3.5c-7.82-.23-15.65-.17-23.47,0-3.09.07-4.07-1.09-4-4.07.13-8.49,0-17,.13-25.47a7,7,0,0,1,1.8-4.35q45.83-46,91.79-91.91C94.05,28.3,94.57,28.17,94.38,28.27Z' style='fill:%23213450'/%3E%3Cpath d='M104.24,17.53c5.17-5,10.21-10.08,15.45-14.92,3.78-3.49,8.35-3.5,12.08.08q10.23,9.86,20.08,20.1a8.38,8.38,0,0,1,0,11.73c-5,5.35-10.2,10.46-15.18,15.54Z' style='fill:%23213450'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  background-size: 12px 12px;
  margin-right: 0.2rem;
  content: "";
}
#journalItems .miniedit:hover,
#journalItems .minieditcomment:hover {
  background-color: #1b74e4;
  color: #fff;
}
#journalItems .miniedit:hover::before,
#journalItems .minieditcomment:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154.26 154.44'%3E%3Ctitle%3Eedit%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M94.38,28.27l32,31.6c-.91,1-1.95,2.23-3.08,3.37q-43.77,43.83-87.52,87.69a10.35,10.35,0,0,1-8.28,3.5c-7.82-.23-15.65-.17-23.47,0-3.09.07-4.07-1.09-4-4.07.13-8.49,0-17,.13-25.47a7,7,0,0,1,1.8-4.35q45.83-46,91.79-91.91C94.05,28.3,94.57,28.17,94.38,28.27Z' style='fill:%23ffffff'/%3E%3Cpath d='M104.24,17.53c5.17-5,10.21-10.08,15.45-14.92,3.78-3.49,8.35-3.5,12.08.08q10.23,9.86,20.08,20.1a8.38,8.38,0,0,1,0,11.73c-5,5.35-10.2,10.46-15.18,15.54Z' style='fill:%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#journalItems .journalrow {
  position: relative;
}
#journalItems .journalrow .journalitem > p:first-child {
  background-color: var(--eds-greyColor);
  border-radius: 1rem;
  padding: 1rem;
}
#journalItems .journalrow .journalitem .authorname {
  display: block;
  font-weight: bold;
  color: #000;
}
#journalItems .journalrow .journalitem .authorname > a {
  color: inherit;
}
#journalItems .journalrow .journalitem .authorname > a:hover {
  color: var(--eds-primaryColor);
}
#journalItems .journalrow .journalitem .journalfooter {
  font-size: 0.9rem;
  color: #505050;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#journalItems .journalrow .journalitem .journalfooter a,
#journalItems .journalrow .journalitem .journalfooter abbr {
  padding-left: 1.2rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 16px;
}
#journalItems .journalrow .journalitem .journalfooter a {
  color: var(--eds-primaryColor);
}
#journalItems .journalrow .journalitem .journalfooter a:hover {
  color: #1b74e4;
}
#journalItems .journalrow .journalitem .journalfooter a[id*=like] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 247.77 237.56'%3E%3Ctitle%3Elike%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M0,221c0,11.08,4.09,15.22,15.05,15.26,5.31,0,10.62,0,15.93,0,9.77,0,19.88-.08,29.78.15,3.46.08,13.06.31,16.12-9.2,29.52,9.21,59.73,10.34,89.33,10.34,4.85,0,9.68,0,14.5-.06l5.94,0c19.5-.1,33.13-10.76,38.36-30,2.68-9.83,5.48-19.81,8.2-29.47,4.08-14.53,8.29-29.55,12.18-44.42,3.36-12.89,3.13-25.27-.68-36.81-5.39-16.29-17.32-25-34.5-25-6.8,0-13.61,0-20.33,0h-5.06c-.1-2.46-.15-4.9-.21-7.3-.21-8.62-.41-16.76-2-24.9a78.85,78.85,0,0,0-11.74-28.34A25.08,25.08,0,0,0,153,.2a28.69,28.69,0,0,0-22.47,7.35,23.44,23.44,0,0,0-8.34,18.3c-.08,29-17.5,50.31-45.71,56.3-4-7.74-12.59-7.56-16.54-7.47-9.76.2-19.71.16-29.34.13-5.23,0-10.48,0-15.71,0C4.47,74.82,0,79.27,0,89.69,0,131.9,0,176.09,0,221Zm53-122V212H24.4V99.05ZM77.15,112.9c-.22-5.2.61-6.28,5.93-7.74C122.91,94.26,143.57,69,146.23,27.9a6,6,0,0,1,1.56-3,7.2,7.2,0,0,1,3.72.49l0,.05c3.09,4.62,6.59,9.84,7,14.51,1.19,13.2.79,26.65.4,39.65-.13,4.26.16,9.06,3.26,12.28s7.5,3.61,11.07,3.65c7.6.08,15.32.07,22.79.06h13.59c7.83,0,11.07,2.48,12.39,9.35,1.21,6.29,2.14,12.85.82,18.22-7,28.16-15,56.86-22,81.55-2.13,7.55-9.2,8.7-13.22,8.71-4.65,0-9.38.12-13.95.22-11.69.24-23.79.5-35.42-.66-14.32-1.42-28.85-4.22-42.9-6.92-4.67-.9-9.49-1.83-14.26-2.7-2.42-.44-4.13-1.13-4-6,.35-10.3.28-20.75.21-30.86,0-4.12,0-8.24,0-12.36s0-8,.07-12C77.49,132.55,77.58,122.66,77.15,112.9Z' style='fill:%23bdbdbd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#journalItems .journalrow .journalitem .journalfooter a[id*=cmtbtn] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 472.02 481.97'%3E%3Ctitle%3Emsg2%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M104.05,482A34.32,34.32,0,0,1,85,476.09c-6.29-4.27-20.18-16.88-13.43-41.82s9-48.06,6.94-70.8C47.9,338.22,27.08,310.92,14.9,280.11.34,243.28-3.57,207.1,3.26,172.58c6.61-33.42,23.34-65.37,49.71-95C91,35,141,9.57,201.43,2.16,261.69-5.21,317.71,6.29,368,36.34c56.38,33.73,90.28,80.57,100.75,139.21,6.09,34.12,3.79,66.76-6.83,97-10.17,29-28.09,56-53.25,80.37C365.3,394.9,303,419.34,237.81,420c-.62,0-1.24,0-1.85-.06q-4.2-.33-8.39-.69c-6.64-.56-12.93-1.1-19.19-1.4-23.11,15.85-46.48,32.13-69.11,47.89l-11.51,8C118.89,479.92,110.83,482,104.05,482ZM236.07,42a243.42,243.42,0,0,0-29.53,1.83C156.48,50,115.36,70.74,84.32,105.57,40.86,154.34,30.92,206.39,54,264.67c9.83,24.88,27.47,47.31,53.92,68.57a33.57,33.57,0,0,1,11.94,21.55c2.82,24.92,1.43,50-4.27,76.27,23.31-16.23,47.4-33,71.26-49.35a36.75,36.75,0,0,1,21.87-5.89c7.64.32,15.16.95,22.43,1.57l7.19.6c54.25-.77,105.63-20.86,141.11-55.22,41.83-40.51,57.51-86.25,47.94-139.84-8.35-46.79-34.84-82.95-81-110.55A211.7,211.7,0,0,0,236.07,42Zm98,232h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Zm0-80.5h-199a21,21,0,0,1,0-42h199a21,21,0,0,1,0,42Z' style='fill:%23bdbdbd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#journalItems .journalrow .journalitem .journalfooter abbr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 251.69 251.51'%3E%3Ctitle%3Edate%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M130.07,251.44C65.82,253.56,8.25,206.12.8,139.59-7.2,68.05,45.66,7.82,111.82.75,184.75-7,243.54,46.57,250.89,111.6,259,183,204.75,248.66,130.07,251.44ZM126.24,24.67A101.12,101.12,0,0,0,24.82,125.17c-.27,55.73,45,101.21,101,101.51,54.47.28,100.8-46,101-100.8A101.07,101.07,0,0,0,126.24,24.67Z' style='fill:%23bdbdbd'/%3E%3Cpath d='M131.1,117.35l37.12-16.61c2.87-1.28,5.71-2.67,8.66-3.75a9.38,9.38,0,0,1,11.66,4,10,10,0,0,1-2.21,12.66,20.26,20.26,0,0,1-4.19,2.64c-17.79,8.54-35.57,17.1-53.42,25.5-9.93,4.68-16.85.25-16.86-10.61q0-32.68,0-65.39c0-8.1,6.65-13,13.62-10.15,4.56,1.85,5.58,5.77,5.59,10.18q0,22.47,0,44.93Z' style='fill:%23bdbdbd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#journalItems .journalrow .journalitem .jlink {
  display: flex;
  align-items: center;
}
#journalItems .journalrow .journalitem .jcmt {
  font-size: inherit;
}
#journalItems .journalrow .journalitem .jcmt .miniclose {
  width: 20px !important;
  height: 20px !important;
  background-size: 11px auto;
}
#journalItems .journalrow .journalitem .jcmt .minieditcomment {
  line-height: 20px;
  height: 20px;
}
#journalItems .journalrow .journalitem .jcmt .minieditcomment::before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}
#journalItems .journalrow .journalitem .jcmt > li {
  position: relative;
}
#journalItems .journalrow .journalitem .jcmt > li > p {
  background-color: var(--eds-greyColor);
  border-radius: 1rem;
  padding: 1rem;
}
#journalItems .journalrow .journalitem .jcmt > li > p > a {
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 0.3rem;
}
#journalItems .journalrow .journalitem .jcmt > li > p abbr {
  padding-left: 1.2rem;
  font-size: 0.9rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 251.69 251.51'%3E%3Ctitle%3Edate%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Isolation_Mode' data-name='Isolation Mode'%3E%3Cpath d='M130.07,251.44C65.82,253.56,8.25,206.12.8,139.59-7.2,68.05,45.66,7.82,111.82.75,184.75-7,243.54,46.57,250.89,111.6,259,183,204.75,248.66,130.07,251.44ZM126.24,24.67A101.12,101.12,0,0,0,24.82,125.17c-.27,55.73,45,101.21,101,101.51,54.47.28,100.8-46,101-100.8A101.07,101.07,0,0,0,126.24,24.67Z' style='fill:%23bdbdbd'/%3E%3Cpath d='M131.1,117.35l37.12-16.61c2.87-1.28,5.71-2.67,8.66-3.75a9.38,9.38,0,0,1,11.66,4,10,10,0,0,1-2.21,12.66,20.26,20.26,0,0,1-4.19,2.64c-17.79,8.54-35.57,17.1-53.42,25.5-9.93,4.68-16.85.25-16.86-10.61q0-32.68,0-65.39c0-8.1,6.65-13,13.62-10.15,4.56,1.85,5.58,5.77,5.59,10.18q0,22.47,0,44.93Z' style='fill:%23bdbdbd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 6px no-repeat;
  background-size: 13px auto;
}

#eds__journalEditorWrapper {
  padding: 1rem;
  background-color: #d2d5db;
  border-radius: 1rem;
  margin: 1rem;
}
#eds__journalEditorWrapper #eds__journalEditor {
  width: 100%;
  padding: 1rem;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  border: none;
  background-color: var(--eds-greyColor);
}
#eds__journalEditorWrapper .dnnPrimaryAction,
#eds__journalEditorWrapper .dnnSecondaryAction {
  border: none;
  padding: 0.6rem 2rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  border-radius: 1rem;
  background: #fff;
  box-shadow: none;
  outline: none;
  font-weight: 400;
  margin-right: 0.6rem;
}
#eds__journalEditorWrapper .dnnPrimaryAction {
  color: #1b74e4;
}
#eds__journalEditorWrapper .dnnSecondaryAction {
  color: #d62d48;
}

#getMore.dnnPrimaryAction {
  width: 50%;
  margin: 1rem auto;
  display: block;
  background: #1b74e4;
  text-shadow: none;
  padding: 0.8rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 1.5rem;
  border: none;
  box-shadow: none;
  outline: none;
}
#getMore.dnnPrimaryAction:hover {
  background: #213450;
}

.DNNEmptyPane {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.DNNEmptyPane.dnnModuleManager {
  min-height: 115px !important;
}
.DNNEmptyPane.EditBarEmptyPane {
  display: block !important;
  width: auto !important;
  min-width: 115px;
}

.eds__headerModalPane.DNNEmptyPane + .eds__headerModalTrigger, .eds__headerModalPane.DNNEmptyPane ~ .eds__modalOverlay, .eds__headerModalPane.DNNEmptyPane ~ .eds_headerModalPaneClose {
  display: none;
}

.dnnEditState .eds__headerModalPane.DNNEmptyPane + .eds__headerModalTrigger {
  display: inline-block;
}
.dnnEditState .eds_headerLeftWrapper {
  flex-flow: column;
}
.dnnEditState .dnnModuleManager.dnnSortable.eds__headerModalPane {
  position: static;
  opacity: 1;
  visibility: visible;
  width: 900px !important;
  transform: none;
  max-width: none;
  overflow: auto;
}

.eds_headerModalPaneVisible .eds__headerModalPane.DNNEmptyPane {
  min-height: 200px !important;
  width: 900px !important;
}

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

div.dnnRegistrationForm {
  min-width: 0;
  width: auto;
}
div.dnnRegistrationForm .dnnForm {
  width: auto;
  float: none;
}
@media (max-width: 576px) {
  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: 576px) {
  div.dnnRegistrationForm .dnnFormItem .dnnLabel,
div.dnnRegistrationForm .dnnFormItem label {
    width: auto;
  }
}
@media (max-width: 576px) {
  div.dnnRegistrationForm .dnnFormItem .password-strength-container {
    width: 100%;
  }
}

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

#ControlBar_ControlPanel *,
.actionMenu *,
.dnnDropDownList * {
  box-sizing: content-box;
}

#Form {
  margin-bottom: 0;
}

.Normal, .NormalDisabled, .NormalDeleted {
  font: inherit;
  color: inherit;
}

.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;
}

/* Version 4.5 */