@charset "UTF-8";
@font-face {
  font-family: DrukWide;
  font-display: swap;
  src: url("../fonts/DrukWide-Bold.woff2") format("woff2"), url("../fonts/DrukWide-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: "DM Sans", serif;
}

*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: "BakbakOne", sans-serif;
  font-weight: 400;
  line-height: 1;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

sup {
  color: inherit;
}

.noscroll{
  overflow: hidden;
}

.overlay{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  background-color: rgb(17 17 17 / 0.6);
  opacity: 0;
}
.overlay.active{
  z-index: 100;
  opacity: 1;
}

.popup{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  opacity: 0;
}
.popup.active{
  z-index: 100;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.popup__wrap{
  position: relative;
  display: flex;
  max-height: 100vh;
  flex-direction: column;
  overflow-y: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-top: 64px;
}
@media (min-width: 768px){
  .popup__wrap{
    max-height: 98vh;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 38px;
    padding-top: 52px;
  }
}
.popup__close{
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 3;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
@media (min-width: 768px){
  .popup__close{
    height: 32px;
    width: 32px;
  }
}
.popup.popup__primary{
  height: 100%;
  background-image: url("../images/bg-mob.png"), radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .popup.popup__primary{
    height: auto;
    border-radius: 32px;
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  }
}
.popup.popup__secondary{
  background-image: url("../images/popup-bg-mobile.png");
}
@media (min-width: 768px){
  .popup.popup__secondary{
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  }
}
.popup.popup__tertiary {
  top: unset;
  bottom: 0px;
  height: fit-content;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .popup.popup__tertiary{
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 32px;
  }
}
.popup.popup__tertiary .popup__wrap{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 32px;
}
@media (min-width: 768px){
  .popup.popup__tertiary .popup__wrap{
    padding: 48px;
    padding-top: 72px;
  }
}

.how-it-works{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 72px;
}

@media (min-width: 768px){
  .how-it-works{
    padding-bottom: 24px;
  }
}
.how-it-works li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background-color: rgb(255 255 255 / 0.1);
  padding: 10px;
  line-height: 1;
}
.how-it-works li::after{
  position: absolute;
  right: 25%;
  --tw-content: url("../images/arrow-down.svg");
  content: var(--tw-content);
}
@media (min-width: 375px){
  .how-it-works li{
    gap: 14px;
    padding: 12px;
  }
}
@media (min-width: 768px){
  .how-it-works li{
    gap: 10px;
  }
  .how-it-works li::after{
    content: var(--tw-content);
    right: 45%;
  }
}
.how-it-works li:first-child .photo{
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(241 234 50 / var(--tw-border-opacity));
}
.how-it-works li:last-child::after{
  content: var(--tw-content);
  display: none;
}
.how-it-works li:nth-child(odd)::after{
  content: var(--tw-content);
  bottom: -20px;
}
.how-it-works li:nth-child(even)::after{
  content: var(--tw-content);
  bottom: -14px;
}
.how-it-works li h4{
  font-size: 14px;
}
@media (min-width: 375px){
  .how-it-works li h4{
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .how-it-works li h4{
    font-size: 18px;
  }
}
.how-it-works li span{
  --tw-text-opacity: 1;
  color: rgb(241 234 50 / var(--tw-text-opacity));
}
.how-it-works li .step{
  width: 30px;
  flex-shrink: 0;
  text-align: center;
  font-family: DrukWide;
  font-size: 18px;
  font-weight: 700;
}
.how-it-works li .photo{
  margin-left: auto;
  width: 100%;
  max-width: 72px;
  border-radius: 16px;
}
.how-it-works .bagde{
  position: absolute;
  top: 16px;
  right: 5px;
  max-width: 34px;
}

.just-dressed-card{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  width: 100%;
  border-radius: 16px;
  padding: 12px;
  padding-bottom: 16px;
  text-align: center;
}

.just-dressed-card::after{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  height: 339px;
  width: 383px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("../images/just-dressed-card-bg.png");
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .just-dressed-card{
    margin-top: 0px;
  }
}
.just-dressed-card.just-dressed-mod-card{
  margin-top: 45px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.just-dressed-card.just-dressed-mod-card::after{
  height: 230px;
  width: 160px;
  content: var(--tw-content);
  background-image: url("../images/just-dressed-card-mod-bg.png");
}
@media (min-width: 768px){
  .just-dressed-card.just-dressed-mod-card{
    margin-top: 0px;
  }
}
.just-dressed-card.just-dressed-mod-card .just-dressed-card-image{
  margin-top: -10px;
  height: 172px;
  width: 135px;
}
.just-dressed-card.just-dressed-mod-card .avatar-friend{
  margin-left: auto;
  margin-right: auto;
  height: 172px;
  width: 135px;
}
.just-dressed-card h3{
  font-size: 12px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-card h3{
    font-size: 16px;
    line-height: 1;
  }
}
.just-dressed-card p{
  font-family: "DM Sans", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-card p{
    font-size: 16px;
    line-height: 1.125;
  }
}
.just-dressed-card-image{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 1.5rem;
  height: 253px;
  width: 199px;
}
@media (min-width: 768px){
  .just-dressed-card-image{
    margin-bottom: 1rem;
  }
}
.just-dressed-card-image > img{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.just-dressed-card-nav{
  position: absolute;
  top: 60%;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px){
  .just-dressed-card-nav{
    display: flex;
  }
}
.just-dressed-card-badge{
  position: absolute;
  top: 43px;
  right: -33px;
  width: 100%;
  max-width: 90px;
}
.just-dressed-card-badge img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.just-dressed-form{
  margin-top: 24px;
}
.just-dressed-form h2{
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -3%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-form h2{
    font-size: 32px;
    line-height: 1;
  }
}
.just-dressed-form p{
  margin-top: 0.25rem;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 18px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .just-dressed-form p{
    margin-top: 0.5rem;
    font-size: 24px;
    line-height: 1.4;
  }
}
.just-dressed-form-emotions{
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
@media (min-width: 768px){
  .just-dressed-form-emotions{
    margin-top: 0.5rem;
  }
}
.just-dressed-form-emotion{
  height: 50px;
  flex: 0 0 50px;
}
.just-dressed-form-emotion input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.just-dressed-form-emotion label{
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 1024px){
  .just-dressed-form-emotion label{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
  }
  .just-dressed-form-emotion label:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(20 39 72 / var(--tw-bg-opacity));
  }
}
.just-dressed-form-emotion label img{
  display: block;
  height: 36px;
  width: 36px;
}
.just-dressed-form-emotion input:checked + label{
  --tw-bg-opacity: 1;
  background-color: rgb(73 39 114 / var(--tw-bg-opacity));
}
.just-dressed-form .btn{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: flex;
  background-size: cover;
}
@media (min-width: 768px){
  .just-dressed-form .btn{
    margin-top: 48px;
    width: 100%;
  }
}

.popup-line{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 4px;
  width: 35px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .popup-line{
    display: none;
  }
}

.popup-send-invite .popup__close{
  display: flex;
}
.popup-send-invite h2{
  margin-top: 1rem;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -3%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .popup-send-invite h2{
    margin-top: 0px;
    font-size: 32px;
    line-height: 1;
  }
}
.popup-send-invite p{
  margin-top: 18px;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 12px;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .popup-send-invite p{
    margin-top: 32px;
    padding: 16px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.popup-send-invite-form{
  margin-top: 24px;
  display: none;
}
@media (min-width: 768px){
  .popup-send-invite-form{
    display: block;
  }
}
.popup-send-invite-form input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.popup-send-invite-form label{
  position: relative;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  gap: 12px;
  font-family: "DM Sans", serif;
  font-size: 20px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.popup-send-invite-form label::before{
  height: 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(54 59 103 / var(--tw-bg-opacity));
}
.popup-send-invite-form label::after{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  background-image: url("../images/chekbox-checked.svg");
  content: var(--tw-content);
  opacity: 0;
}
.popup-send-invite-form input:checked + label:after{
  opacity: 1;
}
.popup-send-invite-buttons{
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px){
  .popup-send-invite-buttons{
    margin-top: 48px;
    flex-direction: row;
    gap: 24px;
  }
}
.popup-send-invite-buttons .btn{
  flex: 1 0;
}
.popup-send-invite-buttons .btn svg{
  display: block;
  height: 20px;
  width: 20px;
}
.popup-send-invite-buttons .btn-fourth{
  background-image: url("../images/btn-primary-100.png");
}
@media (min-width: 768px){
  .popup-send-invite-buttons .btn-fourth{
    --tw-bg-opacity: 1;
    background-color: rgb(52 67 93 / var(--tw-bg-opacity));
    background-image: none;
  }
}
@media (min-width: 1024px){
  .popup-send-invite-buttons .btn-fourth:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(32 38 87 / var(--tw-bg-opacity));
  }
}
.popup-send-invite-buttons .btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(52 67 93 / var(--tw-bg-opacity));
  background-image: none;
}
@media (min-width: 768px){
  .popup-send-invite-buttons .btn-primary{
    background-image: url("../images/btn-primary-100.png");
  }
}

.thank-you-sharing .popup__close{
  display: none;
}

@media (min-width: 768px){
  .thank-you-sharing .popup__close{
    display: flex;
  }
}
.thank-you-sharing h2{
  margin-top: 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px){
  .thank-you-sharing h2{
    margin-top: 32px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -3%;
  }
}
.thank-you-sharing p{
  margin-top: 0.5rem;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 16px;
  line-height: 1.125;
}
@media (min-width: 768px){
  .thank-you-sharing p{
    font-size: 24px;
    line-height: 1;
    letter-spacing: -3%;
  }
}
.thank-you-sharing-image{
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  width: 100%;
  max-width: 291px;
}
@media (min-width: 768px){
  .thank-you-sharing-image{
    margin-top: 0px;
    max-width: 100%;
  }
}
.thank-you-sharing-image img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.thank-you-sharing-buttons{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px){
  .thank-you-sharing-buttons{
    margin-top: 32px;
    gap: 16px;
  }
}
.thank-you-sharing-buttons .btn svg{
  display: block;
  height: 20px;
  width: 20px;
}

.confirm-popup{
  border-radius: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: cover;
  background-repeat: no-repeat;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .confirm-popup{
    border-radius: 32px;
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
    padding: 34px;
    padding-top: 56px;
    padding-bottom: 48px;
  }
}
.confirm-popup p{
  margin-top: 19px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 18px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .confirm-popup p{
    padding: 0px;
    padding-bottom: 48px;
    font-family: BakbakOne;
    font-size: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.confirm-popup-buttons{
  margin-top: 17px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 174 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .confirm-popup-buttons{
    margin-top: 0px;
    border-style: none;
  }
}
.confirm-popup-buttons button{
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 18px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .confirm-popup-buttons button{
    border-radius: 8px;
    background-color: rgb(255 255 255 / 0.2);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.confirm-popup-buttons button.confirm-popup-button-red{
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 174 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(232 36 37 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .confirm-popup-buttons button.confirm-popup-button-red{
    margin-bottom: 24px;
    border-radius: 8px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(238 91 92 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .confirm-popup-buttons button.confirm-popup-button-red:hover{
    opacity: 0.9;
  }
  #how-it-works{
    max-width: 553px;
  }
  #how-it-works2{
    max-width: 553px;
  }
  #mobile-phone-number,
#ender-code,
#just-dressed-you,
#just-dressed-user,
#send-invite,
#thank-you-sharing,
#we-shared-your-look,
#step-form,
#feadback-pupup{
    max-width: 678px;
  }
  #feadback-pupup{
    max-width: 685px;
  }
}

#confirm{
  max-width: 270px;
}

@media (min-width: 768px){
  #confirm{
    max-width: 505px;
  }
}

#logout-popup{
  max-width: 270px;
}

@media (min-width: 768px){
  #logout-popup{
    max-width: 420px;
  }
}

#just-dressed-you .popup__wrap{
  padding-top: 2rem;
}

@media (min-width: 768px){
  #just-dressed-you .popup__wrap{
    padding-top: 0px;
  }
}

.tab {
  display: none;
}
.tab.tab-scroll{
  overflow: auto;
}
@media (min-width: 768px){
  .tab.tab-scroll{
    overflow: visible;
  }
}

.step-digit{
  display: none;
  font-family: "DM Sans", serif;
  font-weight: 500;
}

@media (min-width: 768px){
  .step-digit{
    font-size: 18px;
  }
}

.step-digit.active{
  display: block;
}

.body-type-label{
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.8);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}

.radio-icon{
  position: absolute;
  right: 16px;
  top: 16px;
}

.example-photo{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.example-photo .checkgreen{
  position: absolute;
  top: 8px;
  right: 8px;
  height: 24px;
  width: 24px;
}
.example-photo .rule{
  position: absolute;
  bottom: 0px;
  display: flex;
  height: 40%;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  background-image: linear-gradient(178.36deg, rgba(0, 0, 0, 0) 9.511%,rgba(0, 0, 0, 0.6) 68.372%);
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px){
  .example-photo .rule{
    height: 32%;
  }
}
.example-photo .rule p{
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 768px){
  .example-photo .rule p{
    font-size: 18px;
  }
}

.history-photo{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px){
  .history-photo{
    max-width: 170px;
  }
}
.history-photo p{
  padding-top: 8px;
  font-family: "DM Sans", serif;
  font-size: 16px;
  line-height: 1.12;
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.history-photo p span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.history-photo .thumbnail{
  position: relative;
  height: 140px;
  width: 140px;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 350px){
  .history-photo .thumbnail{
    height: 154px;
    width: 154px;
  }
}
@media (min-width: 375px){
  .history-photo .thumbnail{
    height: 164px;
    width: 164px;
  }
}
.history-photo .thumbnail img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.history-photo .thumbnail .circle{
  position: absolute;
  bottom: 4px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.history-photo .thumbnail .circle.share{
  left: 4px;
}
.history-photo .thumbnail .circle.delete{
  right: 4px;
}
.history-photo .thumbnail .icon{
  height: 20px;
  width: 20px;
}

.thumb{
  height: 44px;
  width: 44px;
  overflow: hidden;
  border-radius: 16px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 234 50 / var(--tw-border-opacity));
}

@media (min-width: 1024px){
  .thumb{
    height: 56px;
    width: 56px;
  }
}
.thumb img{
  width: 100%;
}

.file-upload{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.file-input{
  position: absolute;
  z-index: -10;
  height: 0.25rem;
  width: 0.25rem;
  overflow: hidden;
  opacity: 0;
}

.file-names-container{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.file-name{
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "DM Sans", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .file-name{
    font-size: 20px;
  }
}

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  min-height: 1100px;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1310px){
  .container{
    max-width: 1310px;
  }
}
h1,
  .h1{
  font-size: 32px;
}
@media (min-width: 1024px){
  h1,
  .h1{
    font-size: 42px;
  }
}
h2,
  .h2{
  font-size: 28px;
}
@media (min-width: 1024px){
  h2,
  .h2{
    font-size: 28px;
  }
}
h3,
  .h3{
  font-size: 28px;
}
@media (min-width: 1024px){
  h3,
  .h3{
    font-size: 32px;
  }
}
h4,
  .h4{
  font-size: 18px;
}
@media (min-width: 1024px){
  h4,
  .h4{
    font-size: 18px;
  }
}
p{
  font-size: 20px;
}
@media (min-width: 1024px){
  p{
    font-size: 24px;
  }
}
.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-primary{
  background-color: rgba(32, 38, 87, 0.2);
  background-image: url("../images/btn-primary-100.png");
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}
@media (min-width: 1024px){
  .btn-primary{
    font-size: 20px;
  }
}
.btn-secondary{
  background-color: rgba(17, 17, 17, 0.6);
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}
.btn-secondary:hover{
  background-color: rgba(32, 38, 87, 0.2);
}
@media (min-width: 1024px){
  .btn-secondary{
    font-size: 20px;
  }
}
.btn-tertiary{
  border-radius: 9999px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-tertiary.active{
  --tw-bg-opacity: 1;
  background-color: rgb(241 234 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
.btn-fourth{
  --tw-bg-opacity: 1;
  background-color: rgb(52 67 93 / var(--tw-bg-opacity));
  padding: 9px;
  font-size: 18px;
}
.btn-fourth:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(32 38 87 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .btn-fourth{
    font-size: 20px;
  }
}
.btn .gift{
  height: 24px;
  width: 14px;
}
.btn .invite{
  display: none;
  height: 24px;
  width: 18px;
}
@media (min-width: 375px){
  .btn .invite{
    display: block;
  }
}
.form-input{
  width: 100%;
  font-family: BakbakOne;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}
.form-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
textarea{
  resize: none;
}
textarea.text-area-sidebar{
  height: 83px;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
}
@media (min-width: 1024px){
  textarea.text-area-sidebar{
    height: 120px;
  }
}
.checkbox-primary,
  .radio-primary{
  display: none;
}
.checkbox-label{
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 36px;
  font-family: "DM Sans", serif;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.checkbox-label::before{
  position: absolute;
  left: 0px;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  background-image: url("../images/checkbox-inactive.png");
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
@media (min-width: 768px){
  .checkbox-label{
    font-size: 18px;
  }
}
.checkbox-label a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.checkbox-label a:hover{
  text-decoration-line: none;
}
input:checked + .checkbox-label::before{
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  background-color: rgb(32 38 87 / 0.1);
  content: var(--tw-content);
  background-image: url("../images/chekbox-checked.svg");
}
.input{
  width: 100%;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}
.input::placeholder{
  font-size: 18px;
  line-height: 1;
}
.radio-primary:checked + .body-type-label{
  background-color: rgb(255 255 255 / 1);
}
.pin-container{
  display: flex;
  justify-content: center;
  gap: 8px;
}
.digit-container input{
  height: 40px;
  width: 40px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}
@media (min-width: 450px){
  .digit-container input{
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 768px){
  .digit-container input{
    height: 108px;
    width: 96px;
  }
}
.digit-container input::placeholder{
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .digit-container input::placeholder{
    font-size: 28px;
  }
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.\!left-2{
  left: 0.5rem !important;
}
.\!right-2{
  right: 0.5rem !important;
}
.-bottom-\[20px\]{
  bottom: -20px;
}
.-bottom-\[45px\]{
  bottom: -45px;
}
.-left-\[203px\]{
  left: -203px;
}
.-left-\[4px\]{
  left: -4px;
}
.-left-\[60px\]{
  left: -60px;
}
.-right-\[40px\]{
  right: -40px;
}
.-right-\[45px\]{
  right: -45px;
}
.-right-\[70px\]{
  right: -70px;
}
.-top-\[35px\]{
  top: -35px;
}
.-top-\[4px\]{
  top: -4px;
}
.-top-\[50px\]{
  top: -50px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-4px\]{
  bottom: -4px;
}
.bottom-\[4px\]{
  bottom: 4px;
}
.bottom-\[50\%\]{
  bottom: 50%;
}
.bottom-\[90px\]{
  bottom: 90px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-\[-4px\]{
  left: -4px;
}
.left-\[15px\]{
  left: 15px;
}
.left-\[4px\]{
  left: 4px;
}
.left-\[50\%\]{
  left: 50%;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-\[-33px\]{
  right: -33px;
}
.right-\[-4px\]{
  right: -4px;
}
.right-\[16px\]{
  right: 16px;
}
.right-\[24px\]{
  right: 24px;
}
.right-\[35\%\]{
  right: 35%;
}
.right-\[4px\]{
  right: 4px;
}
.right-\[5px\]{
  right: 5px;
}
.right-\[8px\]{
  right: 8px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-5{
  top: 1.25rem;
}
.top-\[-4px\]{
  top: -4px;
}
.top-\[16\.5px\]{
  top: 16.5px;
}
.top-\[16px\]{
  top: 16px;
}
.top-\[24px\]{
  top: 24px;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[43px\]{
  top: 43px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[60\%\]{
  top: 60%;
}
.top-\[8px\]{
  top: 8px;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.m-auto{
  margin: auto;
}
.mx-\[16px\]{
  margin-left: 16px;
  margin-right: 16px;
}
.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[3px\]{
  margin-top: 3px;
  margin-bottom: 3px;
}
.\!mb-\[8px\]{
  margin-bottom: 8px !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-\[15px\]{
  margin-top: 15px !important;
}
.\!mt-\[16px\]{
  margin-top: 16px !important;
}
.\!mt-\[24px\]{
  margin-top: 24px !important;
}
.\!mt-\[8px\]{
  margin-top: 8px !important;
}
.-mt-\[10px\]{
  margin-top: -10px;
}
.mb-11{
  margin-bottom: 2.75rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.ml-auto{
  margin-left: auto;
}
.mr-\[0\.667vw\]{
  margin-right: 0.667vw;
}
.mr-\[1\.5vw\]{
  margin-right: 1.5vw;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[17px\]{
  margin-top: 17px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[19px\]{
  margin-top: 19px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[34px\]{
  margin-top: 34px;
}
.mt-\[38px\]{
  margin-top: 38px;
}
.mt-\[40\]{
  margin-top: 40;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[45px\]{
  margin-top: 45px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[13px\]{
  height: 13px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[172px\]{
  height: 172px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[253px\]{
  height: 253px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[295px\]{
  height: 295px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[40\%\]{
  height: 40%;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[464px\]{
  height: 464px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[83px\]{
  height: 83px;
}
.h-\[96px\]{
  height: 96px;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-\[100\%\]{
  max-height: 100%;
}
.max-h-\[100vh\]{
  max-height: 100vh;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[35vh\]{
  max-height: 35vh;
}
.max-h-\[62vh\]{
  max-height: 62vh;
}
.min-h-\[100vh\]{
  min-height: 100vh;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-full{
  min-height: 100%;
}
.\!w-\[90\%\]{
  width: 90% !important;
}
.\!w-full{
  width: 100% !important;
}
.w-1{
  width: 0.25rem;
}
.w-1\/5{
  width: 20%;
}
.w-\[123px\]{
  width: 123px;
}
.w-\[135px\]{
  width: 135px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[148px\]{
  width: 148px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[197px\]{
  width: 197px;
}
.w-\[199px\]{
  width: 199px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[225px\]{
  width: 225px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[33px\]{
  width: 33px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[62px\]{
  width: 62px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[88\.5px\]{
  width: 88.5px;
}
.w-\[89px\]{
  width: 89px;
}
.w-full{
  width: 100%;
}
.min-w-\[284px\]{
  min-width: 284px;
}
.min-w-\[310px\]{
  min-width: 310px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1108px\]{
  max-width: 1108px;
}
.max-w-\[110px\]{
  max-width: 110px;
}
.max-w-\[1188px\]{
  max-width: 1188px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[270px\]{
  max-width: 270px;
}
.max-w-\[291px\]{
  max-width: 291px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[306px\]{
  max-width: 306px;
}
.max-w-\[325px\]{
  max-width: 325px;
}
.max-w-\[34px\]{
  max-width: 34px;
}
.max-w-\[40px\]{
  max-width: 40px;
}
.max-w-\[44px\]{
  max-width: 44px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[525px\]{
  max-width: 525px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[56px\]{
  max-width: 56px;
}
.max-w-\[60\%\]{
  max-width: 60%;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[642px\]{
  max-width: 642px;
}
.max-w-\[693px\]{
  max-width: 693px;
}
.max-w-\[72px\]{
  max-width: 72px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[824px\]{
  max-width: 824px;
}
.max-w-\[88\%\]{
  max-width: 88%;
}
.max-w-\[90px\]{
  max-width: 90px;
}
.max-w-\[95\.5\%\]{
  max-width: 95.5%;
}
.flex-\[0_0_50px\]{
  flex: 0 0 50px;
}
.flex-\[1_0\]{
  flex: 1 0;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[40\%\]{
  --tw-translate-y: -40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50\%\]{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  user-select: none;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[64px\]{
  gap: 64px;
}
.gap-\[8px\]{
  gap: 8px;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-t-\[16px\]{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rounded-t-\[32px\]{
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.border{
  border-width: 1px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-undress-genai-gray-150{
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-undress-genai-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(172 172 174 / var(--tw-border-opacity));
}
.border-undress-genai-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(241 234 50 / var(--tw-border-opacity));
}
.border-undress-genai-yellow-400\/50{
  border-color: rgb(241 234 50 / 0.5);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-undress-genai-black-100{
  background-color: rgba(32, 38, 87, 0.2);
}
.bg-undress-genai-black-150{
  background-color: rgba(17, 17, 17, 0.6);
}
.bg-undress-genai-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(52 67 93 / var(--tw-bg-opacity));
}
.bg-undress-genai-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(53 42 92 / var(--tw-bg-opacity));
}
.bg-undress-genai-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(56 65 95 / var(--tw-bg-opacity));
}
.bg-undress-genai-gray-750{
  --tw-bg-opacity: 1;
  background-color: #0a1a14;
}
.bg-undress-genai-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(241 234 50 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-ai-fashion{
  background-image: url("../images/ai-fashion.png");
}
.bg-dradient-border{
  background-image: linear-gradient(to right, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
}
.bg-gradient-100{
  background-image: url("../images/btn-primary-100.png");
}
.bg-gradient-150{
  background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
}
.bg-gradient-250{
  background-image: linear-gradient(178.36deg, rgba(0, 0, 0, 0) 9.511%,rgba(0, 0, 0, 0.6) 68.372%);
}
.bg-gradient-card{
  background-image: radial-gradient(48.34% 104.12% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54143) 45.86%, rgba(112, 150, 245, 0) 100%),
      radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35349) 64.65%, rgba(167, 99, 238, 0) 100%),
      radial-gradient(41.64% 89.7% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%),
      radial-gradient(33.33% 64.13% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%),
      radial-gradient(54.28% 116.92% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%),
      radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35349) 64.65%, rgba(167, 99, 238, 0) 100%),
      linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.bg-gradient-header{
      background-image: linear-gradient(99deg, #3bba6a 0%, #3bba6a 50%, #12853d 100%) !important;
}
.bg-gradient-main{
  background-image: radial-gradient(503.9% 100% at 50% 0%, #57287A 0%, #41256E 18.74%, #171D55 48.42%, #00153B 60.94%, #001330 100%),
radial-gradient(73.14% 15.25% at 72.33% 91.68%, rgba(78, 39, 118, 0.2) 5.53%, rgba(66, 37, 111, 0.2) 10.58%, rgba(38, 32, 93, 0) 57.27%, rgba(0, 19, 48, 0) 100%),
radial-gradient(503.9% 100% at 50% 0%, #57287A 0%, #41256E 18.74%, #171D55 48.42%, #00153B 60.94%, #001330 100%);
;
}
.bg-hero-mobile-landing{
  background-image: url("../blurred-bg.svg");
}
.bg-mob-login{
  background-image: url("../images/bg-mob.png"), radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
}
.bg-none{
  background-image: none;
}
.bg-popup-bg-mobile{
  background-image: url("../images/popup-bg-mobile.png");
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-left{
  object-position: left;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[2px\]{
  padding: 2px;
}
.p-\[9px\]{
  padding: 9px;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[2px\]{
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[10\.5px\]{
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[21px\]{
  padding-top: 21px;
  padding-bottom: 21px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[25\.5px\]{
  padding-top: 25.5px;
  padding-bottom: 25.5px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[33px\]{
  padding-top: 33px;
  padding-bottom: 33px;
}
.py-\[4\.5px\]{
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[48px\]{
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1.2rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[16px\]{
  padding-bottom: 16px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[32px\]{
  padding-bottom: 32px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[72px\]{
  padding-bottom: 72px;
}
.pb-\[86px\]{
  padding-bottom: 86px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-\[36px\]{
  padding-left: 36px;
}
.pt-0{
  padding-top: 0px;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[12px\]{
  padding-top: 12px;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[33px\]{
  padding-top: 33px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.pt-\[83px\]{
  padding-top: 83px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.\!text-left{
  text-align: left !important;
}
.text-center{
  text-align: center;
}
.font-lading{
  font-family: Inter;
}
.font-number{
  font-family: DrukWide;
}
.font-paragraph{
  font-family: "DM Sans", serif;
}
.\!text-\[12px\]{
  font-size: 12px !important;
}
.\!text-\[16px\]{
  font-size: 16px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\]{
  font-size: 0;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[0\.9\]{
  line-height: 0.9;
}
.leading-\[1\.125\]{
  line-height: 1.125;
}
.leading-\[1\.12\]{
  line-height: 1.12;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.43\]{
  line-height: 1.43;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-none{
  line-height: 1;
}
.-tracking-\[-0\.325px\]{
  letter-spacing: 0.325px;
}
.-tracking-\[-1\.44px\]{
  letter-spacing: 1.44px;
}
.-tracking-\[0\.03em\]{
  letter-spacing: -0.03em;
}
.-tracking-\[0\.14px\]{
  letter-spacing: -0.14px;
}
.-tracking-\[0\.16px\]{
  letter-spacing: -0.16px;
}
.-tracking-\[0\.325px\]{
  letter-spacing: -0.325px;
}
.-tracking-\[0\.32px\]{
  letter-spacing: -0.32px;
}
.-tracking-\[0\.496px\]{
  letter-spacing: -0.496px;
}
.-tracking-\[0\.49px\]{
  letter-spacing: -0.49px;
}
.-tracking-\[0\.504px\]{
  letter-spacing: -0.504px;
}
.-tracking-\[0\.62px\]{
  letter-spacing: -0.62px;
}
.-tracking-\[0\.648px\]{
  letter-spacing: -0.648px;
}
.-tracking-\[1\.44px\]{
  letter-spacing: -1.44px;
}
.-tracking-\[1\.92px\]{
  letter-spacing: -1.22px;
}
.tracking-\[-3\%\]{
  letter-spacing: -3%;
}
.text-undress-genai-black-200{
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
.text-undress-genai-blue-100{
  --tw-text-opacity: 1;
  color: rgb(32 38 87 / var(--tw-text-opacity));
}
.text-undress-genai-blue-150{
  --tw-text-opacity: 1;
  color: rgb(236 239 255 / var(--tw-text-opacity));
}
.text-undress-genai-gray-200{
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.text-undress-genai-gray-350{
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity));
}
.text-undress-genai-gray-500{
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}
.text-undress-genai-gray-550{
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-undress-genai-red-600{
  --tw-text-opacity: 1;
  color: rgb(232 36 37 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-box-100{
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-box-200{
  --tw-shadow: 0px 4px 20px 0px rgb(59 186 106 / 56%);
  --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-box-300{
  --tw-shadow: 0px 0.5px 1px rgba(17, 17, 17, 0.25);
  --tw-shadow-colored: 0px 0.5px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[20px\]{
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-slide-control{
  --tw-content: url("../images/slide-control.svg");
  content: var(--tw-content);
}
/* =======================================================================================================================
* Библиотеки
* раскомментировать для использования
*/
/*
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.gallery {
  width: 100%;
  margin: 0 auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: 295px;
}
@media (min-width: 576px){
  .gallery-slider .swiper-slide{
    height: 427px;
  }
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.gallery-thumbs {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 6px 0;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
  max-width: 300px;
}
@media (min-width: 576px){
  .gallery-thumbs{
    max-width: 424px;
  }
}
.gallery-thumbs .swiper-slide {
  text-align: center;
  position: relative;
  height: 60px;
  width: 48px;
}
@media (min-width: 576px){
  .gallery-thumbs .swiper-slide{
    height: 90px;
    width: 72px;
  }
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 6px;
}
@media (min-width: 576px){
  .gallery-thumbs .swiper-slide img{
    border-radius: 8px;
  }
}
.gallery-thumbs .swiper-slide-active::before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  height: 68px;
  width: 56px;
  border-radius: 12px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(241 234 50 / var(--tw-border-opacity));
}
@media (min-width: 576px){
  .gallery-thumbs .swiper-slide-active::before{
    left: -6px;
    top: -6px;
    height: 102px;
    width: 84px;
    border-radius: 14px;
    border-width: 6px;
  }
}
.gallery-slider-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery-thumbs-main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding-top: 16px;
}
@media (min-width: 768px){
  .gallery-thumbs-main{
    margin-left: 0px;
    max-width: 56px;
    padding-top: 0px;
  }
}
.gallery-thumbs-main .swiper-slide {
  text-align: center;
  position: relative;
  height: 33px;
  width: 33px;
}
@media (min-width: 576px){
  .gallery-thumbs-main .swiper-slide{
    height: 56px;
    width: 56px;
  }
}
.gallery-thumbs-main .swiper-slide img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.gallery-thumbs-main .swiper-slide .placeholder {
  display: block;
}
.gallery-thumbs-main .swiper-slide .thumb-active {
  display: none;
}
.gallery-thumbs-main .swiper-slide:hover .placeholder, .gallery-thumbs-main .swiper-slide-active .placeholder {
  display: none;
}
.gallery-thumbs-main .swiper-slide:hover .thumb-active, .gallery-thumbs-main .swiper-slide-active .thumb-active {
  display: block;
}

body.lock {
  overflow: hidden;
  touch-action: none;
}

/*
* (i) Стили будут применяться ко 
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

[class*=_overlay-bg] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
  z-index: 2000;
  padding: 3.75rem 0.9375rem;
  overflow-y: auto;
}
@media (max-width: 768.98px) {
  [class*=_overlay-bg]::-webkit-scrollbar {
    display: none;
  }
}
[class*=_overlay-bg]._is-open {
  opacity: 1;
  visibility: visible;
}

.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
}

@media (min-width: 1024px){
  .wrapper{
    min-height: 100vh;
  }
}

.page {
  position: relative;
  flex: 1 1 auto;
}
.page [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: transparent;
  pointer-events: none;
}
.page_start {
  padding-top: 6.25rem;
}

.header-sticky.active{
  --tw-bg-opacity: 1;
  background-color: rgb(84 40 121 / var(--tw-bg-opacity));
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar{
  display: none;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

.history-photo .thumbnail .circle.reaction {
  top: 4px;
  right: 4px;
  bottom: none;
}

.btn.btn-primary{
  position: relative;
  overflow: hidden;
}

.btn.btn-primary:hover::after{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  opacity: 0.15;
}
.border-upload{
  border-radius: 20px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(241 234 50 / 0.5);
}

.choose-files .hover-state{
  display: none;
}
.choose-files:hover .normal-state{
  display: none;
}
.choose-files:hover .hover-state{
  display: inline;
}
.footer {
  padding: 1.25rem 0;
  background: #131313;
}
.footer__container {
  display: flex;
  align-items: center;
}
@media (max-width: 510.98px) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.accordion {
  max-width: 350px;
  width: 100%;
  background: #FFF;
  margin: 0 15px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  background: #FFF7F0;
  border: 1px solid #FFD6B3;
  overflow: hidden;
}
.accordion .accordion-content.open {
  padding-bottom: 10px;
}
.accordion .accordion-content.open header {
  min-height: 35px;
}
.accordion .accordion-content .header {
  display: flex;
  min-height: 50px;
  padding: 0 15px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.accordion .accordion-content .description {
  height: 0;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  padding: 0 15px;
  transition: all 0.2s linear;
}
.accordion .accordion-content .title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.accordion .accordion-content .plus.active {
  transform: rotate(45deg);
}

.marquee-animate {
  max-width: none;
  width: 122.5%;
  animation: scroll 5s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-6.25%);
  }
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.animate-text {
  animation: opacity 0.5s ease-in-out;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.accordion-landing .accordion__title{
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 30px;
  font-family: "DM Sans", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.496px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .accordion-landing .accordion__title{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.accordion-landing .accordion__title span{
  max-width: 88%;
}
.accordion-landing .accordion__title .minus{
  display: none;
}
.accordion-landing .accordion__title.active{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.accordion-landing .accordion__title.active .minus{
  display: block;
}
.accordion-landing .accordion__title.active .plus{
  display: none;
}
.accordion-landing .accordion__content p,
.accordion-landing .accordion__content ul,
.accordion-landing .accordion__content li{
  max-width: 95.5%;
  font-family: Inter;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.504px;
  --tw-text-opacity: 1;
  color: rgb(236 239 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .accordion-landing .accordion__content p,
.accordion-landing .accordion__content ul,
.accordion-landing .accordion__content li{
    max-width: 85%;
  }
}
.accordion-landing .accordion__content{
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-bottom: 30px;
}
.accordion-landing .accordion__content ul{
  padding-left: 1.5rem;
}
.accordion-landing .accordion__content li{
  list-style-type: disc;
}

.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.image-wrapper .before-image,
.image-wrapper .after-image {
  display: block;
  width: 100%;
  height: 100%;
}
.image-wrapper .overlay-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 100%;
  border-right: 3px solid #FFFFFF;
}
.image-wrapper .overlay-range::after {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: -16px;
  bottom: 50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: url("../images/slide-control.svg");
  content: var(--tw-content);
}
@media (min-width: 768px){
  .image-wrapper .overlay-range::after{
    bottom: 30px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.image-wrapper .overlay-range .after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.image-wrapper .range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  background: transparent;
  outline: none;
  opacity: 0;
  bottom: 50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px){
  .image-wrapper .range-slider{
    bottom: 30px;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.image-wrapper .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
  opacity: 0;
}
.image-wrapper .range-slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
  opacity: 0;
}
.image-wrapper .label-wrap-before {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 38px;
  top: 16.5px;
  left: 0;
  right: 0;
  z-index: 100;
}
.image-wrapper .label{
  position: absolute;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.image-wrapper .label.after{
  top: 16.5px;
  right: 26% !important;
}
.image-wrapper .label.before{
  left: 1rem;
  top: 0px;
}

.tabs-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs-nav::-webkit-scrollbar{
  display: none;
}
.tabs .tab-btn{
  margin-top: 3px;
  margin-bottom: 3px;
  white-space: nowrap;
  border-radius: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tabs .tab-btn:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.tabs .tab-btn.active{
  --tw-bg-opacity: 1;
  background-color: rgb(241 234 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
.tabs-content .tab{
  display: none;
}
.tabs-content .tab.active{
  display: block;
}
.tabs .prev-tabs,
.tabs .next-tabs {
  cursor: pointer;
}
.tabs .prev-tabs:before,
.tabs .next-tabs:before {
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  position: absolute;
  z-index: -1;
  top: -80% !important;
  left: -50% !important;
  inset: 0px;
  background: linear-gradient(177deg, rgb(81, 59, 123) 0%, rgb(81, 59, 123) 80%, rgb(81, 59, 123) 100%);
  filter: blur(7px);
  border-radius: inherit;
}
.tabs .prev-tabs:before {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.tabs .next-tabs:before {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sidebar-card{
  width: 20%;
  flex-shrink: 0;
}

@media (min-width: 768px){
  .sidebar-card{
    width: auto;
  }
}
.sidebar-card input[type=radio]{
  display: none;
}
.sidebar-card input:checked + label:before{
  opacity: 1;
}
.sidebar-card label{
  position: relative;
  display: flex;
  cursor: pointer;
  border-radius: 8px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent;
  padding-bottom: 86px;
}
@media (min-width: 450px){
  .sidebar-card label{
    padding-bottom: 146px;
  }
}
.sidebar-card label:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 8px;
  background-image: radial-gradient(48.34% 104.12% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54143) 45.86%, rgba(112, 150, 245, 0) 100%),
      radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35349) 64.65%, rgba(167, 99, 238, 0) 100%),
      radial-gradient(41.64% 89.7% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%),
      radial-gradient(33.33% 64.13% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%),
      radial-gradient(54.28% 116.92% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%),
      radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35349) 64.65%, rgba(167, 99, 238, 0) 100%),
      linear-gradient(0deg, #FFFFFF, #FFFFFF);
  opacity: 0;
}
.sidebar-card label img{
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  user-select: none;
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  @media (min-width: 1310px){
    .xl\:container{
      max-width: 1310px;
    }
  }
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:top-20::before{
  content: var(--tw-content);
  top: 5rem;
}
.before\:block::before{
  content: var(--tw-content);
  display: block;
}
.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}
.before\:h-\[24px\]::before{
  content: var(--tw-content);
  height: 24px;
}
.before\:w-\[24px\]::before{
  content: var(--tw-content);
  width: 24px;
}
.before\:flex-\[0_0_24px\]::before{
  content: var(--tw-content);
  flex: 0 0 24px;
}
.before\:rounded-\[6px\]::before{
  content: var(--tw-content);
  border-radius: 6px;
}
.before\:border-red-500::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.before\:border-opacity-25::before{
  content: var(--tw-content);
  --tw-border-opacity: 0.25;
}
.before\:bg-undress-genai-blue-100\/10::before{
  content: var(--tw-content);
  background-color: rgb(32 38 87 / 0.1);
}
.before\:bg-undress-genai-blue-200::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(54 59 103 / var(--tw-bg-opacity));
}
.before\:bg-gradient-200::before{
  content: var(--tw-content);
  background-image: url("../images/checkbox-inactive.png");
}
.before\:bg-center::before{
  content: var(--tw-content);
  background-position: center;
}
.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:content-can-use-left::before{
  --tw-content: url("../lentor-pricing-desk-left.png");
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-\[14px\]::after{
  content: var(--tw-content);
  bottom: -14px;
}
.after\:-bottom-\[20px\]::after{
  content: var(--tw-content);
  bottom: -20px;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:right-\[25\%\]::after{
  content: var(--tw-content);
  right: 25%;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:top-\[83px\]::after{
  content: var(--tw-content);
  top: 83px;
}
.after\:-z-\[1\]::after{
  content: var(--tw-content);
  z-index: -1;
}
.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}
.after\:h-\[230px\]::after{
  content: var(--tw-content);
  height: 230px;
}
.after\:h-\[24px\]::after{
  content: var(--tw-content);
  height: 24px;
}
.after\:h-\[339px\]::after{
  content: var(--tw-content);
  height: 339px;
}
.after\:w-\[160px\]::after{
  content: var(--tw-content);
  width: 160px;
}
.after\:w-\[24px\]::after{
  content: var(--tw-content);
  width: 24px;
}
.after\:w-\[383px\]::after{
  content: var(--tw-content);
  width: 383px;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rounded-\[6px\]::after{
  content: var(--tw-content);
  border-radius: 6px;
}
.after\:bg-checkbox-check::after{
  content: var(--tw-content);
  background-image: url("../images/chekbox-checked.svg");
}
.after\:bg-just-dressed-card-bg::after{
  content: var(--tw-content);
  background-image: url("../images/just-dressed-card-bg.png");
}
.after\:bg-just-dressed-card-mod-bg::after{
  content: var(--tw-content);
  background-image: url("../images/just-dressed-card-mod-bg.png");
}
.after\:bg-contain::after{
  content: var(--tw-content);
  background-size: contain;
}
.after\:bg-center::after{
  content: var(--tw-content);
  background-position: center;
}
.after\:bg-no-repeat::after{
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.after\:content-arrow-down::after{
  --tw-content: url("../images/arrow-down.svg");
  content: var(--tw-content);
}
.after\:content-can-use-right::after{
  --tw-content: url("../lentor-pricing-desk-right.png");
  content: var(--tw-content);
}
.after\:content-hero-before-mob-right::after{
  --tw-content: url("../images/hero-before-mob-right.png");
  content: var(--tw-content);
}
.hover\:bg-undress-genai-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.hover\:bg-undress-genai-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(73 39 114 / var(--tw-bg-opacity));
}
.hover\:bg-undress-genai-yellow-400\/80:hover{
  background-color: rgb(241 234 50 / 0.8);
}
.hover\:bg-white\/35:hover{
  background-color: rgb(255 255 255 / 0.35);
}
.hover\:bg-dradient-border:hover{
  background-image: linear-gradient(to right, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
}
.hover\:bg-dradient-hover:hover{
  background-image: linear-gradient(99deg, rgba(93, 115, 241, 0.20) 0%, rgba(112, 39, 232, 0.20) 50%, rgba(228, 50, 93, 0.20) 100%);
}
.hover\:bg-dradient-multy-hover:hover{
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), linear-gradient(103deg, #5D73F1 -92.06%, #7027E8 3.97%, #E4325D 100%), linear-gradient(90deg, #07080C 0%, #424C72 100%);
}
.hover\:bg-none:hover{
  background-image: none;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:shadow-\[0px_0px_0px_4px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:hover{
  --tw-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:after\:absolute:hover::after{
  content: var(--tw-content);
  position: absolute;
}
.hover\:after\:inset-0:hover::after{
  content: var(--tw-content);
  inset: 0px;
}
.hover\:after\:h-full:hover::after{
  content: var(--tw-content);
  height: 100%;
}
.hover\:after\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}
.hover\:after\:opacity-15:hover::after{
  content: var(--tw-content);
  opacity: 0.15;
}
@media (min-width: 350px){
  .s\:h-\[154px\]{
    height: 154px;
  }
  .s\:w-\[154px\]{
    width: 154px;
  }
  .s\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .s\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 375px){
  .xs\:block{
    display: block;
  }
  .xs\:h-\[164px\]{
    height: 164px;
  }
  .xs\:w-\[120px\]{
    width: 120px;
  }
  .xs\:w-\[164px\]{
    width: 164px;
  }
  .xs\:gap-\[14px\]{
    gap: 14px;
  }
  .xs\:gap-\[16px\]{
    gap: 16px;
  }
  .xs\:gap-\[50px\]{
    gap: 50px;
  }
  .xs\:p-\[12px\]{
    padding: 12px;
  }
  .xs\:text-\[18px\]{
    font-size: 18px;
  }
}
@media (min-width: 450px){
  .xxs\:block{
    display: block;
  }
  .xxs\:inline-block{
    display: inline-block;
  }
  .xxs\:h-\[48px\]{
    height: 48px;
  }
  .xxs\:h-\[60px\]{
    height: 60px;
  }
  .xxs\:max-h-\[505px\]{
    max-height: 505px;
  }
  .xxs\:w-\[48px\]{
    width: 48px;
  }
  .xxs\:w-\[60px\]{
    width: 60px;
  }
  .xxs\:max-w-\[328px\]{
    max-width: 600px;
  }
  .xxs\:max-w-\[453px\]{
    max-width: 453px;
  }
  .xxs\:bg-hero-desktop-landing{
    background-image: url("../blurred-bg.svg");
  }
  .xxs\:pb-\[146px\]{
    padding-bottom: 146px;
  }
  .xxs\:pb-\[38px\]{
    padding-bottom: 38px;
  }
  .xxs\:pt-\[16px\]{
    padding-top: 16px;
  }
  .xxs\:text-center{
    text-align: center;
  }
  .xxs\:after\:content-hero-before-desk-right::after{
    --tw-content: url("../images/hero-before-desk-right.png");
    content: var(--tw-content);
  }
}
@media (min-width: 576px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:-left-\[6px\]{
    left: -6px;
  }
  .sm\:-top-\[6px\]{
    top: -6px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[102px\]{
    height: 102px;
  }
  .sm\:h-\[427px\]{
    height: 427px;
  }
  .sm\:h-\[45px\]{
    height: 45px;
  }
  .sm\:h-\[56px\]{
    height: 56px;
  }
  .sm\:h-\[90px\]{
    height: 90px;
  }
  .sm\:w-\[56px\]{
    width: 56px;
  }
  .sm\:w-\[72px\]{
    width: 72px;
  }
  .sm\:w-\[84px\]{
    width: 84px;
  }
  .sm\:max-w-\[424px\]{
    max-width: 424px;
  }
  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:-translate-y-\[38\%\]{
    --tw-translate-y: -38%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:rounded-\[14px\]{
    border-radius: 14px;
  }
  .sm\:rounded-\[8px\]{
    border-radius: 8px;
  }
  .sm\:border-\[6px\]{
    border-width: 6px;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:text-\[16px\]{
    font-size: 16px;
  }
  .sm\:text-\[18px\]{
    font-size: 18px;
  }
  .sm\:text-\[45px\]{
    font-size: 45px;
  }
}
@media (min-width: 640px){
  .bm\:max-w-none{
    max-width: none;
  }
  .bm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .bm\:text-\[32px\]{
    font-size: 32px;
  }
  .bm\:text-\[36px\]{
    font-size: 36px;
  }
  .bm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 700px){
  .bbm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:static{
    position: static;
  }
  .md\:\!left-4{
    left: 1rem !important;
  }
  .md\:\!right-\[35\%\]{
    right: 35% !important;
  }
  .md\:-right-\[7px\]{
    right: -7px;
  }
  .md\:bottom-\[30px\]{
    bottom: 30px;
  }
  .md\:right-auto{
    right: auto;
  }
  .md\:top-\[50\%\]{
    top: 50%;
  }
  .md\:top-auto{
    top: auto;
  }
  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md\:mx-\[16px\]{
    margin-left: 16px;
    margin-right: 16px;
  }
  .md\:my-\[24px\]{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:\!mt-\[16px\]{
    margin-top: 16px !important;
  }
  .md\:\!mt-\[24px\]{
    margin-top: 24px !important;
  }
  .md\:\!mt-\[32px\]{
    margin-top: 32px !important;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-\[16px\]{
    margin-bottom: 16px;
  }
  .md\:mb-\[24px\]{
    margin-bottom: 24px;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-\[44px\]{
    margin-left: 44px;
  }
  .md\:mr-\[0\.9vw\]{
    margin-right: 0.9vw;
  }
  .md\:mr-\[4\.333vw\]{
    margin-right: 4.333vw;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-2{
    margin-top: 0.5rem;
  }
  .md\:mt-\[24px\]{
    margin-top: 24px;
  }
  .md\:mt-\[25px\]{
    margin-top: 25px;
  }
  .md\:mt-\[32px\]{
    margin-top: 32px;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:mt-\[48px\]{
    margin-top: 48px;
  }
  .md\:mt-\[80px\]{
    margin-top: 80px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[108px\]{
    height: 108px;
  }
  .md\:h-\[12px\]{
    height: 12px;
  }
  .md\:h-\[32\%\]{
    height: 32%;
  }
  .md\:h-\[32px\]{
    height: 32px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[308px\]{
    max-height: 308px;
  }
  .md\:max-h-\[98vh\]{
    max-height: 98vh;
  }
  .md\:max-h-\[calc\(100vh-430px\)\]{
    max-height: calc(100vh - 430px);
  }
  .md\:max-h-\[calc\(100vh-520px\)\]{
    max-height: calc(100vh - 520px);
  }
  .md\:w-\[11px\]{
    width: 11px;
  }
  .md\:w-\[142px\]{
    width: 142px;
  }
  .md\:w-\[282px\]{
    width: 282px;
  }
  .md\:w-\[32px\]{
    width: 32px;
  }
  .md\:w-\[62px\]{
    width: 62px;
  }
  .md\:w-\[96px\]{
    width: 96px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[1108px\]{
    max-width: 1108px;
  }
  .md\:max-w-\[145px\]{
    max-width: 145px;
  }
  .md\:max-w-\[200px\]{
    max-width: 200px;
  }
  .md\:max-w-\[226px\]{
    max-width: 226px;
  }
  .md\:max-w-\[255px\]{
    max-width: 255px;
  }
  .md\:max-w-\[372px\]{
    max-width: 372px;
  }
  .md\:max-w-\[394px\]{
    max-width: 394px;
  }
  .md\:max-w-\[420px\]{
    max-width: 420px;
  }
  .md\:max-w-\[455px\]{
    max-width: 455px;
  }
  .md\:max-w-\[505px\]{
    max-width: 505px;
  }
  .md\:max-w-\[553px\]{
    max-width: 553px;
  }
  .md\:max-w-\[56px\]{
    max-width: 56px;
  }
  .md\:max-w-\[65\%\]{
    max-width: 65%;
  }
  .md\:max-w-\[678px\]{
    max-width: 678px;
  }
  .md\:max-w-\[685px\]{
    max-width: 685px;
  }
  .md\:max-w-\[85\%\]{
    max-width: 85%;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .md\:-translate-y-\[42\%\]{
    --tw-translate-y: -42%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-\[-50\%\]{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-\[10px\]{
    gap: 10px;
  }
  .md\:gap-\[12px\]{
    gap: 12px;
  }
  .md\:gap-\[14px\]{
    gap: 14px;
  }
  .md\:gap-\[16px\]{
    gap: 16px;
  }
  .md\:gap-\[24px\]{
    gap: 24px;
  }
  .md\:gap-\[4px\]{
    gap: 4px;
  }
  .md\:overflow-visible{
    overflow: visible;
  }
  .md\:overflow-x-auto{
    overflow-x: auto;
  }
  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }
  .md\:rounded-\[32px\]{
    border-radius: 32px;
  }
  .md\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .md\:rounded-\[8px\]{
    border-radius: 8px;
  }
  .md\:border-t{
    border-top-width: 1px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:bg-undress-genai-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgb(52 67 93 / var(--tw-bg-opacity));
  }
  .md\:bg-undress-genai-blue-400{
    --tw-bg-opacity: 1;
    background-color: rgb(84 40 121 / var(--tw-bg-opacity));
  }
  .md\:bg-undress-genai-red-400{
    --tw-bg-opacity: 1;
    background-color: rgb(238 91 92 / var(--tw-bg-opacity));
  }
  .md\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }
  .md\:bg-white\/20{
    background-color: rgb(255 255 255 / 0.2);
  }
  .md\:bg-gradient-150{
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  }
  .md\:bg-none{
    background-image: none;
  }
  .md\:bg-web-login{
    background-image: radial-gradient(73.00% 15.00% at 72% 92%,rgba(78, 39, 118, 0.2) 5.535%,rgba(66, 37, 111, 0.2) 10.578%,rgba(38, 32, 93, 0) 57.273%,rgba(0, 19, 48, 0) 100%),radial-gradient(504.00% 100.00% at 50% 0%,rgb(87, 40, 122),rgb(65, 37, 110) 18.744%,rgb(23, 29, 85) 48.419%,rgb(0, 21, 59) 60.941%,rgb(0, 19, 48) 100%);
  }
  .md\:bg-bottom{
    background-position: bottom;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:p-\[16px\]{
    padding: 16px;
  }
  .md\:p-\[34px\]{
    padding: 34px;
  }
  .md\:p-\[48px\]{
    padding: 48px;
  }
  .md\:px-\[48px\]{
    padding-left: 48px;
    padding-right: 48px;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-\[22px\]{
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .md\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:py-\[38px\]{
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .md\:py-\[58px\]{
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .md\:py-\[80px\]{
    padding-top: 40px;
    padding-bottom: 37px;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-\[14px\]{
    padding-bottom: 14px;
  }
  .md\:pb-\[16px\]{
    padding-bottom: 16px;
  }
  .md\:pb-\[24px\]{
    padding-bottom: 24px;
  }
  .md\:pb-\[25px\]{
    padding-bottom: 25px;
  }
  .md\:pb-\[34px\]{
    padding-bottom: 34px;
  }
  .md\:pb-\[40px\]{
    padding-bottom: 40px;
  }
  .md\:pb-\[48px\]{
    padding-bottom: 48px;
  }
  .md\:pb-\[56px\]{
    padding-bottom: 56px;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:pb-\[65px\]{
    padding-bottom: 65px;
  }
  .md\:pb-\[70px\]{
    padding-bottom: 70px;
  }
  .md\:pb-\[8px\]{
    padding-bottom: 8px;
  }
  .md\:pl-\[15px\]{
    padding-left: 15px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-\[120px\]{
    padding-top: 120px;
  }
  .md\:pt-\[16px\]{
    padding-top: 16px;
  }
  .md\:pt-\[24px\]{
    padding-top: 24px;
  }
  .md\:pt-\[32px\]{
    padding-top: 32px;
  }
  .md\:pt-\[36px\]{
    padding-top: 36px;
  }
  .md\:pt-\[48px\]{
    padding-top: 48px;
  }
  .md\:pt-\[52px\]{
    padding-top: 52px;
  }
  .md\:pt-\[56px\]{
    padding-top: 56px;
  }
  .md\:pt-\[72px\]{
    padding-top: 72px;
  }
  .md\:font-base{
    font-family: BakbakOne;
  }
  .md\:\!text-\[18px\]{
    font-size: 18px !important;
  }
  .md\:\!text-\[20px\]{
    font-size: 20px !important;
  }
  .md\:\!text-\[24px\]{
    font-size: 24px !important;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[38px\]{
    font-size: 38px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-\[48px\]{
    font-size: 48px;
  }
  .md\:leading-\[0\.9\]{
    line-height: 0.9;
  }
  .md\:leading-\[1\.125\]{
    line-height: 1.125;
  }
  .md\:leading-\[1\.2\]{
    line-height: 1.2;
  }
  .md\:leading-\[1\.4\]{
    line-height: 1.4;
  }
  .md\:leading-\[1\]{
    line-height: 1;
  }
  .md\:-tracking-\[1\.92px\]{
    letter-spacing: -1.92px;
  }
  .md\:-tracking-\[2\.28px\]{
    letter-spacing: -2.28px;
  }
  .md\:tracking-\[-3\%\]{
    letter-spacing: -3%;
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:before\:block::before{
    content: var(--tw-content);
    display: block;
  }
  .md\:after\:right-4::after{
    content: var(--tw-content);
    right: 1rem;
  }
  .md\:after\:right-\[45\%\]::after{
    content: var(--tw-content);
    right: 45%;
  }
  .md\:after\:top-\[120px\]::after{
    content: var(--tw-content);
    top: 120px;
  }
  .md\:after\:block::after{
    content: var(--tw-content);
    display: block;
  }
  .md\:hover\:opacity-90:hover{
    opacity: 0.9;
  }
}
@media (min-width: 992px){
  .ml\:block{
    display: block;
  }
  .ml\:h-auto{
    height: auto;
  }
  .ml\:w-1\/2{
    width: 50%;
  }
  .ml\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .ml\:flex-row{
    flex-direction: row;
  }
  .ml\:justify-around{
    justify-content: space-around;
  }
  .ml\:gap-\[60px\]{
    gap: 60px;
  }
  .ml\:bg-form-bg{
    background-image: url("../images/bg-form-min.png");
  }
  .ml\:pb-\[22px\]{
    padding-bottom: 22px;
  }
  .ml\:pt-\[30px\]{
    padding-top: 30px;
  }
  .ml\:text-left{
    text-align: left;
  }
  .ml\:before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
  }
  .ml\:before\:left-8::before{
    content: var(--tw-content);
    left: 2rem;
  }
  .ml\:before\:top-\[212px\]::before{
    content: var(--tw-content);
    top: 212px;
  }
  .ml\:before\:content-hero-before-left::before{
    --tw-content: url("../images/hero-before-left.png");
    content: var(--tw-content);
  }
}
@media (min-width: 1024px){
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-\[65px\]{
    margin-bottom: 65px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:h-\[120px\]{
    height: 120px;
  }
  .lg\:h-\[50px\]{
    height: 50px;
  }
  .lg\:h-\[56px\]{
    height: 56px;
  }
  .lg\:h-\[57px\]{
    height: 57px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:min-h-\[100vh\]{
    min-height: 100vh;
  }
  .lg\:min-h-\[auto\]{
    min-height: auto;
  }
  .lg\:w-\[56px\]{
    width: 56px;
  }
  .lg\:max-w-\[440px\]{
    max-width: 440px;
  }
  .lg\:max-w-\[56px\]{
    max-width: 56px;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-1{
    gap: 0.25rem;
  }
  .lg\:gap-\[16px\]{
    gap: 16px;
  }
  .lg\:rounded-\[16px\]{
    border-radius: 16px;
  }
  .lg\:border{
    border-width: 1px;
  }
  .lg\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }
  .lg\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .lg\:px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px;
  }
  .lg\:py-\[16px\]{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lg\:pb-\[135px\]{
    padding-bottom: 75px;
  }
  .lg\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[42px\]{
    font-size: 42px;
  }
  .lg\:text-\[56px\]{
    font-size: 56px;
  }
  .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .lg\:duration-200{
    transition-duration: 200ms;
  }
  .lg\:ease-linear{
    transition-timing-function: linear;
  }
}
@media (min-width: 1180px){
  .landing\:object-contain{
    object-fit: contain;
  }
  .landing\:object-right{
    object-position: right;
  }
  .landing\:pr-\[25px\]{
    padding-right: 25px;
  }
  .landing\:text-\[32px\]{
    font-size: 32px;
  }
}
@media (min-width: 1280px){
  .xl\:w-\[calc\(50\%-8px\)\]{
    width: calc(50% - 8px);
  }
  .xl\:max-w-\[170px\]{
    max-width: 170px;
  }
  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .xl\:\!px-\[16px\]{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .xl\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1536px){
  .\32xl\:object-center{
    object-position: center;
  }
  .\32xl\:pr-0{
    padding-right: 0px;
  }
}

.uploadedfile {
   position: relative;
   left: -39px;
   padding: 17px;
}
.accent-color-text {
     background-color: #3bba6a;
    background-image: linear-gradient(to right, #69d792, #199045);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #3bba6a;
}

.list-disc b {
    font-size: 17px;
    padding: 7.7px 9px;
    border-radius: 100%;
    width: 46px !important;
    height: 46px !important;
    display: inline-block;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 16px;
    background: #38b767;
}

.list-disc {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #ffffff
}

::-webkit-scrollbar-thumb {
    background: #b0a8a8;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.swiper-wrapper-main {
    width: 100%;
    display: flex;
    margin-top: 30px;
    gap: 39px;
}

.swiper-wrapper-main  .swiper-slide {
    width: 34%;
}

.swiper-wrapper-main  .swiper-slide  .bg-white\/\[12\%\] {
  background-color: hsla(0,0%,100%,.12);
  padding: 20px;
}

.swiper-wrapper-main  .swiper-slide img {
  width: 20px;
}

.swiper-wrapper-main .flex.h-full {
  padding: 10px;
}

.swiper-wrapper-main .font-bold {
    font-weight: 700 !important;
    font-family: '"DM Sans", serif' !important;
}
.swiper-wrapper-main a {
   width: 30%;
   padding-right: 20px;
  padding: 9px 26px;
}

.logosite {
    width: 197px !important;
}

.userbalance {
    display: none !important;
}

#undressmen strong {
    font-size: 9px;
    color: #cf3070;
    font-weight: bold;
    position: absolute;
    top: -6px;
    margin-left: 17px;
    background: #faf9fb;
    border-radius: 7px;
    padding: 3px 7px;
}


.packs {
    border-radius: 20px;
    padding: 4px;
    position: relative;
    /* display: none; */
}

.switchundress {
    display: flex;
    gap: 2px;
    border: 1.6px dashed rgb(255 255 255 / 30%);
    border-radius: 13px;
    width: 190px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 93px;
    z-index: 99;
    overflow: visible;
}

.switchundress span {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 12.7px;
    color: rgb(255 255 255 / 50%);
    padding: 11px 9px;
    cursor: pointer;
}

.switchundress span.active {
    background: rgb(255 255 255 / 11%);
}

  .shadowmobile {
        display: none;
    } 


  .shadowdesktop {
        display: block;
        left: 76px !important;
        top: 3px  !important;
    }
@media (max-width: 768px){
  .gallery-thumbs-main {
    display: none !important;
  }
  .maintext {
    display: none !important;
  }

      .maintextmobile {
        display: block !important;
        margin-top: -25px;
        line-height: 34px !important;
        font-size: 35px;
    }
  .uploadedfile {
      position: relative;
      left: 0px;
      padding-top: 0px;
  }
  .pb-\[32px\] {
      padding-bottom: 25px;
  }
  .py-\[40px\] {
      padding-top: 20px;
      padding-bottom: 30px;
  }
  .py-\[21px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .shadowmain {
        display: block;
        left: 44px;
        top: 3px;
        height: 389px;
  }
  .mainpic {
    min-height: 406px;
    margin-top: 0px;
  }
  .w-full.flex.items-center.undresstop  {
    margin-top: -5px !important;
  }
  .logosite {
      width: 199px !important;
  }
  .mobileslider  {
      display: block !important;
  }
  .desktopslider {
      margin-bottom: 10px;
  }

  .shadowmobile {
        display: block;
        left: 49px !important;
        top: 3px  !important;
        height: 361px  !important;
    }
  .shadowdesktop {
        display: none;
    }
  .shadowmobile {
        display: block;
    }    
  .mainpic {
        min-height: 355px;
        margin-top: 0px;
    }
  .pt-\[83px\] {
      padding-top: 83px;
  }
  .image-wrapper .label.after {
    top: 16.5px;
    right: 5% !important;
  }
  .logosite {
      width: 191px !important;
  }
  .maintextmobile .accent-color-text {
      
  }
  .undressbtn {
  }
  .userbalance {
    display: inherit !important;
  }
  .list-disc {
      font-size: 15px;
  }
  .list-disc b {
    margin-bottom: 11px;
  }
  .text-\[24px\] {
      font-size: 30px;
      padding-bottom: 10px;
  }
  .ourpackagestext {
      display: none;
  }
  .packs {
      display: inherit;
  }
  .howcanuse  {
      display: none !important;
  }
  .pt-\[40px\]{
    padding-top: 20px;
  }
  .gap-6{
    gap: 1.1rem;
  }
  .switchundress {
    margin-top: -47px !important;
        margin: 0 auto;
        margin-bottom: 0px;
    width: 200px;
    }
    #undressmen strong {
    top: -54px;
    }
}

@keyframes maxOff {
  to {
    width: 65%;
  }
}

.overlay-range {
  animation: maxOff 1.5s ease infinite alternate;
}

.userProfile {
  width: 440px !important;
}

.packages  {
    width: 340px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 40px;
}

.packages div a {
    border-radius: 10px !important;
    border: 1.5px dashed #4d5691;
    background: #1d192b;
    padding: 10px 11px;
}

.packages .flex.flex-col {
    border-radius: 10px !important;
    background-image: linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%) !important;
    padding: 7px 23px;
}

.packages p {
    font-family: "DM Sans", serif !important;
}

.packages span, .packages div {
    font-family: "DM Sans", serif !important;
}

.packagemain {
    margin-bottom: 9px;
}

.packages p.font-bold {
    font-size: 17px;
}

.packages p.text-left span {
    color: #adadaf !important;
}

.packages .flex.flex-col .font-bold svg {
    position: relative;
    left: -5px;
    top: 2px;
}

.packages .text-xs.mb-1 {
    font-size: 14px;
}

.packages p.text-left span.textpremium {
    color: #ffc629 !important;
}

.border-\[\#DCAB41\] {
    border-color:  #ffc629 !important;
}

.bg-\[\#DCAB41\] {
    background-color:  #ffc629 !important;
    border: 1.5px solid #ffc629 !important;
}

.mostpopular {
   font-size: 11px;
    color: #07080c;
    padding: 0px 8px;
}

.packages .rounded.rounded-bl-none {
    height: 15px;
    border-bottom-right-radius: 5px;
    line-height: 9px;
    border-top-left-radius: 8px;
}

.logosite img {
    position: relative;
    top: 1px;
    left: 3px;
}
.packsvg {
    width: 19px !important;
    padding: 0px 1px;
}

.packsvgplus {
    float: right;
}

.packs span {
    font-family: "DM Sans", serif !important;
    padding: 0px 11px;
    font-weight: bold;
}

.-rotate-\[30deg\] {
    transform: rotate(-20deg);
    position: absolute;
    left: 7px;
    top: -1px;
    height: 43px;
    opacity: 0.5 !important;
}

.rotate-\[30deg\] {
    transform: rotate(20deg) scaleX(-1);
    position: absolute;
    right: 7px;
    top: -1px;
    height: 43px;
    opacity: 0.5 !important;
}

.dark\:brightness-75:is(.dark *) {
    --tw-brightness: brightness(.75);
}

.bestapp {
    position: absolute;
    top: 3px;
    left: 157px;
    display: none !important;
}

.bestapp .font-lading {
    font-family: Inter;
    font-size: 13px !important;
    opacity: 0.5;
    line-height: 13px;
    position: relative;
    top: 4px;
}

.bestapp svg {
    opacity: 0.5 !important;
}


.w-100 {
  width: 100%;
}

.pricing-list {
    padding: 40px 0 32px;
    max-width: 276px;
    margin: 0 auto;
}

  
.pricing-list {
        padding: 24px 0;
}

  
.pricing-list li {
    color: #cdcdcd;
    line-height: 1.43px;
    letter-spacing: -.16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-size: 17px;
}

.cards-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 10;
}

.cards-list {
        gap: 12px;
        flex-direction: row;
    }

    .pricing-card .period {
    color: #ececec;
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.62px;
}

.pricing-card .price-block {
    display: flex;
    gap: 4px;
    padding: 20px 0 24px;
}

.btn.btn-secondary {
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: hsla(0, 0%, 100%, .1);
    color: #ecefff;
}

.pricing-card .btn {
    width: 100%;
    min-height: 56px;
    text-decoration: none;
}

.pricing-card .price-block .currency {
    color: #ececec;
    font-family: DM Sans;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.24px;
}

.pricing-card .price-block .price {
    color: #ececec;
    font-family: DM Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: .9;
}

.pricing-card .price-block .period {
    color: hsla(0, 0%, 93%, .8);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -.648px;
    margin-top: auto;
}

.pricing-card {
    position: relative;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
    padding: 30px 32px;
    border: 1px solid;
    border-image: linear-gradient(180deg, #6c99f3, #9c37fd) 1;
    background-image: url(../images/bg-pricing-cards.png);
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 70px;
    margin-top: 15px;
    min-width: 275px !important;
}

.pricing-card .badge {
    border-radius: 4px;
    background: url(../images/label-1.png) 50%;
    background-size: cover;
    width: 92px;
    min-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fcfcfd;
    font-family: DM Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
    background: #0a1a14;
    border-radius: 15px;
    overflow: hidden;
    width: 335px;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}

.modal-title {
    margin-bottom: 0;
    line-height: 0px;
    font-size: 22px;
    padding: 24px 10px;
    padding-bottom: 18px;
    font-weight: bold;
    display: block;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem;
    padding-top: 0px;
}

.modal-header button span {
    font-size: 26px;
    position: absolute;
    right: 12px;
    top: -2px;
    margin-top: 6px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modalinside  {
    margin-bottom: 5px;
    padding: 7px;
}

.modalinside p.font-bold {
  font-size: 17px !important;
}

.modalinsidedetails {
    background: #272238;
}

.modalinsidemain {
    border: unset;
    padding: unset;
}

.modalround {
    line-height: 23px;
}

.modalemoji {
  background: #302a44;   
}

.modalbold {
    color: #95929e;
    font-size: 15px !important;
}
.resetlink {
    text-align: center;
    font-size: 13px;
    margin-top: 17px;
    margin-bottom: 4px;
    font-weight: 100;
    font-family: "DM Sans", serif;
    display: block;
}

.gridundress {
    display: flex;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
    gap: 12px;
    flex-wrap: wrap !important;
}

.gridundress .tagElement {
       border-radius: 9px;
    background: rgb(255 255 255 / 5%);
    border: 1.7px dashed rgb(255 255 255 / 12%);
    padding: 0px 11px;
    cursor: pointer;
    display: flex;
    width: 128px;
    text-align: center;
    padding-right: 0px;
}

.gridundress .tagElement img {
  display: inline-block;
  opacity: 0.5;
  margin-right: 3px;
    height: 20px !important;
    position: relative;
    top: -1px;
    margin-left: 1px;
    margin-right: 0px;
    padding-right: 3px;
}

.gridundress .tagElement span {
  display: inline-block;
  font-size: 13px;
  color: #a7a7a7;
}

.gridundress .tagElement input {
    height: 14px;
    width: 14px;
    position: relative;
    top: 14.5px;
}

.gridundressmain p {
    font-size: 13px;
    margin-top: 18px;
    color: #a7a7a7;
}

.gridundressmain {
    position: relative;
    left: 10px;
}

.gridundress label {
    line-height: 43px;
    font-size: 14px;
    color: #a7a7a7;
    cursor: pointer;
    padding-left: 0px;
    position: relative;
    left: 3px;
    text-align: left;
    width: 100%;
}

.error-message {
    text-align: center;
    font-size: 14px;
    margin-bottom: 13px;
    margin-top: -9px;
    color: #1bc865;
    font-family: "DM Sans", serif;
}

.invitefriends  {
   max-width: 700px;
    margin: 0 auto;
    text-align: center;
    border: 3px dashed #4d5691;
    padding: 31px;
    margin-bottom: 20px;
    margin-top: 10px;
    background: rgb(255 255 255 / 5%);
    border-collapse: collapse;
    border-radius: 15px !important;
    border-style: hidden;
    box-shadow: 0 0 0 1.5px rgb(255 255 255 / 12%);
    overflow: hidden;
    position: relative;
}

.invitefriends input {
    border-radius: 10px;
    background: rgb(255 255 255 / 8%);
    border: 1px dashed rgb(255 255 255 / 24%);
    padding: 13px;
}

.invitefriends button {
    position: absolute;
    right: 0px;
    top: 32px;
    right: 39px;
}

.invitefriends2  {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    gap: 30px;
}

.invitefriends2 .text-white {
    font-size: 18px;
}

.invitefriends2 .flex.w-full {
    margin: 0 auto;
    text-align: center;
    border: 3px dashed #4d5691;
    margin-bottom: 20px;
    margin-top: 10px;
    background: rgb(255 255 255 / 5%);
    border-collapse: collapse;
    border-radius: 15px !important;
    border-style: hidden;
    box-shadow: 0 0 0 1.5px rgb(255 255 255 / 12%);
    overflow: hidden;
    padding: 10px 21px;
}

.invitefriends3 {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.buttonschannel {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    gap:20px;
    margin-top: 30px;
}

.buttonschannel li {
    text-align: center;
    border: 3px dashed #4d5691;
    margin-bottom: 20px;
    background: rgb(255 255 255 / 10%);
    border-collapse: collapse;
    border-radius: 15px !important;
    border-style: hidden;
    box-shadow: 0 0 0 1.5px rgb(255 255 255 / 12%);
    overflow: hidden;
    padding: 16px 21px;
    width: 100%;
    margin: 0 auto;
}

.buttonschannel button {
    background: rgb(255 255 255 / 9%);
    padding: 10px 18px !important;
    font-size: 15px;
    border-radius: 10px;
    margin-bottom: 0px;
}

@media (max-width: 768px){
  .cards-list {
      flex-direction: column;
  }
  .switchundress {
        margin-top: 0px !important;
  }
  .pricing-card {
      margin-bottom: 0px;
  }
  .cards-list {
      margin-bottom: 90px;
  }
  .faqsection {
      margin-top: 50px;
  }    
  #undressmen strong {
        top: -10px;
  }
  .gridundress .tagElement {
    width: 47%;
  }
  .gridundressmain p {
      margin-top: -4px;
      margin-left: -17px;
  }
  .choose-files {
      width: 225px !important;
  }
  .textinfo {
      padding-bottom: 13px;
  }

  .profilepage {
        padding: 0px 20px;
        padding-top: 80px !important;
  }
  .buttonschannel {
      display: block;
  }
  .buttonschannel li {
      margin-bottom: 15px;
  }
  .invitefriends input {
      font-size: 11px !important;
  }
}

.gallerymain {
    margin-top: -4px;
}

.subtitle {
    position: relative;
}

.hidencolumn {
   display: none !important;
}

.paybutton {
    border-radius: 15px !important;
    width: 94.5% !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}

.saveCard {
    border-radius: 15px !important;
      width: 100%;
    margin-top: 30px !important;
    padding: 9px 9px;
    margin-bottom: 17px;
}

button.close {
    padding: 0px !important;
}

.modalTopUp {
  width: 479px;
}

@media (max-width: 779px){
  .modalTopUp {
    width: 362px;
  }
  .amount-buttons .btn {
      width: 30.8% !important;
  }
}

.modalAddFunds {
  width: 479px;
}

@media (max-width: 479px){
  .modalAddFunds {
    width: 350px;
  }
}

.d-none {
  display: none;
}

.amount-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-bottom: 20px;
}

.amount-buttons .btn {
  background-color: #272238;
 color: white;
    font-size: 16px;
    width: 31.8%;
    height: 40px;
    border-radius: 5px;
    border: none;
}

.amount-buttons .btn.active {
  background-image: linear-gradient(99deg, #5D73F1 0%, #7027E8 50%, #E4325D 100%);
  background-color: #007bff;
}

.payment-method {
  margin-top: 20px;
}

.payment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #272238;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 10px;
}

.payment-box.active {
  border: 2px solid #007bff;
}

.payment-box img {
  height: 30px;
}

.icons {
  display: flex;
  gap: 10px;
}

.topUpMethod {
  color: #95929e;
  line-height: 17px;
  letter-spacing: 1px;
  font-weight: 700;
}

.counter {
  margin-top: -5px;
  opacity: 1;
  font-size: 22px;
  font-weight: 700;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-out {
  opacity: 0;
  transform: scale(0.5);
}

.fade-in {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 479px) {
  .modalResults {
    top: 40% !important;
  }
}

@media (max-width: 479px) {
  .topUpBody {
    padding: 1rem 0.8rem;
  }

  .topUpFlex {
    margin-top: -13px;
  }

  .payment-box img {
      height: 26px;
  }

  .topUpMethod {
      font-size: 14px;
  }

  .modalinside p.font-bold {
      font-size: 15px !important;
  }
}

.inviteTopUp {
  padding: 5px;
  margin-top: -19px;
}

.inviteTopUp button {
  top: 11px;
  right: 2px;
}

.dialogTopUp {
  top: 45%;
}

.subtitle {
    text-align: center;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 30px;
    font-weight: 100;
    font-family: "DM Sans", serif;
}

.subtitle b {
    font-weight: 400 !important;
}

.rating-text  {
  margin-top: 34px;
  font-size: 13px;
  display: inline-block;
  color: #787e7a;
}
.trustpilot {
    max-width: 266px;
    margin: 0 auto;
}

.rating-top p {
    font-size: 14px;
    color:#787e7a;
    text-align: center;
}

.rating-top .css-12vj3ne {
    font-weight: bold;
}

.rating-top {
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.leftitems {
  position: relative;
  top: 30px;
}

.indextextform {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: "DM Sans", serif;
    padding-bottom: 7px;
}

.rightitems {
  position: relative;
  left: 14px;
}

    .tasks-row {
        grid-template-columns: repeat(3, 1fr);
    }

        .task-inner {
        padding-bottom: 2.25rem;
    }

.task-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    max-width: 26.25rem;
    padding: 0 .75rem 1.5rem;
    height: 461px;
    padding-bottom: 40px;
    min-width: 362px;
}

.task-inner:before {
    background: linear-gradient(149.27deg, #111613 3.25%, #0c1410 81.41%);
    border: 1px solid #1c3023;
    border-radius: 20px;
    bottom: 0;
    -webkit-box-shadow: inset 9.25289e-16px 15.1111px 15.1111px #0c1410;
    box-shadow: inset 9.25289e-16px 15.1111px 15.1111px #0c1410;
    content: "";
    height: 19.375rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.task-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.25rem;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.task-image img {
    width: 100%;
}
    .tasks-row {
        grid-gap: 2.25rem;
    }

    .task-content {
    position: relative;
    z-index: 1;
}

.task-title {
    letter-spacing: .01em;
    margin-bottom: 1.5rem;
    color: #3bba6a;
    font-size: 24px;
    font-weight: bold;
    font-family: "DM Sans", serif;
    text-align: center;
}

.task-description {
    letter-spacing: -.03em;
    margin-bottom: .625rem;
    opacity: .5;
    font-family: "DM Sans", serif;
    text-align: center;
    font-size: 18px;
}

.task-earnings {
    font-size: 34px;
    letter-spacing: -.03em;
    font-weight: bold;
    font-family: "DM Sans", serif;
    text-align: center;
}

.tasks-row {
    display: flex !important;
    margin-top: 34px;
}

body {
  overflow-x: hidden;
}

@media (max-width: 900px) {
  .desktopslider  {
    width: 100% !important;
    min-width: 90% !important;
  }
  .maintextmobile {
    display: block !important;
  }
  .tasks-row {
      display: block !important;
  }
  .leftitems {
      margin-bottom: -15px !important;
  }
  .invitefriends {
    margin: 18px;
  }
  .react-mobile-navigation {
    display: flex !important;
  }
  .gridwithdraw .tagElement {
    width: 48% !important;
  }
  .rightitems {
    left: 0px !important;
  }    
  .logosite {
        width: 165px !important;
    }
}

.css-15a86l3::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background: rgb(255 255 255 / 20%);
}

.css-4bv5yf {
    display: inline-block;
    line-height: 1em;
    color: #01D676;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: #01D676;
}

.css-15a86l3 {
    cursor: pointer;
    text-decoration: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    color: inherit;
    flex: 1 1 0%;
    padding-top: 12px;
    display: inline-flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    transition: 0.3s;
    background: radial-gradient(rgb(32 39 33), transparent);
}

.css-180eoth {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: fixed;
    left: 0px;
    bottom: -2px;
    z-index: 20;
    gap: 0px;
    border-color: #0a1a14;
    background: #0a1a14;
}

.react-mobile-navigation svg {
    display: inline-block;
    line-height: 1em;
    color: #ffffff;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #63d28e;
}

.react-mobile-navigation span {
  font-size: 13px;
  color: #63d28e;
  padding-bottom: 12px;
}


.pinkBg {
    background-color: #00eb79 !important;
    background-color: #00eb79 !important;
    background-image: linear-gradient(90deg, #00eb79 , #00eb79);
}
.intro-banner-vdo-play-btn {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 35%;
    text-align: center;
    margin: -7px 0 0 13px;
    border-radius: 100px !important;
    z-index: 1;
    margin-left: 50px;
    margin-top: -16px;
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -17px 0 0 -18px;
    border-radius: 100px !important;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes  ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

.offer-desc {
    font-size: 13px;
    margin-top: 25px;
    color: #EEE;
    background: rgb(255 255 255 / 5%);
    padding: 15px 10px;
    border-radius: 5px;
}

.offer-qr {
	text-align: center;
    background: rgb(255 255 255 / 5%);
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.offer-qr img {
	width: 90px;
    display: unset; 
}

.offer-event {
    font-size: 13px;
    margin-top: 5px;
    color: #EEE;
    background: rgb(255 255 255 / 5%);
    padding: 15px 10px;
    border-radius: 5px;
}

.offer-e {
	height:300px;
	overflow-y: auto;
}

.offer-link {
    background: #18cd67;
    padding: 15px;
    border-radius: 15px;
    border: 0;
}

.offer-payout {
    border: 0;
    float: right;
    background: #18cd67;
    padding: 1px 10px;
    border-radius: 3px;
}

#offerwall_section  .active {
	color: #39ff39 !important;
}

.devices {
	display: flex;
}

.devices i {
	font-size: 23px;
	color: #FFF;
}

.devices button {
    margin-left: 5px;
}

.activeI i{
	color: #38b767 !important;
}