.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 375px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1024px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1440px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1920px) {
    .flex-wide-row {
        flex-direction: row !important;
    }
    .flex-wide-column {
        flex-direction: column !important;
    }
    .flex-wide-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-wide-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-wide-wrap {
        flex-wrap: wrap !important;
    }
    .flex-wide-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-wide-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-wide-fill {
        flex: 1 1 auto !important;
    }
    .flex-wide-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-wide-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-wide-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-wide-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-wide-start {
        justify-content: flex-start !important;
    }
    .justify-content-wide-end {
        justify-content: flex-end !important;
    }
    .justify-content-wide-center {
        justify-content: center !important;
    }
    .justify-content-wide-between {
        justify-content: space-between !important;
    }
    .justify-content-wide-around {
        justify-content: space-around !important;
    }
    .align-items-wide-start {
        align-items: flex-start !important;
    }
    .align-items-wide-end {
        align-items: flex-end !important;
    }
    .align-items-wide-center {
        align-items: center !important;
    }
    .align-items-wide-baseline {
        align-items: baseline !important;
    }
    .align-items-wide-stretch {
        align-items: stretch !important;
    }
    .align-content-wide-start {
        align-content: flex-start !important;
    }
    .align-content-wide-end {
        align-content: flex-end !important;
    }
    .align-content-wide-center {
        align-content: center !important;
    }
    .align-content-wide-between {
        align-content: space-between !important;
    }
    .align-content-wide-around {
        align-content: space-around !important;
    }
    .align-content-wide-stretch {
        align-content: stretch !important;
    }
    .align-self-wide-auto {
        align-self: auto !important;
    }
    .align-self-wide-start {
        align-self: flex-start !important;
    }
    .align-self-wide-end {
        align-self: flex-end !important;
    }
    .align-self-wide-center {
        align-self: center !important;
    }
    .align-self-wide-baseline {
        align-self: baseline !important;
    }
    .align-self-wide-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 375px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 1024px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1440px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
@media (min-width: 1920px) {
    .float-wide-left {
        float: left !important;
    }
    .float-wide-right {
        float: right !important;
    }
    .float-wide-none {
        float: none !important;
    }
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-5 {
    margin: 0.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 0.5rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 0.5rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 0.5rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 0.5rem !important;
}
.m-10 {
    margin: 1rem !important;
}
.mt-10,
.my-10 {
    margin-top: 1rem !important;
}
.mr-10,
.mx-10 {
    margin-right: 1rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 1rem !important;
}
.ml-10,
.mx-10 {
    margin-left: 1rem !important;
}
.m-15 {
    margin: 1.5rem !important;
}
.mt-15,
.my-15 {
    margin-top: 1.5rem !important;
}
.mr-15,
.mx-15 {
    margin-right: 1.5rem !important;
}
.mb-15,
.my-15 {
    margin-bottom: 1.5rem !important;
}
.ml-15,
.mx-15 {
    margin-left: 1.5rem !important;
}
.m-20 {
    margin: 2rem !important;
}
.mt-20,
.my-20 {
    margin-top: 2rem !important;
}
.mr-20,
.mx-20 {
    margin-right: 2rem !important;
}
.mb-20,
.my-20 {
    margin-bottom: 2rem !important;
}
.ml-20,
.mx-20 {
    margin-left: 2rem !important;
}
.m-25 {
    margin: 2.5rem !important;
}
.mt-25,
.my-25 {
    margin-top: 2.5rem !important;
}
.mr-25,
.mx-25 {
    margin-right: 2.5rem !important;
}
.mb-25,
.my-25 {
    margin-bottom: 2.5rem !important;
}
.ml-25,
.mx-25 {
    margin-left: 2.5rem !important;
}
.m-30 {
    margin: 3rem !important;
}
.mt-30,
.my-30 {
    margin-top: 3rem !important;
}
.mr-30,
.mx-30 {
    margin-right: 3rem !important;
}
.mb-30,
.my-30 {
    margin-bottom: 3rem !important;
}
.ml-30,
.mx-30 {
    margin-left: 3rem !important;
}
.m-35 {
    margin: 3.5rem !important;
}
.mt-35,
.my-35 {
    margin-top: 3.5rem !important;
}
.mr-35,
.mx-35 {
    margin-right: 3.5rem !important;
}
.mb-35,
.my-35 {
    margin-bottom: 3.5rem !important;
}
.ml-35,
.mx-35 {
    margin-left: 3.5rem !important;
}
.m-40 {
    margin: 4rem !important;
}
.mt-40,
.my-40 {
    margin-top: 4rem !important;
}
.mr-40,
.mx-40 {
    margin-right: 4rem !important;
}
.mb-40,
.my-40 {
    margin-bottom: 4rem !important;
}
.ml-40,
.mx-40 {
    margin-left: 4rem !important;
}
.m-45 {
    margin: 4.5rem !important;
}
.mt-45,
.my-45 {
    margin-top: 4.5rem !important;
}
.mr-45,
.mx-45 {
    margin-right: 4.5rem !important;
}
.mb-45,
.my-45 {
    margin-bottom: 4.5rem !important;
}
.ml-45,
.mx-45 {
    margin-left: 4.5rem !important;
}
.m-50 {
    margin: 5rem !important;
}
.mt-50,
.my-50 {
    margin-top: 5rem !important;
}
.mr-50,
.mx-50 {
    margin-right: 5rem !important;
}
.mb-50,
.my-50 {
    margin-bottom: 5rem !important;
}
.ml-50,
.mx-50 {
    margin-left: 5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-5 {
    padding: 0.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 0.5rem !important;
}
.pr-5,
.px-5 {
    padding-right: 0.5rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 0.5rem !important;
}
.pl-5,
.px-5 {
    padding-left: 0.5rem !important;
}
.p-10 {
    padding: 1rem !important;
}
.pt-10,
.py-10 {
    padding-top: 1rem !important;
}
.pr-10,
.px-10 {
    padding-right: 1rem !important;
}
.pb-10,
.py-10 {
    padding-bottom: 1rem !important;
}
.pl-10,
.px-10 {
    padding-left: 1rem !important;
}
.p-15 {
    padding: 1.5rem !important;
}
.pt-15,
.py-15 {
    padding-top: 1.5rem !important;
}
.pr-15,
.px-15 {
    padding-right: 1.5rem !important;
}
.pb-15,
.py-15 {
    padding-bottom: 1.5rem !important;
}
.pl-15,
.px-15 {
    padding-left: 1.5rem !important;
}
.p-20 {
    padding: 2rem !important;
}
.pt-20,
.py-20 {
    padding-top: 2rem !important;
}
.pr-20,
.px-20 {
    padding-right: 2rem !important;
}
.pb-20,
.py-20 {
    padding-bottom: 2rem !important;
}
.pl-20,
.px-20 {
    padding-left: 2rem !important;
}
.p-25 {
    padding: 2.5rem !important;
}
.pt-25,
.py-25 {
    padding-top: 2.5rem !important;
}
.pr-25,
.px-25 {
    padding-right: 2.5rem !important;
}
.pb-25,
.py-25 {
    padding-bottom: 2.5rem !important;
}
.pl-25,
.px-25 {
    padding-left: 2.5rem !important;
}
.p-30 {
    padding: 3rem !important;
}
.pt-30,
.py-30 {
    padding-top: 3rem !important;
}
.pr-30,
.px-30 {
    padding-right: 3rem !important;
}
.pb-30,
.py-30 {
    padding-bottom: 3rem !important;
}
.pl-30,
.px-30 {
    padding-left: 3rem !important;
}
.p-35 {
    padding: 3.5rem !important;
}
.pt-35,
.py-35 {
    padding-top: 3.5rem !important;
}
.pr-35,
.px-35 {
    padding-right: 3.5rem !important;
}
.pb-35,
.py-35 {
    padding-bottom: 3.5rem !important;
}
.pl-35,
.px-35 {
    padding-left: 3.5rem !important;
}
.p-40 {
    padding: 4rem !important;
}
.pt-40,
.py-40 {
    padding-top: 4rem !important;
}
.pr-40,
.px-40 {
    padding-right: 4rem !important;
}
.pb-40,
.py-40 {
    padding-bottom: 4rem !important;
}
.pl-40,
.px-40 {
    padding-left: 4rem !important;
}
.p-45 {
    padding: 4.5rem !important;
}
.pt-45,
.py-45 {
    padding-top: 4.5rem !important;
}
.pr-45,
.px-45 {
    padding-right: 4.5rem !important;
}
.pb-45,
.py-45 {
    padding-bottom: 4.5rem !important;
}
.pl-45,
.px-45 {
    padding-left: 4.5rem !important;
}
.p-50 {
    padding: 5rem !important;
}
.pt-50,
.py-50 {
    padding-top: 5rem !important;
}
.pr-50,
.px-50 {
    padding-right: 5rem !important;
}
.pb-50,
.py-50 {
    padding-bottom: 5rem !important;
}
.pl-50,
.px-50 {
    padding-left: 5rem !important;
}
.m-n5 {
    margin: -0.5rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -0.5rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -0.5rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -0.5rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -0.5rem !important;
}
.m-n10 {
    margin: -1rem !important;
}
.mt-n10,
.my-n10 {
    margin-top: -1rem !important;
}
.mr-n10,
.mx-n10 {
    margin-right: -1rem !important;
}
.mb-n10,
.my-n10 {
    margin-bottom: -1rem !important;
}
.ml-n10,
.mx-n10 {
    margin-left: -1rem !important;
}
.m-n15 {
    margin: -1.5rem !important;
}
.mt-n15,
.my-n15 {
    margin-top: -1.5rem !important;
}
.mr-n15,
.mx-n15 {
    margin-right: -1.5rem !important;
}
.mb-n15,
.my-n15 {
    margin-bottom: -1.5rem !important;
}
.ml-n15,
.mx-n15 {
    margin-left: -1.5rem !important;
}
.m-n20 {
    margin: -2rem !important;
}
.mt-n20,
.my-n20 {
    margin-top: -2rem !important;
}
.mr-n20,
.mx-n20 {
    margin-right: -2rem !important;
}
.mb-n20,
.my-n20 {
    margin-bottom: -2rem !important;
}
.ml-n20,
.mx-n20 {
    margin-left: -2rem !important;
}
.m-n25 {
    margin: -2.5rem !important;
}
.mt-n25,
.my-n25 {
    margin-top: -2.5rem !important;
}
.mr-n25,
.mx-n25 {
    margin-right: -2.5rem !important;
}
.mb-n25,
.my-n25 {
    margin-bottom: -2.5rem !important;
}
.ml-n25,
.mx-n25 {
    margin-left: -2.5rem !important;
}
.m-n30 {
    margin: -3rem !important;
}
.mt-n30,
.my-n30 {
    margin-top: -3rem !important;
}
.mr-n30,
.mx-n30 {
    margin-right: -3rem !important;
}
.mb-n30,
.my-n30 {
    margin-bottom: -3rem !important;
}
.ml-n30,
.mx-n30 {
    margin-left: -3rem !important;
}
.m-n35 {
    margin: -3.5rem !important;
}
.mt-n35,
.my-n35 {
    margin-top: -3.5rem !important;
}
.mr-n35,
.mx-n35 {
    margin-right: -3.5rem !important;
}
.mb-n35,
.my-n35 {
    margin-bottom: -3.5rem !important;
}
.ml-n35,
.mx-n35 {
    margin-left: -3.5rem !important;
}
.m-n40 {
    margin: -4rem !important;
}
.mt-n40,
.my-n40 {
    margin-top: -4rem !important;
}
.mr-n40,
.mx-n40 {
    margin-right: -4rem !important;
}
.mb-n40,
.my-n40 {
    margin-bottom: -4rem !important;
}
.ml-n40,
.mx-n40 {
    margin-left: -4rem !important;
}
.m-n45 {
    margin: -4.5rem !important;
}
.mt-n45,
.my-n45 {
    margin-top: -4.5rem !important;
}
.mr-n45,
.mx-n45 {
    margin-right: -4.5rem !important;
}
.mb-n45,
.my-n45 {
    margin-bottom: -4.5rem !important;
}
.ml-n45,
.mx-n45 {
    margin-left: -4.5rem !important;
}
.m-n50 {
    margin: -5rem !important;
}
.mt-n50,
.my-n50 {
    margin-top: -5rem !important;
}
.mr-n50,
.mx-n50 {
    margin-right: -5rem !important;
}
.mb-n50,
.my-n50 {
    margin-bottom: -5rem !important;
}
.ml-n50,
.mx-n50 {
    margin-left: -5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 375px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-5 {
        margin: 0.5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 0.5rem !important;
    }
    .m-sm-10 {
        margin: 1rem !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 1rem !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 1rem !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 1rem !important;
    }
    .m-sm-15 {
        margin: 1.5rem !important;
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 1.5rem !important;
    }
    .m-sm-20 {
        margin: 2rem !important;
    }
    .mt-sm-20,
    .my-sm-20 {
        margin-top: 2rem !important;
    }
    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 2rem !important;
    }
    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 2rem !important;
    }
    .m-sm-25 {
        margin: 2.5rem !important;
    }
    .mt-sm-25,
    .my-sm-25 {
        margin-top: 2.5rem !important;
    }
    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 2.5rem !important;
    }
    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 2.5rem !important;
    }
    .m-sm-30 {
        margin: 3rem !important;
    }
    .mt-sm-30,
    .my-sm-30 {
        margin-top: 3rem !important;
    }
    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 3rem !important;
    }
    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 3rem !important;
    }
    .m-sm-35 {
        margin: 3.5rem !important;
    }
    .mt-sm-35,
    .my-sm-35 {
        margin-top: 3.5rem !important;
    }
    .mr-sm-35,
    .mx-sm-35 {
        margin-right: 3.5rem !important;
    }
    .mb-sm-35,
    .my-sm-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-sm-35,
    .mx-sm-35 {
        margin-left: 3.5rem !important;
    }
    .m-sm-40 {
        margin: 4rem !important;
    }
    .mt-sm-40,
    .my-sm-40 {
        margin-top: 4rem !important;
    }
    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 4rem !important;
    }
    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 4rem !important;
    }
    .m-sm-45 {
        margin: 4.5rem !important;
    }
    .mt-sm-45,
    .my-sm-45 {
        margin-top: 4.5rem !important;
    }
    .mr-sm-45,
    .mx-sm-45 {
        margin-right: 4.5rem !important;
    }
    .mb-sm-45,
    .my-sm-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-sm-45,
    .mx-sm-45 {
        margin-left: 4.5rem !important;
    }
    .m-sm-50 {
        margin: 5rem !important;
    }
    .mt-sm-50,
    .my-sm-50 {
        margin-top: 5rem !important;
    }
    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 5rem !important;
    }
    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 5rem !important;
    }
    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 5rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-5 {
        padding: 0.5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 0.5rem !important;
    }
    .p-sm-10 {
        padding: 1rem !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 1rem !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 1rem !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 1rem !important;
    }
    .p-sm-15 {
        padding: 1.5rem !important;
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 1.5rem !important;
    }
    .p-sm-20 {
        padding: 2rem !important;
    }
    .pt-sm-20,
    .py-sm-20 {
        padding-top: 2rem !important;
    }
    .pr-sm-20,
    .px-sm-20 {
        padding-right: 2rem !important;
    }
    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-20,
    .px-sm-20 {
        padding-left: 2rem !important;
    }
    .p-sm-25 {
        padding: 2.5rem !important;
    }
    .pt-sm-25,
    .py-sm-25 {
        padding-top: 2.5rem !important;
    }
    .pr-sm-25,
    .px-sm-25 {
        padding-right: 2.5rem !important;
    }
    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-sm-25,
    .px-sm-25 {
        padding-left: 2.5rem !important;
    }
    .p-sm-30 {
        padding: 3rem !important;
    }
    .pt-sm-30,
    .py-sm-30 {
        padding-top: 3rem !important;
    }
    .pr-sm-30,
    .px-sm-30 {
        padding-right: 3rem !important;
    }
    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-30,
    .px-sm-30 {
        padding-left: 3rem !important;
    }
    .p-sm-35 {
        padding: 3.5rem !important;
    }
    .pt-sm-35,
    .py-sm-35 {
        padding-top: 3.5rem !important;
    }
    .pr-sm-35,
    .px-sm-35 {
        padding-right: 3.5rem !important;
    }
    .pb-sm-35,
    .py-sm-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-sm-35,
    .px-sm-35 {
        padding-left: 3.5rem !important;
    }
    .p-sm-40 {
        padding: 4rem !important;
    }
    .pt-sm-40,
    .py-sm-40 {
        padding-top: 4rem !important;
    }
    .pr-sm-40,
    .px-sm-40 {
        padding-right: 4rem !important;
    }
    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-40,
    .px-sm-40 {
        padding-left: 4rem !important;
    }
    .p-sm-45 {
        padding: 4.5rem !important;
    }
    .pt-sm-45,
    .py-sm-45 {
        padding-top: 4.5rem !important;
    }
    .pr-sm-45,
    .px-sm-45 {
        padding-right: 4.5rem !important;
    }
    .pb-sm-45,
    .py-sm-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-sm-45,
    .px-sm-45 {
        padding-left: 4.5rem !important;
    }
    .p-sm-50 {
        padding: 5rem !important;
    }
    .pt-sm-50,
    .py-sm-50 {
        padding-top: 5rem !important;
    }
    .pr-sm-50,
    .px-sm-50 {
        padding-right: 5rem !important;
    }
    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 5rem !important;
    }
    .pl-sm-50,
    .px-sm-50 {
        padding-left: 5rem !important;
    }
    .m-sm-n5 {
        margin: -0.5rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n10 {
        margin: -1rem !important;
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -1rem !important;
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -1rem !important;
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -1rem !important;
    }
    .m-sm-n15 {
        margin: -1.5rem !important;
    }
    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n20 {
        margin: -2rem !important;
    }
    .mt-sm-n20,
    .my-sm-n20 {
        margin-top: -2rem !important;
    }
    .mr-sm-n20,
    .mx-sm-n20 {
        margin-right: -2rem !important;
    }
    .mb-sm-n20,
    .my-sm-n20 {
        margin-bottom: -2rem !important;
    }
    .ml-sm-n20,
    .mx-sm-n20 {
        margin-left: -2rem !important;
    }
    .m-sm-n25 {
        margin: -2.5rem !important;
    }
    .mt-sm-n25,
    .my-sm-n25 {
        margin-top: -2.5rem !important;
    }
    .mr-sm-n25,
    .mx-sm-n25 {
        margin-right: -2.5rem !important;
    }
    .mb-sm-n25,
    .my-sm-n25 {
        margin-bottom: -2.5rem !important;
    }
    .ml-sm-n25,
    .mx-sm-n25 {
        margin-left: -2.5rem !important;
    }
    .m-sm-n30 {
        margin: -3rem !important;
    }
    .mt-sm-n30,
    .my-sm-n30 {
        margin-top: -3rem !important;
    }
    .mr-sm-n30,
    .mx-sm-n30 {
        margin-right: -3rem !important;
    }
    .mb-sm-n30,
    .my-sm-n30 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n30,
    .mx-sm-n30 {
        margin-left: -3rem !important;
    }
    .m-sm-n35 {
        margin: -3.5rem !important;
    }
    .mt-sm-n35,
    .my-sm-n35 {
        margin-top: -3.5rem !important;
    }
    .mr-sm-n35,
    .mx-sm-n35 {
        margin-right: -3.5rem !important;
    }
    .mb-sm-n35,
    .my-sm-n35 {
        margin-bottom: -3.5rem !important;
    }
    .ml-sm-n35,
    .mx-sm-n35 {
        margin-left: -3.5rem !important;
    }
    .m-sm-n40 {
        margin: -4rem !important;
    }
    .mt-sm-n40,
    .my-sm-n40 {
        margin-top: -4rem !important;
    }
    .mr-sm-n40,
    .mx-sm-n40 {
        margin-right: -4rem !important;
    }
    .mb-sm-n40,
    .my-sm-n40 {
        margin-bottom: -4rem !important;
    }
    .ml-sm-n40,
    .mx-sm-n40 {
        margin-left: -4rem !important;
    }
    .m-sm-n45 {
        margin: -4.5rem !important;
    }
    .mt-sm-n45,
    .my-sm-n45 {
        margin-top: -4.5rem !important;
    }
    .mr-sm-n45,
    .mx-sm-n45 {
        margin-right: -4.5rem !important;
    }
    .mb-sm-n45,
    .my-sm-n45 {
        margin-bottom: -4.5rem !important;
    }
    .ml-sm-n45,
    .mx-sm-n45 {
        margin-left: -4.5rem !important;
    }
    .m-sm-n50 {
        margin: -5rem !important;
    }
    .mt-sm-n50,
    .my-sm-n50 {
        margin-top: -5rem !important;
    }
    .mr-sm-n50,
    .mx-sm-n50 {
        margin-right: -5rem !important;
    }
    .mb-sm-n50,
    .my-sm-n50 {
        margin-bottom: -5rem !important;
    }
    .ml-sm-n50,
    .mx-sm-n50 {
        margin-left: -5rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-5 {
        margin: 0.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 0.5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 0.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 0.5rem !important;
    }
    .m-md-10 {
        margin: 1rem !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 1rem !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 1rem !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 1rem !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 1rem !important;
    }
    .m-md-15 {
        margin: 1.5rem !important;
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 1.5rem !important;
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 1.5rem !important;
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 1.5rem !important;
    }
    .m-md-20 {
        margin: 2rem !important;
    }
    .mt-md-20,
    .my-md-20 {
        margin-top: 2rem !important;
    }
    .mr-md-20,
    .mx-md-20 {
        margin-right: 2rem !important;
    }
    .mb-md-20,
    .my-md-20 {
        margin-bottom: 2rem !important;
    }
    .ml-md-20,
    .mx-md-20 {
        margin-left: 2rem !important;
    }
    .m-md-25 {
        margin: 2.5rem !important;
    }
    .mt-md-25,
    .my-md-25 {
        margin-top: 2.5rem !important;
    }
    .mr-md-25,
    .mx-md-25 {
        margin-right: 2.5rem !important;
    }
    .mb-md-25,
    .my-md-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-md-25,
    .mx-md-25 {
        margin-left: 2.5rem !important;
    }
    .m-md-30 {
        margin: 3rem !important;
    }
    .mt-md-30,
    .my-md-30 {
        margin-top: 3rem !important;
    }
    .mr-md-30,
    .mx-md-30 {
        margin-right: 3rem !important;
    }
    .mb-md-30,
    .my-md-30 {
        margin-bottom: 3rem !important;
    }
    .ml-md-30,
    .mx-md-30 {
        margin-left: 3rem !important;
    }
    .m-md-35 {
        margin: 3.5rem !important;
    }
    .mt-md-35,
    .my-md-35 {
        margin-top: 3.5rem !important;
    }
    .mr-md-35,
    .mx-md-35 {
        margin-right: 3.5rem !important;
    }
    .mb-md-35,
    .my-md-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-md-35,
    .mx-md-35 {
        margin-left: 3.5rem !important;
    }
    .m-md-40 {
        margin: 4rem !important;
    }
    .mt-md-40,
    .my-md-40 {
        margin-top: 4rem !important;
    }
    .mr-md-40,
    .mx-md-40 {
        margin-right: 4rem !important;
    }
    .mb-md-40,
    .my-md-40 {
        margin-bottom: 4rem !important;
    }
    .ml-md-40,
    .mx-md-40 {
        margin-left: 4rem !important;
    }
    .m-md-45 {
        margin: 4.5rem !important;
    }
    .mt-md-45,
    .my-md-45 {
        margin-top: 4.5rem !important;
    }
    .mr-md-45,
    .mx-md-45 {
        margin-right: 4.5rem !important;
    }
    .mb-md-45,
    .my-md-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-md-45,
    .mx-md-45 {
        margin-left: 4.5rem !important;
    }
    .m-md-50 {
        margin: 5rem !important;
    }
    .mt-md-50,
    .my-md-50 {
        margin-top: 5rem !important;
    }
    .mr-md-50,
    .mx-md-50 {
        margin-right: 5rem !important;
    }
    .mb-md-50,
    .my-md-50 {
        margin-bottom: 5rem !important;
    }
    .ml-md-50,
    .mx-md-50 {
        margin-left: 5rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-5 {
        padding: 0.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 0.5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 0.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 0.5rem !important;
    }
    .p-md-10 {
        padding: 1rem !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 1rem !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 1rem !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 1rem !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 1rem !important;
    }
    .p-md-15 {
        padding: 1.5rem !important;
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 1.5rem !important;
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 1.5rem !important;
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 1.5rem !important;
    }
    .p-md-20 {
        padding: 2rem !important;
    }
    .pt-md-20,
    .py-md-20 {
        padding-top: 2rem !important;
    }
    .pr-md-20,
    .px-md-20 {
        padding-right: 2rem !important;
    }
    .pb-md-20,
    .py-md-20 {
        padding-bottom: 2rem !important;
    }
    .pl-md-20,
    .px-md-20 {
        padding-left: 2rem !important;
    }
    .p-md-25 {
        padding: 2.5rem !important;
    }
    .pt-md-25,
    .py-md-25 {
        padding-top: 2.5rem !important;
    }
    .pr-md-25,
    .px-md-25 {
        padding-right: 2.5rem !important;
    }
    .pb-md-25,
    .py-md-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-md-25,
    .px-md-25 {
        padding-left: 2.5rem !important;
    }
    .p-md-30 {
        padding: 3rem !important;
    }
    .pt-md-30,
    .py-md-30 {
        padding-top: 3rem !important;
    }
    .pr-md-30,
    .px-md-30 {
        padding-right: 3rem !important;
    }
    .pb-md-30,
    .py-md-30 {
        padding-bottom: 3rem !important;
    }
    .pl-md-30,
    .px-md-30 {
        padding-left: 3rem !important;
    }
    .p-md-35 {
        padding: 3.5rem !important;
    }
    .pt-md-35,
    .py-md-35 {
        padding-top: 3.5rem !important;
    }
    .pr-md-35,
    .px-md-35 {
        padding-right: 3.5rem !important;
    }
    .pb-md-35,
    .py-md-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-md-35,
    .px-md-35 {
        padding-left: 3.5rem !important;
    }
    .p-md-40 {
        padding: 4rem !important;
    }
    .pt-md-40,
    .py-md-40 {
        padding-top: 4rem !important;
    }
    .pr-md-40,
    .px-md-40 {
        padding-right: 4rem !important;
    }
    .pb-md-40,
    .py-md-40 {
        padding-bottom: 4rem !important;
    }
    .pl-md-40,
    .px-md-40 {
        padding-left: 4rem !important;
    }
    .p-md-45 {
        padding: 4.5rem !important;
    }
    .pt-md-45,
    .py-md-45 {
        padding-top: 4.5rem !important;
    }
    .pr-md-45,
    .px-md-45 {
        padding-right: 4.5rem !important;
    }
    .pb-md-45,
    .py-md-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-md-45,
    .px-md-45 {
        padding-left: 4.5rem !important;
    }
    .p-md-50 {
        padding: 5rem !important;
    }
    .pt-md-50,
    .py-md-50 {
        padding-top: 5rem !important;
    }
    .pr-md-50,
    .px-md-50 {
        padding-right: 5rem !important;
    }
    .pb-md-50,
    .py-md-50 {
        padding-bottom: 5rem !important;
    }
    .pl-md-50,
    .px-md-50 {
        padding-left: 5rem !important;
    }
    .m-md-n5 {
        margin: -0.5rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -0.5rem !important;
    }
    .m-md-n10 {
        margin: -1rem !important;
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -1rem !important;
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -1rem !important;
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -1rem !important;
    }
    .m-md-n15 {
        margin: -1.5rem !important;
    }
    .mt-md-n15,
    .my-md-n15 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -1.5rem !important;
    }
    .m-md-n20 {
        margin: -2rem !important;
    }
    .mt-md-n20,
    .my-md-n20 {
        margin-top: -2rem !important;
    }
    .mr-md-n20,
    .mx-md-n20 {
        margin-right: -2rem !important;
    }
    .mb-md-n20,
    .my-md-n20 {
        margin-bottom: -2rem !important;
    }
    .ml-md-n20,
    .mx-md-n20 {
        margin-left: -2rem !important;
    }
    .m-md-n25 {
        margin: -2.5rem !important;
    }
    .mt-md-n25,
    .my-md-n25 {
        margin-top: -2.5rem !important;
    }
    .mr-md-n25,
    .mx-md-n25 {
        margin-right: -2.5rem !important;
    }
    .mb-md-n25,
    .my-md-n25 {
        margin-bottom: -2.5rem !important;
    }
    .ml-md-n25,
    .mx-md-n25 {
        margin-left: -2.5rem !important;
    }
    .m-md-n30 {
        margin: -3rem !important;
    }
    .mt-md-n30,
    .my-md-n30 {
        margin-top: -3rem !important;
    }
    .mr-md-n30,
    .mx-md-n30 {
        margin-right: -3rem !important;
    }
    .mb-md-n30,
    .my-md-n30 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n30,
    .mx-md-n30 {
        margin-left: -3rem !important;
    }
    .m-md-n35 {
        margin: -3.5rem !important;
    }
    .mt-md-n35,
    .my-md-n35 {
        margin-top: -3.5rem !important;
    }
    .mr-md-n35,
    .mx-md-n35 {
        margin-right: -3.5rem !important;
    }
    .mb-md-n35,
    .my-md-n35 {
        margin-bottom: -3.5rem !important;
    }
    .ml-md-n35,
    .mx-md-n35 {
        margin-left: -3.5rem !important;
    }
    .m-md-n40 {
        margin: -4rem !important;
    }
    .mt-md-n40,
    .my-md-n40 {
        margin-top: -4rem !important;
    }
    .mr-md-n40,
    .mx-md-n40 {
        margin-right: -4rem !important;
    }
    .mb-md-n40,
    .my-md-n40 {
        margin-bottom: -4rem !important;
    }
    .ml-md-n40,
    .mx-md-n40 {
        margin-left: -4rem !important;
    }
    .m-md-n45 {
        margin: -4.5rem !important;
    }
    .mt-md-n45,
    .my-md-n45 {
        margin-top: -4.5rem !important;
    }
    .mr-md-n45,
    .mx-md-n45 {
        margin-right: -4.5rem !important;
    }
    .mb-md-n45,
    .my-md-n45 {
        margin-bottom: -4.5rem !important;
    }
    .ml-md-n45,
    .mx-md-n45 {
        margin-left: -4.5rem !important;
    }
    .m-md-n50 {
        margin: -5rem !important;
    }
    .mt-md-n50,
    .my-md-n50 {
        margin-top: -5rem !important;
    }
    .mr-md-n50,
    .mx-md-n50 {
        margin-right: -5rem !important;
    }
    .mb-md-n50,
    .my-md-n50 {
        margin-bottom: -5rem !important;
    }
    .ml-md-n50,
    .mx-md-n50 {
        margin-left: -5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-5 {
        margin: 0.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 0.5rem !important;
    }
    .m-lg-10 {
        margin: 1rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 1rem !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 1rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 1rem !important;
    }
    .m-lg-15 {
        margin: 1.5rem !important;
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 1.5rem !important;
    }
    .m-lg-20 {
        margin: 2rem !important;
    }
    .mt-lg-20,
    .my-lg-20 {
        margin-top: 2rem !important;
    }
    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 2rem !important;
    }
    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 2rem !important;
    }
    .m-lg-25 {
        margin: 2.5rem !important;
    }
    .mt-lg-25,
    .my-lg-25 {
        margin-top: 2.5rem !important;
    }
    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 2.5rem !important;
    }
    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 2.5rem !important;
    }
    .m-lg-30 {
        margin: 3rem !important;
    }
    .mt-lg-30,
    .my-lg-30 {
        margin-top: 3rem !important;
    }
    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 3rem !important;
    }
    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 3rem !important;
    }
    .m-lg-35 {
        margin: 3.5rem !important;
    }
    .mt-lg-35,
    .my-lg-35 {
        margin-top: 3.5rem !important;
    }
    .mr-lg-35,
    .mx-lg-35 {
        margin-right: 3.5rem !important;
    }
    .mb-lg-35,
    .my-lg-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-lg-35,
    .mx-lg-35 {
        margin-left: 3.5rem !important;
    }
    .m-lg-40 {
        margin: 4rem !important;
    }
    .mt-lg-40,
    .my-lg-40 {
        margin-top: 4rem !important;
    }
    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 4rem !important;
    }
    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 4rem !important;
    }
    .m-lg-45 {
        margin: 4.5rem !important;
    }
    .mt-lg-45,
    .my-lg-45 {
        margin-top: 4.5rem !important;
    }
    .mr-lg-45,
    .mx-lg-45 {
        margin-right: 4.5rem !important;
    }
    .mb-lg-45,
    .my-lg-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-lg-45,
    .mx-lg-45 {
        margin-left: 4.5rem !important;
    }
    .m-lg-50 {
        margin: 5rem !important;
    }
    .mt-lg-50,
    .my-lg-50 {
        margin-top: 5rem !important;
    }
    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 5rem !important;
    }
    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 5rem !important;
    }
    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 5rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-5 {
        padding: 0.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 0.5rem !important;
    }
    .p-lg-10 {
        padding: 1rem !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 1rem !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 1rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 1rem !important;
    }
    .p-lg-15 {
        padding: 1.5rem !important;
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 1.5rem !important;
    }
    .p-lg-20 {
        padding: 2rem !important;
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 2rem !important;
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 2rem !important;
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 2rem !important;
    }
    .p-lg-25 {
        padding: 2.5rem !important;
    }
    .pt-lg-25,
    .py-lg-25 {
        padding-top: 2.5rem !important;
    }
    .pr-lg-25,
    .px-lg-25 {
        padding-right: 2.5rem !important;
    }
    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-lg-25,
    .px-lg-25 {
        padding-left: 2.5rem !important;
    }
    .p-lg-30 {
        padding: 3rem !important;
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 3rem !important;
    }
    .pr-lg-30,
    .px-lg-30 {
        padding-right: 3rem !important;
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-30,
    .px-lg-30 {
        padding-left: 3rem !important;
    }
    .p-lg-35 {
        padding: 3.5rem !important;
    }
    .pt-lg-35,
    .py-lg-35 {
        padding-top: 3.5rem !important;
    }
    .pr-lg-35,
    .px-lg-35 {
        padding-right: 3.5rem !important;
    }
    .pb-lg-35,
    .py-lg-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-lg-35,
    .px-lg-35 {
        padding-left: 3.5rem !important;
    }
    .p-lg-40 {
        padding: 4rem !important;
    }
    .pt-lg-40,
    .py-lg-40 {
        padding-top: 4rem !important;
    }
    .pr-lg-40,
    .px-lg-40 {
        padding-right: 4rem !important;
    }
    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-40,
    .px-lg-40 {
        padding-left: 4rem !important;
    }
    .p-lg-45 {
        padding: 4.5rem !important;
    }
    .pt-lg-45,
    .py-lg-45 {
        padding-top: 4.5rem !important;
    }
    .pr-lg-45,
    .px-lg-45 {
        padding-right: 4.5rem !important;
    }
    .pb-lg-45,
    .py-lg-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-lg-45,
    .px-lg-45 {
        padding-left: 4.5rem !important;
    }
    .p-lg-50 {
        padding: 5rem !important;
    }
    .pt-lg-50,
    .py-lg-50 {
        padding-top: 5rem !important;
    }
    .pr-lg-50,
    .px-lg-50 {
        padding-right: 5rem !important;
    }
    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 5rem !important;
    }
    .pl-lg-50,
    .px-lg-50 {
        padding-left: 5rem !important;
    }
    .m-lg-n5 {
        margin: -0.5rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n10 {
        margin: -1rem !important;
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -1rem !important;
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -1rem !important;
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -1rem !important;
    }
    .m-lg-n15 {
        margin: -1.5rem !important;
    }
    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n20 {
        margin: -2rem !important;
    }
    .mt-lg-n20,
    .my-lg-n20 {
        margin-top: -2rem !important;
    }
    .mr-lg-n20,
    .mx-lg-n20 {
        margin-right: -2rem !important;
    }
    .mb-lg-n20,
    .my-lg-n20 {
        margin-bottom: -2rem !important;
    }
    .ml-lg-n20,
    .mx-lg-n20 {
        margin-left: -2rem !important;
    }
    .m-lg-n25 {
        margin: -2.5rem !important;
    }
    .mt-lg-n25,
    .my-lg-n25 {
        margin-top: -2.5rem !important;
    }
    .mr-lg-n25,
    .mx-lg-n25 {
        margin-right: -2.5rem !important;
    }
    .mb-lg-n25,
    .my-lg-n25 {
        margin-bottom: -2.5rem !important;
    }
    .ml-lg-n25,
    .mx-lg-n25 {
        margin-left: -2.5rem !important;
    }
    .m-lg-n30 {
        margin: -3rem !important;
    }
    .mt-lg-n30,
    .my-lg-n30 {
        margin-top: -3rem !important;
    }
    .mr-lg-n30,
    .mx-lg-n30 {
        margin-right: -3rem !important;
    }
    .mb-lg-n30,
    .my-lg-n30 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n30,
    .mx-lg-n30 {
        margin-left: -3rem !important;
    }
    .m-lg-n35 {
        margin: -3.5rem !important;
    }
    .mt-lg-n35,
    .my-lg-n35 {
        margin-top: -3.5rem !important;
    }
    .mr-lg-n35,
    .mx-lg-n35 {
        margin-right: -3.5rem !important;
    }
    .mb-lg-n35,
    .my-lg-n35 {
        margin-bottom: -3.5rem !important;
    }
    .ml-lg-n35,
    .mx-lg-n35 {
        margin-left: -3.5rem !important;
    }
    .m-lg-n40 {
        margin: -4rem !important;
    }
    .mt-lg-n40,
    .my-lg-n40 {
        margin-top: -4rem !important;
    }
    .mr-lg-n40,
    .mx-lg-n40 {
        margin-right: -4rem !important;
    }
    .mb-lg-n40,
    .my-lg-n40 {
        margin-bottom: -4rem !important;
    }
    .ml-lg-n40,
    .mx-lg-n40 {
        margin-left: -4rem !important;
    }
    .m-lg-n45 {
        margin: -4.5rem !important;
    }
    .mt-lg-n45,
    .my-lg-n45 {
        margin-top: -4.5rem !important;
    }
    .mr-lg-n45,
    .mx-lg-n45 {
        margin-right: -4.5rem !important;
    }
    .mb-lg-n45,
    .my-lg-n45 {
        margin-bottom: -4.5rem !important;
    }
    .ml-lg-n45,
    .mx-lg-n45 {
        margin-left: -4.5rem !important;
    }
    .m-lg-n50 {
        margin: -5rem !important;
    }
    .mt-lg-n50,
    .my-lg-n50 {
        margin-top: -5rem !important;
    }
    .mr-lg-n50,
    .mx-lg-n50 {
        margin-right: -5rem !important;
    }
    .mb-lg-n50,
    .my-lg-n50 {
        margin-bottom: -5rem !important;
    }
    .ml-lg-n50,
    .mx-lg-n50 {
        margin-left: -5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1440px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-5 {
        margin: 0.5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 0.5rem !important;
    }
    .m-xl-10 {
        margin: 1rem !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 1rem !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 1rem !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 1rem !important;
    }
    .m-xl-15 {
        margin: 1.5rem !important;
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 1.5rem !important;
    }
    .m-xl-20 {
        margin: 2rem !important;
    }
    .mt-xl-20,
    .my-xl-20 {
        margin-top: 2rem !important;
    }
    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 2rem !important;
    }
    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 2rem !important;
    }
    .m-xl-25 {
        margin: 2.5rem !important;
    }
    .mt-xl-25,
    .my-xl-25 {
        margin-top: 2.5rem !important;
    }
    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 2.5rem !important;
    }
    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 2.5rem !important;
    }
    .m-xl-30 {
        margin: 3rem !important;
    }
    .mt-xl-30,
    .my-xl-30 {
        margin-top: 3rem !important;
    }
    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 3rem !important;
    }
    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 3rem !important;
    }
    .m-xl-35 {
        margin: 3.5rem !important;
    }
    .mt-xl-35,
    .my-xl-35 {
        margin-top: 3.5rem !important;
    }
    .mr-xl-35,
    .mx-xl-35 {
        margin-right: 3.5rem !important;
    }
    .mb-xl-35,
    .my-xl-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-xl-35,
    .mx-xl-35 {
        margin-left: 3.5rem !important;
    }
    .m-xl-40 {
        margin: 4rem !important;
    }
    .mt-xl-40,
    .my-xl-40 {
        margin-top: 4rem !important;
    }
    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 4rem !important;
    }
    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 4rem !important;
    }
    .m-xl-45 {
        margin: 4.5rem !important;
    }
    .mt-xl-45,
    .my-xl-45 {
        margin-top: 4.5rem !important;
    }
    .mr-xl-45,
    .mx-xl-45 {
        margin-right: 4.5rem !important;
    }
    .mb-xl-45,
    .my-xl-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-xl-45,
    .mx-xl-45 {
        margin-left: 4.5rem !important;
    }
    .m-xl-50 {
        margin: 5rem !important;
    }
    .mt-xl-50,
    .my-xl-50 {
        margin-top: 5rem !important;
    }
    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 5rem !important;
    }
    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 5rem !important;
    }
    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 5rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-5 {
        padding: 0.5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 0.5rem !important;
    }
    .p-xl-10 {
        padding: 1rem !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 1rem !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 1rem !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 1rem !important;
    }
    .p-xl-15 {
        padding: 1.5rem !important;
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 1.5rem !important;
    }
    .p-xl-20 {
        padding: 2rem !important;
    }
    .pt-xl-20,
    .py-xl-20 {
        padding-top: 2rem !important;
    }
    .pr-xl-20,
    .px-xl-20 {
        padding-right: 2rem !important;
    }
    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-20,
    .px-xl-20 {
        padding-left: 2rem !important;
    }
    .p-xl-25 {
        padding: 2.5rem !important;
    }
    .pt-xl-25,
    .py-xl-25 {
        padding-top: 2.5rem !important;
    }
    .pr-xl-25,
    .px-xl-25 {
        padding-right: 2.5rem !important;
    }
    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-xl-25,
    .px-xl-25 {
        padding-left: 2.5rem !important;
    }
    .p-xl-30 {
        padding: 3rem !important;
    }
    .pt-xl-30,
    .py-xl-30 {
        padding-top: 3rem !important;
    }
    .pr-xl-30,
    .px-xl-30 {
        padding-right: 3rem !important;
    }
    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-30,
    .px-xl-30 {
        padding-left: 3rem !important;
    }
    .p-xl-35 {
        padding: 3.5rem !important;
    }
    .pt-xl-35,
    .py-xl-35 {
        padding-top: 3.5rem !important;
    }
    .pr-xl-35,
    .px-xl-35 {
        padding-right: 3.5rem !important;
    }
    .pb-xl-35,
    .py-xl-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-xl-35,
    .px-xl-35 {
        padding-left: 3.5rem !important;
    }
    .p-xl-40 {
        padding: 4rem !important;
    }
    .pt-xl-40,
    .py-xl-40 {
        padding-top: 4rem !important;
    }
    .pr-xl-40,
    .px-xl-40 {
        padding-right: 4rem !important;
    }
    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-40,
    .px-xl-40 {
        padding-left: 4rem !important;
    }
    .p-xl-45 {
        padding: 4.5rem !important;
    }
    .pt-xl-45,
    .py-xl-45 {
        padding-top: 4.5rem !important;
    }
    .pr-xl-45,
    .px-xl-45 {
        padding-right: 4.5rem !important;
    }
    .pb-xl-45,
    .py-xl-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-xl-45,
    .px-xl-45 {
        padding-left: 4.5rem !important;
    }
    .p-xl-50 {
        padding: 5rem !important;
    }
    .pt-xl-50,
    .py-xl-50 {
        padding-top: 5rem !important;
    }
    .pr-xl-50,
    .px-xl-50 {
        padding-right: 5rem !important;
    }
    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 5rem !important;
    }
    .pl-xl-50,
    .px-xl-50 {
        padding-left: 5rem !important;
    }
    .m-xl-n5 {
        margin: -0.5rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n10 {
        margin: -1rem !important;
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -1rem !important;
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -1rem !important;
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -1rem !important;
    }
    .m-xl-n15 {
        margin: -1.5rem !important;
    }
    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n20 {
        margin: -2rem !important;
    }
    .mt-xl-n20,
    .my-xl-n20 {
        margin-top: -2rem !important;
    }
    .mr-xl-n20,
    .mx-xl-n20 {
        margin-right: -2rem !important;
    }
    .mb-xl-n20,
    .my-xl-n20 {
        margin-bottom: -2rem !important;
    }
    .ml-xl-n20,
    .mx-xl-n20 {
        margin-left: -2rem !important;
    }
    .m-xl-n25 {
        margin: -2.5rem !important;
    }
    .mt-xl-n25,
    .my-xl-n25 {
        margin-top: -2.5rem !important;
    }
    .mr-xl-n25,
    .mx-xl-n25 {
        margin-right: -2.5rem !important;
    }
    .mb-xl-n25,
    .my-xl-n25 {
        margin-bottom: -2.5rem !important;
    }
    .ml-xl-n25,
    .mx-xl-n25 {
        margin-left: -2.5rem !important;
    }
    .m-xl-n30 {
        margin: -3rem !important;
    }
    .mt-xl-n30,
    .my-xl-n30 {
        margin-top: -3rem !important;
    }
    .mr-xl-n30,
    .mx-xl-n30 {
        margin-right: -3rem !important;
    }
    .mb-xl-n30,
    .my-xl-n30 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n30,
    .mx-xl-n30 {
        margin-left: -3rem !important;
    }
    .m-xl-n35 {
        margin: -3.5rem !important;
    }
    .mt-xl-n35,
    .my-xl-n35 {
        margin-top: -3.5rem !important;
    }
    .mr-xl-n35,
    .mx-xl-n35 {
        margin-right: -3.5rem !important;
    }
    .mb-xl-n35,
    .my-xl-n35 {
        margin-bottom: -3.5rem !important;
    }
    .ml-xl-n35,
    .mx-xl-n35 {
        margin-left: -3.5rem !important;
    }
    .m-xl-n40 {
        margin: -4rem !important;
    }
    .mt-xl-n40,
    .my-xl-n40 {
        margin-top: -4rem !important;
    }
    .mr-xl-n40,
    .mx-xl-n40 {
        margin-right: -4rem !important;
    }
    .mb-xl-n40,
    .my-xl-n40 {
        margin-bottom: -4rem !important;
    }
    .ml-xl-n40,
    .mx-xl-n40 {
        margin-left: -4rem !important;
    }
    .m-xl-n45 {
        margin: -4.5rem !important;
    }
    .mt-xl-n45,
    .my-xl-n45 {
        margin-top: -4.5rem !important;
    }
    .mr-xl-n45,
    .mx-xl-n45 {
        margin-right: -4.5rem !important;
    }
    .mb-xl-n45,
    .my-xl-n45 {
        margin-bottom: -4.5rem !important;
    }
    .ml-xl-n45,
    .mx-xl-n45 {
        margin-left: -4.5rem !important;
    }
    .m-xl-n50 {
        margin: -5rem !important;
    }
    .mt-xl-n50,
    .my-xl-n50 {
        margin-top: -5rem !important;
    }
    .mr-xl-n50,
    .mx-xl-n50 {
        margin-right: -5rem !important;
    }
    .mb-xl-n50,
    .my-xl-n50 {
        margin-bottom: -5rem !important;
    }
    .ml-xl-n50,
    .mx-xl-n50 {
        margin-left: -5rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1920px) {
    .m-wide-0 {
        margin: 0 !important;
    }
    .mt-wide-0,
    .my-wide-0 {
        margin-top: 0 !important;
    }
    .mr-wide-0,
    .mx-wide-0 {
        margin-right: 0 !important;
    }
    .mb-wide-0,
    .my-wide-0 {
        margin-bottom: 0 !important;
    }
    .ml-wide-0,
    .mx-wide-0 {
        margin-left: 0 !important;
    }
    .m-wide-5 {
        margin: 0.5rem !important;
    }
    .mt-wide-5,
    .my-wide-5 {
        margin-top: 0.5rem !important;
    }
    .mr-wide-5,
    .mx-wide-5 {
        margin-right: 0.5rem !important;
    }
    .mb-wide-5,
    .my-wide-5 {
        margin-bottom: 0.5rem !important;
    }
    .ml-wide-5,
    .mx-wide-5 {
        margin-left: 0.5rem !important;
    }
    .m-wide-10 {
        margin: 1rem !important;
    }
    .mt-wide-10,
    .my-wide-10 {
        margin-top: 1rem !important;
    }
    .mr-wide-10,
    .mx-wide-10 {
        margin-right: 1rem !important;
    }
    .mb-wide-10,
    .my-wide-10 {
        margin-bottom: 1rem !important;
    }
    .ml-wide-10,
    .mx-wide-10 {
        margin-left: 1rem !important;
    }
    .m-wide-15 {
        margin: 1.5rem !important;
    }
    .mt-wide-15,
    .my-wide-15 {
        margin-top: 1.5rem !important;
    }
    .mr-wide-15,
    .mx-wide-15 {
        margin-right: 1.5rem !important;
    }
    .mb-wide-15,
    .my-wide-15 {
        margin-bottom: 1.5rem !important;
    }
    .ml-wide-15,
    .mx-wide-15 {
        margin-left: 1.5rem !important;
    }
    .m-wide-20 {
        margin: 2rem !important;
    }
    .mt-wide-20,
    .my-wide-20 {
        margin-top: 2rem !important;
    }
    .mr-wide-20,
    .mx-wide-20 {
        margin-right: 2rem !important;
    }
    .mb-wide-20,
    .my-wide-20 {
        margin-bottom: 2rem !important;
    }
    .ml-wide-20,
    .mx-wide-20 {
        margin-left: 2rem !important;
    }
    .m-wide-25 {
        margin: 2.5rem !important;
    }
    .mt-wide-25,
    .my-wide-25 {
        margin-top: 2.5rem !important;
    }
    .mr-wide-25,
    .mx-wide-25 {
        margin-right: 2.5rem !important;
    }
    .mb-wide-25,
    .my-wide-25 {
        margin-bottom: 2.5rem !important;
    }
    .ml-wide-25,
    .mx-wide-25 {
        margin-left: 2.5rem !important;
    }
    .m-wide-30 {
        margin: 3rem !important;
    }
    .mt-wide-30,
    .my-wide-30 {
        margin-top: 3rem !important;
    }
    .mr-wide-30,
    .mx-wide-30 {
        margin-right: 3rem !important;
    }
    .mb-wide-30,
    .my-wide-30 {
        margin-bottom: 3rem !important;
    }
    .ml-wide-30,
    .mx-wide-30 {
        margin-left: 3rem !important;
    }
    .m-wide-35 {
        margin: 3.5rem !important;
    }
    .mt-wide-35,
    .my-wide-35 {
        margin-top: 3.5rem !important;
    }
    .mr-wide-35,
    .mx-wide-35 {
        margin-right: 3.5rem !important;
    }
    .mb-wide-35,
    .my-wide-35 {
        margin-bottom: 3.5rem !important;
    }
    .ml-wide-35,
    .mx-wide-35 {
        margin-left: 3.5rem !important;
    }
    .m-wide-40 {
        margin: 4rem !important;
    }
    .mt-wide-40,
    .my-wide-40 {
        margin-top: 4rem !important;
    }
    .mr-wide-40,
    .mx-wide-40 {
        margin-right: 4rem !important;
    }
    .mb-wide-40,
    .my-wide-40 {
        margin-bottom: 4rem !important;
    }
    .ml-wide-40,
    .mx-wide-40 {
        margin-left: 4rem !important;
    }
    .m-wide-45 {
        margin: 4.5rem !important;
    }
    .mt-wide-45,
    .my-wide-45 {
        margin-top: 4.5rem !important;
    }
    .mr-wide-45,
    .mx-wide-45 {
        margin-right: 4.5rem !important;
    }
    .mb-wide-45,
    .my-wide-45 {
        margin-bottom: 4.5rem !important;
    }
    .ml-wide-45,
    .mx-wide-45 {
        margin-left: 4.5rem !important;
    }
    .m-wide-50 {
        margin: 5rem !important;
    }
    .mt-wide-50,
    .my-wide-50 {
        margin-top: 5rem !important;
    }
    .mr-wide-50,
    .mx-wide-50 {
        margin-right: 5rem !important;
    }
    .mb-wide-50,
    .my-wide-50 {
        margin-bottom: 5rem !important;
    }
    .ml-wide-50,
    .mx-wide-50 {
        margin-left: 5rem !important;
    }
    .p-wide-0 {
        padding: 0 !important;
    }
    .pt-wide-0,
    .py-wide-0 {
        padding-top: 0 !important;
    }
    .pr-wide-0,
    .px-wide-0 {
        padding-right: 0 !important;
    }
    .pb-wide-0,
    .py-wide-0 {
        padding-bottom: 0 !important;
    }
    .pl-wide-0,
    .px-wide-0 {
        padding-left: 0 !important;
    }
    .p-wide-5 {
        padding: 0.5rem !important;
    }
    .pt-wide-5,
    .py-wide-5 {
        padding-top: 0.5rem !important;
    }
    .pr-wide-5,
    .px-wide-5 {
        padding-right: 0.5rem !important;
    }
    .pb-wide-5,
    .py-wide-5 {
        padding-bottom: 0.5rem !important;
    }
    .pl-wide-5,
    .px-wide-5 {
        padding-left: 0.5rem !important;
    }
    .p-wide-10 {
        padding: 1rem !important;
    }
    .pt-wide-10,
    .py-wide-10 {
        padding-top: 1rem !important;
    }
    .pr-wide-10,
    .px-wide-10 {
        padding-right: 1rem !important;
    }
    .pb-wide-10,
    .py-wide-10 {
        padding-bottom: 1rem !important;
    }
    .pl-wide-10,
    .px-wide-10 {
        padding-left: 1rem !important;
    }
    .p-wide-15 {
        padding: 1.5rem !important;
    }
    .pt-wide-15,
    .py-wide-15 {
        padding-top: 1.5rem !important;
    }
    .pr-wide-15,
    .px-wide-15 {
        padding-right: 1.5rem !important;
    }
    .pb-wide-15,
    .py-wide-15 {
        padding-bottom: 1.5rem !important;
    }
    .pl-wide-15,
    .px-wide-15 {
        padding-left: 1.5rem !important;
    }
    .p-wide-20 {
        padding: 2rem !important;
    }
    .pt-wide-20,
    .py-wide-20 {
        padding-top: 2rem !important;
    }
    .pr-wide-20,
    .px-wide-20 {
        padding-right: 2rem !important;
    }
    .pb-wide-20,
    .py-wide-20 {
        padding-bottom: 2rem !important;
    }
    .pl-wide-20,
    .px-wide-20 {
        padding-left: 2rem !important;
    }
    .p-wide-25 {
        padding: 2.5rem !important;
    }
    .pt-wide-25,
    .py-wide-25 {
        padding-top: 2.5rem !important;
    }
    .pr-wide-25,
    .px-wide-25 {
        padding-right: 2.5rem !important;
    }
    .pb-wide-25,
    .py-wide-25 {
        padding-bottom: 2.5rem !important;
    }
    .pl-wide-25,
    .px-wide-25 {
        padding-left: 2.5rem !important;
    }
    .p-wide-30 {
        padding: 3rem !important;
    }
    .pt-wide-30,
    .py-wide-30 {
        padding-top: 3rem !important;
    }
    .pr-wide-30,
    .px-wide-30 {
        padding-right: 3rem !important;
    }
    .pb-wide-30,
    .py-wide-30 {
        padding-bottom: 3rem !important;
    }
    .pl-wide-30,
    .px-wide-30 {
        padding-left: 3rem !important;
    }
    .p-wide-35 {
        padding: 3.5rem !important;
    }
    .pt-wide-35,
    .py-wide-35 {
        padding-top: 3.5rem !important;
    }
    .pr-wide-35,
    .px-wide-35 {
        padding-right: 3.5rem !important;
    }
    .pb-wide-35,
    .py-wide-35 {
        padding-bottom: 3.5rem !important;
    }
    .pl-wide-35,
    .px-wide-35 {
        padding-left: 3.5rem !important;
    }
    .p-wide-40 {
        padding: 4rem !important;
    }
    .pt-wide-40,
    .py-wide-40 {
        padding-top: 4rem !important;
    }
    .pr-wide-40,
    .px-wide-40 {
        padding-right: 4rem !important;
    }
    .pb-wide-40,
    .py-wide-40 {
        padding-bottom: 4rem !important;
    }
    .pl-wide-40,
    .px-wide-40 {
        padding-left: 4rem !important;
    }
    .p-wide-45 {
        padding: 4.5rem !important;
    }
    .pt-wide-45,
    .py-wide-45 {
        padding-top: 4.5rem !important;
    }
    .pr-wide-45,
    .px-wide-45 {
        padding-right: 4.5rem !important;
    }
    .pb-wide-45,
    .py-wide-45 {
        padding-bottom: 4.5rem !important;
    }
    .pl-wide-45,
    .px-wide-45 {
        padding-left: 4.5rem !important;
    }
    .p-wide-50 {
        padding: 5rem !important;
    }
    .pt-wide-50,
    .py-wide-50 {
        padding-top: 5rem !important;
    }
    .pr-wide-50,
    .px-wide-50 {
        padding-right: 5rem !important;
    }
    .pb-wide-50,
    .py-wide-50 {
        padding-bottom: 5rem !important;
    }
    .pl-wide-50,
    .px-wide-50 {
        padding-left: 5rem !important;
    }
    .m-wide-n5 {
        margin: -0.5rem !important;
    }
    .mt-wide-n5,
    .my-wide-n5 {
        margin-top: -0.5rem !important;
    }
    .mr-wide-n5,
    .mx-wide-n5 {
        margin-right: -0.5rem !important;
    }
    .mb-wide-n5,
    .my-wide-n5 {
        margin-bottom: -0.5rem !important;
    }
    .ml-wide-n5,
    .mx-wide-n5 {
        margin-left: -0.5rem !important;
    }
    .m-wide-n10 {
        margin: -1rem !important;
    }
    .mt-wide-n10,
    .my-wide-n10 {
        margin-top: -1rem !important;
    }
    .mr-wide-n10,
    .mx-wide-n10 {
        margin-right: -1rem !important;
    }
    .mb-wide-n10,
    .my-wide-n10 {
        margin-bottom: -1rem !important;
    }
    .ml-wide-n10,
    .mx-wide-n10 {
        margin-left: -1rem !important;
    }
    .m-wide-n15 {
        margin: -1.5rem !important;
    }
    .mt-wide-n15,
    .my-wide-n15 {
        margin-top: -1.5rem !important;
    }
    .mr-wide-n15,
    .mx-wide-n15 {
        margin-right: -1.5rem !important;
    }
    .mb-wide-n15,
    .my-wide-n15 {
        margin-bottom: -1.5rem !important;
    }
    .ml-wide-n15,
    .mx-wide-n15 {
        margin-left: -1.5rem !important;
    }
    .m-wide-n20 {
        margin: -2rem !important;
    }
    .mt-wide-n20,
    .my-wide-n20 {
        margin-top: -2rem !important;
    }
    .mr-wide-n20,
    .mx-wide-n20 {
        margin-right: -2rem !important;
    }
    .mb-wide-n20,
    .my-wide-n20 {
        margin-bottom: -2rem !important;
    }
    .ml-wide-n20,
    .mx-wide-n20 {
        margin-left: -2rem !important;
    }
    .m-wide-n25 {
        margin: -2.5rem !important;
    }
    .mt-wide-n25,
    .my-wide-n25 {
        margin-top: -2.5rem !important;
    }
    .mr-wide-n25,
    .mx-wide-n25 {
        margin-right: -2.5rem !important;
    }
    .mb-wide-n25,
    .my-wide-n25 {
        margin-bottom: -2.5rem !important;
    }
    .ml-wide-n25,
    .mx-wide-n25 {
        margin-left: -2.5rem !important;
    }
    .m-wide-n30 {
        margin: -3rem !important;
    }
    .mt-wide-n30,
    .my-wide-n30 {
        margin-top: -3rem !important;
    }
    .mr-wide-n30,
    .mx-wide-n30 {
        margin-right: -3rem !important;
    }
    .mb-wide-n30,
    .my-wide-n30 {
        margin-bottom: -3rem !important;
    }
    .ml-wide-n30,
    .mx-wide-n30 {
        margin-left: -3rem !important;
    }
    .m-wide-n35 {
        margin: -3.5rem !important;
    }
    .mt-wide-n35,
    .my-wide-n35 {
        margin-top: -3.5rem !important;
    }
    .mr-wide-n35,
    .mx-wide-n35 {
        margin-right: -3.5rem !important;
    }
    .mb-wide-n35,
    .my-wide-n35 {
        margin-bottom: -3.5rem !important;
    }
    .ml-wide-n35,
    .mx-wide-n35 {
        margin-left: -3.5rem !important;
    }
    .m-wide-n40 {
        margin: -4rem !important;
    }
    .mt-wide-n40,
    .my-wide-n40 {
        margin-top: -4rem !important;
    }
    .mr-wide-n40,
    .mx-wide-n40 {
        margin-right: -4rem !important;
    }
    .mb-wide-n40,
    .my-wide-n40 {
        margin-bottom: -4rem !important;
    }
    .ml-wide-n40,
    .mx-wide-n40 {
        margin-left: -4rem !important;
    }
    .m-wide-n45 {
        margin: -4.5rem !important;
    }
    .mt-wide-n45,
    .my-wide-n45 {
        margin-top: -4.5rem !important;
    }
    .mr-wide-n45,
    .mx-wide-n45 {
        margin-right: -4.5rem !important;
    }
    .mb-wide-n45,
    .my-wide-n45 {
        margin-bottom: -4.5rem !important;
    }
    .ml-wide-n45,
    .mx-wide-n45 {
        margin-left: -4.5rem !important;
    }
    .m-wide-n50 {
        margin: -5rem !important;
    }
    .mt-wide-n50,
    .my-wide-n50 {
        margin-top: -5rem !important;
    }
    .mr-wide-n50,
    .mx-wide-n50 {
        margin-right: -5rem !important;
    }
    .mb-wide-n50,
    .my-wide-n50 {
        margin-bottom: -5rem !important;
    }
    .ml-wide-n50,
    .mx-wide-n50 {
        margin-left: -5rem !important;
    }
    .m-wide-auto {
        margin: auto !important;
    }
    .mt-wide-auto,
    .my-wide-auto {
        margin-top: auto !important;
    }
    .mr-wide-auto,
    .mx-wide-auto {
        margin-right: auto !important;
    }
    .mb-wide-auto,
    .my-wide-auto {
        margin-bottom: auto !important;
    }
    .ml-wide-auto,
    .mx-wide-auto {
        margin-left: auto !important;
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 375px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 1024px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1440px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1920px) {
    .text-wide-left {
        text-align: left !important;
    }
    .text-wide-right {
        text-align: right !important;
    }
    .text-wide-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #ffa63d !important;
}
.text-secondary {
    color: #3f7df4 !important;
}
.text-light {
    color: #fff !important;
}
.text-dark {
    color: #575757 !important;
}
.text-black {
    color: #151515 !important;
}
.text-body {
    color: #fff !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.hide-text {
    text-indent: 101%;
}
.hide-text,
.visually-hidden {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


@media (prefers-reduced-motion: reduce) {
    a {
        transition: none;
    }
}
.custom-cursor--enabled a {
    cursor: none;
}
a[data-title] {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.2em;
    margin-bottom: -0.2em;
}
a[data-title] .link__text,
a[data-title]:after {
    transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
    a[data-title] .link__text,
    a[data-title]:after {
        transition: none;
    }
}
a[data-title]:after {
    content: attr(data-title);
    position: absolute;
    transform: translateY(110%);
    left: 0;
    color: currentColor;
}
.is-hover a[data-title],
a[data-title]:hover {
    color: #fff;
}
.is-hover a[data-title] .link__text,
a[data-title]:hover .link__text {
    transform: translateY(-125%);
}
.is-hover a[data-title]:after,
a[data-title]:hover:after {
    transform: translateY(0);
}
a[href^="mailto"] {
    text-decoration: underline;
    word-break: break-word;
}
a[href^="mailto"] .splitted-title__line {
    flex-wrap: wrap;
}
a[href^="mailto"] .splitted-title__line .word + .word {
    padding-left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.splitting .word {
    display: inline-block;
    position: relative;
    will-change: transform;
}
.splitting .word:last-child {
    margin-right: 0;
}
.splitting br {
    display: none;
}
.splitted-title__line {
    display: flex;
    overflow: hidden;
    padding-bottom: 0.15em;
    margin-bottom: -0.15em;
    padding-left: 0.15em;
    padding-right: 0.15em;
    margin-left: -0.15em;
    margin-right: -0.15em;
}
.splitted-title__line .word + .word {
    padding-left: 0.2em;
}
.splitted-title__line .word + .word:before {
    left: 0.2em;
}
[data-hoverable-split][data-shown="true"] .word {
    transition: transform 1.05s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
@media (prefers-reduced-motion: reduce) {
    [data-hoverable-split][data-shown="true"] .word {
        transition: none;
    }
}
[data-hoverable-split][data-shown="true"]:hover {
    color: currentColor;
}
[data-hoverable-split][data-shown="true"]:hover .word {
    transform: translateY(-150%);
}
[data-hoverable-split][data-shown="true"]:hover .word:before {
    transform: translateY(150%);
}
[data-hoverable-split] .word:before {
    content: attr(data-word);
    position: absolute;
    transform: translateY(150%);
    left: 0;
    color: currentColor;
}
.font--italic {
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: italic;
    font-weight: 400;
}
.font--outline,
.italic-outline {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.italic-outline {
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: italic;
}
.is-win .italic-outline {
    top: 0.04em;
}
.italic-outline [data-char="A"] {
    padding-left: 0.12em;
}
.link-typed {
    position: relative;
    white-space: nowrap;
    display: flex;
}
.link-typed:hover {
    color: #fff;
}
.link-typed:hover .entry-title__arrow {
    transform: translateX(0.6em);
}
.link-typed .link__text--italic {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
}
.is-win .link-typed .link__text--italic {
    top: 0.04em;
}
.link-typed .entry-title__arrow {
    transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95) 0.35s, color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95) 0.35s;
    color: currentColor;
}
@media (prefers-reduced-motion: reduce) {
    .link-typed .entry-title__arrow {
        transition: none;
    }
}
.is-win .link-typed.is-active .link__text--italic {
    top: 0;
}
.entry-title {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.05em;
    line-height: 1;
}
@media (min-width: 1024px) {
    .entry-title {
        letter-spacing: -0.015em;
    }
}
.entry-title [data-word="web"] ~ [data-word="graphic"] {
    position: relative;
    margin-left: 0.15em;
}
@media (min-width: 1024px) {
    .entry-title [data-word="web"] ~ [data-word="graphic"] {
        margin-left: 0.3em;
    }
}
.entry-title [data-word="web"] ~ [data-word="graphic"]:before {
    color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    content: "/";
    position: absolute;
    left: -0.25em;
    top: 50%;
    transform: translateY(-50%);
}
.entry-title:not(.splitting) .entry-title__line {
    opacity: 0;
}
.entry-title__arrow {
    width: 0.8em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4em;
    position: relative;
    height: 1em;
}
[data-webgl-hover] [data-word="graphic"],
[data-webgl-hover] [data-word="web"] {
    transition: color 0.35s, -webkit-text-stroke-color 0.35s, -webkit-text-stroke-width 0.35s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    color: #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-text-stroke-color: transparent;
}
.custom-cursor--enabled [data-webgl-hover] [data-word="graphic"],
.custom-cursor--enabled [data-webgl-hover] [data-word="web"] {
    cursor: none;
}
@media (prefers-reduced-motion: reduce) {
    [data-webgl-hover] [data-word="graphic"],
    [data-webgl-hover] [data-word="web"] {
        transition: none;
    }
}
[data-webgl-hover] [data-word="graphic"]:hover,
[data-webgl-hover] [data-word="web"]:hover {
    color: transparent;
    -webkit-text-stroke-color: #fff;
}
[data-webgl-hover] [data-word="graphic"]:hover:after,
[data-webgl-hover] [data-word="web"]:hover:after {
    opacity: 0;
}
[data-webgl-hover] [data-word="graphic"]:after,
[data-webgl-hover] [data-word="web"]:after {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.075em;
    background-color: currentColor;
}
@media (prefers-reduced-motion: reduce) {
    [data-webgl-hover] [data-word="graphic"]:after,
    [data-webgl-hover] [data-word="web"]:after {
        transition: none;
    }
}
.text-size-lead {
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    .text-size-lead {
        font-size: calc(16px + 44 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-size-lead {
        font-size: 60px;
    }
}
.text-size-xl {
    font-size: 22px;
}
@media screen and (min-width: 320px) {
    .text-size-xl {
        font-size: calc(22px + 18 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-size-xl {
        font-size: 40px;
    }
}
.text-size-lg {
    font-size: 18px;
}
@media screen and (min-width: 320px) {
    .text-size-lg {
        font-size: calc(18px + 10 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-size-lg {
        font-size: 28px;
    }
}
.text-size-base {
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .text-size-base {
        font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-size-base {
        font-size: 16px;
    }
}
.text-size-md {
    font-size: 12px;
}
@media screen and (min-width: 320px) {
    .text-size-md {
        font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-size-md {
        font-size: 14px;
    }
}
.text-size-sm {
    font-size: 10px;
}
@media screen and (min-width: 320px) {
    .text-size-sm {
        font-size: calc(10px + 2 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-size-sm {
        font-size: 12px;
    }
}
.h1,
h1 {
    font-size: 34px;
    line-height: 1;
}
@media screen and (min-width: 320px) {
    .h1,
    h1 {
        font-size: calc(34px + 106 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .h1,
    h1 {
        font-size: 140px;
    }
}
.h2,
h2 {
    font-size: 30px;
    line-height: 1;
}
@media screen and (min-width: 320px) {
    .h2,
    h2 {
        font-size: calc(30px + 70 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .h2,
    h2 {
        font-size: 100px;
    }
}
.h3,
h3 {
    font-size: 22px;
    line-height: 1;
}
@media screen and (min-width: 320px) {
    .h3,
    h3 {
        font-size: calc(22px + 18 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .h3,
    h3 {
        font-size: 40px;
    }
}
.h4,
h4 {
    font-size: 20px;
    line-height: 1;
}
@media screen and (min-width: 320px) {
    .h4,
    h4 {
        font-size: calc(20px + 15 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .h4,
    h4 {
        font-size: 35px;
    }
}
.h5,
h5 {
    font-size: 18px;
    line-height: 1;
}
@media screen and (min-width: 320px) {
    .h5,
    h5 {
        font-size: calc(18px + 12 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .h5,
    h5 {
        font-size: 30px;
    }
}
.h6,
h6 {
    font-size: 16px;
    line-height: 1;
}
@media screen and (min-width: 320px) {
    .h6,
    h6 {
        font-size: calc(16px + 10 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .h6,
    h6 {
        font-size: 26px;
    }
}
label,
legend {
    display: block;
    margin: 0 0 2rem;
    font-weight: 400;
    line-height: 1;
}
@media (min-width: 1024px) {
    label,
    legend {
        font-size: 1.25rem;
    }
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    transition: border-color 0.35s;
    text-align: center;
    border: solid;
    border-width: 0 0 1px;
    background-color: transparent;
    width: 100%;
    min-width: 0;
    padding: 1.2rem 2.4rem;
    border-radius: 0;
    -webkit-appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    input[type="email"],
    input[type="tel"],
    input[type="text"],
    textarea {
        transition: none;
    }
}
.custom-cursor--enabled input[type="email"],
.custom-cursor--enabled input[type="tel"],
.custom-cursor--enabled input[type="text"],
.custom-cursor--enabled textarea {
    cursor: none;
}
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    -webkit-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    color: currentColor;
    opacity: 0.3;
}
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    -moz-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    color: currentColor;
    opacity: 0.3;
}
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    -ms-transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    color: currentColor;
    opacity: 0.3;
}
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    color: currentColor;
    opacity: 0.3;
}
@media (prefers-reduced-motion: reduce) {
    input[type="email"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        -webkit-transition: none;
        transition: none;
    }
    input[type="email"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="text"]::-moz-placeholder,
    textarea::-moz-placeholder {
        -moz-transition: none;
        transition: none;
    }
    input[type="email"]::-ms-input-placeholder,
    input[type="tel"]::-ms-input-placeholder,
    input[type="text"]::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        -ms-transition: none;
        transition: none;
    }
    input[type="email"]::placeholder,
    input[type="tel"]::placeholder,
    input[type="text"]::placeholder,
    textarea::placeholder {
        transition: none;
    }
}
input[type="email"]:focus,
input[type="email"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="text"]:focus,
input[type="text"]:hover,
textarea:focus,
textarea:hover {
    box-shadow: none;
    outline: none;
}
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input[type="email"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input[type="email"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder,
input[type="text"]:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
.was-validated input[type="email"]:invalid,
.was-validated input[type="tel"]:invalid,
.was-validated input[type="text"]:invalid,
.was-validated textarea:invalid {
    border-color: #ffa63d;
    color: #ffa63d;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
    height: 5rem;
}
@media (min-width: 1024px) {
    input[type="email"],
    input[type="tel"],
    input[type="text"],
    textarea {
        height: 6.3rem;
        min-height: 6.3rem;
    }
}
.form-label {
    font-size: 34px;
    text-transform: uppercase;
    flex-grow: 1;
    flex-shrink: 0;
    margin-left: -0.125em;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
    .form-label {
        font-size: calc(34px + 106 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .form-label {
        font-size: 140px;
    }
}
@media (min-width: 1024px) {
    .form-label {
        margin-bottom: 0;
    }
}
.form-label + .form-control {
    margin-bottom: 0.75em;
}
@media (min-width: 1024px) {
    .form-label + .form-control {
        margin-left: 15px;
    }
}
.form-row {
    margin-left: -1.3rem;
    margin-right: -1.3rem;
}
@media (min-width: 768px) {
    .form-row {
        display: flex;
    }
}
.input-group {
    margin-bottom: 2rem;
}
@media (min-width: 1024px) {
    .input-group {
        display: flex;
        align-items: flex-end;
    }
}
.form-row__item {
    padding: 0 1.3rem;
    margin-bottom: 2.6rem;
    flex-grow: 1;
    flex-basis: 0;
}
.form-submit-row {
    padding-top: 1rem;
}
@media (min-width: 768px) {
    .form-submit-row {
        padding-left: 25%;
        padding-top: 2rem;
    }
}
.button {
    height: 94px;
    width: 94px;
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), background 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95), visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
    transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    font-size: 14px;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    white-space: normal;
    justify-content: center;
    position: relative;
    border: 1px solid transparent;
    outline: 1px solid transparent;
    padding: 1.5rem;
    border-radius: 50%;
    font-size: 16px;
}
@media screen and (min-width: 320px) {
    .button {
        height: calc(94px + 80 * (100vw - 320px) / 1600);
        width: calc(94px + 80 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .button {
        height: 174px;
        width: 174px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .button {
        transition: none;
    }
}
@media screen and (min-width: 320px) {
    .button {
        font-size: calc(14px + 2 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .button {
        font-size: 16px;
    }
}
.custom-cursor--enabled .button {
    cursor: none;
}
.button:focus,
.button:hover {
    outline: none;
}
.button--small {
    height: 50px;
    width: 50px;
}
@media screen and (min-width: 320px) {
    .button--small {
        height: calc(50px + 50 * (100vw - 320px) / 1600);
        width: calc(50px + 50 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .button--small {
        height: 100px;
        width: 100px;
    }
}
.button--medium {
    height: 146px;
    width: 146px;
}
@media screen and (min-width: 320px) {
    .button--medium {
        height: calc(146px + 84 * (100vw - 320px) / 1600);
        width: calc(146px + 84 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .button--medium {
        height: 230px;
        width: 230px;
    }
}
.button--large {
    height: 146px;
    width: 146px;
}
@media screen and (min-width: 320px) {
    .button--large {
        height: calc(146px + 274 * (100vw - 320px) / 1600);
        width: calc(146px + 274 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .button--large {
        height: 420px;
        width: 420px;
    }
}
.button--disabled {
    pointer-events: none;
}
.button[data-hover-text] {
    overflow: hidden;
    position: relative;
}
.button[data-hover-text]:hover {
    background-color: transparent;
}
.button[data-hover-text]:hover:after,
.button[data-hover-text]:hover:before {
    transform: scale(1);
}
.button[data-hover-text]:hover:after {
    opacity: 1;
    transition-delay: 0.35s;
}
.button[data-hover-text]:after,
.button[data-hover-text]:before {
    content: "";
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    text-align: left;
    pointer-events: none;
    transform: scale(0);
}
@media (min-width: 1920px) {
    .button[data-hover-text]:after,
    .button[data-hover-text]:before {
        padding: 4vw;
    }
}
.button[data-hover-text]:before {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}
@media (prefers-reduced-motion: reduce) {
    .button[data-hover-text]:before {
        transition: none;
    }
}
.button[data-hover-text]:after {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), opacity 0.5s cubic-bezier(0.4, 0, 0, 1);
    content: attr(data-hover-text);
    opacity: 0;
    z-index: 4;
}
@media (prefers-reduced-motion: reduce) {
    .button[data-hover-text]:after {
        transition: none;
    }
}
.custom-cursor--enabled [type="button"]:not(:disabled),
.custom-cursor--enabled [type="reset"]:not(:disabled),
.custom-cursor--enabled [type="submit"]:not(:disabled),
.custom-cursor--enabled button:not(:disabled) {
    cursor: none;
}
.button__play-icon {
    position: relative;
    left: 0.1em;
    width: 10px;
}
@media (min-width: 768px) {
    .button__play-icon {
        left: 0.5rem;
        width: 20px;
    }
}
.button__pause-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.button__arrow {
    width: 30%;
    height: auto;
}
.button__projects-count {
    font-weight: 300;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
}
.button--primary {
    background-color: #ffa63d;
    border-color: #ffa63d;
    color: #fff;
    transform-origin: 50% 50%;
}
.button--primary.is-hover,
.button--primary:hover {
    background-color: #ffa63d;
    color: #fff;
    transform: scale(0.9);
}
.button--primary:active,
.button--primary:before {
    background-color: #ffa63d;
}
.button--primary:active {
    color: #fff;
}
.button-outline--primary {
    border-color: #ffa63d;
    background-color: transparent;
    color: #ffa63d;
}
.button-outline--primary.is-hover,
.button-outline--primary:hover {
    background-color: #ffa63d;
    color: #fff;
}
.button-outline--primary .button__arrow {
    color: #ffa63d;
}
.button-outline--primary:before {
    background-color: #ffa63d;
}
.button-outline--primary:active {
    background-color: #ff9a24;
    color: #fff;
}
.button--secondary {
    background-color: #3f7df4;
    border-color: #3f7df4;
    color: #fff;
    transform-origin: 50% 50%;
}
.button--secondary.is-hover,
.button--secondary:hover {
    background-color: #3f7df4;
    color: #fff;
    transform: scale(0.9);
}
.button--secondary:before {
    background-color: #3f7df4;
}
.button--secondary:active {
    background-color: #3f7df4;
    color: #fff;
}
.button-outline--secondary {
    border-color: #3f7df4;
    background-color: transparent;
    color: #3f7df4;
}
.button-outline--secondary.is-hover,
.button-outline--secondary:hover {
    background-color: #3f7df4;
    color: #fff;
}
.button-outline--secondary .button__arrow {
    color: #3f7df4;
}
.button-outline--secondary:before {
    background-color: #3f7df4;
}
.button-outline--secondary:active {
    background-color: #276df3;
    color: #fff;
}
.button--light {
    background-color: #fff;
    border-color: #fff;
    color: #151515;
    transform-origin: 50% 50%;
}
.button--light.is-hover,
.button--light:hover {
    background-color: #fff;
    color: #151515;
    transform: scale(0.9);
}
.button--light:before {
    background-color: #fff;
}
.button--light:active {
    background-color: #fff;
    color: #151515;
}
.button-outline--light {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.button-outline--light.is-hover,
.button-outline--light:hover {
    background-color: #fff;
    color: #151515;
}
.button-outline--light .button__arrow {
    color: #fff;
}
.button-outline--light:before {
    background-color: #fff;
}
.button-outline--light:active {
    background-color: #f2f2f2;
    color: #151515;
}
.button--dark {
    background-color: #575757;
    border-color: #575757;
    color: #fff;
    transform-origin: 50% 50%;
}
.button--dark.is-hover,
.button--dark:hover {
    background-color: #575757;
    color: #fff;
    transform: scale(0.9);
}
.button--dark:active,
.button--dark:before {
    background-color: #575757;
}
.button--dark:active {
    color: #fff;
}
.button-outline--dark {
    border-color: #575757;
    background-color: transparent;
    color: #575757;
}
.button-outline--dark.is-hover,
.button-outline--dark:hover {
    background-color: #575757;
    color: #fff;
}
.button-outline--dark .button__arrow {
    color: #575757;
}
.button-outline--dark:before {
    background-color: #575757;
}
.button-outline--dark:active {
    background-color: #4a4a4a;
    color: #fff;
}
.button--black {
    background-color: #151515;
    border-color: #151515;
    color: #fff;
    transform-origin: 50% 50%;
}
.button--black.is-hover,
.button--black:hover {
    background-color: #151515;
    color: #fff;
    transform: scale(0.9);
}
.button--black:active,
.button--black:before {
    background-color: #151515;
}
.button--black:active {
    color: #fff;
}
.button-outline--black {
    border-color: #151515;
    background-color: transparent;
    color: #151515;
}
.button-outline--black.is-hover,
.button-outline--black:hover {
    background-color: #151515;
    color: #fff;
}
.button-outline--black .button__arrow {
    color: #151515;
}
.button-outline--black:before {
    background-color: #151515;
}
.button-outline--black:active {
    background-color: #080808;
    color: #fff;
}
.embed-responsive .embed-responsive__video {
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    bottom: auto;
    right: auto;
    width: auto;
    height: 100%;
}
.embed-responsive .embed-responsive__video.is-visible {
    opacity: 1;
}
.embed-responsive--default:before {
    padding-top: 125%;
}
.embed-responsive--inline-video .embed-responsive__video-thumbnail {
    opacity: 0;
}
.embed-responsive--inline-video .embed-responsive__video {
    opacity: 1;
}
.embed-responsive__item,
.embed-responsive__video-thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
}
.embed-responsive__item img,
.embed-responsive__video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
}
.embed-responsive__item[data-scroll],
.embed-responsive__video-thumbnail[data-scroll] {
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
}
.embed-responsive__video-thumbnail {
    z-index: 3;
    top: -5%;
    bottom: -5%;
}
.page-darkener,
.page-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    transform: translate3d(0, 120%, 0);
    background: #0b0b0b;
    z-index: 5150;
    transition: transform 0.5s ease-in-out; // Smooth transition
}
.page-darkener {
    pointer-events: none;
    opacity: 0;
    background-color: #151515;
    z-index: 4120;
}
.page-noize {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.list {
    padding-left: 0;
    list-style: none;
}
.rewards-block {
    background-color: #3f7df4;
    color: #fff;
    padding: 0.8rem 2rem 5rem;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (min-width: 1024px) {
    .rewards-block {
        padding: 4.8rem 5.5rem 7rem;
    }
}
.rewards-block__row {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: auto;
    grid-gap: 0 30px;
    line-height: 1.1;
    padding: 28px 0 27px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid;
}
@media (min-width: 1024px) {
    .rewards-block__row {
        align-items: baseline;
    }
}
@media (min-width: 1440px) {
    .rewards-block__row {
        grid-template-columns: 1.1fr 0.9fr;
        padding: 3.5rem 0;
    }
}
.rewards-block__title {
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .rewards-block__title {
        font-size: calc(14px + 14 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .rewards-block__title {
        font-size: 28px;
    }
}
.crawling-line + .crawling-line:before,
.crawling-line:first-child:before {
    content: "—";
    margin: 0 0.2em;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    position: relative;
    font-style: normal;
}
.crawling-line {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-size: 34px;
    text-transform: uppercase;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    line-height: 1.15;
}
@media screen and (min-width: 320px) {
    .crawling-line {
        font-size: calc(34px + 106 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .crawling-line {
        font-size: 140px;
    }
}
.crawling-line:nth-child(2n) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: italic;
    position: relative;
}
.is-win .crawling-line:nth-child(2n) {
    top: 0.04em;
}
.crawling-line:nth-child(2n) [data-char="A"] {
    padding-left: 0.12em;
}
.crawling-line .word {
    display: flex;
    align-items: center;
    padding-right: 0.1em;
}
.site-section--light .crawling-line {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    color: transparent;
}
.crawling-line__text {
    display: flex;
}
.info-box {
    line-height: 1;
}
.info-box__title {
    font-size: 16px;
    margin-bottom: 2.3rem;
    text-transform: capitalize;
}
@media (min-width: 1024px) {
    .info-box__title {
        margin-bottom: 3rem;
    }
}
.info-box__content {
    font-size: 22px;
    line-height: 1.05;
}
@media screen and (min-width: 320px) {
    .info-box__content {
        font-size: calc(22px + 6 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .info-box__content {
        font-size: 28px;
    }
}
.scroll-indicator {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    display: none;
}
@media (prefers-reduced-motion: reduce) {
    .scroll-indicator {
        transition: none;
    }
}
@media (min-width: 1024px) {
    .scroll-indicator {
        display: flex;
        position: fixed;
        z-index: 1030;
        opacity: 0.3;
        pointer-events: none;
        overflow: hidden;
        left: 80px;
        bottom: 80px;
    }
}
.is-not-top .scroll-indicator {
    opacity: 0;
}
.scroll-indicator__text {
    display: block;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.scroll-indicator__text + .scroll-indicator__text {
    position: absolute;
}
.circle-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.circle-close--fixed {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 3090;
}
@media (prefers-reduced-motion: reduce) {
    .circle-close--fixed {
        transition: none;
    }
}
.custom-cursor--enabled .circle-close {
    opacity: 1;
}
.circle-close__circle {
    width: 42px;
    height: 42px;
}
.circle-close__circle circle {
    transition: stroke 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95) 0.5s;
    stroke: #a4a4a4;
    opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
    .circle-close__circle circle {
        transition: none;
    }
}
@media (min-width: 768px) {
    .circle-close__circle circle {
        opacity: 1;
    }
}
.touchevents [data-page-cursor] {
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 768px) {
    [data-page-cursor] circle {
        opacity: 1;
    }
}
[data-page-cursor].is-stopped {
    opacity: 0 !important;
    visibility: hidden !important;
}
.text-block {
    padding: 12.5vmin 0;
}
@media (min-width: 1440px) {
    .text-block {
        padding: 10vmin 0;
    }
}
.text-block .animated-border {
    bottom: 100%;
}
@media (min-width: 768px) {
    .text-block .animated-border {
        left: 25%;
        right: 37.5%;
    }
}
@media (min-width: 768px) {
    .text-block--border-wide .animated-border {
        right: 0;
    }
}
@media (min-width: 768px) {
    .text-block--has-arrow .animated-border {
        right: 0;
        left: 62.5%;
    }
}
@media (min-width: 1024px) {
    .text-block--has-arrow .text-block__holder {
        padding-bottom: 3rem;
    }
}
.text-block + .text-block {
    padding-top: 0;
}
.text-block__label {
    margin-bottom: 3rem;
}
@media (min-width: 1024px) {
    .text-block__label {
        font-size: 16px;
    }
}
.text-block__title {
    font-size: 22px;
    line-height: 1.15;
    margin-top: 3rem;
}
@media screen and (min-width: 320px) {
    .text-block__title {
        font-size: calc(22px + 18 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-block__title {
        font-size: 40px;
    }
}
@media (min-width: 1024px) {
    .text-block__title {
        line-height: 1.3;
        margin-right: -20px;
        margin-top: 0;
    }
}
.text-block__subtitle {
    font-size: 12px;
}
@media screen and (min-width: 320px) {
    .text-block__subtitle {
        font-size: calc(12px + 16 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-block__subtitle {
        font-size: 28px;
    }
}
.text-block__text {
    padding-top: 2.5rem;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .text-block__text {
        padding-top: 4rem;
    }
}
@media (min-width: 1920px) {
    .text-block__text {
        padding-right: 12.5%;
    }
}
.text-block__text:last-child {
    margin-bottom: 0;
}
.text-block__text:last-child .text-block__list {
    font-size: 14px;
}
@media screen and (min-width: 320px) {
    .text-block__text:last-child .text-block__list {
        font-size: calc(14px + 14 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-block__text:last-child .text-block__list {
        font-size: 28px;
    }
}
.text-block__text br {
    display: none;
}
@media (min-width: 1024px) {
    .text-block__text br {
        display: inline;
    }
}
.text-block__list-text + .text-block__list-text:before {
    content: "—";
    padding-right: 0.25em;
}
.text-block__list {
    padding-left: 0;
    list-style: none;
    font-size: 22px;
}
@media screen and (min-width: 320px) {
    .text-block__list {
        font-size: calc(22px + 18 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-block__list {
        font-size: 40px;
    }
}
.text-block__arrow-item {
    display: none;
}
@media (min-width: 1024px) {
    .text-block__arrow-item {
        display: flex;
    }
}
.text-block__holder {
    position: relative;
}
@media (min-width: 768px) {
    .text-block__holder {
        padding-left: 25%;
        display: flex;
        flex-wrap: wrap;
    }
}
.text-block__holder p:last-child {
    margin-bottom: 0;
}
.text-block__holder ul {
    padding-left: 0;
    list-style: none;
    font-size: 22px;
    line-height: 1.15;
}
@media screen and (min-width: 320px) {
    .text-block__holder ul {
        font-size: calc(22px + 18 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .text-block__holder ul {
        font-size: 40px;
    }
}
@media (min-width: 1024px) {
    .text-block__holder ul {
        line-height: 1.3;
    }
}
.text-block__container {
    position: relative;
}
.text-block__content {
    padding: 0 0 2.5rem;
}
@media (min-width: 1024px) {
    .text-block__content {
        padding: 0;
        width: 50%;
    }
}
@media (min-width: 1024px) {
    .text-block__content:only-child {
        width: 62.5%;
    }
}
@media (min-width: 1440px) {
    .text-block__content:only-child {
        width: 52%;
    }
}
@media (min-width: 1024px) {
    .images-block {
        padding: 2rem 0;
    }
}
.images-block .embed-responsive {
    flex-grow: 1;
}
.images-block .embed-responsive:before {
    padding-top: 75.02296%;
}
.images-block .showcase-arrow {
    justify-content: flex-start;
}
@media (min-width: 1024px) {
    .images-block .showcase-arrow {
        height: auto;
    }
}
.images-block + .headline-block {
    margin-top: -3rem;
}
.images-block--default .images-block__visual-part {
    flex-grow: 1;
}
.images-block--default .embed-responsive:before {
    padding-top: 56.25%;
}
.images-block--default .video-block .embed-responsive:before {
    padding-top: 87.5%;
}
@media (min-width: 768px) {
    .images-block--default .video-block .embed-responsive:before {
        padding-top: 56.25%;
    }
}
.images-block--wide .embed-responsive:before {
    padding-top: 75.05682%;
}
@media (min-width: 1024px) {
    .images-block--arrow-right {
        margin-top: 13rem;
    }
}
@media (min-width: 1024px) {
    .images-block--arrow-right:first-child {
        margin-top: 0;
    }
}
.images-block--arrow-right .images-block__visual-part {
    width: 100%;
}
@media (min-width: 1024px) {
    .images-block--arrow-right .images-block__visual-part {
        width: auto;
    }
}
@media (min-width: 1024px) {
    .images-block--arrow-right .images-block__visual-part:first-child {
        flex-grow: 1;
        min-width: 62.5%;
    }
}
@media (min-width: 1024px) {
    .images-block--arrow-right .images-block__visual-part:nth-child(2) {
        flex-shrink: 0;
        min-width: 37.5%;
    }
}
@media (min-width: 1024px) {
    .images-block--arrow-right .showcase-arrow {
        margin-top: -13rem;
        margin-bottom: 4rem;
    }
}
@media (min-width: 1024px) {
    .images-block--arrow-right.is-reversed .images-block__holder {
        flex-direction: row-reverse;
    }
}
.images-block--arrow-right.is-reversed .showcase-arrow {
    justify-content: flex-end;
}
.images-block--wide .images-block__visual-part {
    flex-grow: 1;
}
.images-block--double-portrait .images-block__visual-part,
.images-block--double .images-block__visual-part {
    width: 100%;
}
@media (min-width: 1024px) {
    .images-block--double-portrait .images-block__visual-part,
    .images-block--double .images-block__visual-part {
        flex-grow: 1;
        width: auto;
    }
}
@media (min-width: 1024px) {
    .images-block--double + .images-block--double,
    .images-block--double + .images-block--double-portrait,
    .images-block--double-portrait + .images-block--double,
    .images-block--double-portrait + .images-block--double-portrait {
        margin-top: -4rem;
    }
}
.images-block--double-portrait .embed-responsive:before {
    padding-top: 136.41618%;
}
.images-block--arrow-left .images-block__visual-part {
    width: 100%;
}
@media (min-width: 1024px) {
    .images-block--arrow-left .images-block__visual-part {
        width: auto;
    }
}
@media (min-width: 1024px) {
    .images-block--arrow-left .images-block__visual-part:first-child {
        flex-shrink: 0;
    }
}
@media (min-width: 1024px) {
    .images-block--arrow-left .images-block__visual-part:nth-child(2) {
        flex-grow: 1;
    }
}
.images-block--portrait .embed-responsive:before {
    padding-top: 175.22727%;
}
.images-block--portrait .images-block__visual-part {
    width: 100%;
}
.images-block__item {
    margin-bottom: 3rem;
}
@media (min-width: 1024px) {
    .images-block__item {
        margin-bottom: 0;
    }
}
.images-block__holder {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .images-block__holder {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.images-block__visual {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.images-block__image {
    width: 100%;
    height: auto;
    display: block;
}
.images-block__visual-part {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
@media (min-width: 1024px) {
    .images-block__visual-part {
        padding: 15px;
    }
}
.images-block__play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}
.images-block__label {
    color: #a6a6a6;
    position: absolute;
    line-height: 1;
    left: 2.5rem;
    bottom: 2.5rem;
    letter-spacing: -0.015em;
}
.headline-block {
    padding: 7rem 0;
}
@media (min-width: 1024px) {
    .headline-block {
        padding: 11.5rem 0;
    }
}
@media (min-width: 768px) {
    .table-block {
        padding-left: 25%;
    }
}
.table__row {
    padding: 2.8rem 0;
    border-bottom: 1px solid #fff;
    display: grid;
    grid-template-columns: 35px 1.3fr 1.1fr 0.5fr;
    grid-gap: 0 0.5rem;
    line-height: 1.1;
}
@media (min-width: 768px) {
    .table__row {
        grid-template-columns: 70px 1fr 1fr 0.5fr 0.5fr;
    }
}
@media (min-width: 1440px) {
    .table__row {
        grid-gap: 0 3rem;
        padding: 4rem 0;
    }
}
.table__cell:nth-last-child(2) {
    opacity: 0.3;
    display: none;
}
@media (min-width: 768px) {
    .table__cell:nth-last-child(2) {
        display: block;
    }
}
.table__cell:last-child {
    text-align: right;
}
.table__cell--arrow {
    padding: 0.2em 0;
}
.table__arrow-link {
    position: relative;
}
.table__arrow-link:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.table__brand-image {
    max-width: 100%;
    width: auto;
    max-height: 15px;
    max-width: 30px;
}
.table__brand-image--awwwards {
    max-height: 11px;
}
.preloader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 10300;
    background-color: #0b0b0b;
    display: flex;
    align-items: center;
}
.preloader .italic-outline {
    font-weight: 400;
    padding-right: 0.4em;
    margin-right: -0.4em;
}
.preloader .site-section {
    width: 100%;
}
.preloader .entry-title {
    font-size: 26px;
}
@media screen and (min-width: 320px) {
    .preloader .entry-title {
        font-size: calc(26px + 114 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .preloader .entry-title {
        font-size: 140px;
    }
}
.brand__svg {
    width: 60px;
}
@media (min-width: 768px) {
    .brand__svg {
        width: 70px;
    }
}
.header__slug {
    position: absolute;
    line-height: 1.05;
}
@media (min-width: 1440px) {
    .header__slug {
        padding-left: 8px;
        padding-top: 4px;
    }
}
.additional-nav {
    margin-left: auto;
    text-transform: capitalize;
}
.inline-list {
    display: flex;
    align-items: center;
}
.inline-list__item + .inline-list__item {
    margin-left: 3.8rem;
}

.list__link {
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}
@media (prefers-reduced-motion: reduce) {
    .list__link {
        transition: none;
    }
}
.list__link:hover {
    color: #fff;
    opacity: 0.8;
}
.list__link.is-active {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: italic;
}
.is-win .list__link.is-active {
    top: 0.04em;
}
.list__link.is-active [data-char="A"] {
    padding-left: 0.12em;
}

.header-theme-trigger {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1000;
    pointer-events: none;
}
[data-magnet-item] {
    position: relative;
}
[data-magnet-item]:before {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media screen and (min-width: 320px) {
    body {
        font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    body {
        font-size: 14px;
    }
}
.custom-cursor--enabled body {
    cursor: none;
}
@media (min-width: 1024px) {

}

@media (min-width: 375px) {
    .container {
        max-width: 1060px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .container {
        transition: none;
    }
}
@media (min-width: 1024px) {
    .container {
        padding-left: 65px;
        padding-right: 65px;
    }
}
@media (min-width: 1440px) {
    .container {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.container--small {
    max-width: 890px;
}
.container--wide {
    max-width: 1260px;
}
.container--fluid {
    max-width: 100%;
}
.wrapper {
    width: 100%;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.main-content {
    position: relative;
    z-index: 3;
    background-color: #151515;
}
.has-noize .main-content {
    background-color: transparent;
}
.main-content .page-noize {
    top: auto;
    position: absolute;
}
.touchevents .video-block.video-is-playing .button--play {
    opacity: 0;
    visibility: hidden;
}
.page-holder {
    flex-grow: 1;
    width: 100%;
}
.page-scroller {
    padding-top: 7.7rem;
}
@media (min-width: 1024px) {
    .page-scroller {
        padding-top: 13.3rem;
    }
}
[data-scroll][data-scroll-call]:not([data-scroll-call="pauseVideo"]):not(.is-inview) {
    opacity: 0;
}
[data-barba="wrapper"] {
    width: 100%;
}
[data-barba="container"] + [data-barba="container"] {
    position: absolute;
    width: 100%;
    visibility: hidden;
    z-index: -10000;
    bottom: 200vh;
}
.site-offset-holder {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.site-offset {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .site-offset--left {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) {
    .site-offset--right {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.main-content__holder {
    position: relative;
    z-index: 3;
}
#scene {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    //opacity: 0.2;
}
.hero-section {
    padding: 12.5vw 0 0;
}
@media (min-width: 768px) {
    .hero-section {
        padding: 6rem 0;
    }
}
@media (min-width: 1440px) {
    .hero-section {
        margin-bottom: 8.5rem;
    }
}
.hero-section .embed-responsive:before {
    padding-top: 87.5%;
}
@media (min-width: 768px) {
    .hero-section .embed-responsive:before {
        padding-top: 46.875%;
    }
}
.hero-section--image {
    padding: 0;
}
.no-touchevents .hero-section--image .embed-responsive {
    min-height: 100vh;
}
.touchevents .hero-section--image .embed-responsive__item {
    background-position: 70% 50%;
}
.hero-section--image .hero-section__container {
    overflow: hidden;
}
@media (min-width: 768px) {
    .hero-section--small .hero-section__holder {
        padding-left: calc(25% + 15px);
    }
}
@media (min-width: 1024px) {
    .hero-section--small .hero-section__holder {
        padding-left: calc(25% + 45px);
    }
}
.hero-section--small .embed-responsive__video {
    height: 100%;
}
@media (min-width: 1024px) {
    .hero-section--small .embed-responsive__video {
        height: auto;
        width: 100%;
    }
}
.hero-section__play-button {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(50%, -50%);
}
@media (min-width: 768px) {
    .hero-section__play-button {
        right: 12.5%;
        top: -20.5%;
        transform: none;
    }
}
.hero-section__holder {
    position: relative;
}
.hero-section__container {
    padding: 0;
}
.intro-section {
    padding-top: 1.6rem;
}
@media (min-width: 768px) {
    .intro-section {
        min-height: calc(100vh - 7.3rem);
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1024px) {
    .intro-section {
        min-height: calc(100vh - 13.3rem);
        padding-top: 0;
    }
}
.intro-section .site-section__holder {
    position: relative;
}
@media (min-width: 768px) {
    .intro-section .section-counter {
        width: 25%;
        position: absolute;
        left: 0;
    }
}
@media (min-width: 768px) {
    .intro-section .splitted-title__line {
        position: relative;
        padding-left: 25%;
        margin-left: 0;
    }
}
.intro-section .entry-title {
    letter-spacing: -0.06em;
}
@media (min-width: 768px) {
    .intro-section .entry-title {
        letter-spacing: 0;
    }
}
.intro-section .entry-title [data-word="info@"] + .word {
    padding-left: 0;
}
.intro-section--with-hover {
    position: relative;
    z-index: 200;
}
@media (min-width: 768px) {
    .intro-section--first-child-offset .splitted-title__line:not(:first-child),
    .intro-section--first-child-offset a > .splitted-title__line {
        padding-left: 0;
    }
}
.intro-section + .showcase-section {
    margin-top: -2.5rem;
}
@media (min-width: 1024px) {
    .intro-section + .showcase-section {
        margin-top: 0;
    }
}
.intro-section + .text-block {
    padding-top: 0;
}
.site-section__holder {
    flex-grow: 1;
}
.intro-section__header {
    width: 100%;
}
.intro-section__headline {
    flex-grow: 1;
    position: relative;
    width: 100%;
}
.intro-section__headline:nth-child(2n) {
    text-align: right;
}
.intro-section__headline:nth-child(2n) .splitted-title__line {
    justify-content: flex-end;
}
.intro-section__headline:nth-child(2n) .splitted-title__line:first-child {
    justify-content: flex-start;
}
.intro-section__headline--outline .entry-title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: italic;
}
.is-win .intro-section__headline--outline .entry-title {
    top: 0.04em;
}
.intro-section__headline--outline .entry-title [data-char="A"] {
    padding-left: 0.12em;
}
.intro-section__button {
    padding-top: 2rem;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .intro-section__button {
        position: absolute;
        padding-top: 0;
        top: -5rem;
    }
}
@media (min-width: 1440px) {
    .intro-section__button {
        top: 0;
        right: 12.5%;
    }
}
.intro-section__content {
    position: relative;
}
@media (min-width: 768px) {
    .intro-section__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
@media (min-width: 1440px) {
    .intro-section__content {
        padding: 5rem 0;
    }
}
.intro-section__description {
    position: relative;
    width: 100%;
    padding-bottom: 1.7rem;
    padding-right: 3rem;
    margin-top: 5rem;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .intro-section__description {
        max-width: 50%;
    }
}
@media (min-width: 1024px) {
    .intro-section__description {
        max-width: 37.5%;
        padding-right: 18.75%;
        margin-top: 7rem;
    }
}
.intro-section__description--left {
    margin-right: auto;
}
@media (min-width: 768px) {
    .intro-section__description--left {
        margin-left: 25%;
    }
}
.intro-section__description--right {
    margin-left: auto;
}
.intro-section__social-block {
    width: 100%;
    padding-top: 10vw;
}
@media (min-width: 768px) {
    .intro-section__social-block {
        padding-left: 25%;
    }
}
@media (min-width: 1440px) {
    .intro-section__social-block {
        padding-top: 16rem;
    }
}
.intro-section__social-block .info-box {
    margin-bottom: 3rem;
}
@media (min-width: 1440px) {
    .intro-section__social-block .info-box {
        margin-bottom: 5rem;
    }
}
.intro-section__social-block .info-box:last-child {
    margin-bottom: 0;
}
.site-section {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}
.site-section--full-height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.site-section--full-height .site-section__holder {
    flex-grow: 1;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
}
.site-section.site-section--light {
    background-color: #efefef;
    color: #151515;
}
.site-section__holder {
    padding: 12.5vmin 0;
}
@media (min-width: 1024px) {
    .site-section__holder {
        padding: 6rem 0;
    }
}
.section-counter {
    display: block;
    text-align: left;
    font-weight: 300;
    margin-bottom: 6px;
}
@media (min-width: 768px) {
    .section-counter {
        text-align: right;
        padding-right: 4rem;
    }
}
@media (min-width: 1440px) {
    .section-counter {
        padding-right: 9rem;
    }
}
.headline--bordered {
    position: relative;
    padding-bottom: 3.3rem;
}
@media (min-width: 1440px) {
    .headline--bordered {
        padding-bottom: 9rem;
    }
}
@media (min-width: 768px) {
    .headline:not(:only-child) {
        margin-bottom: 4rem;
    }
}
@media (min-width: 1440px) {
    .headline:not(:only-child) {
        margin-bottom: 7rem;
    }
}
.headline:last-child {
    margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
    .headline:last-child {
        margin-bottom: 0;
    }
}
.animated-border {
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (min-width: 1024px) {
    .case-blocks .text-block:last-child {
        padding: 18vmin 0;
    }
}
@media (min-width: 1024px) {
    .case-blocks .text-block:last-child .text-block__content {
        width: 100%;
    }
}
.no-touchevents [data-hover-image].is-loaded {
    pointer-events: none;
    visibility: hidden;
}
.case-blocks {
    padding-top: 3rem;
}
@media (min-width: 1024px) {
    .case-blocks {
        padding-top: 0;
    }
}
@media (min-width: 1024px) {
    .showcase-section--large-gap {
        margin-bottom: 16.4rem;
    }
}
.showcase-section .site-offset-holder {
    padding-top: 33px;
}
@media (min-width: 768px) {
    .showcase-section .site-offset-holder {
        padding-top: 0;
    }
}
.showcase {
    padding: 3.5rem 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: start;
    grid-gap: 5rem 30px;
}
@media (min-width: 768px) {
    .showcase {
        padding: 10vw 0;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .showcase {
        grid-template-columns: 0.6fr 1.2fr 1.2fr;
        grid-gap: 0 30px;
    }
}
@media (min-width: 1440px) {
    .showcase {
        padding: 13rem 0;
    }
}
.showcase:first-child {
    padding-top: 0;
}
.showcase--double {
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .showcase--double {
        padding-left: 25%;
    }
}
@media (min-width: 1024px) {
    .showcase--double {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .showcase--double .showcase-item {
        margin-bottom: 9rem;
    }
}
@media (min-width: 768px) {
    .showcase--double .showcase-item:first-child,
    .showcase--double .showcase-item:nth-child(2) {
        padding-top: 10rem;
    }
}
@media (min-width: 1440px) {
    .showcase--double .showcase-item:first-child,
    .showcase--double .showcase-item:nth-child(2) {
        padding-top: 18rem;
    }
}
@media (min-width: 768px) {
    .showcase--double .showcase-item:nth-child(odd) {
        margin-top: -10rem;
    }
}
@media (min-width: 1440px) {
    .showcase--double .showcase-item:nth-child(odd) {
        margin-top: -18rem;
    }
}
.showcase--double .showcase-arrow {
    padding-bottom: 4rem;
}
@media (min-width: 1024px) {
    .showcase--double .showcase-arrow {
        padding-bottom: 9rem;
    }
}
.showcase-item {
    position: relative;
    display: block;
}
.showcase-item:hover {
    color: #fff;
}
.showcase-item:hover .showcase-item__title[data-shown="true"] {
    color: currentColor;
}
.showcase-item:hover .showcase-item__title[data-shown="true"] .word {
    transform: translateY(-150%);
}
.showcase-item:hover .showcase-item__title[data-shown="true"] .word:before {
    transform: translateY(150%);
}
.showcase-item__link {
    display: inline;
}
.showcase-item__title {
    pointer-events: none;
    margin-bottom: 2.8rem;
    font-size: 22px;
}
@media (min-width: 1024px) {
    .showcase-item__title {
        margin-bottom: 3.6rem;
        font-size: 35px;
        position: relative;
        top: -0.25em;
    }
}
@media (min-width: 1440px) {
    .showcase-item__title {
        font-size: 40px;
    }
}
.showcase-item__description {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: auto;
    grid-gap: 5px;
    padding: 2.2rem 0 2.6rem;
    letter-spacing: -0.02em;
}
@media (min-width: 1440px) {
    .showcase-item__description {
        padding: 3.3rem 0;
    }
}
.showcase-item__date {
    text-align: right;
}
@media (min-width: 768px) {
    .showcase-description {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 768px) {
    .showcase-description__content {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 50%;
        max-width: 50%;
        flex-basis: 0;
        flex-grow: 1;
    }
}
@media (min-width: 1024px) {
    .showcase-description__content {
        padding-right: 16.25%;
    }
}
@media (min-width: 1440px) {
    .showcase-description__content {
        padding-right: 18.125%;
    }
}
@media (min-width: 1920px) {
    .showcase-description__content {
        padding-right: 20%;
    }
}
@media (min-width: 768px) {
    .showcase-description__content p:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .showcase-description__content .text-block__title {
        line-height: 1.12;
    }
}
@media (min-width: 1920px) {
    .showcase-description__content .text-block__title {
        margin-right: 0;
    }
}
.showcase-arrow {
    display: none;
}
@media (min-width: 1024px) {
    .showcase-arrow {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        transform-origin: 50% 50%;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}
.showcase-arrow--bottom {
    align-items: flex-end;
}
.showcase-arrow--center {
    align-items: center;
}
@media (min-width: 1024px) {
    .showcase-arrow--right + .showcase-item {
        padding-top: 5vw;
    }
}
@media (min-width: 1920px) {
    .showcase-arrow--right + .showcase-item {
        padding-top: 10vw;
    }
}
@media (min-width: 1024px) {
    .showcase-arrow--down-right + .showcase-item {
        padding-top: 14rem;
    }
}
@media (min-width: 1024px) {
    .showcase-arrow--down-right + .showcase-item + .showcase-item + .showcase-item {
        margin-top: -14rem;
    }
}
@media (min-width: 1440px) {
    .showcase-arrow--down-right + .showcase-item + .showcase-item + .showcase-item {
        margin-top: -16.5rem;
    }
}
.showcase-arrow--up .button__arrow {
    transform: rotate(180deg);
}
.showcase-arrow--up-left .button__arrow {
    transform: rotate(135deg);
}
.showcase-arrow--up-right .button__arrow {
    transform: rotate(235deg);
}
.showcase-arrow--down .button__arrow {
    transform: rotate(0deg);
}
.showcase-arrow--down-left .button__arrow {
    transform: rotate(45deg);
}
.showcase-arrow--down-right .button__arrow {
    transform: rotate(315deg);
}
.showcase-arrow--right .button__arrow {
    transform: rotate(270.01deg);
}
.showcase-arrow--left .button__arrow {
    transform: rotate(90deg);
}
.center-button {
    padding: 2.5rem 0;
    text-align: center;
}
.about-section {
    padding: 10vw 0 0;
}
@media (min-width: 1024px) {
    .about-section {
        padding-top: 13rem;
    }
}
.about-section__headline:not(:only-child) {
    margin-bottom: 5.3rem;
}
@media (min-width: 1920px) {
    .about-section__headline:not(:only-child) {
        margin-bottom: 11rem;
    }
}
.about-section__entry-text {
    font-size: 22px;
    line-height: 1.15;
    padding-right: 1rem;
}
@media screen and (min-width: 320px) {
    .about-section__entry-text {
        font-size: calc(22px + 18 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .about-section__entry-text {
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    .about-section__entry-text {
        padding-right: 12.5%;
        margin-bottom: 3rem;
    }
}
@media (min-width: 1024px) {
    .about-section__entry-text {
        padding-right: 43.75%;
        margin-bottom: 6.3rem;
    }
}
@media (min-width: 1920px) {
    .about-section__entry-text {
        padding-right: 50%;
    }
}
.about-section__entry-text p {
    margin-bottom: 3rem;
}
.about-section__entry-text .splitted-title__line {
    display: inline-flex;
}
.about-section__visual-part {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.about-section__additional-text,
.about-section__visual {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .about-section__additional-text,
    .about-section__visual {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.about-section__additional-text {
    order: -12;
    margin-bottom: 2.5rem;
    max-width: 305px;
    font-weight: 300;
}
@media (min-width: 768px) {
    .about-section__additional-text {
        order: inherit;
        margin-bottom: 0;
        padding-bottom: 10rem;
    }
}
@media (min-width: 1024px) {
    .about-section__additional-text {
        padding-right: 0.8vw;
        padding-left: 2rem;
        margin-top: -0.5em;
    }
}
@media (min-width: 1440px) {
    .about-section__additional-text {
        padding-bottom: 20rem;
    }
}
@media (min-width: 1920px) {
    .about-section__additional-text {
        padding-bottom: 34rem;
        padding-right: 2rem;
    }
}
.about-section__rewards {
    position: relative;
    z-index: 3;
}
@media (min-width: 768px) {
    .about-section__rewards {
        padding-left: 12.5%;
        margin-top: -10rem;
    }
}
@media (min-width: 1024px) {
    .about-section__rewards {
        padding-left: 34.375%;
    }
}
@media (min-width: 1440px) {
    .about-section__rewards {
        margin-top: -20rem;
        padding-right: 16.875%;
    }
}
@media (min-width: 1920px) {
    .about-section__rewards {
        margin-top: -33rem;
    }
}
.about-section__content {
    padding-bottom: 4rem;
    position: relative;
}
@media (min-width: 768px) {
    .about-section__content {
        padding-bottom: 10rem;
    }
}
.crawling-lines-section {
    min-height: 100%;
}
@media (min-width: 768px) {
    .crawling-lines-section {
        height: 100vh;
    }
}
.crawling-lines-section.site-section--light {
    padding: 6rem 0;
}
@media (min-width: 768px) {
    .crawling-lines-section.site-section--light {
        padding: 0;
    }
}
.crawling-lines {
    padding: 4vw 0;
}
.crawling-line__holder:nth-child(2n) .crawling-line__item {
    animation: crawling-line 20s linear infinite reverse;
}
.crawling-lines__line {
    white-space: nowrap;
    display: flex;
}
.crawling-lines-section__headline {
    position: relative;
    padding: 2.3rem 0;
}
.crawling-lines-section__headline .animated-border {
    bottom: 100%;
}
.crawling-lines-section__title {
    margin: 0;
}
.crawling-line__item {
    -webkit-animation: crawling-line 20s linear infinite;
    animation: crawling-line 20s linear infinite;
}
.crawling-line__item.is-italic-start .crawling-line {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: italic;
}
.is-win .crawling-line__item.is-italic-start .crawling-line {
    top: 0.04em;
}
.crawling-line__item.is-italic-start .crawling-line [data-char="A"] {
    padding-left: 0.12em;
}
.site-section--light .crawling-line__item.is-italic-start .crawling-line {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
    color: transparent;
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: italic;
}
.is-win .site-section--light .crawling-line__item.is-italic-start .crawling-line {
    top: 0.04em;
}
.site-section--light .crawling-line__item.is-italic-start .crawling-line [data-char="A"] {
    padding-left: 0.12em;
}
.crawling-line__item.is-italic-start .crawling-line:nth-child(2n) {
    font-family: Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
}
@-webkit-keyframes crawling-line {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-100vw, 0, 0);
    }
}
@keyframes crawling-line {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-100vw, 0, 0);
    }
}
@media (min-width: 768px) {
    .contact-section {
        padding-top: 7.7rem;
        min-height: calc(100vh - 94px);
    }
}
@media (min-width: 768px) and (min-width: 1024px) {
    .contact-section {
        padding-top: 13.3rem;
    }
}
@media (min-width: 1920px) {
    .contact-section {
        min-height: calc(100vh - 134px);
    }
}
.contacts-info {
    padding-top: 1.5rem;
    padding-bottom: 8px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
}
@media (min-width: 768px) {
    .contacts-info {
        padding-top: 0;
        padding-bottom: 0;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1440px) {
    .contacts-info {
        padding-top: 4vmin;
        padding-bottom: 6.6vmin;
    }
}
.contact-section__headline {
    margin-bottom: 4.3rem;
}
@media (min-width: 1440px) {
    .contact-section__headline {
        margin-bottom: 0;
    }
}
.awards-section .site-offset-holder {
    margin-bottom: 4rem;
}
@media (min-width: 375px) {
    .awards-section .site-offset-holder {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    .awards-section .site-offset-holder {
        margin-bottom: 0;
    }
}
.awards {
    padding: 11vw 0;
}
@media (min-width: 768px) {
    .awards {
        padding: 8rem 0;
        margin-left: 25%;
    }
}
@media (min-width: 1440px) {
    .awards {
        padding: 12rem 0;
    }
}
.awards + .headline-block {
    padding-top: 0;
    padding-bottom: 3rem;
}
@media (min-width: 1024px) {
    .awards + .headline-block {
        padding-bottom: 11.5rem;
    }
}
.awards__holder {
    margin-left: -15px;
    margin-right: -15px;
    display: grid;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
}
@media (min-width: 375px) {
    .awards__holder {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .awards__holder {
        grid-gap: 6.5rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.awards__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: grid;
}
.award {
    display: grid;
    grid-template-rows: auto 1fr;
}
@media (min-width: 375px) {
    .award {
        grid-template-rows: 1fr 1fr;
    }
}
.award__media {
    margin-bottom: 2.5rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.award__image {
    max-width: 100%;
    width: auto;
    display: block;
}
.award__content {
    flex-grow: 1;
}
.award__title {
    font-size: 22px;
    margin-bottom: 2rem;
}
@media screen and (min-width: 320px) {
    .award__title {
        font-size: calc(22px + 6 * (100vw - 320px) / 1600);
    }
}
@media screen and (min-width: 1920px) {
    .award__title {
        font-size: 28px;
    }
}
.awards-section .table-block {
    margin-bottom: 4rem;
}
@media (min-width: 1440px) {
    .awards-section .table-block {
        margin-bottom: 14rem;
    }
}
.form-section {
    padding: 4rem 0;
}
@media (min-width: 1024px) {
    .form-section {
        padding: 10vmin 0;
    }
}
@media (min-width: 1440px) {
    .form-section {
        padding: 18rem 0;
    }
}
.form-section__headline {
    position: relative;
    padding-top: 2.5rem;
}
@media (min-width: 1024px) {
    .form-section__headline {
        padding-top: 3.5rem;
    }
}
.form-section__headline .animated-border {
    top: 0;
}
.form-section__headline .text-block__label {
    margin-bottom: 3.5rem;
    font-size: 14px;
}
.form-section__headline .form-section__headline {
    padding-top: 0;
}
.form-section__headline .entry-title {
    position: relative;
    left: -0.12em;
}
.form-section__headline:last-child {
    margin-bottom: 0;
}
.footer__content {
    padding: 3.5rem 0;
    position: relative;
    font-size: 16px;
}
@media (min-width: 1920px) {
    .footer__content {
        padding: 5.6rem 0;
    }
}
.footer__content .animated-border {
    bottom: auto;
    top: 0;
}
@media (min-width: 1024px) {
    .about-intro .site-section__holder {
        padding-bottom: 0;
        margin-bottom: -20px;
    }
}
.about-intro + .blocks {
    margin-top: -13px;
}
@media (min-width: 768px) {
    .about-intro + .blocks {
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    .contact-intro.intro-section--first-child-offset {
        margin-bottom: 10vmin;
    }
}
@media (min-width: 1440px) {
    .contact-intro.intro-section--first-child-offset {
        margin-bottom: 18rem;
    }
}
.contact-intro .splitting a[href^="mailto"] {
    transition: color 0.35s, -webkit-text-stroke-color 0.35s, -webkit-text-stroke-width 0.35s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    color: #fff;
    -webkit-text-stroke-color: transparent;
    position: relative;
}
@media (prefers-reduced-motion: reduce) {
    .contact-intro .splitting a[href^="mailto"] {
        transition: none;
    }
}
@media (min-width: 768px) {
    .contact-intro .splitting a[href^="mailto"] {
        text-decoration: none;
    }
}
.contact-intro .splitting a[href^="mailto"]:hover {
    color: transparent;
    -webkit-text-stroke-color: #fff;
}
@media (min-width: 768px) {
    .contact-intro .splitting a[href^="mailto"]:after {
        transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        transform: scaleX(0);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 0.1em;
        background-color: currentColor;
        transform-origin: 0 0;
        box-shadow: inset 0 0 0 1px #fff;
    }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .contact-intro .splitting a[href^="mailto"]:after {
        transition: none;
    }
}
@media (min-width: 768px) {
    .contact-intro .splitting[data-shown="true"] a:after {
        transform: scaleX(1);
    }
}
.contact-intro .intro-section__content {
    margin-bottom: 4rem;
}
@media (min-width: 1440px) {
    .contact-intro .intro-section__content {
        margin-bottom: 0;
    }
}
