html, body {
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #003E52;

    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.container {
    max-width: 1835px;
    width: calc(100vw - 85px);
    margin: 0 auto;
}

.container2 {
    max-width: 1835px;
    width: calc(100vw - 200px);
    margin: 0 auto;
}

.header {
    margin:32px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-right {
    display: flex;
}

.header-right-item {
    margin-left: 58px;
}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
    width: 32px;
    height: 24px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: "";
    display: block;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle-label span::before {
    transform: translateY(-8px);
}

.nav-toggle-label span::after {
    transform: translateY(8px);
}

.nav-toggle:checked + .nav-toggle-label span {
    transform: rotate(45deg);
}

.nav-toggle:checked + .nav-toggle-label span::before {
    transform: rotate(-90deg);
}

.nav-toggle:checked + .nav-toggle-label span::after {
    opacity: 0;
}

@media (max-width: 1100px) {
    .header-right {
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 16px;
        background-color: #003E52;
        padding: 16px 24px;
        border-radius: 16px;
        flex-direction: column;
        align-items: flex-start;
        display: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
        z-index: 10;
    }

    .header-right-item {
        margin: 8px 0;
    }

    .nav-toggle-label {
        display: flex;
        margin-left: auto;
    }

    .nav-toggle:checked ~ .header-right {
        display: flex;
    }
}

.header-right-item a {
    text-decoration: none;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:20px;
    transition: color 0.22s ease;
}

.header-right-item:not(.contact-button) a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;         
    border-radius: 50%;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 17px;
    position:relative;
    top: 2px;
    transition: background-color 0.22s ease;
}

.header-right-item.active-nav-link a{
    color: #DC440A;
}

.header-right-item.active-nav-link a::before {
    background-color: #DC440A;
}

.header-right-item:hover a {
    color: #DC440A;
}

.header-right-item:hover a::before {
    background-color: #DC440A;
}

.header-right-item.contact-button a {
    color: #003E52;
    background-color: #fff;
    padding: 6px 25px;
    border-radius: 20px;
    transition: background-color 0.22s ease, color 0.22s ease;
}

.header-right-item.contact-button:hover a {
    color: #fff ;
    background-color: #DC440A;
}

.header-logo {
    width: 238px;
    transition: opacity 0.22s ease;
}

.header-left a:hover .header-logo {
    opacity: 0.88;
}

.footer {
    padding: 150px 0px;
    display:flex;
    align-items: center;
    justify-content: space-between
}

.footer-left {
    flex:1;
}

.footer-logo {
    width: 90%
}

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


@media (max-width: 980px) {
    .footer {
        gap: 100px;
    }

    .footer-right {
        flex-direction: column;
        gap: 30px
    }
}


@media (max-width: 425px) {
    .footer {
        flex-direction: column;
    }
}

.footer-right-item-title {
    color:#DC440A;
    text-transform: uppercase;
    font-size:25px;
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 700;
    margin-bottom:20px;
    text-decoration:underline
}

.footer-right-item-link {
    display:block;
    color:#fff;
    font-size:30px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height:60px;
    text-decoration:none;
}

a.footer-right-item-link {
    transition: color 0.22s ease;
}

a.footer-right-item-link:hover {
    color:#DC440A;
}

.footer-right-item-buttons {
    display:flex;
    align-items: center;
    gap:20px;
    color:#fff;
}

.footer-right-item-button {
    cursor: pointer;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.footer-right-item-button:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.footer-right-item-button:active {
    transform: translateY(0);
}

@media (max-width: 1440px) {
    .footer-right-item-link {
        font-size: 25px;
    }
    .footer-right-item-title {
        font-size: 20px;
    }

}

@media (max-width: 1100px) {
    .footer-right-item-title {
        font-size: 18px;
    }
    .footer-right-item-link {
        font-size: 22px;
    }
}


.proxima-medium {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.asterisk-semi-bold {
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 600;
}

.asterisk-extra-bold {
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 800;
}

.asterisk-regular {
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 400;
}


.blue-button {
    display:inline-block;
    margin-top:55px;
    background: #003E52;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}


.white-button {
    display: inline-block;
    width: auto;
    margin-top:25px;
    background: #fff;
    color: #003E52;
    border-radius: 50px;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.orange-button {
    display: inline-block;
    width: auto;
    background: #DC440A;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 16px 28px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.blue-button:hover, .white-button:hover {
    background: #DC440A;
    color: #fff;
}

.blue-button:hover, .white-button:hover, .orange-button:hover {
    transform: translateY(-1px);
}

.orange-button:hover {
    background: #c23b09;
}

.blue-button:active, .white-button:active, .orange-button:active {
    transform: translateY(0);
}


@media (max-width: 1000px) {
    .white-button {
        font-size: 20px;
    }
}

.hero-section {
    max-width: 100%;
    height: calc(100vh - 214px);
    border-radius: 0px 62px;
}

.hero-section-content {
    display:flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
    flex:1;
    width:100%;
    height:100%;

    background: linear-gradient(to right, #fff 0%, transparent 100%);
    border-bottom-left-radius: 62px;
}

.hero-section-content-inner {
    padding-left:90px;
}

@media (max-width: 425px) {
    .hero-section-content-inner {
        padding-left: 20px;
    }
}

.hero-section-title {
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #DC440A;
    text-transform: uppercase;

    font-family: proxima-nova, sans-serif;
    font-weight: bold;
    font-size:30px;

    display:inline-block;
    padding:10px 18px
}

.hero-section-subtitle {
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 600;
    font-size: 80px;
    line-height: 99px;
    color: #003E52;
    margin: 23px 0px;
}

.hero-section-subtitle b {
    font-variation-settings: "wght" 800;
    color: #DC440A;
}

.hero-section-description {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 37px;
    color: #003E52;
}

@media (max-width: 1230px) {
    .hero-section {
        height: 600px;
    }

    .hero-section-title {
        font-size:30px;
    }
    .hero-section-subtitle {
        font-size: 60px;
        line-height: 80px;
    }
    .hero-section-description {
        font-size:20px;
        line-height: 37px;
    }
}

@media (max-width: 980px) {
    .hero-section-title {
        font-size:20px;
    }
    .hero-section-subtitle {
        font-size: 40px;
        line-height: 60px;
    }
    .hero-section-description {
        font-size:18px;
        line-height: 37px;
    }
}

@media (max-width: 425px) {
    .hero-section-subtitle {
        font-size:20px;
        line-height: 37px;
    }

    .hero-section .blue-button {
        font-size: 20px;
    }
}

.scroll-down-section {
    margin-top: 36px;
    color:#fff;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    text-align: right;
}

.section-title {
    margin-top: 270px;
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 600;
    font-size: 120px;
    color: #fff;
    text-align: center;
}

.section-title.blue-to-orange {
    color: #003E52 !important;
}

.section-title b {
    color: #DC440A;
}

.section-title.animate-left-to-right b,
.section-title.animate-left-to-right .char {
    color: inherit;
}

.section-subtitle {
    font-family: proxima-nova, sans-serif;
    font-size:30px;
    text-align: center;
    color:#fff;
    margin-top: 44px;
}

.padding-subtitle {
    padding: 0px 10%;
}


@media (max-width: 1000px) {
    .section-title {
        font-size: 100px;
    }
    .section-subtitle {
        font-size: 25px;
        line-height: 37px;
    }
}

@media (max-width: 425px) {
    .section-title {
        font-size: 60px;
    }
    .section-subtitle {
        font-size: 20px;
        line-height: 37px;
    }
}

.mt-0 {
    margin-top: 0px;
}

.our-streamlined-approach-section-list {
    margin-top: 270px;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 121px;
    max-height: calc(100vh - 88px);
    padding: 44px 0px 44px 0px;
}

.our-streamlined-approach-section-list-item {
    display:flex;
    flex-direction: row;
    gap: 44px;
    justify-content: space-between;
    align-items: center;
}

.our-streamlined-approach-section-list-item-image {
    flex: 5;
    position: relative;
    min-width: 0;
}

.our-streamlined-approach-section-list-item-content-list-scroller {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 150px;
    background: #003E52;
    z-index: 1
}

.our-streamlined-approach-section-list-item-image img {
    width: 100%
}

.our-streamlined-approach-video-stack {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    height: calc(100vh - 85px);
    background: #000;
    border-radius: 0px 60px;
    overflow: hidden;
}

.our-streamlined-approach-video-mobile {
    display: none;
    width: 100%;
    background: #000;
    vertical-align: top;
}

.our-streamlined-approach-video-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
}

.our-streamlined-approach-video-layer.is-visible {
    opacity: 1;
}

.our-streamlined-approach-section-list-item-content {
    flex: 1;
    margin: 180px 50px;
}

.our-streamlined-approach-section-list-item-content-list {
    position: relative;
    flex: 3;
    overflow: hidden;
    height: calc(1081px - 40vh);
}

.fade-scroll {
    /* fade top + bottom */
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0px,
    black 70px,
    black calc(100% - 70px),
    transparent 100%
  );

  mask-image: linear-gradient(
    to bottom,
    transparent 0px,
    black 70px,
    black calc(100% - 70px),
    transparent 100%
  );
}

@media (max-width: 768px) {
    .our-streamlined-approach-section-list-item-content-list-scroller {
        display: none;
    }

    .our-streamlined-approach-section-list-item-content-list {
        height: auto
    }
    
    .our-streamlined-approach-section-list-item-content {
        margin: 50px 
    }

    .our-streamlined-approach-section-list {
        height: auto;
        max-height: max-content
    }

    .section-title {
        margin-top: 150px;
        font-size: 70px;
    }
}

.our-streamlined-approach-section-list-item-content-list .our-streamlined-approach-section-list-item-content.is-visible {
    pointer-events: auto;
    transform: translateY(0);
}

.our-streamlined-approach-section-list-item-number {
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
}

.our-streamlined-approach-section-list-item-title {
    margin: 44px 0px;
    font-family: asterisk-sans-variable, sans-serif;
    font-variation-settings: "wght" 600;
    font-size: 70px;
    line-height: 99px;
    color: #fff;
}

.our-streamlined-approach-section-list-item-description {
    font-family: proxima-nova, sans-serif;
    font-size: 25px;
    line-height: 37px;
    color: #fff;
}

@media (max-width: 1250px) {
    .our-streamlined-approach-section-list-item-title {
        /* font-size: 60px; */
        font-size: 3em;
        line-height: 80px;
    }
    .our-streamlined-approach-section-list-item-description {
        font-size: 20px;
        line-height: 37px;
    }
    .our-streamlined-approach-section-list-item-number {
        font-size: 20px;
        line-height: 37px;
    }
}

@media (max-width: 900px) {
    .our-streamlined-approach-video-stack {
        display: none;
    }

    .our-streamlined-approach-video-mobile {
        display: block;
    }

    .our-streamlined-approach-section-list-item {
        flex-direction: column;
    }

    .our-streamlined-approach-section-list-item.reverse-flex-responsive {
        flex-direction: column-reverse;
    }

    .our-streamlined-approach-section-list-item-title {
        font-size: 40px;
        line-height: 60px;
    }

    .our-streamlined-approach-section-list-item-content-list {
        width: 100%;
        position: static;
        overflow: visible;
        min-height: 0 !important;
        height: auto !important;
    }

    .our-streamlined-approach-section-list-item-content-list .our-streamlined-approach-section-list-item-content {
        position: relative;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }

    .our-streamlined-approach-section-list-item-content-list .our-streamlined-approach-section-list-item-content + .our-streamlined-approach-section-list-item-content {
        margin-top: 48px;
    }
}

.contact-us-section {
    background: url(../images/contact-us-background.png) center;
    padding: 120px 0px;
    margin-top: 250px;
}

.contact-us-section .container {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.contact-us-section .section-title {
    color: #003E52;
    margin-bottom: 53px;
    margin-top: 0px;
}

.section-description {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    line-height: 37px;
    color: #003E52;
}

@media (max-width: 425px) {
    .contact-us-section  .section-title {
        font-size: 60px;
    }
    .contact-us-section .section-description {
        font-size: 25px;
        line-height: 37px;
    }
}

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

.our-streamlined-approach-section-list-wwd {
    margin-top: 270px;
    display:flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 121px;
    
    padding: 44px 0px 44px 0px;
}

.our-streamlined-approach-section-list-item-wwd {
    display:flex;
    flex-direction: row;
    gap: 44px;
    justify-content: space-between;
    align-items: center;
    /* max-height: calc(100vh - 88px); */
}

.our-streamlined-approach-section-list-item-content-wwd {
    flex: 3;
    margin: 180px 50px;
}


.our-streamlined-approach-section-list-item-image-wwd img {
    height: calc(100vh - 140px)
}