/* [WEBFLOW migrated] index generic (OO, URG) */
body {
  margin: 0;
  font-family: "Lexend", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

a { text-decoration: none; }
.clickable, .clickDiv {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  cursor: pointer;
}
.clickable.matchCTA, .clickDiv.matchCTA {
  -webkit-tap-highlight-color: transparent;
  transition: all .15s ease-in-out;
}

/* cursor support */
.touchable, .tapDiv {
  cursor: pointer;
}

/* touch support, buttons */
.touchable:active, .tapDiv:active, .react-toggle:active {
  -webkit-tap-highlight-color: rgb(202, 220, 241, 0.4);
}

.touchable.roundButton:active, .tapDiv.roundButton:active {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--brandDark) !important;
}

.touchable.roundButtonHollow:active, .tapDiv.roundButtonHollow:active {
  -webkit-tap-highlight-color: transparent;
  background-color: rgb(202, 220, 241, 0.4) !important;
}

.submitButtonBrand {
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: ease;
  background-color: var(--brand);
}
.submitButtonWhite {
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: ease;
}

.submitButtonBrand:hover {
  background-color: var(--brandHover) !important; 
}
.submitButtonWhite:hover {
  background-color: var(--white) !important; 
}
.hoverTextBrand:hover {
  color: var(--brand) !important;
}
.hoverTextGray:hover {
  color: var(--textGray) !important;
}
.hoverTextDark:hover {
  color: var(--textDark) !important;
}

.hoverMultiSelect {
  transition: all 0.05s ease-out;
  transform-style: preserve-3d;
}
select {
  outline: none;
}
.hoverMultiSelect:hover {
  border-color: var(--brandHover) !important;
}

.hoverMultiSelectText {
  transition: color 0.1s;
  transform-style: preserve-3d;
}

.hoverMultiSelect:hover .hoverMultiSelectText {
  color: var(--brandHover) !important;
}

.multiSelectChecked {
  border-color: var(--brand) !important; 
  color: var(--brand);
  background-color: var(--brandLight);
  animation: multiSelectAni 0.25s ease-out forwards; 
}

.multiSelectCheckedSmall {
  animation: multiSelectAni 0.25s ease-out forwards; 
  border-color: var(--brand) !important; 
  color: var(--brand);
  background-color: var(--brandLight);
  box-shadow: 0 2px 0 0 var(--brandAlpha33);
}

.textLink:hover {
  text-decoration: underline;
}
.roundButton:hover {
  box-shadow: 0px 1px 2px 1px var(--buttonHoverShadow);
} 

/* forms */
.formTextInput:focus {
  outline: none !important;
  border: 1.5px solid var(--brand) !important;
  box-shadow: var(--brandLight) 0px 0px 0px 3px !important;
  color: var(--brand);
  background: var(--brandLight) !important;
}

.formTextInput::placeholder {
  color: var(--placeholderColor);
}

.formTextInputNoBackground:focus {
  outline: none !important;
  border: 1.5px solid var(--brand) !important;
  box-shadow: var(--brandLight) 0px 0px 0px 3px !important;
}

.formTextInputNoBackground::placeholder {
  color: var(--placeholderColor);
}

.multiSelectCheckboxChecked {
  animation: multiSelectCheckboxAni 0.2s ease-out forwards; 
  transition: all 0.05s ease-out; 
  border-color: var(--brand) !important; 
  color: var(--brand) !important;
  background-color: var(--brandLight) !important;
}

.multiSelectCheckboxCheckedCircle {
  border-color: var(--brand) !important;
  background-color: var(--brand) !important;
  transform: scale(1.2);
}

.markdown a {
  color: var(--brand) !important;
}
 
/* Toast */
#app .socDateToast {
  /* background-color: #444;
  opacity: 0.9;
  border-radius: 40px;
  color: white;
  margin: 15px 40px;
  text-align: center;
  min-height: 30px; */
}
#app .socDateToast > div {
  /* line-height: 22px;
  padding: 3px 10px; */
}
/* Toast fix */
#app .socDateToast > div {
  /* padding: 3px 25px; */
}

@media only screen and (min-width: 640px){
  .Toastify__toast-container { width: 640px; }
  .Toastify__toast-container--bottom-center { margin-left: -320px }
}

/* slider animation */
.shake-y {
  animation: 0.5s ease-out vertical-shaking 1;
}

/* Toast - registration */
#app .socDateToastRegister {
  /* background-color: #FFF;
  opacity: 0.9;
  border-radius: 40px;
  color: #5b91ca;
  margin: 15px 40px;
  text-align: center;
  min-height: 30px; */
}

/* layout */
#app #layoutContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#app #layoutContainerInner {
  display: flex;
  flex-direction: row;
  /* height: 100vh; */
  /* height: calc(100vh - 115px); */
  flex: 1;
}
#app #layoutContainer .leftContainer .menuGrad {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#app #layoutContainer .leftContainer > img {
  margin-left: 12px;
}
#app #layoutContainer .midAndRightContainer {
  flex: 1;
  display: flex;
  flex-direction: row;
  height: 100vh;
}
#app #layoutContainer .midContainer {
  position: relative;
  flex-direction: column;
}
/* channel=Desktop layout/cols specific */
#app #layoutContainer .midContainer .middleContainerRightBorder {
  position: relative;
}
#app #layoutContainer .midContainer .middleContainerRightBorder:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  /* background: red; */
  background: rgb(238,241,245);
  background: linear-gradient(90deg, rgba(217,219,223,0) 0%, rgba(0,0,0,0.15) 100%);
  z-index: 1000;
}
#app #layoutContainer .midContainer .navBarTop.middleContainerRightBorder:after {
  top: -50px;
}
#app #layoutContainer .rightContainer {
  position: relative;
  display: flex;
  flex-direction: column;
}
#app #layoutContainer .rightContainer .menuGradRight {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#app #layoutContainer .topContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  background: white;
}
#app #layoutContainer .logoContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
#app #layoutContainer .statsContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex: 2;
}
#app #layoutContainer .bottomContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.indexSectionMore {
  transition: height .3s ease-in-out;
  overflow: hidden;
}
.indexSectionMore.opened {
  height: 380px;
}
.indexSectionMore.closed {
  height: 0;
}

.indexContentRow .indexMoreIcon {
  transition: transform .3s ease-in-out;
  transform: rotate(0deg);
}
.indexContentRow.detailed .indexMoreIcon {
  transform: rotate(90deg);
}

/* Ellipsis - list item: trim too long sentence and add ...  */
span.listItemSentenceEllipsis {
  font: inherit;
  -webkit-line-clamp: 3;
}
span.listItemSentenceEllipsis.ellipsis2 {
  font: inherit;
  -webkit-line-clamp: 2;
}

/* disable tap-events on channel=Desktop */
* {
  tap-events: none;
}
/* ScrollView scroll bars */
.scrollView::-webkit-scrollbar {
  height: 6px;
  width: 12px;
}
/* FF support */
.scrollView::-webkit-scrollbar {
  width: 12px;
}
.scrollView::-webkit-scrollbar-track {
  background: none;
}
.scrollView::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarThumb);
  border-radius: 50px;
  background-clip: content-box;
  border: 2px solid white;
}
.scrollView:hover::-webkit-scrollbar-thumb {
  background-color: var(--compBorder);
  transition: background-color 0.8s ease;
}
* {
  scrollbar-color: var(--scrollbarThumb) transparent;
  scrollbar-width: 10px
}

/* rc-slider */ 
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: var(--sliderRail);
  border-radius: 6px;
  height: 1.5px !important;
  margin-top: 10px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  border-radius: 6px;
  height: 1.5px !important;
  margin-top: 10px;
  background-color: var(--brand) !important;
}
.rc-slider-handle {
  position: absolute;
  margin-top: -5px;
  touch-action: pan-x;
  border: solid 1.5px var(--brand) !important;
  background-color: var(--brandLight) !important;
  width: 50px !important;
  height: 50px !important;
  cursor: pointer !important;
  z-index: 1;
  border-radius: 50% !important;
  padding-left: 14px;
  padding-right: 14px;
  top: -4px;
}
/* .profileEditIntroSlider .rc-slider-handle {
  width: 35px !important;
  height: 35px !important;
  top: 2px;
} */
/* .profileEditIntroSlider .rc-slider-tooltip-inner {
  font-size: 14px !important;
  top: 3px;
} */

.formMultiSelectClearButton {
  transition: color 0.2s;
  transform-style: preserve-3d;
}
.formMultiSelectClearButton:hover {
  color: var(--textGray) !important;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: var(--brand) !important;
  box-shadow: 0 0 5px var(--brand) !important;
}
.rc-slider-handle:focus {
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: var(--brand) !important;
}
.rc-slider-handle:hover {
  border-color: var(--brand) !important;
}
.rc-slider-handle:active, .rc-slider-handle-dragging {
  border-color: var(--brand);
  box-shadow: 0 0 5px var(--brand) !important;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--sliderRail);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: var(--sliderRail);
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  top: -6px !important;
  padding: 5px 0 0px 0 !important;
}
.rc-slider-tooltip-inner {
  background-color: transparent !important;
  font-weight: 400 !important;
  color: var(--brand) !important;
  box-shadow: none !important;
  font-size: 18px !important;
  padding: 2px 2px !important;
  z-index: 1 !important;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.rc-slider-tooltip-arrow {
  display: none !important;
}

.pressOfflineElement {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pressOfflineElement:hover { 
  background-color: var(--compCardHover); 
} 

.hoverWhiteUnderline {
  /* font-size: 37px; */
  color: white;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.hoverWhiteUnderline:hover {
  text-decoration: none;
}

.partnerjiLogoWrap {
  aspect-ratio: 1.1 !important;
}

.partnerjiLogo {
  transition: transform 0.2s;
  transform-style: preserve-3d;
}
.partnerjiLogo:hover {
  transform: scale(1.1);
}

.footerLink {
  transition: color .2s;
}
.footerLink:hover {
  text-decoration: underline !important;
  color: white !important;
}

.heartbeat {
  animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1);
  }
}

.navbarLink {
  transition: border .1s;
}
.navbarLink:hover{
  border-bottom: 1px solid var(--textDark) !important
}

.moveTop {
  transition: all .3s cubic-bezier(.075, .82, .165, 1) !important;
}
.moveTop:hover {
  transform: translateY(-5px);
}
.articleIcon {
  transition: all .3s cubic-bezier(.075, .82, .165, 1) !important;
}
.pressOfflineElement:hover .articleIcon {
  transform: translate3d(4px, -4px, 0);
}
.hoverOpacity {
  cursor: pointer;
}
.hoverOpacity:hover {
  opacity: 1 !important;
}

.submitButtonGray {
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: ease;
}
.submitButtonGray:hover {
  background-color: white !important; 
}
.submitButtonSocial {
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: ease;
}
.submitButtonSocial:hover {
  opacity: 1 !important;
}
.buttonIconsWrap {
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: ease;
}
.submitButtonGray:hover .buttonIconsWrap{
  background-color: var(--compCardHover) !important; 
}

.hoverDark:hover {
  color: var(--textDark) !important;
}
.aniRegistrationComplete {
  background-color: white;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  color: white;
  animation: aniMeetMeYesButton 600ms 20ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  transform: scale3d(1, 1, 1);
}
@keyframes aniRegistrationComplete {
  40% {
    transform: scale3d(0.75, 0.75, 1);
  }
  60% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.aniRegistrationCompleteBefore {
  animation: aniRegistrationCompleteBefore 600ms 20ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  transform: scale3d(0.1, 0.1, 1);
}
@keyframes aniRegistrationCompleteBefore {
  40% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 1);
  }
  70% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.aniRegistrationComplete:after {
  animation: aniRegistrationCompleteAfter 600ms 20ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background: white;
  box-shadow: 2px 2px 20px 5px rgb(50, 194, 77, 0);
  transform: scale3d(1, 1, 1);
}
@keyframes aniRegistrationCompleteAfter {
  40% {
    background: white;
    transform: scale3d(1, 1, 1);
    box-shadow: 2px 2px 20px 5px rgba(255, 255, 255, 0.4);
  }
  100% {
    background: var(--greenTransparent);
    transform: scale3d(3, 3, 1);
    box-shadow: 2px 2px 20px 5px rgb(50, 194, 77, 0);
  }
}

.registrationSuccessButton:hover {
  box-shadow: 0 0 0 5px #ffffff26;
  transition: all .2s ease;
}

.form {
  font-weight: 400;
}

.registrationEntryAnimation {
  animation: appearFromBottom 1s;
  transform-style: preserve-3d;
}

@keyframes appearFromBottom {
  from {
    transform: translate3d(0px, 20px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

.multiSelectCheckboxCircle {
  transform: 0.15s cubic-bezier(.075, .82, .165, 1);
  transform: scale(1);
}

.multiSelectCheckboxIco {
  transform: scale(0);
  transition: transform 0.25s cubic-bezier(.075, .82, .165, 1);
}
.multiSelectCheckboxCheckedIco {
  transform: scale(1);
  transition: transform 0.25s cubic-bezier(.075, .82, .165, 1);
}

@keyframes multiSelectCheckboxAni {
  0% { transform: scale(1); }
  50% { transform: scale(0.975); }
  51% { transform: scale(0.975); }
  100% { transform: scale(1); }
}

.markdown {
  padding: 0
}
.markdownText16 p {
  font-size: 16px !important;
} 
.markdown p {
  font-size: 14;  
  font-weight: 400;
  line-height: 1.7;
}
.markdown h2 {
  margin-top: 70px;
  margin-bottom: 20px;
}
.markdown h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16;  
  line-height: 130%;
}
.markdown img {
  margin: 25px auto;
}
.markdown li {
  line-height: 27px;
}
.markdown blockquote {
  margin: 15px 0;
}
.markdown table {
  width: 100%;
}
.markdown th {
  border: 1px solid rgb(51, 51, 51);
  padding: 4px;
  text-align: left;
  font-weight: bold;
}
.markdown td {
  border-bottom: 1px solid rgb(51, 51, 51);
  padding: 2px;
  padding: 10px 10px 5px 4px;
}
.markdown table th:nth-child(1){
  width: 150px;
}

.profileEditAddPhoto {
  transition: all .1s;
  background: var(--scrollbarThumb);
}
.profileEditPlusWrap {
  width: 25px;
  height: 25px;
}
.profileEditPlusBorder {
  display: none;
}
.profileEditPlusText {
  visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
}
.profileEditAddPhoto:hover {
  background: white;
}
.profileEditAddPhoto:hover .profileEditPlusWrap {
  width: 30px;
  height: 30px;
}
.profileEditAddPhoto:hover .profileEditPlusBorder {
  display: block;
}
.profileEditAddPhoto:hover .profileEditPlusText {
  visibility: visible;
  transform: translate3d(0px, -8px, 0px);
  transform-style: preserve-3d;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

.browsePhotoFileUploadWrapLocal {
  background-color: var(--brandLight);
}
.browsePhotoFileUploadWrapLocal:hover {
  background-color: white;
}
.aspectRatio {
  aspect-ratio: 1;
}