/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

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

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: "Gotham A","Gotham B",Avenir,Helvetica,Arial,sans-serif;
    line-height: 1.5
}

*,::after,::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,textarea::placeholder {
    color: #a0aec0
}

[role=button],button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

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

button,input,optgroup,select,textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

html {
    scroll-behavior: smooth;
    height: -webkit-fill-available
}

body {
    transition-property: opacity;
    transition-duration: .5s;
    overflow-x: hidden;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    opacity: 0;
    overflow-y: overlay;
    min-height: calc(1vh * 100);
    min-height: calc(var(--vh,1vh) * 100);
    min-height: -webkit-fill-available
}

body.loaded {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    opacity: 1
}

img,svg {
    max-width: 100%
}

:focus {
    outline: 0
}

.redactor a {
    text-decoration: underline
}

.redactor a:hover {
    opacity: .75
}

button {
    font-size: .75rem;
    font-weight: 700;
    transition-property: opacity;
    transition-duration: .2s;
    opacity: 1;
    position: relative;
    text-transform: uppercase
}

button.no-underline:after {
    display: none
}

button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 2px;
    left: 0;
    background: #404041
}

button.icon svg {
    display: inline-block
}

button:hover {
    opacity: .5
}

.nav-link {
    position: relative
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #404041;
    transition: width .5s ease;
    -webkit-transition: width .5s ease
}

.nav-link:hover:after {
    width: 100%;
    left: 0;
    background: #404041
}

.cat-link {
    position: relative;
    display: inline-block
}

.cat-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    display: block;
    opacity: 0;
    left: 0;
    background: #404041;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease
}

.cat-link:hover:after {
    opacity: 1
}

a:hover {
    cursor: pointer
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.image-cover {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.image-cover.auto-height {
    height: auto
}

.image-cover.auto-width {
    width: auto
}

.image-fit {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    height: 100%;
    width: 100%
}

.image-retain-width {
    position: absolute;
    left: 0;
    object-fit: fill;
    height: auto;
    width: auto
}

.image-retain-width.make-center {
    top: 0;
    bottom: 0;
    margin: auto
}

.image-retain-width.make-top {
    top: 0
}

.image-retain-width.make-bottom {
    bottom: 0
}

[data-columns] {
    display: flex;
    flex-wrap: wrap
}

[data-columns="1"]>* {
    flex-basis: calc(100% / 1)
}

[data-columns="2"]>* {
    flex-basis: calc(100% / 2)
}

[data-columns="3"]>* {
    flex-basis: calc(100% / 3)
}

[data-columns="4"]>* {
    flex-basis: calc(100% / 4)
}

.page {
    flex: 1 1 0%;
    overflow-y: visible;
    overflow-y: initial;
    overflow-x: hidden;
    width: 100%;
    max-width: 1600px;
    align-self: center
}

.page.no-max-width {
    max-width: none!important
}

.section {
    padding-left: 5%;
    padding-right: 5%
}

.section-2 {
    padding-left: 10%;
    padding-right: 10%
}

.section-3 {
    padding-left: 15%;
    padding-right: 15%
}

.lazyload,.lazyloading {
    transition: opacity .2s;
    opacity: 0
}

.lazyloaded {
    transition: opacity .2s;
    opacity: 1
}

.skeleton-box {
    width: 100vw;
    background-color: transparent;
    height: 600vh
}

.bg-image-box {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden
}

.portrait-2-3 {
    position: relative;
    overflow: hidden;
    padding-bottom: 150%
}

.portrait-2-3.with-75 {
    padding-bottom: 112.5%
}

.portrait-2-3.with-80 {
    padding-bottom: 120%
}

.portrait-3-4 {
    position: relative;
    overflow: hidden;
    padding-bottom: 133%
}

.landscape-3-4 {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%
}

.landscape-3-4.with-75 {
    padding-bottom: 56.25%
}

.landscape-1-3 {
    position: relative;
    overflow: hidden;
    padding-bottom: 33%
}

.landscape-2-4 {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%
}

.square {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.square.with-75 {
    padding-bottom: 75%
}

html {
    font-size: 14px
}

@media screen and (min-width: 640px) {
    html {
        font-size:14px
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size:12px
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size:15px
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size:16px!important
    }
}

@media screen (max-width: 768px) {
    h1 {
        font-size:calc(1.575rem + 3.9vw)
    }

    @media (min-width: 1200px) {
        h1 {
            font-size:4.5rem
        }
    }

    h2 {
        font-size: calc(1.4625rem + 2.55vw)
    }

    @media (min-width: 1200px) {
        h2 {
            font-size:3.375rem
        }
    }

    h3 {
        font-size: calc(1.325rem + .9vw)
    }

    @media (min-width: 1200px) {
        h3 {
            font-size:2rem
        }
    }

    h4 {
        font-size: calc(1.325rem + .9vw)
    }

    @media (min-width: 1200px) {
        h4 {
            font-size:2rem
        }
    }

    h5 {
        font-size: calc(1.3rem + .6vw)
    }

    @media (min-width: 1200px) {
        h5 {
            font-size:1.75rem
        }
    }

    h6 {
        font-size: calc(1.275rem + .3vw)
    }

    @media (min-width: 1200px) {
        h6 {
            font-size:1.5rem
        }
    }
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 1rem;
    line-height: 1.25;
    font-family: Didot
}

h1 {
    font-size: calc(1.9125rem + 7.95vw);
    font-family: "Didot HTF L96"
}

@media (min-width: 1200px) {
    h1 {
        font-size:7.875rem
    }
}

h2 {
    font-size: calc(1.5rem + 3vw)
}

@media (min-width: 1200px) {
    h2 {
        font-size:3.75rem
    }
}

h3 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size:3rem
    }
}

h4 {
    font-size: calc(1.425rem + 2.1vw);
    font-style: italic;
    font-family: "Didot HTF M64"
}

@media (min-width: 1200px) {
    h4 {
        font-size:3rem
    }
}

h5 {
    font-size: calc(1.325rem + .9vw);
    font-style: italic;
    font-family: "Didot HTF M64"
}

@media (min-width: 1200px) {
    h5 {
        font-size:2rem
    }
}

h5.normal {
    font-style: normal!important
}

h6 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h6 {
        font-size:1.5rem
    }
}

.nav-1 {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.nav-2 {
    font-size: 1.1rem
}

.body-1 {
    font-size: .875rem
}

.body-2 {
    font-size: .75rem
}

.overline {
    font-size: .625rem;
    font-weight: 700
}

.uppercase {
    letter-spacing: .08em
}

[data-sal] {
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: var(--sal-delay,0s);
    transition-duration: .2s;
    transition-duration: .2s;
    transition-duration: var(--sal-duration,.2s);
    transition-timing-function: ease;
    transition-timing-function: ease;
    transition-timing-function: var(--sal-easing,ease)
}

[data-sal][data-sal-duration="200"] {
    transition-duration: .2s
}

[data-sal][data-sal-duration="250"] {
    transition-duration: .25s
}

[data-sal][data-sal-duration="300"] {
    transition-duration: .3s
}

[data-sal][data-sal-duration="350"] {
    transition-duration: .35s
}

[data-sal][data-sal-duration="400"] {
    transition-duration: .4s
}

[data-sal][data-sal-duration="450"] {
    transition-duration: .45s
}

[data-sal][data-sal-duration="500"] {
    transition-duration: .5s
}

[data-sal][data-sal-duration="550"] {
    transition-duration: .55s
}

[data-sal][data-sal-duration="600"] {
    transition-duration: .6s
}

[data-sal][data-sal-duration="650"] {
    transition-duration: .65s
}

[data-sal][data-sal-duration="700"] {
    transition-duration: .7s
}

[data-sal][data-sal-duration="750"] {
    transition-duration: .75s
}

[data-sal][data-sal-duration="800"] {
    transition-duration: .8s
}

[data-sal][data-sal-duration="850"] {
    transition-duration: .85s
}

[data-sal][data-sal-duration="900"] {
    transition-duration: .9s
}

[data-sal][data-sal-duration="950"] {
    transition-duration: .95s
}

[data-sal][data-sal-duration="1000"] {
    transition-duration: 1s
}

[data-sal][data-sal-duration="1050"] {
    transition-duration: 1.05s
}

[data-sal][data-sal-duration="1100"] {
    transition-duration: 1.1s
}

[data-sal][data-sal-duration="1150"] {
    transition-duration: 1.15s
}

[data-sal][data-sal-duration="1200"] {
    transition-duration: 1.2s
}

[data-sal][data-sal-duration="1250"] {
    transition-duration: 1.25s
}

[data-sal][data-sal-duration="1300"] {
    transition-duration: 1.3s
}

[data-sal][data-sal-duration="1350"] {
    transition-duration: 1.35s
}

[data-sal][data-sal-duration="1400"] {
    transition-duration: 1.4s
}

[data-sal][data-sal-duration="1450"] {
    transition-duration: 1.45s
}

[data-sal][data-sal-duration="1500"] {
    transition-duration: 1.5s
}

[data-sal][data-sal-duration="1550"] {
    transition-duration: 1.55s
}

[data-sal][data-sal-duration="1600"] {
    transition-duration: 1.6s
}

[data-sal][data-sal-duration="1650"] {
    transition-duration: 1.65s
}

[data-sal][data-sal-duration="1700"] {
    transition-duration: 1.7s
}

[data-sal][data-sal-duration="1750"] {
    transition-duration: 1.75s
}

[data-sal][data-sal-duration="1800"] {
    transition-duration: 1.8s
}

[data-sal][data-sal-duration="1850"] {
    transition-duration: 1.85s
}

[data-sal][data-sal-duration="1900"] {
    transition-duration: 1.9s
}

[data-sal][data-sal-duration="1950"] {
    transition-duration: 1.95s
}

[data-sal][data-sal-duration="2000"] {
    transition-duration: 2s
}

[data-sal][data-sal-delay="50"] {
    transition-delay: .05s
}

[data-sal][data-sal-delay="100"] {
    transition-delay: .1s
}

[data-sal][data-sal-delay="150"] {
    transition-delay: .15s
}

[data-sal][data-sal-delay="200"] {
    transition-delay: .2s
}

[data-sal][data-sal-delay="250"] {
    transition-delay: .25s
}

[data-sal][data-sal-delay="300"] {
    transition-delay: .3s
}

[data-sal][data-sal-delay="350"] {
    transition-delay: .35s
}

[data-sal][data-sal-delay="400"] {
    transition-delay: .4s
}

[data-sal][data-sal-delay="450"] {
    transition-delay: .45s
}

[data-sal][data-sal-delay="500"] {
    transition-delay: .5s
}

[data-sal][data-sal-delay="550"] {
    transition-delay: .55s
}

[data-sal][data-sal-delay="600"] {
    transition-delay: .6s
}

[data-sal][data-sal-delay="650"] {
    transition-delay: .65s
}

[data-sal][data-sal-delay="700"] {
    transition-delay: .7s
}

[data-sal][data-sal-delay="750"] {
    transition-delay: .75s
}

[data-sal][data-sal-delay="800"] {
    transition-delay: .8s
}

[data-sal][data-sal-delay="850"] {
    transition-delay: .85s
}

[data-sal][data-sal-delay="900"] {
    transition-delay: .9s
}

[data-sal][data-sal-delay="950"] {
    transition-delay: .95s
}

[data-sal][data-sal-delay="1000"] {
    transition-delay: 1s
}

[data-sal][data-sal-easing=linear] {
    transition-timing-function: linear
}

[data-sal][data-sal-easing=ease] {
    transition-timing-function: ease
}

[data-sal][data-sal-easing=ease-in] {
    transition-timing-function: ease-in
}

[data-sal][data-sal-easing=ease-out] {
    transition-timing-function: ease-out
}

[data-sal][data-sal-easing=ease-in-out] {
    transition-timing-function: ease-in-out
}

[data-sal][data-sal-easing=ease-in-cubic] {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

[data-sal][data-sal-easing=ease-out-cubic] {
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
    transition-timing-function: cubic-bezier(.645,.045,.355,1)
}

[data-sal][data-sal-easing=ease-in-circ] {
    transition-timing-function: cubic-bezier(.6,.04,.98,.335)
}

[data-sal][data-sal-easing=ease-out-circ] {
    transition-timing-function: cubic-bezier(.075,.82,.165,1)
}

[data-sal][data-sal-easing=ease-in-out-circ] {
    transition-timing-function: cubic-bezier(.785,.135,.15,.86)
}

[data-sal][data-sal-easing=ease-in-expo] {
    transition-timing-function: cubic-bezier(.95,.05,.795,.035)
}

[data-sal][data-sal-easing=ease-out-expo] {
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

[data-sal][data-sal-easing=ease-in-out-expo] {
    transition-timing-function: cubic-bezier(1,0,0,1)
}

[data-sal][data-sal-easing=ease-in-quad] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-sal][data-sal-easing=ease-out-quad] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-sal][data-sal-easing=ease-in-out-quad] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-sal][data-sal-easing=ease-in-quart] {
    transition-timing-function: cubic-bezier(.895,.03,.685,.22)
}

[data-sal][data-sal-easing=ease-out-quart] {
    transition-timing-function: cubic-bezier(.165,.84,.44,1)
}

[data-sal][data-sal-easing=ease-in-out-quart] {
    transition-timing-function: cubic-bezier(.77,0,.175,1)
}

[data-sal][data-sal-easing=ease-in-quint] {
    transition-timing-function: cubic-bezier(.755,.05,.855,.06)
}

[data-sal][data-sal-easing=ease-out-quint] {
    transition-timing-function: cubic-bezier(.23,1,.32,1)
}

[data-sal][data-sal-easing=ease-in-out-quint] {
    transition-timing-function: cubic-bezier(.86,0,.07,1)
}

[data-sal][data-sal-easing=ease-in-sine] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-sal][data-sal-easing=ease-out-sine] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-sal][data-sal-easing=ease-in-out-sine] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-sal][data-sal-easing=ease-in-back] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-sal][data-sal-easing=ease-out-back] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-sal][data-sal-easing=ease-in-out-back] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-sal|=fade] {
    opacity: 0;
    transition-property: opacity
}

[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade] {
    opacity: 1
}

[data-sal|=slide] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

[data-sal=slide-up] {
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

[data-sal=slide-down] {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

[data-sal=slide-left] {
    -webkit-transform: translateX(20%);
    transform: translateX(20%)
}

[data-sal=slide-right] {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%)
}

[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

[data-sal|=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

[data-sal=zoom-in] {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

[data-sal=zoom-out] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom] {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

[data-sal|=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

[data-sal=flip-left] {
    -webkit-transform: perspective(2000px) rotateY(-91deg);
    transform: perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right] {
    -webkit-transform: perspective(2000px) rotateY(91deg);
    transform: perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up] {
    -webkit-transform: perspective(2000px) rotateX(-91deg);
    transform: perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down] {
    -webkit-transform: perspective(2000px) rotateX(91deg);
    transform: perspective(2000px) rotateX(91deg)
}

[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip] {
    -webkit-transform: none;
    transform: none
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 769px) {
    .container {
        max-width:769px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

.collapse {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(0,1,0,1)
}

.collapse.show {
    max-height: 99em;
    transition: max-height .5s ease-in-out
}

.burger {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    cursor: pointer
}

.burger .burger-lines {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity));
    position: absolute;
    border-radius: 2rem;
    height: 1px;
    width: 2.5rem;
    top: 1.25rem;
    left: 0;
    margin-top: -.125em;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: top .2s,.2s width .2s,.2s left .2s,.2s background-color .2s,height .2s,-webkit-transform .2s;
    transition: top .2s,.2s width .2s,.2s left .2s,.2s background-color .2s,height .2s,transform .2s;
    transition: top .2s,.2s width .2s,.2s left .2s,.2s background-color .2s,height .2s,transform .2s,-webkit-transform .2s
}

.burger .burger-lines:after,.burger .burger-lines:before {
    background-color: #000;
    content: "";
    position: absolute;
    height: 1px;
    width: 2.5rem;
    transition: .2s top .2s,.2s width .2s,.2s left .2s,.2s background-color .2s
}

.burger .burger-lines:before {
    top: -.4rem
}

.burger .burger-lines:after {
    top: .4rem
}

.burger.open .burger-lines {
    background-color: #d41c24;
    border-radius: 1rem;
    width: .75rem;
    height: .75rem;
    top: 1rem;
    left: 1rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .4s top .2s,.2s width .2s,.2s left .2s,.75s background-color .2s,.4s height .2s,-webkit-transform .5s;
    transition: .4s top .2s,.2s width .2s,.2s left .2s,.75s background-color .2s,.4s height .2s,transform .5s;
    transition: .4s top .2s,.2s width .2s,.2s left .2s,.75s background-color .2s,.4s height .2s,transform .5s,-webkit-transform .5s
}

.burger.open .burger-lines:after,.burger.open .burger-lines:before {
    background-color: transparent;
    width: 1rem;
    top: 0;
    transition: top .2s,.2s width .2s,.2s left .2s,background-color .2s
}

@media screen and (max-width: 768px) {
    .email-tab-container {
        padding-top:20%!important
    }
}

.email-tab-container {
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 10%;
    opacity: 0
}

.email-tab-container.loaded {
    transition: -webkit-transform 1s 2s;
    transition: transform 1s 2s;
    transition: transform 1s 2s,-webkit-transform 1s 2s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.email-tab-container .email-tab .email-tab-title {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117,117,117,var(--text-opacity))
}

.email-tab-container .email-tab:hover .email-tab-title {
    --text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--text-opacity))
}

.close-tab-btn {
    border-top: solid .25px #ddd
}

.email-modal {
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 70
}

.email-modal .email-card {
    transition: opacity .2s .2s,-webkit-transform .4s;
    transition: opacity .2s .2s,transform .4s;
    transition: opacity .2s .2s,transform .4s,-webkit-transform .4s;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.email-modal .email-card .close-card-btn {
    background-color: #d41c24;
    height: .75rem;
    width: .75rem;
    border-radius: .5rem
}

.email-modal .email-card .close-card-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.email-modal .email-card .fui-i {
    width: 100%;
    margin-top: 1rem
}

.email-modal .email-card .fui-i .email-input .fui-input {
    border: none!important;
    box-shadow: none!important
}

.email-modal .email-card .fui-i .fui-submit {
    padding: 0;
    text-align: left;
    border: none!important;
    color: #000!important;
    background: 0 0!important
}

.email-modal .email-card .fui-i input {
    font-size: .625rem;
    font-weight: 700
}

.email-modal.is-opened {
    opacity: 1
}

.email-modal.is-opened .email-card {
    transition: opacity .3s .2s,-webkit-transform .5s .2s;
    transition: opacity .3s .2s,transform .5s .2s;
    transition: opacity .3s .2s,transform .5s .2s,-webkit-transform .5s .2s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media screen and (max-width: 768px) {
    .detail-modal {
        height:100vh;
        height: -webkit-fill-available;
        -ms-scroll-snap-type: none!important;
        scroll-snap-type: none!important
    }

    .detail-modal .detail-block {
        scroll-snap-align: none!important
    }

    .detail-modal .detail-block .half-container {
        height: 50%!important
    }

    .detail-modal .detail-block .detail-item {
        height: 50%!important
    }

    .detail-modal .detail-block .detail-item .aspect-mobile {
        padding-bottom: 66.6%
    }

    .detail-modal .detail-block .detail-item.__full {
        height: 100%!important
    }

    .detail-modal .detail-block .detail-item.__left {
        padding-right: 0!important
    }

    .detail-modal .detail-block .detail-item h5 {
        line-height: 2rem!important
    }
}

.detail-modal {
    overflow-y: scroll;
    height: 100%;
    height: -webkit-fill-available;
    flex: 1 1 0%;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.detail-modal .detail-close {
    display: inline-block
}

.detail-modal .detail-close.hide-detail {
    display: none
}

.detail-modal .scroll-up-area {
    height: 50%
}

.detail-modal .scroll-down-area {
    height: 50%
}

.detail-modal .scroll-down-area.first-scroll-area {
    height: 100%!important
}

.detail-modal .detail-bottom {
    height: 100vh
}

.detail-modal #detail-2 {
    scroll-snap-stop:always}

.detail-modal .detail-block {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
    scroll-snap-align: start
}

.detail-modal .detail-block .half-container {
    height: 100%
}

.detail-modal .detail-block .detail-item {
    padding-bottom: .25rem;
    height: 100%
}

.detail-modal .detail-block .detail-item.__left {
    padding-right: .25rem
}

.detail-modal .detail-block .detail-item.half-height {
    height: 50%
}

.detail-modal .detail-block .detail-item h5 {
    line-height: 4rem
}

.detail-modal .detail-block .detail-item .quote-marks {
    opacity: .15
}

.detail-modal .detail-block a {
    z-index: 10
}

.image-box {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.detail-item-mobile {
    padding-bottom: .25rem
}

.detail-item-mobile .image-box {
    height: auto!important;
    padding-bottom: 66.6%
}

.detail-item-mobile .image-box.square {
    padding-bottom: 100%
}

.detail-item-mobile .detail-quote-mobile {
    height: 18rem
}

.press-item,.press-item-mobile {
    transition-property: opacity;
    transition-duration: .2s;
    opacity: 1!important;
    margin-top: 1%;
    cursor: pointer
}

.press-item-mobile.dark-theme,.press-item.dark-theme {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.press-item-mobile.dark-theme .divider,.press-item.dark-theme .divider {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.press-item-mobile.dark-theme .info-box,.press-item.dark-theme .info-box {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.press-item-mobile.light-theme,.press-item.light-theme {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--text-opacity))
}

.press-item-mobile.light-theme .divider,.press-item.light-theme .divider {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.press-item-mobile.light-theme .info-box,.press-item.light-theme .info-box {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.press-item-mobile.large-size,.press-item.large-size {
    float: right;
    width: 97%
}

.press-item-mobile.medium-size,.press-item.medium-size {
    width: 65%
}

.press-item-mobile.small-size,.press-item-mobile.xs-size,.press-item.small-size,.press-item.xs-size {
    width: 32%
}

.press-item-mobile.xs-size.dark-theme .text-box-sm,.press-item.xs-size.dark-theme .text-box-sm {
    width: 100%;
    background: linear-gradient(180deg,transparent,#000)
}

.press-item-mobile.xs-size.light-theme .text-box-sm,.press-item.xs-size.light-theme .text-box-sm {
    width: 100%;
    background: linear-gradient(180deg,transparent,#fff)
}

.press-item .press-dropdown-container,.press-item-mobile .press-dropdown-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
}

.press-item .play-button,.press-item-mobile .play-button {
    position: absolute;
    text-align: center;
    top: 30%;
    right: 0;
    left: 0
}

.press-item .divider,.press-item-mobile .divider {
    width: 3.5rem;
    height: 1px;
    margin-bottom: 1rem
}

.press-item h6,.press-item-mobile h6 {
    margin-bottom: .5rem
}

.press-item iframe,.press-item-mobile iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.press-item-mobile.no-hover,.press-item.no-hover {
    cursor: default
}

.press-item-mobile.no-hover:hover,.press-item.no-hover:hover {
    opacity: 1!important
}

.press-item-mobile:hover,.press-item:hover {
    opacity: .75!important
}

.my-sizer-element {
    width: 33%
}

.aspect {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    overflow: hidden
}

.aspect__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.aspect--4x3 {
    padding-bottom: 75%
}

.aspect--4x3.smaller {
    padding-bottom: 74.5%
}

.aspect--2x3 {
    padding-bottom: 152.35%
}

.aspect--2x4 {
    padding-bottom: 200%
}

.aspect--full {
    padding-bottom: 100%
}

.aspect--half {
    padding-bottom: 50%
}

.press-item-mobile {
    margin-top: 2%;
    width: 48%
}

.press-item-mobile.dark-theme {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.press-item-mobile.dark-theme .divider {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.press-item-mobile.dark-theme .info-box {
    background: linear-gradient(180deg,transparent,#000)
}

.press-item-mobile.light-theme {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
    --text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--text-opacity))
}

.press-item-mobile.light-theme .divider {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.press-item-mobile.light-theme .info-box {
    background: linear-gradient(180deg,transparent,#fff)
}

.press-item-mobile.large-size {
    float: right;
    width: 98%
}

.press-item-mobile .play-button {
    position: absolute;
    text-align: center;
    top: 30%;
    right: 0;
    left: 0
}

.press-item-mobile iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.my-sizer-element-mobile {
    width: 50%
}

.footer-nav {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: 1s;
    transition-delay: 1s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    bottom: 0;
    z-index: 50
}

.footer-nav.loaded {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.footer-nav .nav-logo {
    width: 10rem
}

.footer-nav .desktop-nav {
    height: 60px
}

.footer-nav .desktop-nav .desktop-page-name {
    font-size: .92rem;
    left: 5rem
}

.footer-nav .mobile-page-name {
    transition-property: opacity;
    transition-duration: .3s;
    opacity: 1;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    position: relative;
    width: 100%;
    height: 30px
}

.footer-nav .mobile-page-name.no-height {
    height: 0
}

.footer-nav .mobile-page-name.hide-bar {
    opacity: 0
}

@media screen and (max-width: 768px) {
    .menu-wrap {
        width:100%!important;
        text-align: left!important;
        left: -100%!important;
        padding-bottom: 90px!important
    }

    .menu-wrap ul {
        display: flex!important;
        flex-direction: column!important;
        justify-content: center!important
    }

    .menu-wrap ul li {
        margin-bottom: 30px!important;
        width: auto!important
    }
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {
    .menu-wrap {
        -webkit-backdrop-filter:blur(10px);
        backdrop-filter: blur(10px)
    }
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter:none)) {
    .menu-wrap {
        background:0 0
    }
}

.menu-wrap {
    position: fixed;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,.75);
    height: 100vh;
    width: 12rem;
    padding-bottom: 60px;
    top: 0;
    left: -12rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    transition-delay: 50ms
}

.menu-wrap ul {
    height: 100%
}

.menu-wrap ul svg {
    width: auto
}

.menu-wrap ul li {
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
    transition: padding-left .1s
}

.menu-wrap ul li:nth-child(10) {
    transition-delay: 25ms
}

.menu-wrap ul li:nth-child(9) {
    transition-delay: 50ms
}

.menu-wrap ul li:nth-child(8) {
    transition-delay: 75ms
}

.menu-wrap ul li:nth-child(7) {
    transition-delay: .1s
}

.menu-wrap ul li:nth-child(6) {
    transition-delay: 125ms
}

.menu-wrap ul li:nth-child(5) {
    transition-delay: 150ms
}

.menu-wrap ul li:nth-child(4) {
    transition-delay: 175ms
}

.menu-wrap ul li:nth-child(3) {
    transition-delay: .2s
}

.menu-wrap ul li:nth-child(2) {
    transition-delay: 225ms
}

.menu-wrap ul li:nth-child(1) {
    transition-delay: 250ms
}

.menu-wrap.is-opened {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.menu-wrap.is-opened li {
    padding-left: 3rem;
    transition: padding-left .2s
}

.menu-wrap.is-opened li:nth-child(1) {
    transition-delay: 25ms
}

.menu-wrap.is-opened li:nth-child(2) {
    transition-delay: 50ms
}

.menu-wrap.is-opened li:nth-child(3) {
    transition-delay: 75ms
}

.menu-wrap.is-opened li:nth-child(4) {
    transition-delay: .1s
}

.menu-wrap.is-opened li:nth-child(5) {
    transition-delay: 125ms
}

.menu-wrap.is-opened li:nth-child(6) {
    transition-delay: 150ms
}

.menu-wrap.is-opened li:nth-child(7) {
    transition-delay: 175ms
}

.menu-wrap.is-opened li:nth-child(8) {
    transition-delay: .2s
}

.menu-wrap.is-opened li:nth-child(9) {
    transition-delay: 225ms
}

.menu-wrap.is-opened li:nth-child(10) {
    transition-delay: 250ms
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.bg-gray-700 {
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74,85,104,var(--bg-opacity))
}

.bg-primary-black {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity))
}

.bg-primary-gray {
    --bg-opacity: 1;
    background-color: #757575;
    background-color: rgba(117,117,117,var(--bg-opacity))
}

.bg-secondary-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.bg-secondary-gray {
    --bg-opacity: 1;
    background-color: #f8f8f8;
    background-color: rgba(248,248,248,var(--bg-opacity))
}

.hover\:bg-white:hover {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity))
}

.bg-opacity-25 {
    --bg-opacity: 0.25
}

.bg-opacity-50 {
    --bg-opacity: 0.5
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-no-wrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.float-right {
    float: right
}

.font-serif {
    font-family: Didot,Cambria,serif
}

.font-logo {
    font-family: "Bodoni 72 OS",Cambria,serif
}

.font-bold {
    font-weight: 700
}

.h-6 {
    height: 1.5rem
}

.h-10 {
    height: 2.5rem
}

.h-full {
    height: 100%
}

.text-xxs {
    font-size: .625rem
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.leading-6 {
    line-height: 1.5rem
}

.m-2 {
    margin: .5rem
}

.m-4 {
    margin: 1rem
}

.m-auto {
    margin: auto
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-0 {
    margin-bottom: 0
}

.mt-2 {
    margin-top: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mr-8 {
    margin-right: 2rem
}

.ml-8 {
    margin-left: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mr-10 {
    margin-right: 2.5rem
}

.ml-16 {
    margin-left: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-auto {
    margin-top: auto
}

.mr-auto {
    margin-right: auto
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto {
    margin-left: auto
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-100 {
    opacity: 1
}

.hover\:opacity-50:hover {
    opacity: .5
}

.hover\:opacity-75:hover {
    opacity: .75
}

.overflow-x-hidden {
    overflow-x: hidden
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

.p-10 {
    padding: 2.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.pl-0 {
    padding-left: 0
}

.pt-1 {
    padding-top: .25rem
}

.pl-2 {
    padding-left: .5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pr-8 {
    padding-right: 2rem
}

.pl-8 {
    padding-left: 2rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pt-20 {
    padding-top: 5rem
}

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

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-10 {
    top: 2.5rem
}

.right-10 {
    right: 2.5rem
}

.bottom-10 {
    bottom: 2.5rem
}

.resize {
    resize: both
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.text-primary-gray {
    --text-opacity: 1;
    color: #757575;
    color: rgba(117,117,117,var(--text-opacity))
}

.text-secondary-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity))
}

.text-secondary-off-white {
    --text-opacity: 1;
    color: #f9f9f9;
    color: rgba(249,249,249,var(--text-opacity))
}

.hover\:text-black:hover {
    --text-opacity: 1;
    color: #000;
    color: rgba(0,0,0,var(--text-opacity))
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.no-underline {
    text-decoration: none
}

.tracking-normal {
    letter-spacing: 0
}

.visible {
    visibility: visible
}

.w-6 {
    width: 1.5rem
}

.w-32 {
    width: 8rem
}

.w-1\/2 {
    width: 50%
}

.w-3\/4 {
    width: 75%
}

.w-4\/5 {
    width: 80%
}

.w-5\/6 {
    width: 83.333333%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.gap-4 {
    grid-gap: 1rem;
    grid-gap: 1rem;
    gap: 1rem
}

.gap-6 {
    grid-gap: 1.5rem;
    grid-gap: 1.5rem;
    gap: 1.5rem
}

.gap-x-8 {
    grid-column-gap: 2rem;
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-y-8 {
    grid-row-gap: 2rem;
    grid-row-gap: 2rem;
    row-gap: 2rem
}

.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr))
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-start-3 {
    grid-column-start: 3
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.transition-all {
    transition-property: all
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-transform
}

.transition-opacity {
    transition-property: opacity
}

.transition-transform {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-1000 {
    transition-duration: 1s
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ping {
    100%,75% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {
    100%,75% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.rfs-text-xxs {
    font-size: .625rem
}

.rfs-text-xs {
    font-size: .75rem
}

.rfs-text-base {
    font-size: 1rem
}

.rfs-text-3xl {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .rfs-text-3xl {
        font-size:2rem
    }
}

.rfs-text-4xl {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .rfs-text-4xl {
        font-size:3rem
    }
}

.rfs-text-8xl {
    font-size: calc(1.9125rem + 7.95vw)
}

@media (min-width: 1200px) {
    .rfs-text-8xl {
        font-size:7.875rem
    }
}

@media screen and (max-width: 768px) {
    .home-page .title-animation .title-lead {
        line-height:2.5rem
    }
}

.home-page .title-animation {
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 1s;
    padding-bottom: 10%;
    opacity: 0
}

.home-page .flash-wrap .flash-word,.home-page .title-static .flash-word {
    transition-property: opacity;
    transition-duration: .5s;
    opacity: 0
}

.home-page .flash-wrap .flash-word.show,.home-page .title-static .flash-word.show {
    -webkit-animation: 4s ease-in-out fadeinout;
    animation: 4s ease-in-out fadeinout
}

.home-page .flash-wrap .flash-word.show-last,.home-page .title-static .flash-word.show-last {
    transition-property: opacity;
    transition-duration: .3s;
    opacity: 1
}

.home-page .bg-image {
    transition-property: opacity;
    transition-duration: 1s;
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
    opacity: 0;
    z-index: -1
}

.home-page.loaded .title-animation {
    opacity: 1
}

.home-page.loaded .bg-image {
    opacity: 1
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.studio-page {
    padding-bottom: 10vh
}

.studio-page .divider {
    margin-bottom: 1rem;
    position: relative
}

.studio-page .divider:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    left: 0;
    background: #000;
    transition: 2s width .3s ease-out
}

.studio-page .divider.play:after {
    width: 100%
}

.studio-page .body-text p {
    margin-bottom: 1rem;
    line-height: 2
}

.category-opening {
    transition-property: opacity;
    transition-duration: .7s;
    opacity: 1
}

.category-opening.hide {
    opacity: 0
}

.category-display {
    display: none!important;
    opacity: 0;
    max-width: 600px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.category-display.is-hovered {
    transition-property: opacity;
    transition-duration: .7s;
    opacity: 1;
    display: grid!important
}

.category-display.is-hovered.fade-out {
    opacity: 0
}

.work-thumb-overlay {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    --bg-opacity: 1;
    background-color: #757575;
    background-color: rgba(117,117,117,var(--bg-opacity));
    --bg-opacity: 0.5;
    transition-property: opacity;
    transition-duration: .5s;
    opacity: 0
}

.work-thumb-overlay:hover {
    opacity: 1
}

.page-selector {
    position: relative;
    width: 100%;
    opacity: .25
}

.page-selector:before {
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0,0,0,var(--bg-opacity));
    position: absolute;
    content: '';
    top: -3px;
    height: 1px;
    width: 100%
}

.page-selector.selected-page,.page-selector:hover {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .image-title {
        padding-bottom:33%!important
    }
}

.image-title {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%
}

.team-page {
    transition: opacity .5s;
    opacity: 0
}

.team-page .team-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.team-page #team-title {
    letter-spacing: .5rem
}

.team-page #specialist-title {
    letter-spacing: .5rem
}

.team-page.team-active {
    transition: opacity .5s;
    opacity: 1
}

.team-page.team-active .team-btn {
    opacity: 1
}

.team-page.specialist-active {
    transition: opacity .5s;
    opacity: 1
}

.team-page.specialist-active .specialist-btn {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .member-wrap .member-grid {
        opacity:1!important;
        display: grid!important
    }

    .quote-container {
        height: 15rem!important;
        top: 0
    }
}

.member-wrap .member-grid {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    display: none
}

.member-wrap .member-grid.active {
    opacity: 1;
    display: grid
}

.member-wrap .member-grid .member-container .member-portrait {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    opacity: .75
}

.member-wrap .member-grid .member-container .member-portrait:hover {
    opacity: 1
}

.quote-container {
    height: auto;
    background: linear-gradient(180deg,#fff,#fff,#fff,rgba(255,255,255,0));
    z-index: 10
}

.quote-container .quote-box {
    height: 50%
}

.quote {
    transition-property: opacity;
    transition-duration: .5s;
    opacity: 1
}

.quote.hidden-quote {
    transition-property: opacity;
    transition-duration: .5s;
    opacity: 0
}

@media screen and (max-width: 768px) {
    .contact-page .image-grid-container {
        width:100%!important;
        height: auto!important
    }

    .contact-page .image-grid-container .image-grid {
        width: 100%!important;
        max-height: none!important;
        max-width: none!important
    }

    .contact-page .contact-info {
        height: auto!important
    }

    .contact-page .contact-office {
        margin-bottom: 5rem!important
    }
}

.contact-page .image-grid-container {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.contact-page .image-grid-container .image-grid {
    width: 60%;
    max-height: 90vh;
    max-width: 90vh
}

.contact-page .image-grid-container .image-box {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-bottom: 100%
}

.contact-page .contact-info {
    height: auto;
    line-height: 3rem
}

.contact-page .contact-info .contact-logo {
    height: 100%;
    width: auto
}

.contact-page .contact-footer {
    white-space: nowrap;
    font-size: .7rem;
    line-height: 1rem
}

.my-shuffle-container {
    max-width: 1600px
}

@media (min-width: 640px) {
    .sm\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width: 640px) {
        .sm\:container {
            max-width:640px
        }
    }

    @media (min-width: 769px) {
        .sm\:container {
            max-width:769px
        }
    }

    @media (min-width: 1024px) {
        .sm\:container {
            max-width:1024px
        }
    }

    @media (min-width: 1280px) {
        .sm\:container {
            max-width:1280px
        }
    }

    .sm\:bg-pink-500 {
        --bg-opacity: 1;
        background-color: #ed64a6;
        background-color: rgba(237,100,166,var(--bg-opacity))
    }

    .sm\:block {
        display: block
    }

    .sm\:inline {
        display: inline
    }

    .sm\:hidden {
        display: none
    }
}

@media (min-width: 769px) {
    .md\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width: 640px) {
        .md\:container {
            max-width:640px
        }
    }

    @media (min-width: 769px) {
        .md\:container {
            max-width:769px
        }
    }

    @media (min-width: 1024px) {
        .md\:container {
            max-width:1024px
        }
    }

    @media (min-width: 1280px) {
        .md\:container {
            max-width:1280px
        }
    }

    .md\:bg-orange-500 {
        --bg-opacity: 1;
        background-color: #ed8936;
        background-color: rgba(237,137,54,var(--bg-opacity))
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-20 {
        padding: 5rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pr-20 {
        padding-right: 5rem
    }

    .md\:pl-20 {
        padding-left: 5rem
    }

    .md\:pl-24 {
        padding-left: 6rem
    }

    .md\:relative {
        position: relative
    }

    .md\:text-left {
        text-align: left
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-full {
        width: 100%
    }

    .md\:gap-2 {
        grid-gap: .5rem;
        grid-gap: .5rem;
        gap: .5rem
    }

    .md\:gap-x-20 {
        grid-column-gap: 5rem;
        grid-column-gap: 5rem;
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-5 {
        grid-column: span 5/span 5
    }

    .md\:col-span-7 {
        grid-column: span 7/span 7
    }

    .md\:col-span-8 {
        grid-column: span 8/span 8
    }

    .md\:col-start-5 {
        grid-column-start: 5
    }
}

@media (min-width: 1024px) {
    .lg\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width: 640px) {
        .lg\:container {
            max-width:640px
        }
    }

    @media (min-width: 769px) {
        .lg\:container {
            max-width:769px
        }
    }

    @media (min-width: 1024px) {
        .lg\:container {
            max-width:1024px
        }
    }

    @media (min-width: 1280px) {
        .lg\:container {
            max-width:1280px
        }
    }

    .lg\:bg-green-500 {
        --bg-opacity: 1;
        background-color: #48bb78;
        background-color: rgba(72,187,120,var(--bg-opacity))
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width:100%;
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width: 640px) {
        .xl\:container {
            max-width:640px
        }
    }

    @media (min-width: 769px) {
        .xl\:container {
            max-width:769px
        }
    }

    @media (min-width: 1024px) {
        .xl\:container {
            max-width:1024px
        }
    }

    @media (min-width: 1280px) {
        .xl\:container {
            max-width:1280px
        }
    }

    .xl\:bg-blue-500 {
        --bg-opacity: 1;
        background-color: #4299e1;
        background-color: rgba(66,153,225,var(--bg-opacity))
    }

    .xl\:block {
        display: block
    }

    .xl\:hidden {
        display: none
    }
}
