:root {
    --blue: #2178A3;
    --lightblue: #bfdaee;
    --gray: #e5e5e5;
    --darkgray: #838383;
    --orange: #C37F33;
    --brown: #BB7F33;
}

.nswrap{display: none !important;}

* {
    box-sizing: border-box;
}
a.btn{text-decoration: none;}
html{overflow-x: hidden;}
html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Comfortaa', sans-serif;
    font-size: 20px;
    line-height: 200%;
    overflow-x: hidden;
    color: #000;
}


h1, h2, h3, h4, h5 {
    font-family: 'STIX Two Text', serif;
    line-height: 120%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;
    padding: 0 0 20px
}

h3, h4 {
    font-size: 27px;
}

h4 {
    margin-bottom: 27px;
}

a {
    color: black
}


#main h1 {
    margin-top: 100px;
}

#main p {
    max-width: 730px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 30px;
    line-height: 150%
}

h1:after, h2:after {
    content: '';
    display: block;
    position: relative;
    margin: 30px 10% 40px;
    width: 80%;
    height: 2px;
    background: var(--blue);
}

h2:after {
    margin: 10px -10% 40px;
    width: 120%;
}

h2.bsm::after {
    margin: 30px 10% 20px;
    width: 80%;
}


.buttonwrap {
    display: block;
    max-width: 297px;
    padding-bottom: 20px;
    background: url(../img/webp/bdots.webp) no-repeat bottom center / 100%
}
.buttonwrap.centred {
    margin: 0 auto;
}
.btn {
    background-color: var(--orange);
    color: white;
    border: 2px solid var(--orange);
    border-radius: 40px;
    transition: all 0.25s ease-in-out;
    font-size: 20px;
    padding: 10px 20px;
    display: inline-block;
    max-width: 297px;
    text-align: center;
    cursor: pointer;
    line-height: 120%;
}

.btn:hover {
    background-color: var(--brown);
    border: 2px solid var(--brown);
}


#main .maininner {
    margin-top: 40px;
    position: relative;
    min-height: 55vh;
}

.yt-video-container{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width:100%;
    max-width: 100%;
    background:transparent;
}
.yt-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bigheart {
    display: block;
    position: absolute;
    width: 36.8vw;
    height: 30vw;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    background-image: url(../img/webp/Big_Heart_1.webp);
}

.bigheart.heartleft {
    left: -13.4%;
}

.bigheart.heartright {
    right: -13.4%;
    background-image: url(../img/webp/Big_Heart_2.webp);
}

.bigheart.heartleft.foot {
    background-image: url(../img/webp/Big_Heart_3.webp);
}

.bigheart.heartright.foot {
    background-image: url(../img/webp/Big_Heart_4.webp);
}

header {
    position: fixed;
    width: 100%;
    padding: 20px 0;
    left: 0;
    top: 0;
    transition: all 0.25s linear;
    z-index: 5;
    background-color: #e5e5e5;
    opacity: 1;
    max-width:100vw;
}
header.foldup{top:-135px;opacity:0;}

@media (min-width: 811px) {
    header.hidden {
        opacity: 0;
    }
}

header.hidden:hover {
    opacity: 1;
}

.subsection,
.wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: calc(1584px + 6%);
    padding: 0 3% 40px;
    position: relative
}
.subsection {
    margin: 60px auto 0;
   }


header .wrapper {
    padding: 0 3% 0;
}

section {
    display: block;
    position: relative;
    width: 100%;
    min-height: 700px;
    padding: 120px 0 60px;
    z-index: 1;
    text-align: center;
    overflow-x:hidden;
}

section#main {
    padding-top: 180px;
}

section#contacts {
    min-height: 1000px;
}

.gray-bg {
    background: var(--gray);
}

.blue-bg {
    background: var(--lightblue);
}

.nswrap {
    width: fit-content;
    margin: 0 auto;
}

a.nextsection {
    text-decoration: none;
    font-size: 23px;
    color: var(--darkgray)
}

.arrbot, .slick-arrow {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto 15px;
    border-right: 2px solid var(--darkgray);
    border-bottom: 2px solid var(--darkgray);
    transform: scaleY(0.8) rotate(45deg) translateY(0);
}

a.nextsection:hover {
    color: var(--blue);
}

a.nextsection:hover .arrbot {
    animation: pulse 1s infinite;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
}


.blue-bg a.nextsection {
    color: var(--blue);
}


.blue-bg .arrbot, .slick-arrow {
    border-right-color: var(--blue);
    border-bottom-color: var(--blue);
}

.blue-bg a.nextsection:hover {
    color: var(--orange);
}

.blue-bg a.nextsection:hover .arrbot {
    animation: pulse 1s infinite;
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
}

@keyframes pulse {
    0% {
        transform: scaleY(0.8) rotate(45deg) translate3d(0, 0, 0);
    }

    50% {
        transform: scaleY(0.8) rotate(45deg) translate3d(7px, 7px, 0);

    }

    100% {
        transform: scaleY(0.8) rotate(45deg) translate3d(0, 0, 0);
    }
}


.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu a {
    text-decoration: none;
    margin: 0 2%;
    white-space: nowrap
}

.menu a.active {
    color: var(--blue)
}

.menu .menu-items {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    margin-right: -2%;
}

.menu-line {
    position: absolute;
    height: 2px;
    background-color: var(--blue);
    bottom: -20px;
    left: 0;
    right: auto;
    transition: all 0.3s ease;
    width: 0;
}


.mobile-menu-icon {
    display: none;
}

.flexylr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap
}

.blueshere, .brownsphere, .graysphere, .whitesphere {
    display: block;
    position: absolute;
    z-index: -1;
    width: 322px;
    aspect-ratio: 1/1;
}

.blueshere {
    background: url(../img/dotsphere_blue.svg) no-repeat center/contain
}

.brownsphere {
    background: url(../img/dotsphere_brown.svg) no-repeat center/contain;
    opacity: 0.7
}

.graysphere {
    background: url(../img/dotsphere_gray.svg) no-repeat center/contain
}

.whitesphere {
    background: url(../img/dotsphere_white.svg) no-repeat center/contain
}

section p {
    line-height: 180%;
    margin-top: 0
}


#howitworks .whitesphere ,
#about .whitesphere {
    left: -100px;
    bottom: 40px;
    width: 566px;
}

#howitworks .brownsphere ,
#about .brownsphere {
    right: -180px;
    top: 40px;
    width: 464px;
}

.flexylr .imgframe {
    width: 40%;
    max-width: 442px;
    border-radius: 50px;
    aspect-ratio: 1/1.51;
}

#howitworks .flexylr .info,
#about .flexylr .info {
    width: 100%;
    max-width: 960px;
    text-align: left;
    padding-left: 80px;
}
.info h2{
   margin-left:20px;
}
.info h2::after {
    margin: 10px -20px 20px;
    width: calc(100% + 40px);
}
.info ul{margin-left:40px;}
.info ul.nolist{list-style: none;font-size:14px;}

/** THERAPY **/

#therapy .brownsphere {
    width: 590px;
    left: -307px;
    top: 200px
}

#therapy .blueshere {
    width: 590px;
    right: -290px;
    top: 250px
}

#therapy .graysphere {
    width: 566px;
    left: calc(50% - 283px);
    top: calc(50% - 283px)
}

#therapy .blueshere.sph2 {
    width: 504px;
    left: -252px;
    right: auto;
    bottom: 300px;
    top: auto
}

#therapy .brownsphere.sph2 {
    width: 590px;
    right: -307px;
    left: auto;
    bottom: 260px;
    top: auto
}

.slideswrapper {
    margin: 80px auto 20px;
    display: block;
    white-space: nowrap;
    max-width: 1356px;
    width: 100%;
}

.slidepadder {
    padding: 0 50px;
}

.slideswrapper .slick-list {
    overflow: visible;
}

.slide h4{text-transform:none}
.slide {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 60px;
    display: inline-block;
    max-width: 100%;
    border-radius: 80px;
    position: relative
}

.slideticker {
    position: absolute;
    top: -10px;
    text-align: center;
    width: 100%;
    left: 0;
}

.slideticker span {
    padding: 10px 40px;
    background-color: #5FA3D5;
    color: white;
    font-size: 20px;
    border-radius: 20px
}

.slide .info {
    max-width: 70%;
    margin-left: 40px;
    text-align: left;
    white-space: normal;
    line-height: 160%
}

.slide.standalone {
    margin: 124px auto 60px;
    width:100%;
}

.slide.standalone p {
    line-height: 170%
}

.slide.standalone .info {
    order: 1;
    width: 100%;
    max-width: 40%;
    padding-right: 30px;
    margin-left: 0;
}

#howitworks .imgframe {}
.slide.standalone .imgframe {
    order: 2;
    width: 100%;
    max-width: 60%;
    aspect-ratio: 1.21/1;
    margin-top: 0;
    transform: translateX(10px);
}
#who .slide.standalone{margin: 60px auto 60px;}
#who .slide.standalone .flexylr {align-items: center}
#who .slide.standalone .info {
    order: 2;
    max-width: 50%;
}
#who .slide.standalone .imgframe {
    order: 1;
    aspect-ratio: 1.5/1;
    margin-top: 0;
    max-width: 50%;
   }

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 40px;
}

.slick-dots li button {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 10px;
    border: 0;
    border-radius: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-color: var(--blue);
    box-sizing: border-box;
    color: var(--blue);
    user-select: none;
    cursor: pointer
}

.slick-dots li.slick-active button {
    cursor: default
}

.slick-dots li.slick-active button:before {
    display: block;
    background-color: white;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.slick-arrow {
    z-index: 5;
    cursor: pointer;
    border-top: 0;
    border-left: 0;
    color: transparent;
    transform: scaleX(0.8) rotate(-45deg) translateY(0);
    background-color: transparent;
    margin: 0;
    top: calc(50% - 60px);
    position: absolute
}

.slick-arrow.slick-prev {
    left: 15px;
    color: transparent;
    transform: scaleX(0.8) rotate(-225deg) translateY(0);
    background-color: transparent;
}

.slick-arrow.slick-next {
    right: -25px;
}

.slick-arrow.slick-disabled {
    opacity: 0;
    cursor: default
}

section{max-width:100vw;overflow-x:hidden;}

/** TEAM **/
.cityselect-wrapper{display: flex;justify-content: center;align-items: center;margin-bottom: 80px;flex-wrap: wrap}
#teamcity{max-width:260px;margin:0 10px;padding:5px 15px;height:40px;}

.teamslider{opacity:0}
.teamslider.slick-initialized{opacity:1;z-index:1}

#team{overflow:visible;overflow-x: hidden;height:auto}
#team .wrapper{max-width:1284px;}

#team .scrollbar-handle {height:18px;transform: translateY(-2px);background-color: #fff;border-radius:16px;border:1px solid  #a6a6a6;max-width:792px}
#team .scrollbar {
    margin:120px auto 0;
    height: 14px;
    background: #a6a6a6;
    border-radius:16px;
    width: 100%;
    max-width: 792px; /* Set max-width here */
    position: relative;
 }

.sliderfilter{display: flex;justify-content: center;align-items: center;font-size: 14px;margin-top:40px;margin-bottom:60px;flex-wrap: wrap}
.slfilter-item{padding: 8.5px 15px 7.7px;margin:0 5px;color:#fff;background-color: #777;border-radius: 20px;line-height: 120%;cursor: pointer}

.slfilter-item.active{background-color: #5f90c2;box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);}
.slfilter-item.active[data-prof="kin"]{background-color: #217894}
.slfilter-item.active[data-prof="dog"]{background-color: #b07f33}
.slfilter-item.active[data-prof="def"]{background-color: #788E61}
.slfilter-item.active[data-prof="rea"]{background-color: #7F6193}
.slfilter-item.active[data-prof="adm"]{background-color: #c9ac1b}
.slfilter-item.active[data-prof="erg"]{background-color: #A3483E}


.slfilter-item[data-who="0"]{padding-left:30px}
.slfilter-item[data-who="1"]{padding-left:30px}
.t-member-outer{padding:10px;}
.t-member{border-radius:40px;background-color: #fff;position: relative;min-height:520px;overflow-y: visible}
.t-member .inner{min-height:480px;width:100%;box-shadow: -1px 2px 11px 0px rgba(0,0,0,0.32);border-radius: 40px}

.team-card-img{width:100%;height:326px;border-top-right-radius: 40px;border-top-left-radius: 40px;background-size: cover;background-position: center -40px;background-repeat: no-repeat}
.team-card-text{border-bottom-right-radius: 40px;border-bottom-left-radius: 40px;background-color:#fff;top:326px;transition:all 0.4s ease;max-height:200px;overflow-y: hidden;line-height: 130%;padding: 20px;text-align: left;font-family: 'Comfortaa', sans-serif;}

.team-card-text.active{max-height:1000px;padding-bottom:44px;}
.team-card-text h4{display:flex;align-items: flex-start;justify-content: space-between;font-family: 'Comfortaa', sans-serif;
    font-size: 15px;font-weight:500;margin-bottom:19px;padding-right: 10px}
.cardbadges{display: flex;width:max-content}
.cardbadges .badge{font-size: 12px;color:#fff;background-color: #2178A3;padding:4px 10px;text-transform: none;border-radius: 20px}
.cardbadges .badge.icon{width:27px;height:27px;margin-right:6px;}

.team-card-text h5,
.team-card-text p{line-height: 130%;font-size:15px;font-family: 'Comfortaa', sans-serif;text-transform: none;margin:0;padding-right:35px}
.team-card-text h5{margin: 0 0 10px 0;}
.tcardspoiler {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    left: 0;
    width: 100%;
    height: 89px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255,255,255,0.2) 100%);

}
.tcardspoiler .ico{transition:all 0.4s linear;right:20px;bottom:20px;width:46px;height:27px;position: absolute;z-index:8;cursor: pointer;background-image:url(../img/team/teamchevron.svg);background-size: contain;background-repeat: no-repeat;background-position: center}

.team-card-text.active .tcardspoiler {height: 62px;}
.team-card-text.active .tcardspoiler .ico {transform:rotate(180deg);}

.slfilter-item[data-prof="psy"],
.slfilter-item[data-prof="kin"],
.slfilter-item[data-prof="dog"],
.slfilter-item[data-prof="def"],
.slfilter-item[data-prof="rea"],
.slfilter-item[data-prof="adm"],
.slfilter-item[data-prof="erg"]
{padding-left:40px;position: relative}

.slfilter-item[data-prof="psy"]:before,
.slfilter-item[data-prof="kin"]:before,
.slfilter-item[data-prof="dog"]:before,
.slfilter-item[data-prof="def"]:before,
.slfilter-item[data-prof="adm"]:before,
.slfilter-item[data-prof="rea"]:before,
.slfilter-item[data-prof="erg"]:before
{display: block;width:27px;height:27px;content:"";position: absolute;left:4px;top:3px;background-color: white;border-radius:27px}

.slfilter-item[data-prof="psy"]:before{background-image:url(../img/team/brain_g.svg);}
.slfilter-item[data-prof="kin"]:before{background-image:url(../img/team/hand_g.svg);}
.slfilter-item[data-prof="dog"]:before{background-image:url(../img/team/paw_g.svg);}
.slfilter-item[data-prof="def"]:before{background-image:url(../img/team/def_g.svg);}
.slfilter-item[data-prof="rea"]:before{background-image:url(../img/team/rea_g.svg);}
.slfilter-item[data-prof="adm"]:before{background-image:url(../img/team/adm_g.svg);}
.slfilter-item[data-prof="erg"]:before{background-image:url(../img/team/erg_g.svg);}

.active.slfilter-item[data-prof="psy"]:before{background-image:url(../img/team/brain_b.svg);}
.active.slfilter-item[data-prof="kin"]:before{background-image:url(../img/team/hand_b.svg);}
.active.slfilter-item[data-prof="dog"]:before{background-image:url(../img/team/paw_b.svg);}
.active.slfilter-item[data-prof="def"]:before{background-image:url(../img/team/def_b.svg);}
.active.slfilter-item[data-prof="rea"]:before{background-image:url(../img/team/rea_b.svg);}
.active.slfilter-item[data-prof="adm"]:before{background-image:url(../img/team/adm_b.svg);}
.active.slfilter-item[data-prof="erg"]:before{background-image:url(../img/team/erg_b.svg);}

.cardbadges .badge.prof.psy,
.cardbadges .badge.icon.psy{background-color:#5f90c2}
.cardbadges .badge.icon.psy{background-image:url(../img/team/brain.svg);background-repeat: no-repeat;background-size: 25px;background-position: center}

.cardbadges .badge.prof.kin,
.cardbadges .badge.icon.kin{background-color:#217894}
.cardbadges .badge.icon.kin{background-image:url(../img/team/hand.svg);background-repeat: no-repeat;background-size: 25px;background-position: center}

.cardbadges .badge.prof.dog,
.cardbadges .badge.icon.dog{background-color:#b07f33}
.cardbadges .badge.icon.dog{background-image:url(../img/team/paw.svg);background-repeat: no-repeat;background-size: 25px;background-position: center}

.cardbadges .badge.prof.def,
.cardbadges .badge.icon.def{background-color:#788E61}
.cardbadges .badge.icon.def{background-image:url(../img/team/def.svg);background-repeat: no-repeat;background-size: 25px;background-position: center}

.cardbadges .badge.prof.rea,
.cardbadges .badge.icon.rea{background-color:#7F6193}
.cardbadges .badge.icon.rea{background-image:url(../img/team/rea.svg);background-repeat: no-repeat;background-size: 25px;background-position: center}

.cardbadges .badge.prof.adm,
.cardbadges .badge.icon.adm{background-color:#c9ac1b}
.cardbadges .badge.icon.adm{background-image:url(../img/team/adm.svg);background-repeat: no-repeat;background-size: 25px;background-position: center}

.cardbadges .badge.prof.erg,
.cardbadges .badge.icon.erg{background-color:#A3483E}
.cardbadges .badge.icon.erg{background-image:url(../img/team/erg.svg);background-repeat: no-repeat;background-size: 25px;background-position: center}


#team .allteam {display: none}
.team-slider-nav{display: flex;justify-content: center;align-items: center;margin-top:60px;}
#team .slick-dots {
    background: transparent;
    border-radius: 20px;
    padding: 2px;
    margin:40px auto 0;
    display: flex !important;
    max-width: calc(100% - 100px);
    text-align: center;
    align-items: center;
    justify-content: center;
}
#team .slick-arrow {
    border:none;
    background-image: url(../img/team/teamchevron.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
    height: 27px;
    transform: scaleX(1) rotate(-90deg) translateY(0);
    position: relative;
    left:auto;
    right:auto;
    top:auto;
}

#team .slide-t-dots {position:relative;max-width:calc(100% - 100px);text-align: center;justify-content: center}
#team .slide-t-dots ul.slick-dots{margin:0 auto;}
#team .slide-t-prev.slick-arrow {
    transform: scaleX(1) rotate(90deg) translateY(0);
}
#team .slick-arrow.slick-next {
    right: 30px;
    left:auto;
    bottom:0;
    top:auto
}
#team .slick-dots li{width:100px;margin:0 2px;background:#ccc;height:10px; border-radius: 6px;cursor: pointer;}
#team .slick-dots li button:before{display:none}
#team .slick-dots li button{
    max-width: 10px;
    overflow: hidden;
    margin: 0;
    border-radius: 6px;
    padding: 0;
    background: #ccc;
    height: 9px;
   color:transparent;
   transition: all 0.25s ease-in;

    outline: 0 !important;
}
#team .slick-dots li.slick-active button{
   padding:0;
   margin:0;
   width:100%;
   max-width: 100%;
   background-color: #fff;
   border:1px solid #999;
   margin-top: -2px;
   height:14px;
}

#team .slick-list {
    overflow: unset;
    overflow-y: visible !important;
}


#team .brownsphere {
    width: 440px;
    top: 150px;
    left:-220px;
}

#team .bluesphere {
    width: 390px;
    right: -190px;
    left: auto;
    bottom: auto;
    top: 150px;
}

#team .graysphere {
    width: 420px;
    right: auto;
    left:44%;
    bottom: auto;
    top: 640px;
}





/** HELP **/

p.mw850 {
    max-width: 850px;
    margin: 0 auto 60px;
    display: block;
    text-align: center
}

.checklist, .facts {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 60px;
    max-width: 1256px;
    margin: 0 auto 60px;
    padding: 70px 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.checklist_item {
    width: 55%;
    text-align: left
}

.checklist_item:nth-of-type(2n) {
    width: 45%;
}

.checklist_item .iconholder {
    height: 210px;
    display: flex;
    align-items: flex-end;
}

.checklist_item .iconholder img {
    max-height: 210px;
    width: auto
}

.checklist_item p {
    max-width: 55%;
    margin-top: 10px;
    padding-top: 20px;
    display: block;
    position: relative;
}

.fwb:before,
.checklist_item p:before {
    display: block;
    position: absolute;
    content: "";
    width: 192px;
    height: 2px;
    border-radius: 2px;
    background: var(--blue);
    top: 0;
    left: 0;
}

.cta1 {
    max-width: 1256px;
    margin: 0 auto 60px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left
}

.cta1 .buttonwrap {
    min-width: 297px;
}

.ctatext {
    padding-right: 10%
}


#help .whitesphere {
    width: 590px;
    left: -307px;
    top: 200px
}

#help .brownsphere {
    width: 590px;
    right: -290px;
    top: 250px
}

#help .graysphere {
    width: 466px;
    left: 3%;
    top: calc(50% - 233px);
    opacity: 0.5;
}

#help .whitesphere.sph2 {
    width: 566px;
    left: auto;
    right: 3%;
    top: calc(50% - 283px);
}


#help .brownsphere.sph2 {
    width: 390px;
    right: auto;
    left: -190px;
    bottom: 60px;
    top: auto
}

#help .graysphere.sph2 {
    width: 390px;
    right: -190px;
    left: auto;
    bottom: 60px;
    top: auto
}




/** FACTS **/
.fwb {
    display: block;
    position: relative;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 60px;
}

.ifwb {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.ifwb .fwb {
    margin-bottom: 0;
}

.ifwb img {
    margin-left: 60px;
}

.ifwb img.lim {
    margin-right: 60px;
    margin-left: 0;
}

#numbers .wrapper {padding-bottom:30px}
.facts{padding-bottom:30px;margin: 0 auto 30px;}
#numbers .buttonwrap {
    margin: 0 auto 40px;
}

#numbers .brownsphere {
    width: 490px;
    left: -250px;
    right: auto;
    top: 350px
}

#numbers .blueshere {
    width: 466px;
    left: auto;
    right: -60px;
    top: 160px;
    bottom: auto;
}

#numbers .blueshere.sph2 {
    width: 466px;
    left: 2%;
    bottom: 120px;
    right: auto;
    top: auto;
}

#numbers .brownsphere.sph2 {
    width: 390px;
    left: auto;
    bottom: 260px;
    right: -120px;
    top: auto;
}

/** PARTNERS **/

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 30px -30px;
    flex-wrap: wrap;
    margin-left:auto;
    margin-right:auto;
    max-width:1400px;
}

.logoholder {
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
    border-radius: 40px;
    width: 100%;
    max-width: 320px;
    height: 148px;
    padding: 0 20px;
    box-sizing: border-box;
}

.logoholder img {
    height: 100%;
    max-height:55px;
    width:auto;
  /*  filter: grayscale(100%); */
}

#partners .graysphere {
    width: 426px;
    left: -203px;
    bottom: auto;
    right: auto;
    top: calc(50% - 163px);
}

#partners .brownsphere {
    width: 536px;
    left: auto;
    bottom: auto;
    right: -270px;
    top: calc(50% - 203px);
}

/** FAQ **/
.fullwidth-wrap.bfq {
    margin-bottom: 120px;
}

.faqwrapper {
    max-width: 933px;
    margin: 0 auto;
}

.faq-item {
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 24px;
}

.fq-spoiler {
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 20px 20px 20px 80px;
    position: relative;
    font-weight: 600;
    line-height: 150%
}

.fq-spoiler:after {
    content: "";
    position: absolute;
    left: 36px;
    top: calc(50% - 8px);
    border-right: 2px solid var(--brown);
    border-bottom: 2px solid var(--brown);
    width: 12px;
    height: 12px;
    transform: rotate(-315deg);
    transition: all 0.25s ease
}

.fq-spoiler:before {
    content: "";
    position: absolute;
    right: 16px;
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    border-radius: 100%;
}


.fq-spoiler.fqs-active:after {
    transform: rotate(-135deg);
    top: calc(50% - 3px);
}

.fq-spoiler-content {
    display: none;
    width: 100%;
    color: #000;
    background-color: #EFEFEF;
    border-radius: 30px;
    padding: 30px;
    line-height: 200%;
    margin-top: -16px;
    text-align: left;
    font-size: 18px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.fq-spoiler-content span{white-space: nowrap;word-break: keep-all}

#faq .blueshere {
    width: 426px;
    left: -203px;
    bottom: auto;
    right: auto;
    top: 120px;
}

#faq .brownsphere {
    width: 426px;
    left: auto;
    bottom: auto;
    right: -270px;
    top: 120px;
}

#faq .brownsphere.sph2 {
    width: 526px;
    left: -200px;
    bottom: 100px;
    right: auto;
    top: auto;
}

#faq .blueshere.sph2 {
    width: 526px;
    left: auto;
    bottom: 100px;
    right: -200px;
    top: auto;
}

/** CONTACTS **/
.contactswrap, .socialwrap {
    max-width: 500px;
    margin: 20px auto 60px
}

.contactswrap p {
    margin-bottom: 0;
}

p.ctitle {
    color: var(--blue);
    margin-top: 30px
}

.socialwrap a {
    margin: 0 25px
}

#contacts .bigheart.heartleft {
    left: -13.4%;
    top: calc(50% - 15vw);
}

#contacts .bigheart.heartright {
    right: -13.4%;
    top: calc(50% - 15vw);
}

/** LIGHTBOX **/

.lightbox {
    display: none
}

.featherlight {
    z-index: 99999999 !important
}

.featherlight, .featherlight-content {
    padding: 0;
    max-height: 100%
}

.featherlight-content {
    background: rgba(255, 255, 255, 0.85) !important;
    max-height: 100%;
    padding: 40px 80px !important;
    margin: 40px;
    border-radius: 60px;
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.7);
}

#contactformwrap {
    position: relative;
    width: 100%;
    max-width: 544px;
}

title.featherlight-inner {
    line-height: 120%;
    font-family: 'STIX Two Text', serif;
    text-align: center;
    width: 100%;
    font-size: 30px;
    text-transform: none;
    padding: 20px 0;
}

.lightbox form {
    width: 100%;
    max-width: 544px;
}

label {
    font-size: 18px;
    position: relative;
    width: 100%;
    display: block
}

label.error {
    font-size: 12px;
    color: var(--orange);
    position: absolute;
    top: 34px;
    left: 10px;
    width: 100%;
}

input, select {
    width: 100%;
    border: 0;
    height: 52px;
    background: #fff;
    border-radius: 0;
    margin: 5px 0 20px;
    padding-left: 10px;
    font-family: 'Comfortaa', sans-serif;
}

input[type="submit"] {
    max-width: 297px;
    margin: 0 auto;
    background: var(--orange);
    color: white;
    border-radius: 20px;
    transition: all 0.3s linear;
    display: block;
    font-size: 18px;
}

input[type="submit"]:hover {
    background: var(--brown);
}

.ssm.ale span{
    line-height: 1.2;
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
}
input#conditions2,
input#conditions{width: 20px;
    height: 20px;
    margin-right: 10px;}
.gdprdetails{color: var(--blue);font-size:80%;text-decoration: underline;text-decoration-style: dashed;cursor:pointer;display: inline}
.gdprtext{display:none;font-size: 13px;line-height: 140%;}
#conditions-error{left:1px;top:5px}
#conditions2-error{left:1px;top:10px}
.g-recaptcha > div {
    margin: 0 auto 20px;
}

#submitBtn {
    margin: 10px auto !important;
    display: block
}

.featherlight .featherlight-close-icon {
    border-radius: 100%;
    display: none;
}

@media (min-width: 1200px) {
    #contactformwrap {
        min-width: 544px;
    }
}

/* For Webkit browsers (e.g., Chrome and Safari) */
::-webkit-scrollbar {
    width: 5px; /* Set the width of the scrollbar */
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 5px;
    max-height: 80% !important;
    margin-top: 10% !important;
}

::-webkit-scrollbar-thumb {
    background: #888; /* Thumb color */
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Thumb color on hover */
    border-radius: 5px;
}

.scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.scrollbar:hover {
    scrollbar-color: #555 #f1f1f1;
}

.featherlight {
    background: rgba(0,0,0,0.7);
}

/* Media query for screens */
@media (max-width: 1400px) {
    h1 {
        font-size: 40px;
    }

    #main p {
        font-size: 24px;
    }

    section p {
        font-size: 18px
    }
    .menu-items a {
        font-size: 19px;
    }
}

@media (max-width: 1280px) {
    .slide .flexylr .imgframe {
        width: 50%
    }

    .slide .info {
        max-width: 50%;
    }
    section p {
        font-size: 16px
    }
    .flexylr .imgframe {
        max-width: 312px;
    }
    .slide.standalone .info {
        max-width: 60%;
    }
    .menu-items a {
        font-size: 17px;
    }
}

@media (max-width: 1264px) {
    .sliderfilter .filterlabel{width: 100%;text-align: center}
    .sliderfilter .slfilter-item{margin-bottom:10px;}
}
@media (max-width: 1180px) {

    section p {
        font-size: 14px
    }

    header .logo img {
        height: 46px;
        width: auto;
    }

    .menu-items a {
        font-size: 16px;
    }

    section#main {
        padding-top: 140px
    }
}

@media (max-width: 1024px) {
    section p {
        font-size: 15px
    }

    header {
        padding: 20px 0;
    }

    .menu-items a {
        font-size: 15px;
        margin: 0 1.5%
    }
    #team {
        padding-bottom: 115px;
    }

}

@media (max-width: 960px) {
    .slide {
        padding: 56px 36px 36px;
    }

    .slide .flexylr {
        flex-wrap: wrap
    }

    .slide .flexylr .info, .slide .flexylr .imgframe {
        width: 100%;
        max-width: 100%
    }


    .slide .flexylr .info {
        order: 1;
        margin-left: 0;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .slide .flexylr .imgframe {
        order: 2;
        aspect-ratio: 1/1;
    }

    .slide.standalone .imgframe {
        margin-top: 0;
    }
    .menu-items a {
        font-size: 14px;
    }
}

@media (max-width: 810px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }

    #main p {
        font-size: 20px;
    }

    .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 28px;
    }

    .mobile-menu-icon {
        display: block;
        cursor: pointer;
        width: 26px;
        height: 24px;
        position: relative;
        border-top: 2px solid var(--blue);
        border-bottom: 2px solid var(--blue);
        transition: all 0.3s ease;
        border-radius: 2px;
    }

    .mobile-menu-icon .bar {
        background-color: var(--blue);
        width: 100%;
        height: 2px;
        position: absolute;
        transition: transform 0.3s ease, opacity 0.3s ease;
        border-radius: 2px;
        top: 10px;
        transform: translateY(-50%);
    }


    /* Mobile menu icon (active state) */
    .mobile-menu-icon.active .bar:nth-child(1) {
        transform: rotate(45deg) translateY(0);
    }

    .mobile-menu-icon.active {
        border-color: transparent;
    }

    .mobile-menu-icon.active .bar:nth-child(2) {
        transform: rotate(-45deg) translateY(0);
    }

    .menu .menu-items {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 76px;
        left: auto;
        right: 3%;
        width: 100%;
        background: white;
        padding: 10px;
        text-align: right;
        z-index: 10;
        max-width: 280px;
        border-radius: 8px

    }

    /* Mobile menu icon (initial state) */
    .mobile-menu-icon {
        display: block;
        cursor: pointer;
    }

    /* Mobile menu list (initial state) */
    .menu-items {
        display: none;
    }

    /* Mobile menu list (active state) */
    .menu-items.active {
        display: flex;
        transition: all 0.25s ease;
        /* Add your mobile menu styles here */
    }

    .menu-items a {
        margin: 5px 0;
    }

    .menu .mobile-menu-icon {
        display: block;
        cursor: pointer;
    }

    .menu-line {
        display: none !important
    }

    #main .wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        min-height: unset;
    }

    #main .maininner {
        min-height: unset;
        margin-top: 0;
    }

    #main h1 {
        margin-top: 0;
        font-size: 35px;
    }

    .maininner h1, .maininner p {
        width: 100%;
    }

    .bigheart {
        position: relative;
    }

    .bigheart.heartleft, .bigheart.heartright {
        left: unset;
        right: unset;
        top: unset;
        width: 65vw;
        height: 75vw;
        margin-left: -35vw;
        margin-right: 10vw;
    }


    .bigheart.heartright {
        margin-left: 10vw;
        margin-right: -35vw;
    }


    a.nextsection {
        font-size: 16px;
    }

    h2::after {
        margin: 10px -10% 20px;
        width: 120%;
    }

    .flexylr {
        flex-wrap: wrap;
        justify-content: center
    }

    #howitworks .flexylr .imgframe{background-size: 110% !important;}
    #howitworks .flexylr .imgframe ,
    #about .flexylr .imgframe {
        width: 100%;
        max-width: 442px;
        border-radius: 20px;
        aspect-ratio: 1/1;
        order: 2;
        margin: 40px auto;
    }

    #howitworks .flexylr .imgframe {
        margin: 40px 18px;
    }

    #howitworks.flexylr .info,
    #about .flexylr .info {
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding-left: 0;
        order: 1
    }

    #who .whitesphere,
    #howitworks .whitesphere,
    #about .whitesphere {
        left: -150px;
        bottom: 40px;
        width: 466px;
    }

    #who.brownsphere,
    #howitworks .brownsphere,
    #about .brownsphere {
        right: -180px;
        top: 40px;
        width: 364px;
    }

    #therapy .brownsphere {
        width: 290px;
        left: -137px;
        top: 200px
    }

    #therapy .blueshere {
        width: 290px;
        right: -170px;
        top: 250px
    }

    #therapy .graysphere {
        width: 366px;
        left: calc(50% - 183px);
        top: calc(50% - 183px)
    }

    #therapy .blueshere.sph2 {
        width: 304px;
        left: -152px;
        right: auto;
        bottom: 200px;
        top: auto
    }

    #therapy .brownsphere.sph2 {
        width: 390px;
        right: -157px;
        left: auto;
        bottom: 160px;
        top: auto
    }

    #contacts .bigheart {
        display: block;
        position: absolute;
        width: 45vw;
        height: 45vw;
        z-index: -1;
        margin: 0 !important
    }

    #contacts .bigheart.heartleft {
        left: -13.4%;
        top: calc(30% - 15vw);
    }

    #contacts .bigheart.heartright {
        right: -13.4%;
        top: calc(30% - 15vw);
    }
}

@media (max-width: 768px) {
    .checklist {
        justify-content: flex-start
    }

    .checklist_item {
        width: 100% !important;
    }

    .checklist_item p {
        width: 100% !important;
        max-width: 100% !important
    }

    .cta1 {
        flex-wrap: wrap
    }

    .cta1 .btn {
        line-height: 120%;
    }

    .ctatext {
        padding-right: 0;
        padding-bottom: 30px;
        font-size: 16px;
        width: 100%;
        line-height: 150%;
    }
}

@media (max-width: 720px) {
    .filterlabel{width:100%;margin-bottom:20px;}
    .ifwb {
        flex-wrap: wrap;
    }

    .ifwb img,.ifwb img.lim {
        order: 1;
        max-width: 267px;
        height: auto;
        margin: 0 0 20px
    }

    .ifwb .fwb {
        order: 2
    }

    .partners-logos {
        flex-wrap: wrap;
    }

    .fq-spoiler-content {
        font-size: 15px;
    }
    .fq-spoiler.fqs-active {
        padding: 15px 15px 30px 70px;
    }
    .fq-spoiler.fqs-active:after {
        top: calc(50% - 8px);
    }
}

@media (max-width: 480px) {
    section {
        padding: 120px 0 40px;
    }

    .wrapper {
        padding: 0 18px;
    }

    #main h1 {
        font-size: 30px;
    }

    #main p {
        font-size: 20px;
    }

    section p {
        font-size: 13px
    }
    section p.sub {
        font-size: 15px
    }


    body {
        font-size: 13px;
    }

    .arrbot {
        width: 30px;
        height: 30px;
    }
    .slick-arrow {
        width: 26px;
        height: 26px;
        top:6%;
    }
    .slick-arrow.slick-next {
        right: -8px;
    }
    .slick-arrow.slick-prev {
        left: -6px;
    }

    .slide {
        border-radius: 50px;
        padding: 50px 28px 28px;
    }

    .slidepadder {
        padding: 0 10px;
    }

    .slide.standalone {
        margin-top: 20px;
    }

    .slide.standalone .info {
        margin-bottom: 0;
    }

    .slick-dots {
        margin-top: 30px;
    }



    h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .featherlight-content {
        padding: 20px 40px !important;
        margin: 20px;
    }

    label {
        font-size: 14px;
    }

    label.error {
        font-size: 11px;
        top: 25px;
    }

    title.featherlight-inner {
        line-height: 110%;
        font-size: 24px;
    }

    .checklist_item .iconholder {
        height: 110px;
    }

    .checklist_item .iconholder img {
        margin-left: 0 !important;
        max-height: 90px !important;
        width: auto;
    }
    .fq-spoiler {
        padding: 15px 15px 15px 70px;
    }

    .socialwrap img {
        max-width: 40px;
        height: auto
    }

    .socialwrap a {
        margin: 0 15px;
    }

    contactswrap, .socialwrap {
        max-width: 500px;
        margin: 20px auto 0;
    }

    #therapy .brownsphere {
        left: -193px;
        top: 323px;
    }
    #therapy .blueshere {
        top: 28%;
    }
    #therapy .blueshere.sph2 {
        bottom: 360px;
    }
    #therapy .brownsphere.sph2 {
        width: 300px;
        bottom: 133px;
    }

    #help .whitesphere {
        width: 434px;
        top: 589px;
    }
    #help .brownsphere {
        width: 399px;
        top: 358px;
    }
    #help .whitesphere.sph2 {
        width: 420px;
        left: auto;
        right: -24%;
        top: calc(28%);
    }
    #help .brownsphere.sph2 {
        width: 358px;
        right: auto;
        left: -240px;
        bottom: 560px;
        top: auto;
    }
    #help .graysphere.sph2 {
        width: 390px;
        right: -190px;
        left: auto;
        bottom: 639px;
        top: auto;
    }

    #who .slide.standalone .info ,
    #who .slide.standalone .imgframe {
        max-width: 100%;
    }
    #who .slide.standalone .info{order:1;margin-bottom:20px}
    #who .slide.standalone .imgframe{order:2}

    #howitworks .flexylr .info,
    #howitworks .flexylr .imgframe,
    #about .flexylr .info {
        padding: 0 18px;
    }

    #numbers .brownsphere {
        width: 399px;
        left: -250px;
        right: auto;
        top: 633px;
    }
    #numbers .blueshere {
        width: 316px;
        left: auto;
        right: -144px;
        top: 210px;
        bottom: auto;
    }
    #numbers .blueshere.sph2 {
        width: 416px;
        left: -71%;
        bottom: 811px;
        right: auto;
        top: auto;
    }

    #partners .brownsphere {
        width: 397px;
        left: auto;
        bottom: 55px;
        right: -287px;
        top: auto;
    }
    section#contacts {
        min-height: 700px;
    }
    .info ul {
        margin-left: 10px;
    }
    .slide.standalone .imgframe {
        transform: translateX(0);
    }


    #faq .blueshere {
        width: 326px;
        left: -193px;
        bottom: auto;
        right: auto;
        top: 120px;
    }

    #faq .brownsphere {
        width: 326px;
        left: auto;
        bottom: auto;
        right: -190px;
        top: 120px;
    }

    #faq .brownsphere.sph2 {
        width: 326px;
        left: -190px;
        bottom: 100px;
        right: auto;
        top: auto;
    }

    #faq .blueshere.sph2 {
        width: 326px;
        left: auto;
        bottom: 100px;
        right: -190px;
        top: auto;
    }

    .fq-spoiler-content {
        font-size: 13px;
    }
    .fq-spoiler.fqs-active {
        padding: 15px 15px 30px 70px;
    }
    .fq-spoiler.fqs-active::after {
        top: calc(50% - 8px);
    }
    .slfilter-item{margin-bottom:20px;}

    @media (max-width: 960px) {
        .slide .flexylr .imgframe {
            aspect-ratio: 1/1.3;
        }
    }
}


@media (min-width: 1500px) {
    .slick-dots {
        display: none !important;
    }
}

#howtogo{display:none;}
#howtogo ol li{margin-bottom:20px;}
.featherlight-content #howtogo{display:block;}

#myForm{padding-bottom:60px;}
.ssm{font-size:12px;}

.signup_standalone{display: flex;width:100vw;height:auto;justify-content: flex-start;align-items: center;flex-direction: column}
.signup_standalone h3{text-align: center;font-size:20px; font-family: 'Comfortaa', sans-serif;display: block;margin-bottom: 20px;}
.signup_standalone #contactformwrap{width:100%;max-width:544px; margin:20px 0;background-color: #cbcbcb;padding:20px;border-radius:12px;position:relative;}
.signup_standalone #contactformwrap #myForm{padding-bottom:100px;}
.signup_standalone .gdprtext{padding-top:20px;}
.signup_standalone .gdprdetails {
    font-size: 12px;
}

@media (max-width: 480px) {
    .signup_standalone #contactformwrap{width:100%;max-width:100%;min-width: 100%}
}