:root {
    --main: #010D44;
    --light: #8c9aa8;
}

@font-face {
    font-family: 'Electrolux Sans';
    src: url('./fonts/ElectroluxSans-Regular.eot');
    src: local('./fonts/Electrolux Sans Regular'), local('./fonts/ElectroluxSans-Regular'),
        url('./fonts/ElectroluxSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ElectroluxSans-Regular.woff2') format('woff2'),
        url('./fonts/ElectroluxSans-Regular.woff') format('woff'),
        url('./fonts/ElectroluxSans-Regular.ttf') format('truetype'),
        url('./fonts/ElectroluxSans-Regular.svg#ElectroluxSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Electrolux Sans SemiBold';
    src: url('./fonts/ElectroluxSans-SemiBold.eot');
    src: local('./fonts/Electrolux Sans SemiBold'), local('./fonts/ElectroluxSans-SemiBold'),
        url('./fonts/ElectroluxSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ElectroluxSans-SemiBold.woff2') format('woff2'),
        url('./fonts/ElectroluxSans-SemiBold.woff') format('woff'),
        url('./fonts/ElectroluxSans-SemiBold.ttf') format('truetype'),
        url('./fonts/ElectroluxSans-SemiBold.svg#ElectroluxSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    position: relative;    
    font-family: 'Electrolux Sans', san-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #e5e5e5;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

.bold {
    font-family: 'Electrolux Sans SemiBold';
    font-weight: 600;
    font-style: normal;
}

section {
    position: relative;
}

[class*="container-"] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
}

.container-01 .left-side {
    background-color: var(--main);
    flex: 1;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding: 3rem;
    color: #FFF;
}

.container-01 .left-side p {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
}

.container-01 .left-side h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
    line-height: 4rem;
}

.container-01 .right-side {
    flex: 1;
    position: relative;
}

.container-01 .right-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.container-02 {
    align-items: center;
}

.container-02 .left-side {
    flex: 1;
    width: 100%;
    padding: 0 3rem;
}

.container-02 .left-side img {
    max-width: 100%;
    width: 500px;
    display: block;
    margin-left: auto;
    margin-top: -5rem;
}

.container-02 .right-side {
    flex: 1;
    color: var(--main);
    padding-left: 3rem;
}

.container-02 .right-side h2 {
    font-size: 2.5rem;
    margin-bottom: .8rem;
}

.container-02 .right-side p {
    font-size: 1.5rem;
}


.container-03 {
    align-items: center;
    padding-top: 5rem;
    justify-content: center;
    gap: 10rem;
}

.container-03 .left-side {
    color: var(--main);
}

.container-03 .left-side img {
    width: 120px;
    display: block;
    margin: 0 0 1.5rem 2rem;
}

.container-03 .left-side h2 {
    font-size: 2.5rem;
    margin-bottom: .8rem;
}

.container-03 .left-side p {
    font-size: 1.5rem;
}

.container-03 .right-side img {
    max-width: 100%;
    width: 650px;
    height: 450px;
    object-fit: cover;
}


.container-04 {
    margin-top: 18rem;
    display: block;
}

.container-04 .card {
    width: 100%;
    max-width: 430px;
    background-color: var(--main);
    height: auto;
    min-height: 250px;
    color: #FFF;
    position: relative;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10rem;
    margin-left: 2rem;
    z-index: 1;
}

.container-04 .card .no-js .owl-carousel, .container-04 .card .owl-carousel.owl-loaded {
    display: grid;
    flex-direction: column;
    flex-wrap: wrap;
}

.container-04 .card .owl-stage-outer {
    order: 3
}

.container-04 .card .owl-nav {
    order: 2;
    margin-bottom: 1rem;
}

.container-04 .card .owl-nav button {
    width: 50px;
    height: 40px;
    background-color: var(--light);
    font-size: xx-large;
}

.container-04 .card .item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    width: 100%;
}

.container-04 .card .item img {
    max-width: 100%;
    width: 100px;
    height: auto;
}

.container-04 .card .item div {
    flex: auto;
}

.container-04 .card .item strong {
    font-size: 1.8rem;
}

.container-04 .card .item p {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.container-04 .carousel-image {
    margin-top: -10rem;
    z-index: 0;
}

.container-04 [class*="back-img-"] {
    width: 100%;
    background-color: var(--light);
}

.container-04 .back-img-01 img {
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 800px;
    object-fit: cover;
    object-position: center;
    transform: rotateY(180deg);
    margin-left: auto;
    display: block;
}

.container-04 .back-img-02 img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    object-position: top;
    margin-left: auto;
    display: block;
}

.container-04 .back-img-03 img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
    object-position: center;
    margin-left: auto;
    display: block;
}


.container-05 {
    justify-content: end;
    padding: 3rem;
}

.container-05 .card {
    background-color: var(--main);
    color: #FFF;
    padding: 3rem;
}

.container-05 .card > div {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 3rem;
}

.container-05 .card > div img {
    width: 150px;
}

.container-05 .card > div > div h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.container-05 .card > div > div p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.container-05 .card > img {
    display: block;
    max-width: 100%;
    width: 850px;
    margin-left: -30%;
}


.container-06 {
    padding-top: 3rem;
}

.container-06 div {
    flex: 1;
    width: 100%;
    color: var(--main)
}

.container-06 h2 {
    display: block;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.container-06 p {
    display: block;
    text-align: center;
    font-size: 2rem;
}

.container-06 div div {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    position: relative;
}

.container-06 div div img {
    max-width: 100%;
    position: relative;
}

.container-06 div div::before {
    content: '';
    width: 100%;
    height: 65%;
    inset: 0;
    top: 15%;
    position: absolute;
    background-color: var(--light);
}


.container-07 img {
    max-width: 100%;
}


.container-09 {
    padding: 3rem;
    gap: 1rem;
    align-items: center;
}

.container-09 .left-side {
    flex: 1;
}

.container-09 .left-side img {
    max-width: 100%;
}

.container-09 .right-side {
    flex: 0 0 auto;
    color: var(--main);
}

.container-09 .right-side h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.container-09 .right-side > strong {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    display: block;
}

.container-09 .right-side .cards {
    display: flex;
    flex-direction: column;
}

.container-09 .right-side .cards .card .card-head {
    background-color: var(--main);
    color: #FFF;
    border-radius: 999rem;
    padding: .8rem;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.container-09 .right-side .cards .card .card-head img {
    filter: invert(1)
}

.container-09 .right-side .cards .card .card-body {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.container-09 .right-side .cards .card .card-body div {
    background-color: #FFF;
    color: var(--main);
    border-radius: 999rem;
    padding: .8rem;
    display: flex;
    justify-content: space-between;
}


.container-10 div {
    width: 100%;
    min-height: 800px;
    background-image: url('./assets/shutterstock_634089968.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem;
}

.container-10 div h2 {
    color: #FFF;
    font-size: calc(1.375rem + 1.5vw);
    font-weight: normal
}


footer {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 2.5rem 0;
    background-color: var(--main);
    text-align: center;
}


@media only screen and (max-width: 1024px) {
    .container-01 .left-side h1 {
        font-size: 3rem;
    }

    .container-03 {
        gap: 4rem;
    }

    .container-05 .card > img {
        margin-left: -15%;
    }
}

@media only screen and (max-width: 768px) {
    .container-01 {
        flex-direction: column;
    }

    .container-01 .left-side {
        order: 2
    }

    .container-01 .left-right {
        order: 1
    }

    .container-02 {
        flex-direction: column;
        gap: 2rem;
    }

    .container-02 .right-side {
        padding-left: 0rem;
        text-align: center;
    }

    .container-03 .left-side {
        text-align: center;
    }

    .container-03 .left-side img {
        margin: 0 auto 1.5rem auto;
    }

    .container-05 .card > img {
        max-width: 100%;
    }

    .container-09 {
        flex-direction: column;
        gap: 2rem;
    }
}

@media only screen and (max-width: 425px) {
    .container-01 .left-side h1 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .container-04 .card {
        margin-left: 0rem;
    }

    .container-04 .back-img {
        margin-top: 0rem;
    }

    .container-05 {
        padding: 0rem;
    }

    .container-05 .card > div {
        flex-direction: column;
        gap: 3rem;
    }

    .container-05 .card > img {
        margin-left: 0;
    }
}