/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html {
    scroll-behavior: smooth;
}

/* Set core body defaults */

body {
    scroll-behavior: smooth;
    font-family: 'Mulish', sans-serif;
width:100%;overflow-x: clip;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;

}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* custom styles */

.bg-flo-black {
   background: #000;
}

.container {
   width: 85%;
}
.pt-14 {
    padding-top: 4rem;
}
.mx-auto { margin: 0 auto; }

.flex {
    display: flex;
    flex-flow: row wrap;
}

#logo img {
    height: 2rem;
}

.justify-between {
    justify-content: space-between;
}

.text-white {
    color: #fff;
}

.link-list {
    margin: unset;
    padding: unset;
    list-style: none;
}

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

.w-24 {
    width: 24%;
}

.grow {
    flex-grow: 1;
}

.link-list a {
    font-size: 0.938rem;
    font-weight: 200;
    text-decoration: none;
}

a.button {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    padding: 0.625rem 4.25rem 0.625rem 1.25rem;
    position: relative;
    font-size: 0.938rem;
}

a.button::after {
    height: 100%;
    border-left: 1px solid;
    width: 2.7rem;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.link-list li:not(:last-child) {
    margin-right: 3rem;
}

h1 {
    color: #fff;
    font-size: 3.7rem;
    font-weight: 200;
    line-height: 1;
}

h1 strong {
    font-weight: 400;
}

.w-76 {
    width: 76%;
}
.left-auto {
    margin-left: auto;
}

.pt-15 {
    padding-top: 15.625rem;
}

.pb-12 {
    padding-bottom: 12.5rem;
}


h2 {
    font-size: 0.875rem;
    font-weight: 200;
    position: relative;
}

h2::after {
    position: absolute;
    width: 3rem;
    background: red;
    height: 1px;
    content: '';
    top: 50%;
    right: 8rem;
    margin-top: 1px;
}

h2.short::after {
    position: absolute;
    width: 1.5rem;
    background: red;
    height: 1px;
    content: '';
    top: 50%;
    right: 8rem;
    margin-top: 1px;
}

h3 {
    font-size: 2.188rem;
    font-weight: 200;
    line-height: 1.1;
    margin-top: -5px;
    margin-bottom: 4.75rem;
}

h3 strong {
    font-weight: 400;
}

p {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
    font-weight: 200;
}

.text-stronger {
    font-weight: 400;
    font-size: 1rem;
}

p:last-child {
    margin-bottom: unset;
}

.pt-10 {
    padding-top: 10rem;
}

h4 {
    font-size: 1.875rem;
    font-weight: 200;
    margin-bottom: 6.25rem;
}

.pr-8vw { padding-right: 8vw;}

h5 {
    margin-top: unset;
    font-size: 1.563rem;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 3.375rem;
}

.text-smaller {
    font-size: 0.7rem;
}

.w-26 { width: 26%; }

.pb-9 {
    padding-bottom: 9.688rem;
}

.w-100vw {
    width: 100%;
}

.image-item img {
    max-height: 34.375rem;
    width: 100%;
    object-fit: cover;
}

.w-40 { width: 40%; }

dt {
    margin-top: unset;
    font-size: 1.563rem;
    font-weight: 200;
    line-height: 1.2;
}

.accordion-menu > div:not(.open) dd {
    visibility: hidden;
    opacity: 0;
    display: none;
}

dd.accordion-content {
    margin-top: 2rem;
}

.accordion-menu > div {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 2rem;
    cursor: pointer;
}

.accordion-menu > div:last-child {
    margin-bottom: 0;
}

.mxh-370 img { max-height: 23.125rem; }

.mb-reset { margin-bottom: 0;}

.my-7 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}

.py-7 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.w-50 { width: 50%; }

.background-blue {
    background: #002AC1;
    position: relative;
}

section.background-blue::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    background-size: cover;
    top: 0;
    background-image: url('/static-assets/img/third-shot.jpg');
    background-position: center;
}

h6 {
    margin-top: unset;
    margin-bottom: unset;
    font-size: 1.875rem;
    font-weight: 200;
    line-height: 1.2;
}

.mb-7 { margin-bottom:7.5rem; }

.pt-02 {
    padding-top: 2.5rem;
}
.mb-4 { margin-bottom: 4rem; }

.link-big {
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    font-size: 1.875rem;
}

.mr-4 { margin-right: 4rem; }

.asterisk-left {
    position: relative;
}

.asterisk-left::before {
    content: '*';
    position: absolute;
    color: red;
    left: -19vw;
    top: 0px;
    line-height: 1;
    font-size: 4.25rem;
    font-weight: 300;
}

header::before {
    content: '';
    width: 100%;
    background: url(/static-assets/lines/4.svg);
    height: 100vh;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    top: -3rem;
    filter: invert(26%) sepia(75%) saturate(7480%) hue-rotate(355deg) brightness(94%) contrast(125%);
}
.relative { position: relative; }


.lines-01::before {
    content: '';
    width: 100%;
    background: url(/static-assets/lines/5.svg);
    height: 50rem;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    background-size: cover;
    background-position: top;
    bottom: 0;
    filter: invert(26%) sepia(75%) saturate(7480%) hue-rotate(355deg) brightness(94%) contrast(125%);
}

.lines-02::before {
    content: '';
    width: 120%;
    background: url(/static-assets/lines/13.svg);
    height: 54rem;
    position: absolute;
    left: -10%;
    z-index: -1;
    opacity: 0.1;
    background-size: cover;
    background-position: bottom;
    top: 0;
    filter: invert(26%) sepia(75%) saturate(7480%) hue-rotate(355deg) brightness(94%) contrast(125%);
}

.lines-03::before {
    content: '';
    width: 100%;
    background: url(/static-assets/lines/13.svg);
    height: 90%;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.15;
    background-size: cover;
    background-position: center 25%;
    bottom: 0;
    filter: invert(26%) sepia(75%) saturate(7480%) hue-rotate(355deg) brightness(94%) contrast(125%);
    /* transform: rotate(-9deg); */
}

.lines-04::before {
    content: '';
    width: 118%;
    background: url(/static-assets/lines/3.svg);
    height: 83%;
    position: absolute;
    left: -7vw;
    z-index: -1;
    opacity: 0.25;
    background-size: cover;
    background-position: bottom;
    top: 0;
    filter: invert(26%) sepia(75%) saturate(7480%) hue-rotate(355deg) brightness(94%) contrast(125%);
    /* transform: translateX(-50%); */
}

.lines-05::before {
    content: '';
    width: 100%;
    background: url(/static-assets/lines/15.svg);
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    background-size: cover;
    bottom: 0;
    filter: invert(26%) sepia(75%) saturate(7480%) hue-rotate(355deg) brightness(94%) contrast(125%);
    /* transform: translateX(-50%); */
}

h1.arrow-down-left::before {
    position: absolute;
    content: '';
    width: 5rem;
    filter: invert(1);
    height: 5rem;
    background: url('/static-assets/arrows/right-black.svg');
    background-size: contain;
    transform: rotate(45deg);
    left: -21vw;
    bottom: -6px;
}
a.button::before {
    content: '';
    right: 1.1rem;
    top: 50%;
    background: url('/static-assets/arrows/right-black.svg');
    position: absolute;
    width: 0.875rem;
    height: 0.875rem;
    background-size: contain;
    filter: invert(1);
    transform: rotate(45deg) translateY(-50%);
    margin-top: -0.09rem;
}

dl.accordion-menu > div:not(.open)::after {
    content: '+';
    color: #fff;
    position: absolute;
    right: 1.5rem;
    font-size: 2rem;
    top: 1rem;
    line-height: 1;
}

dl.accordion-menu > div.open::after {
    content: '-';
    color: #fff;
    position: absolute;
    right: 1.5rem;
    font-size: 2rem;
    top: 1rem;
    line-height: 1;
}

nav ul li a {
    position: relative;
}

nav ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    height: 1px;
    background: #fff;
    opacity: 0;
    width: 0;
    transition: opacity 0.5s ease, width 0.5s ease;
}

nav ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

a.button::before {
    transition: all 0.25s ease;
}
a.button:hover::before {
    transform: rotate(90deg) translateY(-30%);
    margin-top: -0.4rem;
}

a.link-big {
    position: relative;
}

a.link-big::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    height: 1px;
    background: #fff;
    opacity: 0;
    width: 0;
    transition: opacity 0.5s ease, width 0.5s ease;
}

a.link-big:hover::before {
    width: 100%;
    opacity: 1;
}

@media screen and (min-width:1400px) {
    html { font-size: 1.15vw;}
    body { font-size:  1rem; }
}
@media screen and (max-width:1370px) {
    h2.short::after {
        right: 6rem;
    }
}

@media screen and (max-width:1215px) {
    h2.short::after {
        right: 4rem;
    }
}

@media screen and (max-width:1070px) {

    html { font-size: 1.5vw;}

    ul.flex.link-list {
        display: none;
    }
    a.button {
        margin-left: auto;
    }
    .w-24 {
        width: 15%;
    }
    .w-76 {
        width: 80%;
    }
    h1.arrow-down-left::before {
        left: -17vw;
    }
    h2::after {
        width: 1rem;
        right: 1rem;
    }
    .asterisk-left::before {
        left: -16vw;
    }
    section.background-blue::before {
        width: 15%;
    }
    h2.text-white.short {
        width: 60%;
    }
    h2.short::after {
        right: -3rem;
    }
}

@media screen and (max-width:800px) {

    html {
        font-size: 2vw;
    }
    .m-mt-under-picture {
        padding-top: 20rem;
    }
    .m-pl-none {
        margin-left: 0 !important;
    }
    section.background-blue::before {
        content: '';
        position: absolute;
        height: 20rem;
        width: 100% !important;
        left: 0;
        background-size: cover;
        top: 0;
        background-image: url('/static-assets/img/third-shot.webp');
        background-position: center 38%;
    }

    .m-mt-reduce { margin-top:0 !important; }
    h2::after {
        width: 2rem;
        right: -1rem;
        transform: translateX(100%);
    }
    .w-50 {
        width: 85%;
    }
    div.container .w-24,
    section.container .w-24 {
        width: 15%;
        margin-left: 20%;
    }
    div.container .w-76,
    section.container .w-76 {
        margin-left: 20%;
        margin-top: 6rem;
    }

    .m-mt-none {
        margin-top: 3rem;
    }

    .m-mt-less {
        padding-top: 1rem;
    }

    .w-26 {
        width: 43%;
    }

    .w-26:last-child {
        margin-top: 4rem;
    }
    .w-40 {
        width: 100%;
    }

    .w-40:last-child {
        margin-top: 6rem;
    }

}

@media screen and (max-width:700px) {

    html {
        font-size: 2.5vw;
    }

    header::before {
        opacity: 0.6;
    }

    h1.arrow-down-left::before {
        width: 3rem;
        height: 3rem;
        bottom: -3px;
    }

    .w-26 {
        width: 100%;
    }
    #logo {
        width: 30%;
    }

    .m-mb-4 { margin-bottom: 4rem; }

    div.container .w-24, section.container .w-24 {
        width: 25%;
        margin-left: 20%;
    }

    .lines-01::before {
        height: 70rem;
        bottom: -26rem;
    }

    .lines-02::before {
        height: 85rem;
        opacity: 0.25;
        top: -30rem;
    }

    .lines-03::before {
        height: 200%;
        opacity: 0.25;
        bottom: -35rem;
    }

    .lines-04::before {
        opacity: 0.5;
    }

    .lines-05::before {
        opacity: 0.254;
    }

}