/* RESET CSS */

* {
    outline: none;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000;
}


@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Black.woff2') format('woff2'),
    url('../fonts/ProximaNova-Black.woff') format('woff'),
    url('../fonts/ProximaNova-Black.ttf') format('truetype'),
    url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
    url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
    url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),
    url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.eot');
    src: url('../fonts/Didot.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Didot.woff2') format('woff2'),
    url('../fonts/Didot.woff') format('woff'),
    url('../fonts/Didot.ttf') format('truetype'),
    url('../fonts/Didot.svg#ProximaNova-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot LT Std Italic.otf');
    font-weight: normal;
    font-style: italic;
}

/* GENERAL */
body {
    font-family : 'Proxima Nova', sans-serif;
}

#navigation {
    overflow: hidden;
    min-height: calc(100vh - 92px);
}

.menu-desktop,.menu-book, .page-content {
    padding: 0 80px;
}

.page-content {
    margin-top:100px;
    padding-bottom: 35px;
    padding-top:10px;
}


.page-content.terms {
    max-width:650px;
    margin:0 auto;
    margin-top:100px;
}

.page-content.terms h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.page-content.terms p {
    font-family: 'Didot', serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* MENU */

.main {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-desktop {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    background: white;
    z-index: 11;
    height: 90px;
}
.menu-book{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 10;
    height: 90px;
}
.menuSpace {
    height: 90px;
}
.menuSpaceBook{
    height: 25px;
}
.menu-desktop .logo-ctn, .menu-desktop .menu-ctn, .right-ctn {
    display: inline-block;
}
.menu-book .logo-ctn, .menu-book .menu-book, .right-ctn {
    display: inline-block;
}

.menu-desktop .logo-ctn img {
    width: 175px;
    position: relative;
    z-index: 10;
}
.menu-book .logo-ctn img {
    width: 175px;
}
.menu-desktop .menu-ctn ul li {
    display: inline-block;
    padding: 0 12px;
}
.menu-desktop .menu-ctn ul li.menuSelected .submenu li.menuSelected a {
    font-weight: bold;
    color: black !important;
}

.menu-desktop .menu-ctn>ul>li.menuSelected .submenu .yearNavigation {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.menu-desktop .menu-ctn {
    text-align: center;
    color: #999;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.4s;
    padding:0 20px;
    position: relative;
    width: 820px;
}

.menu-desktop .menu-ctn span {
    cursor: pointer;
}

.menu-desktop .menu-ctn li.menuSelected span, .menu-desktop .menu-ctn li.menuSelected a{
    font-weight: bold;
    color: black;
}

.menu-desktop .menu-ctn a  {
    color: #999;
    transition: color 0.4s;
}

.menu-desktop .menu-ctn .active {
    color: #000;
    transition: color 0.4s;
}


.menu-desktop .menu-ctn ul li:hover a, .menu-desktop .menu-ctn ul li:hover span {
    color: #000;
    transition: color 0.4s;
}


.menu-desktop .menu-ctn .submenu li a {
    color: #999 !important;
    text-transform: uppercase;
}

.menu-desktop .menu-ctn .submenu li a:hover, .menu-desktop .menu-ctn .submenu li a.active {
    color: black !important;
}

/*
.menu-desktop .menu-ctn>ul>li:hover .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 8;
    transition-duration: 0.4s;
}
*/
.menu-desktop .menu-ctn>ul>li.menuSelected .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 4;
    transition-duration: 0.4s;
}

.menu-desktop .menu-ctn>ul>li.menuHover .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 6;
}

.menu-desktop .menu-ctn>ul>li.menuHover.menuSelected .submenu {
    z-index: 8;
}

.menu-desktop .submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: white;
    left: 0;
    top: 20px;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
    padding: 10px 0;
    transition-duration: 0.4s;
}

.menu-desktop .right-ctn,.menu-book .right-ctn {
    font-size: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-desktop .lang-ctn, .menu-book .lang-ctn {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    padding-right: 15px;
    color: #999;
    display: flex;
    text-transform: uppercase;
}

.menu-desktop .lang-ctn .lang, .menu-book .lang-ctn .lang {
    cursor: pointer;
    padding: 0 5px;
}

.menu-desktop .lang-ctn .lang.active, .menu-book .lang-ctn .lang.active {
    color: #000;
    font-weight: 500;
}

.hamburger {
    padding: 0px !important;
    position: relative;
    z-index: 10;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px !important;
    height: 1px !important;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 22px !important;
}


.menuBurger {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 120px);
    min-height: calc(100vh - 156px);
    background: white;
    z-index: 11;
    padding: 60px;
    padding-bottom: 10px;
    display: none;
    opacity: 0;
    transition: 0.5s;
}
.menuBurger .right-ctn{
    position: fixed;
    z-index: 13;
    top:30px;
    right:80px;
    font-size: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuBurger .right-ctn .lang-ctn{
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    padding-right: 15px;
    color: #999;
    display: flex;
    text-transform: uppercase;
}
.menuBurger .right-ctn .lang-ctn .lang{
    cursor: pointer;
    padding: 0 5px;
}
.menuBurger .right-ctn .lang-ctn .lang.active {
    color: #000;
    font-weight: 500;
}
.menuBurger.active {
    opacity: 1;
    display: block;
}

.menuBurger .mainMenu {
    padding: 50px 0;
    text-align: center;
}

.menuBurger .mainMenu ul li {
    position: relative;
}

.menuBurger .mainMenu ul li span, .menuBurger .mainMenu ul li a {
    font-size: 55px;
    color: #999;
    font-weight: 700;
    -webkit-text-stroke: 2px #999;
    text-transform: uppercase;
    line-height: 1.3;
    cursor: pointer;
    transition-duration: 0.3s;
    letter-spacing: 10px;
}
.menuBurger .mainMenu ul li:hover span, .menuBurger .mainMenu ul li:hover a{
    color: black;
    -webkit-text-stroke: 2px #000000;
}
.menuBurger .mainMenu ul li{
    margin-bottom: 15px;
}
.menuBurger .mainMenu ul li:first-child {
    margin-bottom: 15px;
    position: relative;
}
.menuBurger .mainMenu ul li:first-child.active,
.menuBurger .mainMenu ul li:nth-child(2).active{
    margin-bottom: 120px;
}
.menuBurger .mainMenu ul li:nth-child(6).active{
    /*margin-bottom: 110px;*/
    margin-bottom: 87px;
}
.menuBurger .mainMenu ul li:first-child.active .submenu,
.menuBurger .mainMenu ul li:nth-child(2).active .submenu,
.menuBurger .mainMenu ul li:nth-child(6).active .submenu{
    visibility: visible;
    opacity: 1;
}
.menuBurger .mainMenu ul li.active span,.menuBurger .mainMenu ul li.active a{
    color: black;
    -webkit-text-stroke: 2px #000000;
}
.menuBurger .mainMenu ul li .submenu li.active a{
    color: black;
}
.menuBurger .submenu {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
    padding: 15px 0;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.menuBurger .mainMenu ul li .submenuFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.menuBurger .mainMenu ul li .submenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menuBurger .mainMenu ul li .submenu li a{
    font-size: 14px;
    -webkit-text-stroke: 0px black;
    color: #999;
    margin:0 15px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: color 0.4s;
}

.menuBurger .mainMenu ul li .submenu li a:hover {
    color: black;
}
.menuBurger .mainMenu ul li .submenu li{
    margin-bottom: 0px!important;
    line-height: 1.5;
}
.menuBurger .mainMenu ul li .submenu li:first-child{
    margin-bottom: 5px!important;
}

    /* HOME */


.home-pictures {
    font-size: 0;
    margin: 0 -10px;
    display: flex;
}

.homeSliderOne, .homeSliderTwo, .homeSliderThree {
    width:33.333%;
}

.home-pictures .home-picture {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px;
}

.home-pictures .home-picture div {
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.instagram-section {
    border-top: 1px solid #000;
    margin-top: 30px;
}

.instagram-section .instagram-ctn {
    font-size: 0;
}

.instagram-title {
    text-align: center;
    padding: 30px 0;
}

.instagram-section .instagram-slider-ctn {
    position: relative;
}

.instagram-section .instagram-ctn .instagram-elt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
}

.instagram-section .slick-slide {
    margin: 0 8px;
}

.instagram-section .slick-list {
    margin: 0 -8px;
}

.instagram-section .arrow {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.instagram-section .arrow.prev {
    left: -43px;
}

.instagram-section .arrow.next {
    right: -43px;
}

/* LIST */
.page-content.list,.page-content.finalist {
    font-size: 0;
    margin: 0 -10px;
    margin-top: 100px;
    overflow: hidden;
}
.page-content.finalist {
    padding-left: 0;
    padding-right: 0;
}
.influencerBook .model-ctn{
    width: calc(17% - 6px);
    padding: 5px;
}
.model-ctn {
    display: inline-block;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}
.page-content.finalist .list{
    max-width: 90%;
    margin: 0 auto 100px;
}

.page-content.finalist .list .model-ctn{
    width: 25%;
}
.model-ctn .picture-ctn {
    position: relative;
    overflow: hidden;
}

.model-ctn .picture-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
    transition-duration: 400ms;
}

.model-ctn .instagramButton,.model-ctn .bottomContent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    transition-duration: 300ms;
    z-index: 2;
    display: block;
    right: 0;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    transition-duration: 300ms;
}
.model-ctn .bottomContent {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    bottom: 30px;
}
.model-ctn .bottomContent span{
    font-size: 20px;
    color: #ffffff;
    font-family: 'Didot', serif;
    font-style: italic;
}
.model-ctn .bottomContent a{
    display: block;
    color: #ffffff;
}
.model-ctn .picture-ctn:hover .instagramButton,
.model-ctn .picture-ctn:hover .bottomContent{
    opacity: 1;
    visibility: visible;
}

.model-ctn .picture-ctn ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    transition-duration: 300ms;
    z-index: 2;
}

.model-ctn .picture-ctn:hover ul {
    opacity: 1;
    visibility: visible;
    transition-duration: 300ms;
}


.model-ctn .picture-ctn .instagramName {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 10px;
    width: 98%;
    width: calc(100% - 20px);
    word-break: break-all;
    text-align: center;
    color: #fff;
    transition-duration: 300ms;
    z-index: 2;
    font-size: 22px;
    font-family: 'Didot', serif;
    font-style: italic;
}

.model-ctn .picture-ctn:hover .instagramName {
    opacity: 1;
    visibility: visible;
    transition-duration: 300ms;
}

.model-ctn .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition-duration: 400ms;
}

.model-ctn .picture-ctn:hover .overlay {
    opacity: 0.4;
    visibility: visible;
    transition-duration: 400ms;
}

.model-ctn .picture-ctn:hover img {
    filter: blur(3px);
    transition-duration: 400ms;
}
.influencerBook .model-ctn .picture-ctn:hover img {
    filter: unset;
    transition-duration: unset;
}
.model-ctn .picture-ctn ul li:not(:last-child) {
    padding-bottom: 10px;
}

.model-ctn .picture-ctn ul li span {
    font-size: 17px;
    vertical-align: top;
}

.model-ctn .picture-ctn ul li span:first-child, .model-ctn .picture-ctn ul li span:last-child {
    display: inline-block;
    width: calc(50% - 13px);

}

.model-ctn .picture-ctn ul li span:first-child {
    font-family: 'Didot', serif;
    text-align: right;
    font-style: italic;
}

.model-ctn .picture-ctn ul li span:last-child {
    text-align: left;
    text-transform: uppercase;
}

.model-ctn .picture-ctn ul li span:nth-child(2) {
    padding: 0 10px;
}

.model-ctn .model-name {
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
}

.model-ctn .model-name span:first-child {
    font-weight: bold;
    text-transform: uppercase;
}

.model-ctn .model-name span:last-child {
    font-style: italic;
    margin-left: 5px;
    font-family: 'Didot', serif;
}
.bottomClientTitle{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.bottomClients{
    max-width: 600px;
    margin: 50px auto;
    padding: 10px 0;
}
.bottomClients img{
    height: 120px;
    width: auto !important;
    max-width: 100%;
    filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    margin: 0 auto;
}
.bottomClients .bottomClient{
    width: 100%;
    height: auto;]
}
.bottomClients .bottomClient .bottomClientImg{
    width: 100%;
    min-height: 100px;
    text-align: center;
}
.bottomClients .bottomClient p{
    font-size: 11px;
}

/* BECOME */
.page-content.becomeCompetition{
    padding-left: 0;
    padding-right: 0;
}

#logoBecome,#logoBecomeFinalist{
    padding: 40px 0;
    text-align: center;
}
#logoBecome img{
    width: 25%;
    height: auto;
}
#logoBecomeFinalist{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 5px;
}
#logoBecomeFinalist img{
    height: 90px;
    width: auto;
}
#logoBecomeFinalist h1{
    font-weight: normal;
    font-style: italic;
    font-family: 'Didot', serif;
    font-size: 100px;
}
.bottomClientTitle{
    font-weight: bold;
    padding: 0px;
    text-align: center;
    letter-spacing: 2px;
}
.bottomClients{
    max-width: 600px;
    margin: 50px auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.bottomClients img{
    height: 120px;
    width: auto !important;
    max-width: 100%;
    filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    margin: 0 auto;
}
.bottomClients .bottomClient{
    width: 33%;
    height: auto;
}
.bottomClients .bottomClient .bottomClientImg{
    width: 100%;
    min-height: 100px;
    text-align: center;
}
.bottomClients .bottomClient p{
    font-size: 11px;
}

#application-form .slick-track {
    zmargin: 0 -30px;
}

#application-form .slick-slide {
    padding: 30px;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.form-slider {
    text-align: center;
}

input[type=text], input[type=email], input[type=number], input[type=date], select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #000;
    font-family: 'Didot', serif;
    font-size: 17px;
    padding: 10px 10px;
    text-align: center;
    font-style: italic;
    box-sizing: border-box;
}
input[type=date]{
    padding: 9px 10px !important;
}
input::-webkit-datetime-edit {
    display: block;
    padding: 0;
}
.field-ctn{
    margin: 20px 0;
}
.field-ctn label{
    font-family: 'Didot', serif;
    font-size: 17px;
    text-align: center;
    font-style: italic;
    margin-bottom: 5px;
    display: block;
    color: #000000;
}
.gender-field label{
    display: inline;
}
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #000;
    font-family: 'Proxima Nova';
    font-size: 17px;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: none;
}
.field-ctn>div>div{
    width: calc(50% - 10px);
}
.field-ctn>div>div input, .field-ctn>div>div select,#shoe_container,#dress_container,#location {
    display: inline-block;
    width: 100%;
    margin: 5px;
    text-transform: lowercase;
    color:#999;
    border-radius: 5px!important;
}
#shoe_container .chosen-default span ,#dress_container .chosen-default span{
    text-transform: none;
}
.field-ctn>div input[type=radio], .field-ctn>div>input[type=checkbox], select  {
    display: inline-block;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #000;
    width: 30px;
    min-height: 30px;
    font-weight: 300;
    cursor: pointer;
}
#shoe_container select,#dress_container select{
    width: 100%;
}
#shoe_container .chosen-container,#dress_container .chosen-container{
    margin-left: 0!important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
input::placeholder {
    color:#999;
}
input[type=radio]::before, input[type=checkbox]::before {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 20px;
    transition-duration: 300ms;
}

input[type=radio]:checked::before, input[type=checkbox]:checked::before {
    opacity: 1;
    transition-duration: 300ms;
}

#application-form {
    max-width: 650px;
    padding: 0 30px;
    margin: 0 auto;
    margin-top:20px;
}
.chosen-container{
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
}
.chosen-container-single .chosen-single{
    border:1px solid #000000 !important;
    border-radius: unset !important;
    height: 44px !important;
    padding: 8px 0 !important;
    background: white !important;
}
.chosen-container-single .chosen-single div b {
  background-position: 0 9px !important;
}
.chosen-container-single .chosen-single span{
    font-family: 'Didot', serif !important;
    font-style: italic !important;
    font-size:16px !important;
}
input#name, input#instagram, input#tiktok {
    width: 100%;
    font-size: 23px;
    border-radius: 25px;
}

.field-ctn>div {
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

.step-nb {
    font-family: 'Didot', serif;
    font-style: italic;
    font-size: 35px;
    padding-bottom: 30px;
}
.becomeCompetition .step-nb{
    font-size: 30px;
}
.gender-field {
    font-size: 0;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin: 40px 0;
}
textarea {
    width: 100%;
    font-size: 23px;
    resize: none;
    min-height: 180px;
}
.gender-field>div {
    display: inline-block;
    font-size: 17px;
    color: #999;
}

.gender-field>div>* {
    vertical-align: middle;
}
.iti{
    margin: 5px;
    width: 100%;
}
#birthdate, #height {
    width: calc(100% - 10px);
    min-height: 43px;
    background: transparent;
    border-radius: 5px!important;
}
#phone.error{
    border-color: red;
}
#phone.valid{
    border-color: green;
}
.appearance-field {
    margin-top: 40px;
}

.appearance-field>div {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
}

.appearance-field>div label {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #999;
}

.form-slider p.text {
    margin-bottom: 25px;
    font-size: 15px;
}
.becomeCompetition .form-slider p.text{
    line-height: 18px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.form-slider p.text a {
    text-decoration: underline;
}
.form-slider p.age-advice {
    max-width: 80%;
    margin: 25px auto 0;
    color: #999;
    font-size: 14px;
}

.form-slider .arrow-next, .become-submit, .form-slider .arrow-prev {
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 50px;
    margin: 20px auto 0;
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
}
.become-submit{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.submit-loading{
    padding-left: 10px;
    visibility: hidden;
}
.form-slider .age-advice .medium {
    font-weight: 500;
    color: #000;
}

.form-slider .agreement-field label {
    display: inline-block;
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 12px;
    color: #000000;
    text-align: left;
    line-height: 14px;
    font-style: normal;
}
.space{
    height: 200px !important;
}
.agreement-field>div {
    padding-bottom: 20px;
    display: flex;
    align-content: center;
    align-items: center;
}

.agreement-field>div>* {
    vertical-align: middle;
}

.becomeSlideSeizure {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

#locationContainer{
    position: absolute;
    top: 61px;
    background: #FFFFFF;
    z-index: 99;
    width: calc(100% - 22px);
    padding: 0 10px;
    margin: 0 5px;
    max-height: 80px;
    overflow-y: auto;
    line-height: 28px;
    font-size: 14px;
}

#locationContainer li {
    cursor: pointer;
}

.become-submit {
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 50px;
    margin: 20px auto 0;
    cursor: pointer;
    background: #000000;
    border: none;
    color: white;
    border-radius: 30px;
    width: 100%;
    display: block;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.upload-field>div {
    position: relative;
    display: inline-block;
    width: calc(50% - 12px);
    margin: 5px;
}

.field-ctn.upload-field>div input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.upload-field {
    padding: 20px 0;
    margin: 0;
}

.upload-field p {
    font-family: 'Didot', serif;
    font-size: 23px;
    padding: 20px;
    font-style: italic;
    border-radius: 30px;
    color: #666666;
    background: #f4f4f4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.upload-field p.upload {
    font-size: 17px;
    min-height: 45px;
    box-sizing: border-box;
}

.g-recaptcha {
    display: inline-block;
    transform: scale(0.8);
}
.btn-term {
    background: #f4f4f4;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    margin: 8px 0;
    cursor: pointer;
}
.btn-term-comp{
    background: #000000;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 300px);
    border:10px solid #f4f4f4;
    margin: 8px 0;
    cursor: pointer;
}
.btn-term-comp a{
    color: white;
}
#output p{
    font-size:24px;
    margin-top:15px;
}
.becomeCompetition #output{
    height: 55px;
}
.becomeCompetition #output p{
    font-size:18px;
}
#popUpTermsConditions,#popUpPrivacyPolicy,#popUpDataProcessing {
    position: fixed;
    top:0;
    left: 0;
    bottom:0;
    width:calc(100% - 80px);
    margin: 0 auto;
    padding:40px;
    background: white;
    text-align: center;
    display: none;
    z-index: 99;
}
#popUpPrivacyPolicy,#popUpDataProcessing{
    overflow: auto;
}
#popUpTermsConditions .content,#popUpPrivacyPolicy .content,#popUpDataProcessing .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#popUpPrivacyPolicy .content,#popUpDataProcessing .content {
    align-items: flex-start;
    max-width: 80%;
    margin: 0 auto;
}
#popUpTermsConditions p,#popUpPrivacyPolicy p,#popUpPrivacyPolicy ul,#popUpPrivacyPolicy table,#popUpDataProcessing p,#popUpDataProcessing ul {
    font-family: 'Didot', serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 40px;
}
#popUpPrivacyPolicy p,#popUpPrivacyPolicy ul,#popUpPrivacyPolicy table,#popUpDataProcessing p,#popUpDataProcessing ul {
    text-align: left;
    margin: 0 0 40px;
}
#popUpPrivacyPolicy table tr td:nth-child(2){
    padding-left: 20px;
}
.mb-5{
    margin-bottom: 5px !important;
}
#popUpPrivacyPolicy ul,#popUpDataProcessing ul {
    padding-left: 20px;
}
#popUpPrivacyPolicy ul li,#popUpDataProcessing ul li{
    list-style: disc;
}

#popUpTermsConditions h1,#popUpPrivacyPolicy h1,#popUpDataProcessing h1 {
    font-size: 50px;
    margin-bottom: 30px;
    font-family: 'Proxima Nova';
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
#popUpPrivacyPolicy b,#popUpDataProcessing b {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}
#popUpTermsConditions .closeterms,#popUpPrivacyPolicy .closePrivacyPolicy,#popUpDataProcessing .closeDataProcessing {
    text-align: right;
    font-size: 30px;
    cursor: pointer;
}

#popSend {
    position: fixed;
    top:50%;
    left: 50%;
    width:calc(50% - 40px);
    min-height: 25vh;
    margin: 0 auto;
    padding:40px 20px;
    transform: translateY(-50%) translateX(-50%);
    background: white;
    border: 1px solid grey;
    text-align: center;
    display: none;
}
#popSend .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 25vh;
}

#popSend p {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

#popSend a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 50px;
    margin: 20px auto 0;
    border: 1px solid #999;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s;
}

#popSend a:hover{
    background: #999;
    color:white;
    transition: all 0.3s;
}
    /* CONTACT */

.page-content.contact {
    margin-top: 85px;
    padding-bottom: 50px;
}

.page-content h1 {
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-size: 70px;
    text-align: center;
    line-height: 1.3;
}

.page-content p {
    text-align: center;
    font-size: 16px;
}

#contactForm  .contactElement {
    text-align: center;
}
#contactForm  .contactElement input {
    width: 50%;
    font-size: 23px;
    border-radius: 25px;
    margin: 0 auto;
}

#contactForm .contactElements {
    margin-top:50px;
    text-align: center;
}

#contactForm {
    max-width: 550px;
    padding: 0 30px;
    margin: 0 auto;
}

#contactForm  .contactElement textarea {
    width: 100%;
    font-size: 23px;
    margin: 25px 0;
    margin-bottom: 0;
    min-height: 30vh;
}

#contactForm .becomeSubmit {
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 50px;
    font-weight: 800;
    border: 1px solid #999;
    background: white;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.pageContactMap {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#map {
    height: auto;
    width: 50%;
}

.infoMap {
    width: calc(50% - 140px);
    padding:0 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infoMap img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    padding-top:50px;
}

.infoMap p.info {
    font-family: 'Didot', serif;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}


/* NEWS */


.newsElements {
    margin: 0 70px;
    margin-top: 65px;
    margin-bottom: 50px;
    overflow: hidden;
    padding-top: 10px;
    min-height: calc(100vh - 328px);
}

.newElement {
    display: inline-block;
    padding: 10px;
    width: 20%;
    box-sizing: border-box;
    overflow: hidden;
}


.newElement a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:5;
}

.newElement .newElementPicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
    transition-duration: 400ms;
    display: block;
}

.newElement .newElementEffect:hover img {
    filter: blur(3px);
    transition-duration: 400ms;
}

.newElement .newElementPicture {
    display: block;
    height: 100%;
    width:100%;
}

.newElement .newElementEffect {
    position: relative;
}

.newElement .newElementEffect {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.newElement .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition-duration: 400ms;
}

.newElement .newElementEffect:hover .overlay {
    opacity: 0.4;
    visibility: visible;
    transition-duration: 400ms;
}

.newElement .newElementEffect .elementHover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0%;
    padding: 40px 20px;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transition-duration: 300ms;
    z-index: 2;
}

.newElement .newElementEffect:hover .elementHover {
    opacity: 1;
    visibility: visible;
    transition-duration: 300ms;
}

.newElement .newElementEffect .elementHover .newElementName {
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
}
.newElement .newElementEffect .elementHover .newElementName.small {
    font-size: 26px;
}
.newElement .newElementEffect .elementHover .newElementTitle, .newElement .newElementEffect .elementHover .newElementDate {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.newElement .newElementEffect .elementHover .newElementDate {
    font-style: italic;
    font-size: 12px;
    text-align: center;
    text-transform: initial;
    display: block;
}

.newElement .newElementEffect .elementHover .newHomeName{
    padding: 5px;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    display: block;
}
.newElement .newElementEffect .elementHover .newHomeLast{
    font-size: 22px;
    font-style: italic ;
    font-family: 'Didot', serif;
}

/* NEWS DETAIL */


.newContent {
    position: relative;
    padding-top: 130px;
    height: calc(100vh - 216px);
}

.newPictures {
    position: relative;
    height: 100%;
}

.newsContentlistVideo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.newPictures .arrow.prev {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.newPictures .arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.newPictures .arrow.next {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
.newsContentlist .newsElement {
    margin: 8px;
}

.newsContentlist .newsElement img {
    height: 100%;
    width: auto;
}

.newContent .newintro {
    padding: 0 40px;
}

.newContent .newsNavigation{
    position: absolute;
    top:130px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.newContent .newsNavigation .navigationPrev{
    max-width: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.newContent .newsNavigation .navigationNext{
    max-width: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.newsElement.portrait.newsFirst {
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.newsElement.portrait.newsFirst img {
    max-width:350px;
}

.newContent .titleElement .newElementName {
    text-transform: uppercase;
    font-size: 60px;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
}
.newContent .titleElement .newElementTitle {
    font-size: 16px;
    text-align: left;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.newContent .newintro .newDate {
    font-family: 'Didot';
    font-size:16px;
    font-style: italic;
}

#newsOverlay {
    position: fixed;
    background: white;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: none;
}

#newsOverlay .close {
    position: absolute;
    top:20px;
    right: 20px;
    cursor: pointer;
    z-index: 20;
}

#newsOverlay .alignOverlay {
    width:100%;
    max-height: 100vh;
    height: 100%;
}

#newsOverlay .contenuOverlay {
    padding: 50px;
    height: 100%;
    width: 100%;
}

#newsOverlay .contenuOverlay .bookElementPicture {
    height: calc(100vh - 100px);
    display: flex !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

#newsOverlay .contenuOverlay .bookElementPicture img {
    display: block;
    max-height: calc(100vh - 100px);
    max-width: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

#newsOverlay .alignOverlay .arrow.prev {
    position: absolute;
    left: 25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 20;
}

#newsOverlay .alignOverlay .arrow.next {
    position: absolute;
    right: 25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 20;
}


    /* BOOK */


.backToList {
    position: absolute;
    top:37px;
    right: 190px;
    z-index: 10;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.pageBook {
    height: 100%;
    /*padding: 0 50px 50px 50px;
    width: calc(100% - 160px);*/
    position: relative;
}

.portfolioBook {
    height: calc(100vh - 130px);
    padding: 80px 80px 50px 280px;
    width: 98%;
    width: calc(100% - 360px);
}
.influencerBook{
    overflow-y: scroll;
    padding: 0px 70px;
    margin: 0 auto;
    width: calc(100% - 145px);
}

.slick-slide {
    overflow: hidden;
}

.containerInfluencerBook {
    padding-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.model-info{
    position: fixed;
    bottom: 0;
    padding: 10px 80px 40px;
    width: 100%;
    width: calc(100% - 160px);
    text-align: center;
}
.bg-white{
    background-color: #FFFFFF;
}
.modelBio{
    padding: 10px 90px;
    line-height: 20px;
}
.socialInfo{
    padding: 5px 0 15px 0;
    font-size: 20px;
}
.socialInfo ul{
    display: flex;
    justify-content: center;
}
.socialInfo ul li{
    padding: 5px;
}
.socialInfo ul li a{
    color: #6f6e6e;
}
.modelName h1{
    padding: 5px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: normal;
}
.modelName h2{
    font-size: 35px;
    font-style: italic ;
    font-family: 'Didot', serif;
    display: inline-block;
}
.instaInfo{
    font-size: 20px;
    color: #3b3a3a;
}
.contentCenter{
    font-family: 'Didot', serif;
    font-style: italic;
}
.contentRight{
    right: 80px;
    position: absolute;
    bottom: 40px;
    font-size: 16px;
}

.contentRight a {
    display: flex;
    align-items: center;
}

.contentRight i{
    padding-right: 5px;
    font-size: 16px;
}
.contentRight b{
    font-weight: 500;
}
.portfolioBook .portfolioContainer{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    position: relative;
}

.portfolio-element {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.portfolio-elements {
    overflow: hidden;
}
/*.portfolio-elements.slick-initialized{
    display: flex !important;
    align-items: center;
}*/
.portfolio-elements, .portfolio-element {
    width: 100%;
    height: 100%;
}

.portfolio-infos, .portfolio-first-picture, .single-picture.portrait {
    width: 49%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}

.portfolio-infos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-element div:first-child {
    text-align: right;
}
.portfolio-element div:first-child .portfolio-model-name{
    text-align: center;
}
.portfolio-model-name h1{
    padding: 5px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
}
.portfolio-model-name h2{
    font-size: 30px;
    font-style: italic ;
    font-family: 'Didot', serif;
}
.portfolio-element div:first-child .portfolio-model-instagram{
    text-align: center;
    padding-top: 30px;
}
.portfolio-model-instagram a{
    color:#999999;
}
.portfolio-model-instagram a b{
    font-weight: 500;
}
.portfolio-element div:last-child {
    text-align: left;
}

.portfolio-element img {
    max-height: calc(100vh - 105px);
    height: 100%;
    display: inline-block !important;
}

.pageBook .navigationBook {
    padding: 0px;
    bottom:45px;
    left: 80px;
    position: fixed;
    z-index: 7;
}
.pageBook .navigationBook ul li a{
    line-height: 2;
    font-family: 'Proxima Nova', sans-serif;
    letter-spacing: 1px;
    color: #999;
    font-weight: 500;
    font-size: 16px;
}
.pageBook .navigationBook.navigationBook-mobile ul li a{
    line-height: 16px;
}
.pageBook .navigationBook ul li a:hover{
    color: #555454;
}
.pageBook .navigationBook .menuSelected{
    color: #555454 !important;
 }
.pageBook .measurements {
    position: fixed;
    bottom: 2px;
    left: 0;
    right: 0;
}
.pageBook .measurements ul {
    display: flex;
    text-transform: lowercase;
    justify-content: center;
    padding: 17px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.pageBook .measurements ul li {
    margin: 0 20px;
}
.pageBook .measurements ul li span:last-child{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pageBook .measurements ul .type {
    font-family: 'Didot', serif;
    margin-right: 5px;
    font-weight: 400;
    font-style: italic;
}
.videoWrapper {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100vh !important;
}

.videoWrapper::after {
    content:'';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.videoWrapper iframe {
    position: absolute;
    right: 0;
    min-width: 177.77vh;
    width: 100vw;
    min-height: 110vh;
    z-index: -100;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.videoWrapper .portfolio-model-name {
    padding:50px 0;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 4;
    text-align: center;
}

.videoWrapper .portfolio-model-name::after {
    content:'';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
}


.homeVideoVolumeControl {
    position: fixed;
    bottom:15px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 8;
    font-size: 20px;
}
    /* FOOTER */
.footer {
    padding-bottom: 50px;
}

.footer, .footer a {
    color: #999;
    text-align: center;
}

.footer .social-medias {
    font-size: 0;
    padding-bottom: 50px;
}

.footer .social-medias a {
    display: inline-block;
    font-size: 20px;
    margin: 0 6px;
}

.footer .company-name {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #000;
    padding-bottom: 25px;
}

.footer .company-info {
    letter-spacing: 1px;
    font-size: 10px;
    padding-bottom: 25px;
}

.footer .company-info ul li:not(:last-child) {
    padding-bottom: 10px;
}
.footer .prolinks{
    letter-spacing: 1px;
    font-size: 10px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}
.footer .prolinks span{
    margin: 0 10px;
    cursor: pointer;
}
.footer .credits, .footerContact {
    font-size: 0;
}

.footer .credits>*, .footerContact>* {
    font-size: 10px;
    display: inline-block;
    padding: 0 2px;
    vertical-align: middle;
}

.footer .credits .fa-circle {
    font-size: 2px;
}

.footerContact {
    color: #999;
    padding: 80px 0;
    text-align: center;
}
.hide{
    display: none!important;
}
.show{
    display: block !important;
}
.btn-download{
    font-size: 25px;
    position:fixed ;
    z-index: 14;
    bottom: 45px;
    right: 45px;
    color: #999;
    cursor: pointer;
}
.downloadBoxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 120px);
    min-height: 100vh;
    background: #f4ecec00;
    z-index: 13;
    padding: 60px;
    padding-bottom: 10px;
    display: none;
    transition: 0.5s;
    text-align: center;
}
.active{
    display: block;
}
.downloadBox{
    width:calc(40% - 80px);
    font-size: 12px;
    letter-spacing: 1px;
    height: 220px;
    padding: 40px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 10% auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: uppercase;
    position: relative;
}

.downloadBox .closeBox {
    position: absolute;
    top:15px;
    right: 15px;
    cursor: pointer;
}

.downloadBox .separator {
    height: 1px;
    width: 80%;
    margin: 0 auto;
    display: block;
    background: #999;
    opacity: 0.8;
}
.downloadBox .lg{
    font-size: 50px;
    color: #999;
    margin-bottom: 10px;
}

.instagramHomeElements {
    display: flex;
    flex-wrap: wrap;
}
.compInfo{
    max-width: 1180px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    position: relative;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: white;
}
.slick-dots li.slick-active button:before {
    color: black;
}
.pictureSlides{
    width: 100%;
    position: relative;
}
.pictureSlides .pictureSlide img{
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}
.infoSide{
    padding-left: 30px;
}
.infoSide p{
    text-align: left;
    margin-bottom: 20px;
    line-height: 18px;
}
.infoSide p.whoApply{
    font-family: 'Didot', serif;
    font-style: italic;
    font-size: 24px;
    padding-top: 40px;
}
.infoSide p.genderApply{
    border:2px solid #000000;
    border-radius: 5px;
    padding: 8px;
    width: 350px;
    margin-bottom: 15px;
}
.infoSide img{
    height: 150px;
    width: auto;
    margin: 30px 0;
}