.CircleLoadingIcon_loading__XLk8P {
  animation: CircleLoadingIcon_loading__XLk8P 1.3s linear infinite;
}

@keyframes CircleLoadingIcon_loading__XLk8P {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.Text_text__fLTwn[data-appearance="label"] {
    font-weight: 600;
    font-size: 16px;
  }

.Link_link__I6J6Z {
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  color: var(--color);
  text-wrap: wrap;
}

  .Link_link__I6J6Z svg {
    height: 18px;
    width: 18px;
  }

  .Link_link__I6J6Z.Link_none__TJXwh {
    text-decoration: none;
  }

  .Link_link__I6J6Z.Link_underline__pVD_9 {
    text-decoration: underline;
  }

  .Link_link__I6J6Z:visited {
    color: var(--color);
  }

.Link_buttonStyle__Q5LNH {
  width: fit-content;
  text-decoration: none;
  margin-block: initial;
  margin-inline: initial;
}

.Link_flash__vsSlS {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
}

.Link_flash__vsSlS::before,
  .Link_flash__vsSlS::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.1rem;
    display: block;
    width: 100%;
    height: 0.1rem;
    background: var(--color);
    transition: 700ms var(--ease-out-expo);
  }

.Link_flash__vsSlS::before {
    transform: scaleX(0);
    transform-origin: left;
  }

.Link_flash__vsSlS::after {
    transform-origin: right;
    transition-delay: 0.25s;
  }

.Link_flash__vsSlS:hover::before {
      transform: scaleX(1);
      transition-delay: 0.25s;
    }

.Link_flash__vsSlS:hover::after {
      transform: scaleX(0);
      transition-delay: 0s;
    }

.Link_goTo__wVStW {
  text-decoration: none;
  color: var(--color);
  position: relative;
}

.Link_goTo__wVStW > span {
    background-image: linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) 0.1rem;
    transition: background-size 0.2s linear var(--background-delay, 0.15s);
    font-size: inherit;
    transform: translateZ(0);
  }

.Link_goTo__wVStW > svg {
    vertical-align: top;
    display: inline;
    line-height: 1;
    width: 13px;
    height: 28px;
    position: relative;
    left: -2px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.1rem;
    stroke: var(--color);
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s)
      var(--stroke-easing, linear) var(--stroke-delay, 0s);
  }

.Link_goTo__wVStW:hover {
    --background-size: 0%;
    --background-delay: 0s;
    --stroke-dashoffset: 26;
    --stroke-duration: 0.3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: 0.195s;
  }

/* stylelint-disable selector-class-pattern */
/* stylelint-disable no-descending-specificity */
.Preview_previewMode__uMU3t {
  display: flex;
  flex-direction: column;
  position: fixed;
  align-items: center;
  padding: 6px;
  background-color: var(--off-white);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  inset: 0;
}

.Preview_previewMode__uMU3t.Preview_active__voBR9 {
  opacity: 1;
  pointer-events: all;
}

.Preview_previewMode__uMU3t.Preview_active__voBR9 .Preview_previewIcon__dnMV6 {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 95px;
  width: 46px;
  height: 45px;
  background: var(--lucy-mint);
  background-size: 16px 17px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 7px;
  z-index: 1;
}

.Preview_previewData__vuc8P {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 0 35px 0 50px;
  position: relative;
  background-color: var(--white);
}

.Preview_previewData__vuc8P > p {
  font-size: 12px;
  color: var(--black);
}

.Preview_previewData__vuc8P > p > strong {
  font-weight: 700;
}

.Preview_previewData__vuc8P .Preview_previewClose__p8FcQ {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 35px;
  cursor: pointer;
}

.Preview_previewContentArea__qfPbe {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--lucy-mint);
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 95px 10px 10px;
  padding: 20px;
  width: 100%;
  flex: 1;
}

.Preview_previewContentArea__qfPbe[data-hide-toolbar="true"] {
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    width: 100%;
  }

.Preview_previewFullscreen__OedFi {
  width: calc(100vw);
  height: calc(100vh - 102px);
  overflow: auto;
}

.Preview_previewFullscreen__OedFi::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

.Preview_previewFullscreen__OedFi::-webkit-scrollbar-thumb {
    background: var(--white);
    border-radius: 999px;
  }

.Preview_previewContentArea__qfPbe[data-hide-toolbar="true"] .Preview_previewFullscreen__OedFi {
  width: 100%;
  height: calc(100vh - 170px);
}

.Preview_previewFullscreen__OedFi.Preview_active__voBR9 {
  display: flex;
}

.Preview_previewFullscreen__OedFi .Preview_carouselArrows__ppie_ {
  position: absolute;
  z-index: 9;
  margin-bottom: 0;
  top: -38px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.Preview_previewFullscreen__OedFi .Preview_carouselArrows__ppie_ button:disabled {
      cursor: not-allowed;
      opacity: 0.5;
    }

.Preview_previewFullscreen__OedFi .Preview_carouselArrows__ppie_ * {
  pointer-events: all;
}

.Preview_previewFullscreen__OedFi .Preview_carouselWrap__GIfNK {
  width: calc(100vw - 122px);
  height: calc(100vh - 198px);
  overflow: auto;
}

.Preview_previewFullscreen__OedFi .Preview_previewZoomRange__lDWVX {
  display: flex;
  align-items: center;
  width: 250px;
  height: 35px;
  margin-top: 0;
  position: absolute;
  top: -45px;
  right: 56px;
  background-color: var(--lucy-mint);
  border-radius: 6px;
  padding: 0 10px;
}

.Preview_previewFullscreen__OedFi .Preview_previewZoomRange__lDWVX span {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  cursor: pointer;
}

.Preview_previewFullscreen__OedFi .Preview_previewZoomRange__lDWVX input[type="range"] {
  appearance: none;
  background: var(--lucy-grey1);
  border: 0;
  border-radius: 2px;
  height: 2px;
  outline: none;
  margin: 0 8px;
  width: 111px;
}

.Preview_previewFullscreen__OedFi .Preview_previewZoomRange__lDWVX input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid var(--lucy-mint);
  border-radius: 50%;
  cursor: ew-resize;
  background: var(--lucy-grey1);
}

.Preview_zoomButton__SOizo svg {
    color: var(--lucy-grey1);
    height: 24px;
    width: 24px;
  }

.Preview_zoomButton__SOizo:focus-visible {
    outline: 1px solid var(--lucy-grey1);
  }

.Preview_previewFullscreen__OedFi .Preview_previewZoomRange__lDWVX .Preview_rangePercent__uuuWy {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 25px;
  width: 48px;
  background-color: var(--white);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: var(--grey1);
  margin-left: 10px;
}

.Preview_previewGrid__iDtoT {
  display: none;
}

.Preview_previewGrid__iDtoT.Preview_active__voBR9 {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.Preview_previewGrid__iDtoT .Preview_previewGridArea__uE5Qi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  overflow: auto;
  padding-bottom: 30px;
  margin-bottom: -10px;
  transition: 0.3s ease;
  cursor: grab;
}

.Preview_previewGrid__iDtoT .Preview_previewGridArea__uE5Qi.Preview_active__voBR9 {
  cursor: grabbing;
}

.Preview_previewGrid__iDtoT .Preview_previewGridArea__uE5Qi img {
  border-radius: 6px;
  max-height: calc(100vh - 253px);
  pointer-events: none;
  user-select: none;
}

.Preview_previewGrid__iDtoT .Preview_previewGridArea__uE5Qi::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
  margin: 3px 0;
}

.Preview_previewGrid__iDtoT .Preview_previewGridArea__uE5Qi::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
  border-radius: 5px;
}

.Preview_previewGrid__iDtoT .Preview_previewGridArea__uE5Qi::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 5px;
}

.Preview_previewSidebarMenu__9iQlI {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 75px;
  height: calc(100vh - 168px);
  border-radius: 20px;
  background-color: #b3d5d0;
  padding: 20px;
  transition: 0.3s ease;
  position: absolute;
  top: 65px;
  right: 10px;
  gap: 10px;
}

.Preview_previewSidebarMenu__9iQlI > p {
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
}

.Preview_previewSidebarMenu__9iQlI > span {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  border-radius: 6px;
  background-color: var(--lucy-grey4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
  transition: 0.3s ease;
  border: inset 1px var(--lucy-grey1);
  cursor: pointer;
  position: relative;
}

.Preview_previewSidebarMenu__9iQlI > span:hover {
  filter: drop-shadow(0 4px 4px rgb(0 0 0 / 25%));
}

.Preview_previewSidebarMenu__9iQlI > span.Preview_active__voBR9 {
  background-color: var(--lucy-mint);
  border-color: transparent;
}

.Preview_previewSideBarItem__VC8kr {
  background-color: transparent;
  border-radius: 6px;
  overflow: hidden;
}

.Preview_previewSideBarItem__VC8kr[data-active="true"] svg {
    background-color: var(--lucy-mint);
    border-color: var(--lucy-mint);
  }

.Preview_previewSideBarItem__VC8kr svg {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid var(--lucy-grey1);
    color: var(--lucy-grey1);
    background-color: var(--lucy-grey4);
    padding: 1px;
  }

.Preview_previewSidebarMenu__9iQlI > span .Preview_tooltip__AEzBi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -212px;
  width: 200px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--black);
  background-color: #ebe6da;
  border-radius: 6px;
  z-index: 1;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.Preview_previewSidebarMenu__9iQlI > span:hover .Preview_tooltip__AEzBi {
  opacity: 1;
}

.Preview_previewSidebarMenu__9iQlI > span .Preview_tooltip__AEzBi::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -6px;
  top: 50%;
  margin-top: -8px;
  background-color: #ebe6da;
  transform: rotate(45deg);
  z-index: -1;
}

.Preview_carouselArrows__ppie_ {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--lucy-grey1);
}

.Preview_carouselArrows__ppie_ #Preview_carousel-prev__pVh0k,
.Preview_carouselArrows__ppie_ #Preview_carousel-preview-prev__GZORG,
.Preview_carouselArrows__ppie_ #Preview_carousel-next__9AVOR,
.Preview_carouselArrows__ppie_ #Preview_carousel-preview-next__ghDmI {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.Preview_carouselArrows__ppie_ #Preview_carousel-prev__pVh0k,
.Preview_carouselArrows__ppie_ #Preview_carousel-preview-prev__GZORG {
  transform: rotate(180deg);
}

.Preview_carouselWrap__GIfNK {
  position: relative;
  width: 595px;
  height: 842px;
}

.Preview_carouselWrap__GIfNK .Preview_carouselPages__ccu7Q {
  overflow: hidden;
  position: relative;
}

.Preview_carousel-Wrap__Y0xxy .Preview_carouselPages__ccu7Q #Preview_carousel__ZsTNX,
.Preview_carousel-Wrap__Y0xxy .Preview_carouselPages__ccu7Q #Preview_carousel-preview__9qKYh {
  position: relative;
  top: 0;
  left: 0;
}

.Preview_carousel-wrap__vN4Lz .Preview_carouselPages__ccu7Q #Preview_carousel__ZsTNX .Preview_slide__oNRMv,
.Preview_carousel-wrap__vN4Lz .Preview_carouselPages__ccu7Q #Preview_carousel-preview__9qKYh .Preview_slide__oNRMv {
  width: 595px;
  height: 842px;
  float: left;
  display: flex;
  flex-direction: column;
}

.Preview_carouselWrapper__7jQd5 {
  width: 595px;
  height: 842px;
  position: relative;
}

@media (max-width: 600px) {
  .Preview_previewData__vuc8P {
    padding: 8px;
    flex-direction: column;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
  }
}

.DragScroll_grab__ZninZ {
  cursor: grab;
  user-select: initial;
}

  .DragScroll_grab__ZninZ[data-grabbing="true"] {
    cursor: grabbing;
    user-select: none;
  }

.AdsContent_adsOptions__0m0qu {
  top: var(--ad-top, 0);
  left: var(--ad-left, 0);
}

.AdsContent_size250x250__p3gym {
  --ad-top: 100px;
  --ad-left: 150px;
}

.AdsContent_size336x280__yJrpA {
  --ad-top: 100px;
  --ad-left: 150px;
}

.AdsContent_size468x60__Vs3f2 {
  --ad-top: 200px;
  --ad-left: 80px;
}

.AdsContent_size120x600___5VJH {
  --ad-left: 240px;
}

.AdsContent_size160x600__Lqbzc {
  --ad-left: 240px;
}

.Settings_nav__DAwxe {
  position: sticky;
  top: 12px;
  height: fit-content;
}

.Settings_navContainer__WcZMq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin-left: 12px;
  background: var(--lucy-grey4);
  width: fit-content;
  border-radius: 20px;
  transition: 200ms linear;
  z-index: 1;
  gap: 12px;
  min-height: 60vh;
}

.Settings_flexNav___RdTg {
  flex-direction: column;
}

@media (max-width: 1024px) {
  .Settings_navContainer__WcZMq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    background: var(--lucy-grey4);
    margin-left: 0;
    border-radius: 20px;
    transition: 200ms linear;
    z-index: 2;
    min-height: auto;
  }

  .Settings_flexNav___RdTg {
    flex-direction: row;
  }
}

.Settings_button__LJP17 {
  padding: 0 !important;
  min-height: 35px !important;
  width: 35px !important;
}

.Settings_button__LJP17[data-active="true"] {
    background-color: #cee9e5 !important;
    border-color: #cee9e5 !important;
  }

.Settings_panelWrapper__OF9B7 {
  padding: 20px;
  background-color: #cee9e5;
  border-radius: 20px 0 0 20px;
  width: 330px;
  flex-shrink: 0;
  height: fit-content;
  min-height: 594px;
  max-height: 100%;
  position: sticky;
  top: 12px;
}

.Settings_panelWrapper__OF9B7 hr {
    border-color: #b3d5d0;
    height: 1px;
    margin-block: 0;
  }

.Settings_panelWrapper__OF9B7[data-large="true"] {
    border-radius: 20px 0 20px 20px;
  }

.Settings_toolbarWrapper__ODPnf {
  display: flex;
  animation-duration: 200ms;
}

.Settings_toolbarWrapper__ODPnf[data-opened="true"] .Settings_nav__DAwxe {
      border-radius: 0 20px 20px 0;
      animation-duration: 700ms;
    }

.Settings_panelTopHeader__ASXZa {
  border-bottom: 1px solid #b3d5d0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
}

.Settings_buttonText__CObu4 {
  font-weight: 700;
  font-size: 12px;
}

.Settings_accordionSettings__BFbyS {
  border-radius: 20px !important;
  background: var(--off-white) !important;
}

@media (max-width: 1023px) {
  .Settings_navContainer__WcZMq {
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 12px;
  }

  .Settings_toolbarWrapper__ODPnf {
    align-items: center;
    padding: 12px;
    flex-direction: column-reverse;
  }
}

.AnimatedCheck_scale__GjZO6 {
  animation: AnimatedCheck_scale__GjZO6 200ms;
}

.AnimatedCheck_check__IMUgg {
  stroke-dasharray: 48;
  stroke-dashoffset: -48;
  animation: AnimatedCheck_stroke__8ezJI 500ms forwards;
  animation-delay: 50ms;
  animation-timing-function: var(--ease-in-out-1);
}

@keyframes AnimatedCheck_scale__GjZO6 {
  0%,
  10% {
    transform: none;
  }

  50% {
    transform: scale(0.7);
  }
}

@keyframes AnimatedCheck_stroke__8ezJI {
  0% {
    stroke-dashoffset: -48;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.LoginIntro_wrapper__pO8Js {
  display: flex;
  height: 100%;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

  @media (max-width: 480px) {.LoginIntro_wrapper__pO8Js {
    align-items: flex-start;
    justify-content: flex-start
}
  }

.LoginIntro_mobileModalBackdrop__vMFPq {
  display: none;
}

@media (max-width: 600px) {

.LoginIntro_mobileModalBackdrop__vMFPq {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    top: 0;
    width: 100%;
    height: 85vh;
    z-index: 2
}
  }

.LoginIntro_mobileModal__fwSHs {
  background-color: #e62d25;
  color: #fff;
  width: 90%;
  max-width: 350px;
  padding-left: 20px;
  padding-right: 20px;
  height: 499px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.LoginIntro_mobileModal__fwSHs p {
    margin-bottom: 30px;
  }

.LoginIntro_mobileModal__fwSHs a {
    font-weight: 700;
  }

.LoginIntro_closeMobileModalContainer__MWPb4 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  font-size: 35px !important;
  margin-right: -35px;
}

.LoginIntro_closeMobileModalContainer__MWPb4 img {
    width: 40px;
  }

.LoginIntro_head__YLglR {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  width: 100%;
  align-items: center;
  margin-top: 25vh;
}

@media (max-width: 480px) {

.LoginIntro_head__YLglR {
    margin-top: 25px;
    align-items: flex-start
}
  }

.LoginIntro_cardSection__3splM {
  display: flex;
  flex: 1;
  width: 100%;
  padding: 16px;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 480px) {

.LoginIntro_cardSection__3splM {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}
  }

.LoginIntro_card__qKmE2 {
  padding: 16px;
  background-color: var(--white);

  /* z-index: 3; */
  border-radius: 14px;

  /* border-radius: 14px; */
}

.LoginIntro_columns__h0Iq3 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 800px;
}

.LoginIntro_column__zrtog {
  flex: 1;
  margin: 0 10px;
  text-align: center;
}

.LoginIntro_boxFlex__oUhp0 {
  padding-top: 11px;

  /* width:50%; */
  margin-right: 25px;
  border-radius: 14px;
}

@media (max-width: 480px) {

.LoginIntro_boxFlex__oUhp0 {
    margin-right: 0;
    width: 100%;
    height: 212px;
    padding: 0 16px
}
  }

.LoginIntro_box__SYpMv {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 14px;

  /* border-radius: var(--size-2) 0 0 var(--size-2); */

  /* overflow-x: scroll; */

  /* width: 100%; */
  transition: 0.3s ease;
  height: 212px;
}

.LoginIntro_box__SYpMv:hover {
    filter: drop-shadow(0 4px 4px rgba(0 0 0 / 25%));
  }

.LoginIntro_box__SYpMv svg {
    height: 18px;
    width: 18px;
  }

.LoginIntro_box__SYpMv a {
    color: currentcolor;
  }

.LoginIntro_box__SYpMv a::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }

.LoginIntro_myBox__Lx2Mp {
  width: 100%;
  border-radius: 14px;
}

.LoginIntro_myBox__Lx2Mp img {
    border-radius: var(--size-2) var(--size-2) 0 0;
    height: 108px;
    width: 100%;
    object-fit: cover;
  }

.LoginIntro_responsiveHeaderCompanies__u2dk9 {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {

.LoginIntro_responsiveHeaderCompanies__u2dk9 {
    display: none
}
  }

.LoginIntro_companiesHeaderWide__I76nd {
  width: 95%;
  display: flex;
  margin-left: 100px;
}

/* margin-bottom: 100px; */

@media (max-width: 480px) {

.LoginIntro_companiesHeaderWide__I76nd {
    display: none
}
  }

.LoginIntro_companiesHeader__2dcJK {
  display: none;

  /* display:none; */

  /* text-align: center; */
  font-weight: bold;
  font-size: 14px;
  color: var(--lucy-grey1);
}

/* margin-top:-26px; */

/* margin-left:100px; */

/* flex-wrap: nowrap; */

/* width: 200px;
  width:95%; */

/* justify-content:center; */

@media (max-width: 480px) {

.LoginIntro_companiesHeader__2dcJK {
    display: flex;
    size: var(--font-size-4);
    margin-top: 0;
    font-weight: bold;
    align-items: start;
    margin-bottom: 19px
}
  }

.LoginIntro_companies__xg18v {
  padding-top: 10px;
  width: 50%;
  overflow: auto;
}

/* padding: 0px 16px ; */

/* flex-wrap: wrap; */

@media (max-width: 480px) {

.LoginIntro_companies__xg18v {
    /* display:flex; */
    width: 100%;

    /* padding:16px; */

    flex-flow: column wrap
}
  }

.LoginIntro_scrollView__uUA7R {
  /* overflow-x: scroll; */

  /* padding: 0px 16px ; */
  scrollbar-width: none;
}

/* padding:  0px -36px 0px -36px; */

@media (max-width: 480px) {

.LoginIntro_scrollView__uUA7R {
    flex-wrap: wrap
}
  }

.LoginIntro_footer__dyidy {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  color: white;
  background-color: var(--brand);
  gap: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  border-radius: 0 0 var(--size-2) var(--size-2);
}

.LoginIntro_collaboratorBox__4arUD {
  background-color: var(--white);
}

.LoginIntro_collaboratorBox__4arUD img {
    padding: 20px;
    height: 108px;
    width: 420px;
    object-fit: contain;
  }

.LoginIntro_collaboratorBox__4arUD .LoginIntro_footer__dyidy {
    background-color: var(--white);
    color: var(--foreground);
  }

.LoginIntro_footerIcon__VDLJk {
  margin-left: 8px;
}

.LoginIntro_logoBox__ocN_h {
  background-color: #fff;
}

.LoginIntro_logo__Q6UcV {
  margin-top: 10px;
  max-height: 50px;
}

