/* -----------------------------------------------------------------------------------
    
    INDEX
    ===================
	
    1. Direct Ocean Theme Default CSS (body, link color, section etc)
    2. Logo & Navbar
    3. Landing slider
    4. Numbers
    5. Offices
    6. Map
    7. Products
    8. Quality
    9. Countries Slider
    10. Teams
    11. Modals
    12. Footer
    13. Product Categories
    14. Legal Notices
    15. Errors

-----------------------------------------------------------------------------------*/

/* #region " 1. ACP Theme Default CSS "   */

/* #region " Font import " */
@font-face {
    font-family: 'Avenir LT 35 light';
    src: url('/style/fonts/avenir_LT_35_Light.eot?#iefix');
    src: url('/style/fonts/avenir_LT_35_Light.eot?#iefix') format('eot'),
    url('/style/fonts/avenir_LT_35_Light.woff2') format('woff2'),
    url('/style/fonts/avenir_LT_35_Light.woff') format('woff'),
    url('/style/fonts/avenir_LT_35_Light.ttf') format('truetype'),
    url('/style/fonts/avenir_LT_35_Light.svg#1234') format('svg');
}
@font-face{
    font-family:'Avenir LT 85 heavy';
    src:url('/style/fonts/avenir_LT_85_Heavy.eot?#iefix');
    src:url('/style/fonts/avenir_LT_85_Heavy.eot?#iefix') format('eot'),
        url('/style/fonts/avenir_LT_85_Heavy.woff2') format('woff2'),
        url('/style/fonts/avenir_LT_85_Heavy.woff') format('woff'),
        url('/style/fonts/avenir_LT_85_Heavy.ttf') format('truetype'),
        url('/style/fonts/avenir_LT_85_Heavy.svg#1234') format('svg');
}
@font-face {
    font-family: "Poppins SemiBold";
    src: url("/style/fonts/Poppins_SemiBold.eot?#iefix");
    src: url("/style/fonts/Poppins_SemiBold.eot?#iefix") format("eot"),
    url("/style/fonts/Poppins_SemiBold.woff2") format("woff2"),
    url("/style/fonts/Poppins_SemiBold.woff") format("woff"),
    url("/style/fonts/Poppins_SemiBold.ttf") format("truetype"),
    url("/style/fonts/Poppins_SemiBold.svg#1234") format("svg");
}
@font-face {
    font-family: 'Poppins SemiBold';
    font-weight: 700;
    src: url('/style/fonts/Poppins_Bold.eot?#iefix');
    src: url('/style/fonts/Poppins_Bold.eot?#iefix') format('eot'),
    url('/style/fonts/Poppins_Bold.woff2') format('woff2'),
    url('/style/fonts/Poppins_Bold.woff') format('woff'),
    url('/style/fonts/Poppins_Bold.ttf') format('truetype'),
    url('/style/fonts/Poppins_Bold.svg#1234') format('svg');
}
@font-face {
    font-family: "Poppins ExtraLight";
    src: url("/style/fonts/Poppins_ExtraLight.eot?#iefix");
    src: url("/style/fonts/Poppins_ExtraLight.eot?#iefix") format("eot"),
    url("/style/fonts/Poppins_ExtraLight.woff2") format("woff2"),
    url("/style/fonts/Poppins_ExtraLight.woff") format("woff"),
    url("/style/fonts/Poppins_ExtraLight.ttf") format("truetype"),
    url("/style/fonts/l/Poppins_ExtraLight.svg#1234") format("svg");
}

/* #endregion */

/* #region " Default CSS override " */

html {
    scroll-behavior: smooth;
}

html, body {
    font-family: 'Avenir LT 35 light', sans-serif;
    font-weight: normal;
    background-color: #F2F2F2;
}

.anchor {
    display: block;
    margin-top: -73px;
}

h1, h2.title {
    font-family: 'Poppins SemiBold', sans-serif;
    line-height: 1.2em;
    font-size: 24px;
    color: #000000;
}
h2.title {
    font-size: 23.75px;
}
h2 {
    font-family: 'Poppins SemiBold', sans-serif;
    color: #2B2B2B;
    font-size: 14.6px;
    line-height: 1.55em;
    margin-bottom: 24.5px;
}
h3 {
    font-family: 'Poppins SemiBold', sans-serif;
    color: #2B2B2B;
    font-size: 13px;
    line-height: 1.55em;
    margin-bottom: 24.5px;
}
p {
    font-family: 'Avenir LT 35 light', sans-serif;
    font-size: 12px;
    line-height: 1.529em;
    color: #2B2B2B;
    letter-spacing:0.066em;
    font-weight: bold;
    margin-bottom: 19px;
}
.content li {
    font-family: 'Avenir LT 35 light', sans-serif;
    font-size: 12px;
    line-height: 1.529em;
    color: #2B2B2B;
    letter-spacing:0.066em;
    font-weight: bold;
}
textarea:focus, input:focus{
    outline: none;
}

@media (min-width: 768px) {

    h1, h2.title {
        font-size: 35px;
    }
    h2 {
        font-size: 18px;
        line-height: normal;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 30px;
    }
    p {
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 22px;
    }
    .content li {
        font-size: 15px;
        line-height: 1.5em;
    }
}
@media (min-width: 979px) {
}
@media (min-width: 1201px) {
}
@media (min-width: 1439px) {
}

/* #endregion */

/* #region " Theme CSS " */

/* #region " default buttons " */

.btn-primary, .btn-primary.focus, .btn-primary:focus {
    font-family: 'Avenir LT 85 heavy', sans-serif;
    font-size: 12px;
    border: solid 1px rgb(237, 111, 1);
    background-color: transparent;
    border-radius: 7px;
    transition: border-color 0.4s ease 0s, color 0.4s ease 0s, background-color 0.4s ease 0s;
    width: 120px;
    height: 34px;
    padding-top: 7px;
    color: #0063AF;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,.btn-primary:hover {
    background-color: rgb(237, 111, 1);
    border: solid 1px rgb(237, 111, 1);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  box-shadow: none  !important;
}
@media (min-width: 767px) {
    .btn-primary, .btn-primary.focus, .btn-primary:focus {
        width: 180px;
        height: 44px;
        font-size: 15px;
        padding-top: 10px;
    }
}
a.btn-primary.btn-white {
    color: white;
    border-color: white;
    margin-top: 20px;
}
a.btn-primary.btn-white:not(:disabled):not(.disabled).active, a.btn-primary.btn-white:not(:disabled):not(.disabled):active, a.btn-primary.btn-white:hover {
    border: solid 1px rgb(237, 111, 1);
}
.modal.fade .modal-dialog {
    transition: none;
    -webkit-transform: none;
    max-width: none;
}
.modal-content {
    border: none;
    border-radius: 0;
    width: auto;
    margin: 0 auto;
}
.modal-body {
    padding: 0;
}
.modal-backdrop {
  background-color: rgba(237, 237, 237, 0.7);
}
.modal-backdrop.show {
    opacity: 1;
}
.text-orange {
    color: rgb(237, 111, 1);
}
/* #endregion */

/* #region " default animations " */

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* #endregion */

/* #region " default carousel " */
.carousel-indicators {
    margin-bottom: 12px;
}
.carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
    opacity: 1;
    margin-right: 9px;
    transition: all 1s;
}
.carousel-indicators li:hover {
    background-color: rgb(237, 111, 1);
}
.carousel-indicators li.active {
    background-color: rgb(237, 111, 1);
}
.slider h1 {
    color: #FFFFFF;
}
.slider .btn-primary {
    color: #FFFFFF;
}

/* #endregion */

/* #region " default overlay " */

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

/* #endregion */

.p-separator {
    width: 39px;
    height: 5px;
    line-height: 1px;
    border-top: solid 1px rgb(237, 111, 1);
    margin: 47px 0 42px 0;
}
.p-inner-separator {
    margin-top: 9px;
    margin-bottom: 18px;
}
.subtitle {
    font-style: italic;
    letter-spacing: 0.1em;
    color: #2B2B2B;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

@media (min-width: 768px) {

    .subtitle {
        text-align: left;
        font-size: 18px;
        letter-spacing: 0.05em;
        margin-bottom: 33px;
    }

}

/* anchor fix: 49px */

/* #endregion */

/* #endregion */

/* #region " 2. Logo & Navbar " */

.navbar {
    padding: 7px 6.528vw;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link {
    font-family: 'Poppins SemiBold', sans-serif;
    line-height: 23px;
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 2.1vw;
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:visited {
    color: rgba(255,255,255,1);
    transition: color 0.4s ease 0s;
}
.navbar-dark .navbar-nav .nav-link.inlight, .navbar-dark .navbar-nav .nav-link.inlight:visited {
    color: rgb(237, 111, 1);
}
.navbar-dark .navbar-nav.with-bg .nav-link.inlight, .navbar-dark .navbar-nav.with-bg .nav-link.inlight:visited {
    color: rgb(51, 99, 163);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgb(237, 111, 1);
}
.navbar-dark .navbar-nav.with-bg .nav-link:hover,
.navbar-dark .navbar-nav.with-bg .nav-link.active {
    color: rgb(51, 99, 163);
}

#navbarCollapse {
    height: 60px;
}

.navbar-toggler {
    z-index: 1000;
}

.navbar-dark .navbar-toggler {
    border: none;
    color: #FFFFFF;
    width: 25px;
    height: 22px;
    position: relative;
    margin-right: 4px;
}

.navbar-toggler-line {
    background-color: white;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.25s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-toggler-line:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.navbar-toggler-line:last-child {
    bottom: 0;
    top: auto;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:first-child {
    background-color: rgba(237, 111, 1, 1);
    transform: translateY(11px) translateY(-50%) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:last-child {
    background-color: rgba(237, 111, 1, 1);
    transform: translateY(-11px) translateY(50%) rotate(45deg);
}

.navbar-nav {
    padding-top: 12px;
    height: 100%;
}

.navbar .lang-selector-container {
    width: 8vw;
    margin-left: 1rem;
}
.nav-separator {
    position: fixed;
    z-index: 1000;
    border-bottom: solid 1px #FFF;
    width: 62vw;
    height: 1px;
    line-height: 1px;
    margin: 71px 0px 10px calc((100% - 68.056vw) * 0.5);
    left: 64px;
    background: transparent;
}
.nav-bg {
    display: none;
    position: fixed;
    z-index: 49;
    height: auto;
    width: 100%;
    min-height: 74px;
    background-color: rgba(237, 111, 1, 1);
}
.lang-selector {
    position: absolute;
    right: 88px;
    top: 27px;
    z-index: 20;
}
.lang-selector-sm {
    top: 0;
    position: absolute;
    right: 94px;
    margin-top: 27px;
    z-index: 20;
}
.lang-selector a {
    display: block;
    float: right;
    height: 24px;
    padding: 2px 13px;
    text-align: right;
}
.lang-selector-sm a {
    display: block;
    float: right;
    height: 24px;
    padding: 2px 5px;
    text-align: right;
}
.lang-selector a:first-child {
    border-left: solid 1px white;
}
.lang-selector a:last-child {
    padding-right: 14px;
}
.lang-selector-sm a:last-child {
    padding-right: 12px;
}
.lang-selector img {
    vertical-align: top;
    height: 20px;
    width: 20px;
}
.lang-selector-sm img {
    vertical-align: top;
    height: 21px;
    width: 21px;
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 42px;
    }
    .navbar {
        padding: 18px 33px;
        height: 70px;
    }
    #navbarCollapse {
        height: 100vh;
        background-color: white;
        padding-right: 0px;
        padding-left: 40px;
        padding-top: 84px;
        z-index: 5;
    }
    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 54px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 192px;
    }

    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }

    .navbar-collapse.show {
        right: 0;
        -webkit-transition: right 0.3s ease-in;
        -o-transition: right 0.3s ease-in;
        -moz-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
    }

    .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:visited {
        color: #414141;
        font-family: 'Avenir LT 35 light', sans-serif;
        text-align: left;
        height: 64px;
        border-bottom: solid 1px rgba(237, 111, 1, 1);
        padding-top: 19px;
        padding-left: 19px;
        font-size: 13.5px;
    }
    .navbar-collapse.show .navbar-nav {
        position: relative;
        z-index: 20;
    }
}
@media (min-width: 992px) {
    .navbar {
        padding: 7px 2vw;
    }
    .lang-selector {
        right: 2vw;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 1.8vw;
    }
    .navbar-dark .navbar-nav .nav-link.inlight {
        background: linear-gradient(to right, #FFF 32%, rgb(237, 111, 1) 50%, #FFF 68%);
        background-size: 200% auto;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: shine 8s linear infinite;
    }
    .navbar-dark .navbar-nav.with-bg .nav-link.inlight {
        background: linear-gradient(to right, #FFF 32%, rgb(51, 99, 163) 50%, #FFF 68%);
        background-size: 200% auto;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: shine 8s linear infinite;
    }
}

@keyframes shine {
    to {
        background-position: -200% center;
    }
}

@media (min-width: 1201px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 2.1vw;
    }
    .navbar-brand img {
        height: 55px;
        width: 142px;
    }
}
@media (min-width: 1439px) {
    .navbar {
        padding: 7px 4vw;
    }
    .lang-selector {
        right: 4vw;
    }
    .navbar .lang-selector-container {
        width: 142px;
    }
    .nav-separator {
        width: 59.097vw;
        margin: 71px 0px 10px calc((100% - 68.056vw) * 0.5);
    }
}
@media (min-width: 1439px) {
    .navbar {
        padding: 7px 94px;
    }
    .lang-selector {
        right: 88px;
    }
    .nav-separator {
        width: 851px;
        margin: 71px 0px 10px calc((100% - 980px) * 0.5);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 35px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.inlight {
        padding: 0.5rem 0;
        margin: 0 35px;
    }
    
}

/* #endregion */

/* #region " 3. Landing Slider " */

.landing-bg {
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
}
.landing-bg img {
    min-height: 100vh;
    min-width: 100vw;
}
#landing-slider {
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
}
#landing-slider .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 2;
    display: flex;
    align-items: center;
}
#landing-slider .carousel-item:first-child {
    padding-top: 0;
}
#landing-slider .overlay-content {
    font-family: 'Avenir LT 35 light', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    animation: 2s fade-in ease;
}
#landing-slider .overlay-content .left {
    float: left;
    height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#landing-slider .carousel-item:nth-child(2) .overlay-content .left {
    float: none;
    height: auto;
}

#landing-slider .carousel-item:first-child .overlay-content .right {
    padding: 0 33px;
}
#landing-slider .carousel-item:first-child {
    height: 274.4px;
}

#landing-slider .overlay-content h1 {
    font-family: 'Poppins SemiBold', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
}
#landing-slider .overlay-content .slider-caption {
    letter-spacing: 0.05em;
    font-size: 12px;
    max-width: 380px;
    margin:45px auto 0 auto;
}
#landing-slider .carousel-item:nth-child(2) .overlay-content h1 {
    margin-bottom: 37px;
    font-size: 24px;
}
#landing-slider .overlay-content .right.news {
    display: flex;
    width: auto;
    
}
#landing-slider .overlay-content .right.news > div {
    height: auto;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.75);
    
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    min-width: 280px;
}
#landing-slider .overlay-content .right.news > div .img {
    height: 165px;
    min-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#landing-slider .overlay-content .right.news > div .img.thin {
    height: auto;
}
#landing-slider .overlay-content .right.news > div img {
    height: 100%;
    min-width: 100%;
    width: auto;
}
#landing-slider .overlay-content .right.news > div img.thin {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#landing-slider .overlay-content .right.news > div .date {
    font-size: 12px;
    font-style: italic;
    color: #6D6D6D;
    padding: 12px 32px 6px 32px;
}
#landing-slider .overlay-content .right.news > div h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: 0.0075em;
    padding: 0 32px;
    margin: 0;
}
#landing-slider .overlay-content .right.news > div .content {
    color: #6D6D6D;
    padding: 9px 32px 32px 32px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.25em;
    letter-spacing: 0.005em;
}
#landing-slider .overlay-content .right.news > div .content a,
#landing-slider .overlay-content .right.news > div .content a:hover,
#landing-slider .overlay-content .right.news > div .content a:active,
#landing-slider .overlay-content .right.news > div .content a:focus,
#landing-slider .overlay-content .right.news > div .content a:visited {
    font-weight: bold;
    color: rgb(237, 111, 1);
    text-decoration: underline;
}
#landing-slider .overlay-content .left .btn-primary {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 32px;
}
#landing-slider .overlay-content .btn-primary {
    display: block;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 45px auto 0 auto;
}
#landing-slider .overlay-content .btn-primary.d-xl-none {
    width: 170px;
}
#landing-slider .overlay-content .btn-primary:not(:disabled):not(.disabled).active, 
#landing-slider .overlay-content .btn-primary:not(:disabled):not(.disabled):active, 
#landing-slider .overlay-content .btn-primary:hover {
    background-color: rgb(237, 111, 1);
    border: solid 1px rgb(237, 111, 1);
}
/* #region " Indicators " */

#landing-slider .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin-bottom: -8px;
}
#landing-slider .arrows {
    position: absolute;
    fill: white;
    bottom: 10vh;
    width: 100%;
    text-align: center;
    z-index: 40;
}
#landing-slider .arrows a {
    display: block;
}
#landing-slider .arrows svg {
    transform: rotate(180deg);
    height: 21px;
    width: 40px;
    animation: 1s slide-down ease;
}
#landing-slider .arrows:hover svg  {
    fill: rgb(237, 111, 1);
}
#landing-slider .arrows .bg {
    position: absolute;
    display: inline-block;
    fill: rgb(237, 111, 1);
    height: 25px;
    width: 40px;

}

/* #endregion */

@keyframes slide-down {
  from {
    opacity: 0;
    margin-top: -120px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fill-orange {
  from {
    fill: white;
  }
  to {
    fill: rgb(237, 111, 1);
  }
}
@keyframes slide-left {
  from {
    opacity: 0;
    margin-left: 150px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@media (min-width: 767px) {
    #landing-slider .overlay-content {
        text-align: left;
        max-width: none;
    }
    #landing-slider .carousel-item:first-child {
        height: 396px;
    }
    #landing-slider .overlay-content .right {
        float: left;
        width: 520px;
        margin: 0;
        animation: 2s slide-left ease;
    }
    #landing-slider .overlay-content .left {
        width: calc((100% - 60vw) * 0.5);
    }
    #landing-slider .carousel-item:first-child .overlay-content .right {
        padding: 0;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content .left {
        width: 100%;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content .right {
        float: none;
        justify-content: center;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content h1 {
        text-align: center;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content .btn-primary {
        margin: 45px auto 0 auto;
    }
    #landing-slider .overlay-content .right .slider-caption {
        width: 435px;
        margin: 37px 0 0 2px;
        font-size: 15px;
        line-height: 22px;
    }
    #landing-slider .overlay-content h1 {
        text-align: left;
        font-size: 48px;
        line-height: 48px;
    }
    #landing-slider .overlay-content .btn-primary.d-xl-none {
        width: 220px;
    }
    #landing-slider .overlay-content .btn-primary {
        margin: 35px 0 0 2px;
        padding-top: 9px;
    }
    #landing-slider .overlay-content .right.news > div {
        height: 385px;
        width: 18.497vw;
        max-width: none;
        margin: 0 20px 0 0;
    }
    #landing-slider .overlay-content .right.news > div:nth-child(2) {
        margin: 0;
    }
    #landing-slider .overlay-content .right.news > div .img {
        min-height: 185px;
    }
    #landing-slider .overlay-content .right.news > div img {
        min-height: 185px;
        max-height: 185px;
        min-width: 100%;


    }
    #landing-slider .overlay-content .right.news > div h2 {
        font-size: 15.5px;
    }
    #landing-slider .overlay-content .right.news > div .date {
        padding: 27px 32px 6px 32px;
    }
    
    #landing-slider .carousel-indicators {
        left: 0;
        margin-left: 20px;
        margin-right: 0;
        align-items: center;
        height: 100%;
        width: 37px;
        flex-direction: column;
    }
    #landing-slider .arrows {
        bottom: 5vh;
    }
}
@media (min-width: 1200px) {
    #landing-slider .overlay-content .right {
        width: 520px;
        margin: 0;
        padding: 0;
    }
    #landing-slider .overlay-content .left {
        width: calc((100% - 68.056vw) * 0.5 + 64px);
        padding-left: 200px;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content .left {
        float: left;
        height: 465px;
        width: calc((100% - 55vw) * 0.5);
        padding-left: 50px;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content .right {
        float: left;
        justify-content: flex-start;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content h1 {
        margin-bottom: inherit;
        text-align: left;
        font-size: 40px;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content .btn-primary {
        margin: 25px 0 0 2px;
    }
    #landing-slider .carousel-item:first-child {
        height: 348px;
    }
    #landing-slider .overlay-content .right.news > div {
        height: 465px;
    }
    #landing-slider .overlay-content .right.news > div:nth-child(2) {
        margin:  0 20px 0 0;
    }
    #landing-slider .overlay-content .right.news > div:last-child {
        margin: 0;
    }
    #landing-slider .overlay-content .right.news > div .img {
        min-height: 225px;
        max-height: 225px;
    }
    #landing-slider .overlay-content .right.news > div img {
        min-height: 225px;
        max-height: initial;
        max-width: initial;
        min-width: initial;
    }
    #landing-slider .overlay-content .right.news > div img.thin {
        min-width: 100%;
        height: auto;
        object-fit: initial;
    }
    #landing-slider .overlay-content .left .btn-primary {
        width: 200px;
        padding: 9px 0 .375rem 0;
    }
    #landing-slider .arrows {
        bottom: 10vh;
    }
}

@media (min-width: 1439px) {
    #landing-slider .carousel-item:nth-child(2) .overlay-content .left {
        width: calc((100% - 50vw) * 0.5 + 64px);
        padding-left: 10.510vw;
    }
    #landing-slider .overlay-content .left {
        width: calc((100% - 980px) * 0.5 + 64px);
    }
    #landing-slider .overlay-content .right {
        margin: 0;
    }
    #landing-slider .carousel-item:nth-child(2) {
        padding-bottom: 71px;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content h1 {
        font-size: 40px;
    }
    #landing-slider .carousel-item:nth-child(2) .overlay-content .btn-primary {
        margin: 35px 0 0 2px;
        width: 220px;
    }

}

@media (min-width: 1700px) {
    #landing-slider .carousel-item:nth-child(2) .overlay-content .left {
        width: calc((100% - 980px) * 0.5 + 64px);
    }
}

@media (min-width: 1900px) {
    #landing-slider .carousel-item:nth-child(2) .overlay-content .left {
        padding-left: 200px;
    }
}

/* #endregion */

/* #region " 4. Numbers " */

#numbers-slider {
    margin: 75px 23px 28px 23px;
}
#numbers-slider img {
    max-width: 100%;
    height: auto;
}
#about-us {
    margin: 0 auto 39px auto;
    padding: 0 23px 0 23px;
}
#about-us h1 {
    max-width: 364px;
    margin: 0 auto;
}
#about-us .p-separator {
    margin-left: auto;
    margin-right: auto;
}
#about-us .btn-primary {
    margin: 56px 0 0 0;
}
#numbers {
    position: relative;
    z-index: 40;
    background-color: white;
    margin: 0 23px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 41px 15px 30px 15px;
}
#numbers .btn-primary {
    margin-top: 35px;
}
#numbers .p-separator {
    margin-top: 39px;
    margin-bottom: 49px;
}
#numbers .number-picto {
    width: 100%;
    clear: left;
}
#numbers .number {
}
#numbers .picto {
    opacity: 0;
    margin-left: -1px;
}
#numbers .number h2 {
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 13px;
    letter-spacing: 0.03em;
}
#numbers h2.title {
    flex: 1 0 100%;
}
#numbers .number p {
    font-size: 11px;
    line-height: 14.5px;
    margin-bottom: 22px;
}
#numbers .number p em {
    font-style: italic;
    text-decoration: underline;
}

@media (min-width: 768px) {
    
    #about-us {
        width: 570px;
        text-align: center;
        padding: 6.667vw 0 0 0;
        margin: 0 auto;
    }
    #about-us .btn-primary {
        margin: 56px auto;
    }
    #numbers h2.title {
        text-align: center;
    }
    #numbers .p-separator {
        flex-basis: 100%;
        margin-left: 47%;
        margin-right: 47%;
        margin-top: 2.708vw;
        margin-bottom: 3.403vw;
    }
    #numbers {
        padding: 6.667vw 48px 4.792vw 48px;
        text-align: left;
        margin: 23px;
        display: flex;
        flex-wrap: wrap;
    }
    #numbers .number-picto {
        width: auto;
    }
    #numbers .picto {
        float: left;
        width: 52px;
    }
    #numbers .number {
        float: left;
        width: 298px;
        margin-left: 36px;
    }
    #numbers .number h2 {
        margin-top: 15px;
        margin-bottom: 12px;
        font-size: 14.6px;
        letter-spacing: normal;
    }
    #numbers .number p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
}
@media (min-width: 979px) {

    #numbers-slider {
        margin: 85px auto 0 auto;
        width: 874px;
        height: 503px;
    }
    #numbers .number h2 {
        letter-spacing: 0.05em;
    }
}
@media (min-width: 1201px) {

    #numbers-slider {
        margin-left: 6vw; /* 241px */
    }
    #numbers {
        margin: -300px 0 0 1.667vw;
        padding: 96px 48px 69px 48px;
        float: left;
        display: block;
        width: 487px;
    }
    #numbers h2.title {
        text-align: left;
    }
    #numbers .p-separator {
        flex-basis: auto;
        margin: 39px 0 49px 0;
    }
    #numbers .number-picto {
        width: 100%;
    }
    #about-us {
        float: left;
        margin: 0 0 0 8vw;
        text-align: left;
        padding: 96px 0 0 0;
    }
    #about-us h1 {
        margin: 0;
    }
    #about-us .p-separator {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1439px) {
    #numbers-slider {
        margin-left: 8vw; /* 241px */
    }
    #numbers {
        margin-left: 61px;
    }
    #about-us {
        margin-left: 18vw;
    }
}
@media (min-width: 1639px) {

    #numbers-slider {
        margin-left: 12.751vw; /* 241px */
    }
    #about-us {
        margin-left: 412px;
    }
}

/* #endregion */

/* #region " 5. Offices " */

#offices {
}
.office {
    position: relative;
    clear: left;
}
.office > div {
    width: 100%;
    height: 200px;
    float: left;
    opacity: 1;
    color: white;
}
.office div.office-bg {
    opacity: 1;
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 40;

    height: 146px;
    top: 200px;
    background: linear-gradient(180deg, rgb(0, 99, 175) 0%, rgba(255, 255, 255, 0) 50%);
}
.office div.office-bg-color {
    width: 100%;
    height: 200px;
    position: absolute;
    background-color: rgb(237, 111, 1);
}
.office div.office-img {
    background-size: cover;
    background-position: 50% 50%;
    height: 146px;
    width: 100%;
    float: left;
}
#french-office.office > div.office-bg-color {
    background-color: rgba(0, 99, 175, 1);
}
#french-office div.office-bg {
}
#french-office div.office-img {
    overflow: hidden;
    /*background-image: url('/style/img/office-french-parallax.webp');*/
}
.no-webp #french-office div.office-img {
    /*background-image: url('/style/img/office-french.png');*/
}

#chilean-office.office > div.office-bg-color {
    background-color: rgb(237, 111, 1);
    top: 0;
    right: 0;
}
#chilean-office div.office-bg {
    top: 200px;
    right: 0;
    background: linear-gradient(180deg, rgb(237, 111, 1) 0%, rgba(255, 255, 255, 0) 50%);
}
#chilean-office div.office-img.d-block {
    overflow: hidden;
    /*background-image: url('/style/img/office-chilean.webp');*/
}
.no-webp #chilean-office div.office-img.d-block {
    overflow: hidden;
    /*background-image: url('/style/img/office-chilean.png');*/
}
.office div.office-content {
    position: relative;
    z-index: 45;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.office div.office-content h1 {
    color: white;
    letter-spacing: 0.05em;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 0;
}
.office div.office-content .btn-primary {
    max-width: 137px;
}
.office div.office-content .office-subtitle {
    font-size: 16px;
    letter-spacing: 0.05em;
}
html[lang="fr"] .office div.office-content h1 {
    order: 2;
    margin: 3px 0 5px 0;
}
html[lang="fr"] .office div.office-content .office-subtitle {
    order: 1;
}
html[lang="fr"] .office div:last-child {
    order: 3;
}

@media (min-width: 768px) {

    .office > div {
        width: 40%;
        height: 288px;
    }
    .office div.office-img {
        width: 60%;
    }
    .office div.office-bg-color {
        width: 40%;
    }
    .office {
        clear: none;
    }
    .office div.office-bg-color,
    .office div.office-img {
        height: 288px;
    }
    .office div.office-bg {
        top: 0;
        height: 288px;
        margin-left: 40%;
        width: 60%;
        background: linear-gradient(90deg, rgb(0, 99, 175) 0%, rgba(255, 255, 255, 0) 60%);

    }
    #chilean-office.office > div.office-bg-color, #chilean-office div.office-bg {
        top: 288px;
    }
    #chilean-office div.office-bg {
        margin-left: 0;
        left: 0;
        background: linear-gradient(270deg, rgb(237, 111, 1) 0%, rgba(255, 255, 255, 0) 60%);
    }
    .office div.office-content .office-subtitle {
        font-size: 18px;
    }
    .office div.office-content h1 {
        font-size: 24px;
    }
    html[lang="fr"] .office div.office-content .office-subtitle {
        margin-top: 7px;
    }
}

@media (min-width: 992px) {

    .office div.office-content .btn-primary {
        max-width: none;
    }
}

/* #endregion */

/* #region " 6. Map " */

#map-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 49px;
}
#map-content h1 {
    margin-bottom: 12px;
}
#map-pictos {
    display: flex;
    flex-wrap: wrap;
    margin: 0 23px;
}
#map-content .picto {
    display: flex;
    letter-spacing: 0.05em;
    color: #999997;
    font-size: 14px;
    align-items: center;
    line-height: normal;
    flex-basis: 50%;
    margin-bottom: 23px;
}
#map-content .picto > div:last-child {
    font-size: 0.7rem;
}
#map-content > div > img {
    margin-top: 15px;
}
#map-content .subtitle {
    width: 150px;
}
#map-content .picto img {
    width: 47px;
}
@media (min-width: 580px) {

    #map-content .picto {
        flex-basis: 33.33%;
    }
}
@media (min-width: 768px) {
    #map-content {
        padding-top: 73px;
    }
    #map-content > div > img {
        height: auto;
        max-width: 100%;
        margin-top: 50px;
    }
    #map-content .subtitle {
        width: auto;
    }
    #map-content .picto > div:last-child {
        font-size: 13px;
    }
    #map-content h1 {
        margin-bottom: 0.5em;
    }
    #map-content .picto img {
        height: 104px;
        width: auto;
    }
}
@media (min-width: 979px) {
    #map-content .picto {
        flex-basis: auto;
        margin-bottom: 23px;
    }
    #map-content .picto > div {
        font-size: inherit;
        margin-left: -11px;
        margin-right: 12px;
    }
    #map-content .picto-large > div:last-child {
        margin-left: 5px;
    }
}
@media (min-width: 1439px) {

}


/* #endregion */

/* #region " 7. Products " */

#products.anchor, #nos-produits.anchor {
    height: 73px;
}
#products-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 41px;
    background-color: white;
}
#products-content h1 {
    margin-bottom: 12px;
}
#products-content .subtitle {
    width: 175px;
}
#products-content #categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 9px;
    padding-bottom: 41px;
}
#products-content #categories .category {
    display: flex;
    height: 152.5px;
    width: 100%;
    max-width: 368px;
    position: relative;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
#products-content #categories .category > a,
#products-content #categories .category > a:hover,
#products-content #categories .category > a:visited,
#products-content #categories .category > a:active {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}
#products-content #categories .category h1 {
    font-size: 26px;
    letter-spacing: 0.08em;
    color: white;
    z-index: 30;
    text-transform: uppercase;
}
#products-content #categories .category h1 span {
    display: block;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: normal;
}
#products-content #categories .category .category-bg {
    position: absolute;
    z-index: 20;
    padding: 6px 15px;
}
#products-content #categories .category .category-bg-color {
    position: absolute;
    z-index: 25;
    opacity: 0.3;
    transition: background-color 0.4s ease 0s;
    height: 146.5px;
    width: 100%;
    max-width: 338px;
    top: 3px;
    left: 15px;
}
#products-content #categories .category .discover {
    display: none;
    position: relative;
    z-index: 30;
}
#products-content #categories .category .discover a.btn-primary.btn-white {
    margin-top: 9px;
}
html.touchevents #products-content #categories .category .discover {
    display: block;
}
#products-content #categories .category .discover a {
    background-color: rgba(255, 255, 255, 0.15);
}
#products-content #categories .category .discover a:hover {
    background-color: rgb(237, 111, 1);
}
#products-content #categories .category:hover .discover {
    display: block;
}
@keyframes slide-top {
  from {
    opacity: 0;
    margin-top: -30px;
  }

  to {
    opacity: 1;
    margin-top: 10px;
  }
}


@media (min-width: 768px) {
    #products-content .subtitle {
        width: auto;
    }
    #products-content #categories .category {
        width: 25.556vw;
        max-width: 368px;
        margin: 0 1.250vw;
        
        width: 23.472vw;
        max-width: 338px;
        height: 22.962vw;
        max-height: 330.65px;
    }
    #products-content #categories .category .category-bg-color {
        width: 23.472vw;
        max-width: 338px;
    }
    #products-content #categories .category img {
        width: 23.472vw;
        max-width: 338px;
    }
    #products-content #categories .category .discover a.btn-primary {
        max-width: 140px;
    }
    #products-content #categories .category .category-bg {
        padding: 0;
    }
}

@media (min-width: 992px) {

    #products-content {
        padding-top: 73px;
    }
    #products-content h1 {
        margin-bottom: inherit;
    }
    #products-content #categories {
        padding-top: 0;
        padding-bottom: 0;
    }
    #products-content #categories .category {
        margin: 0 18px;
    }
    #products-content #categories .category h1 {
        font-size: 40px;
        letter-spacing: 0.05em;
    }
    #products-content #categories .category h1 span {
        letter-spacing: 0.05em;
        font-size: 18px;
    }
    #products-content #categories .category .discover a.btn-primary.btn-white {
        margin-top: 20px;
    }
    #products-content #categories .category:hover .btn-primary {
        margin-top: 10px;
        animation: 1s slide-top ease;
    }
    #products-content #categories .category .discover a.btn-primary {
        max-width: none;
    }
    #products-content #categories .category .category-bg-color {
        background-color: none;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    #products-content #categories .category:hover .category-bg-color {
        background-color: rgb(255, 255, 255);
    }

}

/* #endregion */

/* #region " 8. Quality " */

#quality-content {
    display: flex;
    justify-content: center;
    margin-top: 93px;
    padding-bottom: 38px;
    flex-wrap: wrap;
    padding-left: 23px;
    padding-right: 23px;
}
#quality-desc {
    width: 675px;
}
#quality-desc h1 {
    letter-spacing:0.0694444em;
    margin-bottom: 24px;
}
#quality-desc .p-separator {
    margin-top: 26px;
    margin-bottom: 34px;
}
#quality-desc .subtitle {
    font-family: 'Avenir LT 85 heavy';
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 21px;
    letter-spacing: 0.04em;
    color: rgb(65, 65, 65);
    text-align: left;
}
#quality-desc p {
    font-size: 14px;
    line-height: 1.5em;
    color: rgb(65, 65, 65);
    font-weight: bold;
}
#quality-pictos {
    width: 100%;
    padding-top: 12px;
    justify-content: center;
    
}
#quality-pictos img {
    opacity: 0;
}
#quality-pictos div {
    height: 79px;
    width: 79px;
    margin: 6.5px 12.5px;
}

/* md */
@media (min-width: 992px) {

    #quality-content {
        margin-top: 146px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 107px;
    }
    #quality-desc h1 {
        margin-bottom: 0.5rem;
    }
    #quality-desc .subtitle {
        font-size: 16px;
        letter-spacing: 0.05em;
        text-align: inherit;
        margin-bottom: 24px;
    }
    #quality-pictos {
        width: 301px;
        margin-left: 41px;
        padding-top: 105px;
    }
    #quality-pictos div {
        padding: 0 31px 0 0;
        height: auto;
        width: 141px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    #quality-desc {
        padding-right: 78px;
    }
}

/* #endregion */

/* #region " 9. Countries Slider " */

#countries-slider {
    width: 100%;
}
#countries-slider .carousel-inner img {
    width: 100%;
}
#countries-slider .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#countries-slider .overlay-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 490px;
    height: 100%;

}
#countries-slider .overlay-content h1 {
    font-family: 'Poppins SemiBold', sans-serif;
    font-size: 45px;
    letter-spacing: 0.1em;
}
#countries-slider .overlay-content .slider-caption {
    font-family: 'Poppins ExtraLight', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3em;
}
#countries-slider .overlay-content .p-separator {
    width: 58px;
    margin-top: 4px;
    margin-bottom: 14px;

}
#countries-overlay-right {
    background-color: rgba(255, 255, 255, 0.85);
    letter-spacing:0.05em;
    padding: 46px 35px;
    margin-bottom: auto;
    margin-top: 0;
    position: relative;
    z-index: 30;
    margin-left: 0;
    text-align: center;
}
#countries-overlay-right .quotes {
    width: 38px;
    fill: rgb(237, 111, 1);
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
}
#countries-overlay-right p {
    color: #414141;
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 0.03em;
}
#countries-overlay-right p strong {
    font-family: 'Avenir LT 85 heavy', sans-serif;
    letter-spacing: 0.03em;
}
#countries-overlay-right p.author {
    font-family: 'Avenir LT 35 light', sans-serif;
    font-size: 12px;
    font-weight: normal;
}
#countries-overlay-right p.author strong {
    font-family: 'Avenir LT 85 heavy', sans-serif;
    letter-spacing: 0.05em;
    font-weight: normal;
}
@media (min-width: 992px) {

    #countries-slider .carousel-inner img {
        height: 786px;
    }
    #countries-slider .overlay-content h1 {
        font-size: 75px;
    }
    #countries-slider .overlay-content .slider-caption {
        font-size: 27px;
    }
    #countries-overlay-right, 
    #countries-slider .overlay-right {
        width: 490px;
    }
    #countries-overlay-right {
        position: absolute;
        margin-top: -786px;
        margin-left: 50%;
        text-align: left;
        padding: 50px 73px;
    }
    #countries-overlay-right .quotes {
        width: 50px;
        height: 40px;
        margin-left: 0;
        margin-right: 0;
    }
    #countries-overlay-right p {
        letter-spacing: 0.066em;
    }
    #countries-overlay-right p strong {
        letter-spacing: 0.05em;
    }
}

/* #endregion */

/* #region " 10. Teams " */

#notre-equipe.anchor, #our-team.anchor {
    height: 73px;
}
#teams-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 73px;
    padding-bottom: 73px;
}
.teams {
    margin-top: 26px;
}
#teams-content .team {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 23px 5vw 0 5vw;
    overflow: hidden;
}
#teams-content .team-title {
    text-align: center;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    font-weight: bold;
    color: #1A1A1A;
}
#teams-content .team-title img {
    margin-bottom: 10px;
    height: 45px;
    width: 45px;
}
#teams-content .team-view-more {
    cursor: pointer;
    transition: all ease 12s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#teams-content .team-view-more svg {
    height: 12px;
    width: 22px;
    display: block;
    margin-top: 8px;
}
#teams-content .team-view-more label {
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.066em;
    margin-bottom: 0;
}
#team-view-more-arrow-svg {
    transform: rotate(180deg);
    transition: all ease 1s;
}
#team-view-more-arrow-svg.reverted {
    transform: rotate(0deg);
}
#teams-content .team-member {
    width: 135px;
    margin: 0 5px 23px 5px;
}
#teams-content .team-member a {
    display: block;
    position: relative;
    border-radius: 7px;
    width: 100%;
}
#teams-content .team-member img {
    display: block;
    border-radius: 7px;
}
#teams-content .team-member .team-style {
    position: absolute;
    z-index: 4;
    width: 100%;
    margin-top: -7px;
    height: 7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#teams-content .team-member .team-picto {
    position: absolute;
    height: 35px;
    width: 35px;
    margin-left: 50px;
    margin-top: -20px;
    z-index: 5;
    background-size: 35px !important;
}
#teams-content .team-member a .img-overlay {
    opacity: 0;
    position: absolute;
    border-radius: 7px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 99, 175, 0.5);
    transition: opacity 0.4s ease 0s;
}
#teams-content .team-member a:hover .img-overlay {
    opacity: 1;
	border-radius: 7px;
}
#teams-content .team-member .details {
    margin-top: 20px;
    text-align: center;
}
#teams-content .team-member .details div:first-child {
    font-family: 'Poppins SemiBold';
    font-size: 12.5px;
    font-weight: bold;
    color: #1A1A1A;
}
#teams-content .team-member .details .member-title {
    font-size: 13px;
    color: #54606E;
}
#teams-content #other-teams {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5.556vw 0 30px 0;
}
#teams-content #other-teams > div.other-btn {
    width: 100%;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
}
#teams-content #other-teams > div > a {
    width: 140px;
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
}
#modal-detailed-team-member img.qrcode-sm {
    height: 100px;
    margin-top: 20px;
}

@media (min-width: 768px) {

    #teams-content {
    }
    #teams-content .team {
        margin: 23px 10vw 0 10vw;
    }
    #teams-content .team-member {
        /*width: 14.583vw;*/
        /*max-width: 210px;*/
        margin: 0 5px 3.194vw 5px;
    }
    #teams-content .team-member.team-member-sm {
        /*max-width: 160px;*/
    }
    #teams-content .team-member.team-fresh .team-picto {
        background-size: 35px!important;
        height: 35px;
        width: 35px;
        margin-left: -7px;
        margin-top: -26px;
    }
    #teams-content .team-member .team-style {
        margin-top: -10px;
        height: 10px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    #teams-content .team-member a {
        /*width: 10vw;*/
        /*max-width: 137px;*/
        border-radius: 7px;
        margin: 0 auto;
    }
    #teams-content .team-member img {
        /*width: 10vw;*/
    }
    #teams-content #other-teams > div.other-btn {
        width: auto;
        margin-bottom: 0;
        display: block;
    }
}
@media (min-width: 1201px) {

    #modal-detailed-team-member img.qrcode {
        position: absolute;
        margin-left: 340px;
        margin-top: 103px;
        height: 165px;
    }

}
@media (min-width: 1440px) {
    
    #teams-content #other-teams {
        margin: 80px 0 30px 0;
    }

    #teams-content .team-member {
        /*width: 160px;*/
        /*max-width: 160px;*/
        margin: 0 5px 46px 5px;
    }
    /*#teams-content .team-member.team-member-sm {
        max-width: 160px;
    }*/
}

/* #endregion */

/* #region " 11. Modals " */

/* #region " Office Modals " */
.office-modal .modal-content {
    max-width: 100%;
}
.office-modal .modal-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background-color: rgb(242, 242, 242);
}
.office-modal img {
    display: block;
}
.office-modal .modal-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-top: 51px;
}
.office-modal .modal-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 672px;
    padding-top: 51px;
}
.office-modal h1 {
    margin-bottom: 23px;
}
.office-modal p {
    color: #414141;
    width: 100%;
    font-weight: normal;
    line-height: 1.529em;
    font-size: 12px;
    letter-spacing: 0.066em;
    padding: 0 23px;
}
.office-modal .modal-left p {
    color: #000000;
}
.office-modal .modal-left p a,
.modal-sub-team-member .team-member span a {
    color: #000000;
    text-decoration: underline;
}
#modal-chilean-office.office-modal p {
    font-size: 12px;
}
.office-modal .p-separator {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 42px;
}
.office-modal .modal-left .p-separator {
    margin-top: 23px;
    margin-bottom: 25px;
}
.office-modal .btn-primary, .office-modal .btn-primary.focus, .office-modal .btn-primary:focus {
    width: 142px;
    padding-top: 7px;
    height: 35px;
    margin: 23px auto;
}
.office-modal .modal-body img {
    max-height: 707px;
}
/* md */
@media (min-width: 768px) {
    .office-modal .p-separator {
        margin-left: auto;
        margin-right: auto;
    }
    .office-modal p {
        letter-spacing: normal;
        font-size: 16px;
        line-height:1.4em;
    }
    #modal-chilean-office.office-modal p {
        font-size: 15px;
        max-width: 50%;
        margin: 0 auto;
    }
    .office-modal .btn-primary, .office-modal .btn-primary.focus, .office-modal .btn-primary:focus {
        height: 40px;
    }
}
/* xl */
@media (min-width: 1200px) {
    .office-modal .modal-body img {
        max-width: calc(100% - 479px);
    }
    .office-modal .modal-body {
        flex-direction: row;
    }
    .office-modal .modal-right {
        padding-left: 55px;
        padding-top: 0;
        text-align: left;
        width: 479px;
    }
    .office-modal .modal-left {
        padding-top: 0;
        width: 672px;
        padding-left: 73px;
        flex-direction: column;
    }
    .office-modal .p-separator {
        margin-left: 0;
        margin-right: 0;
    }
    .office-modal h1 {
        margin-bottom: 0;
    }
    .office-modal p {
        width: 394px;
        padding: 0;
    }
    #modal-chilean-office.office-modal p {
        max-width: none;
        margin: 0;
    }
    .office-modal .btn-primary, .office-modal .btn-primary.focus, .office-modal .btn-primary:focus {
        margin: 55px 0 0 0;
    }
}

/* #endregion */

/* #region " Team Modals " */

#modal-detailed-team-member .modal-body {
    flex-direction: column;
}
#modal-detailed-team-member .modal-content {
    height: 469px;
    width: 100%;
}
#modal-detailed-team-member .modal-content h1 {
    flex: 0 0 100%;
    text-align: center;
}
#modal-detailed-team-member .modal-content h1 img {
    display: inline;
    max-width: 38px;
}
#modal-detailed-team-member.office-modal .btn-primary {
    margin-top: 20px;
    margin-left:30%;
    margin-right: 30%;
}
#modal-detailed-team-member.office-modal .img-picture-large {
    /*width: 100%;*/
}
#modal-detailed-team-member.office-modal .img-picture-small {
    width: 167px;
    height: 264px;
    margin: 0 23px 23px 23px;
}
#modal-detailed-team-member p {
    width: auto;
}
#modal-detailed-sub-team-member .modal-body, .modal-sub-team-member .modal-body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 51px 23px;
}
#modal-detailed-sub-team-member .modal-body .team-members, .modal-sub-team-member .modal-body .team-members  {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
#modal-detailed-sub-team-member .modal-body .team-members {
    justify-content: center;
}
#modal-detailed-sub-team-member .team-member {
    width: 160px;
    margin: 0 23px 23px 23px;
}
.modal-sub-team-member .modal-body {
    width: 100%;
}
#modal-detailed-sub-team-member .modal-body img {
    max-width: 100%;
}
#teams-content .modal-sub-team-member .team-member h2 {
    margin-bottom: 12px;
}
#teams-content .modal-sub-team-member .team-member h2 img, #teams-content .modal-sub-team-member .team-member h2 a {
    display: inline;
}
#teams-content .modal-sub-team-member .modal-body img {
    max-width: none;
    width: 24px;
}
#teams-content .modal-sub-team-member .team-members {
    padding: 0 23px;
}
#teams-content .modal-sub-team-member .team-member {
    width: auto;
    max-width: none;
    padding: 0 10px;
    margin: 0 auto 23px auto;
    font-size: 12px;
}

/* md */
@media (min-width: 768px) {
    #modal-detailed-team-member .modal-body {
        flex-direction: row;
    }
    #modal-detailed-team-member .modal-content {
        width: auto;
    }
    #modal-detailed-team-member.office-modal .img-picture-small {
        width: auto;
        height: auto;
    }
    .modal-sub-team-member .team-member h2 {
        font-size: 25px;
        margin-bottom: 24.5px;
    }
    #teams-content .modal-sub-team-member .team-member {
        font-size: 16px;
        margin: 0 auto 50px auto;
    }
    #teams-content .modal-sub-team-member .modal-body img {
        width: 38px;
    }
}
/* xl */
@media (min-width: 1200px) {
    #modal-detailed-team-member .modal-content h1 {
        flex: 0 0 auto;
        text-align: left;
    }
    #modal-detailed-team-member.office-modal .btn-primary {
        margin-right: 32px;
        margin-left:0;
        position: absolute;
        bottom: 32px;
    }
    #modal-detailed-sub-team-member .modal-body, .modal-sub-team-member .modal-body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 51px 236px;
    }
    .modal-sub-team-member .modal-body {
        width: 1302px;
    }
    #teams-content .modal-sub-team-member .team-member {
       margin: 0 75px 50px 75px;
    }
    #teams-content .modal-sub-team-member .team-members {
        padding: 0;
    }
    #teams-content .modal-sub-team-member .team-member {
        padding: 0;
    }
}

/* #endregion */

/* #endregion */

/* #region " 12. Footer " */

#contact.anchor, #contact.anchor {
    height: 73px;
}

#footer-separator {
    height: 3px;
    line-height: 3px;
    background-color: rgb(237, 111, 1);
}
#footer {
    background-color: rgba(4, 8, 13, 1);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 49px 0;
    position: relative;
}
#footer > div:first-child {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#footer > div:last-child {
    width: 100%;
}
#footer .p-separator {
    margin-top: 22px;
    margin-bottom: 45px;
    margin-left: 2px;
    width: 30px;
    margin: 22px auto 52px auto;
}
#footer .title {
    font-family: 'Poppins SemiBold', sans-serif;
    font-size: 24.5px;
    padding: 0 30px;
    margin-bottom: 23px;
}
#footer .address-title {
    font-size: 18.5px;
    margin-bottom: 11px;
    letter-spacing: normal;
    line-height: normal;
}
#footer .address {
    font-size: 11px;
    letter-spacing: 0.025em;
    line-height: 1.7em;
    padding: 0 30px;
}
#footer .social-networks {
    margin-top: 44px;
    margin-bottom: 11px;

    display: flex;
    flex-direction: column;
    position: absolute;
    right: 32px;
    top: 48px;
}
#footer .social-networks a {
    margin-right: 6px;
    text-decoration: none;
    margin-bottom: 16px;
}
#footer .social-networks img {
    height: 30px;
    width: 30px;
}
#footer .social-networks svg {
    fill: rgb(237, 111, 1);
    height: 20px;
    width: 30px;
}
#footer .go-to-top {
    position: absolute;
    right: 39px;
    top: 25px;
}
#footer .go-to-top svg {
    height: 15px;
    width: 25px;
    fill: #ED6F01;
    transform: rotate(180deg);
}
#footer .form {
    margin: 41px auto 0 auto;
    width: calc(100% - 46px);
    max-width: 440px;
}
#footer .form input, #footer .form textarea {
    display: block;
    width: 100%;
    border: solid 1px rgb(237, 111, 1);
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #FFFFFF;
    box-shadow: none;
    letter-spacing: normal;
    font-size: 15px;
    padding: 2px 5px 0 5px;
}
#footer .form input {
    height: 33px;
}
#footer .form textarea {
    height: 130px;
    resize: none;
}
#footer button {
    color: #FFFFFF;
    float: right;
    margin-bottom: 29px;
}
#footer .form label {
    font-size: 12px;
    padding-left: 8px;
    cursor: pointer;
    margin-bottom: 0;
}
#footer .optin > div {
    height: 25px;
}
#footer #chkOptin {
    margin: 0 0 0 5px;
}
#footer .form .error-message {
    display: none;
    color: red;
    font-size: 12px;
    padding-top: 11px;
}
#footer .success-message {
    display: none;
    color: #00C100;
    font-size: 12px;
    padding-top: 11px;
    padding-top: 11px;
}
#footer .form input.invalid, 
#footer .form textarea.invalid {
    border-color: red;
}
#footer label.invalid {
    color: red;
}

#copyright {
    background-color: rgba(4, 8, 13, 1);
    color: #FFF;
    text-align: center;
    letter-spacing: 0.09em;
    font-size: 12px;
    margin-top: -39px;
    margin-bottom: 11px;

    position: absolute;
    width: 100%;
    text-align: center;

}
#copyright a, #copyright a:hover, #copyright a:visited, #copyright a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}


@media (min-width: 768px) {

    #footer .title {
        font-size: 35px;
    }
    #footer > div:first-child {
        text-align: center;
    }
    #footer .address-title {
        font-size: 30px;
    }
    #footer .address {
        font-size: 15px;
    }

}

@media (min-width: 992px) {

    #footer {
        height: 522px;
        padding: 0;
    }
    #footer .p-separator {
        margin: 22px 0 52px 2px;
    }
    #footer > div:first-child {
        width: 368px;
        padding-right: 45px;
        margin: 0;
        margin-right: 85px;
        text-align: left;
        max-width: none;
    }
    #footer > div:last-child {
        width: 489px;
        position: relative;
    }
    #footer .title {
        padding: 0;
        margin-bottom: 0;
    }
    #footer .address-title {
        margin-bottom: 25px;
    }
    #footer .address {
        letter-spacing: 0.05em;
        padding: 0;
    }
    #footer .social-networks {
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }
    #footer .social-networks a {
        margin-bottom: 0;
    }
    #footer .form {
        margin: 0;
        margin: 110px auto 0 auto;
        width: 100%;
        max-width: none;
    }
    #footer .go-to-top {
        float: none;
        margin-bottom: 90px;
    }
    #footer .go-to-top {
        position: absolute;
        right: auto;
        top: 0px;
        width: 100%;
        text-align: right;
    }
    #footer .go-to-top svg {
        height: 15px;
        width: 25px;
        fill: #ED6F01;
        transform: rotate(180deg);
    }

}

/* #endregion */

/* #region " 13. Product Categories " */

#product-categories {
    background-color: rgb(6, 48, 68);
    min-height: 100vh;
    padding-top: 136px;
}
#product-categories p {
    color: white;
    font-size:14px; 
    line-height:20px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.03em;
}
#product-categories p br {
    margin-bottom: 1px;
}
#product-categories h1, #product-categories h2 {
    color: white;
}
#product-categories .prev,
#product-categories .next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 148px;
    right: 20%;
    display: block;
    cursor: pointer;
}
#product-categories .prev {
    left: 20%;
}
#product-categories .prev a.btn,
#product-categories .next a.btn {
    position: absolute;
    left: 0;
    top: 0px;
    display: none;
    animation: revert-grow .2s ease-in;
    border-radius: 20px;
    overflow: hidden;
    margin-left: -85px;
    height: 35px;
    padding-top: 7px;
}
#product-categories .next a.btn {
    animation: grow .2s ease-in;
    margin-left: 0px;
}
#product-categories .prev:hover a.btn,
#product-categories .next:hover a.btn {
    display: block;
    color: #FFF;
}
#product-categories .prev svg,
#product-categories .next svg {
    fill: rgb(237, 111, 1);
    width: 35px;
    height: 35px;
    transform: rotate(90deg);
}
#product-categories .prev svg {
    transform: rotate(270deg);
}
#product-categories .prev:hover svg,
#product-categories .next:hover svg {
    animation: disappear 0.2s linear;
    opacity: 0;
    height: 0px;
    width: 0px;
}
#product-categories .prev:hover svg {
    animation: revert-disappear 0.2s linear;
}
@keyframes disappear {
  from {
    opacity: 1;
    height: 35px;
    width: 35px;
  }

  to {
    opacity: 0;
    height: 0px;
    width: 0px;
  }
}
@keyframes revert-disappear {
  from {
    opacity: 1;
    height: 35px;
    width: 35px;
    margin-left: 0px;
  }

  to {
    opacity: 0;
    height: 0px;
    width: 0px;
    margin-left: 35px;
  }
}
@keyframes grow {
  from {
    opacity: 0;
    height: 35px;
    width: 0px;
  }

  to {
    opacity: 1;
  }
}
@keyframes revert-grow {
  from {
    opacity: 0;
    height: 35px;
    width: 0px;
    margin-left: 0px;
  }

  to {
    opacity: 1;
    margin-left: -85px;
  }
}
@media (min-width: 768px) {
    #product-categories .prev,
    #product-categories .next {
        top: 257px;
    }
    #product-categories .prev a.btn,
    #product-categories .next a.btn {
        padding-top: 5px;
        margin-left: -145px;
    }
    #product-categories .next a.btn {
        margin-left: 0;
    }
    @keyframes revert-grow {
      from {
        opacity: 0;
        height: 35px;
        width: 0px;
        margin-left: 0px;
      }

      to {
        opacity: 1;
        margin-left: -145px;
      }
    }

    html.touchevents #product-categories .prev {
        left: 15%;
    }

    html.touchevents #product-categories .next {
        right: 15%;
    }
}

#product-categories .header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#product-categories .header .logo {
    width: 64px;
    height: 64px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px rgb(237, 111, 1);
    border-radius: 76px;
    margin-bottom: 19px;
}
#product-categories .header .logo img {
    padding-left: 2px;
    margin-top: -2px;
    max-width: 53px;
}
#product-categories .header p.intro {
    width: 100%;
    padding: 0 23px;
}
#product-categories .header.category-1 p.intro {
    width: 100%;
    padding: 0 23px;
}
#product-categories .p-separator {
    margin-top: 9px;
    margin-bottom: 17px;
}
#product-categories .origins {
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
    text-align: center;
    margin-top: 22px;
    line-height: 20px;
    width: 100%;
}
#product-categories .origins h2 {
    font-family: 'Poppins SemiBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 19px;
}
#product-categories .origins .separator {
    width: 1px;
    height: 124px;
    margin: 0 49px 0 50px;
    border-right: 1px solid #FFFFFF;
    position: relative;
    top: 42px;
}
#product-categories .origins strong {
    font-size: 14px;
    letter-spacing: 0.04em;
}
#product-categories .origins div {
    width: 100%;
}
#product-categories .origins div:first-child {
    margin-bottom: 45px;
}
#product-categories .origins .text-orange {
    font-size: 14px;
    letter-spacing: 0.05em;
}
#products-list {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
#products-list .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    color: #FFFFFF;
    border-radius: 7px;
    margin: 4px;
    max-width: 43.333vw;
}
#products-list .sub-category {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 17px;
}
#products-list .sub-category h2 {
    font-size: 21px;
    margin-bottom: 0px;
}
#products-list .sub-category .p-separator {
    margin-top: 12px;
    margin-bottom: 27px;
}
#products-list .product .product-img {
    max-width: 100%;
    max-height: 37.5vw;
    overflow: hidden;
    display: flex;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#products-list .product img {
    align-self: center;
}
#products-list .product .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 54px;
    justify-content: center;
    padding-bottom: 4px;
}
#products-list .product .conditioning {
    color: #414141;
    padding-top: 4px;
    padding-bottom: 2px;
    font-size: 8px;
    letter-spacing: 0.05em;
    line-height: 10px;
}
#products-list .product .conditioning span {
    font-size: 10px;
    padding: 0 1px;
}
#products-list .product h3 {
    font-family: 'Poppins SemiBold', sans-serif;
    color: #106F9A;
    font-weight: bold;
    margin: 0;
    letter-spacing:0.05em;
    font-size: 10px;
    line-height: 10px;
}
#products-list .product .skin-details {
    color: #106F9A;
    font-size: 9px;
    letter-spacing:0.05em;
}
@media (min-width: 768px) {

    #products-list {
        margin-bottom: 102px;
    }
    #product-categories .header .logo {
        width: 76px;
        height: 76px;
        margin-bottom: 45px;
    }
    #product-categories .header .logo img {
        max-width: none;
    }
    #product-categories .p-separator {
        margin-top: 15px;
        margin-bottom: 28px;
    }
    #product-categories .header.category-1 p.intro {
        width: 494px;
        padding: 0;
    }
    #product-categories .header p.intro {
        width: 684px;
        padding: 0;
    }
    #product-categories p {
        color: white;
        font-size: 15px;
        letter-spacing: 0.066em;
        line-height:22px;
    }
    #product-categories .origins {
        width: 654px;
        margin-top: 55px;
        line-height: 22.5px;
        flex-wrap: nowrap;
    }
    #product-categories .origins div {
        width: 340px;
    }
    #product-categories .origins div:first-child {
        margin-bottom: 0;
    }
    #product-categories .origins h2 {
        font-size: 20px;
        margin-bottom: 21px;
    }
    #product-categories .origins strong {
        font-size: 15px;
        letter-spacing: 0.05em;
    }
    #product-categories .origins .text-orange {
        font-size: 1rem;
        letter-spacing:  normal;
    }
    #products-list {
        margin-top: 33px;
    }
    #products-list .sub-category {
        margin-top: 106px;
    }
    #products-list .sub-category h2 {
        font-size: 28px;
    }
    #products-list .product {
        max-width: none;
    }
    #products-list .product .details {
        height: 100px;
        padding-bottom: 0;
    }
    #products-list .product .product-img {
        max-width: 281px;
        max-height: 276px;
    }
    #products-list .product .conditioning {
        font-size: 12px;
        letter-spacing: 0.8px;
        line-height: normal;
        padding-bottom: 1px;
    }
    #products-list .product .conditioning span {
        font-size: 16px;
    }
    #products-list .product h3 {
        font-size: 18px;
        line-height: normal;
        padding-bottom: 1px;
    }
    #products-list .product .skin-details {
        font-size: 14px;
    }
}


/* #endregion */

/* #region " 14. Legal Notices " */

#legal {
    background-color: rgb(6, 48, 68);
    min-height: 100vh;
    padding-top: 136px;
    padding: 80px 23px 51px 23px;
}
#legal h1, #legal h2, #legal h3, #legal p, #legal li {
    color: #FFF;
}
#legal h1 {
    text-align: center;
    margin-bottom: 28px;
}
#legal .p-separator {
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 28px;
}
#legal p.company {
    text-align: center;
    margin: 0 auto 23px 0;
}
@media (min-width: 768px) {
    #legal {
        padding: 136px 15vw 51px 15vw;
    }
    #legal h1 {
        margin-bottom: inherit;
    }
}

.cc-theme-classic .cc-allow.cc-btn {
    color: white;
    text-align: center;
    border: solid 1px rgb(237, 111, 1);
    background-color: rgba(255, 255, 255, 0.15)!important;
    transition: border-color 0.4s ease 0s, color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.cc-theme-classic .cc-allow.cc-btn:hover {
    background-color: rgb(237, 111, 1)!important;
}
.cc-message {
    font-family: 'Avenir LT 35 light', sans-serif;
}
.cc-link, .cc-btn {
    font-family: 'Avenir LT 85 heavy', sans-serif;
    font-size: 15px!important;
    font-weight: normal!important;
}
@media (max-width: 768px) {
    .cc-btn {
        height: auto;
        font-size: 12px;
    }
    .cc-window {
        line-height: 1.2em;
    }
    .cc-message {
        text-align: center;
    }
    .cc-compliance {
        margin: 0 auto;
    }
}
.cc-revoke {
    display: none;
}

/* #endregion */

/* #region " 15. Social Networks " */

#social {
    height: 100%;
    position: fixed;
    right: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 30;
}
#social img {
    height: 30px;
    width: 30px;
    margin-bottom: 15px;
}
#social svg {
    fill: rgb(237, 111, 1);
    height: 20px;
    width: 30px;
    margin-bottom: 15px;
}

/* #endregion */

/* #region " 16. Errors " */

#error {
    height: 100vh;
    min-height: 350px;
    width: 100vw;
    background-image: url('/style/img/slider1-1.webp');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding: 0 23px;
}
.no-webp #error {
    background-image: url('/style/img/slider1-1.png');
}
#error h1, #error h2, #error .subtitle, #error p {
    color: #FFF;
    text-align: center;
}
#error h2 {
    margin-bottom: 0;
}
#error p {
    margin: 23px 0;
}
#error a.btn-primary {
    height: auto;
    color: white;
    margin-bottom: 23px;
}

/* #endregion */
