body {
    margin: 0px;
}

#player-wrapper {
/*    position: absolute;*/
    position: relative;
    /*overflow: hidden;*/
    margin-left: auto;
    margin-right: auto;
}

.next-movie-btn {
    display: none;
    
    position: absolute;
    cursor: pointer;
    /*background-color: #739abc75;*/
}
.next-movie-btn.show {
    display: block;
}

#splash {
    /*background-color: #000;*/
    position: absolute;
    background-image: url(./../images/splash2.png);
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0px);
}

#form-templ-wrapper {
    display: none;
}

#form-wrapper {
    position: absolute;
    transform-origin: left top;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 99;
    pointer-events: none;
    pointer-events: none;
    
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

/*LANDING PAGE*/

#lp-wrapper {
}
#lp-header {
    /*display: none;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#lp-header-top {
    display: flex;
    flex-direction: row;
    /*width: 100%;*/
    justify-content: space-between;
    /*margin-bottom: 15px;*/
    align-items: center;
        flex-wrap: wrap;
}
#lp-logo {
    width: 220px;
    height: 80px;
    background-image: url(./../images/mildable_logo_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 50px;
    min-width: 80px;
    min-height: 80px;
}



#lp-phone {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 30px 50px;
    color: #3eb9ed;
}

@media only screen and (max-width: 600px) {
    #lp-logo {
        margin: 10px 20px;
    }
    
    #lp-phone {
        margin: 10px 20px;
    }
}

#lp-header-bottom {
/*    width: calc(100% - 60px);
    height: 4px;
    background-color: #3eb9ed;
    margin-left: 30px;
    margin-right: 30px;*/
    display: none;
    
    width: 100%;
    height: 4px;
    background-color: #3eb9ed;
}
#wrapper {
    
}
#lp-footer {
    font-size: 28px;
/*    font-family: sans-serif;*/
    font-family: Playfair Display;
    /*font-weight: 800;*/
    letter-spacing: 2px;
    color: #036176;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 40px;
    gap: 10px;
    padding: 10px;
}

#lp-footer-name {
    width: 80%;
}

#lp-footer-name .name-span {
    color: #036176;
    font-weight: 800;
}

#lp-footer-contact-btn {
    font-size: 24px;
    background-color: #036176;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
}

@media only screen and (max-height: 820px) {
    #lp-footer {
        font-size: 20px;
    }
    
    #lp-footer-contact-btn {
        font-size: 16px;
    }
}

@media only screen and (max-height: 620px) {
    #lp-footer {
        font-size: 14px;
        margin-top: 40px;
    }
    
    #lp-footer-contact-btn {
        font-size: 12px;
        margin-top: 5px;
    }
}

/*TEXT INPUTS*/
/*input.text-input {
    border: none;
    outline: none;
    height: 72px;
    width: 855px;
    margin-left: 40px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 2px;
}

input.text-input::placeholder {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 33px;
    color: #c5c5c5;
    letter-spacing: 2px;
}

.text-input-wrapper {
    position: absolute;
    background-color: #00000029;
    left: 10%;
    width: 80%;
    height: 5%;

    left: 200px;
    width: 900px;
    height: 128px;
    pointer-events: all;

}
.text-input-status-indicator {
    display: none;
    
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    height: 8px;
    width: 100%;
}

.text-input-status-indicator.show {
    display: block;
}
.text-input-status-indicator.error {
    background-color: #E30613;
}

.text-input-label {
    margin-left: 44px;
    margin-top: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 2px;
}

#name-input-wrapper {
    top: 900px;
}
#surname-input-wrapper {
    top: 1050px;
}
#email-input-wrapper {
    top: 1200px;
}
#nip-input-wrapper {
    top: 1350px;
}
#phone-input-wrapper {
    top: 1500px;
}*/

/*CHECKBOX*/

/*.checkbox-wrapper {
    position: absolute;
    left: 200px;
    
    width: 755px;
    height: 128px;
    pointer-events: all;
}

#terms-input-wrapper {
    top: 1650px;
}

#process-data-input-wrapper {
    top: 1740px;
}

#accept-email-input-wrapper {
    top: 1830px;
}

#accept-phone-input-wrapper {
    top: 1920px;
}

.checkbox {
    width: 60px;
    height: 60px;
    float: left;
    background-color: #00000029;
    margin-right: 25px;
    cursor: pointer;
}

.checkbox-error-indicator {
    display: none;
    position: absolute;
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 25px;
    pointer-events: none;
}

.checkbox-wrapper.error .checkbox-error-indicator {
    display: block;
    border: 5px solid #E30613;
}

.checkmark {
    display: none;
    
    font-size: 40px;
    margin-left: 16px;
    color: #fff;
    pointer-events: none;
}

.checkbox-wrapper.selected .checkmark {
    display: block;
}

.checkbox-label {
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 3.3px;
 
}

.checkbox-info {
    position: absolute;
    right: -55px;
    top: 3px;
    width: 35px;
    height: 35px;
    background-image: url(./../images/info_2.svg);
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
}*/

/*INFO PANEL*/

#info-popup {
    display: none;
    
    position: absolute;
    left: 50%;
    top: 41%;
    width: 420px;
    /*height: 500px;*/
    background-color: #fff;
    border-radius: 15px;
    z-index: 999999999;
    
    -webkit-transform: translate3d(-50%, -50%,2px);
    transform: translate3d(-50%, -50%,2px);
}
#checkbox-info-panel.open {
    display:block;
}

#info-popup-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    padding: 20px;
    padding-top: 45px;
    padding-bottom: 40px;
}

#info-popup-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
/*    width: 20px;
    height: 20px;*/
    
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: 0.25em;
    width: 1em;
    cursor: pointer;
    
}

a {
    color: rgb(227, 6, 19);
}

/*SUBMIT*/

#submit-btn {
    position: absolute;
    background-color: #E30613;

    left: 200px;
    top: 2010px;
    width: 900px;
    height: 160px;
    pointer-events: all;
    
    cursor: pointer;
}

#submit-btn-label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #ffffff;
    letter-spacing: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*SKIP TO TIME BTN*/

div[btn-type="skip-to-time"] {
    background-color: #E30613;
    pointer-events: all;
    cursor: pointer;
}

div[btn-type="skip-to-time"] .skip-btn-label {
    pointer-events: none;
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*CONTROLS*/

#button-big-play {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-image: url(./../images/button-big-play-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    cursor: pointer;
    display: block;
    
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

#button-muted-big {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 51px;
    height: 51px;
    background-image: url(./../images/button-muted-big.png);
    background-blend-mode: multiply;
    background-position: -1px -1px;
    background-repeat: no-repeat;
    border-radius: 26px;
    /*background-size: 106px 53px;*/
    cursor: pointer;
    /*z-index: 9;*/
    opacity: 0.6;
    
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

#player-wrapper.muted #button-muted-big {
    display: block;
}

.mini-nav-bar {
    display: none;
    
    /*background-color: rgb(4 45 107 / 60%);*/
    background-color: rgb(2 137 212 / 60%);
    position: absolute;
/*    height: 28px;*/
    height: 28px;
    left: 0px;
    bottom: -28px;
    width: 100%;
    /*display: flex;*/
    box-sizing: border-box;
    z-index: 99999;
    user-select: none;
    padding-left: 10px;
    padding-right: 10px;
    
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

.button-play-pause {
    height: 28px;
    width: 28px;
    margin-right: 12px;
    background-image: url(./../images/play_40.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
}

#player-wrapper.playing .button-play-pause{
    background-image: url(./../images/stop_40.svg);
}

.button-muted {
    height: 28px;
    width: 46.6667px;
    background-image: url(./../images/loud_40.svg);
    background-repeat: no-repeat;
    background-position: calc(50%) calc(50%);
    background-size: 95%;
    cursor: pointer;
    /*margin-right: 4px;*/
    margin-left: 4px;
}
#player-wrapper.muted .button-muted {
    background-image: url(./../images/muted_40.svg);
}

.mini-nav-bar .button-skip-time {
    height: 28px;
    width: 28px;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    margin-right: 5px;
    margin-left: 2px;
}

/*.mini-nav-bar .button-skip-time[skipdirection='backward'] {
    background-image: url(./../images/skipbackward_40.svg);
    background-size: 95%;
}
.mini-nav-bar .button-skip-time[skipdirection='forward'] {
    background-image: url(./../images/skipforward_40.svg);
    background-size: 95%;
}*/

#preview-editor-currenttime-wrapper {
    height: 18px;
    width: 100%;
    padding-right: 5px;
}

#currenttime-container {
    /* width: calc(100% - 30px); */
}
.currenttime-container {
    height: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    /* background-color: rgba(255,255,255,0.5); */
    flex: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.time-bar {
    width: 100%;
    background-color: #979494b8;
    height: 8px;
    position: absolute;
}

.currenttime-container .currenttime-bar {
    background-color: #292929;
    height: 8px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#fullscreen-btn {
    width: 28px;
    height: 28px;
    background-image: url(./../images/fullscreen_on_40.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-right: 2px;
    margin-top: 1px;
    margin-left: 5px;
}
#fullscreen-btn.active {
    background-image: url(./../images/fullscreen_off_40.svg);
}

video::-webkit-media-controls {
    display:none !important;
}

/*SUBTITLES*/

.subtitles-wrapper {
    display: none;
    
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 70%;
    text-align: center;
    z-index: 99999;
    pointer-events: none;
    
    -webkit-transform: translate3d(-50%,0,1px);
    transform: translate3d(-50%,0,1px);
}
.subtitles-wrapper.active {
    display: block;
}


.subtitle {
    background-color: rgba(41, 41, 41, 0.4);
    width: fit-content;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    word-break: break-word;
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 2px;
}

/*BURGER MENU*/


#burger-menu-btn {
    display: none;
    
    position: absolute;
    width: 28px;
    height: 28px;
    background-size: 30px 30px;
    background-position: -1px -1px;
    background-image: url(./../images/burger-menu.png);
    border-radius: 15px;
    background-blend-mode: multiply;
    opacity: 0.6;
    top: 20px;
    left: 20px;
    z-index: 1000000;
    transition-duration: 0.3s;
    cursor: pointer;
    display: none;
    background-color: rgb(2 137 212 / 100%);
    
    -webkit-transform: translate3d(0,0,2px);
    transform: translate3d(0,0,2px);
    
}


#side-panel {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000a8;
    /*transition-duration: 0.5s;*/
    z-index: 100000;
    overflow: hidden;
    
    -webkit-transform: translate3d(0,0,2px);
    transform: translate3d(0%,0,2px);
}
#side-panel.open {
    width: 27%;
    min-width: 230px;
}

#side-panel * {
    white-space: nowrap;
}

#side-panel-close-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1.4em auto no-repeat;
    opacity: 0.4;
    top: 22px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    /*transition-duration: 0.5s;*/
    display: none;
}
#side-panel.open #side-panel-close-btn {
    display: block;
    /*left: 210px;*/
}

#side-panel-video-list {
    left: 0px;
    margin-top: 75px;
    /*width: calc(100% - 20px);*/
    height: calc(100% - 75px);
    /*margin-right: 10px;*/
/*    overflow: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #ffffff8f;
    /* scroll-behavior: smooth; */
}

.side-panel-video-list-item {
    height: 40px;
    width: 82%;
    border-bottom: 1px solid #ffffff8f;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 19px;
    padding-top: 23px;
    padding-left: 20px;
    color: #ffffff;
    letter-spacing: 1.5px;
}

#side-panel-video-list::-webkit-scrollbar {
    width: 12px;
    background: 0 0;
}
#side-panel-video-list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #a5a5a5;
}
#side-panel-video-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 6px;
    background-color: #d5d5d5;
}

/*COOKIE CONSENT*/

#cookie-consent-wrapper {
    display: none;
    
    width: 94%;
    /*height: 20%;*/
    position: absolute;
    background-color: #fff;
    top: 0px;
    border-right: 1px solid #000;
    left: 3%;
    z-index: 9999999;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
#cookie-consent-wrapper.show {
    display: block;
}

#cookie-consent-text-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
}

#cookie-consent-text-header {
    font-weight: bold;
}

#cookie-consent-buttons-wrapper {
    display: flex;
    flex-flow: row-reverse;
    padding: 0px 20px 20px 20px;
    flex-wrap: wrap-reverse;
}

.cookie-btn {
    border: 1px solid rgb(227, 6, 19);
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
}

#decline-cookies-button {
    background-color: #fff;
}

#accept-cookies-button {
    background-color: rgb(227, 6, 19);
}

.cookie-btn-label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    text-align: center;
    
    letter-spacing: 2px;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
}

#decline-cookies-button .cookie-btn-label {
    color: rgb(227, 6, 19);
}

#accept-cookies-button .cookie-btn-label {
    color: #ffffff;
}

/*-------- MACRO TEXT ------*/

.macro-text-position {
    position: absolute;
}
.macro-text {
    display: none;
    font-family: sans-serif;
    position: absolute;
    font-weight: 800;
    letter-spacing: 2px;
    
    opacity: 0;
    transition: opacity 1s;
    white-space: nowrap;
}
.macro-text.show {
    display: block;
}

.macro-text.with-gradient {
    background-color: #3fb8ec;
    background-image: linear-gradient(90deg, #3fb8ec, #042d6b);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.macro-text-position.align-center .macro-text{
    transform: translate(-50%, 0px);
}

/*-------- CONTACT FORM ------*/
#contact-form-wrapper {
    display: none;
    
    width: 340px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
#contact-form-wrapper.open {
    display: flex;
}

.input-wrapper {
    margin-bottom: 10px;
}

.input-label {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
}

.input-wrapper input[type="text"] {
    border: 2px solid #3eb9ed;
    border-radius: 5px;
    height: 29px;
    width: 350px;
}

.input-wrapper textarea {
    border: 2px solid #3eb9ed;
    border-radius: 5px;
    width: 350px;
}

#contact-form-accept-wrapper {
    display: flex;
    margin-top: 10px;
}

#contact-form-accept-wrapper input[type="checkbox"] {
    border: 2px solid #3eb9ed;
    border-radius: 5px;
    height: 55px;
    width: 50px;
    margin-right: 10px;
}

.input-wrapper input[type="text"]:focus, .input-wrapper input[type="checkbox"]:focus, .input-wrapper textarea:focus {
    outline: none !important;
    border: 2px solid #035d71 !important;
}

.checkbox-label {
    text-align: end;
    font-size: 16px;
    letter-spacing: 1px;
}

.checkbox-label a,.checkbox-label a:hover,.checkbox-label a:visited,.checkbox-label a:active {
  color: inherit;
  text-decoration: none;
 }


#contact-form-submit-btn {
    font-size: 24px;
    background-color: #036176;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 30px;
}

#contact-form-submit-btn span {
    line-height: 22px;
}

.form-error-msg {
    display: none;
    font-size: 16px;
}

.form-error-msg span {
    color: #EE3124;
}

#accept-error-msg {
    text-align: end;
}

#contact-form-confirm-msg {
    display: none;
    text-align: center;
    margin-top: 30px;
}

@media only screen and (max-height: 820px) {
    #contact-form-wrapper .input-label, #contact-form-wrapper .checkbox-label, #contact-form-wrapper .form-error-msg {
        font-size: 14px;
    }
    
    #contact-form-submit-btn {
        font-size: 16px;
    }
}

@media only screen and (max-height: 620px) {
    #contact-form-wrapper .input-label, #contact-form-wrapper .checkbox-label, #contact-form-wrapper .form-error-msg {
        font-size: 12px;
    }
    
    #contact-form-submit-btn {
        font-size: 12px;
    }
}

/*-------- FOOTER MENU ------*/

#lp-footer-menu-wrapper {
    width: 100%;
    background-color: #0e0e0e;
}

#lp-footer-menu {
    font-size: 14px;
    font-family: Playfair Display;
    letter-spacing: 2px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-align: center;
    margin-top: 55px;
    gap: 4%;
    flex-flow: row wrap;
    padding: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.footer-menu-col {
    width: 26%;
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 180px;
}

#lp-footer-menu-col-2 {
    gap: 20px;
    margin-top: 20px;
    justify-content: end;
}

#lp-footer-menu-col-3 {
    gap: 20px;
    margin-top: 20px;
}

#lp-footer-menu-logo {
    width: 110px;
    height: 40px;
    background-image: url(./../images/mildable_logo_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0px;
}

.footer-menu-open-movie-btn {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}

.footer-menu-link-icon {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.605' height='15.555' stroke='white' fill='white'%3E%3Cpath d='m2.828 15.555 7.777-7.779L2.828 0 0 2.828l4.949 4.948L0 12.727l2.828 2.828z'/%3E%3C/svg%3E");
   width: 11px;
   height: 16px;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center;
   margin-right: 10px;
   min-width: 11px;
   min-height: 16px;
}

#lp-footer-menu-contact-btn {
    font-size: 18px;
    background-color: #036176;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    /*margin-left: auto;*/
    margin-right: auto;
    text-align: center;
}

@media only screen and (max-height: 820px) {
    #lp-footer-menu {
        font-size: 12px;
    }
    
    #lp-footer-menu-contact-btn {
        font-size: 16px;
    }
}

@media only screen and (max-height: 620px) {
    #lp-footer-menu {
        font-size: 10px;
    }
    
    #lp-footer-menu-contact-btn {
        font-size: 12px;
    }
}

@media only screen and (max-width: 620px) {
    #lp-footer-menu-contact-btn {
        font-size: 12px;
    }
}

/*-------- FOOTER REFERENCES ------*/

#lp-footer-references-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

#references-title {
    font-size: 28px;
    font-family: Playfair Display;
    letter-spacing: 2px;
    color: #036176;
    text-align: center;
}

#references-logos-wrapper {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.references-logo {
    width: 140px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#references-logo-0 {
    background-image: url(./../images/ref_logos/ref_orlen2.png);
}
#references-logo-1 {
    background-image: url(./../images/ref_logos/ref_orange2.png);
}
#references-logo-2 {
    background-image: url(./../images/ref_logos/ref_ideabank2.png);
}
#references-logo-3 {
    background-image: url(./../images/ref_logos/ref_meed2.png);
}
#references-logo-4 {
    background-image: url(./../images/ref_logos/ref_sephora2.png);
}
#references-logo-5 {
    background-image: url(./../images/ref_logos/ref_purmo2.png);
}