/** Colors */
/** End Colors */
/** Column definition */
/** Column definition inside container */
/** Animation time function definition */
@keyframes show {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
@keyframes hide {
  from {
    display: block;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
@keyframes slideUp20 {
  from {
    bottom: -20px;
    opacity: 0;
    display: none;
  }
  to {
    bottom: 0px;
    opacity: 1;
    display: block;
  }
}
@keyframes slideUp40 {
  from {
    bottom: -40px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes slideUpHide20 {
  from {
    top: 0px;
    opacity: 1;
    display: block;
  }
  to {
    top: -20px;
    opacity: 0;
    display: none;
  }
}
@keyframes slideDown20 {
  from {
    top: -20px;
    opacity: 0;
    display: none;
  }
  to {
    top: 0px;
    opacity: 1;
    display: block;
  }
}
@keyframes slideDownHide20 {
  from {
    bottom: 0px;
    opacity: 1;
    display: block;
  }
  to {
    bottom: -20px;
    opacity: 0;
    display: none;
  }
}
@keyframes slideDownHide40 {
  from {
    bottom: 0px;
    opacity: 1;
    display: block;
  }
  to {
    bottom: -40px;
    opacity: 0;
    display: none;
  }
}
@keyframes slideRight10 {
  from {
    left: -10px;
    opacity: 0;
    display: none;
  }
  to {
    left: 0px;
    opacity: 1;
    display: inline;
  }
}
@keyframes slideLeft10 {
  from {
    left: 10px;
    opacity: 0;
    display: none;
  }
  to {
    left: 0px;
    opacity: 1;
    display: inline;
  }
}
@keyframes slideLeftHide10 {
  from {
    left: 0px;
    opacity: 1;
    display: inline;
  }
  to {
    left: -10px;
    opacity: 0;
    display: none;
  }
}
@keyframes slideRightHide10 {
  from {
    left: -10px;
    opacity: 1;
  }
  to {
    left: 0px;
    opacity: 0;
  }
}
@keyframes slideRightHide20 {
  from {
    left: -20px;
    opacity: 1;
  }
  to {
    left: 0px;
    opacity: 0;
  }
}
@keyframes slideRightHideArrow20 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 10px;
    opacity: 0;
  }
}
@keyframes slideRightFromMinus10NoOpacity {
  from {
    left: -10px;
  }
  to {
    left: 0px;
  }
}
@keyframes slideRightFromMinus20NoOpacity {
  from {
    left: -20px;
  }
  to {
    left: 0px;
  }
}
@keyframes slideLeftMinus10NoOpacity {
  from {
    left: 0px;
  }
  to {
    left: -10px;
  }
}
@keyframes slideLeftMinus20NoOpacity {
  from {
    left: 0px;
  }
  to {
    left: -20px;
  }
}
@keyframes slideLeftMinus18NoOpacity {
  from {
    left: 0px;
  }
  to {
    left: -18px;
  }
}
@keyframes slideLeftMinus10 {
  from {
    left: 0px;
    opacity: 0;
  }
  to {
    left: -10px;
    opacity: 1;
  }
}
@keyframes slideLeftMinus20 {
  from {
    left: 0px;
    opacity: 0;
  }
  to {
    left: -20px;
    opacity: 1;
  }
}
@keyframes slideLeftMinusArrow20 {
  0% {
    right: 10px;
    opacity: 0;
  }
  100% {
    right: 20px;
    opacity: 1;
  }
}
@keyframes slideToRightNoOpacity10 {
  from {
    left: 0px;
    position: relative;
  }
  to {
    left: 10px;
  }
}
@keyframes slideToLeftNoOpacity10 {
  from {
    left: 10px;
    position: relative;
  }
  to {
    left: 0px;
  }
}
@keyframes slideToRightNoOpacity20 {
  from {
    left: 0px;
    position: relative;
  }
  to {
    left: 20px;
  }
}
@keyframes slideToLeftNoOpacity20 {
  from {
    left: 20px;
    position: relative;
  }
  to {
    left: 0px;
  }
}
@keyframes slideToRightNoOpacity30 {
  from {
    left: 0px;
    position: relative;
  }
  to {
    left: 30px;
  }
}
@keyframes slideToLeftNoOpacity30 {
  from {
    left: 30px;
    position: relative;
  }
  to {
    left: 0px;
  }
}
@keyframes showUnderline {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes hideUnderline {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes showOverlay {
  0% {
    left: -100%;
    opacity: 0;
    display: none;
  }
  1% {
    left: -178px;
    opacity: 0;
    display: none;
  }
  100% {
    left: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes hideOverlay {
  0% {
    left: 0;
    opacity: 1;
    display: block;
  }
  99% {
    left: -178px;
    opacity: 0;
    display: none;
  }
  100% {
    left: -100%;
    opacity: 0;
    display: none;
  }
}
@keyframes showOverlayMobile {
  from {
    width: 0;
    opacity: 0;
    display: none;
  }
  1% {
    width: 100%;
    left: 0;
    opacity: 0;
    display: none;
  }
  100% {
    width: 100%;
    left: 0;
    opacity: 1;
    display: block;
  }
}
@keyframes hideOverlayMobile {
  from {
    width: 100%;
    opacity: 1;
    left: 0;
    display: block;
  }
  99% {
    width: 100%;
    opacity: 0;
    left: 0;
    display: none;
  }
  100% {
    width: 0;
    opacity: 0;
    left: -100%;
    display: none;
  }
}
@keyframes underline {
  0% {
    width: 100%;
    opacity: 1;
  }
  50% {
    width: 100%;
    opacity: 0;
  }
  51% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
  }
}
@keyframes underlineMultiline {
  0% {
    border-bottom-color: #001965;
  }
  50% {
    border-bottom-color: transparent;
  }
  51% {
    background-size: 0% 1px;
    border-bottom-color: transparent;
  }
  100% {
    background-size: 100% 1px;
    border-bottom-color: transparent;
  }
}
@keyframes showUderlinefromLeft {
  0% {
    opacity: 1;
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
}
@keyframes showUderlinefromRight {
  0% {
    opacity: 0;
    right: 0;
    width: 0;
  }
  1% {
    opacity: 1;
    right: 0;
    width: 0;
  }
  100% {
    right: 0;
    width: 100%;
    opacity: 1;
  }
}
@keyframes showByScale {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hideByScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes showByShadow {
  from {
    box-shadow: 0px 0px 0px #000000;
  }
  to {
    box-shadow: -2px -2px 50px rgba(0, 0, 0, 0);
  }
}
@keyframes hideByShadow {
  from {
    box-shadow: -2px -2px 50px rgba(0, 0, 0, 0);
  }
  to {
    box-shadow: 0px 0px 0px #000000;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes yearIndicatorZoomOut {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes firstLastYearIndicatorZoomOut {
  from {
    transform: scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backgroundZoomOut {
  from {
    width: 60%;
    height: 60%;
  }
  to {
    width: 100%;
    height: calc(100% - 120px);
  }
}
@keyframes imageZoomOut {
  from {
    width: 70%;
    margin-right: 10%;
  }
  to {
    width: 100%;
    margin-right: 0;
  }
}
.epress-disclaimer-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  color: #001965;
  z-index: 6;
}
.epress-disclaimer-wrapper.show {
  display: flex;
}
.epress-disclaimer-wrapper .epress-disclaimer-content {
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f7f7f8;
  padding: 28px 0 28px 0;
}
.epress-disclaimer-wrapper .epress-disclaimer-content::-webkit-scrollbar {
  width: 14px;
}
.epress-disclaimer-wrapper .epress-disclaimer-content::-webkit-scrollbar-track {
  background: #ffffff;
}
.epress-disclaimer-wrapper .epress-disclaimer-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 7px;
  border: 2px solid #ffffff;
}
.epress-disclaimer-wrapper .epress-fulllock-content {
  background-color: #ffffff;
  position: relative;
  padding: 40px 0 40px 0;
}
.epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .h2 {
  font-size: 20px;
  line-height: 36px;
}
.epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .text-wrapper-desc {
  overflow-y: auto;
  min-height: 170px;
  border: 1px solid #d9dde8;
  background-color: #f7f7f8;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f7f7f8;
  position: relative;
}
.epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .text-wrapper-desc::-webkit-scrollbar {
  width: 14px;
}
.epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .text-wrapper-desc::-webkit-scrollbar-track {
  background: #ffffff;
}
.epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .text-wrapper-desc::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 7px;
  border: 2px solid #ffffff;
}
.epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .text-wrapper-desc::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: var(--scroll-height);
  background-color: #d9dde8;
}
.epress-disclaimer-wrapper .epress-fulllock-content .image-overlay-box {
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
}
.epress-disclaimer-wrapper .epress-fulllock-content .epress-fulllock-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.epress-disclaimer-wrapper .epress-fulllock-content .epress-fulllock-overlay img {
  width: 100%;
  height: 100vh;
}
.epress-disclaimer-wrapper .epress-fulllock-content .epress-fulllock-overlay .epress-fulllock-overlay-box {
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 25, 101, 0.7);
}
.epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper {
  text-align: center;
}
.epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper .h3 {
  line-height: 26px;
  font-size: 16px;
}
.epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper .epress-button-left {
  background-color: transparent;
  border: 1px solid #005ad2;
  border-radius: 85px;
  color: #005ad2;
  margin-right: 14px;
}
.epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper .epress-button-left .icon-right-arrow:before {
  color: #005ad2;
}
.epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper .epress-button-right {
  background-color: #005ad2;
  margin-left: 14px;
}
.epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper .epress-button {
  width: 150px;
}
@media only screen and (max-width: 1280px) {
  .epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .h2 {
    font-size: 17px;
    line-height: 30px;
  }
  .epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 525px) {
  .epress-disclaimer-wrapper .epress-disclaimer-content {
    padding: 0;
  }
  .epress-disclaimer-wrapper .epress-fulllock-content {
    height: 100vh;
    max-height: initial;
    display: flex;
    align-items: center;
  }
  .epress-disclaimer-wrapper .epress-fulllock-content .text-wrapper .h2 {
    font-size: 17px;
    line-height: 28px;
  }
  .epress-disclaimer-wrapper .epress-fulllock-content .epress-fullock-buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .epress-disclaimer-wrapper .epress-fulllock-content .buttons-outer-wrapper .h3 {
    font-size: 15px;
    line-height: 24px;
  }
}
