:root {
    --purple: #cb1f09; /* featured event -- orig was purple - #901790 */
    --blocked: #414141; /* account suspended - dark grey */
    --blue: #0b92af;
    --fira: 'Fira Sans', sans-serif;
    --firaCondensed: 'Fira Sans Condensed', sans-serif;
    --nunito: 'Nunito', sans-serif;
    --rubik: 'Rubik', sans-serif;
    --purple: #cb1f09; /* featured event -- orig was purple - #901790 */
    
    --CoupleRedPrime: #e63e29;
    
    --CoupleDarkGray300: #303642;
    
    --CoupleGray100: #fafafa;
    --CoupleGray200: #f2f3f5;
    --CoupleGray300: #ebecf0;
    --CoupleGray400: #e1e3e8;
    --CoupleGray500: #d7dae0;
    --CoupleGray600: #c9cdd4;
    
    --CoupleBlue400: #26c1e3;
    --CoupleBlue500: #1189ad;
    --CoupleBlue600: #5a5ad6; /* #00587A; */
    --CoupleBlue700: #004161;
    --CoupleBlue800: #242A36;
    
    --TextLowEmphasis: #9e9e9e;
    --TextMediumEmphasis: #676565;
    --TextHighEmphasis: #212121;
    
    --error: #e34826;
}

/*
font-family: var(--fira);
font-family: var(--nunito);
font-family: var(--rubik);
*/

input {
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}

html.h100 {
    height: 100%;
}

body.grad-body-1 {
    background: url("/img/grad-body-1.svg") top right no-repeat, linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
    background-attachment: fixed;
    position: relative;
}

body.grad-body-2 {
    background: linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
    background-attachment: fixed;
    position: relative;
}

body.grad-body-3 {
    background:  url("/img/bg_pattern.svg") top right no-repeat, linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 100%;
}

html, body {
    overflow-x: hidden;
    color: #383838;
    font-family: var(--nunito);
}

body .rubik {
    font-family: var(--rubik);
}

body .fw500 {
    font-weight: 500;
}

body a.zero {
    font-size: 0;
}

body .CoupleBlue400 {
    color: var(--CoupleBlue400);
}

body .CoupleRedPrime {
    color: var(--CoupleRedPrime);
}

.mb40 {
    margin-bottom: 40px;
}

body a.mb26, 
body a.mb26:hover,
#menuToggle a.mb26, 
#menuToggle a.mb26:hover {
    margin: 0 0 26px 0;
}

.centerV-al {
    vertical-align: middle;
}

.center-al {
    text-align: center;
}

span.block500 {
    display: block;
}

@media only screen and (min-width: 500px) {
    span.block500 {
        display: unset;
    }
}


body .d-contents {
    display: contents;
}

.addPointer {
    cursor: pointer !important;
}

.cursorUnset {
    cursor: unset !important;
}

.linkshareTip {
    position: relative;
}

/*LINKS*/
body a.white-link {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 4px;
}

body a.white-link:hover {
    color: #fff;
    text-decoration: none;
}
body a.blue-link {
    color: #0c87a1;
    text-decoration: underline;
}

body a.blue-link:hover {
    color: #0c87a1;
    text-decoration: none;
}

body a.CoupleBlue500-link {
    color: var(--CoupleBlue500);
    text-decoration: underline;
}

body a.CoupleBlue600-link:hover {
    color: var(--CoupleBlue600);
    text-decoration: none;
}

body a.CoupleBlue600-link {
    color: var( --CoupleBlue600);
    text-decoration: underline;
}

body a.CoupleBlue500-link:hover {
    color: var(--CoupleBlue500);
    text-decoration: none;
}



body a.dark-link {
    color: #383838;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;

}

body a.dark-link:hover {
    color: #383838;
    text-decoration: none;
}

body .font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

body .font-16-20 {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    body .font-16-20 {
        font-size: 16px;
    }
}

.v2-logo {
    display: flex;
}

.v2-logo svg {
    width: 130px;
}

.blue-500 {
    color: var( --CoupleBlue500);
}

.dGrid {
    display: grid;
}

.dGrid.gap5 {
    gap: 5px;
}


/*Links*/

a:link, a:visited {
    color: #27c1e3;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.cb500:link, a.cb500:visited {
    color: var(--CoupleBlue500);
    text-decoration: underline;
}

a.cb500:hover {
    text-decoration: none;
}

.d-none {
    display: none !important;
}

.mt16 {
    margin-top: 16px;
}



nav {
    display: flex;
    justify-content: space-between;
    font-family: 'Rubik', sans-serif;
    height: 64px;
    padding: 0 30px;
    z-index: 100; /*10;*/
    color: #383838;
    position: relative;
    background-color: #fff;
}

nav.shadow {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1)
}

/*@media only screen and (min-width: 1920px) {
    nav {
        height: 3.7vw;
        padding: 0 7.4% 0 7.8%;
    }
}*/



/*Top Navigation*/

.navAlert {
    margin-bottom: 18px;
    z-index: 10;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 15px;
    padding-bottom: 3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0a4 4 0 0 1 4 4v4a4 4 0 0 1-4 4H9.623L4 15v-3a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h10z' fill='%23EB482D' fill-rule='evenodd'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

ul.v2-nav {
    display: none;
    gap: 1px;
    font-size: 20px;
}

@media only screen and (min-width: 600px) {
    ul.v2-nav {
        display: flex;
    }
}

/*@media only screen and (min-width: 1920px) {
    ul.v2-nav {
        font-size: 1.082vw;
    }
}*/

ul.v2-nav li {
    position: relative;
    transform-style: preserve-3d;
}

ul.v2-nav li > a {
    color: #3a3636;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    transition: all 0.2s ease-in;
    transition-delay: 0.2s;
}

.v2-nav-active {
    color:  #27c1e3 !important;
}

/*@media only screen and (min-width: 1920px) {
    ul.v2-nav li > a {
        padding: 0 0.8vw;
    }
}*/

ul.v2-nav li > a:hover,
ul.v2-nav li > a.active {
    background-color: #26c1e3;
    color: #fff !important;
}

.v2-drop {
    position: absolute;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-top: -475%; /* -340%; */
    transition: all 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    transform: translateZ(-10px);
}

/*@media only screen and (min-width: 1920px) {
    .v2-drop {
        font-size: 0.810vw;
    }
}*/

.v2-drop.show {
    margin-top: 1px;
}

.v2-drop a,
.v2-sign-in {
    height: 48px;
    display: flex;
    align-items: center;
    color: #3a3636;
    text-decoration: none;
    padding: 0 0 0 16px;
    border: 1px solid #26c1e3;
    /*transition: all 0.2s ease-in;*/
    margin-top: -1px;
    cursor: pointer;
    position: relative;
}

/*@media only screen and (min-width: 1920px) {
    .v2-drop a,
    .v2-sign-in {
        height: 3vw;
        padding: 0 0 0 18%;
    }
}*/

.v2-drop a:hover,
.v2-sign-in:hover {
    background-color: #26c1e3;
    color: #fff;
}

.v2-si-box {
    position: absolute;
    top: 0;
    right: -1px;
    width: 330px;
    background-color: #fff;
    display: none;
    transition: unset;
}


/*@media only screen and (min-width: 1920px) {
    .v2-si-box {
        width: 320%;
    }
}*/

.v2-si-box.show {
    display: block;
}

.v2-si-box.fixed {
    width: 330px;
}

.v2-si-box .title {
    background-color: #26c1e3;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    padding: 10px 0;
}

/*@media only screen and (min-width: 1920px) {
    .v2-si-box .title {
        font-size: 1.389vw;
        padding: 0.3vw 0;
    }
}*/

.v2-si-box.fixed .title {
    font-size: 24px;
    padding: 10px 0;
}

.v2-si-box .content {
    border-left: 8px solid #26c1e3;
    border-bottom: 8px solid #26c1e3;
    padding: 20px 30px 35px 40px;
    gap: 12px;
    display: grid;
    text-align: center;
    background-color: #fff;
}

.v2-si-box .content.f16 {
    font-size: 16px;
}

/*@media only screen and (min-width: 1920px) {
    .v2-si-box .content {
        border-left: 0.5vw solid #26c1e3;
        border-bottom: 0.5vw solid #26c1e3;
        padding: 1.4vw 1.8vw 2vw 1.8vw;
        gap: 0.7vw;
    }
}*/

.v2-si-box.fixed .content {
    border-left: 8px solid #26c1e3;
    border-bottom: 8px solid #26c1e3;
    padding: 20px 30px 35px 30px;
    gap: 12px;
}

.v2-si-box a {
    all: unset;
}

.v2-si-box a:hover {
    all: unset;
}

.v2-sign-in:hover .v2-si-box  {
    color: #3a3636;
    background-color: unset;
    transition: unset;
}

.v2-si-box .sub-title {
    font-size: 22px;
    margin-bottom: 15px;
    /*font-weight: 500;*/
}

/*@media only screen and (min-width: 1920px) {
    .v2-si-box .sub-title {
        font-size: 1.157vw;
        margin-bottom: 0.7vw;
    }
}*/

.v2-si-box.fixed .sub-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.field-type-1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    height: 44px;
    border: solid 1px #1189ad;
    gap: 2px;
    border-radius: 4px;
    padding: 0 8px 0 8px;
}

/*@media only screen and (min-width: 1920px) {
    .field-type-1 {
        height: 2.8vw;
        border: solid 0.087vw #969595;
        gap: 3%;
        border-radius: 0.3vw;
        padding: 2% 2% 0 4%;
    }
}*/

.fixed .field-type-1 {
    height: 48px;
    border: 1.5px solid #969595;
    gap: 2px;
    border-radius: 4px;
    padding: 6px 8px 0 8px;
}

.field-type-1 span {
    position: absolute;
    top: -8px;
    left: 14px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    height: 16px;
    background-color: #fff;
    font-size: 12px;
    color: #1fa5c2;
}

/*@media only screen and (min-width: 1920px) {
    .field-type-1 span {
        font-size: 0.694vw;
    }
}*/

.fixed .field-type-1 span {
    font-size: 12px;
}

.field-type-1 input {
    -webkit-appearance: none;
    background-clip: padding-box;
    border-radius: 0;
    background: none;
    border: 0;
    color: #383838;
    font-size: 16px;
    line-height: 20px;
}

.field-type-1 input[type="password"] {
    padding: 5px 0 0 0;
}

/*@media only screen and (min-width: 1920px) {
    .field-type-1 input {
        font-size: 0.926vw;
        line-height: 1.389vw;
    }
}*/

#menuToggle .fixed .field-type-1 input {
    all: unset;
    font-size: 16px;
    line-height: 20px;
}

.field-type-1 input::placeholder {
    color: #a2a2a2;
}

#menuToggle a.blue-link {
    all: unset;
    cursor: pointer;
    color: #0c87a1;
    text-decoration: underline;
}

#menuToggle a.blue-link:hover {
    all: unset;
    cursor: pointer;
    text-decoration: none;
    color: #0c87a1;
}

button.red-btn {
    border: 0;
    cursor: pointer;
    width: 100%;
    background-color: #eb482d;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in;
    height: 32px;
    font-size: 16px;
    border-radius: 4px;
}

/*@media only screen and (min-width: 1920px) {
    button.red-btn {
        height: 1.8vw;
        font-size: 0.926vw;
        border-radius: 0.3vw;
    }
}*/

button.red-btn:hover {
   opacity: 0.8;
}

.fixed button.red-btn {
    height: 32px;
    font-size: 16px;
    border-radius: 4px;
}

hr.thin {
    height: 1px;
    background-color: #969595;
    margin: 0.7vw 0;
}

button.google-sign-in {
    border: 0;
    cursor: pointer;
    background-color: #4285f4;
    color: #fff;
    transition: all 0.2s ease-in;
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #4285f4;
}

button.google-sign-in::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-top-left-radius: 0.3vw;
    border-bottom-left-radius: 0.3vw;
    background: #fff url('/img/google-logo.png') center center no-repeat;
    background-size: 20px auto;
}

/*@media only screen and (min-width: 1920px) {
    button.google-sign-in {
        height: 2.5vw;
        font-size: 0.868vw;
        border-radius: 0.3vw;
        border: 0.058vw solid #4285f4;
    }
    button.google-sign-in::after {
        background-size: 1.157vw auto;
    }
}*/

button.google-sign-in:hover {
    opacity: 0.8;
}

.fixed button.google-sign-in { 
    height: 44px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #4285f4;
}

/*Top navigation for small screens*/

#menuToggle {
    display: block;
    position: relative;
    top: 25px;
    right: -20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 600px) {
    #menuToggle {
        display: none;
    }
}

#menuToggle a {
    text-decoration: none;
    color: #3a3636;
    transition: color 0.3s ease;
    width: 100%;
    height: 48px;
    display: flex;
    border: 1px solid #26c1e3;
    align-items: center;
    padding: 0 0 0 16px;
    margin-top: -1px;
}

#menuToggle a:hover {
    background-color: #26c1e3;
    color: #fff;
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}


#menuToggle i {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #3a3636;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle i:first-child {
    transform-origin: 0% 0%;
}

#menuToggle i:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ i {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

#menuToggle input:checked ~ i:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ i:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
#menu {
    position: absolute;
    width: 104px;
    margin: 13px 0 0 -61px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    font-size: 14px;
    position: relative;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

#menu::before {
    content: '';
    position: absolute;
    right: 0;
    top: -65px;
    width: 70px;
    height: 64px;
    background-color: #26c1e3;
}


@media only screen and (min-width: 1000px) {
    .full-height {
        height: 100vh;
    }
}

/*Header*/

.homePageBannerSmlScrn {
    display: none;
}

.homePageBanner {
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    background-color: var(--purple); /*purple*/
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--fira);
    font-weight: 600;
}

.homePageBanner a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.halloweenBnnr {
    background-color: #FCC938 !important;
    color: #383838 !important;
}

.halloweenBnnr a {
    background-color: #FCC938 !important;
    color: #383838 !important;
}

/* user account blocked */
.acctSpsdBkg {
    background-color: var(--blocked) !important;
}

/* referred user banner */
.referBannerBkg {
    background-color: var(--CoupleBlue500) !important;
}

/* DTYD banner */
.dtydBannerBkg {
    background-color: #f9a300 !important;
}

@media only screen and (max-width: 1500px) {
    #hmPgBnLine1::after{
        content: "\a";
        white-space: pre;
    }
}

@media only screen and (min-width: 1100px) {
    #spsdPgBnLine1::after{
        content: "\a";
        white-space: pre;
    }
}

@media only screen and (max-width: 1500px) {
    #pgBnrAccSpsd {
        font-size: 24px;
    }
}

@media only screen and (max-width: 850px) {
    .homePageBanner {
        font-size: 24px;
    }

    #eventsListH1Line1::after{
        content: "\a";
        white-space: pre;
    }
}

@media only screen and (max-width: 768px) {
    
    .homePageBannerSmlScrn {
        box-sizing: border-box;
        width: 100%;
        padding: 12px;
        background-color: var(--purple); /*purple*/
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-family: var(--fira);
        font-weight: 600;
        display: block;
    }

    .homePageBannerSmlScrn a {
        display: block;
        height: 100%;
        color: #fff;
        text-decoration: none;
    }

    .homePageBanner {
        display: none;
    }

    .eventPgBanner {
        font-size: 20px;
    }

    .eventDetailBanner {
        font-size: 32px;
    }
}

.main-header {
    width: 100%;
    /*height: 960px;*/
    height: 800px;
    position: relative;
    font-family: var(--rubik);
}

@media only screen and (min-width: 1000px) {
    .main-header {
        /*height: 980px;*/
        height: calc( 100vh - 64px);
    }
}

img.imgs {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-44%);
    bottom: -30%;
}

@media only screen and (min-width: 700px) {
    img.imgs {
        width: 627px;
    }
}

@media only screen and (min-width: 1728px) {
    img.imgs {
        width: 36.285vw; /* 627px */
    }
}


.main-header.bg1 {
    background: url(/img/million_header.jpg) top left -200px no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 700px) {
    .main-header.bg1 {
        background: url('/img/million_header.jpg') top left no-repeat;
        background-size: cover;
    }
}


.main-header.bg2 {
    background: url(/img/sumbit-pitch-header.jpg) top right no-repeat;
    background-size: cover;
}

.main-header.bg3 {
    background: url(/img/contest-details.jpg) center right -170px no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 900px) {
    .main-header.bg3 {
        background: url(/img/contest-details.jpg) top -1.736vw center no-repeat; /*-30px*/
        background-size: cover;
    }
}

.main-header.bg4 {
    background: url(/img/selfie_header_rotate.jpg) bottom center no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 900px) {
    .main-header.bg4 {
        background: url('/img/selfie_header.jpg') top right no-repeat;
        background-size: cover;
    }
}

/*@media only screen and (min-width: 1920px) {
    .main-header {
        aspect-ratio: 20 / 11;
        height: auto;
    }
} */

@media only screen and (max-width: 900px) {
    .mh-grad {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 600px;
        background: linear-gradient(360deg, #090D1B -11.41%, rgba(56, 56, 56, 0) 98.49%);
    }
}

@media only screen and (max-width: 900px) {
    .mh-grad2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(180deg, #EADDD2 4.95%, rgba(202, 179, 167, 0) 100.8%);
    }
}

.header-bg-S {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    display: block;
}

@media only screen and (min-width: 600px) {
    .header-bg-S {
        display: none;
    }
}

.header-bg-L {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    display: none;
}

@media only screen and (min-width: 600px) {
    .header-bg-L {
        display: block;
    }
}


.header-bg-v2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}


ul.header-text {
    font-weight: 600;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 0.9;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    /*top: 80px;*/
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    width: 330px;
}

@media only screen and (min-width: 600px) {
    ul.header-text {
        width: auto;
        top: 195px;
        left: 105px;
        transform: none;
        text-shadow: none;
    }
}
@media only screen and (min-width: 1000px) {
    ul.header-text {
        font-size: 88px;
        left: 6.076vw;
    }
}

@media screen and (max-height: 955px) and (orientation: landscape) {
    ul.header-text {
        top: 17.419vh;
    }
    ul.header-text {
        font-size: 9.215vh;
    }
}

/*@media only screen and (min-width: 1920px) {
    ul.header-text {
        top: 4.340vw;
        left: 6.076vw;
        font-size: 5.093vw;
    }
}*/

.header-text li {
    display: inline-block;
}

.header-text li:first-child span{
    font-size: 55px;
    background-image: linear-gradient(90deg, #2acaed, #8f1891);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    transition: all 0.2s ease-in;
    font-weight: 700;
}


.header-text li:nth-child(4) span {
    font-size: 55px;
    background-image: linear-gradient(to right, #901790, #d71c1e 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    transition: all 0.2s ease-in;
    font-weight: 700;
}

@media only screen and (min-width: 1000px) {
    .header-text li:first-child span,
    .header-text li:nth-child(4) span {
        font-size: 110px;
    }
}

@media only screen and (max-height: 955px) and (orientation: landscape) {
    .header-text li:first-child span,
    .header-text li:nth-child(4) span {
        font-size: 11.518vh;
    }
}

/*@media only screen and (min-width: 1920px) {
    .header-text li:first-child span,
    .header-text li:nth-child(4) span {
        font-size: 6.366vw;
    }
}*/

.header-text li:nth-child(3) {
    margin: 20px 0 0 90px;
}

.header-text li:nth-child(4) {
    padding: 0 0 0 60px;
}

@media only screen and (min-width: 1000px) {
    .header-text li:nth-child(3) {
        margin: 40px 0 0 210px;
    }

    .header-text li:nth-child(4) {
        padding: 0 0 0 165px;
    }
}

.header-text li.next-event {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    /*margin-top: 500px;*/
    /*margin-top: 470px;*/
    margin-top: 320px;
    text-shadow: none;
}

@media only screen and (min-width: 600px) {
    .header-text li.next-event {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 1000px) {
    .header-text li.next-event {
        font-size: 46px;
    }
}

@media only screen and (min-width: 1920px) {
    .header-text li.next-event {
        /*font-size: 3.241vw;*/
        margin-top: 10.944vw;
    }
}

@media only screen and (max-height: 955px) and (orientation: landscape) {
    .header-text li.next-event {
        margin-top: 9.424vh;
        font-size: 4.817vh;
    }
}


ul.header-text2 {
    position: relative;
    z-index: 1;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: end;
    height: 100%;
    color: #fff;
    padding: 40px 30px 40px 0;
    font-weight: 500;
    font-size: 18px; 
    line-height: 21px;
    text-align: right;
    justify-content: space-between;
}

ul.header-text2.v2 {
    justify-content: start;
    text-align: center;
    align-items: center;
    color: unset;
    padding: 40px 20px 40px 20px;
}

ul.header-text2.v3 {
    justify-content: start;
    text-align: center;
    align-items: center;
    color: unset;
    padding: 40px 20px 40px 20px;
}

ul.header-text2.v4 {
    justify-content: start;
    text-align: center;
    align-items: center;
    color: unset;
    padding: 40px 20px 40px 20px;
    font-size: 20px;
}

.lh56 {
    line-height: 24px;
}

@media only screen and (min-width: 800px) {
    .lh56 {
        line-height: 46px; 
    }
}

@media only screen and (min-width: 1728px) {
    .lh56 {
        line-height: 3.241vw; /* 56px */
    }
}



.fw700 {
    font-weight: 700;
}

.header-text2 .mt15 {
    margin-top: 15px;
}

@media only screen and (min-width: 900px) {
    ul.header-text2 {
        padding: 4.630vw 2.894vw 4.630vw 0; /*80px 50px 80px 0;*/
        font-size: 1.852vw; /*32px*/
        line-height: 2.604vw; /*45px*/
    }
    ul.header-text2.v2 {
        padding: 4.630vw 1.736vw 2.315vw 1.736vw; /*80px 30px 40px 30px*/
        text-align: left;
        align-items: start;
    }
    ul.header-text2.v3 {
        padding: 4.630vw 1.736vw 2.315vw 1.736vw;
        /*80px 30px 40px 30px*/
        justify-content: start;
        text-align: center;
        align-items: center;
    }
    ul.header-text2.v4 {
        padding: 4.630vw 1.736vw 2.315vw 2.315vw; /*80px 30px 40px 40px*/
        text-align: left;
        align-items: start;
        font-size: 2.546vw; /* 44px */
    }
}

.grads {
    display: grid;
    font-weight: 700;
    font-size: 34px;
    line-height: 43px;
    text-transform: uppercase;
}

.grads.alone {
    font-family: var(--rubik);
    text-align: center;
    padding: 45px 0;
}

.settings-1 {
    margin-top: 26px; 
    line-height: 21px;
}

.settings-2 {
    margin-top: 16px; 
    line-height: 26px;
}

@media only screen and (min-width: 900px) {
    .grads {
        font-size: 4.630vw; /*80px*/
    line-height: 5.498vw; /*95px*/
    }
    
    .grads.v2 {
        line-height: 6.366vw; /*110px*/
    }
    .settings-1 {
        margin-top: 1.505vw; /*26px*/
        line-height: 2.604vw; /*45px*/
    }
    .settings-2 {
        margin-top: 0.926vw; /*16px*/
        line-height: 2.604vw; /*45px*/
        text-shadow: 0 0 15px rgba(225,220,214,1);
    }
    .grads.alone {
        padding: 5.787vw 0 4.630vw 0; /*100px 0 80px 0*/
    }
}

.grads.v3 {
    line-height: 34px;
    font-size: 28px;
}

@media only screen and (min-width: 800px) {
    .grads.v3 {
        line-height: 70px;
        font-size: 60px;
    }
}

@media only screen and (min-width: 1728px) {
    .grads.v3 {
        line-height: 5.440vw; /* 94px */
        font-size: 4.630vw; /* 80px */
    }
}


ul.header-text2 .multi {
    justify-items: end;
    display: grid;
}

ul.header-text2 .multi.mb100 {
    margin-bottom: 100px;
}

@media only screen and (min-width: 900px) {
    ul.header-text2 .multi.mb100 {
        margin-bottom: 0;
    }
}

ul.header-text2 .multi2 {
    margin-top: 10px;
    font-size: 18px;
}

@media only screen and (min-width: 900px) {
    ul.header-text2 .multi2 {
        margin-top: auto;
        font-size: 1.852vw; /* 32px */
        margin-bottom: 5.787vw; /* 100px */
    }
}


.gradient-1 {
    background-image: linear-gradient(91.28deg, #26C1E3 2.7%, #1189AD 45.76%, #7120CC 96.93%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-2 {
    background-image: linear-gradient(92.17deg, #7221CD -21.45%, #B51B37 108.47%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}





a.v2-btn-s1 {
    display: flex;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 0 10px 0;
    width: 300px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    position: relative;
    transition: all 0.2s ease-in;
    overflow: hidden;
    text-align: left;
}

a.v2-btn-s1.toRight {
    margin-left: auto;
}

a.v2-btn-s1.v3 {
    border-bottom: 2px solid var(--CoupleBlue400);
    color: #383838;
    text-transform: none;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--rubik);
    width: 240px;
}

a.v2-btn-s1 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
    background-image: url('/img/arrow-right-light.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px auto;
    transition: all 0.3s ease-in;
}

a.v2-btn-s1.v4 {
    color: #383838;
    border-bottom: 2px solid #383838;
    font-weight: 500;
    padding: 15px 0;
    width: 280px;
}

a.v2-btn-s1.v4 span {
    background-image: url('/img/arrow-right-dark.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px auto;
}

a.v2-btn-s1.v4:hover {
    color: #383838;
    padding: 15px 0 15px 10px;
    border-color: white;
}

a.v2-btn-s1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: translate(0, 100%);
    transform-origin: bottom;
    transition: all 0.2s ease-in;
    z-index: 1;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1 {
        font-size: 34px;
        width: 503px;
        padding: 20px 0 20px 0;
    }
    a.v2-btn-s1 span {
        background-size: 54px auto;
        background-position: center right;
    }
    
    a.v2-btn-s1.v2 {
        font-size: 1.968vw; /*34px*/
        width: 29.109vw; /*503px*/
        padding: 1.157vw 0; /*20px 0 20px 0*/
        color: #fff;
    }
    a.v2-btn-s1.v2 span {
        background-size: 3.125vw auto; /*54px auto*/
    }
    a.v2-btn-s1.v3 {
        font-size: 1.620vw; /*28px*/
        width: 17.361vw; /*300px*/
        padding: 1.157vw 0; /*20px 0 20px 0*/
    }
    a.v2-btn-s1.v3 span {
        background-size: 2.315vw auto; /*40px auto*/
    }
    a.v2-btn-s1.v4 {
        font-size: 2.315vw; /*40px*/
        width: 22.280vw; /*385px*/
        padding: 1.157vw 0; /*20px 0 20px 0*/
        border-bottom: 0.116vw solid #383838; /* 2px */
    }
    a.v2-btn-s1.v4 span {
        background-size: 3.125vw auto; /*54px auto*/
    }
    a.v2-btn-s1.v4:hover {
        padding: 1.157vw 0 1.157vw 0.579vw; /*20px 0 20px 10px*/
    }
}



/*@media only screen and (min-width: 1920px) {
    a.v2-btn-s1 {
        font-size: 2.315vw;
        width: 29.109vw;
        padding: 1.157vw;
    }
    a.v2-btn-s1 span {
        background-size: 2.813vw auto;
        background-position: center right 1.667vw;
    }
}*/

a.v2-btn-s1:hover {
    color: #383838;
    padding-left: 10px;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1:hover {
        color: #383838;
        padding: 20px;
    }
    a.v2-btn-s1.v2:hover {
        color: #383838;
        padding: 1.157vw; /*20px*/
    }
    a.v2-btn-s1.v3:hover {
        color: #383838;
        padding: 1.157vw 0.405vw; /*20px 7px*/
    }
}

a.v2-btn-s1:hover span {
    background-image: url('/img/arrow-right-dark.svg');
    background-position: center right 20px;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1:hover span {
        background-position: center right 32px;
    }
    a.v2-btn-s1.v2:hover span {
        background-position: center right 1.852vw; /*32px*/
    }
    a.v2-btn-s1.v3:hover span {
        background-position: center right 0.579vw; /*10px*/
    }
}

a.v2-btn-s1:hover::before {
    transform: translate(0, 0);
    transform-origin: bottom;
    
}

a.v2-btn-s1.mt1 {
    margin-top: 15px;
}

@media only screen and (min-width: 1000px) {
    a.v2-btn-s1.mt1 {
        margin-top: 0.4em;
    }
}


.area-1 {
    width: 100%;
    padding: 0 32px;
    font-size: 16px;
    margin: 64px auto;
    gap: 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.38;
    grid-template-columns: 1fr;
}

.area-1.gap-s {
    gap: 12px 0;
}

.area-1.mt140 {
    margin-top: 130px;
}

@media only screen and (min-width: 820px) {
    .area-1 {
        display: grid;
        grid-template-columns: 44% 54%;
        column-gap: 32px;
        font-size: 20px;
        margin: 128px auto;
    }
    .area-1.v2 {
        grid-template-columns: 48% 50%;
    }
    .area-1.mt140 {
        margin-top: 268px;
    }
    .area-1.gap-s {
        gap: 32px 0;
    }
    .area-1 .topBgPstInfo {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .area-1 {
        font-size: 32px;
    }
    .area-1 .topBgPstInfo {
        margin-bottom: 150px;
    }
}


@media only screen and (min-width: 1920px) {
    .area-1 {
        margin: 7.407vw auto;
        /*font-size: 1.852vw;*/
        gap: 0 1.852vw;
    }
    .area-1 .topBgPstInfo {
        margin-bottom: 250px;
    }
}

.area-1 section {
    order: 2;
}

.area-1 section.v2 {
    order: 2;
}

@media only screen and (min-width: 820px) {
    .area-1 section {
        order: 1;
    }
    .area-1 section.v2 {
        order: 2;
    }
}

@media only screen and (min-width: 820px) {
    .area-1 section {
        padding: 0 0 0 54px;
    }
}

@media only screen and (min-width: 1920px) {
    .area-1 section {
        /*padding: 0 0 0 104px;*/
        padding: 0 0 0 6.019vw;
    }
}

.area-1 h1 {
    font-family: var(--rubik);
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: #383838;
    margin-bottom: 25px;
}

.area-1 h1 span {
    display: block;
    font-size: 25px;
    font-weight: 500;
    text-transform: none;
    margin-top: 18px;
}

@media only screen and (min-width: 1200px) {
    .area-1 h1 {
        font-size: 80px;
        margin-bottom: 40px;
    }

    .area-1 h1 span {
        font-size: 56px;
        font-weight: 500;
    }
    
    .area-1 h1 span.mt20 {
        margin-top: 20px;
    }
}

/*@media only screen and (min-width: 1920px) {
    .area-1 h1 {
        font-size: 4vw;
        margin-bottom: 2.083vw;
    }
}*/

h1.showM820 {
    display: block;
    text-align: center;
}

h1.hideM820 {
    display: none;
}

@media only screen and (min-width: 820px) {
    h1.showM820 {
        display: none;
    }

    h1.hideM820 {
        display: block;
    }
}

.a1-img {
    order: 1;
}

.a1-img.v2 {
    order: 1;
}

@media only screen and (min-width: 820px) {
    .a1-img {
        order: 2;
    }
    .a1-img.v2 {
        order: 1;
    }
}

@media only screen and (min-width: 1920px) {
    .a1-img {
        width: 52.604vw;
    }
}



.area-3 {
    width: 100%;
    background: url('/img/footer-v2-bg.jpg') top center no-repeat;
    background-size: cover;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 820px) {
    .area-3 {
        height: 940px;
    }
}


@media only screen and (min-width: 1920px) {
    .area-3 {
        padding: unset;
        height: auto;
        aspect-ratio: 15 / 8;
    }
}

.area-3 section {
    width: 100%;
    padding: 0 32px;
    font-size: 24px;
    line-height: 1.38;
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .area-3 section {
        width: 928px;
        padding: 0;
        font-size: 32px;
        margin: 0 auto;
    }
}

/*@media only screen and (min-width: 1920px) {
    .area-3 section {
        width: 48.333vw;
        font-size: 1.667vw;
    }
}*/

.area-3 section p {
    margin-bottom: 1.4em;
}

.area-3 h1 {
    text-transform: uppercase;
    font-family: var(--rubik);
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 992px)  {
    .area-3 h1 {
        font-size: 80px;
    }
}

/*@media only screen and (min-width: 1920px) {
    .area-3 h1 {
        font-size: 4.167vw;
    }
}*/


footer {
    background-color: #252e3a;
    font-family: var(--nunito);
    color: #fff;
    text-align: center;
    font-size: 16px;
    /*padding: 32px;*/
    padding: 5px 32px 15px 32px;
}

@media only screen and (min-width: 1920px) {
    footer {
        font-size: 0.833vw;
        padding: 1.667vw;
    }
}

footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--rubik);
    font-weight: 600;
    line-height: 1.56;
    font-size: 20px;
    gap: 0 10px;
}

@media only screen and (min-width: 750px) {
    .slogan {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1920px) {
    .slogan {
        font-size: 1.667vw;
        gap: 0 0.521vw;
    }
}

.slogan img {
    margin-top: 7px;
    width: 48px;
}

@media only screen and (min-width: 1920px) {
    .slogan img {
        margin-top: 0.365vw;
        width: 2.500vw;
    }
}

.slogan span:nth-of-type(1) {
    color: #36bcce;
}

.slogan span:nth-of-type(2) {
    color: #eb482d;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    padding: 5px 0;
}

@media only screen and (min-width: 1920px) {
    .social-media {
        gap: 0 0.521vw;
        padding: 0.521vw 0;
    }
    .social-media a:nth-of-type(1) img {
        width: 1.563vw;
    }
    .social-media a:nth-of-type(2) img {
        width: 1.146vw;
    }
    .social-media a:nth-of-type(3) img {
        width: 1.354vw;
    }
}

.no-break {
    white-space: nowrap;
}

span.no-line {
    color: transparent;
}

@media only screen and (min-width: 457px) {
    span.no-line {
        color: #fff;
    }
}

/*The vibe*/

.rotating-images-1 {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

/*@media only screen and (min-width: 820px) {
    .rotating-images-1 {
        aspect-ratio: 105 / 74;
    }
}*/

.rotating-images-1 img {
    position: absolute;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    object-fit:cover;
    border-radius: 12px;
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img {
        aspect-ratio: unset;
        border-radius: 0;
    }
}

.rotating-images-1 img.pos1 {
    width: 90%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img.pos1 {
        width: 53%;
        transform: none;
        top: 13%;
        /*left: 0;*/
        left: 13%;
    }
}

.rotating-images-1 img.pos1.to-2 {
    animation-name: animapos1-to-two;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos1-to-two {
    0% {
        transform: none;

    }
    10% {
        opacity: 0.5;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(5.51%) translateY(-30px) scale(1);
        filter: grayscale(100%);
    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos1-to-two {
        0% {
            transform: none;

        }

        10% {
            opacity: 0.5;
        }

        60% {
            opacity: 1;
        }

        100% {
            opacity: 1;
                transform: translateX(78.4%) translateY(-38.8%) scale(0.717);
            filter: grayscale(100%);
        }
    }
}


.rotating-images-1 img.pos1.to-3 {
    animation-name: animapos1-to-three;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos1-to-three {
    0% {
        transform: none;
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateX(22%) translateY(26%) scale(0.845);
        filter: grayscale(100%);
    }
}

.rotating-images-1 img.pos2 {
    display: block;
    width: 90%;
    top: 0;
    right: -45%;
    z-index: 4;
    filter: grayscale(100%);
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img.pos2 {
        width: 38%;
        top: 0%;
        right: 0;
    }
}

.rotating-images-1 img.pos2.to-1 {
    animation-name: animapos2-to-one;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos2-to-one {
    0% {
        transform: none;
        opacity: 1;
    }
   /* 50% {
        transform: translateX(-100%) translateY(100%) scale(0.3);
    }*/

    100% {
        opacity: 1;
        transform: translateX(-64%) translateY(46.5%) scale(1.42592);
        z-index: 7;
        filter: none;
    }
}

.rotating-images-1 img.pos2.to-3 {
    animation-name: animapos2-to-three;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos2-to-three {
    0% {
        transform: none;
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(-111.1%) translateY(0) scale(1);

    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos2-to-three {
        0% {
            transform: none;
            opacity: 0.5;
        }

        40% {
            opacity: 1;
        }

        /*50% {
        transform: translateX(0) translateY(10%) scale(0.3);
    }*/
        100% {
            opacity: 1;
            transform: translateX(-40.8%) translateY(88.2%) scale(1.18447);

        }
    }
}



.rotating-images-1 img.pos3 {
    width: 90%;
    top: 0;
    left: -45%;
    z-index: 3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media only screen and (min-width: 820px) {
    .rotating-images-1 img.pos3 {
        width: 45%;
        left: auto;
        top: auto;
        top: 30%;
        right: 12%;
    }
}

.rotating-images-1 img.pos3.to-1 {
    animation-name: animapos3-to-one;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos3-to-one {
    0% {
        transform: none;
        opacity: 0.5;
    }
    40% {
            opacity: 1;
        }
    100% {
        opacity: 1;
            transform: translateX(55.6%) translateY(30px) scale(1);
        z-index: 7;
        filter: none;
    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos3-to-one {
        0% {
            transform: none;
            opacity: 1;
        }

        /*50% {
        transform: translateX(-60%) translateY(0) scale(0.3);
    }*/

        100% {
            opacity: 1;
            transform: translateX(-57.85%) translateY(-28.9%) scale(1.17778);
            z-index: 7;
            filter: none;
        }
    }
}

.rotating-images-1 img.pos3.to-2 {
    animation-name: animapos3-to-two;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes animapos3-to-two {
    0% {
        transform: none;
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translateX(55.6%) translateY(30px) scale(1);
        z-index: 7;
        filter: none;
    }
}

@media only screen and (min-width: 820px) {
    @keyframes animapos3-to-two {
        0% {
            transform: none;
            opacity: 0.5;
        }

        40% {
            opacity: 1;
        }

        100% {
            opacity: 1;
            transform: translateX(27%) translateY(-69.6%) scale(0.83078);
            filter: none;
        }
    }
}


ul.ri-1-links {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    /*width: 160px;*/
    width: 90%;
    height: 6px;
    column-gap: 8px
}
    
@media only screen and (min-width: 820px) {
    ul.ri-1-links {
        width: 53%;
        bottom: auto;
        justify-content: center;
        top: 62%;
/*        left: 31%;*/
        left: 13%;
        z-index: 10;
        /*width: 20%*/;
        /*height: 1%;*/
        transform: none;
    }
}




ul.ri-1-links li {
    width: 65px;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    /*border-radius: 4.7px;*/
    border-radius: 3px;
    line-height: 0;
    font-size: 0;
}

@media only screen and (min-width: 1600px) {
    ul.ri-1-links li {
        width: 110px;
    }
}

@keyframes fill-bullet {
    0% {
        opacity: 1;
        background-position: 0 0;
    }

    100% {
        opacity: 1;
        background-position: -100% 0;
    }
}

ul.ri-1-links li.active {
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #1fa5c2 50%, white 50%);
    animation: fill-bullet;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

/*MATCH & MINGLE*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (min-width: 820px) {
    .swiper-slide img {
        width: 87%;
        border-radius: 20px;
    }
}

.img-slide-1 {
    position: relative;
    width: 100%;
    /*aspect-ratio: 42 / 47;*/
    aspect-ratio: 457 / 467;
}

.img-slide-1 .slider-v1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 820px) {
    .img-slide-1 {
        aspect-ratio: 465 / 368;
    }
    .img-slide-1 .slider-v1 {
        width: 87%;
    }
}

.is-1-links {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    width: 48%;
    height: 0.8%;
}

.is-1-links li {
    width: 22%;
    height: 100%;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4.7px;
    line-height: 0;
    font-size: 0;
}

.is-1-links li.active {
    background-color: #1fa5c2;
}

@media only screen and (min-width: 820px) {
    .is-1-links {
        top: unset;
        bottom: 3.8%;
        left: 19%;
        transform: unset;
    }
}

.is-1-title {
    position: absolute;
    left: 0;
    bottom: 15%;
    height: 8.8%;
    width: 100%;
    background-image: radial-gradient(circle at 50% 50%, #8f1a92 0%, #2acaed 98%);
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--rubik);
    padding-right: 2vw;
}

.is1-t-small {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
}

.is1-t-big {
    display: none;
}

@media only screen and (min-width: 820px) {
    .is-1-title {
        bottom: auto;
        width: 67%;
        top: 50%;
        transform: translateY(-50%);
        background-image: linear-gradient(to right, #29caed, #8f1991);
    }
    .is1-t-small {
        display: none;
    }
    .is1-t-big {
        display: inline-block;
    }
}

@media only screen and (min-width: 1500px) {
    .is-1-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1920px) {
    .is-1-title {
        height: 2.917vw;
        font-size: 2.083vw;
    }
}

a.is-1-join {
    position: absolute;
    font-family: var(--rubik);
    text-transform: uppercase;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #26c1e3;
    color: #fff;
    width: 30%;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    text-decoration: none;
    font-weight: 600;
    font-size: 36px;
}

@media only screen and (min-width: 820px) {
    a.is-1-join {
        left: unset;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        right: 0;
    }
}

@media only screen and (min-width: 1500px) {
    a.is-1-join {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1920px) {
    a.is-1-join {
        font-size: 4.167vw;
    }
}

a.is-1-join:hover {
    animation-name: joinBtn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes joinBtn {
  0%   {
    }
  50%  {
      box-shadow: inset 0 0 0 2em #901790;
    }
  100% {
      box-shadow: inset 0 0 0 -2em #d71c1f;
      background-color: #d71c1f;
    }
}

@media only screen and (min-width: 820px) {
    
}

/*Slide for big screens*/

.img-slide-2 {
    position: relative;
    background-color: #000;
    height: auto;
    width: 100%;
    aspect-ratio: 15 / 8;
    display: none;
}

@media only screen and (min-width: 1000px) {
    .img-slide-2 {
        display: block;
    }
}

.is2-bg1 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img1.jpg') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.is2-bg2 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img2.jpg') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.is2-bg3 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img3.jpg') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.is2-bg4 {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/is2-img4.jpg') top center no-repeat;
        background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s; 
}


.is2-bg1.active,
.is2-bg2.active,
.is2-bg3.active,
.is2-bg4.active {
    opacity: 1;
}

.img-slide-2 ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 0 0 100%;
    height: 100%;   
}

.img-slide-2 ul li {
    flex-grow: 1;
    position: relative;
    width: 0;
    overflow: visible;
    transition: width 1s cubic-bezier(0, 0, 0.2, 1);
    border-right: 2px solid #fff;
}

.img-slide-2 ul li:last-child {
    border-right: 0;
}

.img-slide-2 ul li:hover,
.img-slide-2 ul li.open {
    height: 100%;
    width: 55.365vw;
    display: block;
    flex-grow: 1;
}

.img-slide-2 ul li.open a {
    pointer-events: all;
}

.img-slide-2 ul li p {
    font-family: var(--rubik);
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    position: absolute;
    font-size: 50px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: 80px;
    left: 40px;
}

@media only screen and (min-width: 1400px) {
    .img-slide-2 ul li p {
        font-size: 80px
    }
}

.img-slide-2 ul li:hover p,
.img-slide-2 ul li.open p {
        color: rgba(255, 255, 255, 1);
    }

.img-slide-2 ul li:last-child {
    border-right: 0;
}

.is2-txt {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-family: var(--nunito);
    line-height: 1.38;
    position: absolute;
    right: 0;
    bottom: 2.813vw;
    overflow: hidden;
    width: 55.365vw;
    padding: 2.500vw;
    font-size: 1.667vw;
    animation-name: is2-txt-out;
    animation-duration: 0.1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.is2-txt a {
    pointer-events: auto;
}

.img-slide-2 ul li:hover .is2-txt,
.img-slide-2 ul li.open .is2-txt {
    animation-name: is2-txt-in;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-delay: 0.6s;
}



@media only screen and (min-width: 1780px) {
    .is2-txt {
        width: 980px;
        padding: 48px 64px;
        font-size: 32px;
    }
}




@keyframes is2-txt-in {
  0%   {
      opacity: 0;
    }
  100% {
      opacity: 1;
      z-index: 1;
      
    }
}

@keyframes is2-txt-out {
  0%   {
      opacity: 1;
    }
  100% {
      opacity: 0;
    }
}


/*Slide for small screens*/

.sw-mobile {
    height: 720px;
}

.mySwiper2 {
    display: block;
}

@media only screen and (min-width: 1000px) {
    .mySwiper2 {
        display: none;
    }
}

.swiper-slide.slideM {
    height: 720px;
    background-color: #000;
    position: relative;
}

.swiper-slide.slideM:nth-child(1) {
    background: url('/img/is2-img1-s.jpeg') top left no-repeat;
    background-size: cover;
}

.swiper-slide.slideM:nth-child(2) {
    background: url('/img/is2-img2-s.jpeg') top left no-repeat;
    background-size: cover;
}

.swiper-slide.slideM:nth-child(3) {
    background: url('/img/is2-img3-s.jpeg') top left no-repeat;
    background-size: cover;
}

.swiper-slide.slideM:nth-child(4) {
    background: url('/img/is2-img4-s.jpeg') top left no-repeat;
    background-size: cover;
}

.slideM p {
    font-family: var(--rubik);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    /*border-bottom: 2px solid #fff;*/
    padding: 24px 12px 12px 12px;
}

.sM-txt {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: var(--nunito);
    line-height: 1.38;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    font-size: 18px;
    padding: 30px 15px 60px 15px;
}


/* overlay video */

.overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    transition: all 1s
}
.overlayVideo span {
    display: block
}

.overlayVideo {
    width: 92.78%;
    max-width: 1080px;
    background-color: #252e3a;
    display: flex;
    position: absolute;
    color: #fff;
    font-weight: 400;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.max-1080 {
    width: 90%;
    max-width: 1080px
}

.vid video {
    width: 100%;
    height: auto
}

.hide {
    opacity: 0;
    visibility: hidden
}

.overlayVideo .vid {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

.overlayVideo .vid video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.closeVideo {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    padding: 16px
}

.closeVideo::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f'%3E%3Cg%3E%3Cpath d='M898.295 8.394L904 14.098l5.705-5.704c.525-.525 1.376-.525 1.901 0 .525.525.525 1.376 0 1.901L905.902 16l5.704 5.705c.525.525.525 1.376 0 1.901-.525.525-1.376.525-1.901 0L904 17.902l-5.705 5.704c-.525.525-1.376.525-1.901 0-.525-.525-.525-1.376 0-1.901L902.098 16l-5.704-5.705c-.525-.525-.525-1.376 0-1.901.525-.525 1.376-.525 1.901 0z' transform='translate(-1156.000000, -664.000000) translate(260.000000, 656.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

@media screen and (max-width:1024px) {

    .overlayVideo {
        width: 76%!important;
        flex-direction: column!important;
        height: auto;
        min-height: auto;
        max-height: none
    }

}

@media screen and (max-width:767px) {

    .overlayVideo {
        height: calc(0.5 * 100vw ) !important;
        width: 100vw !important;
    }
    .overlayVideo .vid{
        top: 50%;
        transform: translateY(-50%);
    }
    .overlays.s3 #overlayPlayer{
        height: calc(2 * 100vw ) !important;
    }
}


@media (orientation:landscape) and (max-width: 960px){

    .overlayVideo {
        height: 100vh;
        width: calc(1.777 * 100vh ) !important;
    }
}

.linkshareTip .linkshareTipText {
    opacity: 0;
    width: 120px;
    background-color: var(--CoupleBlue400);
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 5px 0;
    transition: all .6s;

    position: absolute;
    z-index: 1;
    top: -90%;
    left: 50%;
    margin-left: -80px;
}

.linkShareProfEvent {
    top: -200% !important;
    margin-left: -100px !important;
}

.linkShareProfEvent:after {
    left: 75% !important;
}

.linkshareTipText:after {
    content: '';
    display: block;
    position: absolute;
    left: 60%;
    width: 0;
    height: 0;
    border-top: 10px solid var(--CoupleBlue400);
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}

.go2Event {
    background-color: #eb482d !important;
    color: #fff !important;
    border-color: #eb482d !important;
}

.eventReserved {
    background-color: var(--blue) !important;
    color: #fff !important;
}

.eventReservedFeat {
    background-color: var(--purple) !important;
    color: #fff !important;
}

.blue-bar {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: var(--blue);
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--fira);
	font-weight: 600;
}

.featPurpleBkgrd {
    background-color: var(--purple) !important;
}

.featPurpleText {
    color: var(--purple) !important;
}

@media only screen and (min-width: 1280px) {
    .blue-bar {
        font-size: 40px;
    }
}

.container-1140 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 24px;
}

@media only screen and (min-width: 1140px) {
    .container-1140 {
        width: 1140px;
        margin: 0 auto;
    }
}

.container-1280 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 24px;
}

@media only screen and (min-width: 1280px) {
    .container-1280 {
        width: 1280px;
        margin: 0 auto;
    }
}

.container-1280.mb90 {
    margin-bottom: 90px;
}

.container-1140 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 24px;
}

@media only screen and (min-width: 1140px) {
    .container-1140 {
        width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
}

.container-1140.mtb64 {
    margin-top: 64px;
    margin-bottom: 64px;
}

.header-style1 {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0;
    position: relative;
    flex-direction: column;
}

@media only screen and (min-width: 750px) {
    .header-style1 {
        flex-direction: row;
        margin: 50px 46px;
    }
}

.header-style2 {
    display: flex;
    margin: 50px 0;
    position: relative;
    flex-direction: column;
}

.header-style3 {
    margin: 20px 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

@media only screen and (min-width: 750px) {
    .header-style3 {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1024px) {
    .header-style3 {
        justify-content: flex-end;
    }
}

.profile-event:first-of-type {
    display: block;
}

.header-img1-big-screen {
    display: none;
}

.header-img1-small-screen {
    display: block;
}

.featImgRounded {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

@media only screen and (min-width: 750px) {
    .header-img1-big-screen {
        display: block;
    }
    .header-img1-small-screen {
        display: none;
    }
}

img.responsive {
    max-width: 100%;
}

img.rounded {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

@media only screen and (min-width: 750px) {
    img.rounded {
        border-radius: 15px;
    }
}

.current-event {
    font-family: var(--rubik);
    background-color: #fff;
    border-radius: 15px;
    border-top-left-radius: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    position: relative;
}

@media only screen and (min-width: 750px) {
    .current-event {
        position: absolute;
        left: 0;
        top: 34px;
        width: 508px;
        box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.15);
        border: 0;
        overflow: hidden;
    }
    .current-event.v2 {
        position: relative;
        left: unset;
        top: unset;
        width: unset;
        border-radius: unset;
        box-shadow: unset;
        overflow: hidden;
        border: 4px solid var(--blue);
        overflow: visible;
        display: flex;
        justify-content: space-between;
        padding: 20px 1.906vw 20px 2.422vw;
        align-items: center;
    }
}

.current-event-Feat {
    font-family: var(--fira);
    background-color: #fff;
    border: 4px solid var(--purple);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: 0.3s;
    position: relative;
}

@media only screen and (min-width: 750px) {
    .current-event-Feat {
        position: absolute;
        left: 0;
        top: 38px;
        width: 450px;
        border-radius: 15px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        border: 0;
        overflow: hidden;
    }
    .current-event-Feat.v2 {
        position: relative;
        left: unset;
        top: unset;
        width: unset;
        border-radius: unset;
        box-shadow: unset;
        overflow: hidden;
        border: 4px solid var(--purple);
        overflow: visible;
        display: flex;
        justify-content: space-between;
        padding: 20px 1.906vw 20px 2.422vw;
        align-items: center;
    }
}

.current-event-profile {
    font-family: var(--fira);
    background-color: #fff;
    border: 2px solid var(--blue);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 0.3s;
    position: relative;
}

@media only screen and (min-width: 750px) {
    .current-event-profile {
        font-family: var(--fira);
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 15px;
        width: 212px;
        border-radius: 8px;
        border: unset;
        overflow: hidden;
    }
}

.ce-title {
    background-color: var(--blue);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 15px;
    padding: 0 10px;
    height: 46px;
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (min-width: 750px) {
    .ce-title {
        width: 105px;
        height: 52px;
        font-family: var(--nunito);
        font-size: 16px;
        font-weight: bold;
        border-radius: 0;
        border-bottom-right-radius: 8px;
        padding: unset;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .ce-title.v2 {
        width: 360px;
        height: 67px;
        border-top-left-radius: 20px;
        position: absolute;
        top: -67px;
        right: -4px;
    }
}

.ce-title-profile {
    background-color: var(--blue);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -32px;
    right: -2px;
    border-top-left-radius: 8px;
    padding: 0 10px;
    height: 30px;
    font-size: 16px;
}

@media only screen and (min-width: 750px) {
    .ce-title-profile {
        border-radius: unset;
        padding: unset;
        position: relative;
        top: 0;
        right: 0;
    }
}

ul.ce-users {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004858;
    font-size: 18px;
    position: absolute;
    left: 16px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 750px) {
    ul.ce-users {
        position: relative;
        left: unset;
        transform: none;
        margin: 24px 0 10px 0;
    }
}

ul.ce-users.v4 {
    margin: 10px 0 10px 24px;
}

ul.ce-users li {
    border-radius: unset;
    box-shadow: unset;
}

ul.ce-users li:hover {
    box-shadow: unset;
}

ul.ce-users.v2 {
    margin: 0;
    justify-content: start;
    position: absolute;
    left: 16px;
    transform: translateY(-29px);
    font-weight: 600;
}

@media only screen and (min-width: 602px) {
    ul.ce-users.v2 {
        transform: translateY(-50%);
    }
}

ul.ce-users.v3 {
    margin: 20px 0 20px 50px;
}

@media only screen and (min-width: 750px) {
    ul.ce-users.v3 {
        margin: 0 0 0 24px;
    }
}

ul.ce-users li:nth-child(-n+3) {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: #f1f1f1;
    border: 3px solid #fff;
    margin-left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media only screen and (min-width: 750px) {
    ul.ce-users li:nth-child(-n+3) {
        width: 54px;
        height: 54px;
    }
}

ul.ce-users.v2 li:nth-child(-n+3) {
    width: 42px;
    height: 42px;
    margin-left: -12px;
}

ul.ce-users.v4 li:nth-child(-n+3) {
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-color: #f1f1f1;
    border: 1px solid #fff;
    margin-left: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

ul.ce-users li:nth-child(-n+3) img {
    flex-shrink: 0;
    min-width: 100%;
    max-width: 100%;
}

ul.ce-users li:nth-child(1) {
    z-index: 3;
}

ul.ce-users li:nth-child(2) {
    z-index: 2;
}

ul.ce-users li:nth-child(3) {
    z-index: 1;
}

ul.ce-users li:last-child {
    background: #fff;
    border-radius: 12px;
    padding: 0 5px;
    margin-left: -10px;
    position: absolute;
    z-index: 2;
    transform: translateX(80px);
}

ul.ce-users.v2 li:last-child {
    transform: translateX(90px);
    line-height: 1.2;
}

ul.ce-users li.f-25 {
    font-size: 25px;
}

ul.ce-users li.f-16 {
    font-size: 16px;
}

.ce-buttons {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 32px 0 12px 0;
    align-items: center;
}

.ce-buttons.v3 {
    margin: 0 16px 12px 16px;
}

.ce-buttons.mlr0 {
    margin: 0 0 20px 0;
}

.ce-buttons.mlr12 {
    margin: 0 12px 0 12px;
}


@media only screen and (min-width: 750px) {
    /*.ce-buttons {
         margin: 32px 0 12px 0;
    }*/
    .ce-buttons.mlr0 {
        margin: 0 0 30px 0;
    }
    .ce-buttons.m0 {
        margin: 0;
    }
    .ce-buttons.v2 {
        margin: 0;
    }
    .ce-buttons.v2 button {
        margin: 0 6.484vw 0 0;
    }
    .ce-buttons.mlr12 {
        margin: 0 12px 20px 12px;
    }
}

a.ce-button-featEvent:link,
a.ce-button-featEvent:visited {
    width: 240px;
    height: 48px;
    font-size: 32px;
    background-color: #fff;
    border: 2px solid var(--purple);
    font-family: var(--firaCondensed);
    cursor: pointer;
    border-radius: 10px;
    color: var(--purple);
    transition: 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.ce-button-featEvent:hover {
    background-color: var(--purple);
    color: #fff;
    text-decoration: none;
}

a.ce-button-featEvent.v3:link,
a.ce-button-featEvent.v3:visited {
    width: 128px;
    height: 24px;
    font-size: 16px;
    border: 1px solid var(--purple);
    border-radius: 3px;
}

a.ce-button-featEvent.responsive:link,
a.ce-button-featEvent.responsive:visited {
    background-color: var(--purple);
    color: #fff;
    font-size: 24px;
}

a.ce-button-featEvent.responsive:hover {
    background-color: #fff;
    color: var(--purple);
}

@media only screen and (min-width: 750px) {
    a.ce-button-featEvent.responsive:link,
    a.ce-button-featEvent.responsive:visited {
        background-color: #fff;
        color: var(--purple);
        font-size: 32px;
    }
    a.ce-button-featEvent.responsive:hover {
        background-color: var(--purple);
        color: #fff;
    }
}

a.ce-button:link,
a.ce-button:visited {
    width: 240px;
    height: 48px;
    font-size: 32px;
    background-color: #fff;
    border: 2px solid var(--blue);
    font-family: var(--firaCondensed);
    cursor: pointer;
    border-radius: 10px;
    color: #00596c;
    transition: 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.ce-button:hover {
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
}

a.ce-button.v3:link,
a.ce-button.v3:visited {
    width: 128px;
    height: 24px;
    font-size: 16px;
    border: 1px solid var(--blue);
    border-radius: 3px;
}

a.ce-button.responsive:link,
a.ce-button.responsive:visited {
    background-color: var(--blue);
    color: #fff;
    font-size: 24px;
}

a.ce-button.responsive:hover {
    background-color: #fff;
    color: var(--blue);
}

@media only screen and (min-width: 750px) {
    a.ce-button.responsive:link,
    a.ce-button.responsive:visited {
        background-color: #fff;
        color: #00596c;
        font-size: 32px;
    }
    a.ce-button.responsive:hover {
        background-color: var(--blue);
        color: #fff;
    }
}

a.ce-button.w120-140:link,
a.ce-button.w120-140:visited {
    width: 120px;
    height: 24px;
    font-size: 14px;
    border: 1px solid var(--blue);
    border-radius: 5px;
}

@media only screen and (min-width: 602px) {
    a.ce-button.w120-140:link,
    a.ce-button.w120-140:visited {
        width: 140px;
        height: 32px;
        font-size: 20px;
        border: 2px solid var(--blue);
        border-radius: 10px;
    }
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(11,146,175,0.3);
    }
}

@keyframes pulse-box {
  0% {
    transform: scale(0.95);
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  
  70% {
    transform: scale(1);
      box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  }
  
  100% {
    transform: scale(0.95);
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
}

h1.f20-32 {
    font-size: 20px;
    color: #17365F;
    text-align: center;
    margin-bottom: 40px!important;
    font-weight: 400;
}

@media only screen and (min-width: 750px) {
    h1.f20-32 {
       font-size: 32px; 
    }
}

.events-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    justify-content: center;
}

@media only screen and (min-width: 602px) {
    .events-grid {
        grid-template-columns: repeat(auto-fit, 261px);
        gap: 36px 32px;
    }
}

.events-grid li {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    border-radius: 15px;
    border-top-right-radius: 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

@media only screen and (min-width: 602px) {
    .events-grid li {
        border-radius: 5px;
        border-top-right-radius: 0;
    }
}

/*.events-grid li:hover {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.3);
}*/



.eg-details {
    z-index: 2;
    width: 100%;
    padding: 8px 0 8px 0;
}

@media only screen and (min-width: 602px) {
    .eg-details {
        width: auto;
        padding: 0 0 8px 0;
    }
}

.eg-title {
    position: absolute;
    top: 0;
    right: 0;
    font-family: var(--nunito);
    display: flex;
    color: #004858;
    background-color: var(--CoupleGray300);
    color: var(--TextMediumEmphasis);
    font-size: 12px;
    font-weight: 600;
    display: grid;
    padding: 2px 10px;
    border-bottom-left-radius: 15px;
    text-align: center;
}

@media only screen and (min-width: 602px) {
    .eg-title {
        font-size: 15px;
    }
}

img.bb6-blue {
    object-fit: cover;
    width: 128px;
    height: 128px;
    margin-right: 20px;
    display: block;
}

@media only screen and (min-width: 602px) {
    img.bb6-blue {
        all: unset;
        width: 261px;
    }
}

img.event-img {
    object-fit: cover;
    width: 100%;
    display: block;
}

@media only screen and (min-width: 602px) {
    img.event-img {
        all: unset;
        width: 261px;
    }
}

ul.ce-opt {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #004858;
    /*display: flex;*/
    margin: 20px 30px;
    gap: 10px;
}

ul.ce-opt li {
    position: relative;
}

/*ul.ce-opt li::after {
    content: ',';
}*/

ul.ce-opt li:last-child::after {
    content: none;
}

@media only screen and (min-width: 750px) {
    ul.ce-opt {
        margin: 0;
        display: unset;
        gap: unset;
    }
    ul.ce-opt li::after {
        content: unset; 
    }
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.profile-event-dots {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.profile-event-dots a {
    width: 10px;
    height: 10px;
    font-size: 0;
    overflow: hidden;
    background: #d8d8d8;
    border-radius: 100%;
}

.profile-event-dots a:hover,
.profile-event-dots a.active {
    background-color: #d64f38;
}


/*Registration overlay*/

.overlay-v2 a:hover {
    text-decoration: underline;
}

.mb12 {
    margin-bottom: 12px;
}

.mb20 {
    margin-bottom: 20px;
}

.overlay-v2 {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 16px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.overlay-v2.hide {
    display: none;
}

.overlay-v2 a:link, .overlay-v2 a:visited {
    color: var(--CoupleBlue500);
    text-decoration: none;
}

.overlay-v2 a:hover {
    text-decoration: underline;
}
.overlay-v2 a.underline:link, 
.overlay-v2 a.underline:visited {
    color: var(--CoupleBlue500);
    text-decoration: underline;
}

.overlay-v2 a.underline:hover {
    text-decoration: none;
}

.overlay-v2 a:link, 
.overlay-v2 a:visited {
    color: var(--CoupleBlue500);
    text-decoration: none;
}

.overlay-v2 a:focus {
    outline: 0;
    text-decoration: underline;
}
.overlay-v2 a.underline:link, 
.overlay-v2 a.underline:visited {
    color: var(--CoupleBlue500);
    text-decoration: underline;
}

.overlay-v2 a.underline:hover {
    outline: 0;
    text-decoration: none;
}

.overlay-container {
    position: relative;
    width: 100%;
    max-width: 470px;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    color: var(--TextHighEmphasis);
    font-family: var(--nunito);
    font-size: 18px;
    display: none;
    overflow: hidden;
    height: auto;
    transition: all 0.3s;
}

/*@media only screen and (max-width: 810px) {
    .overlay-container {
        height: 90%;
    }
}*/

.oc-section {
    width: 100%;
    grid-row: 1;
    grid-column: 1/-1;
    transform: translateY(0);
    transition: all 0.3s linear;
}

.oc-section-big {
    justify-items: center;
    width: 100%;
    display: none;
    transition: all 0.5s linear;
}

.oc-section-big.show {
    display: grid;
}


.oc-section.slideUp {
    transform: translateY(-120%);
}

.oc-section.slideDown {
    transform: translateY(120%);
}

@media only screen and (min-width: 501px) {
    .oc-section.slideUp {
        transform: none;
        display: grid;
    }

    .oc-section.slideDown {
        transform: none;
        display: none;
    }
}

.overlay-container.v2 {
    padding: 0 25px;
}

.slideUp {
    transform: translateY(-120%);
}

.overlay-container.w780 {
    max-width: 780px;
    padding: 40px 0;
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    .overlay-container.w780 {
        padding: 30px 0;
    }
}



.overlay-container.w860 {
    max-width: 860px;
    padding: 40px 0;
}

.overlay-container.w940 {
    max-width: 940px;
    padding: 30px 0 5px 0; /* 40px 0; */
}

.overlay-close {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: var(--TextHighEmphasis);
    position: absolute;
    top: 8px;
    right: 16px;
}

.overlay-container.show {
    display: grid;
    justify-items: center;
    align-content: center;
}

@media only screen and (min-width: 502px) {
    .overlay-container {
        padding: 25px 50px 40px;
    }
}

.overlay-container.w712 {
    max-width: 712px;
}

.overlay-container.w630 {
    max-width: 630px;
}


.or-title1 {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.or-title2 {
    font-family: var(--rubik);
    font-size: 40px;
    font-weight: 600;
    color: var(--CoupleBlue400);
    margin: 26px 0;
}

.or-title2.mb5 {
   margin: 26px 0 5px 0; 
}

.or-title3 {
    font-family: var(--rubik);
    font-size: 28px;
    margin-bottom: 16px;
}

.or-title4 {
    font-family: var(--rubik);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

.or-subtitle1 {
    margin-bottom: 34px;
}

.fw600 {
    font-weight: 600;
}

.or-subtitle2 {
    font-size: 24px;
}

.or-subtitle2.mb65 {
    margin-bottom: 65px;
}

.or-subtitle2.mb25 {
    margin-bottom: 25px;
}

.or-subtext {
    font-size: 13px;
    line-height: 1.62;
}

.or-text16 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
}

.or-text16.mb0 {
    margin-bottom: 0;
}

.field-type-2 {
    margin-bottom: 52px;
    width: 100%;
    position: relative;
}

.field-type-2.mb5 {
    margin-bottom: 5px;
}

.field-type-2.mb15 {
    margin-bottom: 15px;
}

.field-type-2.mb36 {
    margin-bottom: 36px;
}

.field-type-2.error span {
    font-size: 13px;
    font-weight: normal;
    color: var(--error);
    text-align: left;
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.field-type-2 input {
    width: 100%;
    height: 44px;
    border: 0;
    outline: 1px solid var(--CoupleBlue500);
    border-radius: 5px;
    font-size: 16px;
    color: var(--TextHighEmphasis);
    font-family: var(--nunito);
    padding: 0 11px;
    transition: all 0.1s;
    box-sizing: border-box;
}

#menuToggle .field-type-2 input {
    all: unset;
    width: 100%;
    height: 44px;
    border: 0;
    outline: 1px solid var(--CoupleBlue500);
    border-radius: 5px;
    font-size: 16px;
    color: var(--TextHighEmphasis);
    font-family: var(--nunito);
    padding: 0 11px;
    transition: all 0.1s;
    text-align: left;
    box-sizing: border-box;
}

.field-type-2 input:focus,
.field-type-2 input:hover,
#menuToggle .field-type-2 input:focus,
#menuToggle .field-type-2 input:hover {
    outline: 2px solid var(--CoupleBlue400);
}

.field-type-2 input::placeholder,
#menuToggle .field-type-2 input::placeholder {
    color: var(--TextLowEmphasis);
}

/*.field-type-2 input:focus::placeholder,
.field-type-2 input:hover::placeholder {
    color: var(--TextHighEmphasis);
}*/

.field-type-2 input[type="date"]::-webkit-inner-spin-button,
.field-type-2 input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    -webkit-appearance: unset;
}

input.date-field {
    -webkit-appearance: unset;
    background: #fff;
}

.field-type-2 input[type=date]:invalid::-webkit-datetime-edit {
    color: var(--TextLowEmphasis);
}

.field-type-2.error input,
#menuToggle .field-type-2.error input,
.field-type-2.error select {
    outline: 1px solid var(--error);
}

.field-type-2.error input:focus,
.field-type-2.error input:hover,
#menuToggle .field-type-2.error input:focus,
#menuToggle .field-type-2.error input:hover,
.field-type-2.error select:focus,
.field-type-2.error select:hover {
    outline: 2px solid var(--error);
}


.field-type-2 select {
    width: 100%;
    height: 44px;
    border: 0;
    outline: 1px solid var(--CoupleBlue500);
    border-radius: 5px;
    font-size: 16px;
    color: var(--TextHighEmphasis);
    font-family: var(--nunito);
    padding: 0 11px;
    transition: all 0.1s;
    cursor: pointer;
    padding: 10px;
    background: #fff url('/img/arrow_down.svg') center right 16px no-repeat;
    background-size: 10px auto;
}


.field-type-2 select:focus,
.field-type-2 select:hover {
    outline: 2px solid var(--CoupleBlue400);
}


.field-type-2 select:invalid,
.field-type-2 select option[value=""] {
    color: var(--TextLowEmphasis);
}


.field-type-2 i,
#menuToggle .field-type-2 i {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    height: 16px;
    position: absolute;
    top: -8px;
    left: 14px;
    background: #fff;
    color: #000;
    font-size: 12px;
    color: var(--CoupleBlue500);
    font-style: normal;
}



.field-type-2:hover i,
.field-type-2 input:focus + i,
#menuToggle .field-type-2:hover i,
#menuToggle .field-type-2 input:focus + i {
    color: var(--CoupleBlue400);
    -webkit-text-stroke-width: 0.6px;
}


.field-type-2.error i,
#menuToggle .field-type-2.error i {
    color: #e34826;
}

.field-type-2.error:hover i,
.field-type-2.error input:focus + i,
#menuToggle .field-type-2.error:hover i,
#menuToggle .field-type-2.error input:focus + i {
    color: #e34826;
    -webkit-text-stroke-width: 0.6px;
}

.button-style-1 {
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    height: 40px;
    background: var(--CoupleBlue500);
    border: 1px solid var(--CoupleBlue500);
    border-radius: 8px;
    font-family: var(--rubik);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.button-style-1.mb0 {
    margin-bottom: 0;
}

.button-style-1:hover {
    background-color: var(--CoupleBlue400);
}

.button-style-1:focus {
    background-color: var(--CoupleBlue700);
}

.button-style-1.disabled {
    pointer-events: none;
    background-color: var(--CoupleGray400);
    color: var(--TextLowEmphasis);
}

.button-style-google {
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    height: 40px;
    margin-bottom: 30px;
/*    background: #fff url('/img/google-logo.png') center left 10px no-repeat;*/
    background-size: 24px auto;
    border-radius: 8px;
    font-family: var(--nunito);
    font-size: 18px;
    font-weight: 500;
    color: var(--TextHighEmphasis);
    border: 0;
/*    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);*/
}

.button-style-google.mb0 {
    margin-bottom: 0;
}

/*.button-style-google:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
    color: var(--CoupleBlue500);
}

.button-style-google:focus {
    outline: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
    color: var(--CoupleBlue500);
}*/


.ce-event-title {
    display: grid;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin: 32px 0 40px 0;
}


@media only screen and (min-width: 750px) {
    .ce-event-title {
        margin: unset;
    }

    .ce-event-title.single {
        margin: 20px 0 40px 0;
    }
}

.ce-event-title b {
    font-weight: 500;
    text-decoration: underline;
}

.ce-event-title span {
    font-size: 28px;
}

a.ce-button2:link,
a.ce-button2:visited {
    font-family: var(--rubik)!important;
    width: 256px;
    height: 44px;
    font-size: 24px;
    background-color: var(--CoupleBlue500);
    font-weight: 500;
    cursor: pointer;
    border-radius: 22px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.25s;
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding-top: 10px;
}

a.ce-button2:hover {
    background-color: var(--CoupleBlue400);
}

a.ce-button2:focus {
    background-color: var(--CoupleBlue600);
}

a.ce-button2.v2 {
    width: 220px;
    height: 40px;
    font-size: 20px;
}

.ce-cost {
    position: absolute;
    top: -22px;
    padding: 2px 12px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-size: 20px;
}

.ce-cost.v2 {
    font-size: 14px;
    font-family: var(--rubik);
    top: -18px;
}

@media only screen and (min-width: 602px) {
    .ce-cost.v2 {
        font-size: 17px;
    }
}

.ce-acc-balance {
    font-family: var(--nunito);
    color: var(--TextMediumEmphasis);
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.eg-event-title {
    font-family: var(--rubik);
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 32px;
}



/**********
CHECKOUT
**********/


.checkout-grid {
    font-family: var(--nunito);
    width: 100%;
    color: var(--TextHighEmphasis);
    border-bottom: 1px solid var( --CoupleGray400);
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: none;
    align-content: start;
    position: relative;
    gap: 16px 0;
    overflow-y: scroll;
}

.checkout-grid.gap8 {
    gap: 8px 0;
}

.checkout-grid::-webkit-scrollbar {
    width: 24px;
}

.checkout-grid::-webkit-scrollbar-track {
    box-shadow: inset 0 0 16px 16px transparent;
    background: transparent;
    border: solid 10px transparent;
}
.checkout-grid::-webkit-scrollbar-thumb {
    background: transparent;
    border: solid 10px transparent;
    border-radius: 14px;
}

.checkout-grid::-webkit-scrollbar-track-piece:end {
    background: transparent;
}

.checkout-grid::-webkit-scrollbar-track-piece:start {
    background: transparent;
}

.checkout-grid::-webkit-scrollbar-button {
  display: none;
}

.checkout-grid.show {
    display: grid;
}

.checkout-grid ul {}

.checkout-grid.small {
    /*width: calc(100% + 26px);*/
    border-bottom: unset;
    margin: 0;
    padding: 0;
}

.checkout-grid.pb16 {
    padding-bottom: 16px;
}

.checkout-grid.h340 {
    max-height: 264px;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}

.checkout-grid.hFlex {
    overflow-y: scroll;
}

.checkout-grid.hFlex.h319 {
    max-height: 319px;
}

.checkout-grid.h292 {
/*    height: 292px;*/
    overflow-y: scroll;
    padding: 10px 20px 10px 0;
}

/*@media only screen and (min-height: 730px) {
    .checkout-grid.h340 {
        max-height: 330px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}*/


@media only screen and (min-width: 620px) {
    .checkout-grid.h340 {
        max-height: 350px;
    }
}


@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    .checkout-grid.h340 {
        max-height: 264px;
    }

    .checkout-grid li {
        gap: 0;
    }
}

body .checkout-grid.h340::-webkit-scrollbar,
body .checkout-grid.hFlex::-webkit-scrollbar
{
    width: 24px;
    background: transparent;
}

/* 4px scroll thumb. 10px margin from right margin */
body .checkout-grid.h340::-webkit-scrollbar-track,
body .checkout-grid.hFlex::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 16px 16px transparent;
    border: solid 10px transparent;
    height: 34px;
}

body .checkout-grid.h340::-webkit-scrollbar-thumb,
body .checkout-grid.hFlex::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 16px 16px var(--CoupleBlue400);
    border: solid 10px transparent;
    border-radius: 14px;
    min-height: 30px;
}

body .checkout-grid.h340::-webkit-scrollbar-track-piece:end,
body .checkout-grid.hFlex::-webkit-scrollbar-track-piece:end
{
    background: transparent;
    margin-bottom: 30px; 
}

body .checkout-grid.h340::-webkit-scrollbar-track-piece:start,
body .checkout-grid.hFlex::-webkit-scrollbar-track-piece:start
{
    background: transparent;
    margin-top: 30px;
}

body .checkout-grid.h340::-webkit-scrollbar-button,
body .checkout-grid.hFlex::-webkit-scrollbar-button
{
  display: none;
}

 /* width */
 .checkout-grid.h292::-webkit-scrollbar {
     width: 4px;
 }

 /* Track */
 .checkout-grid.h292::-webkit-scrollbar-track {
     border-radius: 14px;
     background: transparent;
 }

 /* Handle */
 .checkout-grid.h292::-webkit-scrollbar-thumb {
     background: var(--CoupleBlue400);
     border-radius: 14px;
 }

body .checkout-grid.h292::-webkit-scrollbar-button {
  display: none;
}

body .checkout-grid.h292::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px; 
}

body .checkout-grid.h292::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 15px;
}


.checkout-grid li {
    position: relative;
    display: grid;
    padding: 0 16px 0 12px;
    grid-template-columns: 60px 1fr 50px;
    gap: 0 16px;
    align-items: start;
}

@media only screen and (min-width: 620px) {
    .checkout-grid li {
        padding: 0 30px 0 45px;
        grid-template-columns: 120px 280px 1fr;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    .checkout-grid li {
        grid-template-columns: 100px 280px 1fr;
    }
}

.checkout-grid li.v2 {
    grid-template-rows: 1fr 1fr;
}

.checkout-grid.small li {
    padding: 0 0 0 10px;
}

@media only screen and (min-width: 620px) {
    .checkout-grid.small li {
        grid-template-columns: 64px 3fr 1fr;
        gap: 0 8px;
    }
}

.checkout-grid li .row-span-2 {
    grid-row: span 2;
}

.checkout-grid li.cg-header {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 400;
    /*margin-bottom: -10px;*/
    min-height: 22px;
    grid-template-columns: 120px 1fr;
    
}

.checkout-grid li.cg-header.v2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

@media only screen and (min-width: 810px) {
    .checkout-grid li.cg-header,
    .checkout-grid li.cg-header.v2 {
        font-size: 16px;
        grid-template-columns: 120px 280px 1fr;
    }
}

.checkout-grid li.cg-header.special-offer {
    border-top: 1px solid var(--CoupleGray400);
    padding-top: 20px;
}

.checkout-grid li .span2 {
    text-align: left;
}

.checkout-grid li.hide {
    display: none;
}

@media only screen and (min-width: 810px) {
    .checkout-grid li .span2 {
        grid-column: span 2;
        justify-self: start;
    }
}

.checkout-grid li .span4 {
    grid-column: span 4;
    justify-self: start;
    text-align: left;
}

img.cg-img {
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

@media only screen and (min-width: 620px) {
    img.cg-img {
        height: 88px;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
        img.cg-img {
        height: 60px;
    }
}

img.cg-img2 {
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
}



.cg-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    font-size: 12px;
    color: var(--TextMediumEmphasis);
    line-height: 1.7;
    text-align: left;
    align-self: start;
}

.cg-details strong {
    font-weight: 600;
    font-size: 14px;
    color: var(--TextHighEmphasis);
}

@media only screen and (min-width: 810px) {
    .cg-details strong {
        font-size: 18px;
    }
    .cg-details {
        font-size: 14px;
    }

    .cg-detail-multiline {
        line-height: 1.2;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    
    .cg-details {
        font-size: 12px;
    }
    .cg-details strong {
        font-size: 14px;
    }
}

.cg-details.row {
    flex-direction: row;
}

.cg-details2 {
    display: grid;
    grid-template-columns:1fr;
    gap: 0 16px;
    line-height: 1.6;
}

.cg-details2.v2 {
    justify-self: end;
    justify-items: end;
    gap: 5px 0;
}

.cg-details2 .cg-d2-small {
    display: block;
    justify-self: end;
}

.cg-details2 .cg-d2-big {
    display: none;
}

.order1 {
   order: 1; 
}

.order2 {
   order: 2; 
}

@media only screen and (min-width: 810px) {
    .cg-details2 {
        grid-template-columns: 1fr 1fr;
    }

    .cg-details2.v2 {
        justify-self: unset;
        justify-items: center;
        gap: 0;
    }

    .cg-details2 .cg-d2-small {
        display: none;
    }

    .cg-details2 .cg-d2-big {
        display: block;
    }

    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }
}

.checkout-grid .f15 {
    font-size: 14px;
    font-weight: 600;
}

.checkout-grid .f16 {
    font-size: 14px;
    font-weight: 600;
}

.just-self-end {
    justify-self: end;
}

.just-self-center {
    justify-self: center;
}

.checkout-grid .f20 {
    font-size: 20px;
}

@media only screen and (min-width: 810px) {
    .checkout-grid .f15 {
        font-size: 15px;
    }
    
    .checkout-grid .f16 {
        font-size: 16px;
    }
}

.checkout-grid .multi {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}




.cg-couple-coin {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: var(--CoupleBlue800);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: start;
}

.cg-couple-coin.red,
.cg-couple-coin2.red {
    background-color: #e63e29;
}

.cg-couple-coin img {
    width: 46px;
    height: 46px;
}

@media only screen and (min-width: 620px) {
    .cg-couple-coin {
        width: 120px;
        height: 88px;
    }

    .cg-couple-coin img {
        width: 60px;
        height: 60px;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    .cg-couple-coin {
        width: 100px;
        height: 60px;
    }

    .cg-couple-coin img {
        width: 46px;
        height: 46px;
    }
}

.cg-couple-coin2 {
    width: 64px;
    height: 56px;
    border-radius: 4px;
    background-color: var(--CoupleBlue800);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cg-couple-coin2 img {
    width: 40px;
    height: 40px;
}


.cg-row-close {
    position: absolute;
    top: -6px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #fafafa;
    color: #3c414d;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.cg-row-close:hover {
    background-color: #fff;
}

.small .cg-row-close {
    left: 0;
}

@media only screen and (min-width: 620px) {
    .cg-row-close {
        left: 38px;
    }
}

.cg-row-close.hide {
    display: none;
}

.button-style-2 {
    height: 32px;
    padding: 0 20px;
    border: solid 1px var(--CoupleBlue500);
    font-family: var(--rubik);
    font-size: 16px;
    background-color: #fff;
    color: var(--TextHighEmphasis);
    border-radius: 8px;
    cursor: pointer;
}

.button-style-2:hover {
    border: solid 1px var(--CoupleBlue400);
    background-color: var(--CoupleBlue400);
    color: #fff;
}

.button-style-2:focus {
    border: solid 1px var(--CoupleBlue700);
    background-color: var(--CoupleBlue700);
    color: #fff;
}

.button-style-2.v1 {
    grid-row: 3;
    grid-column: span 3;
    justify-self: center;
    margin: 10px 0 0 0;
    transform: translateX(14px);
}

@supports (-webkit-touch-callout: none) {
    .button-style-2.v1 {
        transform: translateX(2px);
    }
}

@media only screen and (min-width: 620px) {
    .button-style-2.v1 {
        transform: translateX(4.5px);
    }
}

@media only screen and (min-width: 810px) {
    .button-style-2.v1 {
        grid-row: unset;
        grid-column: unset;
        justify-self: end;
        margin: 0;
        transform: none;
    }
}

.button-style-3 {
    height: 36px;
    font-family: var(--rubik);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--CoupleBlue500);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: 0;
}

@media only screen and (min-width: 810px) {
    .button-style-3 {
        height: 56px;
        font-size: 25px;
    }
}

@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    .button-style-3 {
        height: 36px;
        font-size: 16px;
    }
}
.button-style-3.w50p {
    width: 50%;
}

.button-style-3.w100p {
    width: 100%;
}

.button-style-3.plr55 {
    padding: 0 55px;
}

.button-style-3:hover {
    background-color: var(--CoupleBlue400);
}

.button-style-3:focus {
    background-color: var(--CoupleBlue700);
}

.button-style-3.disabled {
    pointer-events: none;
    background-color: var(--CoupleGray400);
    color: var(--TextLowEmphasis);
}

.button-style-3.mt20 {
    margin-top: 20px;
}

.button-style-3.wVar920 {
    width: auto;
    padding: 0 55px;
    margin: 0 auto;
}

@media only screen and (min-width: 920px) {
    .button-style-3.wVar920 {
        width: 100%;
    }
}




.split-2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    padding: 0 16px 0 2px;
}

@media only screen and (min-width: 920px) {
    .split-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 60px;
         padding: 0 40px 0 30px;
    }
}

.checkout-grid2 {
    display: grid;
    background-color: #fff;
    gap: 10px 0;
    transform: translateY(0);
    transition: all 0.3s ease-out;
}

.checkout-grid2.hide {
    transform: translateY(-120%);
    transform-origin: bottom;
    transition: all 0.3s ease-out;
}

.cg2-row {
    padding: 0 0 10px 0;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.cg2-row::after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background-color: rgba(60, 66, 87, 0.12);
    bottom: 0;
    left: 10px;
}

.cg2-row.v2::after {
    width: 100%;
    left: 0;
}

.cg2-row.mb30 {
    margin-bottom: 10px; /* 30px; */
}

.cg2-checkout-top {
    display: grid;
    grid-template-columns: 1fr 18px;
    padding-right: 20px;
    padding-left: 10px;
}

cg2-checkout-top.grey {
    color: var(--TextMediumEmphasis);
}

.cg2-checkout-btm {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px 10px 10px;
}



.cg2-checkout-btm.v2 {
    padding: 0 0 10px 0;
}

@media only screen and (min-width: 920px) {
    .cg2-checkout-btm.v2 {
        display: none;
    }
}

.cg2-checkout-btm.grey {
    color: var(--TextLowEmphasis);
}

strong.f14 {
    font-weight: 600;
    font-size: 18px;
}

.checkout-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: scaleY(0);
    transform: translateY(120%);
    transition: all 0.3s;
}

.checkout-flex1.start {
    justify-content: flex-start;
}

.checkout-flex1.show {
    transform: translateY(0);
    transform-origin: top;
    transition: all 0.3s;
}

@media only screen and (min-width: 920px) {
    .checkout-flex1 {
        transform: scaleY(1);
        transform-origin: top;
    }
}

.checkout-small-1,
.checkout-small-2 {
    grid-row: 1;
    grid-column: 1/-1;
    
}

.checkout-small-2 {
    margin: 0 0 0 12px;
}

@media only screen and (min-width: 920px) {
    .checkout-small-1,
    .checkout-small-2 {
        grid-row: unset;
        grid-column: unset;
    }
    .checkout-small-2 {
        margin: 0;
    }
}


.check-type-1 {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid var(--CoupleDarkGray300);
    padding: 3px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.check-type-1:active, 
.check-type-1:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.check-type-1:checked {
}

.check-type-1.disabled {
    pointer-events: none;
}

.check-type-1:checked::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #26c1e3;
    border-radius: 3px; 
}

input.check-type-1.pos1 {
    grid-column: 2;
    grid-row: span 2;
}

.pos2 {
    grid-row: 2;
}


.checkout-payment-info {
    width: 100%;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
    align-self: start;
    border-radius: 12px;
    padding: 15px;
    text-align: left;
    display: grid;
    gap: 8px 0; /* 20px 0; */
    margin-bottom: 10px; /* 30px; */
}

@media only screen and (min-width: 420px) {
    .checkout-payment-info {
        padding: 15px; /* 32px; */
    }
}

.enter_payment {
    display: block;
    
}

@media only screen and (min-width: 920px) {
    .enter_payment {
        display: none;
    }
    
}

.cg2-pInfo-var {
    display: block;
    font-size: 16px;
    color: var(--TextLowEmphasis);
    position: relative;
/*    margin-top: 30px;*/
}

.cg2-pInfo-var.mb30 {
    margin-bottom: 10px; /* 30px; */
}

.cg2-pInfo-var a:link,
.cg2-pInfo-var a:visited {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    position: relative;
    text-decoration: underline;
    color: var(--TextLowEmphasis);
    text-decoration: underline;
}

.cg2-pInfo-var a:hover {
    text-decoration: none;
}

.cg2-pInfo-var::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
/*    height: 1px;*/
    width: calc(100% - 30px);
/*    background-color: var(--CoupleGray400);*/
}

@media only screen and (min-width: 920px) {
    .cg2-pInfo-var {
        display: none;
    }
}

.cpi-title {
    font-size: 24px;
    font-family: var(--rubik);
}

.cpi-2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 8px;
}

input.type-cc {
    height: 48px;
    border: 0;
    background-color: var(--CoupleGray200);
    border-radius: 6px;
    font-family: var(--nunito);
    font-size: 16px;
    color: var(--TextMediumEmphasis);
    padding: 0 16px;
    width: 100%;
}

input.type-cc::placeholder {
    color: var(--TextMediumEmphasis);
}

input.cc-number {
    width: 100%;
    background: var(--CoupleGray200) url(/img/cc-number.png) center left 16px no-repeat;
    background-size: 28px auto;
    padding-left: 52px;
}


a.stripe-powered:link,
a.stripe-powered:visited {
    height: 31px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px; 
    background-color: #33364c;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
}

a.stripe-powered:hover {
    
}

/* The switch - the box around the slider */
.switch-type-1 {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

@media only screen and (min-width: 420px) {
    .switch-type-1 {
        font-size: 14px;
    }
}

.switch-type-1.disabled {
    pointer-events: none;
}

/* Hide default HTML checkbox */
.switch-type-1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch-type-1 .slider {
    position: absolute;
    width: 40px;
    height: 20px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 36.5px;
    border: solid 0.5px #e5e5e5;
    background-color: #f2f2f2;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-type-1 .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    box-shadow: 1px 1px 2px -1px rgba(51, 51, 51, 0.3);
    top: 1.5px;
    left: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 100%;
}

.switch-type-1 input:checked + .slider {
    background-color: #26c1e3;
    border: solid 0.5px #26c1e3;
}


.switch-type-1 input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}

.switch-type-1 .label {
    margin-left: 44px;
    cursor: pointer;
}

.checkout-payment-info .error {
    font-size: 13px;
    font-weight: normal;
    color: var(--error);
    text-align: left;
    width: 100%;
    display: flex;
}

.checkout-payment-info input.error {
    color: var(--error);
    margin: 0;
    font-size: 16px;
}

.checkout-payment-info input.error::placeholder {
    color: var(--error);
}


.cg-empty {
    height: 292px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    gap: 12px 0; 
    font-size: 24px;
    font-family: var(--rubik);
}

.cg-empty.show {
    display: flex;
}

.cg-empty.v2 {
    grid-column: 1 / -1;
    height: auto;
    padding: 20px 0;
}

button.close-window {
    height: 32px;
    border-radius: 8px;
    padding: 0 25px;
    border: 1px solid var(--CoupleGray600);
    background-color: var(--CoupleGray100);
    font-family: var(--rubik);
    font-size: 16px;
    cursor: pointer;
}


.cart-bubble {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    right: 8px;
    bottom: 24px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: var(--CoupleRedPrime);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 0.3s;
}

.cart-bubble.hide {
    display: none;
}

.cart-bubble img {
    width: 30px;
}

.cart-bubble:hover {
    background-color: var(--CoupleBlue400);
}

@media only screen and (min-width: 920px) {
    .cart-bubble {
        width: 64px;
        height: 64px;
        bottom: 80px;
        right: 56px;
    }

    .cart-bubble img {
        width: 33px;
    }
}

.profile-coin-balance {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: space-between;
    font-family: var(--rubik);
    flex-direction: column;
    text-align: center;
    gap: 10px 10px;
}

@media only screen and (min-width: 501px) {
    .profile-coin-balance {
        text-align: unset;
        grid-template-columns: repeat(2, 1fr);
    }
}


.justify-end {
    justify-self: center;
}

.order-3-4 {
    order: 4;
}

@media only screen and (min-width: 501px) {
    .justify-end {
        justify-self: end;
    }

    .order-3-4 {
        order: unset;
    }
}

.pcb-style1 {
    font-weight: 500;
    padding-right: 17px;
}

.pcb-contents {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

@media only screen and (min-width: 501px) {
    .pcb-contents {
        all: unset;
        display: contents;
    }
}


/*.cc-balance-right {
    display: grid;
    justify-items: center;
    gap: 8px 0;
    font-weight: 500;
}

.cc-balance-left {
    display: grid;
    gap: 9px 0; 
}*/


.title-1 {
    width: 100%;
    display: grid;
    justify-items: start;
    justify-self: start;
    padding: 0 16px 24px 12px;
    margin-bottom: 24px;
    font-size: 16px;
    border-bottom: 1px solid var(--CoupleGray400);
}

@media only screen and (min-width: 620px) {
    .title-1 {
        padding: 0 30px 24px 45px;
    }
    .title-1.pb18 {
        padding-bottom: 18px;
    }
}

.title-1 .f24 {
    font-size: 24px;
    font-family: var(--rubik);
}

.title-1 .f20 {
    font-size: 20px;
    font-family: var(--rubik);
}

select.sel-type-1 {
    box-sizing: border-box;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    
    background: #fff url('/img/dropdown-arrow.svg') center right 5px no-repeat;
    border: solid 1px var(--CoupleGray400);
    padding: 0 25px 0 10px;
    margin: 0;
    height: 22px;
    border-radius: 15px;

    font-family: var(--nunito);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    cursor: default;
    color: var(--TextHighEmphasis);
}


/*Table*/

ul.table-layout-1 {
    font-family: var(--nunito);
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
    display: grid;
    /*gap: 6px 6px;*/
/*    height: 258px;*/
    max-height: 258px;
    overflow-y: auto;
    position: relative;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 {
        width: calc( 100% - 80px);
    }
}

ul.table-layout-1::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

/* 4px scroll thumb. 10px margin from right margin */
ul.table-layout-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 5px transparent;
    border: solid 3px transparent;
    background-color: transparent;
}

ul.table-layout-1::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 5px 5px var(--CoupleBlue400);
    border: solid 3px transparent;
    border-radius: 14px;
}

ul.table-layout-1::-webkit-scrollbar-button
{
  display: none;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1::-webkit-scrollbar {
        width: 24px;
    }

    ul.table-layout-1::-webkit-scrollbar-track {
        box-shadow: inset 0 0 16px 16px transparent;
        border: solid 10px transparent;
    }

    ul.table-layout-1::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 16px 16px var(--CoupleBlue400);
        border: solid 10px transparent;
    }
}


ul.table-layout-1 li {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li {
        grid-template-columns: 1fr 1fr 2.5fr 1fr 1fr 1fr;
        padding: 7px;
    }
}

ul.table-layout-1 li.header {
    display: none;
    text-transform: uppercase;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li.header {
        display: grid;
    }
}

ul.table-layout-1 li.dark {
    background-color: unset;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li.dark {
        background-color: var(--CoupleGray100);
    }
}

ul.table-layout-1 li .subrow {
    display: contents;
}



@media only screen and (min-width: 800px) {
    ul.table-layout-1 li .subrow div:not([name="noB"]) {
        border-top: 1px dashed var(--TextLowEmphasis);
        padding-top: 5px;
        margin-top: 5px;
    }
}

ul.table-layout-1 li .hideCol {
    display: none;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li .hideCol {
        display: block;
    }
}

ul.table-layout-1 li .date {
    grid-column: 1 / -1;
    background-color: var(--CoupleGray100);
    padding: 0 0 0 10px;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li .date {
        grid-column: unset;
        background-color: unset;
        padding: 0;
    }
}

ul.table-layout-1 li .pl20 {
    padding-left: 10px;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li .pl20 {
        padding-left: 0;
    }
}

.toRight {
    text-align: right;
}

.toRightRes {
    text-align: left;
}

@media only screen and (min-width: 800px) {
    .toRightRes {
        text-align: right;
    }
}

ul.table-layout-1 li .details {
    grid-column: 1 / -1;
    display: flex;
    padding: 3px 0 3px 10px;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li .details {
        display: contents;
        border-bottom: unset;
        padding-left: 0;
        grid-column: unset;
    }
}

ul.table-layout-1 li .details-2 {
    border-bottom: 1px dashed var(--TextLowEmphasis);
    padding: 3px 0 3px 20px;
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
}

ul.table-layout-1 li .details-2:last-of-type {
    border-bottom: unset;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li .details-2 {
        display: contents;
        border-bottom: unset;
        padding-left: 0;
        grid-column: unset;
    }
}

@supports (-webkit-touch-callout: none) {
    ul.table-layout-1 li .details,
    ul.table-layout-1 li .details-2 {
        padding: 3px 20px;
    }
    ul.table-layout-1 li .pr20 {
        padding-right: 20px;
    }
}

.sBold {
    font-weight: 600;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li .spaceRes {
        display: none;
    }
}


ul.table-layout-1 li > div {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
}

@media only screen and (min-width: 800px) {
    ul.table-layout-1 li > div {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
}


.area-2 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    font-size: 18px;
    line-height: 25px;
}

.area-2.pt0 {
    padding-top: 0;
}

.area-2.pb285 {
        padding-bottom: 300px;
}

.area-2 .mb50 {
        margin-bottom: 50px;
}

.area-2.pt240 {
        padding-top: 240px;
}

.area-2.pb200 {
        padding-bottom: 220px;
}

.area-2.pb285 {
        padding-bottom: 300px;
}

@media only screen and (min-width: 1440px) {
    .area-2 {
        width: 83.333vw; /*1440px*/
        padding: 5.787vw 0; /*100px 0*/
        font-size: 1.852vw; /*32px*/
        line-height: 2.604vw; /*45px*/
    }
    .area-2 .mb50 {
        margin-bottom: 2.894vw;
    }
    .area-2.pt240 {
            padding-top: 13.889vw;
    }
    .area-2.pb200 {
        padding-bottom: 11.574vw;
    }
    .area-2.pb285 {
        padding-bottom: 16.493vw;
    }
}

h2.style-1,
.h2 {
    font-family: var(--rubik);
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

h2.style-1.v2 {
    margin-bottom: 10px;
    font-size: 40px;
}

@media only screen and (min-width: 800px) {
    h2.style-1,
    .h2 {
        font-size: 4.630vw; /*80px*/
        line-height: 5.498vw; /*95px*/
        margin-bottom: 4.630vw; /*80px*/
    }
    h2.style-1.mb50 {
        margin-bottom: 2.894vw; /*50px*/
    }
    h2.style-1.v2 {
        font-size: 60px;
        margin-bottom: 0.868vw; /* s */
    }
}

@media only screen and (min-width: 1728px) {
    h2.style-1.v2 {
        font-size: 4.630vw; /* 80px */
    }
}

h2.blue {
    color: var(--CoupleBlue400);
}

.h2.mb0 {
    margin-bottom: 0;
}

.h2.center-left {
    text-align: center;
}

@media only screen and (min-width: 1200px) {
    .h2.center-left {
        text-align: left;
    }
}

h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
}

@media only screen and (min-width: 800px) {
    h3 {
        font-size: 1.852vw; /*32px*/
        margin-bottom: 5.787vw; /*100px*/
    }
}

.subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
}

.subtitle.v2 {
    font-family: var(--rubik);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 35px;
}

@media only screen and (min-width: 800px) {
    .subtitle {
        font-size: 1.852vw; /*32px*/
        margin-bottom: 4.051vw; /*70px*/
        text-align: center;
    }
    .subtitle.v2 {
        font-size: 2.315vw; /*40px*/
        line-height: 3.183vw; /*55px*/
    }
}

.sub-title-2 {
    font-size: 18px;
    display: block;
    justify-content: center;
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .sub-title-2 {
        font-size: 1.852vw; /* 32px */
    }
}

ul.list-1 {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    gap: 20px 0;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

@media only screen and (min-width: 900px) {
    ul.list-1 {
        grid-template-columns: repeat(4, 230px);
        font-size: 28px;
        margin-top: 110px;
        line-height: 38px;
        }
    }

@media only screen and (min-width: 1728px) {
    ul.list-1 {
        grid-template-columns: repeat(4, 13.310vw); /*230px*/
        font-size: 1.620vw; /*28px*/
        line-height: 2.199vw; /*38px*/
        margin-top: 6.366vw; /*110px*/
    }
}

ul.list-1 li {
    display: grid;
    justify-items: center;
    gap: 20px 0;
}

ul.list-1 i {
    width: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background-color: var(--CoupleGray300);
    border-radius: 100%;
}

ul.list-1 i img {
    width: 46%;
}

@media only screen and (min-width: 1440px) {
    ul.list-1 li {
        gap: 1.157vw 0; /*20px*/
    }
    ul.list-1 i {
        width: 8.912vw; /*154px*/
    }
}

.area-4 {
    width: 100%;
    background: linear-gradient(113.97deg, #26C1E3 -13.43%, #702AD0 99.9%);
    color: #fff;
}

.wrapper-1440 {
    position: relative;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    font-size: 32px;
}

@media only screen and (min-width: 1440px) {
    .wrapper-1440 {
        width: 83.333vw; /*1440px*/
        padding: 5.787vw 0; /*100px 0*/
        font-size: 1.852vw; /*32px*/
        line-height: 2.604vw; /*45px*/
    }
    /*.wrapper-1440.pt285 {
        padding-top: 16.493vw;
    }*/
}




ul.list-3 {
    display: grid;
    gap: 30px 0;
    margin: 0 auto;
    font-size: 18px;
}

@media only screen and (min-width: 1060px) {
    ul.list-3 {
        width: 1060px;
        font-size: 1.852vw; /*32px*/
        gap: 2.604vw 0; /*45px 0*/
    }
}

@media only screen and (min-width: 1440px) {
    ul.list-3 {
        width: 61.343vw; /*1060px*/
    }
}




ul.list-3 li {
    display: flex;
    gap: 0 10px;
    font-weight: 700;
}

ul.list-3 i {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
}

@media only screen and (min-width: 1060px) {
    ul.list-3 i {
        font-size: 2.778vw; /*48px*/
    }
    ul.list-3 li {
       gap: 0 2.315vw; /*0 40px*/
    }
}

.link-white a {
    color: #fff;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.button-style-4 {
    display: block;
    border: 0;
    cursor: pointer;
    height: 98px;
    background: #fff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    font-weight: 700;
    font-size: 24px;
    padding: 0 40px;
}

.button-style-4:hover {
    background: var(--CoupleGray100);
}

@media only screen and (min-width: 600px) {
    .button-style-4 {
        height: 98px;
        font-size: 32px;
        padding: 0 60px;
        border-radius: 20px;
    }
}

.button-style-4.center {
    margin: 0 auto;
}

.button-style-4.mt100 {
    margin-top: 70px;
}

.button-style-4.mt50 {
    margin-top: 50px;
}

.button-style-4.mb20 {
    margin-bottom: 20px;
}



@media only screen and (min-width: 1440px) {
    .button-style-4 {
        height: 5.671vw;
        /*98px*/
        font-size: 1.852vw;
        /*32px*/
        padding: 0 3.472vw;
        /*0 60px*/
        border-radius: 1.157vw;
        /*20px*/
    }

    .button-style-4.mt100 {
        margin-top: 5.787vw; /*100px*/
    }
    .button-style-4.mb20 {
        margin-bottom: unset;
    }
}

.overflow-top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #FAFAFA;
    box-shadow: 24px 24px 40px rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    color: #383838;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
    margin-top: -280px;
    margin-bottom: 70px;
    gap: 35px;
}

.overflow-top.v2 {
    flex-direction: column;
    font-size: 18px;
    text-align: center;
    gap: 20px;
}

.overflow-top.v3 {
    padding: 50px 50px 80px 50px;
}

@media only screen and (min-width: 1200px) {
    .overflow-top {
        width: 1200px;
        padding: 40px 40px 50px 50px;
        margin-top: -280px;
        margin-bottom: 100px;
        flex-direction: row;
    }
    .overflow-top.v2 {
        font-size: 1.852vw; /*32px*/  
        margin-bottom: 2.894vw; /*50px*/
    }
}


@media (min-aspect-ratio: 16/9) and (max-height: 730px) {
    .overflow-top {
        margin-top: -230px;
    }
}


@media only screen and (min-width: 1728px) {
    .overflow-top {
        width: 69.444vw; /*1200px*/
        box-shadow: 1.389vw 1.389vw 2.315vw rgba(0, 0, 0, 0.4); /*24px 24px 40px*/
        border-radius: 1.447vw; /*25px*/
        padding: 2.315vw 2.315vw 2.894vw 3.183vw; /*40px 40px 50px 55px*/
        margin-top: -16.204vw; /*-280px*/
        margin-bottom: 5.787vw; /*100px*/
    }

     .overflow-top.v3 {
        padding: 2.315vw 2.315vw 4.630vw 3.183vw; /*40px 40px 80px 55px*/
        margin-bottom: 4.630vw; /* 80px */
    }
}

ul.list-2 {
    width: 100%;
    font-family: var(--nunito);
    font-weight: 700;
}

@media only screen and (min-width: 1200px) {
    ul.list-2 {
        width: 82%;
    }
}

ul.list-2 li {
    padding: 0 0 0 36px;
    background: url('/img/check-green.svg') center left no-repeat;
    background-size: 17px auto;
    font-size: 18px;
    line-height: 34px;
}

@media only screen and (min-width: 640px) {
    ul.list-2 li {
        padding: 0 0 0 56px;
        font-size: 32px;
        background-size: 34px auto;
        line-height: 45px;
    }
}

@media only screen and (min-width: 1728px) {
    ul.list-2 li {
        padding: 0 0 0 56px;
        background-size: 34px auto;
        font-size: 1.852vw; /*32px*/
        line-height: 2.604vw; /*45px*/
    }
}


.area-6 {
    background-color: #262E3A;
    color: #fff;
}


ul.list-4 {
    font-size: 18px;
    display: grid;
    gap: 10px 0;
    justify-content: center;
}

@media only screen and (min-width: 900px) {
    ul.list-4 {
        font-size: 1.620vw; /*28px*/
    }
}

ul.list-4 li {
    position: relative;
    display: contents;
    gap: 0 40px;
}

@media only screen and (min-width: 900px) {
    ul.list-4 li {
        display: flex;
        justify-content: center;
        text-align: center;
        gap: 0 2.315vw; /*0 40px*/
    }
}

ul.list-4 li span {
    position: relative;
    padding: 0 0 0 26px;
}

ul.list-4 li span::after {
    content: '';
    width: 9px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



@media only screen and (min-width: 900px) {
    ul.list-4 li span {
        padding: 0;
    }
    ul.list-4 li span::after {
        width: 0.521vw; /*9px*/
        left: auto;
        right: -1.505vw; /*-26px*/
    }

    ul.list-4 li span:last-of-type::after {
        all: unset;
    }
}


.area-7 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px;
    font-size: 18px;
    line-height: 25px;
}

@media only screen and (min-width: 980px) {
    .area-7 {
        width: 980px;
    }
}

@media only screen and (min-width: 1440px) {
    .area-7 {
        width: 56.713vw; /*980px*/
        padding: 5.787vw 0; /*100px 0*/
        font-size: 1.852vw; /*32px*/
        line-height: 2.604vw; /*45px*/
    }
}


ul.faq {
    display: grid;
    font-family: var(--nunito);
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

@media only screen and (min-width: 980px) {
    ul.faq {
        font-size: 28px;
    line-height: 38px;
    }
}

@media only screen and (min-width: 1440px) {
    ul.faq {
        font-size: 1.620vw; /*28px*/
        line-height: 2.199vw; /*38px*/
    }
}

ul.faq li {
    border-bottom: 1px solid rgba(56, 56, 56, 0.2);
    padding: 30px 0;
    overflow: hidden;
    perspective: 2000px;
    position: relative;
    display: grid;
}

ul.faq li:first-of-type {
    padding-top: 0;
}

@media only screen and (min-width: 1440px) {
    ul.faq li {
        padding: 1.736vw 0; /*30px 0*/
    }
}

.faq-title {
    font-weight: 700;
    display: block;
    padding-right: 80px;
    cursor: pointer;
    position: relative;
}

@media only screen and (min-width: 1440px) {
   .faq-title {
        padding-right: 4.630vw; /*80px*/
    }
}

.faq-title::after {
    content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 0.3s ease-in;
}

ul.faq li.open .faq-title::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media only screen and (min-width: 980px) {
    .faq-title::after {
        border-width: 0 3px 3px 0;
        padding: 6px;
        top: 10px;
        right: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    .faq-title::after {
        border-width: 0 0.174vw 0.174vw 0; /*0 3px 3px 0*/
        padding: 0.347vw; /*6px*/
        top: 0.579vw; /*10px*/
        right: 1.157vw; /*20px*/
    }
}

/*.faq-answers {
    transform-origin: top;
    overflow: hidden;
    margin-bottom: 0;
    transition: all 0.3s ease-out;
    top: -100%;
    position: absolute;
}

ul.faq li.open .faq-answers {
    transition: all 0.3 ease-in;
    margin-top: 0;
    position: relative;
    top: 0;
}*/

.toggleMe {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.toggleMe:not(.active) {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.graph-1 {
    margin: 0 auto;
    height: 537px;
    width: 335px;
    background: url('/img/graph-1s.svg') top center no-repeat;
    background-size: 255px auto;
    display: grid;
}

.graph-1 li {
    font-weight: 500;
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
}


.graph-1 li:nth-child(6) { margin-bottom: 35px; }


@media only screen and (min-width: 900px) {
    .graph-1 {
        width: 66.088vw;/*1142px*/
        height: 43.981vw; /* 760px */
        background: url('/img/graph-1.svg') top 6.366vw center no-repeat; /*110px*/
        background-size: 66.088vw auto; /*1142px*/
        grid-template-columns: repeat(6, minmax(0, 1fr));
        text-align: center;
    }
    .graph-1 li {
        margin: 0 -2.604vw 0 -2.604vw;
        /*-45px*/
        font-size: 1.6vw; /* 1.620vw   -  28px*/
        line-height: 2.604vw; /*45px*/
    }
    .graph-1 li:nth-child(6) { 
        margin-bottom: unset; 
    }
}


.g1-title {
    font-weight: 700;
}


/*.graph-1 li:first-child {
    margin-left: 0;
}

.graph-1 li:last-child {
    margin-right: 0;
}*/

.graph-1 li:nth-child(even) {
    justify-self: start;
}

.graph-1 li:nth-child(odd) {
    justify-self: end;
}

@media only screen and (min-width: 900px) {
    .g1-title br {
        display: none;
    }
    
    .graph-1 li:nth-child(even) {
        align-self: end;
    }

    .graph-1 li:nth-child(odd) {
        justify-self: unset;
    }
}


.list-5 {
    counter-reset: my-counter;
    display: grid;
    gap: 30px;
    margin: 0 auto;
}

.list-5 li {
    counter-increment: my-counter;
    padding-left: 25px;
    position: relative;
}

.list-5 li::before {
    content: counter(my-counter);
    font-weight: bold;
    font-size: 20px;
    width: 25px;
    position: absolute;
    display: block;
    left: 0;
}

@media only screen and (min-width: 960px) {
    .list-5 {
        width: 55.556vw; /*960px*/
    }
}

@media only screen and (min-width: 1440px) {
    .list-5 li {
        padding-left: 4.051vw; /*70px*/
    }
    .list-5 li::before {
        font-size: 2.778vw; /*48px*/
        width: 4.051vw; /*70px*/
    }
}



/* Customize the label (the container) */
.check-container {
    display: flex;
    gap: 0 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 1200px) {
    .check-container {
         font-size: 1.852vw; /*32px*/
    }
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    height: 26px;
    height: 26px;
    width: 26px;
    min-width: 26px;
    min-height: 26px;
    position: relative;
    background-color: transparent;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media only screen and (min-width: 1440px) {
    .checkmark {
        height: 2.315vw; /*40px*/
        width: 2.315vw; /*40px*/
        min-width: 2.315vw; /*40px*/
        min-height: 2.315vw; /*40px*/
        border: 0.174vw solid #FFFFFF; /*3px*/
        border-radius: 0.289vw; /*5px*/
    }

    .check-container .checkmark:after {
        left: 0.694vw; /*12px*/
        top: 0.347vw; /*6px*/
        width: 0.579vw; /*10px*/
        height: 1.157vw; /*20px*/
        border-width: 0 0.231vw 0.231vw 0; /*0 4px 4px 0*/
    }
}



/*Custom file input*/

.custom-file-input {
    height: 74px;
    display: flex;
    flex-direction: column;

}

.custom-file-input input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input input {
   /* margin-top: -30px;
    margin-left: -20px;*/
    display: none;
}

/*.custom-file-input input {
    visibility: hidden;
    display: none;
}*/

.custom-file-input label {
    font-weight: bold;
    font-family: var(--nunito);
    color: #383838;
    padding: 25px 50px 10px 70px;
    height: 74px;
    font-size: 18px;
    font-weight: 500;
    background: var(--CoupleGray300) url(/img/file.svg) center left 21px no-repeat;
    background-size: 25px auto;
    border-radius: 15px;
    border: 0;
    cursor: pointer;
}

@media only screen and (min-width: 1440px) {
    .custom-file-input {
        height: 4.282vw; /*74px*/
    }
    
    .custom-file-input label {
        background: var(--CoupleGray300) url(/img/file.svg) center left 0.868vw no-repeat; /*15px*/
        padding: 0.579vw 2.894vw 0.579vw 4.051vw; /*10px 50px 10px 70px*/
        height: 4.282vw; /*74px*/
        font-size: 1.852vw; /*32px*/
        background-size: 1.447vw auto; /*25px*/
        border-radius: 0.868vw; /*15px*/
    }
}

.max-file {
    font-size: 16px;
    margin-top: -10px;
}

@media only screen and (min-width: 1440px) {
    .max-file {
        font-size: 0.926vw; /*16px*/
        margin-top:-1.157vw;  /*-20px*/
    }
}



dl.list-6 {
    display: grid;
    gap: 10px 0; 
}

dl.list-6 dt {
    font-weight: bold;
    margin-top: 30px;
}

dl.list-6 dd:last-of-type {
    width: 100%;
    display: grid;
}



dl.list-6 dd span::before {
    content:'\2022';
    display: inline-block;
    padding-right: 20px;
}


@media only screen and (min-width: 700px) {
    dl.list-6 {
        justify-items: center;
        text-align: center;
        gap: 50px 0;
    }

    dl.list-6 dt {
        margin-top: 0.579vw; /*10px*/
    }

    dl.list-6 dd {
        width: 70%;
    }

    dl.list-6 dd:last-of-type {
        display: unset;
    }

    dl.list-6 dd span::after {
        content: '\2022';
        display: inline-block;
        padding-left: 10px;
    }

    dl.list-6 dd span:last-of-type::after {
        content: '';
        padding-right: 0;
    }
    dl.list-6 dd span::before {
        all: unset;
    }
}


@media only screen and (min-width: 1440px) {
    dl.list-6 {
        gap: 2.894vw 0; /*50px 0*/
    }
}



        
        
.list-7 {
    display: grid;
    margin: 0 auto;
    gap: 15px 0;
    font-size: 18px;
}

.list-7 li {
    position: relative;
    padding-left: 35px;
}

.list-7 li::before {
    content: '\2022';
    position: absolute;
    width: 35px;
    display: block;
    left: 0;
}

@media only screen and (min-width: 900px) {
    .list-7 {
        gap: 15px 0;
        width: 80%;
    }
}

@media only screen and (min-width: 1440px) {
    .list-7 {
        font-size: 1.852vw; /*32px*/
        gap: 0.868vw 0; /*15px 0*/
    }
    .list-7 li {
        padding-left: 2.025vw; /*35px*/
    }
    .list-7 li::before {
        width: 2.025vw; /*35px*/
    }
}



.list-8 {
    counter-reset: my-counter;
    display: grid;
    gap: 5px;
    margin: 0 auto;
}

.list-8 dt {
    counter-increment: my-counter;
    padding-left: 35px;
    position: relative;
    font-weight: 700;
}

.list-8 dd {
    padding-left: 35px;
    font-weight: 500;
    margin-bottom: 40px;
}

.list-8 dt::before {
    content: counter(my-counter)".";
    font-weight: 700;
    font-size: 18px;
    width: 35px;
    position: absolute;
    display: block;
    left: 0;
}



@media only screen and (min-width: 1440px) {
    .list-8 {
        gap: 0.289vw; /*5px*/
    }
    .list-8 dt,
    .list-8 dd {
        padding-left: 3.472vw; /*60px*/
    }
    .list-8 dt::before {
        font-size: 1.852vw; /*32px*/
        width: 3.472vw; /*60px*/
    }
}

br.resp-l {
    display: none;
}

@media only screen and (min-width: 600px) {
    br.resp-s {
        display: none;
    }
    br.resp-l {
        display: block;
    }

    .mdc_mblSbmtInst {
        display: none;
    }

    .mdc_dsktpSbmtInst {
        display: block;
    }
}

br.resp-600 {
    display: block;
                    
}

@media only screen and (min-width: 600px) {
    br.resp-600 {
        display: none;
    }
}

.mdc-intrst-form {
    margin: 0 auto;
    width: 55.556vw;
}

@media only screen and (max-width: 600px) {
    .mdc_mblAddLnBrk1::after{
        content: "\a";
        white-space: pre;
    }

    .mdc_mblSbmtInst {
        display: block;
    }

    .mdc_dsktpSbmtInst {
        display: none;
    }

    .mdc-intrst-form {
        width: 75.556vw;
    }
}


.milliondollarchallengepage .milliondollarchallenge-full-height .main-header ul.header-text2 {
    width: 100%;
}
.milliondollarchallenge h2.style-1,
.milliondollarchallenge .h2 {
    margin-bottom: 50px !important;
}
.milliondollarchallenge > .wrapper {
    max-width: 100% !important;
}
.milliondollarchallenge > .wrapper > .outer {
    max-width: 100%;
}
.milliondollarchallengepage #messages {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: left;
}
.milliondollarchallengepage #messages .message {
    font-size: 12px;
    color: #fff;
    padding: 7px 1.736vw 7px 1.736vw;
    background: #26c1e3;
    margin: 0 auto;
    width: 100%;
    text-align: left;;
}
.milliondollarchallengepage #errorMessage {
    display: block;
    width: 100%;
    clear: both;
    position: absolute;
    top: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
}
.milliondollarchallengepage #messages .message.error {
    background: red;
}
.milliondollarchallenge.faq h3 {
    margin-bottom: 35px !important;
}
.milliondollarchallenge.content-details .list-6 a {
    color: #1d1f22;
    text-decoration: none;
}
@media only screen and (min-width: 1440px) {
    .milliondollarchallengepage > .wrapper {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .milliondollarchallengepage > .wrapper > .outer {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1000px) {
    .milliondollarchallenge-full-height.full-height {
        height: 100vh;
        height: -webkit-calc(100vh - 64px);
        height: -moz-calc(100vh - 64px);
        height: -ms-calc(100vh - 64px);
        height: calc(100vh - 64px);
    }
}
@media only screen and (min-width: 800px) {
    .milliondollarchallenge.main h2.style-1,
    .milliondollarchallenge.main .h2 {
        margin-bottom: 4.63vw !important;
    }
    .milliondollarchallenge.submit-pitch h2.style-1,
    .milliondollarchallenge.submit-pitch .h2 {
        margin-bottom: 2.894vw !important;
    }
}

/* social media showdown contest */

.imgs-2 {
    position: absolute;
    bottom: -14%;
    left: 50%;
    transform: translateX(-44%);
    width: 320px; 
}

@media only screen and (min-width: 800px) {
    .imgs-2 {
        position: absolute;
        left: unset;
        transform: none;
        bottom: -26%;
        right: -10%;
        width: 380px; 
    }
}

@media only screen and (min-width: 1728px) {
    .imgs-2 {
        position: absolute;
        bottom: -26%;
        right: -10%;
        width: 21.991vw; /* 380px */
    }
}


ul.list-9 {
    font-size: 18px;
    display: grid;
    gap: 30px 0;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (min-width: 800px) {
    ul.list-9 {
        font-size: 28px;
        text-align: left;
    }
}

@media only screen and (min-width: 1728px) {
    ul.list-9 {
        font-size: 1.620vw; /* 28px */
        gap: 1.736vw 0; /* 30px 0 */
        line-height: 2.315vw; /* 40px */
    }
}

ul.list-9 li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    ul.list-9 li {
        grid-template-columns: 87px minmax(0, 1fr);
        gap: 0 50px;
    }
}

@media only screen and (min-width: 1728px) {
    ul.list-9 li {
        grid-template-columns: 5.035vw minmax(0, 1fr); /* 87px */
        gap: 0 2.894vw; /* 0 50px */
    }
}

ul.list-9 li span {
    width: 87px;
    aspect-ratio: 1 / 1;
    background-color: #EBECF0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}

ul.list-9 li span img {
    width: 40px;
}

@media only screen and (min-width: 1728px) { 
    ul.list-9 li span {
        width: 100%;
    }
    ul.list-9 li span img {
        width: 2.315vw; /* 40px */
    }
}

ul.list-10 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-bottom: 70px;
    font-size: 18px;
    text-align: center;
}

ul.list-10 li {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 60px 36px;
}

ul.list-10 li b {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--rubik);
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 40px;
}

@media only screen and (max-width: 700px) {
    ul.list-10 li:first-of-type {
        padding-top: 140px;
    }
                   
                
                      
}

@media only screen and (min-width: 800px) {
    ul.list-10 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        font-size: 32px;
        gap: 0 10px;
        text-align: left;
    }
    ul.list-10 li {
    }
    ul.list-10 li b {
        font-size: 60px;
        line-height: 70px;
        justify-content: start;
    }
}

@media only screen and (min-width: 1728px) {
    ul.list-10 {
        font-size: 1.852vw; /* 32px */
        line-height: 2.604vw; /* 45px */
        gap: 0 0.579vw;/*  0 10px */
    }
    ul.list-10 li {
        padding: 3.472vw 2.083vw; /* 60px 36px */
        border-radius: 1.157vw; /* 20px */
    }
    ul.list-10 li b {
        font-size: 4.630vw; /* 80px */
        line-height: 5.208vw; /* 90px */
    }
}



ul.grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    gap: 30px;
}

ul.grid-1  li {
    
}

ul.grid-1 li:nth-of-type(1) {
    order: 1;
}
ul.grid-1 li:nth-of-type(2) {
    order: 4;
                          
}
ul.grid-1 li:nth-of-type(3) {
    order: 2;
                        
     
}
ul.grid-1 li:nth-of-type(4) {
    order: 3;
}

ul.grid-1 .img1 {
    width: 670px;
    margin-top: -80px;
    margin-bottom: -40px;
}

ul.grid-1 li b {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--rubik);
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 40px;
}

@media only screen and (min-width: 800px) {
    ul.grid-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        font-size: 28px;
        line-height: 38px;
        gap: 30px;
        text-align: left;
    }
    ul.grid-1 li b {
        font-size: 60px;
        line-height: 70px;
        justify-content: start;
    }
    ul.grid-1 .img1 {
        margin-top: -9.259vw; /* -160px */
        margin-bottom: unset;
    }
    ul.grid-1 .img2 {
        width: 721px;
        margin-left: 4.630vw; /* 80px */
    }
    ul.grid-1 li:nth-of-type(1) {
        order: 1;
    }
    ul.grid-1 li:nth-of-type(2) {
        order: 2;
    }
    ul.grid-1 li:nth-of-type(3) {
        order: 3;
    }
    ul.grid-1 li:nth-of-type(4) {
        order: 4;
    }
}

@media only screen and (min-width: 1100px) {
    ul.grid-1 .img2 {
        margin-top: -6.944vw; /* -120px */
                                           
                                        
                                       
                                   
    }
}

@media only screen and (min-width: 1728px) {
    ul.grid-1 {
        font-size: 1.620vw; /* 28px */
        line-height: 2.199vw; /* 38px */
        gap: 1.736vw; /* 30px */
    }
    ul.grid-1 li b {
        font-size: 4.630vw; /* 80px */
        line-height: 5.208vw; /* 90px */
        gap: 1.736vw; /* 30px */
    }
    ul.grid-1 .img1 {
        width: 38.773vw; /* 670px */
    }
    ul.grid-1 .img2 {
        width: 41.667vw; /* 720px */
    }
}

.input-leadgen-moreinfo-item {
    display: none;
}

/* --- v3 header --- */

/* small screen sizes calculated at 430 viewport width */

.main-header-v3 {
    position: relative;
    background-repeat: no-repeat;
    background-position: top -18.750vw left; /* -120px */
    background-size: cover;
    aspect-ratio: 43 / 107;
    background-image: url(/img/header-v3-min450-2x.jpg);
}

@media only screen and (min-width: 640px) {
    .main-header-v3 {
        aspect-ratio: 28 / 25;
        background-image: url(/img/header-v3-min1440-2x.jpg);
        background-position: top -7.060vw left; /* -122px */
    }
}

/* @media only screen and (min-width: 1440px) {
    .main-header-v3 {
        background-image: url(/img/header-v3-min1440-2x.jpg);
    }
} */

/* @media only screen and (min-width: 1920px) {
    .main-header-v3 {
        background-image: url(/img/header-v3-min1920-2x.jpg);
    }
} */

.mhv3-text {
    font-family: var(--rubik);
    color: #fff;
    display: grid;
    padding: 20.313vw 0 0 0; /* 130px */
}

@media only screen and (min-width: 640px) {
    .mhv3-text {
        font-family: var(--rubik);
        color: #fff;
        display: grid;
        padding: 13.773vw 0 0 18.519vw; /* 238px 0 0 320px */
    }
}

.mhv3-text-big {
    text-transform: uppercase;
    font-size: 8.837vw; /* 38px */
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width: 640px) {
    .mhv3-text-big {
        font-size: 3.704vw; /* 64px */
        text-align: unset;
    }
}

.mhv3-text .yellow-txt, 
body .yellow-txt {
    color: #fdd246;
}

.mhv3-text-medium {
    margin-top: 4.186vw; /* 18px */
    text-transform: uppercase;
    font-size: 4.186vw; /* 18px */
    font-weight: 500;
    text-align: center;
}

@media only screen and (min-width: 640px) {
    .mhv3-text-medium {
        margin-top: 0.579vw; /* 10px */
        font-size: 1.389vw; /* 24px */
        text-align: unset;
    }
}

.mhv3-button {
    margin-top: 74.419vw; /* 320px */
    width: 66.977vw; /* 288px */
    display: grid;
    font-size: 3.721vw; /* 16px */
    gap: 3.721vw; /* 18px */
    font-weight: 500;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #383838;
}

@media only screen and (min-width: 640px) {
    .mhv3-button {
        margin-top: 5.787vw; /* 100px */
        width: 16.667vw; /* 288px */
        font-size: 0.926vw; /* 16px */
        gap: 1.042vw; /* 18px */
        margin-left: unset;
        margin-right: unset;
        color: #fff;
        font-size: 0.926vw; /* 16px */
    }
}

.mhv3-button button {
    width: 100%;
    height: 15.349vw; /* 66px */
    border-radius: 38.605vw; /* 166px */
    box-shadow: 0.579vw 0.579vw 0.579vw 0 rgba(0, 0, 0, 0.3); /* 10px 10px 20px 0 */
    background-image: linear-gradient(102deg, #fff275 1%, #f9a300 102%);
    border: 0;
    padding: 0;
    font-size: 5.581vw; /* 24px */
    font-weight: bold;
    font-family: var(--rubik);
    color: #6a39d2;
    text-transform: uppercase;
    cursor: pointer;
}


@media only screen and (min-width: 640px) {
    .mhv3-button button {
        height: 3.819vw; /* 66px */
        border-radius: 9.606vw; /* 166px */
        font-size: 1.389vw; /* 24px */
    }
}

.mhv3-pics {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.736vw 0 0 8.102vw; /* 30px 0 0 140px */
}

.mhv3-pics img:nth-of-type(1) {
    display: none;
}

.mhv3-pics img:nth-of-type(2) {
    width: 145.581vw; /* 626px */
}

.mhv3-pics img:nth-of-type(3) {
    display: none;
}


@media only screen and (min-width: 640px) {
    .mhv3-pics {
        justify-content: space-between;
    }
    .mhv3-pics img:nth-of-type(1) {
        width: 16.782vw; /* 290px */
        display: block;
    }
    .mhv3-pics img:nth-of-type(2) {
        width: 36.227vw; /* 626px */
    }
    .mhv3-pics img:nth-of-type(3) {
        width: 20.602vw; /* 356px */
        display: block;
    }
}

h1.v3 {
    margin-top: 9.302vw; /* 40px */
    font-family: var(--rubik);
    font-size: 7.442vw; /* 32px */
    font-weight: bold;
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

h1.v3.left {
    text-align: left;
    justify-items: start;
    justify-content: left;
}

h1.v3.mt0 {
    margin-top: 0;
}

h1.v3 .f20-f24 {
    font-size: 20px;
    text-transform: none;
}

@media only screen and (min-width: 900px) {
    h1.v3 .f20-f24 {
        font-size: 1.389vw; /* 24px */
    }
}

h1.v3.yellow {
    color: #fdd246
}

@media only screen and (min-width: 640px) {
    h1.v3 {
        margin-top: 5.208vw; /* 90px */
        font-size: 40px; 
    }
}

@media only screen and (min-width: 1000px) {
    h1.v3 {
        font-size: 2.778vw; /* 48px */
    }
}

h1.v3 span.grad {
    background-image: linear-gradient(110deg, #26c1e3 2%, #1189ad 46%, #7120cc 99%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

h2.v3 {
    font-family: var(--nunito);
    font-size: 4.186vw; /* 18px */
    font-weight: 500;
    text-align: center;
    padding: 0 4.651vw; /* 20px */
}

@media only screen and (min-width: 640px) {
    h2.v3 {
        font-size: 18px;
        padding: 0;
    }
}

@media only screen and (min-width: 1000px) {
    h2.v3 {
        font-size: 1.157vw; /* 20px */
    }
}

.area-8 {
    margin-top: 50px;
    position: relative;
    padding: 0 5.787vw; /* 100px */
    display: grid;
    align-items: center;
    gap: 0 5.787vw; /* 100px */
    font-size: 18px;
}

@media only screen and (min-width: 800px) {
    .area-8 {
        grid-template-columns: 1fr 45.428vw; /* 785px */
    }
}

@media only screen and (min-width: 1000px) {
    .area-8 {
        margin-top: -5.787vw; /* -100px */
        font-size: 1.157vw; /* 20px */
    }
}

.area-8 img {
    width: 100%;
}

ul.a8-list {
    display: grid;
    gap: 50px 0;
    margin-bottom: 50px;
}

@media only screen and (min-width: 800px) {
    ul.a8-list {
        gap: 2.894vw 0; /* 50px */
        margin-bottom: unset;
    }
}

ul.a8-list li {
    display: grid;
    gap: 0.579vw 0; /* 10px */
    text-align: center;
}

@media only screen and (min-width: 800px) {
    ul.a8-list li {
        text-align: left;
    }
}

ul.a8-list li span {
    justify-self: center;
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: #eaeef1 url('/img/checkmark-grad.svg') center center no-repeat;
    background-size: 27px auto;
}


@media only screen and (min-width: 1000px) {
    ul.a8-list li span {
        width: 3.472vw; /* 60px */
        background-size: 1.563vw auto; /* 27px */
    }
}

.a8-shape1 {
    width: 90px;
    position: absolute;
    left: 26px;
    bottom: -130px;
}

@media only screen and (min-width: 800px) {
    .a8-shape1 {
        width: 8.102vw; /* 140px */
        /* left: 21.991vw;
        bottom: -1.794vw; */
    }
}

@media only screen and (min-width: 1000px) {
    .a8-shape1 {
        left: 21.991vw; /* 380px */
        bottom: -1.794vw; /* -31px */
    }
}

.a8-shape2 {
    display: none;
}

@media only screen and (min-width: 800px) {
    .a8-shape2 {
        display: block;
        width: 17.130vw; /* 296px */
        position: absolute;
        right: 0;
        bottom: -17.130vw; /* -470px */
    }
}

.area-9 {
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 80px 12px 0 12px;
}

@media only screen and (min-width: 1728px) {
    .area-9 {
        width: 61.921vw; /* 1070px */
        margin: 0 auto 10.417vw auto; /* 80px */
        padding: 0;
    }
}

.vVideos-scrollable {
    display: grid;
    grid-template-columns: max-content;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease-in;
    scroll-behavior: smooth;
}

.vVideos-scrollable::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

@media only screen and (min-width: 1094px) {
    .vVideos-scrollable {
        justify-content: center;
        cursor: unset;
    }
}

.vVideos-scrollable.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    scroll-behavior: unset;
}


.vVideos {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    gap: 10px; /* 10px */
    margin: 90px 0 30px auto;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-width: 1728px) {
    .vVideos {
        grid-template-columns: repeat(3, 20.255vw); /* 350 */
        gap: 0.579vw; /* 10px */
        margin: 5.208vw auto 1.736vw auto; /* 90px auto 30px 0 */
        font-size: 1.389vw; /* 24px */
    }
}

.vVideos .vVideo {
    position: relative;
}

.vVideo > div {
    width: 350px;
    aspect-ratio: 2/3;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background-color: #000;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 1728px) {
    .vVideo > div {
        width: 20.255vw; /* 350px */
        border-radius: 1.447vw; /* 25px */
        margin-bottom: 1.157vw; /* 20px */
    }
}

.vVideo video {
    height: 100%;
}

.vVideo span.border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 25px;
    border: 4px solid transparent;
    background: linear-gradient(90deg, #26c1e3 -15%, #1189ad 56%, #7120cc 141%) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

@media only screen and (min-width: 1728px) {
    .vVideo span.border {
        border-radius: 1.447vw; /* 25px */
        border: 0.231vw solid transparent; /* 4px */
    }
}

.vVideo span.play {
    width: 56px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 2px solid #fff; /* 4px */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url(/img/play-white.svg) left 60% center no-repeat;
    background-size: 18px auto;
    z-index: 1;
}

.vVideo span.play.hide {
    display: none;
}

@media only screen and (min-width: 900px) {
    .vVideo span.play {
        width: 5.556vw; /* 96px */
        border: 0.231vw solid #fff; /* 4px */
        background-size: 2.199vw auto; /* 38px */
    }
}

.area-10 {
    width: 100%;
    padding: 50px 0 0 0;
    position: relative;
}

@media only screen and (min-width: 900px) {
    .area-10 {
        padding: 4.630vw 0 0 0; /* 80px */
    }
}

.area-10::before {
    content: '';
    width: 100%;
    height: 78%;
    background-image: linear-gradient(136deg, #26c1e3 -8%, #702ad0 98%);
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media only screen and (min-width: 900px) {
    .area-10::before {
        border-radius: 2.315vw; /* 40px */
        height: 70%;
    }
}

.area-10 section {
    width: calc(100% - 20px);
    margin: 0 10px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 900px) {
    .area-10 section {
        width: 64.815vw; /* 1120px */
        margin: 0 auto;
    }
}

img.a10-shape1 {
    display: none;
}

img.a10-shape2 {
    position: absolute;
    z-index: 1;
    right: 0;
    width: 124px;
    top: 30%;
}

@media only screen and (min-width: 900px) {
    img.a10-shape1 {
        display: block;
        position: absolute;
        z-index: 1;
        top: -1.3%; /* 30x */
        left: 4.051vw; /* 70px */
        width: 7.350vw; /* 127px */
    }

    img.a10-shape2 {
        width: auto;
        height: 42.245vw; /* 630px */
    }
}

.grid-2 {
    display: grid;
    gap: 32px;
    padding-top: 50px;
    padding-bottom: 80px; 
}

@media only screen and (min-width: 900px) {
    .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.083vw; /* 36px */
        padding-top: 4.340vw; /* 75px */
        padding-bottom: 1.736vw; /* 30px */
    }
}

.grid-2 .order1 { order 1; }

.grid-2 .order2 { order: 2; }

.grid-2 .order3 { order: 3; }

.grid-2 .order4 { order: 4; }

.grid-2 .order5 { order: 5; }

.grid-2 .order6 { order: 6; }

.grid-2 .order7 { order: 7; }

.grid-2 .order8 { order: 8; }

.grid-2 .order9 { order: 9; }

.grid-2 .order10 { order: 10; }

@media only screen and (min-width: 900px) {
    .grid-2 .order1 { order 1; }

    .grid-2 .order2 { order: 2; }
    
    .grid-2 .order3 { order: 4; }
    
    .grid-2 .order4 { order: 3; }
    
    .grid-2 .order5 { order: 5; }
    
    .grid-2 .order6 { order: 6; }
    
    .grid-2 .order7 { order: 8; }
    
    .grid-2 .order8 { order: 7; }

    .grid-2 .order9 { order: 9; }

    .grid-2 .order10 { order: 10; }
}

img.g2-img {
    width: 100%;
    border-radius: 25px;
}

img.g2-img.border {
    border: 1px solid #3f2989;
}

@media only screen and (min-width: 900px) {
    img.g2-img {
        border-radius: 1.447vw; /* 25px */
    }
}

.g2-txt {
    border-radius: 25px;
    border: 2px solid #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 13px;
    color: #fff;
    gap: 5px;
}

.g2-txt b {
    font-family: var(--rubik);
    font-size: 23px; /* 24px */
    color: #fdd246;
}

@media only screen and (min-width: 900px) {
    .g2-txt {
        border-radius: 1.447vw; /* 25px */
        border: 0.116vw solid #fff; /* 2px */
        font-size: 1.157vw; /* 20px */
        padding: 2.025vw;/* 35px */
        gap: 0.289vw; /* 5px */
    }
    .g2-txt b {
        font-size: 1.842vw; /*  1.852vw - 32px */
    }
}

.g2-video-txt-area {
    position: relative;
    width: 100%;
    display: grid;
    gap: 30px;
    /* margin-bottom: -210%; */
}

@media only screen and (min-width: 900px) {
    .g2-video-txt-area {
        grid-column: span 2;
       /*  margin-bottom: -70%; */
    }
}

.g2-video {
    overflow: hidden;
    width: 100%;
    border-radius: 25px;
    position: relative;
    box-shadow: 27px -24px 56px 0 rgba(0, 0, 0, 0.25);
    background-color: #000;
    z-index: 1;
}

@media only screen and (min-width: 900px) {
    .g2-video {
        border-radius: 1.447vw; /* 25px */
        box-shadow: 1.563vw -1.389vw 3.241vw 0 rgba(0, 0, 0, 0.25); /* 27px -24px 56px 0 */
    }
}

.g2-video span.border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 25px;
    border: 4px solid transparent; 
    background: linear-gradient(90deg, #26c1e3 -15%, #1189ad 56%, #7120cc 141%) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}

@media only screen and (min-width: 900px) {
    .g2-video span.border {
        border-radius: 1.447vw; /* 25px */
        border: 0.231vw solid transparent; /* 4px */
    }
}

.g2-video video {
    width: 100%;
    height: 100%;
}

.g2-video span.play {
    width: 96px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 4px solid #383838;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url(/img/play-dark-grey.svg) left 60% center no-repeat;
    background-size: 38px auto;
    z-index: 2;
}

@media only screen and (min-width: 900px) {
    .g2-video span.play {
        width: 5.556vw; /* 96px */
        border: 0.231vw solid #383838; /* 4px */
        background-size: 2.199vw auto; /* 38px */
    }
}

.g2-txt-area {
    border-radius: 25px;
    background-image: linear-gradient(106deg, #26c1e3 -18%, #702ad0 101%);
    font-size: 32px;
    font-family: var(--rubik);
    font-weight: bold;
    text-align: center;
    padding: 60px 15px;
    color: #fff;
    display: grid;
    gap: 50px;
    justify-items: center;
    text-wrap: balance;
}

@media only screen and (min-width: 900px) {
    .g2-txt-area {
        border-radius: 1.447vw; /* 25px */
        font-size: 2.315vw; /* 40px */
        padding: 5.208vw 1.736vw 4.051vw 1.736vw ; /* 90px 30px 70px 30px */
        gap: 2.894vw; /* 50px */
    }
}

.g2-txt-area span {
    color: #fdd246;
}

@media only screen and (min-width: 900px) {
    .g2-txt-area br {
        display: none;
    }
}

button.button-style-5 {
    width: 288px;
    height: 66px;
    border-radius: 166px;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(102deg, #fff275 1%, #f9a300 102%);
    border: 0;
    font-size: 24px;
    font-family: var(--rubik);
    font-weight: bold;
    color: #6a39d2;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

button.button-style-5:hover {
    opacity: 0.85;
}

@media only screen and (min-width: 900px) {
    button.button-style-5 {
        width: 16.667vw; /* 288px */
        height: 3.819vw; /* 66px */
        border-radius: 9.606vw; /* 166px */
        box-shadow: 0.579vw 0.579vw 1.157vw 0 rgba(0, 0, 0, 0.3); /* 10px 10px 20px 0 */
        font-size: 1.389vw; /* 24px */
    }
}


/* Footer */
footer.v3 {
    position: relative;
    background: #262e3a;
    border-radius: 36px 36px 0 0;
    font-size: 16px;
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 30px 0;
    text-wrap: balance;
    height: revert;
}

@media only screen and (min-width: 1728px) {
    footer.v3 {
        font-size: 1.042vw; /* 18px */
        border-radius: 2.083vw 2.083vw 0 0; /* 36px 36px */
        gap: 0.405vw; /* 7px */
        padding: 1.736vw 0; /* 30px */
    }
}

footer.v3.toBottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer.v3 br {
    display: block;
}

footer.v3 .pipe {
    display: none;
}

@media only screen and (min-width: 550px) {
    footer.v3 br {
        display: none;
    }

    footer.v3 .pipe {
        display: inline;
    }
}

.footer-slogan {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    font-family: var(--rubik);
    color: #1fa5c2;
}

.footer-slogan span {
    color: #eb482d;
}

footer.v3 .logo {
    width: 60px;
}

@media only screen and (min-width: 1728px) {
    .footer-slogan {
        font-size: 1.852vw; /* 32px */
    }
    footer.v3 .logo {
        width: 3.472vw; /* 60px */
    }
}

.area-11 {
    padding: 0 0 0 5.787vw; /* 100px */
    position: relative;
}


.the-vibe-scrollable {
    display: grid;
    grid-template-columns: max-content;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding: 70px 0;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease-in;
    scroll-behavior: smooth;
}

.the-vibe-scrollable.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.02);
    scroll-behavior: unset;
}

@media only screen and (min-width: 1728px) {
    .the-vibe-scrollable {
        padding: 4.051vw 0; /* 70px */
    }
}

.the-vibe-scrollable::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.the-vibe {
    display: grid;
    grid-template-columns: repeat(autofit, 320px);
    grid-template-rows: repeat(3, max-content);
    grid-auto-flow: column dense;
    gap: 10px 44px;
    font-size: 20px;
    padding: 0 44px 0 0; 
}

@media only screen and (min-width: 1728px) {
    .the-vibe {
        grid-template-columns: repeat(autofit, 18.519vw); /* 320px */
        gap: 0.579vw 2.546vw; /* 10px 44px */
        font-size: 1.157vw; /* 20px */
        padding: 0 2.546vw 0 0; /* 44px */
    }
}

.the-vibe li {
    display: contents;
}

.the-vibe li img {
    width: 320px;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}

.the-vibe li b {
    width: 320px;
    font-family: var(--rubik);
    color: #383838;
}

.the-vibe li p {
    width: 320px;
}

@media only screen and (min-width: 1728px) {
    .the-vibe li img {
        width: 18.519vw; /* 320px */
        margin-bottom: 1.157vw; /* 20px */
    }
    .the-vibe li b {
        width: 18.519vw; /* 320px */
    }
    .the-vibe li p {
        width: 18.519vw; /* 320px */
    }
}


ul.pagination-v1 {
    display: flex;
    gap: 12px;
    padding-right: 10px;
    justify-content: end;
    margin-top: -44px;
}

@media only screen and (min-width: 1728px) {
    ul.pagination-v1 {
        gap: 0.694vw; /* 12px */
        padding-right: 5.787vw; /* 100px */
        margin-top: -1.157vw; /* -20px */
    }
}

ul.pagination-v1 li {
    width:  48px;
    height: 48px;
    background-color: #ccced3;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

ul.pagination-v1 li img {
    width: 20px;
}

@media only screen and (min-width: 1728px) {
    ul.pagination-v1 li {
        width: 2.778vw; /* 48px */
        height: 2.778vw; /* 48px */
        border-radius: 0.810vw; /* 14px */
    }
    ul.pagination-v1 li img {
        width: 1.157vw; /* 20px */
    }
}

.a11-shape1 {
    position: absolute;
    width: 60px;
    top: -10%;
    right: 70px;
}

.a11-shape2 {
    position: absolute;
    top: -28%;
    left: 0;
    height: 378px;
    z-index: -10;
}

@media only screen and (min-width: 900px) {
    .a11-shape1 {
        right: 0.579vw; /* 10px */
        width: 8.912vw; /* 154px */
    }
    .a11-shape2 {
        top: -30%;
        height: 33.218vw;/* 574px */
    }
}



/* EVENTS */ 
header.inner-v1 {
    position: relative;
    height: 260px;
    background-image: linear-gradient(128deg, #26c1e3 -14%, #702bd0 100%);
    border-radius: 0 0 36px 36px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--rubik);
    text-transform: uppercase;
    text-wrap: balance;
    text-align: center;
    overflow: hidden;
}

/* --- special event custom header image --- */

.eventTop-customImage {
    background-image: url('/img/beta-cp-26-Oct2023_1440.png') !important;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 320px !important;
}

@media only screen and (min-width: 1920px) {
    .eventTop-customImage {
        background-image: url('/img/beta-cp-26-Oct2023_1920.png') !important;
        height: 320px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .eventTop-customImage {
        background-image: url('/img/beta-cp-26-Oct2023_tablet.png') !important;
    }
}

@media only screen and (max-width: 720px) {
    .eventTop-customImage {
        background-image: url('/img/beta-cp-26-Oct2023_mobile.png') !important;
    }
}

/* END --- special event custom header image --- */

@media only screen and (min-width: 650px) {
    header.inner-v1 {
        height: 360px;
        background-image: linear-gradient(104deg, #26c1e3 -13%, #702bd0 100%);
    }

    header.inner-v1.h270 {
        height: 270px;
    }

    header.inner-v1.h330 {
        height: 360px;
    }
}

header.inner-v1.h720 {
    height: auto;
    align-items: start;
    padding: 75px 13px 210px 13px;
}

@media only screen and (min-width: 920px) {
    header.inner-v1.h720 {
        height: 720px;
        padding: 105px 20px 0 20px;
    }
}

header.inner-v1 span {
    position: relative;
    z-index: 2;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    -webkit-text-stroke: 1px #6444d4;
}

header.inner-v1 span.f-64 {
    font-size: 32px;
    -webkit-text-stroke: 1px #6542D3;
}

@media only screen and (min-width: 730px) {
    header.inner-v1 span.f-64 {
        font-size: 64px;
    }
}

header.inner-v1 span br.hidable {
    display: block;
}

header.inner-v1 span img.mobile {
    position: absolute;
    top: -50px;
    left: 23px;
}

header.inner-v1 span img.desktop {
    display: none;
}

@media only screen and (min-width: 650px) {
    header.inner-v1 span {
        font-size: 48px;
        -webkit-text-stroke: unset;
    }
    header.inner-v1 span br.hidable {
        display: none;
    }
    header.inner-v1 span img.desktop {
        display: block;
        position: absolute;
        top: unset;
        bottom: -70px;
        left: 68px;
    }
    header.inner-v1 span img.mobile {
        display: none;
    }
}

@media only screen and (min-width: 950px) {
    header.inner-v1 span img.desktop {
        bottom: -50px;
        left: 58px;
    }
}

header.inner-v1 span img.about {
    position: absolute;
    left: 6px;
    bottom: -85px;
}

br.br1180 {
    display: block;
}

@media only screen and (min-width: 730px) {
    header.inner-v1 span img.about {
        left: 6px;
        bottom: -15px;
    }
}

@media only screen and (min-width: 1180px) {
    br.br1180 {
        display: none;
    }

    header.inner-v1 span img.about {
        left: 76px;
        bottom: -80px;
    }
}

img.inner-v1-img1 {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

img.inner-v1-img2 {
    position: absolute;
    top: -88px;
    right: 0;
    display: none;
}

img.inner-v1-img3 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

img.inner-v1-img4 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}

@media only screen and (min-width: 650px) {
    img.inner-v1-img3 {
        height: 100%;
    }
    img.inner-v1-img4 {
        height: 100%;
    }
}

@media only screen and (min-width: 1100px) {
    img.inner-v1-img1 {
        display: block;
    }
    img.inner-v1-img2 {
        display: block;
    }
    img.inner-v1-img3 {
        display: none;
    }
    img.inner-v1-img4 {
        display: none;
    }
}

img.inner-v1-img5 {
    position: absolute;
    top: 245px;
    right: 0;
    display: block;
}

@media only screen and (min-width: 820px) {
    img.inner-v1-img5 {
        top: 0;
        right: 0;
    }
}


img.inner-v1-img6 {
    position: absolute;
    display: block;
    bottom: -10%;
    left: 5%;
    width: 71px;
}

@media only screen and (min-width: 820px) {
    img.inner-v1-img6 {
        width: 94px;
        bottom: -16%;
    }
}

@media only screen and (min-width: 1360px) {
    img.inner-v1-img6 {
        left: -10%;
    }
}

img.inner-v1-img7 {
    position: absolute;
    top: -9%;
    left: 4%;
    width: 54px;
}

@media only screen and (min-width: 920px) {
    img.inner-v1-img7 {
        top: -25.2%;
        left: 36%;
        width: 100px;
    }
}



.inner-v1 .header-split-2 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    font-size: 17px;
    color: #fff;
    text-transform: initial;
    position: relative;
    z-index: 2;
    text-align: center;
    text-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-items: center;
}

@media only screen and (min-width: 920px) {
    .inner-v1 .header-split-2 {
        grid-template-columns: 1fr 500px;
        text-align: initial;
        font-size: 18px;
    }
}

header.inner-v1 .hs2-txt1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--rubik);
    margin-bottom: 20px;
}

header.inner-v1 .hs2-txt2 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--rubik);
}

header.inner-v1 .hs2-txt3 {
    line-height: 1.4;
    text-wrap: balance;
}

header.inner-v1 .hs2-txt3 span.no-wrap {
    all: unset;
    text-wrap: nowrap;
}

@media only screen and (min-width: 1120px) {
    .inner-v1 .header-split-2 {
        font-size: 20px;
    }
    header.inner-v1 .hs2-txt1 {
        font-size: 64px;
        margin-bottom: unset;
    }

    header.inner-v1 .hs2-txt2 {
        font-size: 24px;
    }
}

hr.w175 {
    display: block;
    width: 175px;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    margin: 20px auto;
    border: 0;
}

@media only screen and (min-width: 820px) {
    hr.w175 {
        margin: 20px 0;
    }
}

img.he-squiggly-1 {
    display: none;
}

img.he-squiggly-2 {
    display: none;
}

img.he-squiggly-3 {
    display: block;
    position: absolute;
    left: 6px;
    bottom: 55px;
}

@media only screen and (min-width: 720px) {
    img.he-squiggly-1 {
        display: block;
        position: absolute;
        left: 0;
        top: 35px;
    }
    img.he-squiggly-2 {
        display: block;
        position: absolute;
        left: 0;
        bottom: 25px;
    }
    img.he-squiggly-3 {
        display: none;
    }
}


header.inner-v1 .header-event {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    justify-items: start;
    align-content: start;
    font-family: var(--nunito);
    text-transform: none;
    padding: 20px 0 0 25px;
}

@media only screen and (min-width: 720px) {
    header.inner-v1 .header-event {
        padding: 20px 0 0 130px;
    }
}

@media only screen and (min-width: 1230px) {
    header.inner-v1 .header-event {
        width: 1230px;
        margin: 0 auto;
    }
}

header.inner-v1 .header-event span {
    font-size: 18px;
    text-transform: none;
    -webkit-text-stroke: 0;
}

header.inner-v1 .header-event span.he-title-big {
    font-family: var(--rubik);
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-text-stroke: 1px #6444d4;
}


@media only screen and (min-width: 720px) {
    header.inner-v1 .header-event span {
        font-size: 20px;
    }
    header.inner-v1 .header-event span.he-title-big {
        font-size: 48px;
        -webkit-text-stroke: 0;
    }
}

.he-price-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.he-price {
    width: 170px;
    height: 45px;
    border-radius: 0 0 18px 18px;
    background-color: #faad0f;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: bold;
    color: #6a39d2;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 1300px) {
    .he-price-wrapper {
        width: 1230px;
        justify-content: end;
    }
}

button.orange-btn {
    border: 0;
    /* margin-top: 40px; */
    align-self: end;
    width: 288px;
    height: 66px;
    border-radius: 197px;
    background-image: linear-gradient(104deg, #fff275 1%, #f9a300 102%);
    font-size: 20px;
    font-weight: bold;
    font-family: var(--rubik);
    color: #6a39d2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}

button.orange-btn.mt26-50 {
    margin-top: 50px;
}

@media only screen and (min-width: 720px) {
    button.orange-btn {
        margin-left: 0;
    }
    button.orange-btn.mt26-50 {
        margin-top: 26px;
    }
}

@media only screen and (min-width: 900px) {
    button.orange-btn {
        height: 76px;
        width: 288px;
        margin-bottom: 30px;
    }
    button.orange-btn:hover {
        transform: scale(1.1);
    }
}




.area-12 {
    width: 100%;
    margin: 0 auto;
    padding: 90px 20px 60px 20px;
    display: grid;
    justify-content: center;
}

.area-12.v2 {
    padding: 25px 20px 60px 20px;
}

@media only screen and (min-width: 1270px) {
    .area-12 {
        width: 1270px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 900px) {
    .area-12 {
        justify-content: unset;
    }
}

.area-12 h1 {
    font-family: var(--rubik);
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .area-12 h1 {
        font-size: 36px;
        margin-bottom: 76px;
    }
}

.area-12 h1.eventListHdr {
    margin-bottom: 55px;
    margin-top: -55px
}

.a12-box {
    position: relative;
    width: 100%;
    border-radius: 28px;
    box-shadow: 18px 18px 60px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 60px 54px 76px 80px 85px;
    justify-items: center;
    gap: 0 30px;
    margin: 0 auto 0 auto;
    transition: all 0.2s ease-in-out;
    padding: 0 0 20px 0;
/*    cursor: pointer;*/
}

.a12-box.v2 {
    width: 100%;
    grid-template-rows: auto;
    height: auto;
    grid-template-columns: minmax(0, 1fr);
    cursor: auto;
}

.a12-box.mt80-40 {
    margin-top: 80px;
}

@media only screen and (min-width: 420px) {
    .a12-box {
        width: 380px;
        grid-template-rows: 380px 60px 54px 76px 80px 85px;
    }

    .a12-box.v2 {
        width: 380px;
    }
}

@media only screen and (min-width: 900px) {
    .a12-box {
        margin: 0 0 0 35px;
        height: 300px;
        width: auto;
        display: grid;
        justify-items: unset;
        grid-template-columns: 300px 1fr 95px;
        grid-template-rows: 56px 70px 30px 1fr;
        padding: 0;
    }

    .a12-box.v2 {
        margin-left: auto;
        margin-right: auto;
        width: 380px;
    }

    .a12-box.toRight {
        justify-self: end;
        margin: 0 35px 0 0;
        grid-template-columns: 95px 1fr 300px;
    }

    .a12-box.v2.toRight {
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: 1fr;
    }

    .a12-box.mt80-40 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1005px) {
    .a12-box {
        width: 970px;
        gap: 0 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .a12-box.v2 {
        width: 100%;
        height: 266px;
        grid-template-columns: 266px 1fr;
    }

    .a12-box.v2.toRight {
        width: 100%;
        height: 266px;
        grid-template-columns: 1fr 266px;
    }
}

.a12-box .main-img {
    display: block;
    border-radius: 28px;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.a12-box .main-img img {
    width: 100%;
}

.a12-box.toRight .main-img {
    grid-row: 1;
    width: 100%;
    aspect-ratio: 1/1;
}

@media only screen and (min-width: 420px) {
    .a12-box .main-img,
    .a12-box.toRight .main-img {
        width: 380px;
        height: 380px;
    }
    .a12-box.v2 .main-img,
    .a12-box.v2.toRight .main-img {
        width: 380px;
        height: 380px;
    }

}

@media only screen and (min-width: 900px) {
    .a12-box .main-img {
        grid-row: -1/1;
        width: 300px;
        height: 300px;
    }
    .a12-box.toRight .main-img {
        grid-row: -1/1;
        grid-column: 3;
        width: 300px;
        height: 300px;
    }

    .a12-box.v2.toRight .main-img {
        grid-row: 1;
        grid-column: 1;
    }
}



@media only screen and (min-width: 1200px) {
    .a12-box.v2 .main-img,
    .a12-box.v2.toRight .main-img {
        width: 266px;
        height: 266px;
    }

    .a12-box.v2.toRight .main-img {
        grid-row: unset;
        grid-column: 2;
    }
}

.a12-txt {
    padding: 20px 35px 20px 35px;
    font-size: 16px;
    display: grid;
    align-content: center;
}

.toRight .a12-txt {
    padding: 20px 35px 20px 35px;
    text-align: left;
}

@media only screen and (min-width: 1200px) {
    .a12-txt {
        padding: 20px 40px 20px 0;
        font-size: 20px;
        display: grid;
        align-content: center;
    }
    
    .toRight .a12-txt {
        padding: 20px 0 20px 40px;
        text-align: left;
    }
}

.a12-txt b {
    font-size: 20px;
    padding-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
    .a12-txt b {
        font-size: 24px;
    }
}

.a12-social {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(3, 56px);
    grid-auto-rows: 56px;
    gap: 12px;
    justify-content: center;
}

.a12-social a {
    background-color: #eaeef1;
     border-radius: 16px;
     display: flex;
     justify-content: center;
}

.a12-social a img {
    width: 32px;
}

@media only screen and (min-width: 1200px) {
    .a12-social {
        grid-template-columns: repeat(6, 56px);
        justify-content: start;
    }
}





.main-img-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-family: var(--rubik);
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.main-img-txt span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.users-list-v {
    display: flex;
    justify-content: center;
    align-self: end;
    margin: 0 0 0 15px;
}

.toRight .users-list-v {
    grid-row: 6;
}

@media only screen and (min-width: 900px) {
    .users-list-v {
        align-self: unset;
        grid-row: -1/1;
        grid-column: 3;
        margin: 15px 0 0 0;
        flex-direction: column;
    }

    .toRight .users-list-v {
        grid-row: -1/1;
        grid-column: 1;
        justify-self: end;
    }
}

.users-list-v img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    margin-left: -15px;
}

.users-list-v span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #eaeef1;
    border: 1px solid #fff;
    margin: 5px 0 0 -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 900px) {
    .users-list-v img {
        width: 70px;
        height: 70px;
        margin-top: -15px;
        margin-left: unset;
    }
    .users-list-v span {
        margin: -15px 0 0 5px;
    }
}

.a12-price {
    width: 168px;
    height: 35px;
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 18px 18px 0 0;
    box-shadow: -17px 26px 60px 0 rgba(0, 0, 0, 0.3);
    background-color: #eaeef1;
    font-weight: bold;
    font-size: 18px;
    font-family: var(--rubik);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 900px) {
    .a12-price {
        width: 35px;
        height: 168px;
        top: 50%;
        transform: translateY(-50%);
        left: -35px;
        border-radius: 18px 0 0 18px;
    }

    .toRight .a12-price {
        border-radius: 0 18px 18px 0;
        left: unset;
        right: -35px;
    }

    .a12-price span {
        transform: rotate(-90deg);
    }
    
}

.a12-t1 {
    align-self: end;
    justify-self: center;
    border-radius: 61px;
    background-color: #eaeef1;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (min-width: 900px) {
    .a12-t1 {
        justify-self: start;
        padding: 5px 15px;
    }
}

.a12-t2 {
    align-self: end;
    justify-self: center;
    font-family: var(--rubik);
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(104deg, #26c1e3 2%, #1189ad 46%, #7120cc 98%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 900px) {
    .a12-t2 {
        justify-self: start;
    }
}

@media only screen and (min-width: 1005px) {
    .a12-t2 {
        font-size: 49px;
    }
}

.a12-t3 {
/*    align-self: end;*/
    justify-self: center;
    font-family: var(--rubik);
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.a12-t3 br {
    display: block;
}

@media only screen and (min-width: 900px) {
    .a12-t3 {
        justify-self: start;
        text-align: left;
    }
    .a12-t3 br {
        display: none;
    }
}


button.a12-button {
    border: 0;
    /* margin-top: 40px; */
    align-self: end;
    width: 238px;
    height: 60px;
    border-radius: 197px;
    background-image: linear-gradient(104deg, #fff275 1%, #f9a300 102%);
    font-size: 20px;
    font-weight: bold;
    font-family: var(--rubik);
    color: #6a39d2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}

button.a12-button.shaddow {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

button.a12-button.toCenter {
    margin-left: auto;
    margin-right: auto;
}

button.a12-button.mb10-40 {
    margin-bottom: 10px;
} 

@media only screen and (min-width: 900px) {
    button.a12-button {
        height: 76px;
        width: 288px;
        margin-bottom: 30px;
    }
    button.a12-button:hover {
        transform: scale(1.05);
    }
    button.a12-button.mb10-40 {
        margin-bottom: 40px;
    } 
}

.area-13 {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 25px 74px 25px;
}

@media only screen and (min-width: 1000px) {
    .area-13 {
        grid-template-columns: 600px 1fr;
    }
}

@media only screen and (min-width: 1500px) {
    .area-13 {
        width: 1500px;
        grid-template-columns: 600px 1fr;
    }
}

.area-13 a:link,
.area-13 a:visited {
    text-decoration: none;
}

.area-13 a:hover {
    text-decoration: underline;
}

.area-13 a.blue-v2:link,
.area-13 a.blue-v2:visited {
    color: #486ac3;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 2px;
}

.area-13 a.blue-v2:hover {
    color: #486ac3;
    text-decoration: none;
}

.area-13 h1 {
    text-align: center;
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
    order: 1;
}

.area-13 footer {
    all: unset;
    order: 3;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.area-13 footer br {
    display: block;
}

@media only screen and (min-width: 1000px) {
    .area-13 h1 {
        order: unset;
        font-size: 36px;
        grid-column: span 2;
    }

    .area-13 footer {
        font-size: 20px;
        order: unset;
        grid-column: span 2;
        grid-row: 3;
    }

    .area-13 footer br {
        display: none;
    }
}

.area-13 footer a {
   color: #27c1e3;
}

ul.a13-list {
    font-size: 16px;
    display: grid;
    gap: 40px 0;
    margin: 0 0 60px 0;
    order: 2;
}

@media only screen and (min-width: 1000px) {
    ul.a13-list {
        font-size: 20px;
        order: unset;
        margin: 0 0 80px 0;
    }
}

ul.a13-list li {
    padding: 0 0 0 36px;
    position: relative;
}

ul.a13-list li::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #58aadc;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: 0;
}

.a13-img {
    position: relative;
    order: 4;
}

.a13-img img:nth-of-type(1) {
    position: relative;
    max-width: 126%;
    margin-left: -9%;

}
.a13-img img:nth-of-type(2) {
    width: 80px;
    max-width: unset;
    position: absolute;
    top: -20px;
    left: 0;
}

.a13-img img:nth-of-type(3) {
    width: 66px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

@media only screen and (min-width: 1000px) {
    .a13-img {
        order: unset;
    }
    .a13-img img:nth-of-type(1) {
        all: unset;
        width: 1030px;
        max-width: unset;
        position: absolute;
        top: -70px;
        left: 0;
    }
    
    .a13-img img:nth-of-type(2) {
        all: unset;
        width: 150px;
        max-width: unset;
        position: absolute;
        bottom: -70px;
        right: 150px;
    }

    .a13-img img:nth-of-type(3) {
        display: none;
    }
}





.area-14 {
    position: relative;
    border-radius: 40px 40px 0 0;
    background: linear-gradient(96deg, rgba(38,193,227,1) -20%, rgba(103,50,201,1) 92%);
    margin: 0 0 -8% 0;
    padding: 0 0 8% 0;
    
}

.area-14 section {
    margin: 0 auto;
    padding: 70px 8px;
    display: grid;
    gap: 40px 0;
    justify-content: center;
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 400px) {
    .area-14 section {
        padding: 70px 25px;
    }
}

@media only screen and (min-width: 1105px) {
    .area-14 {
        border-radius: 2.083vw 2.083vw 0 0;
    }
    .area-14 section {
        width: 1105px;
        gap: 60px 0;
    }
}

.area-14 .graph {
    width: 150px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media only screen and (min-width: 1105px) {
    .area-14 .graph {
        width: 470px;
    }
}

.area-14 .graph-small {
    display: none;
}

@media only screen and (min-width: 1105px) {
    .area-14 .graph-small {
        display: block;
        position: absolute;
        width: 128px;
        top: 160px;
        left: -150px;
    }
}

.area-14 h1 {
    font-family: var(--rubik);
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fdd246;
}

@media only screen and (min-width: 960px) {
    .area-14 h1 {
        font-size: 48px;
    }
}

.area-14 h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
    .area-14 h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

.area-14 footer {
    all: unset;
    display: grid;
    font-family: var(--rubik);
    font-weight: bold;
    font-size: 20px;
    color: #fdd246;
    line-height: 1.3;
    gap: 20px 0;
}

@media only screen and (min-width: 960px) {
    .area-14 footer {
        font-size: 24px;
        gap: 5px 0;
    }
}

.area-14 footer a:link,
.area-14 footer a:visited {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    background-color: transparent;
    /* -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    user-select: none; 
    outline: 0;
    outline-style: none;
    outline-color: transparent;
    background-color: transparent;
    border-color: transparent;
    outline-color: transparent; */
}

.area-14 footer a:hover {
    text-decoration: none;
    border: 0;
    /* outline: 0;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    outline-color: transparent;
    background-color: transparent;
    border-color: transparent;
    outline-color: transparent; */
}

.area-14 footer a:active,
.area-14 footer a:focus {
    background-color: transparent;
    outline: none;
    /* border: 0;
    -webkit-tap-highlight-color: transparent;
    outline-style: none;
    outline-color: transparent;
    background-color: transparent;
    border-color: transparent; */
}

ul.a14-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 135px;
    gap: 40px 25px;
}

ul.a14-list li {
    position: relative;
    border-radius: 24px;
    border: 2px solid #fff;
    height: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: left;
}

@media only screen and (min-width: 960px) {
    ul.a14-list {
        gap: 110px 25px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    ul.a14-list li {
        font-size: 18px;
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1105px) {
    ul.a14-list li {
        font-size: 20px;
    }
}

ul.a14-list a:link,
ul.a14-list a:visited {
    color: #fff;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    -webkit-tap-highlight-color: transparent;
}

ul.a14-list li::after {
    content: '';
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #fff url('/img/checkmark-grad.svg') center center no-repeat;
    background-size: 18px auto;
}

@media only screen and (min-width: 600px) {
    ul.a14-list li::after {
        width: 60px;
        height: 60px;
        top: -30px;
        background-size: 28px auto;
    }
}

/* PROFILE oct 2023 */

.profile-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 10px;
    padding: 30px 0 245px 0;
    font-size: 16px;
    margin: 0 15px;
}

@media only screen and (min-width: 610px) {
    .profile-container {
        width: 580px;
        grid-template-columns: 580px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .profile-container {
        width: 1170px;
        margin: 0 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(4, 174px);
    }
}

@media only screen and (min-width: 1728px) {
    .profile-container {
        padding: 1.736vw 0 14.178vw 0; /* 30px 0 245px 0; */
    }
}

.profile-left {
    position: relative;
    grid-row: -1/1;
    background-color: #fff;
    border-radius: 22px;
    padding: 13px;
    display: grid;
    gap: 13px 0;
}

@media only screen and (min-width: 610px) {
    .profile-left {
        height: 725px;
        padding: 18px;
    }
}

.profile-left form {
    display: contents;
}

.profile-right-1,
.profile-right-2,
.profile-right-3, 
.profile-right-4 {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 22px;
    padding: 13px;
}

@media only screen and (min-width: 610px) {
    .profile-right-1,
    .profile-right-2,
    .profile-right-3,
    .profile-right-4 {
        padding: 18px;
    }

    .profile-right-4 {
        padding: 18px 10px 18px 18px;
    }
}

.profile-right-1.hide,
.profile-right-2.hide,
.profile-right-3.hide, 
.profile-right-4.hide {
    display: none;
}

.profile-right-4.scroll {
    overflow: auto;
}

.profile-right-1.span-2 {
    height: 100%;
    overflow: hidden;
    padding: 18px 10px 18px 18px;
}


.profile-container .span-2 {
    height: 100%;
    overflow: hidden;
    padding: 18px 10px 18px 18px;
}

@media only screen and (min-width: 1200px) {
    .profile-container .span-2 {
        grid-row: span 2;
        height: 358px;
    }
}

.custom-scroll {
    overflow: auto;
    height: 93%;
    padding: 0 10px 18px 0;

}

.custom-scroll.hide {
    display: none ;
}






.custom-scroll::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 16px 16px transparent;
    border-right: solid 10px transparent;
    height: 34px;
}

.custom-scroll::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 16px 16px var(--CoupleBlue400);
    border-right: solid 10px transparent;
    border-radius: 14px;
    min-height: 30px;
}

.custom-scroll::-webkit-scrollbar-track-piece:end,
.custom-scroll::-webkit-scrollbar-track-piece:end
{
    background: transparent;
    margin-bottom: 30px; 
}

.custom-scroll::-webkit-scrollbar-track-piece:start,
.custom-scroll::-webkit-scrollbar-track-piece:start
{
    background: transparent;
    margin-top: 30px;
}

.custom-scroll::-webkit-scrollbar-button,
.custom-scroll::-webkit-scrollbar-button
{
  display: none;
}

 /* width */
.custom-scroll::-webkit-scrollbar {
     width: 4px;
 }

 /* Track */
.custom-scroll::-webkit-scrollbar-track {
     border-radius: 14px;
     background: transparent;
 }

 /* Handle */
 .custom-scroll::-webkit-scrollbar-thumb {
     background: var(--CoupleBlue400);
     border-radius: 14px;
 }


.profile-title-1 {
    font-family: var(--rubik);
    font-weight: bold;
    font-size: 18px;
}

.profile-title-1.hide {
    display: none;
}

.profile-title-1.mt10 {
    margin-top: 10px;
}

.upcoming-events-no-events {
    /*display: grid;
    justify-items: start;
    align-content: space-around;
    height: 100%;*/

    display: grid;
    justify-items: start;
    align-content: space-around;
    min-height: 80px;
}

@media only screen and (min-width: 1200px) {
    .upcoming-events-no-events {
        height: 100%;
    }
}

.upcoming-events-no-events.hide {
    display: none;
}

button.button-style-6,
a.button-style-6 {
    border: 0;
    border-radius: 20px;
    background-image: linear-gradient(102deg, #26c1e3 -13%, #702bd0 100%);
    height: 28px;
    padding: 0 20px;
    font-family: var(--nunito);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.button-style-6:hover,
a.button-style-6:hover {
    transform: scale(1.05);
}

button.button-style-6.toCenter {
    margin: 0 auto;
    display: block;
}

button.button-style-6.plr10 {
    padding: 0 10px;
}

button.button-style-6.w100p {
    width: 100%;
}

button.button-style-6.mt15 {
    margin-top: 15px;
}


.upcoming-event {
    position: relative;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    display: grid;
    grid-template-columns: 100px 1fr 42px;
    grid-template-rows: 36px 25px 1fr;
    justify-items: center;
    gap: 0 10px;
    margin: 0 auto 0 auto;
    transition: all 0.2s ease-in-out;
    padding: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.upcoming-event.hide {
    display: none;
}

@media only screen and (min-width: 500px) {
    .upcoming-event {
        grid-template-rows: 30px 30px 1fr;
        gap: 0 18px;
    }
}

.upcoming-event .ue-main-img {
    display: block;
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    grid-row: 1 / -1;
}

.upcoming-event .ue-main-img img {
    width: 100%;
}

.upcoming-event .ue-main-img-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    text-align: center;
    color: #fff;
    font-family: var(--rubik);
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.upcoming-event .ue-main-img-txt span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.upcoming-event .ue-t1 {
    align-self: end;
    justify-self: start;
    border-radius: 20px;
    background-color: #a4abb4;
    color: #fff;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    line-height: 1.1;
}

@media only screen and (min-width: 500px) {
    .upcoming-event .ue-t1 {
        font-size: 12px;
        text-align: left;
        padding: 1px 10px;
    }
}

.upcoming-event .ue-t2 {
    align-self: end;
    justify-self: start;
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(104deg, #26c1e3 2%, #1189ad 46%, #7120cc 98%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
}

@media only screen and (min-width: 500px) {
    .upcoming-event .ue-t2 {
        font-size: 20px;
    }
}

.upcoming-event .ue-t3 {
    align-self: end;
    justify-self: start;
    font-family: var(--rubik);
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left;
}

@media only screen and (min-width: 500px) {
    .upcoming-event .ue-t3 {
        font-size: 14px;
    }
}

.upcoming-event .ue-users-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-self: center;
    /* margin: 0 0 0 15px; */
    margin: 8px 0 0 0;
    grid-row: -1/1;
    grid-column: 3;
}

.upcoming-event .ue-users-list img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    /* margin-left: -15px; */
    margin-top: -8px;
}

.upcoming-event .ue-users-list span {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #eaeef1;
    border: 1px solid #fff;
    margin: -8px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}



.profile-info {
    position: relative;
    height: 112px;
    margin: 3px 0 0 0;
}

.pi-bio {
    position: relative;
}

.pib-description {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 79px;
    border: 1px solid #CDD7DF;
    background-color: #e9ecf0;
    border-radius: 14px;
    padding: 8px 8px 8px 142px;
    overflow: auto;
}

.pib-description:empty:not(:focus):before {
    content: attr(data-text);
    color: rgba(56, 56, 56, 0.44);
  }

.pib-pic {
    position: relative;
    z-index: 2;
    width: 112px;
    height: 112px;
    border: 4px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 16px;
    background-color: #9b9fa4;
}

.pib-pi img {
    width: 100%;
}

.pib-name {
    position: absolute;
    left: 142px;
    top: -10px;
}

.pib-name.verified::after {
    content: '';
    width: 19px;
    height: 19px;
    background: url(/img/verified-badge.svg) 0 0 no-repeat;
    background-size: 100% ;
    position: absolute;
    top: 0;
    right: -27px;

}

.pib-edit-ic {
    position: absolute;
    top: -10px;
    right: 15px;
}

a.pib-edit-ic svg {
    color: #26c1e3;
    fill: #26c1e3;
}

a.pib-edit-ic:hover svg {
    color: #62dc84;
    fill: #62dc84;
}

.pi-updated {
    position: absolute;
    right: 0;
    top: -40px;
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: bold;
    background-color: #62dc84;
    border-radius: 50px;
    padding: 3px 18px;
    color: #fff;
    animation-duration: 3s;
    animation-name: fadeOut;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.pi-updated.hide {
    display: none;
}

@media only screen and (min-width: 610px) {
    .pi-updated {
        font-size: 18px;
    }
}

@keyframes fadeOut {
    0% {
      opacity: 1;
      visibility: 1;
    }
    80% {
        opacity: 1;
        visibility: 1;
    }
    90% {
        opacity: 0;
        visibility: 0;
    }
    100% {
        opacity: 0;
        visibility: 0;
        display: none;
    }
  }

.profile-left label {
    display: block;
    padding: 0 0 4px 15px;
}

.profile-left label.error {
    color: var(--error);
}

.profile-left input {
    width: 100%;
    border-radius: 60px;
    height: 32px;
    border: solid 1px rgba(3, 57, 94, 0.2);
    background-color: #e9ecf0;
    font-family: var(--nunito);
    font-size: 16px;
    padding: 0 15px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    /* display: none;
    -webkit-appearance: none; */
    width: 15px;
    padding: 0px;
    margin: 0px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.profile-left input.error {
    border-color: var(--error) !important;
    background-color: #fff5f2 !important;
}

.profile-left input::placeholder {
    color: rgba(56, 56, 56, 0.44);
}

.profile-left input:focus {
    border: 1px solid #26c1e3;
    background-color: #f0f3f7;
}

.pi-split-one {
    width: 100%;
}

.pi-split-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 11px;
}

.pi-split-three {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

@media only screen and (min-width: 580px) {
    .pi-split-three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pi-split-three .resp {
    grid-column: span 2;
}

@media only screen and (min-width: 580px) {
    .pi-split-three .resp {
        grid-column: unset;
    }
}

.pi-select {
    border-radius: 60px;
    height: 32px;
    border: solid 1px rgba(3, 57, 94, 0.2);
    background-color: #e9ecf0;
    font-family: var(--nunito);
    font-size: 16px;
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
    position: relative;
}

.pi-select.error {
    border-color: var(--error);
    background-color: #fff5f2;
}

.pi-select.active {
    border: 1px solid #26c1e3;
    background-color: #f0f3f7;
}

.pi-select::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(/img/drop-down-arrow.svg) 0 0 no-repeat;
    background-size: 100%;
    grid-area: select;
    justify-self: end;
    cursor: pointer;
  }

.pi-select select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0.5em; /* 0 1em 0 0; */
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    outline: none;
    grid-area: select;
    color: rgba(56, 56, 56, 0.44);
}

.pi-select select::-ms-expand {
    display: none;
  }

.pi-select select option {
    color: #383838;
}

option:first-child {
    color: rgba(56, 56, 56, 0.44);
}

/* Select the center element's previous siblings */

.pi-select:focus-within {
    border: 1px solid #26c1e3;
    background-color: #f0f3f7;
  }

.pi-input {
    position: relative;
}

.pi-input button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 24px;
    background-color: #f26142;
    color: #fff;
    border: 0;
    border-radius: 60px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--nunito);
    transition: 0.25s;
}

.pi-input .error {
    margin-top: unset;
}

.pi-input button:hover {
    opacity: 0.85;
}


.pi-input button.green {
    background-color: #62dc84;
    cursor: default;
}

.pi-input button.green:hover {
    animation: none;
}

.pi-error {
    color: var(--error);
    position: relative;
}

@media only screen and (min-width: 500px) {
    .pi-error {
        position: absolute;
        right: 33px;
        top: 168px;
    }
}

.pi-social-drop {
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    right: 4px;
    height: 24px;
    width: 82px;
    padding: 2px 0 0 20px;
    background-color: #fff;
    border: 1px solid #cdd7df;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px 0;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.pi-social-drop::before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(/img/drop-down-arrow.svg) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
   position: absolute;
   top: 6px;
   right: 14px;
   transition: all 0.3s ease-in;
}

.pi-social-drop.opened {
    height: 132px;
}

.pi-social-drop.opened::before{
    transform: rotate(180deg);
}

.pi-social-drop a {
    cursor: pointer;
}

.pi-social-drop a.init {
    display: block;
    order: 1;
}

.pi-social-drop a:not(.init) {
    display: none;
}

.pi-social-drop.opened a {
    display: block; 
    order: 2;
}

.pi-social-drop.opened a.init {
    order: 1;
}




.pi-editor-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 12, 16, 0.8);
    z-index: 101;
    padding: 94px 0 0 0;
}

.pi-editor-wrapper.hide {
    display: none;
}

.pi-editor-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 15px;
}

@media only screen and (min-width: 610px) {
    .pi-editor-container {
        width: 580px;
        grid-template-columns: 580px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .pi-editor-container {
        width: 1170px;
        margin: 0 auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
}


.pi-editor {
    padding: 18px 18px 26px 18px;
    border-radius: 22px;
    box-shadow: 8px 8px 28px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.pi-editor-details {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    grid-template-rows: 30px 160px;
    gap: 7px;
    margin: 16px 0 30px 0;
}

.pi-ed-image {
    background-color: #e9ecf0;
    border-radius: 14px;
    border: solid 1px #cdd7df;
    grid-row: -1/1;
    padding: 14px;
    display: grid;
    justify-items: center;
}

.pi-ed-ic {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #9b9fa4;
    margin: 0 0 20px 0;
    border: solid 4px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.pi-editor-details input {
    grid-column: 2;
    resize: none;
    background-color: #e9ecf0;
    border-radius: 14px;
    border: solid 1px #cdd7df;
    padding: 0 12px;
}

.pi-editor-details input:focus {
    border: 1px solid #26c1e3;
    background-color: #f0f3f7;
}

@media only screen and (min-width: 610px) {
    .pi-editor-details input {
        padding: 0 24px;
    }
}

.pi-editor-details textarea {
    resize: none;
    background-color: #e9ecf0;
    border-radius: 14px;
    border: solid 1px #cdd7df;
    grid-column: 2;
    overflow: auto;
    padding: 6px 12px;
    font-family: var(--nunito);
    font-size: 16px;
}

@media only screen and (min-width: 610px) {
    .pi-editor-details textarea {
        padding: 6px 24px;
    }
}

.pi-editor-details textarea:focus {
    border: 1px solid #26c1e3;
    background-color: #f0f3f7;
}

.pi-editor-details input::placeholder,
.pi-editor-details textarea::placeholder {
    color: rgba(56, 56, 56, 0.44);
}


.upload-btn {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.upload-btn button {
    width: 100%;
    border: 0;
    border-radius: 20px;
    background-image: linear-gradient(102deg, #26c1e3 -13%, #702bd0 100%);
    height: 28px;
    padding: 0 10px;
    font-family: var(--nunito);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.upload-btn input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-btn button:hover {
    transform: scale(1.05);
}

ul.interests {
    grid-column: span 2;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    gap: 10px 9px;
}


ul.interests.hide {
    display: none;
}

ul.interests.center {
    justify-content: center;
    margin-top: 14px;
}

ul.interests li {
    font-family: var(--nunito);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #26c1e3;
    padding: 0 10px 0 14px;
    display: flex;
    gap: 0 10px;
    border-radius: 20px;
    height: 21px;
    display: inline-flex;
    align-items: center;
}

ul.interests li.hide {
    display: none;
}

ul.interests li i {
    font-style: normal;
    cursor: pointer;
}

a.button-red,
button.button-red {
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f26142;
    color: #fff;
    border: 0;
    border-radius: 60px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--nunito);
    transition: 0.25s;
    text-decoration: none;
}

a.button-red:hover,
button.button-red:hover {
    transform: scale(1.05);
}

button.button-red.inactive {
    cursor: default;
} 

button.button-red.inactive:hover {
   transform: none;
}

button.button-red.plr25 {
    padding-left: 25px;
    padding-right: 25px;
}

button.button-red.mt-6 {
    margin-top: -6px;
}

a.button-red.mr8 {
    margin-right: 8px;
}

a.button-red.hide,
button.button-red.hide {
}

.btnPrfVrf {
    font-size: 14px !important;
    font-weight: normal !important;
    display: block !important;
    padding: 0 18px !important;
}

.btnPrfVrf span {
    font-size: 9px;
    display: block;
    margin-top: -4px;
}

.btnPrfVrfGo {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0 35px !important;
    display: block !important;
    height: 30px !important;
    pointer-events: none;
    margin-bottom: 3px !important;
}

.btnPrfVrfGo span {
    font-size: 9px;
    display: block;
    margin-top: -4px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: min-content;
    gap: 20px;
}

.grid-3 .toRight {
    justify-self: end;
}

.grid-3 .toLeft {
    justify-self: start;
}

.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
    gap: 15px;
}

@media only screen and (min-width: 610px) {
    .grid-4 {
        grid-template-columns: 1fr 325px;
    }
}

.verify-wrapper {
    grid-column: span 2;
    display: grid;
    gap: 10px;
}

.verify-wrapper.hide {
    display: none;
}

@media only screen and (min-width: 610px) {
    .verify-wrapper {
        all: unset;
        display: contents;
    }
}

.payment-wrapper {
    grid-column: span 2;
    display: grid;
    align-content: start;
}

.payment-wrapper.hide {
    display: none;
}

.grid-4 .toRight {
    justify-self: end;
}

.grid-4 .toLeftRight {
    justify-self: end;
}

@media only screen and (min-width: 610px) {
    .grid-4 .toLeftRight {
        justify-self: start;
    }
}

.couple-coin-box {
    grid-column: span 2;
    position: relative;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    padding: 10px;
}

.couple-tix-box {
    grid-column: span 2;
    position: relative;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px 0;
    padding: 10px;
}

.ccb-sum {
    display: flex;
    align-items: center;
    font-family: var(--rubik);
    font-size: 32px;
    font-weight: bold;
    gap: 0 6px;
    background-image: linear-gradient(123deg, #26c1e3 -14%, #702bd0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.verify-txt {
    order: 1;
}

@media only screen and (min-width: 610px) {
    .verify-txt {
        order: 2;
    }
}


.verify-txt dt {
    font-size: 16px;
    font-weight: bold;
}

.verify-txt dd {
    font-size: 14px;
    padding-left: 14px;
    position: relative;
}

.verify-txt dd::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #383838;;
}

.verify-details {
    display: grid;
    justify-items: center;
    font-size: 10px;
    color: rgba(56, 56, 56, 0.44);
    order: 2;
}

@media only screen and (min-width: 610px) {
    .verify-details {
        order: 1;
    }
}

.verify-details img {
    margin-bottom: 14px;
}

.verify-details button {
    margin-bottom: 4px;
}

.card-details-wrapper {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: solid 1.5px #d8d8d8;
    position: relative;
    color: #a2a2a2;
    padding: 10px 6px 0 6px;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px;
}

input.cc-details-2 {
    border-radius: 20px;
    border: solid 1px #cdd7df;
    background-color: #fff;
    font-family: var(--nunito);
    font-size: 16px;
    padding: 0 5px 0 10px;
}

input.cc-details-2.ml10 {
    margin-left: 10px;
}

input.cc-details-2::placeholder {
    color:rgba(56, 56, 56, 0.44);
}

input.cc-details-1 {
    border: 0;
    font-family: var(--nunito);
    font-size: 16px;
    padding: 0 5px 0 6px;
    background: transparent;
    width: 100%;
}

@media only screen and (min-width: 430px) {
    input.cc-details-1 {
        padding: 0 5px 0 56px;
        background: transparent url(/img/card-ic.svg) center left 16px no-repeat;
        background-size: 26px auto;
    }
}


input.cc-details-1::placeholder {
    color:rgba(56, 56, 56, 0.44)
}

.interests-container {
    text-align: center;
}

.interests-container p {
    padding-top: 10px;
}

.interests-container.hide {
    display: none;
}

.interests-container .profile-title-1 {
    display: block;
    text-align: center;
}

.interests-main {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    border-right: 0;
    margin: 15px 0 0 1px;
    position: relative;
}

.interests-main li {
    border: solid 1px #cdd7df;
    margin: -1px 0 0 -1px;
    background-color: #e9ecf0;
    height: 20px;
    font-size: 14px;
    padding: 0 4px;
    cursor: pointer;
    transition: all 0.1s ease-in;
}

.interests-main li.active,
.interests-main li:hover {
    background-color: #26c1e3;
    color: #fff;
}

.interests-sec {
    margin: 20px 0 14px 0;
}

.interests-sec li {
    display: flex;
    flex-wrap: wrap;
    color: #26c1e3;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
}

.interests-sec li.hide {
    display: none;
}

.interests-sec li span {
    border: solid 1px #26c1e3;
    background-color: #e9ecf0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 6px;
    cursor: pointer;
}

.interests-sec li span.hide {
    display: none;
}

.interests-sec li span:hover {
    background-color: #26c1e3;
    color: #fff;
}

.area-15 {
    width: 100%;
}

.area-15 section {

}

@media only screen and (min-width: 1150px) {
    .area-15 section {
        padding: 0;
        width: 1110px;
        margin: 0 auto;
    }
}

.a15-txt {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    margin: 70px 0;
    padding: 0 20px;
    text-wrap: balance;
}

.area-15 h1 {
    font-family: var(--rubik);
    font-size: 36px;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
}

@media only screen and (min-width: 765px) {
    .area-15 h1 {
        text-align: left;
    }
}

.box-left {
    display: grid;
    width: 351px;
    height: 301px;
    background: url('/img/box-small.svg') top left no-repeat;
    background-size: 351px auto;
    filter: drop-shadow(18px 18px 30px rgba(0, 0, 0, 0.2));
    margin: 210px auto 50px auto;
    position: relative;
}

@media only screen and (min-width: 765px) {
    .box-left {
        filter: unset;
        display: grid;
        width: 765px;
        height: 407px;
        background: url('/img/box-leftM.svg') top left no-repeat;
        background-size: 765px auto;
        margin: 0 auto 50px auto;
        position: relative;
    }
}

@media only screen and (min-width: 1080px) {
    .box-left {
        display: grid;
        width: 1080px;
        height: 360px;
        background: url('/img/box-leftL.svg') top left no-repeat;
        background-size: 1080px auto;
        margin: 0 0 50px -35px;
        position: relative;
    }
}

.box-left img {
    position: absolute;
    border-radius: 20px;
    box-shadow: 18px 18px 40px 0px rgba(0, 0, 0, 0.1);
    width: 227px;
    left: 50%;
    transform: translateX(-50%);
    top: -164px;
}

@media only screen and (min-width: 765px) {
    .box-left img {
        width: 241px;
        top: -56px;
        right: 10px;
        left: unset;
        transform: none;
    }
}

@media only screen and (min-width: 1080px) {
    .box-left img {
        top: -56px;
        right: -20px;
    }
}

.box-left p {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    width: 311px;
    height: 175px;
    padding: 0 0 0 30px;
    margin: 98px auto 0 auto;
    display: grid;
    place-items: center;
}

@media only screen and (min-width: 765px) {
    .box-left p {
        line-height: 27px;
        font-size: 20px;
        width: 405px;
        padding: 0 0 0 30px;
        margin: 90px 0 0 80px;
        height: unset;
        display: unset;
    }
}

@media only screen and (min-width: 1080px) {
    .box-left p {
        display: grid;
        width: 632px;
        height: 226px;
        margin: 50px 0 0 80px;
    }
}

.box-left p span {
    position: relative;
}

.box-left p span::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #31ACE1;
    position: absolute;
    top: 6px;
    left: -30px;
}

.box-right {
    display: grid;
    width: 351px;
    height: 301px;
    background: url('/img/box-small.svg') top left no-repeat;
    background-size: 351px auto;
    filter: drop-shadow(18px 18px 30px rgba(0, 0, 0, 0.2));
    margin: 210px auto 50px auto;
    position: relative;
}

@media only screen and (min-width: 765px) {
    .box-right {
        filter: unset;
        display: grid;
        width: 765px;
        height: 407px;
        background: url('/img/box-rightM.svg') top left no-repeat;
        background-size: 765px auto;
        margin: 0 auto 50px 40px;
        position: relative;
    }
}

@media only screen and (min-width: 850px) {
    .box-right {
        margin-left: auto;
    }
}

@media only screen and (min-width: 1080px) {
    .box-right {
        display: grid;
        width: 1080px;
        height: 360px;
        background: url('/img/box-rightL.svg') top left no-repeat;
        background-size: 1080px auto;
        margin: 0 -85px 50px auto;
        position: relative;
    }
}



.box-right img {
    position: absolute;
    border-radius: 20px;
    box-shadow: 18px 18px 40px 0px rgba(0, 0, 0, 0.1);
    width: 227px;
    left: 50%;
    transform: translateX(-50%);
    top: -164px;
}

@media only screen and (min-width: 765px) {
    .box-right img {
        width: 241px;
        top: -54px;
        left: -18px;
        transform: none;
    }
}

@media only screen and (min-width: 1080px) {
    .box-right img {
        top: -56px;
        left: -56px;
    }
}

.box-right p {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    width: 311px;
    padding: 0 0 0 30px;
    margin: 98px auto 0 auto;
    height: 175px;
    display: grid;
    place-items: center;
}

@media only screen and (min-width: 765px) {
    .box-right p {
        font-size: 20px;
        line-height: 27px;
        width: 405px;
        margin: 100px 0 0 160px;
        justify-self: center;
        height: unset;
        display: unset;
    }
}

@media only screen and (min-width: 1080px) {
    .box-right p {
        justify-self: center;
        display: grid;
        width: 632px;
        height: 226px;
        margin: 50px 0 0 80px;
    }
}

.box-right p span {
    position: relative;
}

.box-right p span::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #31ACE1;
    position: absolute;
    top: 6px;
    left: -30px;
}


.area-bottom {
    border-radius: 40px 40px 0 0;
    background: url('/img/ab-bg.svg'), linear-gradient(113.97deg, #26C1E3 -13.43%, #702AD0 99.9%);
    background-size: 327px auto, auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px right 0, top left;
    display: grid;
    justify-content: center;
    margin-top: 160px;
    margin-bottom: -8%;
    padding: 0 0 8% 0;
    position: relative;
}

@media only screen and (min-width: 750px) {
    .area-bottom {
        grid-template-columns: repeat(2, 370px);
    }
}

@media only screen and (min-width: 1166px) {
    .area-bottom {
        grid-template-columns: repeat(2, 583px);
    }
}

.area-bottom .squiggly {
    position: absolute;
    bottom: 40px;
    left: 5%;
    width: 90px;
}

@media only screen and (min-width: 400px) {
    .area-bottom .squiggly {
        bottom: 70px;
    }
}

@media only screen and (min-width: 750px) {
    .area-bottom .squiggly {
        bottom: 120px;
        left: 5%;
        width: 100px;
    }
}

@media only screen and (min-width: 1166px) {
    .area-bottom .squiggly {
        width: 124px;
        bottom: 150px;
        left: 5%;
    }
}

.box-ab {
    margin-top: -100px;
    width: 350px;
    height: 163px;
    padding: 0;
    background: url('/img/box-abS.svg') top left no-repeat;
    background-size: 350px auto;
    position: relative;
    display: grid;
    align-items: center;
    filter: drop-shadow(18px 18px 30px rgba(0, 0, 0, 0.2));
    padding: 0 0 0 12px;
}

.box-ab.mtb {
    margin-top: 30px;
    margin-bottom: 100px;
}

@media only screen and (min-width: 750px) {
    .box-ab {
        filter: unset;
        margin-top: -160px;
        width: 470px;
        height: 359px;
        padding: 90px 90px 90px 70px; /* 70px 90px 90px 70px; */
        background: url('/img/box-abM.svg') top left no-repeat;
        background-size: 470px auto;
        position: relative;
        display: grid;
        align-items: start; /* center; */
        margin-left: -32px;
        grid-template-rows: auto 1fr;
    }

    .box-ab.mtb {
        margin-top: -160px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1166px) {
    .box-ab {
        padding: 70px 90px 90px 120px;
        background: url('/img/box-ab.svg') top left no-repeat;
        width: 643px;
        height: 359px;
        margin-left: unset;
    }
}

.box-ab i {
    width: 71px;
    height: 71px;
    background-color: #fff;
    box-shadow: 18px 18px 60px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    position: absolute;
    top: 0;
    right: -4px;
}

@media only screen and (min-width: 750px) {
    .box-ab i {
        top: 40px;
        left: 324px;
        right: unset;
    }
}

@media only screen and (min-width: 1166px) {
    .box-ab i {
        left: 495px;
    }
}

.area-bottom h1 {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 700;
    background-image: linear-gradient(91.28deg, #26C1E3 2.7%, #1189AD 45.76%, #7120CC 96.93%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 750px) {
    .area-bottom h1 {
        font-size: 36px;
    }
}

.area-bottom h1 br {
    display: none;
}

@media only screen and (min-width: 750px) {
    .area-bottom h1 br {
        display: block;
    }
}

@media only screen and (min-width: 1166px) {
    .area-bottom h1 br {
        display: none;
    }
}

.area-bottom p {
    font-size: 16px;
    font-family: var(--nunito);
    font-weight: 700;
    display: grid;
    gap: 20px 0;
    align-self: start;
    margin: 0 0 0 20px;
}

.area-bottom p.mt30 {
    margin-top: 30px;
}

@media only screen and (min-width: 750px) {
    .area-bottom p {
        font-size: 20px;
        margin-top: 20px;
    }
    .area-bottom p.mt30 {
        margin-top: unset;
    }
}

.area-bottom p a {
    color: #383838;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
    padding: 0 0 0 30px;
    position: relative;
}

.area-bottom p a::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #31ACE1;
    position: absolute;
    top: 7px; /* 3px; */
    left: 0;
}

body.about {
    background: url('/img/about-bg.svg') top 570px left no-repeat;
    background-size: 864px auto;
}


body.faq {
    background-image: url('/img/about-bg.svg'), url('/img/faq-bg.svg');
    background-position: top 760px left, bottom 1140px right;
    background-size: 864px auto, 740px auto;
    background-repeat: no-repeat;
}


dl.faq-v2 {
    margin: 80px auto;
    display: grid;
    grid-template-columns: minmax(0, 1110px);
    justify-content: center;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 16px;
    gap: 20px 0;
    padding: 0 20px;
}

@media only screen and (min-width: 600px) {
    dl.faq-v2 {
        font-size: 20px;
        gap: 30px 0;
        padding: 0 50px;
    }
}

dl.faq-v2 dt {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 0 30px
}

@media only screen and (min-width: 600px) {
    dl.faq-v2 dt {
        font-size: 32px;
    }
}

dl.faq-v2 dt::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #31ACE1;
    position: absolute;
    top: 5px; /* 7px; */
    left: 0;
}

@media only screen and (min-width: 600px) {
    dl.faq-v2 dt::before {
        top: 13px; /*14px;*/
    }
}

dl.faq-v2 a:link,
dl.faq-v2 a:visited {
    color: #408FDD;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
}

/* dl.faq-v2 a.blue-2:link,
dl.faq-v2 a.blue-2:visited {
    color: #31ACE1;
    text-decoration: none;
}

dl.faq-v2 a.blue-2:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 3px;
} */

dl.faq-v2 ul {
    padding: 0 0 0 30px;
    margin: 20px 0;
}

dl.faq-v2 ul li {
    padding: 0 0 0 20px;
    position: relative;
}

dl.faq-v2 ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #383838;
    position: absolute;
    top: 10px;
    left: 0;
}

.profWhoIamStatus {
    margin-left: 10px;
    display: inline-block;
}

.profVerfStatusGo {
    background-color: #62dc84 !important;
}

.ft-size-16 {
    font-size: 16px !important;
}

.text-lred {
    color: var(--error) !important;
}

.ft-size-12 {
    font-size: 12px !important;
    font-weight: 600;
}

.profIntrst-main-mod {
    overflow-y: hidden;
    border-bottom: #eff0fb 18px solid;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-updateConfirm {
    font-family: var(--rubik);
    font-size: 16px;
    background-color: #62dc84;
    border-radius: 50px;
    padding: 3px 10px;
    color: #fff;
}

.closeProfBtnDiv {
    float: right;
    margin-right: 10px;
}

.closeProfBtn {
    text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
}

.profImageOverlay {
    position: fixed;
    top: 0;
    width: 95vw;
    z-index: 999999;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 500px;
    border-radius: 16px;
}

.profImg-cropsave-container {
    background: #fff;
}

.crop-box {
    padding: 1rem !important;
    margin-bottom: 35px !important;
}



/*------------------------------------------------------*/



swiper-container.cityBased {
    width: 100%;
    box-shadow: 19px 21px 28px 0px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #000;
    background-image: url(/img/swiper-graph.svg);
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    margin: 26px auto 0 auto;
}

@media only screen and (min-width: 540px) {
    swiper-container.cityBased  {
        width: 500px;
        height: 312px;
        margin: 26px 0 0 0;
    }
}

@media only screen and (min-width: 820px) {
    swiper-container.cityBased {
        margin: unset;
    }
}

swiper-container .bg {
    position: absolute;
}

.cityBased swiper-slide {
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: start;
}

@media only screen and (min-width: 540px) {
    .cityBased swiper-slide {
        font-size: 18px;
    }
}

.cityBased swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.city-slide {
    padding: 15px;
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: 116px  minmax(0, 1fr);
    gap: 10px 10px;
    align-items: stretch;
    /* height: 380px; */
    box-sizing: border-box;
}

@media only screen and (min-width: 450px) {
    .city-slide {
        height: 312px;
        grid-template-columns: 146px minmax(0, 1fr);
        grid-template-rows: 146px  minmax(0, 1fr);
        gap: 20px 20px;
    }
}

.city-slide img {
    width: 116px;
    border-radius: 40px;
    /* border-radius: 30px; */
    border: 1px solid #fff;
}

@media only screen and (min-width: 450px) {
    .city-slide img {
        width: 146px;
    }
}

.city-slide .cs-details {
    display: grid;
    align-content: center;
}

.city-slide .cs-details i {
    font-style: normal;
    display: none;
}

@media only screen and (min-width: 450px) {
    .city-slide .cs-details i {
        display: unset;
    }
}

body .city-slide .cs-details > span:nth-of-type(1) {
    font-size: 16px;
    font-family: var(--rubik);
    text-transform: uppercase;
    text-align: left;
    -webkit-text-stroke: 0.6px #693AD2;
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
}

body .city-slide .cs-details > span:nth-of-type(1) b:nth-of-type(1) {
    order: 2;
}

body .city-slide .cs-details > span:nth-of-type(1) b:nth-of-type(2) {
    order: 1;
}

@media only screen and (min-width: 450px) {
    body .city-slide .cs-details > span:nth-of-type(1) {
        flex-direction: row;
        gap: 4px;
    }

    body .city-slide .cs-details > span:nth-of-type(1) b:nth-of-type(1) {
        order: 1;
    }
    
    body .city-slide .cs-details > span:nth-of-type(1) b:nth-of-type(2) {
        order: 2;
    }
}

@media only screen and (min-width: 800px) {
    body .city-slide .cs-details > span:nth-of-type(1) {
        font-size: 20px;
    }
}

body .city-slide .cs-details > span:nth-of-type(2) {
    font-size: 16px;
    font-family: var(--nunito);
    text-transform: initial;
    text-align: left;
    -webkit-text-stroke: unset;
}

@media only screen and (min-width: 800px) {
    body .city-slide .cs-details > span:nth-of-type(2) {
        font-size: 20px;
    }
}

.city-slide .cs-details hr {
    display: inline-block;
    width: 154px;
    height: 5px;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    margin: 10px 0;
}

.city-slide ul {
    grid-column: span 2;
    border: 1px solid #8E9094;
    background: rgba(255, 255, 255, 0.37);
    /* border-radius: 30px; */
    border-radius: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-content: center;
    padding: 10px;
}

.city-slide ul li {
    height: 32px;
    width: 110px;
    background-color: #fff;
    border: 1px solid #26C1E3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #26C1E3;
}

@media only screen and (min-width: 540px) {
    .city-slide ul li {
        width: 140px;
        height: 40px;
    }
}

.cb-events {
    width: 1250px;
    display: grid;
    grid-template-columns: repeat(4, 305px);
    justify-content: space-between;
    gap: 0 10px;
    margin: 0 20px 70px 20px;
}

@media only screen and (min-width: 420px) {
    .cb-events {
        margin: 0 40px 70px 40px;
    }
}

.cb-events li {
    background-color: #fff;
    box-shadow: 12px 15px 67px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.cbe-img {
    position: relative;
}

.cbe-img img {
    width: 386px;
    height: 284px;
    border-radius: 0;
    display: block;
    position: relative;
}

.cbe-img span {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 3;
}

.cbe-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -23px auto 0 auto;
    width: 265px;
    height: 47px;
    background: linear-gradient(91.28deg, #26C1E3 2.7%, #1189AD 45.76%, #7120CC 96.93%);
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--nunito);
    position: relative;
    z-index: 5;
}

.cbe-users {
    display: flex;
    margin: 30px 0 25px 30px;
}

.cbe-users li {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: unset;
    margin-left: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: relative;
}

.cbe-users li img {
    width: 100%;
}

.cbe-users li .plus {
    background-color: #fff;
}

.cbe-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px 20px 20px;
}

.cbe-name {
    position: absolute;
    top: 190px;
    left: 20px;
    z-index: 5;
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}

.cbe-name span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

a.cbe-button {
    width: 183px;
    height: 47px;
    background: linear-gradient(92.74deg, #FFF275 0.94%, #F9A300 101.84%);
    box-shadow: 9px 8px 34px 0px rgba(0, 0, 0, 0.19);
    text-decoration: none;
    color: #6A39D2;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    transition: all 0.2s ease-in;
}

a.cbe-button:hover {
    background: linear-gradient(42.74deg, #FFF275 0.94%, #F9A300 81.84%);
}

.cbe-link {
    width: 47px;
    height: 47px;
    border: 1px solid #CECECE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.cbe-link:hover img {
    opacity: 0.8;
}

.cb-events-scrolable {
    display: grid;
    grid-template-columns: max-content;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    position: relative;
    z-index: 10;
    transition: all 0.2s ease-in;
    scroll-behavior: smooth;
}

.cb-events-scrolable.w1340 {
    width: 100%;
}

@media only screen and (min-width: 1340px) {
    .cb-events-scrolable.w1340 {
        width: 1340px;
    }
}


@media only screen and (min-width: 1390px) {
    .cb-events-scrolable {
        width: 1390px;
    }
}

.cb-events-scrolable.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.02);
    scroll-behavior: unset;
}

.cb-events-scrolable::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.cb-events-scrolable.mt-130 {
    margin-top: -130px;
}

.cb-events-scrolable.pb80 {
    padding-bottom: 80px;
}


@media only screen and (min-width: 1080px) 
{
    /* city pages - 3 events */
    .cityPgEv3Sect {
        justify-content: center;
    }

    .cityPgEv3 {
        width: unset;
        max-width: 1250px;
        grid-template-columns: repeat(auto-fit, 305px) !important;
    }
}

@media only screen and (min-width: 750px) 
{
    /* city pages - 2 events */
    .cityPgEv2Sect {
        justify-content: center;
    }

    .cityPgEv2 {
        width: unset;
        max-width: 1250px;
        grid-template-columns: repeat(auto-fit, 305px) !important;
    }
}

.cityPgEv1Sect {
    /* city pages - 1 event - center regardless */
    justify-content: center;
}

.cityPgEv1 {
    width: unset;
    max-width: 1250px;
    grid-template-columns: repeat(auto-fit, 305px) !important;
}


/* city page - first date idea images */
.cbe-img.fdimg {
    width: 386px;
    height: 285px;
    border-radius: 0;
    display: block;
    position: relative;
    border-radius: 30px;
    object-fit: cover;
}

.cityPgFdI-ul {
    max-width: 1250px;
}

@media only screen and (min-width: 850px) 
{
    .cityPgFdI2 {
        grid-template-columns: repeat(2, 405px) !important;
    }

    .cityPgFdI2-sect {
        justify-content: center;
    }
}

@media only screen and (min-width: 500px) 
{
    .cityPgFdI1 {
        grid-template-columns: repeat(1, 405px) !important;
    }

    .cityPgFdI1-sect {
        justify-content: center;
    }
}


.area-16 {
    position: relative;
    margin: 0 20px 0 20px;
    font-size: 20px;
    line-height: 27px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    justify-content: center;
}

@media only screen and (min-width: 420px) {
    .area-16 {
        margin: 0 40px 0 40px;
    }
}

@media only screen and (min-width: 800px) {
    .area-16 {
        grid-template-columns: 46% 50%;
        align-items: center;
        gap: 4%;
        margin: 0 40px 100px 40px;
    }
}

@media only screen and (min-width: 1260px) {
    .area-16 {
        width: 1260px;
        margin: 0 auto 100px auto;
    }
}

.area-16 h1 {
    font-family: var(--rubik);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    margin-bottom: 5px;
    line-height: normal;
}

@media only screen and (min-width: 800px) {
    .area-16 h1 {
        font-size: 48px;
        grid-column: span 2;
        margin-bottom: 50px;
    }
}

.signup-box {
    padding: 40px 20px 40px 20px; /* 70px 20px 30px 20px; */
    background: linear-gradient(113.97deg, #26C1E3 -13.43%, #702AD0 99.9%);
    border-radius: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    font-family: var(--rubik);
    color: #fff;
    text-align: center;
    display: grid;
    align-content: center;
    gap: 8% 0;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 800px) {
    .signup-box {
        padding: 40px;
        font-size: 40px;
    }
}

@media only screen and (min-width: 1180px) {
    .signup-box {
        height: 390px;
    }
}

input.field-type-3 {
    height: 40px;
    background-color: #fff;
    border: 1px solid #473567;
    border-radius: 20px;
    font-family: var(--nunito);
    font-size: 20px;
    font-weight: 500;
    color: #473567;
    padding: 0 20px;
}

body .txt-grad {
    background-image: linear-gradient(110deg, #26c1e3 2%, #1189ad 46%, #7120cc 99%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

body .txt-grad.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

body .txt-grad.balance {
    text-wrap: balance;
}

.a16-squiggly {
    position: absolute;
    bottom: -12%;
    right: -5%;
    width: 114px;
    transform: rotate(265deg);
}

.a16-squiggly.hideM { 
    display: block;
    transform: none;
}
.a16-squiggly.hideS { display: none;}

@media only screen and (min-width: 500px) {
    .a16-squiggly {
        bottom: -16%;
    }
    .a16-squiggly.hideM { display: none;}
    .a16-squiggly.hideS { display: block;}
}

@media only screen and (min-width: 800px) {
    .a16-squiggly {
        left: 30%;
        bottom: -20%;
        right: unset;
        transform: none;
    }
}

@media only screen and (min-width: 1140px) {
    .a16-squiggly {
        width: 140px;
    }
}

h1.v5 {
    width: 1350px;
    margin: 0 auto 0 auto;
    padding: 80px 0 0 20px;
    font-family: var(--rubik);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(110deg, #26c1e3 2%, #1189ad 46%, #7120cc 99%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    margin-bottom: 29px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1140px) {
    h1.v5 {
        padding: 80px 20px 0 40px;
    }
}

h1.v5 br {
    display: block;
}

@media only screen and (min-width: 600px) {
    h1.v5 {
        font-size: 32px;
        margin-bottom: 55px;
    }
    h1.v5 br {
        display: none;
    }
}

@media only screen and (min-width: 800px) {
    h1.v5 {
        font-size: 48px;
        margin-bottom: 62px;
    }
}


ul.list-11 {
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 40px;
}

@media only screen and (min-width: 420px) {
    ul.list-11 {
        padding: 0 40px;
    }
}

ul.list-11 img {
    border-radius: 30px;
}

ul.list-11 li {
    display: grid;
    justify-items: start;
    font-family: var(--nunito);
    font-size: 18px;
    gap: 5px 0;
}

a.l11-title {
    font-size: 24px;
    color: #383838;
    text-decoration: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 4px;
    font-weight: 700;
}

a.l11-title:hover {
    text-decoration: none;
}

.area-17 {
    position: relative;
}

.area-17 > img {
    width: 420px;
    position: absolute;
    top: -12%;
    left: 0;
}

@media only screen and (min-width: 600px) {
    .area-17 > img {
        width: 380px;
        top: -15%;
    }
}

.area-18 {
    display: grid;
    position: relative;
    margin: 0 20px 60px 20px;
    padding: 14.286vw 20px; /* 60px */
    background: linear-gradient(113.97deg, #26C1E3 -13.43%, #702AD0 99.9%);
    border-radius: 40px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 17px;
}

@media only screen and (min-width: 420px) {
    .area-18 {
        padding: 60px 20px;
        margin: 0 40px 60px 40px;
    }
}

@media only screen and (min-width: 600px) {
    .area-18  {
        font-size: 20px;
        padding: 40px;
    }
}

@media only screen and (min-width: 800px) {
    .area-18  {
        padding: 60px;
    }
}

@media only screen and (min-width: 1340px) {
    .area-18 {
        width: 1260px;
        margin: 0 auto 60px auto;
    }
}

.a18-txt {
    text-align: left;
}

@media only screen and (min-width: 800px) {
    .a18-txt {
        text-align: center;
    }
}

.area-18 a {
    color: #fff;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 4px;
    letter-spacing: 1px;
}

.area-18 a:hover {
    text-decoration: none;
}

body .lh27 {
    line-height: 27px;
}

.a18-title {
    position: relative;
    text-transform: uppercase;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    text-wrap: balance;
    color: #FDD246;
    display: block;
    line-height: 28px;
    padding-bottom: 60px;
    justify-self: center;
}

@media only screen and (min-width: 420px) {
    .a18-title {
        

    }
}

@media only screen and (min-width: 600px) {
    .a18-title {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 800px) {
    .a18-title {
        font-size: 48px;
        line-height: 56px;
        padding-bottom: 60px;
    }
}



img.a18-img1 {
    position: absolute;
    top: 8.5%;
    left: 6%;
    width: 75px;
}

@media only screen and (min-width: 1230px) {
    img.a18-img1 {
        top: 12%;
        left: 6%;
        width: 109px;
    }
}

br.br800 {
    display: block;
}

@media only screen and (min-width: 800px) {
    br.br800 {
        display: none;
    }
}

.a18-title.lines {
    margin-top: 30px;
}


.a18-title.lines::before {
    content: '';
    position: absolute;
    top: 0;
    height: 5px;
    top: -20%;
    background-color: #fff;
    border-radius: 5px;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.a18-title.lines::after {
    content: '';
    position: absolute;
    bottom: 30%;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 600px) {
    .a18-title.lines::after {
        bottom: 14%;
    }
}

@media only screen and (min-width: 700px) {
    .a18-title.lines::before {
        transform: unset;
        left: -25%;
        top: 30%;
        width: 20%;
    }
    .a18-title.lines::after {
        transform: unset;
        left: unset;
        right: -25%;
        top: 30%;
        width: 20%;
    }
}

@media only screen and (min-width: 1140px) {
    .a18-title.lines::before {
        width: 30%;
        left: -40%;
    }
    .a18-title.lines::after {
        width: 30%;
        right: -40%;
    }
}


/* Login nov 2023 */

body.bg5 {
    background: url('/img/bg51.svg') top right no-repeat, linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
    background-size: 430px auto, contain;
    height: 100%;
}

@media only screen and (min-width: 600px) {
    body.bg5 {
        background: url('/img/bg52.svg') top right no-repeat, linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
        background-size: 1230px auto, contain;
        height: 100%;
    }
}

@media only screen and (min-width: 1728px) {
    body.bg5 {
        background-size: 71.181vw auto, auto;
    }
}

.login-box-container {
    display: grid;
    place-items: center;
    height: 100%;
    overflow: auto;
}

.login-box {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 20px 20px 55px 0px rgba(0, 0, 0, 0.3);
    border-radius: 22px;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 30px;
    padding: 30px 15px;
    font-size: 14px;
    width: calc(100% - 40px);
   /*  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

@media only screen and (min-width: 650px) {
    .login-box {
        /* position: absolute; */
        font-size: 16px;
        padding: 30px;
        font-size: 20px;
        width: 610px;
        /* margin: unset; */
    }
}

@media only screen and (min-width: 1728px) {
    .login-box {
        width: 35.301vw; /* 610px */
        padding: 1.736vw; /* 30px */
        border-radius: 1.273vw; /* 22px */
        font-size: 1.157vw; /* 20px */
        gap: 1.736vw; /* 30px */
    }
}

.login-box a:link,
.login-box a:visited {
    color: #3C74C8;
    text-decoration-thickness: 0.7px;
    text-underline-offset: 3px;
}

.login-logo {
    width: 120px;
}

@media only screen and (min-width: 600px) {
    .login-logo {
        width: 160px;
    }
}

@media only screen and (min-width: 1728px) {
    .login-logo {
        width: 9.259vw; /* 160px */
    }
}

.login-box h1 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
}

@media only screen and (min-width: 600px) {
    .login-box h1 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 1728px) {
    .login-box h1 {
        font-size: 2.546vw; /* 44px */
    }
}

.login-box form {
    width: 100%;
    display: grid;
    gap: 10px;
}

@media only screen and (min-width: 500px) {
    .login-box form {
        width: 390px;
    }
}

@media only screen and (min-width: 1728px) {
    .login-box form {
        width: 22.569vw; /* 390px */
        gap: 0.579vw; /* 10px */
    }
}

.login-box form input {
    height: 50px;
    border-radius: 44px;
    background-color: #fff;
    border: 0;
    /* margin-bottom: 10px; */
    font-family: var(--nunito);
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
}

@media only screen and (min-width: 600px) {
    .login-box form input {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1728px) {
    .login-box form input {
        height: 2.894vw; /* 50px */
        border-radius: 2.546vw; /* 44px */
        font-size: 1.157vw; /* 20px */
        padding: 0 1.736vw; /* 0 30px */
        /* margin-bottom: 0.579vw; */ /* 10px */
    }
}

.login-box form input::placeholder {
    color: #383838;
}

.lb-links {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin: 20px 0;
    font-size: 18px;
}

@media only screen and (min-width: 600px) {
    .lb-links {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1728px) {
    .lb-links {
        gap: 0 1.157vw; /* 20px */
        margin: 1.157vw 0; /* 20px */
    }
}

.lb-links a {
    font-weight: 700;
}

button.lb-button {
    border: 0;
    justify-self: center;
    width: 288px;
    height: 66px;
    border-radius: 67px;
    background-image: linear-gradient(104deg, #fff275 1%, #f9a300 102%);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--rubik);
    text-transform: uppercase;
    color: #6a39d2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 1728px) {
    button.lb-button {
        width: 16.667vw;/* 288px */
        height: 3.819vw; /* 66px */
        border-radius: 3.819vw; /* 67px */
        font-size: 1.389vw; /* 24px */
    }
}

button.lb-button:hover {
    transform: scale(1.05);
}

.lb-google-btn {
    margin-top: 10px;
}

@media only screen and (min-width: 1728px) {
    .lb-google-btn {
        margin-top: 0.579vw; /* 10px */
    }
}

body .nsm7Bb-HzV7m-LgbsSe {
    border-radius: 10px;
}

/* END Login nov 2023 */

/* Dating dashboard Dec 2023 */

.area-19 {
    padding:  30px 15px 245px 15px;
}

.area-19.hide {
    display: none;
}

.area-19.v2 {
    padding:  30px 10px 245px 10px;
}

.area-19.pb420 {
    padding: 15px 10px 300px 10px;
}

@media only screen and (min-width: 386px) {
    .area-19.v2 {
        padding:  30px 15px 245px 15px;
    }
}

@media only screen and (min-width: 1728px) {
    .area-19 {
        padding: 1.736vw 0 14.178vw 0; /* 30px 0 245px 0; */
    }

    .area-19.v2 {
        padding:  1.736vw 0.868vw 14.178vw 0.868vw; /* 30px 15px 245px 15px */
    }
}



.area-19 h1 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.area-19 h1.mb16 {
    margin-bottom: 11px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 860px) {
    .area-19 h1 {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .area-19 h1.mb16 {
        margin-bottom: 16px;
    }
}

.area-19 h1.hide {
    display: none;
}

.a19-title {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.area-19 h1.mb16 .close-matches {
    position: absolute;
    right: 0;
    width: 27px;
    height: 27px;
    padding: 7px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 2px;
}

.area-19 h1.mb16 .close-matches img {
    width: 11px;
    height: 11px;
    display: block;
}

.area-19 h1.mb16 .close-matches:hover {
    cursor: pointer;
}

@media only screen and (min-width: 860px) {
    .a19-title {
        font-size: 28px;
    }

    .area-19 h1.mb16 .close-matches {
        width: 35px;
        height: 35px;
        padding: 11px;
        margin-top: 10px;
    }
    
    .area-19 h1.mb16 .close-matches img {
        width: 11px;
        height: 11px;
    }
    
}

@media only screen and (max-width: 799px) {
    .area-19 h1.mb16 {
        width: 356px;
        max-width: 100%; 
    }
}

.a19-title.mb15 {
    margin-bottom: 15px;
}

.a19-title.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.a19-error {
    color: #E63E29;
}

.a19-container .ml25 {
    margin-left: 0;
}

@media only screen and (min-width: 860px) {
    .a19-container .ml25 {
        margin-left: 25px;
    }
}

.a19-hr {
    width: 60%;
    margin: 15px auto;
    border: 0;
    border-top: 1px solid #C8CCD1;
}

.a19-hr.m0 {
    margin: 0 auto ;
}

@media only screen and (min-width: 860px) {
    .a19-hr {
        margin: 20px auto;
    }
}

.a19-container {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 22px;
    margin: 0 auto;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 14px;
    display: grid;
    position: relative;
}

@media only screen and (min-width: 860px) {
    .a19-container {
        width: 840px;
        padding: 40px;
        font-size: 20px;
    }
}

.a19-container.hide {
    display: none;
}

.a19-container2 {
    margin: 0 auto;
}

section.area-19 h1.mb16 {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 860px) {
    .a19-container2, section.area-19 h1.mb16 {
        width: 840px;
    }
}

.a19-container2.hide {
    display: none;
}


.progress-bar {
    height: 50px;
    border-radius: 60px;
    border: 1px solid #C8CCD1;
    background: rgba(255, 255, 255, 0.9); 
    display: flex;
    padding: 7px;
    position: relative;
    z-index: 2;
    margin: 10px 0;
    cursor: pointer;
}

@media only screen and (min-width: 860px) {
    .progress-bar {
        margin: 15px 0;
    }
}

.progress-bar.v2 {
    height: 36px;
    margin: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 120px 1fr;
    font-family: var(--rubik);
    grid-row: 1;
    grid-column: 1/4;
    font-size: 15px;
    padding: 4px 4px 4px 10px;
}

/* Aug 2024 */
.h133 .progress-bar.v2 {
    grid-row: 2;
    font-size: 16px;
}

@media only screen and (min-width: 700px) {
    .progress-bar.v2 {
        grid-template-columns: 190px 1fr;
        font-size: 18px;
    }
}

@media only screen and (min-width: 960px) {
    .progress-bar.v2 {
        padding: 4px 4px 4px 24px;
        grid-row: unset;
        grid-column: unset;
    }

    /* Aug 2024 */
    .h133 .progress-bar.v2 {
        grid-row: unset;
        font-size: 16px;
    }
}


/* Aug 2024 */
.progress-bar.v3 {
    height: auto;
    display: grid;
    grid-template-rows: auto 36px;
    border-radius: 10px;
}


/* Aug 2024 */
.progress-bar-title {
    font-weight: 700;
    font-size: 14px;
    color: #6348D4;
    margin-left: 12px;
}

/* Aug 2024 */
@media only screen and (min-width: 860px) {
    .progress-bar-title {
        font-size: 18px;
    }
}

.progress-bar.mb18 {
    margin-bottom: 18px;
}

.progress-bar.mb25 {
    margin-bottom: 25px;
}

.progress-bar .bar {
    background: linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
    height: 100%;
    border-radius: 60px;
    font-family: var(--nunito);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px 0 0;
    text-align: right;
    animation: progressAnimation 2s ease-out;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media only screen and (max-width: 700px) {
    .progress-bar.v2 .bar {
        padding: 0 5px;
    }
}

@keyframes progressAnimation {
    0%   { 
        width: 0; 
        background-color: #26C1E3;
    }
    100% { 
        background: linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
    }
  }

  @property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.valueCounter {
    animation: counter 2s ease-out;
    counter-reset: num var(--num);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.valueCounter.w90-white {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (min-width: 800px) {
    .valueCounter.w90-white {
        width: 90px;
        height: 90px;
        font-size: 32px;
    }
}

.valueCounter.sec1 {
    animation: counter 1s .5s both;
}

.valueCounter.sec12 {
    animation: counter 1.2s .6s both;
}

.valueCounter.sec13 {
    animation: counter 1.3s .8s both;
}



.valueCounter::after {
    content: counter(num) "%";
}

@keyframes counter {
    from {
        --num: 0;
    }
}

.valueCounter.v2 {
    animation: counter-v2 1s ease-out;
    counter-reset: num var(--num);
}

.valueCounter.v2::after {
    content: counter(num, decimal-leading-zero);
}

@keyframes counter-v2 {
    from {
        --num: 1;
    }
}

.a19-match {
    position: relative;
    height: 35px;
    border: 1px solid #C8CCD1;
    background-color: #EFF2F4;
    border-radius: 10px;
    margin: 17px 0;
    font-size: 14px;
    font-weight: 700;
    display: grid;
    grid-template-columns: 1fr 46px 7px 46px 1fr;
    gap: 5px;
    padding: 0 5px;
    align-items: center;
    align-content: center;
    justify-items: center;
    cursor: pointer;
}

@media only screen and (min-width: 860px) {
    .a19-match {
        height: 50px;
        margin: 35px 0;
        font-size: 18px;
        grid-template-columns: 1fr 76px 21px 76px 1fr;
        gap: 7px;
        padding: 0 7px;
    }
}

.a19-match-circle {
    width: 46px;
    height: 46px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    border: 2px solid #6348D4;
    padding: 1px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a19-match-circle span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #6348D4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media only screen and (min-width: 860px) {
    .a19-match-circle {
        width: 76px;
        height: 76px;
        aspect-ratio: 1/1;
        font-size: 24px;
        padding: 3px;
    }
}

.a19-dots {
    position: absolute;
    right: 7px;
}

@media only screen and (min-width: 860px) {
    .a19-dots {
        right: 10px;
    }
}

.a19-line {
    width: 100%;
    height: 3px;
    background-color: #6348D4;
    border-radius: 5px;
}

.a19-box-1 {
    padding: 20px 0;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .a19-box-1 {
        border-radius: 14px;
        border: 1px solid #C8CCD1;
        padding: 20px 25px;
    }
}

.dash-info {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #EFF2F4;
    border: 1px solid #C8CCD1;
    border-radius: 10px;
    display: grid;
    gap: 16px 0;
    padding: 16px;
    font-size: 15px;
    line-height: 25px;
    height: calc(100% + 2px);
}

.dash-info.hide {
    display: none;
}

.dash-info.auto {
    height: auto;
    width: calc(100% - 20px);
    z-index: 2;
}

.dash-info.pos2 {
    top: -30px;
    left: 10px;
}

@media only screen and (min-width: 860px) {
    .dash-info.auto {
        width: calc(100% - 80px);
    }
    .dash-info.pos2 {
        top: -30px;
        left: 40px;
    }
}

.dash-info-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
}

@media only screen and (min-width: 600px) {
    .dash-info {
        height: auto;
        font-size: 18px;
        gap: 40px 0;
        padding: 50px;
    }
    .dash-info-title {
        font-size: 24px;
        line-height: 34px;
    }
    .dash-info.auto {
        padding: 16px 26px 26px 26px;
    }
}

.close-grey {
    color: #949596;
    font-weight: 800;
    font-family: var(--nunito);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.dash-info-list {
    display: grid;
    gap: 3px 0;
    margin-top: 5px;
}

.dash-info-list li {
    padding: 0 0 0 27px;
    position: relative;
}

.dash-info-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #383838;
    position: absolute;
    left: 8px;
    top: 9px;
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
  }
  
  .pie {
    --p:20;      /* the percentage */
    --b:18px;    /* the thickness */
    --c:darkred; /* the color */
    --w:140px;   /* the size*/
    
    width:var(--w);
    aspect-ratio:1/1;
    position:relative;
    display:inline-grid;
    margin:3px;
    place-content:center;
    font-size:25px;
    font-weight:bold;
    font-family:sans-serif;
    background-color: #25223d;
    border-radius:50%;
    cursor: pointer;
  }

  @media only screen and (min-width: 600px) {
    .pie {
        --b:22px;    /* the thickness */
        margin:5px;
    }
  }

  /* .pie.w360 {
    width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pie.w320 {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pie.w280 {
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

.pie.w500 {
    width: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie.w500:after {
    transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(310px/2 - 50%));
}

.pw-456 {
    width: 274px;
}

@media only screen and (min-width: 600px) {
    .pie.w500 {
        width: 500px;
    }

    .pie.w500:after {
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(500px/2 - 50%));
    }

    .pw-456 {
        width: 456px;
    }
}


.pie.w434 {
    width: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie.w434:after {
    transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(268px/2 - 50%));
}

.pw-390 {
    width: 232px;
}

@media only screen and (min-width: 600px) {
    .pie.w434 {
        width: 434px;
    }

    .pie.w434:after {
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(434px/2 - 50%));
    }

    .pw-390 {
        width: 390px;
    }
}



.pie.w368 {
    width: 226px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie.w368:after {
    transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(226px/2 - 50%));
}

.pw-324 {
    width: 190px;
}

@media only screen and (min-width: 600px) {
    .pie.w368 {
        width: 368px;
    }
    .pie.w368:after {
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(368px/2 - 50%));
    }
    .pw-324 {
        width: 324px;
    }
}

.pw-114 {
    width: 60px;
}

.pie.w114 {
    width: 60px;
    --b: 6px; 
    margin: 0;
}

.pie.w114:after {
    transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(60px/2 - 50%));
}

@media only screen and (min-width: 800px) {
    .pw-114 {
        width: 114px;
    }

    .pie.w114 {
        width: 114px;
        --b:12px; 
    }
    .pie.w114:after {
        transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(114px/2 - 50%));
    }
}



  .pie.bg1 {
    background-color: #EFF2F4;
  }

  .pie.bg2 {
    background-color: #d9d9d9;
  }

  @media only screen and (min-width: 800px) {
    .pie.bg2 {
        box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.25);
    }
  }

  .pie.center {
    margin: 10px auto 0 auto;
  }

  .pie:before,
  .pie:after {
    content:"";
    position:absolute;
    border-radius: 50%;
  }

.pie:before {
    inset: 0;
    background:
        radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
        conic-gradient(var(--c) calc(var(--p)*1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b)/2);
    background: var(--c);
    transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
}

  

  .animate {
      animation: p 1s .5s both;
  }

  .animate2 {
      animation: p 1.2s .6s both;
  }

  .animate3 {
      animation: p 1.3s .8s both;
  }

  @keyframes p {
      from {
          --p: 0;
      }
  }

.pie-wrapper {
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}



.pie-multiple {
    font-family: var(--nunito);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media only screen and (min-width: 600px) {
    .pie-multiple {
        font-size: 26px;
    }
}

.pie-multiple li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    width: 76%;
    padding: 0 0 0 22px;
    position: relative;
}

.pie-multiple li::before {
    content: '';
    width: 15px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 600px) {
    .pie-multiple li {
        padding: 0 0 0 27px;
    }
    .pie-multiple li::before {
        width: 17px;
    }
}

.pie-multiple li:nth-of-type(1):before {
    background: #E5587A ;
}

.pie-multiple li:nth-of-type(2):before {
    background: #54EA90 ;
}

.pie-multiple li:nth-of-type(3):before {
    background: #F6CC37 ;
}

.pie-multiple li .valueCounter {
    justify-self: end;
}

.pie-multiple li .js-end {
    justify-self: end;
}


.a19-box-2 {
    background-color: #EFF2F4;
    border-radius: 14px;
    padding: 10px;
}

@media only screen and (min-width: 600px) {
    .a19-box-2 {
        padding: 25px 25px 15px 25px;
    }
}

.a19-chart {
    display: grid;
    grid-template-columns: 90px repeat(5, minmax(0, 1fr));
    grid-template-rows: 150px 1px auto;
    gap: 0;
    justify-content: center;
}

@media only screen and (min-width: 600px) {
    .a19-chart {
        /* grid-template-columns: repeat(5, minmax(0, 1fr)); */
        gap: 0 50px;
    }
}

.a19-peak {
    border-radius: 30px;
    animation: peakAnimation 1s ease-out;
    align-self: end;
}

@keyframes peakAnimation {
    0%   { 
        height: 0; 
    }
    100% { 
    }
  }

.a19-chart .red {
    background-color: #E5587A;
}
.a19-chart .blue {
    background-color: #33A8E0;
}
.a19-chart .green {
    background-color: #54EA90;
}
.a19-chart .yellow {
    background-color: #F6CC37;
}
.a19-chart .orange {
    background-color: #F68868;
}

.a19-chart .a19-line {
    background-color: #C8CCD1;
    border-radius: 10px;
    grid-column: 2/7;
    height: 1px;
    margin-top: -17px;
}

@media only screen and (min-width: 600px) {
    .a19-chart .a19-line {
        grid-column: 1/-1;
        margin-top: 1px;
    }
}

.a19-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.a19-name span {
    width: 14px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: block;
}

.a19-chart .subgrid {
    grid-column: 1;
    grid-row: 1/-1;
    display: grid;
    justify-items: start;
}

@media only screen and (min-width: 600px) {
    .a19-chart .subgrid {
        margin-top: 26px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        justify-items: unset;
        grid-column: 1/-1;
        grid-row: unset;
        /*gap: 0 50px;
        padding: 0 20px;*/
    }
}

.subgrid-0 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column: 2/7;
    padding: 18px 15px;
    gap: 0 25px;
}

@media only screen and (min-width: 600px) {
    .subgrid-0 {
        gap: 0 50px;
        grid-column: 1/-1;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-column: 1/-1;
        padding: 0 20px;
    }
}

.lightbox-gallery {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(7, 10, 16, 0.9);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-gallery.hide {
    display: none;
}

#dshbd-ddcards.swiper-wrapper {
    height: auto;
}

.lightbox-gallery .swiper {
    height: auto;
    width: 70%;
    aspect-ratio: 4/5;
}

@media only screen and (min-width: 821px) {
    .lightbox-gallery .swiper {
        height: 750px;
        max-height: 80%;
        width: auto;
        aspect-ratio: 4/5;
    }
}

.lightbox-gallery .swiper img {
    width: 100%;
    height: 100%;
}


.lightbox-gallery.gifts_gallery .swiper {
    height: 240px;
    width: 300px;
}

@media only screen and (min-width: 600px) {
    .lightbox-gallery.gifts_gallery .swiper {
        width: 450px;
        height: 360px;
        position: relative;
    }
}

.lightbox-gallery.gifts_gallery .swiper .ttl {
    position: absolute;
    top: 15px;
    color: #383838;
    font-size: 24px;
    font-weight: 800;
}



.lightbox-gallery.gifts_gallery .swiper .from {
    position: absolute;
    bottom: 10px;
    left: 14px;
    color: #383838;
    font-size: 16px;
}

.lightbox-gallery.gifts_gallery .swiper .from.to span {
    color: #389FDF;
}

@media only screen and (min-width: 600px) {
    .lightbox-gallery.gifts_gallery .swiper .from {
        font-size: 18px;
        bottom: 14px;
        left: 20px;
    }
}

.lightbox-gallery.gifts_gallery .swiper .from span {
    color: #3BDB7B;
}


.lightbox-gallery.gifts_gallery .swiper img {
    width: 140px;
    height: auto;
}

@media only screen and (min-width: 600px) {
    .lightbox-gallery.gifts_gallery .swiper img {
        width: 180px;
    }
}


.lightbox-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

@media only screen and (min-width: 600px) {
    .lightbox-gallery .swiper-slide {
        border-radius: 16px;
    }
}

ul.mutual-matches {
    display: grid;
    gap: 15px 0;
}

@media only screen and (min-width: 800px) {
    ul.mutual-matches {
        gap: 22px 0;
    }
}

ul.mutual-matches li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 346px;
    height: 128px;
    background: url('/img/mutual-matches-bgS.svg') top center no-repeat;
    background-size: 100% auto;
    margin: 0 auto 15px auto;
    padding: 10px 0 0 0;
    gap: 5px;
    cursor: pointer;
}

@media only screen and (min-width: 375px) {
    ul.mutual-matches li {
        width: 356px;
    }
}

@media only screen and (min-width: 800px) {
    ul.mutual-matches li {
        flex-direction: row;
        align-items: unset;
        justify-content: center;
        gap: 0 29px;
        height: 98px;
        width: 100%;
        padding: 17px 0 0 0;
        background: url('/img/mutual-matches-bg.svg') top center no-repeat;
        background-size: 100% auto;
        gap: 0 10px;
        margin-bottom: 22px;
    }
}

@media only screen and (min-width: 850px) {
    ul.mutual-matches li {
        gap: 0 29px;
    }
}

.mm-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #6348D4;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 10px;
}

@media only screen and (min-width: 800px) {
    .mm-icon {
        width: 114px;
        height: 114px;
        border: 6px solid #6348D4;
        top: -22px;
        left: 9px;
    }
}

.mm-icon img {
    width: 100%;
}

.mm-details {
    font-family: var(--rubik);
    width: 190px;
    height: 28px;
    border: 1px solid #D4D4D4;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    .mm-details {
        width: 166px;
        height: 36px;
    }
}

.mm-details.bold {
    font-weight: 700;
}

.mm-percent {
    position: absolute;
    top: 15px;
    right: 10px;
}

@media only screen and (min-width: 800px) {
    .mm-percent {
        top: -22px;
    right: 9px;
    }
}

.mm-type {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    border-radius: 78px;
    background-color: #26C1E3;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    .mm-type {
        width: 264px;
        height: 48px;
        bottom: -24px;
        font-size: 20px;
    }
}

.mm-type.connect {
    background-color: #6539ca;
}

.im-badge {
    height: 44px;
    width: 120px;
    background-color: #26C1E3;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px 0 22px 0;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.im-badge.purple {
    background-color: #6C36D2;
}

@media only screen and (min-width: 800px) {
    .im-badge {
        height: 55px;
        width: 193px;
        font-size: 24px;
        border: 4px solid #fff;
    }
}

.im-user {
    position: relative;
    width: 280px;
    height: 122px;
    padding: 12px 0 0 130px;
    margin: 55px auto 30px auto;
}

@media only screen and (min-width: 800px) {
    .im-user {
        width: 410px;
        height: 150px;
        padding: 12px 0 0 167px;
        margin: 0 auto 30px auto;
    }
}

.imu-icon {
    width: 122px;
    height: 122px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #6348D4;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}

@media only screen and (min-width: 800px) {
    .imu-icon {
        width: 150px;
        height: 150px;
        border: 6px solid #6348D4;
    }
}

.imu-icon img {
    width: 100%;
}

.imu-name {
    display: grid;
    font-size: 15px;
}

.imu-name span:first-of-type {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--rubik);
}

@media only screen and (min-width: 800px) {
    .imu-name {
        font-size: 16px;
    }
    .imu-name span:first-of-type {
        font-size: 26px;
    }
}

.imu-sign-ic {
    width: 60px;
    height: 60px;
    background-color: #6C36D2;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.imu-sign-name {
    position: absolute;
    right: 30px;
    bottom: 15px;
    width: 194px;
    height: 34px;
    padding: 0 0 0 78px;
    display: flex;
    align-items: center;
    background-color: #EFF2F4;
    border: 1px solid #C8CCD1;
}

.imu-sign-ic img {
    width: 70%;
    height: 70%;
}

@media only screen and (min-width: 800px) {
    .imu-sign-ic {
        width: 75px;
        height: 75px;
    }

    .imu-sign-name {
        right: 30px;
        bottom: 15px;
        width: 260px;
        height: 44px;
        padding: 0 0 0 52px;
    }
}

.a19-hr.v2 {
    display: none;
}

@media only screen and (min-width: 800px) {
    .a19-hr.v2 {
        display: block;
    }
}

.im-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin: 0 auto;
}

@media only screen and (min-width: 870px) {
    .im-grid {
        width: 700px;
    }
}

.im-grid > div:nth-of-type(1) { order: 3; }

.im-grid > div:nth-of-type(2) { order: 1; }

.im-grid > div:nth-of-type(3) { order: 2; }

.im-grid > div:nth-of-type(4) { order: 4; }

.im-grid > div:nth-of-type(5) { order: 5; }

.im-grid > div:nth-of-type(6) { order: 6; }


@media only screen and (min-width: 870px) {
    .im-grid>div:nth-of-type(1) { order: 1; }

    .im-grid>div:nth-of-type(2) { order: 2; }

    .im-grid>div:nth-of-type(3) { order: 3; }

    .im-grid>div:nth-of-type(4) { order: 4; }

    .im-grid>div:nth-of-type(5) { order: 5; }

    .im-grid>div:nth-of-type(6) {  order: 6; }
}


.img-list {
    border: 1px solid #C8CCD1;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 15px;
    margin: 15px 0 25px 0;
    max-height: 306px;
    overflow: auto;
}

.summary-text {
    max-height: 306px;
    overflow: auto;
}

.img-list::-webkit-scrollbar,
.summary-text::-webkit-scrollbar {
    width: 15px;
    background-color: transparent;
}

/* 4px scroll thumb. 10px margin from right margin */
.img-list::-webkit-scrollbar-track,
.summary-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 5px transparent;
    border: solid 6px transparent;
    background-color: transparent;
}

.img-list::-webkit-scrollbar-thumb,
.summary-text::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px 5px #949596;
    border: solid 6px transparent;
    border-radius: 14px;
}

.img-list::-webkit-scrollbar-button,
.summary-text::-webkit-scrollbar-button {
  display: none;
}

.img-list::-webkit-scrollbar-track-piece:end,
.summary-text::-webkit-scrollbar-track-piece:end
{
    background: transparent;
    margin-bottom: 10px; 
}

.img-list::-webkit-scrollbar-track-piece:start,
.summary-text::-webkit-scrollbar-track-piece:start
{
    background: transparent;
    margin-top: 10px;
}

.img-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #fff;
}

.img-list ul li {
    background-color: #26C1E3;
    border-radius: 60px;
    line-height: 21px;
    padding: 0 10px;
    font-weight: 700;
    padding-top: 2px;
}

.img-list ul li.onWhite {
    background-color: #fff;
    border: 1px solid #26C1E3;
    color: #26C1E3;
    font-weight: 400;
}

@media only screen and (min-width: 870px) {
    .img-list {
        font-size: 20px;
        padding: 25px 30px;
    }
}

.img-text {
    background-color: #EFF2F4;
    border: 1px solid #C8CCD1;
    padding: 15px 15px;
    margin: 15px 0 25px 0;
    border-radius: 10px;
    font-size: 15px;
}

@media only screen and (min-width: 870px) {
    .img-text {
        font-size: 20px;
        padding: 25px 30px;
        
    }
}

.img-gifts {
    width: 100%;
    /* height: 130px; 
    padding-bottom: 10px; */
    background-color: #EFF2F4;
    border: 1px solid #C8CCD1;
    margin: 15px auto 15px auto;
    border-radius: 10px;
    font-size: 14px;
    display: grid;
    grid-template-columns: max-content;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    cursor: grabbing;
    transition: all 0.2s ease-in;
    scroll-behavior: smooth;
    position: relative;
}

.img-gifts::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

/* .img-gifts::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: gray;
}

.img-gifts::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.img-gifts::-webkit-scrollbar-thumb {
  background: #888; 
  background-clip: padding-box;
}


.img-gifts::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.img-gifts::-webkit-scrollbar-thumb:horizontal{
    background: #949596;
    border-radius: 10px;
    margin-left: 10px;
} */

.img-gifts.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.02);
    scroll-behavior: unset;
}

.img-gifts-flex {
    gap: 26.5px;
    padding: 15px 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 84px);
    grid-auto-flow: column dense;
}




@media only screen and (min-width: 870px) {
    .img-gifts {
        width: 700px;
        font-size: 20px;
        /* height: 170px; */
    }
    .img-gifts-flex {
        grid-template-columns: repeat(auto-fit, 108px);
        padding: 25px 26.5px;
    }
}

.img-gift {
    width: 84px;
    height: 82px;
    background-color: #fff;
    border: 1px solid #C8CCD1;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    display: grid;
    grid-template-rows: 43px auto auto;
    justify-items: center;
    align-items: center;
    line-height: 0.4;
    cursor: pointer;
}

@media only screen and (min-width: 870px) {
    .img-gift {
        grid-template-rows: 53px auto auto;
        font-size: 20px;
        width: 108px;
        height: 108px;
    }
}

.img-gift.empty {
    background-color: #DFE4E8;
}

.img-gift span.sent {
    color: #389FDF; 
    margin-bottom: 5px;
}

.img-gift span.received {
    color: #3BDB7B; 
    margin-bottom: 5px;
}

@media only screen and (min-width: 870px) {
    .img-gift span.sent {
        margin-bottom: 10px;
    }
    
    .img-gift span.received {
        margin-bottom: 10px;
    }
}

.img-gift span:last-of-type {
    align-self: start;
    font-size: 15px;
}


@media only screen and (max-width: 800px) {
    .img-gift span:last-of-type {
        font-size: 13px;
    }
}

.img-gift img.size1 {
    width: 26px;
}

.img-gift img.size2 {
    width: 32px;
}

.img-gift img.size3 {
    width: 36px;
}

@media only screen and (min-width: 870px) {
    .img-gift img.size1 {
        width: 34px;
    }
    .img-gift img.size2 {
        width: 40px;
    }
    .img-gift img.size3 {
        width: 44px;
    }
}

.im-buttons {
    position: relative;
    display: flex;
    justify-items: center;
    justify-content: center;
    gap: 8px;
    margin: 23px 0 5px 0;
}

.im-buttons::before {
    content: '';
    width: 76%;
    height: 1px;
    background-color: #c9ccd1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}

@media only screen and (min-width: 870px) {
    .im-buttons {
        margin: 5px 0 5px 0;
        gap: 25px;
    }
    .im-buttons::before {
        display: none;
    }
}


button.btn-im {
    width: 156px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button.btn-im:hover {
    transform: scale(1.05);
}

@media only screen and (min-width: 870px) {
    button.btn-im {
        width: 230px;
        height: 44px;
        ont-size: 20px;
    }
}

button.btn-im.purple {
    background-color: #6C36D2;
}

button.btn-im.purple img {
    width: 24px;
}

button.btn-im.red {
    background-color: #E63E29;
}

button.btn-im.red img {
    width: 16px;
}

.im-close {
    color: #949596;
    position: absolute;
    top: 14px;
    right: 20px;
    cursor: pointer;
    font-weight: 900;
    font-size: 24px;
}


.a19-message-center {
    border-radius: 22px;
    /* margin: 3.241vw auto  0 auto; */
    margin: 8px 0 220px 0;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 15px;
    display: grid;
    position: relative;
}

@media only screen and (min-width: 800px) {
    .a19-message-center {
        width: calc(100% - 30px);
        background-color: #fff;
        height: 80vh;
        margin: 50px 15px 300px 15px;
        width: calc(100% - 30px);
        height: 80vh;
        grid-template-columns: 382px minmax(0, 1fr);
        grid-template-rows: minmax(0, 1fr);
        gap: 0 8px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1380px) {
    .a19-message-center {
        margin: 50px auto 300px auto;
    }
}

@media only screen and (min-width: 1230px) {
    .a19-message-center {
        width: 1200px;
        margin: 50px auto 300px auto;
    }
}

@media only screen and (min-width: 1728px) {
    .a19-message-center {
        margin:50px auto 15.5vw auto;
    }
}

@media only screen and (min-height: 720px)and (min-width: 800px) {
    .a19-message-center {
        height: 80vh;
    }
}

@media only screen and (min-height: 1080px) {
    .a19-message-center {
        height: 86vh;
    }
}

@media only screen and (min-height: 1800px) {
    .a19-message-center {
        height: 92vh;
    }
}


.a19-message-center.hide {
    display: none;
}

.a19-mc-left {
    padding: 8px;
    position: relative;
}

.a19-mc-left-fullheight .a19-mcl-button {
    display: none;
}

@media only screen and (min-width: 800px) {
    .a19-mc-left {
        background-color: #EFF2F4;
        border: 1px solid #C8CCD1;
        border-radius: 18px;
        padding: 8px;
        position: relative;
        margin: 10px 0 10px 10px;
    }
}

.a19-mcl-button {
    padding: 16px 0 0 0;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a19-mcl-button.hide {
    display: none;
}

@media only screen and (min-width: 800px) {
    .a19-mcl-button {
        padding: 0;
        height: 86px;
        width: calc(100% - 16px);
        border: 1px solid #C8CCD1;
        position: absolute;
        bottom: 8px;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.a19-mcl-button button {
    border: 0;
    cursor: pointer;
    color: #6E32D1;
    width: 188px;
    height: 46px;
    border-radius: 60px;
    background: url(/img/chat-ic-purple.svg) top 13px right 28px no-repeat, linear-gradient(92.74deg, #FFF275 0.94%, #F9A300 101.84%);
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    padding: 0 0 0 28px;
    transition: all 0.3s ease-in-out;
    background-size: 24px auto, auto;
}

.a19-mcl-button button:hover {
    transform: scale(1.02);
}

.a19-mcl-button button.inactive {
    display: none;
}

@media only screen and (min-width: 800px) {
    .a19-mcl-button button {
        width: 240px;
        height: 60px;
        font-size: 20px;
        padding: 0 0 0 42px;
        color: #fff;
        background: url(/img/chat-ic.svg) center right 45px no-repeat, linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
        background-size: unset;
    }
    .a19-mcl-button button.inactive {
        display: block;
        background: #D3D5DE url(/img/chat-ic-grey.svg) center right 45px no-repeat;
        color: #B2B4BC;
        pointer-events: none;
    }
}



.a19-mc-title {
    display: none;
    padding: 0 0 0 8px;
}

.a19-mc-title-show {
    display: block;
    padding: 0 0 0 8px;
}

@media only screen and (min-width: 800px) {
    .a19-mc-title {
        display: block;
    }
}

@media only screen and (max-width: 799px) {
    .a19-mc-title-show {
        color: #fff;
    }
}

@media only screen and (min-width: 800px) {
    .a19-mc-conversations {
        height: calc(100% - 134px);
        width: calc(100% - 10px);
        position: absolute;
        overflow-y: auto;
    }
    .a19-mc-left-fullheight .a19-mc-conversations {
        height: calc(100% - 40px);
    }
}

.a19-mc-conversations::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

/* 4px scroll thumb. 10px margin from right margin */
.a19-mc-conversations::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px 4px transparent;
    background-color: transparent;
}

.a19-mc-conversations::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 4px 4px #949596;
    border-radius: 14px;
}

.a19-mc-conversations::-webkit-scrollbar-button
{
  display: none;
}

.a19-mc-conversations::-webkit-scrollbar-track-piece:end
{
    background: transparent;
    margin-bottom: 10px; 
}

.a19-mc-conversations::-webkit-scrollbar-track-piece:start
{
    background: transparent;
    margin-top: 10px;
}

ul.a19-mcc-1 {
    margin-top: 8px;
    gap: 12px 0;
    display: grid;
    align-content: start;
    width: calc(100% - 2px)
}

@media only screen and (min-width: 800px) {
    ul.a19-mcc-1 {
        gap: 5px 0;
    }
}

ul.a19-mcc-1.hide {
    display: none;
}

ul.a19-mcc-1 li {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    border-radius: 14px;
    height: 86px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 67px 1fr 70px;
    grid-template-rows: 28px 1fr;
    gap: 5px 10px;
    padding: 0 5px 0 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s ease-in;
}


ul.a19-mcc-1 li.unread {
    border: 2px solid #fff;
    font-weight: 700;
}

ul.a19-mcc-1 li.selected {
    border: 2px solid #6E32D1 !important;
    background-color: #6E32D1;
    color: #fff;
}

@media only screen and (min-width: 800px) {
    ul.a19-mcc-1 li {
        background-color: #fff;
        border: 1px solid #C8CCD1;
        color: #383838;
    }
    ul.a19-mcc-1 li.unread {
        border: 2px solid #A2A7AC;
    }
    .a19-mc-conversations ul.a19-mcc-1 li:not(.selected):hover {
        background-color: #fcfcfc;
        color: #383838;
    }
}



.a19-mc-ic {
    align-self: center;
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    grid-row: 1/-1;
}

.a19-mc-ic.v2 {
    border: 1px solid #6E32D1;
}

.a19-mc-i img {
    width: 100%;
}

.a19-mc-alert {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 22px;
    height: 22px;
    background-color: #26C1E3;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}

@media only screen and (min-width: 800px) {
    .a19-mc-alert {
        width: 32px;
        height: 32px;
        right: 5px;
        bottom: 5px;
    }
}

.a19-mc-name {
    align-self: end;
    line-height: 1;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.a19-mc-time {
    font-size: 14px;
    align-self: end;
    justify-self: end;
    line-height: 1;
    padding-right: 5px;
}

.a19-mc-msg {
    grid-column: 2/4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
}

ul.a19-mcc-1 li.unread .a19-mc-msg {
    width: calc(100% - 35px);
    height: 42px;
}

@media only screen and (min-width: 800px) {
    .a19-mc-msg {
        height: unset;
    }
    ul.a19-mcc-1 li.unread .a19-mc-msg {
        width: 240px;
        height: unset;
    }
}

ul.a19-mcc-2 {
    margin-top: 8px;
    gap: 12px 0;
    display: grid;
    align-content: start;
    width: calc(100% - 2px)
}

@media only screen and (min-width: 800px) {
    ul.a19-mcc-2 {
        gap: 5px 0;
    }
}

ul.a19-mcc-2.hide {
    display: none;
}

ul.a19-mcc-2 li {
    background-color: #fff;
    border-radius: 14px;
    height: 86px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 67px 1fr 110px;
    gap: 5px 10px;
    padding: 0 5px 0 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s ease-in;
    align-items: center;
    justify-items: start;
}

.a19-mc-details {
    display: flex;
    flex-direction: column;
    line-height: 22px;
}

.a19-mc-details span:nth-of-type(1) {
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (min-width: 800px) {
    .a19-mc-details span:nth-of-type(1) {
        font-size: 20px;
    }
}

.a19-mc-details span {
    white-space: nowrap;
    max-width: 134px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

@media only screen and (min-width: 380px) {
    .a19-mc-details span {
       max-width: 156px;
    }
}

@media only screen and (min-width: 420px) {
    .a19-mc-details span {
       max-width: 196px;
    }
}

@media only screen and (min-width: 800px) {
    .a19-mc-details span {
        font-size: 18px;
        max-width: 156px;
        
    }
}

.a19-chat-btn {
    border: 0;
    cursor: pointer;
    width: 98px;
    height: 46px;
    border-radius: 60px;
    background: linear-gradient(92.74deg, #FFF275 0.94%, #F9A300 101.84%);
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 18px;
    color: #6E32D1;
    transition: all 0.3s ease-in-out;
}

.a19-chat-btn:hover {
    transform: scale(1.02);
}

.a19-mc-right {
    display: none;
}

.a19-mc-right.block {
    display: block;
    margin-bottom: 20px;
}

.a19-mcr-container {
    position: relative;
    padding: 0 10px;
    gap: 8px 0;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 210px);
}

@media only screen and (min-width: 800px) {
    .a19-mc-right {
        border-radius: 18px;
        display: block;
        margin: 10px;
    }

    .a19-mc-right.noStyles {
        border: 0;
        border-radius: 0;
        margin: 10px;
    }

    .a19-mcr-container {
        padding: unset;
        width: 100%;
        height: 100%;
        position: relative;
        justify-content: space-between;
    }

    .a19-mcr-container.hide {
        display: none;
    }
}

.a19-mc-messages-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column-reverse;
    background: white;
    overflow-y: auto;
    border-radius: 18px;
}

.a19-mc-messages {
    position: relative;
    background-color: #fff;
    border-radius: 22px; 
    padding: 8px;
    display: grid;
    gap: 9px 0;
}

/* height: calc(100vh - 165px); */

@media only screen and (min-width: 800px) {
    .a19-mc-messages-wrapper {
         border: 2px solid #6E32D1;
    }

    .a19-mc-messages {
        background-color: unset;
        border-radius: unset;
        padding: 10px;
        gap: 10px 0;
    }

    .a19-mc-messages-wrapper::-webkit-scrollbar {
        width: 10px;
        background-color: transparent;
    }
    
    .a19-mc-messages-wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 4px 4px transparent;
        border: solid 3px transparent; 
        background-color: transparent;
    }
    
    .a19-mc-messages-wrapper::-webkit-scrollbar-thumb
    {
        box-shadow: inset 0 0 4px 4px #949596;
        border: solid 3px transparent; 
        border-radius: 14px;
    }
    
    .a19-mc-messages-wrapper::-webkit-scrollbar-button
    {
      display: none;
    }
    
    .a19-mc-messages-wrapper::-webkit-scrollbar-track-piece:end
    {
        background: transparent;
        margin-bottom: 16px; 
    }
    
    .a19-mc-messages-wrapper::-webkit-scrollbar-track-piece:start
    {
        background: transparent;
        margin-top: 16px;
    }
}

.a19-mcm-sent {
    background-color: #3A9BDF;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    width: 88%;
    padding: 9px 9px 26px 9px;
    justify-self: end;
    overflow: auto;
    word-break: break-word;
}

.a19-mcm-sent span {
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    bottom: 6px;
    right: 12px;
}

@media only screen and (min-width: 800px) {
    .a19-mcm-sent {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 30px 30px 30px;
        width: 78%;
    }

    .a19-mcm-sent span {
        font-size: 15px;
    }
}

.a19-mcm-received {

}

@media only screen and (min-width: 800px) {
    .a19-mcm-received {

    }
}

.a19-mcm-rIc {
    display: flex;
    gap: 0 5px;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    .a19-mcm-rIc { 
        gap: 0 13px;
    }
}

.a19-mcm-rIc i {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
}

@media only screen and (min-width: 800px) {
    .a19-mcm-rIc i  {
        width: 70px;
        height: 70px;
    }
}

.a19-mcm-rIc i img {
    width: 100%;
}

.a19-mcm-rIc span {
    font-size: 15px;
    font-weight: 700;
}

@media only screen and (min-width: 800px) {
    .a19-mcm-rIc span  {
        font-size: 20px;
    }
}

.a19-mcm-rTxt {
    width: 88%;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    padding: 9px 9px 26px 9px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    margin-top: 20px;
    position: relative;
    overflow: auto;
    word-break: break-word;
}

.a19-mcm-rTxt::after {
    content: '';
    width: 37px;
    height: 27px;
    position: absolute;
    top: -17px;
    left: -1px;
    background: url('/img/a19-mcm-rTxt_small.png') top left no-repeat;
    background-size: 37px 27px;
}

@media only screen and (min-width: 800px) {
    .a19-mcm-rTxt {
        width: 78%;
        padding: 20px 30px 30px 30px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 28px;
    }

    .a19-mcm-rTxt::after {
        content: '';
        width: 41px;
        height: 41px;
        position: absolute;
        top: -30px;
        left: -1px;
        background: url('/img/a19-mcm-rTxt_big.png') top left no-repeat;
        background-size: 41px 41px;
    }
}

.a19-mcm-rTxt span {
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    bottom: 6px;
    right: 12px;
}

@media only screen and (min-width: 800px) {
    .a19-mcm-rTxt span {
        font-size: 15px;
    }
}



.a19-mc-write-message {
    position: relative;
    background-color: #fff;
    border-radius: 22px;
    max-height: 105px;
    width: 100%;
    padding: 10px 9px 10px 9px;
    display: grid;
    grid-template-columns: 37px 1fr 32px 37px;
    gap: 0 5px;
    align-items: center;
}

@media only screen and (min-width: 800px) {
    .a19-mc-write-message {
        border: 1px solid #C8CCD1;
        padding: 10px 10px 10px 15px;
        grid-template-columns: 38px 1fr 46px 54px;
        gap: 0 12px;
        border-radius: 18px;
        max-height: 144px;
        width: 100%;
    }
}

.a19-mc-wm-field {
    max-height: 85px;
    overflow-y: auto;
    width: 100%;
    padding: 0 10px 0 0;
    font-size: 15px;
    font-family: var(--nunito);
    font-weight: 400;
    cursor: text;
}

@media only screen and (min-width: 800px) {
    .a19-mc-wm-field {
        font-size: 18px;
        max-height: 120px;
    }
}

.a19-mc-wm-field[contentEditable="true"]:empty:before {
  content: attr(placeholder);
}

.a19-mc-wm-field::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.a19-mc-wm-field::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px 4px transparent;
    border: solid 3px transparent; 
    background-color: transparent;
}

.a19-mc-wm-field::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 4px 4px #949596;
    border: solid 3px transparent; 
    border-radius: 14px;
}

.a19-mc-wm-field::-webkit-scrollbar-button
{
  display: none;
}

.a19-mc-wm-field::-webkit-scrollbar-track-piece:end
{
    background: transparent;
    margin-bottom: 16px; 
}

.a19-mc-wm-field::-webkit-scrollbar-track-piece:start
{
    background: transparent;
    margin-top: 16px;
}

.a19-mc-wm-smilies {
    position: relative;
    width: 100%;
    min-height: 37px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #EFF2F4 url('/img/smiley.svg') 53% 55% no-repeat;
    background-size: 60% auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform-origin: center center;
}

.a19-mc-wm-smilies:hover {
    background-size: 65% auto;
}

.a19-mc-wm-suggestions {
    position: relative;
    width: 100%;
    min-height: 32px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: #6E32D1 url('/img/stars.svg') center center no-repeat;
    background-size: 54% auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform-origin: center center;
}

.a19-mc-wm-suggestions:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.a19-mc-wm-sendBtn {
    width: 100%;
    min-height: 32px;
    aspect-ratio: 1/1;
    border: 0;
    border-radius: 100%;
    background: #3A9BDF url(/img/send-ic.svg) top 55% left 44% no-repeat;
    background-size: 50% auto;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease-in-out;
    transform-origin: center center;
}

.a19-mc-wm-sendBtn:not(.disabled):hover {
    transform: scale(1.02);
    opacity: 0.95;
}

.a19-mc-wm-sendBtn.disabled {
    background-color: gray;
    cursor: not-allowed;
}

.a19-mc-wm-smilies-wrapper {
    width: 437px;
    height: 241px;
    background: url(/img/smilies_bg-small.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: -205px;
    left: -3px;
    transform: none;
    opacity: 1;
    padding: 18px 86px 46px 22px;
}

@media only screen and (min-width: 800px) {
    .a19-mc-wm-smilies-wrapper {
        top: -236px;
        background: url(/img/smilies_bg-big.png) top left no-repeat;
        background-size: contain;
        left: -20px;
    }
}

.a19-mc-wm-smilies-wrapper.hide {
    display: none;
}

.a19-mc-wm-smilies .a19-mc-wm-smilies-wrapper:hover {
    transform: none;
    opacity: 1;
}



.a19-mc-wm-smilies-wrapper > div:first-of-type {
    overflow-y: auto;
    height: 100%;
    padding: 1px;
}

.a19-mc-wm-smilies-wrapper > div:first-of-type::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.a19-mc-wm-smilies-wrapper > div:first-of-type::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px 4px transparent;
    border: solid 3px transparent; 
    background-color: transparent;
}

.a19-mc-wm-smilies-wrapper > div:first-of-type::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 4px 4px #949596;
    border: solid 3px transparent; 
    border-radius: 14px;
}

.a19-mc-wm-smilies-wrapper > div:first-of-type::-webkit-scrollbar-button
{
  display: none;
}

.a19-mc-wm-smilies-wrapper > div:first-of-type::-webkit-scrollbar-track-piece:end
{
    background: transparent;
    margin-bottom: 16px; 
}

.a19-mc-wm-smilies-wrapper > div:first-of-type::-webkit-scrollbar-track-piece:start
{
    background: transparent;
    margin-top: 16px;
}

.a19-mc-wm-suggestions-wrapper {
    position: absolute;
    bottom: 150%;
    right: -1px;
    width: 314px;
    background: url(/img/popup-purple-mdl-s.png) top center repeat-y;
    background-size: 314px auto;
    color: #fff;
    padding: 1px 21px 0 12px;

}

.a19-mc-wm-suggestions-wrapper .suggestions-generating span {
    float: left;
    width: calc(100% - 68px);
}

.a19-mc-wm-suggestions-wrapper .suggestions-generating img {
    float: right;
    width: 68px;
    height: 50px;
    text-align: center;
    object-fit: cover;
}


@media only screen and (max-width: 800px) {
    .a19-mc-wm-suggestions-wrapper p.suggestions-start.center {
        font-size: 14px;
        padding: 0;
    }
    .a19-mc-wm-suggestions-wrapper .suggestions-generating span {
        width: calc(100% - 36px);
        font-size: 14px;
    }
    .a19-mc-wm-suggestions-wrapper .suggestions-generating img {
        width: 36px;
        height: 36px;
    }
}

.a19-mc-wm-smilies-wrapper #emoji > div {
    width: 36.18px;
    height: 36.18px;
    padding: 6px;
    float: left;
    border: 1px solid #D9D9D9;
    margin-left: -1px;
    margin-top: -1px;
    text-align: center;
}

.a19-mc-wm-smilies-wrapper #emoji > div.eic:hover {
    background: url(/img/chat-ic.svg) center right 45px no-repeat, linear-gradient(107.73deg, #26C1E3 -13.9%, #702BD0 99.92%);
}

@media only screen and (max-width: 800px) {
    .a19-mc-wm-smilies-wrapper {
        width: 353px;
        height: 242px;
        top: -220px;
        left: -13px;
        padding: 18px 4px 46px 15px;
    }
    .a19-mc-wm-smilies-wrapper #emoji > div {
        padding: 2px 0;
        font-size: 22px;
        text-align: center;
    }
    .imu-name span:first-of-type {
        font-size: 17px;
    }
}

@media only screen and (min-width: 800px) {
    .a19-mc-wm-suggestions-wrapper {
        bottom: 150%;
        right: -1px;
        width: 519px;
        background: url(/img/popup-purple-mdl.png) top center repeat-y;
        background-size: 519px auto;
    }
}

.a19-mc-wm-suggestions-wrapper p {
    padding: 0 15px;
}

.retry-ai {
    text-decoration: underline;
    cursor: pointer;
    float: right;
}

span.empty-lightbox-msg {
    color: #383838;
}

.load-more-matches {
    color: #fff;
    font-size: 18px;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: underline;
}

.load-more-matches:hover {
    font-weight: 700;
    cursor: pointer;
}

@media only screen and (min-width: 800px) {
    .load-more-matches {
        font-size: 20px;
    }
}

.a19-mc-write-message.disabled>* {
    pointer-events: none;
    opacity: 0.4;
}

.a19-mc-wm-suggestions-wrapper p.f19 {
    font-size: 19px;
}

.a19-mc-wm-suggestions-wrapper p.b {
    font-weight: 700;
}

.a19-mc-wm-suggestions-wrapper p.center {
    text-align: center;
}

.a19-mc-wm-suggestions-wrapper p.hide {
    display: none;
}

.a19-mc-wm-suggestions-wrapper::before {
    content: '';
    width: 314px;
    height: 16px;
    background: url(/img/popup-purple-top-s.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 0;
}

.a19-mc-wm-suggestions-wrapper::after {
    content: '';
    width: 314px;
    height: 50px;
    background: url(/img/popup-purple-btm-s.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 0;
}

@media only screen and (min-width: 800px) {
    .a19-mc-wm-suggestions-wrapper::before {
        width: 519px;
        background: url(/img/popup-purple-top.png) top center no-repeat;
        background-size: contain;
    }
    .a19-mc-wm-suggestions-wrapper::after {
        width: 519px;
        background: url(/img/popup-purple-btm.png) top center no-repeat;
        background-size: contain;
    }
}

.a19-mc-wm-suggestions-wrapper.hide { 
    display: none;
}

.a19-mc-wm-suggestions-wrapper dl {
    display: grid;
    gap: 10px 0;
}

.a19-mc-wm-suggestions-wrapper dl.hide {
    display: none;
}

.a19-mc-wm-suggestions-wrapper dl dt {
    font-weight: 400;
    padding: 0 15px;
}

.a19-mc-wm-suggestions-wrapper dl dd {
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 9px;
    padding: 12px;
    cursor: pointer;
}

.a19-ms-close-message {
    position: absolute;
    top: 12px;
    right: 22px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: var(--TextMediumEmphasis);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease-in;
}

.a19-ms-close-message:hover {
    transform: scale(1.02);
}

@media only screen and (min-width: 800px) {
    .a19-ms-close-message {
        display: none;
    }
}

/* END Dating dashboard Dec 2023 */



/* Couple games 2024 */

.couple-game-btm-bar {
    position: fixed;
    bottom: -2px;
    left: -2px;
    height: 47px;
    width: calc(100% + 4px);
    background: #EEF0F4;
    border: 2px solid #31ADE1;
    border-radius: 12px 12px 0px 0px;
    display: grid;
    grid-template-columns: 24% 52% 24%;
    box-shadow: 0px -8px 20px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 800px) {
    .couple-game-btm-bar {
        height: 90px;
        border-radius: 18px 18px 0px 0px;
    }
}

.couple-game-btm-bar > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
    padding: 0 7px;
}

.couple-game-btm-bar > div::after {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 0;
    background-color: #B9BECA;
}

@media only screen and (min-width: 800px) {
    .couple-game-btm-bar>div {
        gap: 0 20px;
        padding: 0 20px;
    }

    .couple-game-btm-bar>div::after {
        height: 40px;
        top: 25px;
    }
}

.couple-game-wrapper {
    padding-top: 34px;
    padding-bottom: 7px;
    /* display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center; */
    display: grid;
    grid-template-rows: 58px auto auto auto;
    justify-items: center;
    height: calc(100% - 109px);
    gap: 20px 0;
    overflow-y: auto;
}

@media only screen and (min-width: 800px) {
    .couple-game-wrapper {
        height: calc(100% - 152px);
        padding-bottom: 48px;
    }
}

.couple-game-wrapper.v2 {
    grid-template-rows: 1fr;
    align-items: center;
    padding-top: 7px;
}

.couple-game-wrapper.v3 {
    grid-template-rows: 1fr;
    align-items: center;
    padding-top: 7px;
    height: calc(100% - 99px);
    gap: 15px 0;
}

@media only screen and (min-width: 430px) {
    .couple-game-wrapper.v3 {
        width: 430px;
        margin: 0 auto;
    }
}


/* mobile short screens */
@media (pointer:none), (pointer:coarse) and (max-height: 675px) and (max-width: 420px) {
    .couple-game-wrapper {
        padding-top: 0px;
        gap: 0px 0;
    }
}

/* Desktop short screens */
@media only screen and (max-height: 760px) {
    .couple-game-wrapper {
        padding-top: 10px;
        gap: 15px 0;
        padding-bottom: 10px;
    }
}

span.cg-btn {
    width: 80px;
    height: 28px;
    border-radius: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 12px;
    gap: 7px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}


@media only screen and (min-width: 800px) {
    span.cg-btn {
        width: 182px;
        height: 54px;
        font-size: 20px;
        gap: 13px;
    }
}

span.cg-btn:hover {
    transform: scale(1.02);
}

span.cg-btn.white {
    background-color: #fff;
    color: #6449D4;
}

span.cg-btn.gray {
    background-color: #DADEE7;
    color: #6449D4;
    border: 1px solid #6A39D2;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 15px;
    left: 15px;
}

@media only screen and (min-width: 445px) {
    span.cg-btn.gray {
        bottom: 20px;
        left: 20px;
    }
}


span.cg-btn.purple {
    background-color: #6449D4;
    color: #FCC32F;
}

span.cg-btn.red {
    background-color: #C5262F;
    color: #fff;
}

span.cg-btn.yellow {
    background: linear-gradient(92.74deg, #FFF275 0.94%, #F9A300 101.84%);
    color: #6A39D2;
}

span.cg-btn.left {
    margin-right: auto;
}

span.cg-btn.right {
    margin-left: auto;
}

svg.cg-w23 {
    width: 14px;
}

svg.cg-w26 {
    width: 14px;
}

svg.cg-w43 {
    width: 24px;
}

@media only screen and (min-width: 800px) {
    svg.cg-w23 {
        width: 23px;
    }

    svg.cg-w43 {
        width: 43px;
    }

    svg.cg-w26 {
        width: 26px;
    }
    
}

.couple-game-progress-wrapper {
    /* position: absolute;
    bottom: 56px;
    left: 50%; 
    transform: translateX(-50%);*/
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    width: 100%;
    padding: 0 23px;
    margin-top: auto;
    position: fixed;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 800px) {
    .couple-game-progress-wrapper {
        width: 560px;
        padding: unset;
        font-size: 14px;
        /* bottom: 140px; */
        margin: auto auto  0 auto;
        position: fixed;
        bottom: 115px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.couple-game-progress {
    width: 100%;
    height: 12px;
    padding: 4px;
    background: rgba(24, 19, 46, 0.6);
    border-radius: 70px;
    display: flex;
}

@media only screen and (min-width: 800px) {
    .couple-game-progress {
        margin-top: 6px;
        width: 560px;
        height: 16px;
        padding: 4px;
    }
}

.couple-game-progress .bar {
    background: #FBBA22;
    height: 100%;
    border-radius: 70px;
    animation: progressAnimation2 1s ease-out;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
}

@keyframes progressAnimation2 {
    0%   { 
        width: 0; 
        background-color: #FBBA22;
    }
    100% { 
        background-color: #FBBA22;
    }
  }

.couple-game-skip {
    width: 92px;
    height: 24px;
    border-radius: 87px;
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.2 ease-in;
}

@media only screen and (min-width: 800px) {
    .couple-game-skip {
        width: 128px;
        height: 40px;
        font-size: 16px;
    }
}

.couple-game-skip:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.cg-pie-wrapper {
    width: 58px;
    height: 58px;
    aspect-ratio: 1/1;
    border: 6px solid #365394;
    border-radius: 50%;
    position: relative;
    /* margin: 0 auto;
    display: grid;
    justify-content: center; */
}


@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie-cg {
    --p: 20;
    /* the percentage */
    --b: 6px;
    /* the thickness */
    --c: #FBBA22;
    /* the color */
    --w: 58px;
    /* the size*/

    width: var(--w);
    aspect-ratio: 1/1;
    position: absolute;
    top: -6px;
    left: -6px;
    display: inline-grid;
    place-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.pie-cg:before,
.pie-cg:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie-cg:before {
    inset: 0;
    background:
        radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
        conic-gradient(var(--c) calc(var(--p)*1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie-cg:after {
    inset: calc(50% - var(--b)/2);
    background: var(--c);
    transform: rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
}

.animate-cg {
    animation-name: p2;
    animation-duration: 15s;
    animation-iteration-count: 1;
    animation-timing-function: steps(1500);
}

@keyframes p2 {
    from {
        --p: 0;
    }
}
.cg-options {
    width: 290px;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 22px;
    display: grid;
    gap: 34px 0;
    justify-content: center;
    font-family: var(--rubik);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: auto;
    position: fixed;
    top: 32vh;
    left: 50%;
    transform: translateX(-50%);
}

.cg-options.v2 {
    border: 0;
    padding: 0;
    justify-content: stretch;
}

.cg-options.gap16 {
    gap: 16px 0;
}

@media only screen and (min-width: 800px) {
    .cg-options {
        width: 345px;
    }
}

/* mobile short  */
@media (pointer:none),
(pointer:coarse) and (max-height: 675px) {
    .cg-options {
        padding: 10px;
    }
}

@media only screen and (max-height: 760px) {
    .cg-options {
        padding: 10px;
        top: 32vh;
    }
}

.cg-rating-1 {
    display: grid;
    justify-content: center;
    gap: 10px 0;
    position: relative;
}



@media only screen and (min-width: 800px) {
    .cg-rating-1 {
        gap: 15px 0;
    }
}



.cg-rating-1::before,
.cg-rating-1::after {
    content: '';
    width: 4px;
    height: 15px;
    border-radius: 56px;
    background-color: #FBBA22;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cg-rating-1::before {
    top: -25px;
}

.cg-rating-1::after {
    bottom: -25px;
}


.cg-rating-1 fieldset {
    border: 0;
    display: grid;
    gap: 10px 0;
}


.cg-title-1, .cg-title-2 {
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    height: 10px;
    position: fixed;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.cg-title-1.v2 {
    font-size: 22px;
    height: 22px;
}

.cg-title-1.v3 {
    font-size: 28px;
    padding-top: 10px;
    height: 28px;
}

@media (min-aspect-ratio: 16/9) and (max-height: 820px) {
    .cg-title-1 {
        font-size: 24px;
        height: 24px;
    }
}

@media only screen and (min-width: 800px) {
    .cg-title-1 {
        font-size: 36px;
        height: 36px;
    }
    .cg-title-1.v2 {
        font-size: 36px;
        height: 10px;
    }
}

input[type="radio"] {
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    appearance: none;
    background-color: transparent;
    outline: none;
    transition: outline 0.1s;
    cursor: pointer;
}

input[type="radio"]:not(:disabled):checked {
    border: 2px solid #fff;
    background-clip: content-box;
    padding: 4px;
    background-color: #FBBA22;
}

input[type="radio"]:disabled {
    background-color: #d9d9d9;
    pointer-events: none;
}

input[type="radio"]:disabled:checked {
    background-image: radial-gradient(circle,
            #8b8c89 0%,
            #8b8c89 50%,
            transparent 50%,
            transparent 100%);
}

@media (hover: hover) {
    input[type="radio"]:not(:disabled):hover {
        outline: 6px solid rgba(255, 255, 255, 0.1);
        transform: scale(1.05);
    }
}


@media (prefers-reduced-motion: reduce) {
    input[type="radio"] {
        transition: none;
    }

    input[type="radio"]:focus-visible {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) and (hover: hover) {
    input[type="radio"]:not(:disabled):hover {
        transform: scale(1);
    }
}

button.cgo-button-1 {
    width: 100%;
    height: 8vh;
    display: block;
    background-color: transparent;
    border: 0;
    outline: 2px solid #fff;
    border-radius: 22px;
    color: #fff;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

button.cgo-button-1:hover {
    outline: 6px solid #FBBA22;
}

/* mobile short screens */
@media (pointer:none), (pointer:coarse) and (max-height: 675px) and (max-width: 420px) {
    button.cgo-button-1 {
        height: 50px;
    }
}

/* Desktop short screens */
@media only screen and (max-height: 830px) and (min-width: 420px) {
    button.cgo-button-1 {
        height: 54px;
    }
}

.cg-options-onWhite {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vh; /* 40% of the viewport height */
    height: 40vh; /* Equal to the width to maintain a square shape */
    padding: 0;
    margin: 0;
    border-radius: 22px;
    background-color: #fff;
    text-align: center;
    font-family: var(--rubik);
    font-weight: 700;
    font-size: clamp(16px, calc(20px + (36–20) * (100vw - 768px)/(1920–768)), 48px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.cg-options-onWhite img {
    width: 50%; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.cg-options-onWhite span {
    margin-top: 10%; /* Adjust the top margin to space out the text from the image */
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1em; /* Adjust based on your design needs */
    color: #333; /* Adjust the text color as needed */
    display: block; /* Make the span behave like a block element */
}

.cg-options-2 {
    width: 100%;
    padding: 0 20px;
    display: grid;
    gap: 0 20px;
    overflow: hidden;
    margin: auto;
    position: fixed;
    top: 31vh;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 500px) {
    .cg-options-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 940px) {
    .cg-options-2 {
        width: 925px;
        margin: auto;
        gap: 0 45px;
    }
}

@media only screen and (max-height: 910px) and (min-width: 500px) {
    .cg-options-2 {
        width: 645px;
    }
}

.cg-options-2 img {
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 22px;
    cursor: pointer;
    border: 6px solid transparent;
    transition: border 0.2s ease-in;
    justify-self: center;
    /* width: 180px; */
    width: 24vh;

}

@media only screen and (min-width: 500px) {
    .cg-options-2 img {
        width: 50vh;
    }
}

.cg-options-2 img:hover {
    border: 6px solid #FBBA22;
}

.swiper-slide-nav {
    position: relative;
    height: 50px;
    width: calc(100% - 10px);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 19px;
    background:
        linear-gradient(0deg, #F4F5F8, #F4F5F8);
    border: 1px solid #DADEE7;
    justify-self: center;
    color: #3D93DE;
}

.swiper-slide-nav li:not(:last-child) {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #BFC5D1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-nav li:last-child {
    position: absolute;
    right: 10px;
    top: 13px;
}

.swiper-slide-title {
    background: url(/img/swiper-slide-title.svg) top -1px center no-repeat;
    background-size: 80% 100%;
    font-family: var(--num);
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* END Couple games 2024 */


/* ------------------------- */


/* Moved from css/styles.css */

a, button,input,select,textarea {
    transition: all .3s;
}

.noDisplay {
  display: none !important;
}

#coin-balance {
  transition: --num 1s;
  counter-reset: num var(--num);
  /* Use counter-reset instead of counter-set for compatibility */
  font: 800 120% system-ui;
}

#coin-balance::after {
  content: counter(num);
}

.personality-profile-card,
.financial-profile-card {
  display: flex;
  flex-direction: column;
}

.preevent-upper-label,
.preevent-lower-label {
  text-align: center;
}

p,
.line-height-1-5 {
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .logo {
    margin: 8px 0;
  }
}

@media only screen and (min-width: 1064px) {
  .logo {
    margin-left: 0;
  }
}

.mb-1 {
    margin-bottom: 8px !important;
}

.font-text {
    font-family: var(--nunito);
    font-weight: 600;
}

h1,
h2,
h3 {
    margin-bottom: 0; ?/* !important; */
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

hr {
    width: 100%;
    border: none;
    height: 2px;
    background-color: #d8d8d8;
}

.btn {
    outline: none;
    min-width: 220px;
    height: 40px;
    text-align: center;
    font-size: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none !important;
}

.pagination {
    font-size: 24px;
    color: #1b7a8b;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 65px;
    padding: 0 60px;
}
.pagination a {
    text-decoration: none;
    display: block;
    padding: 5px;
    margin: 5px;
    color: #1b7a8b;
}

.pagination a.active {
    font-weight: 600;
}

.error {
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    margin-top: 5px;
}

.tooltip .tooltiptext {
    position: absolute; 
    background-color: #6D34D2;   
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: all .6s;
    right: 0;
    transform: translateX(112%);
    font-size: 14px;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6D34D2 transparent transparent;
}
.tooltip-white .tooltiptext {
    background-color:  #fff;
    color: #6D34D2; 
    transform: translateX(120%);  
}

.tooltip-white .tooltiptext::after {
    border-color: transparent #fff transparent transparent;  
}
.tooltip .tooltiptext.tooltip-bottom{
    right: auto;
    bottom: 0;
    transform: translateY(125%);
}
.tooltip .tooltiptext.tooltip-bottom::after{
    transform: translate(-50%,-50%);
    top: 0;
    left: 50%;
    border-color: transparent transparent #6D34D2 transparent;
}

.tooltip .tooltiptext.tooltip-top{
    right: auto;
    left:50%;
    top: 0;
    transform: translate(-50%,-125%);
}
.tooltip .tooltiptext.tooltip-top::after{
    transform: translate(-50%,100%);
    bottom: 0;
    left: 50%;
    border-color: #6D34D2 transparent transparent transparent;
}
.tooltip-white .tooltiptext.tooltip-top::after {
    border-color: #fff transparent transparent transparent;  
}

.tooltip:not(.tooltipclick):hover .tooltiptext {
    opacity: 1;
  }

/* END Moved from css/styles.css */


/* Ticket bundle module  July 2024*/

.cg-couple-tixbdl {
    width: 64px;
    height: 56px;
    border-radius: 4px;
    background-color: var(--CoupleBlue800);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cg-couple-tixbdl img {
    width: 50px;
    height: 40px;
}

.overlay-container.w1130 {
    padding: 40px 0 20px 0;
    max-width: 1130px;
}

.title-f28Rubik {
    font-family: var(--rubik);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}

@media only screen and (min-width: 810px) {
    .title-f28Rubik {
        font-size: 28px;
    }
}

.ticket-bundle {
    width: 100%;
    padding: 0 20px;
    display: grid;
    gap: 25px 25px;
}

@media only screen and (min-width: 810px) {
    .ticket-bundle {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.tb-box {
    position: relative;
    background-color: #F5F6F8;
    padding: 40px 25px 40px 25px;
    border-radius: 10px;
    font-size: 20px;
    color: #383838;
    display: grid;
    gap: 10px;
}

@media only screen and (max-height: 768px) {
    .tb-box {
        padding: 20px 25px 20px 25px;
        font-size: 18px;
    }
}

.tb-best-value {
    position: absolute;
    background-color: #fff;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 26px;
    border: 2px solid #1189AD;
    border-radius: 50px;
    font-family: var(--rubik);
    font-size: 18px;
    font-weight: 500;
    color: #1189AD;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-height: 768px) {
    .tb-best-value {
        height: 24px;
        order: 1px solid #1189AD;
        font-size: 16px;
    }
}

.tb-bold {
    font-family: var(--rubik);
    font-size: 28px;
    font-weight: 700;
}

@media only screen and (max-height: 768px) {
    .tb-bold {
        font-size: 24px;
    }
}


.tb-bold.grey {
    color: #656565;
}

.tb-bold.strike {
    text-decoration: line-through;
    color: #909090;
}

.tb-list {
    position: relative;
    justify-self: start;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.tb-box .mt26 {
    margin-top: 26px;
}

.tb-box .mt36 {
    margin-top: 36px;
}

@media only screen and (max-height: 768px) {
    .tb-list {
        margin-bottom: 9px;
    }
    .tb-box .mt26 {
        margin-top: 20px;
    }
    
    .tb-box .mt36 {
        margin-top: 26px;
    }
}

.tb-list::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #1189AD;
    position: absolute;
    left: 0;
    top: 8px;
}

.button-style-3.plr40 {
    padding: 0 40px;
}

.overlay-v2.scroll{
    overflow-y: auto;
    align-items: start;
  }

  .button-style-8 {
    height: 36px;
    font-family: var(--rubik);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--CoupleBlue500);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    border: 0;
    padding: 0 20px;
}

@media only screen and (min-width: 1000px) {
    .button-style-8 {
        height: 56px;
        font-size: 25px;
        padding: 0 40px;
    }
}

@media only screen and (max-height: 768px) {
    .button-style-8 {
        height: 46px;
        font-size: 20px;
        padding: 0 30px;
    }
}

.button-style-8:hover {
    background-color: var(--CoupleBlue400);
}

.button-style-8:focus {
    background-color: var(--CoupleBlue700);
}

.button-style-8.disabled {
    pointer-events: none;
    background-color: var(--CoupleGray400);
    color: var(--TextLowEmphasis);
}

/* END Ticket bundle module  July 2024*/