:root {
    --color-dark-a-fade: #02171C00;
    --color-dark-b-fade: #0086AB00;
    --color-dark-c-fade: #003F4E00;

    --color-dark-a: #02171C;
    --color-dark-b: #0D2127;
    --color-dark-c: #003F4E;
    --color-dark-d: #ABC0C5;

    --color-main-a: #1546D5;
    --color-main-b: #0086AB;
    --color-main-c: #0085FF;
    --color-main-d: #00BE9F;
    --color-main-e: #00FFF9;

    --color-main-soft-c: #86BAFF;
    --color-main-soft-d: #8FDAC9;
    --color-main-soft-e: #99FFFC;

    --color-header-option-backgroud: #02171C60;
    --color-glass-backgroud: #FFFFFF20;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Inform */
/* ------------------------------------------------------------------------------------------------------------------ */

/*
<div class="inform">
    <div class="inform-body">
    </div>
</div>
*/

.inform {
    border-radius: 48px;
    padding: 24px;

    outline: 1px solid darkgray;
    outline-offset: -1px;
}
.inform > div.inform-body {
    border-radius: 24px;
    outline: 4px solid var(--color-dark-a);
    outline-offset: -4px;

    padding: 24px;
}
.inform p {
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .inform {
        padding: 12px;
    }
    .inform > div.inform-body {
        border-radius: 36px;
    }
}

/*
<div class="inform">
    <div class="inform-body inform-horizontal">
        <div class="section">
            <p class="typo-lead typo-s3">Lorem Ipsum</p>
            <p>Duis ut sodales justo. Donec dictum nulla sit amet augue facilisis, eu faucibus leo semper. Aenean pretium tincidunt nisi vitae posuere. Proin purus ex, consectetur a commodo eget, tempus a ipsum. Nullam augue mauris, iaculis quis facilisis ut, rhoncus a ante. Cras mattis quam non laoreet mattis.</p>
        </div>
        <div class="section">
            <p class="typo-lead typo-s3">Lorem Ipsum</p>
            <p>Duis ut sodales justo. Donec dictum nulla sit amet augue facilisis, eu faucibus leo semper. Aenean pretium tincidunt nisi vitae posuere. Proin purus ex, consectetur a commodo eget, tempus a ipsum. Nullam augue mauris, iaculis quis facilisis ut, rhoncus a ante. Cras mattis quam non laoreet mattis.</p>
        </div>
    </div>
</div>
*/

.inform > div.inform-body.inform-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}


.inform > div.inform-body.inform-horizontal > .section-3:first-child,
.inform > div.inform-body.inform-horizontal > .section:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: unset;
}

.inform > div.inform-body.inform-horizontal > .section-3:first-child {
    width: calc(33% - 48px);
}
.inform > div.inform-body.inform-horizontal > .section:first-child {
    width: calc(50% - 48px);
}


.inform > div.inform-body.inform-horizontal > .section-3,
.inform > div.inform-body.inform-horizontal > .section {
    padding-left: 23px;
    margin-left: 23px;
    border-left: 2px solid var(--color-dark-a);
}

.inform > div.inform-body.inform-horizontal > .section-3 {
    width: calc(33%);
}
.inform > div.inform-body.inform-horizontal > .section {
    width: calc(50%);
}


@media only screen and (max-width: 992px) {
    .inform > div.inform-body.inform-horizontal > .section-3:first-child,
    .inform > div.inform-body.inform-horizontal > .section:first-child {
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
    .inform > div.inform-body.inform-horizontal > .section-3,
    .inform > div.inform-body.inform-horizontal > .section {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-left: unset;

        padding-top: 23px;
        margin-top: 23px;
        border-top: 2px solid var(--color-dark-a);
    }
}

.typo {
    font-size: 1em;
    margin: 0;
}
.typo-s1 { font-size: 2.8em }
.typo-s2 { font-size: 2.4em }
.typo-s3 { font-size: 2em }
.typo-s4 { font-size: 1.6em }
.typo-s5 { font-size: 1.2em }

.typo-sp1 { font-size: 4.8em }

.typo-lead {
    font-family: OpenSans, serif;
    /* font-family: NeoSans, serif; */
    font-style: italic;
    font-weight: 800;
}

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

}
@media only screen and (max-width: 1200px) {
    .typo-s1 { font-size: 2.6em }
    .typo-s2 { font-size: 2.2em }
    .typo-s3 { font-size: 1.8em }
    .typo-s4 { font-size: 1.5em }
    .typo-s5 { font-size: 1.2em }

    .typo-sp1 { font-size: 4em }
}
@media only screen and (max-width: 992px) {
    .typo-s1 { font-size: 2.2em }
    .typo-s2 { font-size: 2em }
    .typo-s3 { font-size: 1.5em }
    .typo-s4 { font-size: 1.3em }
    .typo-s5 { font-size: 1.2em }

    .typo-sp1 { font-size: 3.8em }
}

/*
Helvetica-Oblique.ttf
Helvetica-Narrow-Oblique.ttf
Helvetica-Narrow Roman.ttf
Helvetica-Narrow Bold.ttf
Helvetica-LightOblique.ttf
helvetica-light.ttf
Helvetica-Bold.ttf
Helvetica-Bold Oblique.ttf
helvetica_condensed.ttf
Helvetica.ttf
Helvetica Roman.ttf
Helvetica Condensed Regular.ttf
*/

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/fonts/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica-LightOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/helvetica-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica-Bold Oblique.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica-Narrow Roman.ttf') format('truetype');
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica-Narrow-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-stretch: condensed;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica-Narrow Bold.ttf') format('truetype');
    font-weight: 700;
    font-stretch: condensed;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/helvetica_condensed.ttf') format('truetype');
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCustom';
    src: url('/src/frontend/fonts/helvetica/Helvetica Condensed Regular.ttf') format('truetype');
    font-weight: 400;
    font-stretch: condensed;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans TR.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans Italic TR.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/neo-sans-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans Light Italic TR.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans Medium TR.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSansMedium Italic TR.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans Bold TR.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans Black TR.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans Black Italic TR.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans UltraTR.otf') format('opentype');
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans';
    src: url('/src/frontend/fonts/neo-sans-tr/NeoSans UltraItalic TR.otf') format('opentype');
    font-weight: 950;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-Light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-CondBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-Italic-VariableFont_wdthwght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/src/frontend/fonts/open-sans/OpenSans-VariableFont_wdthwght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

.button {
    display: inline-block;
    padding: 12px 24px;

    color: var(--color-dark-a);

    text-decoration: unset;
    cursor: pointer;

    border-radius: 24px;

    font-family: OpenSans, serif;
    font-weight: 800;
    font-style: italic;

    border: unset;
}
.button > i  {
    margin-right: 8px;
}

.button {
    /*
    background-size: 100%;
    background: linear-gradient(
        115deg,
        var(--color-main-a) 0%,
        var(--color-main-c) 25%,
        var(--color-main-d) 75%,
        var(--color-main-e) 100%
    );
    */
    /*
    var(--color-main-a) 0%,
    var(--color-main-b) 25%,
    var(--color-main-c) 50%,
    var(--color-main-d) 75%,
    var(--color-main-e) 100%
    */

    background-image: url('/src/frontend/btn.svg');
    background-position: center;
    background-size: 100%;

    transition: 0.2s background-size;

    color: #FFF;
}
.button.tiny {
    border-radius: 16px;
    padding: 6px 18px;
    font-size: 0.8em;
}

.button.blue {
    background-image: none;
    background-color: #0085FF;
    color: #FFF;
}

.button.blue:hover {
    background-image: none;
    background-color: #0074dd;
    color: #FFF;
}

.button.green {
    background-image: none;
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.button.green:hover {
    background-image: none;
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.button.transparent {
    background-image: none;
    background-color: transparent;
    background-size: 100%;

    outline: 2px solid var(--color-dark-a);
    outline-offset: -2px;

    color: var(--color-dark-a);

    transition:
        0.2s outline-color,
        0.2s background-color,
        0.2s color;
}

.button.transparent:hover {
    background-image: none;
    background-size: 100%;

    color: #FFF;
    outline-color: #FFFFFF00;
    background-color: #0982f7;
}

.button:hover {
    color: #FFF;
    background-size: 200%;
}

.button.b-line {
    outline: 2px solid var(--color-dark-a);
    outline-offset: -2px;

    transition:
        0.2S outline-color,
        0.2s background-color;

    background-image: none;
    background-color: #0982f700;

    color: var(--color-dark-a);
}

.button.b-line.light {
    outline-color: #FFF;
    color: #FFF;
}

.button.b-line:hover {
    color: #FFF;
    outline-color: #FFFFFF00;
    background-color: #0982f7;
}

.button.b-line.light:hover {
    outline-color: #FFFFFF00;
}

/* Typography modifiers */
.button.normal-weight {
    font-weight: 400;
    font-style: normal;
}

.button.semi-bold {
    font-weight: 600;
}

.button.no-italic {
    font-style: normal;
}

/* Size modifiers */
.button.size-sm {
    padding: 8px 18px;
    font-size: 0.9rem;
    border-radius: 20px;
}

.button.size-xs {
    padding: 4px 12px;
    font-size: 0.75rem;
    border-radius: 16px;
}

.button.size-lg {
    padding: 14px 28px;
    font-size: 1.05rem;
    border-radius: 28px;
}

.button.size-xl {
    padding: 16px 32px;
    font-size: 1.15rem;
    border-radius: 32px;
}

.o-wrap {
    position: relative;
}
.o-wrap > label {
    font-weight: 800;
    font-size: 1em;
    font-family: OpenSans, serif;
    font-style: italic;

    width: 100%;
    margin-bottom: 6px;
}
.o-wrap > div {}

.o-wrap > .form-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
    color: inherit;
    z-index: 1;
    pointer-events: none;
}

/* When there is a .form-icon before the input, add extra left padding so text doesn't overlap the icon */
.o-wrap > .form-icon + .o-input > input,
.o-wrap > .form-icon + .o-input > select,
.o-wrap > .form-icon + .o-text-area > textarea {
    padding-left: 48px;
}

.o-input,
.o-text-area {
    width: 100%;
}


.o-input > input {
    background-color: #f3f3f3;
    border: unset;
    /*
    outline: 2px solid #03171c;
    outline-offset: -2px;
    */
    padding: 12px 40px 12px 24px;
    border-radius: 24px;
    width: 100%;

    font-size: 1.1em;
}

.o-input > input[type="text"] {}

.o-input > select {
    background-color: #f3f3f3;
    border: unset;
    /*
    outline: 2px solid #03171c;
    outline-offset: -2px;
    */
    padding: 12px 24px;
    border-radius: 24px;
    width: 100%;

    font-size: 1.1em;
    color: inherit;

    /* Remove native browser arrows where possible to keep design clean */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px 6px;
}

.o-text-area > textarea {
    background-color: #f3f3f3;
    border: unset;
    /*
    outline: 2px solid #03171c;
    outline-offset: -2px;
    */
    padding: 12px 24px;
    border-radius: 24px;
    width: 100%;

    font-size: 1.1em;
}
.o-checkbox {
    display: flex;
}
.o-checkbox > input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-right: 12px;
}
.o-checkbox > p {
    flex-grow: 1;
}

.article-block {
    border-radius: 48px;
    padding: 12px;
    background-color: var(--color-dark-a);
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}

.article-block p {
    margin: 0;
}

.article-block > img {
    border-radius: 36px;
    object-fit: cover;
}

.article-block > .body {
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.article-block > .body > .title {
    font-family: OpenSans, serif;
    font-size: 1.2em;
    color: whitesmoke;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 1.2;
}
.article-block > .body > .lead {
    color: var(--color-dark-d);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.article-block > .body > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 24px;
}
.article-block > .body > .bottom > p {
    color: var(--color-dark-d);
}

.articles > .container > .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.articles > .container > .items > div {
    margin-bottom: 12px;
    margin-right: 12px;
}

.articles > .container > .items > div {
    width: 424px;
}
.articles > .container > .items > div:nth-child(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 1400px) {
    .articles > .container > .items > div {
        width: 364px;
    }
}
@media only screen and (max-width: 1200px) {
    .articles > .container > .items > div {
        width: 462px;
    }
    .articles > .container > .items > div:nth-child(3n) {
        margin-right: 12px;
    }
    .articles > .container > .items > div:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 992px) {
    .articles > .container > .items {
        justify-content: center;
    }
    .articles > .container > .items > div {
        width: 100%;
        max-width: 460px;
    }
    .articles > .container > .items > div:nth-child(1n) {
        margin-right: 0;
    }
    .articles > .container > .items > div:nth-child(3n) {
        margin-right: 0;
    }
    .articles > .container > .items > div:nth-child(2n) {
        margin-right: 0;
    }
}

.block-advanced {
    background-color: var(--color-dark-a);
    border-radius: 48px;
    padding: 12px;
}

.block-advanced {
    display: flex;
    flex-direction: column;
}
.block-advanced > .top {}
.block-advanced > .bottom {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Top */
/* ------------------------------------------------------------------------------------------------------------------ */

.block-advanced > .top {
    display: flex;
}

.block-advanced > .top > .display {
    /* border-radius: 36px; */
    border-top-left-radius: 36px;
}

.block-advanced > .top > .display {
    position: relative;
}
.block-advanced > .top > .display > .display-top,
.block-advanced > .top > .display > .display-bottom {
    position: relative;
}
.block-advanced > .top > .display > .display-fade {
    position: absolute;
    display: inline-block;
    top: 0; left: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(90deg,
        #000000BB 0%,
        #00000090 40%,
        #00000000 100%
    );
}
.block-advanced > .top > .display > .display-fade {
    border-top-left-radius: 36px;
}
@media only screen and (max-width: 991px) {
    .block-advanced > .top > .display > .display-fade {
        width: 100%;
    }
}



/*
.block-advanced > .top > .display { width: 60%; }
.block-advanced > .top > .content { width: 40%; }
*/
.block-advanced > .top > .display,
.block-advanced > .top > .content {
    padding: 42px;
    min-height: 360px;
}

.block-advanced > .top > .display {
    background-size: cover;
    background-position: bottom 0 right 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: whitesmoke;
}

.block-advanced > .top > .display p {
    margin: unset;
    font-family: OpenSans, serif;
    font-style: italic;
    font-weight: 800;
}

.block-advanced > .top > .display > .display-top {}

.block-advanced > .top > .display > .display-top > p.a {
    font-size: 1.6em;
    padding-left: 8px;
}

.block-advanced > .top > .display > .display-top > p.b {
    font-size: 3.2em;
    line-height: 1em;
}

.block-advanced > .top > .display > .display-bottom {
    display: flex;
    justify-content: flex-start;
}

.block-advanced > .top > .display > .display-bottom > p.a {
    font-size: 3.4em;
    font-family: HelveticaCustom, serif;
    font-style: unset;
}
.block-advanced > .top > .display > .display-bottom > div.b {
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    line-height: 2em;
    justify-content: center;
    margin-left: 12px;
}
.block-advanced > .top > .display > .display-bottom > div.b > p.a {
    font-size: 2em;
}
.block-advanced > .top > .display > .display-bottom > div.b > p.b {
    font-size: 1em;
    font-family: HelveticaCustom, serif;
    font-weight: 400;
}


.block-advanced > .top > .content {
    color: whitesmoke;
}

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

    .block-advanced > .top > .display,
    .block-advanced > .top > .content {
        min-height: unset;
    }


    .block-advanced > .top > .display { width: 100% !important; }
    .block-advanced > .top > .content { width: 100% !important; }
    .block-advanced > .top {
        flex-direction: column;
    }
    .block-advanced > .top > .display > .display-bottom {
        /* justify-content: flex-end; */
    }

    .block-advanced > .top > .display {
        border-top-left-radius: 36px;
        border-top-right-radius: 36px;
    }

    .block-advanced > .top > .display > .display-top {
        min-height: 200px;
    }

    .block-advanced > .top > .display,
    .block-advanced > .top > .content {
        padding: 20px;
    }

    .block-advanced > .top > .display > .display-top > p.a {
        font-size: 1.2em;
    }
    .block-advanced > .top > .display > .display-top > p.b {
        font-size: 2.2em;
    }

    .block-advanced > .top > .display > .display-bottom > p.a {
        font-size: 2.6em;
    }
    .block-advanced > .top > .display > .display-bottom > div.b {
        line-height: 1em;
        font-size: 1.1em;
    }
    .block-advanced > .top > .display > .display-bottom > div.b > p.a {
        font-size: 1em;
    }
    .block-advanced > .top > .display > .display-bottom > div.b > p.b {
        font-size: 0.8em;
    }

}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Bottom */
/* ------------------------------------------------------------------------------------------------------------------ */

.block-advanced > .bottom {}

.block-advanced > .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.block-advanced > .bottom > .info {
    background-color: red;
    padding: 12px;
}

.block-advanced > .bottom > .info:first-child {
    border-bottom-left-radius: 36px;
}
.block-advanced > .bottom > .info:last-child {
    border-bottom-right-radius: 36px;
}

.block-advanced > .bottom > .info > .no {
    color: whitesmoke;
    opacity: 0.7;
}
.block-advanced > .bottom > .info > .info {
    color: whitesmoke;
    font-size: 1.2em;

    font-family: OpenSans, serif;
    font-style: italic;
    font-weight: 400;
}

.block-advanced > .bottom > .info.inverse > .no {
    color: var(--color-dark-a);
}
.block-advanced > .bottom > .info.inverse > .info {
    color: var(--color-dark-a);
}


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

    .block-advanced > .bottom > .info:first-child {
        border-bottom-left-radius: 0;

        border-top-right-radius: 36px;
        border-top-left-radius: 36px;
    }
    .block-advanced > .bottom > .info:last-child {
        border-bottom-right-radius: 0;

        border-bottom-right-radius: 36px;
        border-bottom-left-radius: 36px;
    }

    .block-advanced > .bottom {
        flex-direction: column;
    }
    .block-advanced > .bottom > .info {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .block-advanced > .bottom > .info:last-child {
        margin-bottom: 0;
    }
}

.block-connect {
    background-color: var(--color-dark-a);
}
.block-connect {
    border-radius: 48px;
    padding: 12px;
}

.block-connect > .grid-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;

    border-radius: 36px;
    overflow: hidden;
}

.block-connect > .grid-wrap > .item#item-a { grid-area: 1 / 1 / 2 / 5; }
.block-connect > .grid-wrap > .item#item-b { grid-area: 1 / 5 / 2 / 7; }
.block-connect > .grid-wrap > .item#item-c { grid-area: 1 / 7 / 2 / 9; }
.block-connect > .grid-wrap > .item#item-d { grid-area: 2 / 1 / 3 / 3; }
.block-connect > .grid-wrap > .item#item-f { grid-area: 2 / 6 / 3 / 9; }
.block-connect > .grid-wrap > .item#item-e { grid-area: 2 / 3 / 3 / 6; }

.block-connect > .grid-wrap > .item {
    min-height: 300px;
}

.block-connect > .grid-wrap > .item {
    background-size: cover;
}
.block-connect > .grid-wrap > .item#item-a { background-position: right 0 bottom 0; }
.block-connect > .grid-wrap > .item#item-b { background-position: right 0 top 0; }
.block-connect > .grid-wrap > .item#item-c { background-position: right 0 top 0; }
.block-connect > .grid-wrap > .item#item-d { background-position: left 0 top 0; }
.block-connect > .grid-wrap > .item#item-e { background-position: right 0 top 0; }
.block-connect > .grid-wrap > .item#item-f { background-position: right 0 top 0; }

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

    .block-connect > .grid-wrap {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .block-connect > .grid-wrap > .item#item-a { grid-area: 1 / 1 / 2 / 6; }
    .block-connect > .grid-wrap > .item#item-b { grid-area: 1 / 6 / 2 / 9; }
    .block-connect > .grid-wrap > .item#item-c { grid-area: 2 / 1 / 3 / 5; }
    .block-connect > .grid-wrap > .item#item-d { grid-area: 2 / 5 / 3 / 9; }
    .block-connect > .grid-wrap > .item#item-e { grid-area: 3 / 1 / 4 / 4; }
    .block-connect > .grid-wrap > .item#item-f { grid-area: 3 / 4 / 4 / 9; }
}

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

    .block-connect > .grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .block-connect > .grid-wrap > .item#item-a { grid-area: 1 / 1 / 2 / 2; }
    .block-connect > .grid-wrap > .item#item-b { grid-area: 1 / 2 / 2 / 3; }
    .block-connect > .grid-wrap > .item#item-c { grid-area: 2 / 1 / 3 / 2; }
    .block-connect > .grid-wrap > .item#item-d { grid-area: 2 / 2 / 3 / 3; }
    .block-connect > .grid-wrap > .item#item-e { grid-area: 3 / 1 / 4 / 2; }
    .block-connect > .grid-wrap > .item#item-f { grid-area: 3 / 2 / 4 / 3; }
}

@media only screen and (max-width: 768px) {
    .block-connect {
        background-color: unset;
    }
    .block-connect > .grid-wrap {
        display: flex;
        flex-direction: column;
        border-radius: 0;
    }

    .block-connect > .grid-wrap > .item#item-a {
        border-top-left-radius: 36px;
        border-top-right-radius: 36px;
    }
    .block-connect > .grid-wrap > .item#item-f {
        border-bottom-left-radius: 36px;
        border-bottom-right-radius: 36px;
    }
}

.block-connect > .grid-wrap > .item {
    padding: 12px;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-connect > .grid-wrap > .item > p {
    margin: 0;
    width: 100%;
    font-family: OpenSans, serif;
    font-style: italic;
}

.block-connect > .grid-wrap > .item > p.pos-left {
    text-align: start;
}
.block-connect > .grid-wrap > .item > p.pos-right {
    text-align: end;
}

.block-connect > .grid-wrap > .item > p.form-large {
    font-size: 3.4em;
    font-weight: 800;
}

.block-connect > .grid-wrap > .item > p.form-normal {
    font-size: 1.2em;
}
.block-connect > .grid-wrap > .item > p.form-normal > span {
    font-weight: 800;
}

.block-main {
    background-color: var(--color-dark-a);
    display: flex;
}

.block-main {
    border-radius: 48px;
    padding: 12px;
}
.block-main > .display {
    border-radius: 36px;
}

.block-main > .display {
    position: relative;
}
.block-main > .display > .display-top,
.block-main > .display > .display-bottom {
    position: relative;
}
.block-main > .display > .display-fade {
    position: absolute;
    display: inline-block;
    top: 0; left: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(90deg,
    #000000BB 0%,
    #00000090 40%,
    #00000000 100%
    );
}
.block-main > .display > .display-fade {
    border-top-left-radius: 36px;
}
@media only screen and (max-width: 991px) {
    .block-main > .display > .display-fade {
        width: 100%;
    }
}


.block-main > .display { width: 60%; }
.block-main > .content { width: 40%; }

.block-main > .display,
.block-main > .content {
    padding: 42px;
}

.block-main > .display {
    background-size: cover;
    background-position: bottom 0 right 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    color: whitesmoke;
}

.block-main > .display p {
    margin: unset;
    font-family: OpenSans, serif;
    font-style: italic;
    font-weight: 800;
}

.block-main > .display > .display-top {}

.block-main > .display > .display-top > p.a {
    font-size: 1.6em;
    padding-left: 8px;
}

.block-main > .display > .display-top > p.b {
    font-size: 3.2em;
    line-height: 1em;
}

.block-main > .display > .display-bottom {
    display: flex;
    justify-content: flex-start;
}

.block-main > .display > .display-bottom > p.a {
    font-size: 3.4em;
    font-family: HelveticaCustom, serif;
    font-style: unset;
}
.block-main > .display > .display-bottom > div.b {
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    line-height: 2em;
    justify-content: center;
    margin-left: 12px;
}
.block-main > .display > .display-bottom > div.b > p.a {
    font-size: 2em;
}
.block-main > .display > .display-bottom > div.b > p.b {
    font-size: 1em;
    font-family: HelveticaCustom, serif;
    font-weight: 400;
}


.block-main > .content {
    color: whitesmoke;
}

@media only screen and (max-width: 991px) {
    .block-main > .display { width: 100%; }
    .block-main > .content { width: 100%; }
    .block-main {
        flex-direction: column;
    }
    .block-main > .display > .display-bottom {
        /* justify-content: flex-end; */
    }

    .block-main > .display > .display-top {
        min-height: 200px;
    }

    .block-main > .display,
    .block-main > .content {
        padding: 20px;
    }

    .block-main > .display > .display-top > p.a {
        font-size: 1.2em;
    }
    .block-main > .display > .display-top > p.b {
        font-size: 2.2em;
    }

    .block-main > .display > .display-bottom > p.a {
        font-size: 2.6em;
    }
    .block-main > .display > .display-bottom > div.b {
        line-height: 1em;
        font-size: 1.1em;
    }
    .block-main > .display > .display-bottom > div.b > p.a {
        font-size: 1em;
    }
    .block-main > .display > .display-bottom > div.b > p.b {
        font-size: 0.8em;
    }

}

@media only screen and (max-width: 768px) {
    .block-main {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
}

.block-services {
    background-color: var(--color-dark-a);
    display: flex;
}

.block-services {
    border-radius: 48px;
    padding: 12px;
}

.block-services > .swiper {
    border-radius: 36px;
}

.block-services > .services {
    display: flex;
    justify-content: space-between;
}
.block-services .service {
    /* width: calc(calc(100% - calc(12px * 4)) / 5); */

    background-size: contain;
    background-position: top 0 right 0;
    background-repeat: no-repeat;

    height: 580px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* padding: 12px; */
    padding: 12px 0;
}

.block-services .service > .top {
    padding-left: 12px;
    padding-right: 12px;
}
.block-services .service > .top > img {
    width: 50px; height: 50px;
}
.block-services .service > .top > p {
    font-size: 2em;
    font-family: OpenSans, serif;
    font-style: italic;
    line-height: 0.8em;
    font-weight: 800;

    color: #FFF;
}
.block-services .service > .top > p:nth-child(2) {
    opacity: 0.7;
}

.block-services .service > .bottom {
    height: 240px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.block-services .service > .bottom > p {
    color: #FFF;
    padding-left: 12px;
    padding-right: 12px;
}
.block-services .service > .bottom > a {
    margin-left: 12px;
    margin-right: 12px;
}

.block-services .service > .swiper > .swiper-wrapper > .swiper-slide:first-child > .service {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}
.block-services .service > .swiper > .swiper-wrapper > .swiper-slide:last-child > .service {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}

.block-services .service.service-inverse > .top > p {
    color: var(--color-dark-a);
}
.block-services .service.service-inverse > .bottom > p {
    color: var(--color-dark-a);
}

@media only screen and (max-width: 768px) {
    .block-services > .swiper {
        border-radius: 0;
    }
    .block-services .service {
        border-radius: 0 !important;
    }

    .block-services {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
}

.block-services-new {}
.block-services-new > .service {}
.block-services-new > .service.service-inverse {}

.block-services-new p {
    margin: 0;
}

.block-services-new > .service > .header {}
.block-services-new > .service > .bottom > .desc {}
.block-services-new > .service > .bottom > .action {}

.block-services-new {
    background-color: var(--color-dark-a);
    border-radius: 48px;
    padding: 12px;

    display: flex;
    justify-content: space-between;
}

.block-services-new > .service:first-child,
.block-services-new > .service:first-child > .bottom {
    border-top-left-radius: 36px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 0;
}
.block-services-new > .service:last-child,
.block-services-new > .service:last-child > .bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 36px;
}

.block-services-new.single > .service:last-child,
.block-services-new.single > .service:last-child > .bottom {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
}

.block-services-new > .service {
    background-size: contain;
    background-position: top 0 right 0;
    background-repeat: no-repeat;
}


.block-services-new > .service {
    display: flex;
    flex-direction: column;
}
.block-services-new > .service > .header {
    padding: 24px;
    margin-bottom: calc(12px * 10);
}
.block-services-new > .service > .header > img {
    width: 60px;
    height: 38px;
    object-fit: contain;
    margin-bottom: 12px;
}
.block-services-new > .service > .header > p {
    font-size: 2em;
    font-family: OpenSans, serif;
    font-style: italic;
    line-height: 1.2em;
    font-weight: 800;
    color: whitesmoke;
}
.block-services-new > .service.service-inverse > .header > p {
    color: var(--color-dark-a);
}


.block-services-new > .service > .header > p.a {
    opacity: 0.7;
}
.block-services-new > .service > .header > p.b {}

.block-services-new > .service > .bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.block-services-new > .service > .bottom > .desc {
    color: whitesmoke;
    padding: 24px;
    margin-bottom: 12px;
    font-size: 0.9em;
}
.block-services-new > .service.service-inverse > .bottom > .desc {
    color: var(--color-dark-a);
    font-weight: 800;
}

.block-services-new > .service > .bottom > .action {
    margin-top: auto;
    padding: 24px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Single */
/* ------------------------------------------------------------------------------------------------------------------ */

.block-services-new.single > .service > .header {
    padding: 24px;
    margin-bottom: calc(12px * 1);
}
.block-services-new.single > .service > .header,
.block-services-new.single > .service > .bottom > .desc,
.block-services-new.single > .service > .bottom > .action {
    padding: 0 72px;
}
.block-services-new.single > .service > .bottom {
    background: unset !important;
}
.block-services-new.single > .service > .bottom > .desc {
    max-width: 50%;
    margin-bottom: 48px;
}
.block-services-new.single > .service > .header {
    padding-top: 96px;
}
.block-services-new.single > .service > .bottom > .action {
    padding-bottom: 96px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {
    .block-services-new {
        flex-direction: column;
    }
    .block-services-new > .service {
        width: 100% !important;
    }

    .block-services-new > .service {
        /*
        background-size: contain;
        background-position: top 0 right 0;
        background-repeat: no-repeat;
        */
    }

    .block-services-new > .service:first-child,
    .block-services-new > .service:first-child > .bottom {
        border-top-left-radius: 36px;
        border-top-right-radius: 36px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .block-services-new > .service:last-child,
    .block-services-new > .service:last-child > .bottom {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 36px;
        border-bottom-right-radius: 36px;
    }

    .block-services-new.single > .service:last-child,
    .block-services-new.single > .service:last-child > .bottom {
        border-top-left-radius: 36px;
        border-top-right-radius: 36px;
        border-bottom-left-radius: 36px;
        border-bottom-right-radius: 36px;
    }

    .block-services-new > .service {
        margin-bottom: 12px;
    }
    .block-services-new > .service:last-child {
        margin-bottom: 0;
    }

    .block-services-new > .service > .header {
        margin-bottom: calc(12px * 6);
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Single Mobile */
/* ------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {
    .block-services-new.single > .service > .bottom > .desc {
        max-width: 100%;
        margin-bottom: unset;
    }
    .block-services-new.single > .service > .header,
    .block-services-new.single > .service > .bottom > .desc,
    .block-services-new.single > .service > .bottom > .action {
        padding: 24px;
    }
    .block-services-new.single > .service > .header {
        margin-bottom: calc(12px * 6);
    }
}
/*
.block-services-new.single > .service > .header {
    padding: 24px;
    margin-bottom: calc(12px * 1);
}
.block-services-new.single > .service > .header,
.block-services-new.single > .service > .bottom > .desc,
.block-services-new.single > .service > .bottom > .action {
    padding: 0 72px;
}
.block-services-new.single > .service > .bottom {
    background: unset !important;
}
.block-services-new.single > .service > .bottom > .desc {
    max-width: 50%;
    margin-bottom: 48px;
}
.block-services-new.single > .service > .header {
    padding-top: 96px;
}
.block-services-new.single > .service > .bottom > .action {
    padding-bottom: 96px;
}
*/

.feedback {
    background-color: var(--color-dark-a);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------------------------------------------------------ */

.feedback > .header {
    padding: 48px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feedback > .header > h2 {
    font-family: OpenSans, serif;
    font-weight: 800;
    font-style: italic;
    color: white;
}
.feedback > .header > h2 > span {
    color: var(--color-main-b);
}
.feedback > .header > p {
    color: whitesmoke;
    max-width: 500px;
    font-size: 0.8em;
}

@media only screen and (max-width: 992px) {
    .feedback > .header {
        flex-direction: column;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Messages */
/* ------------------------------------------------------------------------------------------------------------------ */

.feedback > .section-messages {}

.feedback > .section-messages > .swiper > .swiper-pagination {}

.feedback > .section-messages > .swiper > .swiper-pagination > .swiper-pagination-bullet {
    background-color: white;
}
.feedback > .section-messages > .swiper > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
}


.feedback > .section-messages .message {
    border-radius: 36px;
    padding: 12px;

    outline: 1px solid #FFFFFF60;
    outline-offset: -1px;

    margin-bottom: 48px;
}
.feedback > .section-messages .message > .message-inner {
    border-radius: 24px;
    background-color: var(--color-dark-b);
}

.feedback > .section-messages .swiper-slide {
    transition: 0.6s opacity;
}
.feedback > .section-messages .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}
.feedback > .section-messages .swiper-slide.swiper-slide-active {
    opacity: 1;
}



.feedback > .section-messages .message > .message-inner {
    padding: 48px calc(48px * 2);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.feedback > .section-messages .message > .message-inner p {
    margin: 0;
}

.feedback > .section-messages .message > .message-inner > .rating {
    display: flex;
    margin-bottom: 24px;
}
.feedback > .section-messages .message > .message-inner > .rating > i {
    color: #dea200;
    margin: 0 2px;
}

.feedback > .section-messages .message > .message-inner > p {
    color: whitesmoke;
    margin-bottom: 24px;
}

.feedback > .section-messages .message > .message-inner > .author {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedback > .section-messages .message > .message-inner > .author > img.author-photo {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.feedback > .section-messages .message > .message-inner > .author > .name-and-role {
    display: flex;
    flex-direction: column;
    margin: 0 24px;
}

.feedback > .section-messages .message > .message-inner > .author > .name-and-role > p {
    color: whitesmoke;
}
.feedback > .section-messages .message > .message-inner > .author > .name-and-role > p:nth-child(1) {
    font-weight: 800;
}
.feedback > .section-messages .message > .message-inner > .author > .name-and-role > p:nth-child(2) {
    font-weight: 300;
}

.feedback > .section-messages .message > .message-inner > .author > img.brand-logo {
    height: 60px;
    width: 220px;
    object-fit: contain;
    padding: 6px 24px;
    /*
    border-radius: 12px;
    background-color: #FFF;
    */
}

@media only screen and (max-width: 992px) {
    .feedback > .header {
        flex-direction: column;
    }

    .feedback > .section-messages .message > .message-inner {
        padding: 24px;
    }

    .feedback > .section-messages .message > .message-inner > .author > .name-and-role {
        text-align: center;
        margin-top: 12px;
    }
    .feedback > .section-messages .message > .message-inner > .author {
        flex-wrap: wrap;
    }
    .feedback > .section-messages .message > .message-inner > .author > img.brand-logo {
        width: 100%;
        margin-top: 24px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Brands */
/* ------------------------------------------------------------------------------------------------------------------ */

.feedback > .section-brands {
    user-select: unset;
    padding-top: 40px;
    padding-bottom: 40px;
}

.feedback > .section-brands > .swiper img {
    height: 120px;
    width: 220px;
    object-fit: contain;
}

/* White Background! */
.feedback > .section-brands > .swiper img {
    padding: 6px 24px;
    /*
    border-radius: 12px;
    background-color: #FFF;
    */
}


.feedback > .section-brands {
    position: relative;
}

.feedback > .section-brands > .swiper {
    position: relative;
}

.feedback > .section-brands > .fade-effect {
    z-index: 9999999;
    position: absolute;
    width: 40%;
    top: 0;

    display: inline-block;
    height: 100%;

    pointer-events: none;
    user-select: none;
}

.feedback > .section-brands > .fade-effect.fade-left {
    left: 0;

    background: linear-gradient(-90deg,var(--color-dark-a-fade) 0%, var(--color-dark-a) 100%);
}
.feedback > .section-brands > .fade-effect.fade-right {
    right: 0;

    background: linear-gradient(90deg,var(--color-dark-a-fade) 0%, var(--color-dark-a) 100%);
}

.footer {
    background-color: var(--color-dark-a);
    padding-top: 48px;
    padding-bottom: 24px;
}

.footer .eg {
    font-family: OpenSans, serif;
    font-style: italic;
    font-weight: 800;
    font-size: 2.7em;
}
.footer .eg > span {
    margin-right: 12px;
}
.footer .eg > span:nth-child(1) { color: var(--color-main-soft-c) }
.footer .eg > span:nth-child(2) { color: var(--color-main-soft-d) }
.footer .eg > span:nth-child(3) { color: var(--color-main-soft-e) }

.footer > .container {
    display: flex;
    flex-wrap: wrap;
}

.footer > .container > .section-a { width: 40%; }
.footer > .container > .section-b { width: 60%; }
.footer > .container > .section-c { width: 100%; }

.footer > .container > .section-a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer > .container > .section-a > img {
    width: 320px;
}

.footer > .container > .section-b > .options {
    display: flex;
    margin-bottom: 48px;
}

.footer > .container > .section-b > .options > div.logo-mobile {
    display: none;
}

.footer > .container > .section-b > .options > div {
    display: flex;
    flex-direction: column;

    width: 25%;
}

.footer > .container > .section-b > .options > div > a {
    color: whitesmoke;
    text-decoration: none;
}
.footer > .container > .section-b > .options > div > a:hover {
    color: var(--color-main-e);
}

.footer > .container > .section-b .news-letter-box {
    background-color: var(--color-dark-a);
    backdrop-filter: none;

    padding: 0;
    /*
    max-width: unset;
    width: 100%;
    */
}

.footer > .container > .section-b .eg {
    display: none;
}

.footer > .container > .section-c {
    display: flex;
    justify-content: space-between;
    color: var(--color-dark-d);
    padding-top: 48px;
}
.footer > .container > .section-c > p {
    margin: 0;
}


@media only screen and (max-width: 1200px) {
    .footer > .container > .section-b > .options {
        flex-wrap: wrap;
    }
    .footer > .container > .section-b > .options > div {
        width: 50%;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .footer > .container > .section-a {
        display: none;
    }

    .footer > .container > .section-b {
        width: 100%;
    }
    .footer > .container > .section-b > .options > div.logo-mobile {
        display: block;
        width: 40%;
    }
    .footer > .container > .section-b > .options > div.logo-mobile > img {
        width: 100%;
    }

    .footer > .container > .section-b > .options > div:not(.logo-mobile) {
        padding-left: 24px;
    }
    .footer > .container > .section-b > .options > div:nth-child(2),
    .footer > .container > .section-b > .options > div:nth-child(3) {
        width: 30%;
    }
    .footer > .container > .section-b > .options > div:nth-child(4) {
        width: 40%;
        padding-left: 0;
    }
    .footer > .container > .section-b > .options > div:nth-child(5) {
        width: 60%;
    }

    .footer > .container > .section-b > .options > div:nth-child(4),
    .footer > .container > .section-b > .options > div:nth-child(5) {
        border-top: 1px solid var(--color-dark-c);
        border-bottom: 1px solid var(--color-dark-c);
        padding: 24px 0;
        margin-top: 24px;
    }
    .footer > .container > .section-b > .options {
        margin-bottom: 24px;
    }

    .footer > .container > .section-b .eg {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }

    .footer > .container > .section-c {
        flex-direction: column;
        padding-top: 0;
    }
}

.header-hero {
    position: relative;
    height: 100dvh;
    max-height: 1080px;
}

.header-hero:not(.non-hero) {
    min-height: 600px;
}

.header-hero > .backdrop {
    background-color: #000;
    height: 100%;

    display: flex;
    justify-content: center;
}
.header-hero > .backdrop > video {
    /* max-width: 1920px; */
    max-width: calc(1920px * 2);
    width: 100%;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
    object-position: center;
    height: 100%;
    opacity: 0.6;
}

.header-hero > .backdrop > img {
    /* max-width: 1920px; */
    max-width: calc(1920px * 2);
    width: 100%;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
    object-position: right 0 top 50%;
    height: 100%;
    /* opacity: 0.6; */
}

@media only screen and (max-width: 992px) {
    .header-hero > .backdrop > img {
        object-position: right -200px top 50%;
    }
}

.header-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-hero > .content > .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-hero > .content > .container > .section-a {}
.header-hero > .content > .container > .section-b {}
.header-hero > .content > .container > .section-c {}

.header-hero .eg {
    font-family: OpenSans, serif;
    font-style: italic;
    font-weight: 800;
    font-size: 5em;
}
.header-hero .eg > span {
    margin-right: 12px;
}
.header-hero .eg > span:nth-child(1) { color: var(--color-main-soft-c) }
.header-hero .eg > span:nth-child(2) { color: var(--color-main-soft-d) }
.header-hero .eg > span:nth-child(3) { color: var(--color-main-soft-e) }

@media only screen and (max-width: 992px) {
    .header-hero .eg {
        font-size: 4em;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section A */
/* ------------------------------------------------------------------------------------------------------------------ */

.header-hero > .content > .container > .section-a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 0;
}

.header-hero > .content > .container > .section-a p {
    margin: 0;
}

.header-hero > .content > .container > .section-a {
    font-family: HelveticaCustom, serif;
    font-size: 1.2em;
}
.header-hero > .content > .container > .section-a > .options > .option > .sub-options {
    font-size: 1.0rem;
}

.header-hero > .content > .container > .section-a > img {
    width: 120px;
}

.header-hero > .content > .container > .section-a > .options {
    display: flex;
    justify-content: space-between;

    margin-left: 24px;

    font-size: 0.9rem;
}

.header-hero > .content > .container > .section-a > .options > .option {
    position: relative;
    padding: 16px;
    cursor: pointer;
}

.header-hero > .content > .container > .section-a > .options > .option.active > .label > a {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px
}

.header-hero > .content > .container > .section-a > .options > .option > .label {
    color: whitesmoke;
    font-weight: 800;
}
.header-hero > .content > .container > .section-a > .options > .option > .label > a {
    text-decoration: unset;
    color: whitesmoke;
    transition:
        0.2s color;
}
.header-hero > .content > .container > .section-a > .options > .option > .label > i {
    display: inline-block;
    font-size: 0.9rem;
    transition:
        0.2s color,
        0.2s transform;
}

.header-hero > .content > .container > .section-a > .options > .option > .sub-options {
    position: absolute;
    display: flex;

    font-size: 0.9rem;

    opacity: 0;
    pointer-events: none;
    transition: 0.2s opacity;

    flex-direction: column;
    background-color: var(--color-header-option-backgroud);
    border-radius: 12px;
    width: 200px;
    overflow: hidden;

    backdrop-filter: blur(2px);

    left: 12px;
    top: 54px;
}

.header-hero > .content > .container > .section-a > .options > .option:hover > .label > a {
    color: var(--color-dark-d);
}
.header-hero > .content > .container > .section-a > .options > .option:hover > .label > i {
    transform: rotate(-180deg);
    color: var(--color-dark-d);
}

.header-hero > .content > .container > .section-a > .options > .option:hover > .sub-options {
    opacity: 1;
    pointer-events: unset;
}
.header-hero > .content > .container > .section-a > .options > .option > .sub-options > a {
    padding: 8px 24px;
    text-decoration: unset;
    color: whitesmoke;

    font-weight: 400;

    transition: 0.2s background-color;
    background-color: var(--color-dark-c-fade);
}

.header-hero > .content > .container > .section-a > .options > .option > .sub-options > a {
    border-bottom: 1px solid var(--color-dark-b);
}
.header-hero > .content > .container > .section-a > .options > .option > .sub-options > a:last-child {
    border-bottom: unset;
}

.header-hero > .content > .container > .section-a > .options > .option > .sub-options > a:hover {
    background-color: var(--color-dark-c);
}

.header-hero > .content > .container > .section-a > .utilities {
    margin-left: auto;
    display: flex;
}

.header-hero > .content > .container > .section-a > .utilities > .locale {
    position: relative;
    background-color: #FFFFFF60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 34px;

    cursor: pointer;
}
.header-hero > .content > .container > .section-a > .utilities > .locale > i {
    color: whitesmoke;
    margin: 0 6px;
    font-size: 0.9rem;
}
.header-hero > .content > .container > .section-a > .utilities > .locale p {
    margin: 0;
}
.header-hero > .content > .container > .section-a > .utilities > .locale img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
}

.header-hero > .content > .container > .section-a > .utilities > .locale > .options {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s opacity;

    right: 0;
    top: 40px;
}
.header-hero > .content > .container > .section-a > .utilities > .locale > i {
    display: inline-block;
    transition:
        0.2s transform;
}
.header-hero > .content > .container > .section-a > .utilities > .locale:hover > i {
    transform: rotate(-180deg);
}

.header-hero > .content > .container > .section-a > .utilities > .locale:hover > .options {
    opacity: 1;
    pointer-events: unset;
}
.header-hero > .content > .container > .section-a > .utilities > .locale > .options > .body {
    background-color: var(--color-header-option-backgroud);
    border-radius: 12px;
    width: 200px;
    overflow: hidden;

    backdrop-filter: blur(2px);

    margin-top: 20px;

    display: flex;
    flex-direction: column;
}

.header-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a {
    padding: 8px 24px;
    text-decoration: unset;
    color: whitesmoke;

    font-size: 1rem;

    font-weight: 400;

    transition: 0.2s background-color;
    background-color: var(--color-dark-c-fade);
}

.header-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a {
    border-bottom: 1px solid var(--color-dark-b);
}
.header-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a:last-child {
    border-bottom: unset;
}

.header-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a:hover {
    background-color: var(--color-main-b);
}

.header-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a > img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.header-hero > .content > .container > .section-a > .utilities > .actions {
    display: flex;
}
.header-hero > .content > .container > .section-a > .utilities > .actions > a {
    margin-left: 12px;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: unset;
}

@media only screen and (max-width: 1400px) {
    .header-hero > .content > .container > .section-a > .utilities > .actions > a {
        font-size: 0rem;
    }
    .header-hero > .content > .container > .section-a > .utilities > .actions > a > i {
        font-size: 0.9rem;
        margin: 0;
    }

    .header-hero > .content > .container > .section-a > .options {
        margin-left: 36px;
    }
    .header-hero > .content > .container > .section-a > .options > .option {
        padding: 16px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section A Mobile */
/* ------------------------------------------------------------------------------------------------------------------ */

.header-hero > .content > .container > .section-a-mobile {
    display: none;
    padding: 24px 0;

    justify-content: space-between;
    align-items: center;
}
.header-hero > .content > .container > .section-a-mobile > img {
    width: 140px;
}

.header-hero > .content > .container > .section-a-mobile > p {
    padding: 12px;
    outline: 2px solid whitesmoke;
    outline-offset: -2px;
    color: whitesmoke;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.8rem;
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .header-hero > .content > .container > .section-a-mobile {
        display: flex;
    }
    .header-hero > .content > .container > .section-a {
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section B */
/* ------------------------------------------------------------------------------------------------------------------ */

.header-hero > .content > .container > .section-b {
    color: whitesmoke;
}

@media only screen and (max-width: 1200px) {
    .header-hero > .content > .container > .section-b .eg {
        display: flex;
        flex-wrap: wrap;
        line-height: 1em;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section C */
/* ------------------------------------------------------------------------------------------------------------------ */

.header-hero > .content > .container > .section-c {
    display: flex;
    justify-content: space-between;

    padding-bottom: 48px;
}
.header-hero > .content > .container > .section-c > .plate {
    padding: 24px;
    border-radius: 48px;

    display: flex;
    align-items: center;

    background-color: var(--color-header-option-backgroud);
    backdrop-filter: blur(2px);
}
.header-hero > .content > .container > .section-c > .plate > p {
    color: whitesmoke;
    margin-right: 24px;
}

.header-hero > .content > .container > .section-c > .plate > .button {
    padding: 24px 48px;
    border-radius: 48px;
}


.header-hero > .content > .container > .section-c > .corner-info {
    max-width: 400px;
    color: whitesmoke;
    margin: 0;
}
.header-hero.inverse > .content > .container > .section-c > .corner-info {
    color: var(--color-dark-a);
}

@media only screen and (max-width: 1200px) {
    .header-hero > .content > .container > .section-c {
        justify-content: center;
    }

    .header-hero > .content > .container > .section-c > .corner-info {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .header-hero > .content > .container > .section-c > .plate {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
    .header-hero > .content > .container > .section-c > .plate > p.cs {
        width: 100%;
        text-align: center;
    }
    .header-hero > .content > .container > .section-c > .plate > a {
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------------------------------------------------------------------------ */

body.mm {
    overflow: hidden;
}
.mobile-menu {
    opacity: 0;
    pointer-events: none;

    z-index: 2000;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100dvh;
    background-color: var(--color-dark-a);

    transition:
        0.2s opacity,
        0.4s top;

    font-family: HelveticaCustom, serif;
}
body.mm .mobile-menu {
    top: 0;
    opacity: 1;
    pointer-events: unset;
}

.mobile-menu p {
    margin: 0;
}

.mobile-menu > .container > .header {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu > .container > .header > img {
    width: 140px;
}

.mobile-menu > .container > .header > p {
    padding: 12px;
    outline: 2px solid whitesmoke;
    outline-offset: -2px;
    color: whitesmoke;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.8rem;
}

.mobile-menu > .container > .options {
    display: flex;
    flex-direction: column;

    max-height: calc(100dvh - 270px);
    overflow-y: auto;
}
.mobile-menu > .container > .options > .option {
    cursor: pointer;
    padding: 24px 0;
    /* background-color: red; */
    border-top: 1px solid var(--color-dark-c);
}
.mobile-menu > .container > .options > .option:last-child {
    border-bottom: 1px solid var(--color-dark-c);
}

.mobile-menu > .container > .options > .option.active {
    padding-bottom: 0;
}

.mobile-menu > .container > .options > .option > .label {
    display: flex;
    justify-content: flex-start;
}
.mobile-menu > .container > .options > .option > .label > a {
    text-decoration: unset;
    color: whitesmoke;
    font-size: 1.2rem;
    font-weight: 800;
}
.mobile-menu > .container > .options > .option > .label > i {
    color: whitesmoke;
    margin-left: auto;
}
.mobile-menu > .container > .options > .option > .sub-options {
    display: none;
    flex-direction: column;
    margin-top: 24px;
}
.mobile-menu > .container > .options > .option > .sub-options > a {
    text-decoration: unset;
    color: whitesmoke;
    background-color: var(--color-dark-b);
    border-top: 1px solid var(--color-dark-c);
    padding: 12px;
    font-size: 1.0rem;
}

.mobile-menu > .container > .options > .option.active > .sub-options {
    display: flex;
}
.mobile-menu > .container > .options > .option.active > .label > i {
    transform: rotate(-180deg);
}


.mobile-menu .mobile-locale {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}
.mobile-menu .mobile-locale > a {
    margin-bottom: 12px;
    text-decoration: unset;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 800;
    font-size: 0.75rem;

    background-color: #2d3748;
    color: white;
}

.mobile-menu .mobile-locale > a.active-locale {
    background-color: #e4e4e4;
    color: black;
}

.mobile-menu .mobile-locale > a > img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 6px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* No Header | Inverse */
/* ------------------------------------------------------------------------------------------------------------------ */

.header-hero.non-hero {
    height: 120px;
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a,
.header-hero.inverse > .content > .container > .section-a > .utilities > .locale > .options > .body > a {
    color: black;
}

.header-hero.non-hero > .content > .container > .section-a-mobile > p,
.header-hero.inverse > .content > .container > .section-a-mobile > p {
    color: black;
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .locale > i,
.header-hero.inverse > .content > .container > .section-a > .utilities > .locale > i {
    color: black;
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option > .label,
.header-hero.inverse > .content > .container > .section-a > .options > .option > .label {
    color: black;
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option > .label > a,
.header-hero.inverse > .content > .container > .section-a > .options > .option > .label > a {
    color: black;
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option > .sub-options > a,
.header-hero.inverse > .content > .container > .section-a > .options > .option > .sub-options > a {
    color: black;
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option > .sub-options > a:hover,
.header-hero.inverse > .content > .container > .section-a > .options > .option > .sub-options > a:hover {
    color: whitesmoke;
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option > .sub-options,
.header-hero.inverse > .content > .container > .section-a > .options > .option > .sub-options {
    background-color: #efefef;
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .locale > .options > .body,
.header-hero.inverse > .content > .container > .section-a > .utilities > .locale > .options > .body {
    background-color: #efefef;
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a:hover,
.header-hero.inverse > .content > .container > .section-a > .utilities > .locale > .options > .body > a:hover {
    color: whitesmoke;
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option:hover > .label > a,
.header-hero.inverse > .content > .container > .section-a > .options > .option:hover > .label > a {
    color: var(--color-main-a);
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option:hover > .label > i,
.header-hero.inverse > .content > .container > .section-a > .options > .option:hover > .label > i {
    color: var(--color-main-a);
}

.header-hero.non-hero > .content > .container > .section-a > .options > .option > .sub-options > a,
.header-hero.inverse > .content > .container > .section-a > .options > .option > .sub-options > a {
    border-bottom: 1px solid #dadada;
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .locale > .options > .body > a,
.header-hero.inverse > .content > .container > .section-a > .utilities > .locale > .options > .body > a {
    border-bottom: 1px solid #dadada;
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .locale,
.header-hero.inverse > .content > .container > .section-a > .utilities > .locale {
    background-color: #efefef;
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .actions > a,
.header-hero.inverse > .content > .container > .section-a > .utilities > .actions > a {
    color: var(--color-dark-a);
    outline-color: var(--color-dark-a);
}

.header-hero.non-hero > .content > .container > .section-a > .utilities > .actions > a:hover,
.header-hero.inverse > .content > .container > .section-a > .utilities > .actions > a:hover {
    color: whitesmoke;
    outline-color: #0d6efd;
}

@media only screen and (max-width: 1200px) {
    .header-hero.non-hero {
        height: 140px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Custom Header */
/* ------------------------------------------------------------------------------------------------------------------ */

.custom-header-service {}

@media only screen and (max-width: 1200px) {
    .custom-header-service > img {
        width: 100px;
    }
    .custom-header-service > p {
        font-size: 3em;
    }
}

.news-block {
    background-color: var(--color-dark-a);
    display: flex;
    height: 400px;
}
.news-block.minify-on-desktop {
    background-color: var(--color-dark-c);
    height: calc(calc(calc(calc(400px * 2) - 12px) - calc(12px * 2)) / 3);
}
.news-block.minify-on-desktop > img {
    display: none;
}
.news-block.minify-on-desktop > .content > p {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .news-block > img {
        display: none;
    }
}

.news-block {
    border-radius: 48px;
    padding: 12px;
}
.news-block > img {
    border-radius: 36px;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.news-block > .content {
    display: flex;
    flex-direction: column;
}

.news-block > .content {
    padding: 24px;
}

.news-block > .content h5,
.news-block > .content p {
    margin: 0;
    color: whitesmoke;
}

.news-block > .content > h5 {
    font-family: OpenSans, serif;
    font-size: 1.2em;
    margin-bottom: 12px;
}
.news-block > .content > p {
    color: var(--color-dark-d);
}

.news-block > .content > .bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news-block > .content > .bottom > p {
    color: var(--color-dark-d);
}

@media only screen and (max-width: 992px) {
    .news-block {
        flex-direction: column;
    }
    .news-block > img {
        display: unset;
        height: 100%;
        width: 100%;
    }
    .news-block.minify-on-desktop > img {
        display: unset;
    }
    .news-block.minify-on-desktop > .content > p {
        display: unset;
    }
    .news-block > .content {
        flex-grow: 1;
    }
    .news-block.minify-on-desktop {
        background-color: var(--color-dark-a);
        height: 660px;
    }
    .news-block {
        height: auto;
    }
    .news-block > .content > .bottom {
        margin-top: 24px;
    }
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.news-grid > .news-block {}
.news-grid > .news-block:nth-child(1) { grid-area: 1 / 1 / 4 / 3; }
.news-grid > .news-block:nth-child(2) { grid-area: 4 / 1 / 7 / 3; }
.news-grid > .news-block:nth-child(3) { grid-area: 1 / 3 / 3 / 4; }
.news-grid > .news-block:nth-child(4) { grid-area: 3 / 3 / 5 / 4; }
.news-grid > .news-block:nth-child(5) { grid-area: 5 / 3 / 7 / 4; }

@media only screen and (max-width: 992px) {
    .news-grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .news-grid > .news-block:nth-child(1) { grid-area: unset; }
    .news-grid > .news-block:nth-child(2) { grid-area: unset; }
    .news-grid > .news-block:nth-child(3) { grid-area: unset; }
    .news-grid > .news-block:nth-child(4) { grid-area: unset; }
    .news-grid > .news-block:nth-child(5) { grid-area: unset; }

    .news-grid > .news-block {
        display: none;
        max-width: 460px;
    }
    .news-grid > .news-block:nth-child(1) { grid-area: unset; display: flex; }
    .news-grid > .news-block:nth-child(2) { grid-area: unset; display: flex; }
}

.news-letter {
    padding: 48px 0;
    background-position: center;

    background-color: var(--color-dark-a);
    background-repeat: no-repeat;
}
.news-letter > .container {
    display: flex;
    justify-content: flex-start;
}

.news-letter-box {
    /* background-color: var(--color-dark-a); */
    background-color: var(--color-glass-backgroud);
    backdrop-filter: blur(24px);

    padding: 48px;
    border-radius: 48px;

    max-width: 640px;
}

.news-letter-box {
    color: whitesmoke;
}

.news-letter-box > .form > .term {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 24px;
    font-size: 0.8em;
}
.news-letter-box > .form > .term > input {
    margin-right: 24px;
    margin-top: 12px;
    transform: scale(1.6);
}

.news-letter-box > h3 {
    margin-bottom: 12px;
}
.news-letter-box > p {
    margin-bottom: 24px;
}

.news-letter-box > .form {
    display: flex;
    flex-wrap: wrap;
}
.news-letter-box > .form > .term {
    width: 100%;
}
.news-letter-box > .form > input[name="email"] {
    width: 68%;
    border-radius: 24px;
    font-size: 1.3em;
    border: unset;
    line-height: 46px;
    padding: 0 12px;
}

.news-letter-box > .form > .button {
    margin-left: 12px;
}

.news-letter-box > .form .messages {
    width: 100%;
    display: flex;
    justify-content: center;
}
.news-letter-box > .form .messages > .message {
    margin: 0;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 6px;
}
.news-letter-box > .form .messages > .message.message-success {
    background-color: green;
}
.news-letter-box > .form .messages > .message.message-error {
    background-color: orangered;
}

@media only screen and (max-width: 1200px) {
    .news-letter {
        /* background-color: var(--color-dark-a); */
        background-image: url('/src/frontend/resource/components/newsletter-blur.png') !important;
    }
    .news-letter-box {
        padding: 0;
        border-radius: 0;

        background-color: unset;
        backdrop-filter: none;
    }
    .news-letter > .container {
        justify-content: center;
    }
}

.photo-separator {
    background-color: var(--color-dark-a);
    display: flex;
    justify-content: center;
}
.photo-separator > img {
    object-position: center;
    object-fit: cover;
    max-width: 1920px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .photo-separator > img {
        max-height: 400px;
    }
}
@media only screen and (max-width: 992px) {
    .photo-separator {
        display: none;
    }
}

.ready-to-move {
    padding: 48px 0;
}
.ready-to-move > .container {
    /* background-color: var(--color-dark-b); */
    background-position: center;

    border-radius: 48px;
    padding: calc(48px * 2) 0;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.ready-to-move > .container h2,
.ready-to-move > .container p {
    color: whitesmoke;
    margin-bottom: 24px;
    text-align: center;
}

.ready-to-move > .container > div {
    display: flex;
    justify-content: center;
}
.ready-to-move > .container > div > a:first-child {
    margin-right: 6px;
}
.ready-to-move > .container > div > a:last-child {
    margin-left: 6px;
}

@media only screen and (max-width: 576px) {
    .ready-to-move > .container {
        border-radius: 0;
        padding: 48px 12px;
    }
}

.page-article {
    display: flex;
}
.page-article > .content {
    width: 60%;
}
.page-article > .widgets {
    width: 40%;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Widgets */
/* ------------------------------------------------------------------------------------------------------------------ */

.page-article > .widgets {
    padding-left: 48px;
}

.page-article > .widgets > .social,
.page-article > .widgets > .news-letter {
    padding: 48px;
    border-radius: 48px;
    background-color: var(--color-dark-a);

    color: whitesmoke;

    margin-bottom: 48px;
}

.page-article > .widgets > .social p,
.page-article > .widgets > .news-letter p {
    margin: 0;
}

.page-article > .widgets > .social {}
.page-article > .widgets > .news-letter {}

.page-article > .widgets > .social > div {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.page-article > .widgets > .social > div > a {
    border: unset;
    color: white;
    outline: 2px solid whitesmoke;
    outline-offset: -2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background-color: unset;
    border-radius: 12px;
    width: calc(calc(100% - calc(24px * 2)) / 3);
}
.page-article > .widgets > .social > div > button > i {
    color: whitesmoke;
    font-size: 1.2em;
}

.page-article > .widgets > .social > div > button:hover {
    background-color: whitesmoke;
}
.page-article > .widgets > .social > div > button:hover > i {
    color: var(--color-dark-a);
}



.page-article > .widgets > .news-letter > .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.page-article > .widgets > .news-letter > .form > .term {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 24px;
    font-size: 0.8em;
}
.page-article > .widgets > .news-letter > .form > .term > input {
    margin-right: 24px;
    margin-top: 12px;
    transform: scale(1.6);
}

.page-article > .widgets > .news-letter > .form > input[name="email"] {
    width: 100%;
    border-radius: 24px;
    font-size: 1.3em;
    border: unset;
    line-height: 46px;
    padding: 0 12px;

    margin-top: 24px;
}
.page-article > .widgets > .news-letter > .form > button {
    margin-top: 24px;
}


.page-article > .widgets > .news-letter > .form .messages {
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-article > .widgets > .news-letter > .form .messages > .message {
    margin: 0;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 6px;
}
.page-article > .widgets > .news-letter > .form .messages > .message.message-success {
    background-color: green;
}
.page-article > .widgets > .news-letter > .form .messages > .message.message-error {
    background-color: orangered;
}



@media only screen and (max-width: 1400px) {
    .page-article > .content {
        width: 55%;
    }
    .page-article > .widgets {
        width: 45%;
    }
}
@media only screen and (max-width: 1200px) {
    .page-article {
        flex-direction: column;
    }
    .page-article > .content,
    .page-article > .widgets {
        width: 100%;
    }

    .page-article > .widgets {
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 48px;
    }

    .page-article > .widgets > .social,
    .page-article > .widgets > .news-letter {
        width: 100%;
        max-width: 460px;
    }

    .page-article > .widgets > .news-letter {
        background-image: none !important;
    }

}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Content Typography */
/* ------------------------------------------------------------------------------------------------------------------ */

.page-article > .content > p {

}

.page-article > .content > h2,
.page-article > .content > h3,
.page-article > .content > h4,
.page-article > .content > h5 {
    font-family: OpenSans, serif;
    font-style: italic;
    font-weight: 800;
}

.page-article > .content h2 { font-size: 2.4em }
.page-article > .content h3 { font-size: 2em }
.page-article > .content h4 { font-size: 1.6em }
.page-article > .content h5 { font-size: 1.2em }

@media only screen and (max-width: 1200px) {
    .typo-s1 { font-size: 2.6em }
    .page-article > .content h2 { font-size: 2.2em }
    .page-article > .content h3 { font-size: 1.8em }
    .page-article > .content h4 { font-size: 1.5em }
    .page-article > .content h5 { font-size: 1.2em }
}
@media only screen and (max-width: 992px) {
    .typo-s1 { font-size: 2.2em }
    .page-article > .content h2 { font-size: 2em }
    .page-article > .content h3 { font-size: 1.5em }
    .page-article > .content h4 { font-size: 1.3em }
    .page-article > .content h5 { font-size: 1.2em }
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Related Articles */
/* ------------------------------------------------------------------------------------------------------------------ */

.related-articles {
    background-color: #f0f0f0;
    padding: 48px 0;
}

.page-contact {
    display: flex;
}

.page-contact > .section-a { width: 40%; }
.page-contact > .section-b { width: 60%; }

.page-contact .contact-form {
    border-radius: 24px;
    padding: 48px;
    background-color: #eaeaea;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-contact .contact-form > .o-wrap {
    width: calc(50% - 24px);
    margin-bottom: 24px;
}
.page-contact .contact-form > .o-wrap.i-message,
.page-contact .contact-form > .o-wrap.i-term {
    width: 100%;
}
.page-contact .contact-form > .o-wrap.i-submit {
    width: 100%;
    margin: 0;
}

.page-contact .contact-form > .messages {
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-contact .contact-form > .messages > .message {
    margin: 0;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 6px;
    color: white;
}
.page-contact .contact-form > .messages > .message.message-success {
    background-color: green;
}
.page-contact .contact-form > .messages > .message.message-error {
    background-color: orangered;
}



.page-contact .info {}
.page-contact .info > h5 {
    font-size: 2em;
}
.page-contact .info > h2 {
    font-size: 6em;
}
.page-contact .info > h2 > span:first-child {
    color: var(--color-dark-d);
}
.page-contact .info > p {
    margin-top: 24px;
    margin-bottom: 48px;
    font-weight: 800;
}


.page-contact .offices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-contact .offices > .office {
    background-color: var(--color-dark-a);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    margin-bottom: 24px;
    width: calc(100% - 24px);
}
.page-contact .offices > .office > a,
.page-contact .offices > .office > p {
    display: inline-block;
    text-decoration: unset;
    color: whitesmoke;
    margin: 0;
}
.page-contact .offices > .office > a:hover {
    color: var(--color-main-e);
}

.page-contact .offices > .office > a:hover > i {
    color: whitesmoke;
}

.page-contact .offices > .office > a,
.page-contact .offices > .office > p:not(.typo-lead) {
    /* padding-left: 12px; */
}


@media only screen and (max-width: 1200px) {
    .page-contact > .section-a { width: 100%; order: 2; }
    .page-contact > .section-b { width: 100%; order: 1; margin-bottom: 48px }
    .page-contact {
        flex-direction: column;
    }
    .page-contact .offices > .office {
        width: 100%;
        min-width: unset;
    }
    .page-contact .contact-form > .o-wrap {
        width: 100%;
    }
}

.space-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.space-a > p {
    max-width: 400px;
}

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

    .space-a {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .space-a > p {
        margin-top: 24px;
    }

}

.space-b {
    display: flex;
    justify-content: space-between;
}
.space-b > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.space-b > div > div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}
.space-b > div > div > a {
    margin-left: 12px;
}

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

    .space-b {
        flex-direction: column;
    }

    .space-b > div > div {
        justify-content: center;
        margin-top: 24px;
    }

}

.space-c {
    display: flex;
    flex-direction: column;
}

.space-c > h2 {
    margin-bottom: 24px;
}


.space-c > div {
    display: flex;
    justify-content: space-between;
}
.space-c > div > p {
    max-width: 400px;
}

@media only screen and (max-width: 1200px) {
    .space-c > div {
        flex-direction: column;
        align-items: center;
    }
    .space-c > div > p {
        margin-bottom: 12px;
    }
}

.space-d {
    display: flex;
    align-items: center;
}

.space-d > h2,
.space-d > div {
    width: 50%;
}

.space-d > h2 {
    margin-bottom: 24px;
}


.space-d > div {
    display: flex;
    justify-content: flex-end;
}

.space-d > div > a {
    margin-left: 12px;
}

@media only screen and (max-width: 1200px) {
    .space-d > h2,
    .space-d > div {
        width: 100%;
    }
    .space-d {
        flex-direction: column;
    }
    .space-d > div {
        justify-content: center;
    }
}
