html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.icon {
    border-radius: .4rem;
    background: #a68950;
    box-shadow: 0 5.6px 5.6px #00000040;
    width: 32px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon>svg {
    width: 19px;
    height: 19px
}

.link {
    font-weight: 400;
    font-size: .875rem
}

.summary-title #first-title h2 {
    font-size: 1.5rem;
    letter-spacing: -.075rem
}

.summary-title #second-title h2 {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: -.7px
}

.summary-title #second-title span {
    font-size: .5rem;
    letter-spacing: -.16px
}

#first .description {
    font-size: .875rem;
    line-height: 120%;
    letter-spacing: -.28px
}

button,
.button {
    position: relative;
    overflow: hidden;
    background-color: #ed1c24;
    border: none;
    color: inherit;
    width: fit-content;
    padding: .5625rem 1.25rem;
    border-radius: .6rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -.28px;
    cursor: pointer;
    transition: .3s;
    font-family: Montserrat
}

button>span,
button:after,
.button>span {
    position: relative;
    z-index: 1
}

button:after,
.button:after {
    content: url(/wp-content/themes/d43/icons/arrow.svg);
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: -2px
}

button:before,
.button:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #cdba97, #a68950);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: var(--fast) opacity
}

@media (hover: hover) {

    button:hover:before,
    .button:hover:before {
        opacity: 1
    }
}

button:active:before,
.button:active:before {
    opacity: 1
}

.swiper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -1px
}

.swiper-description {
    font-size: .875rem;
    line-height: 120%;
    -spacing: -.28px;
    padding-top: 40px;
    margin-top: auto
}

@media screen and (min-width: 680px) {
    .link {
        font-size: 1rem
    }

    .summary-title #first-title h2 {
        font-size: 4rem;
        letter-spacing: -3.2px
    }

    .summary-title #second-title h2 {
        font-size: 2.25rem;
        letter-spacing: -1.8px
    }

    .summary-title #second-title span {
        font-size: 1rem;
        line-height: 120%;
        letter-spacing: -.32px
    }

    #first .description {
        width: 60%;
        font-size: 1.25rem;
        letter-spacing: -.4px
    }

    #first .description>div {
        margin: 2rem 0
    }

    .swiper-header {
        font-size: 2.25rem;
        letter-spacing: -1.8px
    }

    .icon {
        border-radius: .6rem;
        width: 48px
    }

    .icon>svg {
        width: 28px;
        height: 28px
    }

    .swiper-description {
        font-size: 1rem;
        letter-spacing: -.32px;
        padding-top: 95px
    }

    button,
    .button {
        font-size: 1rem;
        padding: .625rem 1.125rem
    }

    button:after,
    .button:after {
        scale: 1.17;
        margin-left: 10px
    }
}

@media screen and (min-width: 1300px) {
    .summary-title #first-title h2 {
        font-size: 4rem;
        letter-spacing: -3.2px
    }

    .summary-title #second-title h2 {
        font-size: 2.25rem;
        letter-spacing: -1.8px
    }

    .summary-title #second-title span {
        font-size: 1rem;
        line-height: 120%;
        letter-spacing: -.32px
    }
}

@media screen and (min-width: 1660px) {
    .swiper-description {
        padding-top: 154px;
        width: 95%;
        font-size: 1.5rem;
        letter-spacing: -.48px
    }

    .summary-title #second-title h2 {
        font-size: 2.75rem
    }

    .summary-title #second-title span {
        font-size: 1.25rem
    }

    button,
    .button {
        font-size: 1.5rem;
        padding: 1.125rem 1.5rem;
        border-radius: .6rem
    }

    button:after,
    .button:after {
        scale: 1.3;
        margin-left: 10px
    }

    #first .description {
        width: 52%
    }

    .swiper-header {
        font-size: 2.75rem
    }

    .link {
        font-size: 1.25rem
    }
}

header {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--sidewalk-width);
    position: sticky;
    top: 0;
    z-index: 9
}

nav {
    display: flex;
    gap: 1.5rem
}

#first img {
    height: 171px;
    width: 100%;
    object-fit: cover
}

.summary-title {
    display: flex;
    align-items: flex-start;
    margin-top: -4px
}

.summary-title>div {
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.summary-title #first-title {
    background-image: linear-gradient(180deg, #efe6d5, #a68950);
    width: 100%;
    aspect-ratio: 214/114;
    padding: 1rem;
    justify-content: flex-end;
    width: 65%
}

.summary-title #second-title {
    background-color: #ed1c24;
    aspect-ratio: 114/83;
    padding: .625rem;
    justify-content: space-between;
    width: 35%
}

#first .description {
    padding: 1rem
}

#first .description>div {
    padding: .625rem 0
}

#first .description>button {
    margin-top: .625rem
}

.second-heading h2 {
    font-family: Montserrat;
    font-size: 1.5rem;
    letter-spacing: -1.2px
}

.second-heading .description {
    margin-top: .75rem;
    font-size: .875rem;
    line-height: 120%;
    letter-spacing: -.28px
}

.swiper-contents {
    width: 289px;
    background-color: #1f1f1f;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: .75rem;
    height: 100%;
    display: flex;
    flex-direction: column
}

#third .description {
    background-color: #1f1f1f;
    font-size: .875rem;
    line-height: 120%;
    letter-spacing: -.28px;
    padding: 1rem;
    width: 82%;
    box-sizing: border-box
}

#third .description button {
    margin-top: 19px
}

#third .image-wrapper {
    height: 279px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-image: url(/wp-content/themes/d43/images/third-mobile.webp);
    background-size: cover
}

#third .summary {
    font-size: 1.5rem;
    letter-spacing: -1.2px;
    padding: 1rem;
    background-image: url(/wp-content/themes/d43/images/third-summary.png);
    background-position: center center;
    background-size: cover
}

footer h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -.48px
}

footer .media-inquiries {
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: -.36px;
    margin-top: 1rem
}

footer .media-inquiries__mailto {
    line-height: 120%;
    letter-spacing: -.36px;
    text-decoration: underline !important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.etc,
.copyright {
    color: #e8e8e8;
    font-size: .875rem;
    line-height: 120%;
    letter-spacing: -.28px;
    opacity: 60%
}

.etc {
    margin-top: 1.5rem
}

.contacts {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin: 24px 0
}

.faker {
    display: none
}

.summary-title #second-title:before {
    display: none
}

@media screen and (min-width: 680px) {

    .logo svg,
    .faker svg {
        width: 58px;
        height: 37px
    }

    .faker {
        display: block
    }

    #first img {
        height: 375px
    }

    .summary-title #first-title {
        aspect-ratio: 473/290;
        width: 65%;
        padding: 1.5rem
    }

    .summary-title #second-title {
        width: 35%;
        padding: 1.25rem
    }

    #first .description>button {
        margin-top: 3rem
    }

    #first .description {
        padding: 1.5rem
    }

    .second-heading h2 {
        font-size: 4rem;
        letter-spacing: -3.2px
    }

    .second-heading .description {
        width: 448px;
        font-size: 1.25rem;
        letter-spacing: -.4px;
        margin-top: 1.5rem
    }

    .swiper-contents {
        width: 448px;
        padding: 1.5rem;
        border-radius: 1.25rem
    }

    #third .image-wrapper {
        height: 627px;
        background-image: url(/wp-content/themes/d43/images/third-tablet.webp)
    }

    #third .description {
        padding: 2rem;
        width: 63%;
        font-size: 1rem;
        letter-spacing: -.32px;
        aspect-ratio: 456/284;
        display: flex;
        flex-direction: column;
        max-height: 300px
    }

    #third .description button,
    #third .description .button {
        margin-top: auto
    }

    #third .summary {
        padding: 3rem;
        background-image: url(/wp-content/themes/d43/images/third-summary-tablet.png);
        font-size: 4rem;
        letter-spacing: -3.2px
    }

    .etc,
    .copyright {
        font-size: 1rem;
        letter-spacing: -.32px
    }

    .etc {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    footer .contacts {
        margin: 0
    }

    .copyright {
        text-align: right;
        margin-top: -1.2rem;
        position: relative;
        z-index: 2
    }

    footer .contacts {
        width: 40%;
        position: relative;
        z-index: 3
    }
}

@media screen and (min-width: 1300px) {
    .summary-title #first-title {
        aspect-ratio: 473/438;
        padding: 1.5rem
    }

    .first-dd {
        display: flex;
        flex-direction: column
    }

    .second-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 84%
    }

    .second-heading h2 {
        width: 40%
    }

    .business-scope {
        margin-top: 3.5rem
    }

    .swiper-contents {
        width: unset
    }

    #third .image-wrapper {
        background-image: url(/wp-content/themes/d43/images/third-desktop.webp)
    }

    #third .summary {
        box-sizing: border-box;
        background-image: url(/wp-content/themes/d43/images/third-summary-desktop.png)
    }

    footer .media-inquiries {
        margin-top: 0
    }

    .summary-title #first-title {
        aspect-ratio: 473/438
    }

    .summary-title #second-title {
        aspect-ratio: 237/290;
        padding: 1.25rem
    }

    #first .description {
        flex: 1;
        display: flex;
        flex-direction: column
    }

    #first .description>button,
    #first .description>.button {
        margin-top: auto
    }

    #first .description>div {
        margin: 0;
        font-family: Montserrat;
        font-size: 1.25rem;
        line-height: 120%;
        letter-spacing: -.48px
    }

    .summary-title #first-title h2 {
        font-size: 64px
    }
}

@media screen and (min-width: 1660px) {

    .logo svg,
    .faker svg {
        width: 72px;
        height: 46px
    }

    .second-heading h2 {
        width: 40%;
        font-size: 5rem;
        letter-spacing: -4px
    }

    .second-heading {
        width: 80%
    }

    .second-heading .description {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -.48px
    }

    #third .description {
        font-size: 1.5rem;
        line-height: 120%;
        letter-spacing: -.48px;
        max-height: 400px
    }

    .summary-title #first-title {
        aspect-ratio: 623/438;
        width: 57%
    }

    .summary-title #second-title {
        aspect-ratio: 467/290;
        width: 43%
    }

    #third .summary {
        font-size: 5rem;
        max-width: 50%
    }

    .etc,
    .copyright {
        font-size: 1.5rem
    }
}

main {
    padding: 0 var(--sidewalk-width);
    max-width: 1920px;
    margin: 0 auto
}

.rounded {
    border-radius: .75rem;
    overflow: hidden
}

#first {
    display: flex;
    flex-direction: column;
    background-color: #1f1f1f
}

section {
    margin: 2.5rem 0;
    box-sizing: border-box
}

section#first {
    margin-top: 0
}

.business-scope {
    margin-top: 1.5rem
}

#fourth {
    height: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    letter-spacing: -1.2px;
    text-align: center;
    background-image: url(/wp-content/themes/d43/images/fourth-mobile.png);
    background-size: cover;
    background-position: center center;
    padding: 0 1rem
}

@media screen and (min-width: 440px) {
    #fourth {
        padding: 0 25%
    }
}

footer {
    padding: 1.25rem var(--sidewalk-width)
}

footer .desktop {
    display: none
}

#third .button {
    margin-top: 1rem
}

@media screen and (min-width: 680px) {
    section {
        margin: 6rem 0
    }

    .business-scope {
        margin-top: 3rem
    }

    #fourth {
        height: 626px;
        background-image: url(/wp-content/themes/d43/images/fourth-tablet.png);
        font-size: 4rem;
        letter-spacing: -3.2px;
        padding: 3rem
    }

    footer .footer-heading {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    footer .footer-heading>h2 {
        font-size: 4rem;
        font-weight: 600;
        letter-spacing: -1.28px
    }

    footer .media-inquiries {
        font-size: 1.5rem
    }

    .rounded {
        border-radius: 20px
    }
}

@media screen and (min-width: 1300px) {
    #first {
        flex-direction: row
    }

    #first>* {
        flex: 1
    }

    #first .img-container img {
        height: 100%
    }

    section {
        margin: 9rem 0
    }

    #third {
        display: flex;
        flex-direction: row-reverse
    }

    #third>* {
        width: 100%
    }

    #fourth {
        background-image: url(/wp-content/themes/d43/images/fourth-desktop.png);
        padding: 0 20%
    }

    footer .desktop {
        display: flex;
        justify-content: space-between
    }

    footer .mobile {
        display: none
    }

    footer .footer-heading {
        display: flex;
        align-items: flex-start;
        flex-direction: column
    }

    .etc {
        max-width: 917px;
        justify-content: space-between;
        flex-direction: row;
        align-items: start;
        opacity: 1
    }

    .etc address {
        width: 300px;
        color: #9e9e9e
    }

    .etc nav {
        color: #9e9e9e
    }

    .etc:first-child,
    .etc:last-child {
        flex: 1
    }
}

@media screen and (min-width: 1660px) {
    #fourth {
        font-size: 5rem;
        letter-spacing: -4px
    }

    footer .footer-heading>h2 {
        font-size: 5rem
    }

    footer .media-inquiries {
        font-size: 32px
    }
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-Black-rRxX6tkW.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-LightItalic-4DuvDYUQ.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-Light-I5eusQgb.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-Thin-CEOw8f1N.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-MediumItalic-DSWOvwNg.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-ExtraLight-7iHcdcUD.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-BoldItalic-BxXTio9q.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-ExtraLightItalic-DghGvU6W.ttf) format("truetype");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-ThinItalic-dfeQc4uG.ttf) format("truetype");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-BlackItalic-CrgBlubc.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-ExtraBoldItalic-BQv3p189.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-ExtraBold-sFDVHWnk.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-Medium-DWFJMRWX.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-SemiBold-DzSDnTS_.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-Bold-ByKrmU8s.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-SemiBoldItalic-BZtg-1GH.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-Italic-DqaQlTEr.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/wp-content/themes/d43/assets/Montserrat-Regular-BUqS2Zic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    background-color: #000;
    color: #fff;
    font-family: Montserrat, sans-serif;
    scroll-behavior: smooth;
    --fast: .3s;
    --moderate: .5s;
    --slow: .7s;
    --header-height: 67px;
    --sidewalk-width: 1rem
}

body {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

.swiper-slide {
    height: auto !important
}

#second:before {
    content: "";
    display: block;
    height: var(--header-height);
    margin-top: calc(var(--header-height) * -1);
    visibility: hidden
}

@media screen and (min-width: 680px) {
    :root {
        --sidewalk-width: 1.5rem;
        --header-height: 88px
    }
}