@font-face {
    font-family: 'NeueMachina';
    src: url('../public/fonts/') format('woff2'), url('../public/fonts/NeueMachina-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMachina';
    src: url('../public/fonts/NeueMachina-Regular.woff2') format('woff2'), url('../public/fonts/NeueMachina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMachina';
    src: url('../public/fonts/NeueMachina-Ultrabold.woff2') format('woff2'),
        url('../public/fonts/NeueMachina-Ultrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'NeueMachina', sans-serif;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 19px;
    min-height: 85px;
}

@media (min-width: 769px) {
    .section-2 svg .change-color,
    .section-3 svg .change-color,
    .section-5 svg .change-color,
    .section-6 svg .change-color {
        fill: #DF3751 !important;
        transition: 0.5s ease fill;
    }


    .section-3 svg path:not(.change-color),
    .section-6 svg path:not(.change-color) {
        fill: #271d32;
    }
}

.site-header nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 984px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 18.3px;
    line-height: normal;
    font-weight: 300;
}

.site-header nav a {
    display: inline-block;
    padding: 11px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease color;
}

.site-header nav a:hover,
.site-header nav a.current {
    color: #DF3751;
}

.section-1 .site-header nav a:hover,
.section-4 .site-header nav a.current,
.section-4 .site-header nav a:hover {
    color: #271d32;
}

.site-header nav .branding svg {
    display: block;
    width: 100%;
    height: 100%;
}

.site-header nav .branding>a {
    padding: 0;
}

main {
    display: flex;
    height: 100vh;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

/* Hide scrollbar for Chrome, Safari and Opera */
main::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
main {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

p {
    margin: 0 0 13.2px;
}

section {
    background-color: #000;
    color: #fff;
    min-width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    padding-top: 95px;
    background-repeat: repeat;
    background-position: left top;
    position: relative;
}

.nextButton {
    background-color: transparent;
    border: none;
    outline: 0;
    width: 100%;
    max-width: 1006px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    text-align: right;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.section-wrap {
    max-width: 1006px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
}

.menu-toggle {
    display: none;
}

.home-section {
    background: url(../assets/bg-red.jpg);
}

.home-section .home-title {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.home-section h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    position: relative;
    margin-top: auto;
    margin-bottom: 0;
}

.home-section .home-fly {
    position: relative;
    z-index: 1;
    margin-left: -80px;
    margin-top: -150px;
}

.home-section .home-fly img {
    max-width: 100%;
    height: auto;
}

.home-section h1 span {
    font-size: 62px;
    display: block;
}

.home-section .nextButton svg {
    margin-right: 16px;
}

.about-section {
    background: url(../assets/bg-purple.jpg);
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.about-content,
.video-container {
    width: 50%;
}

.about-content {
    max-width: 413px;
}

.about-text {
    font-size: 19.3px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
}

.about-content h2 {
    font-size: 52.1px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #df3751;
    margin-top: 0;
    margin-bottom: 32px;
}

.about-section strong {
    font-weight: 800;
}

.about-content :last-child {
    margin-bottom: 0;
}

.video-container {
    width: 500px;
    max-width: 100%;
    height: auto;
    position: relative;
}

.video-container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#section1 .nextButton svg path,
#section2 .nextButton svg path,
#section4 .nextButton svg path,
#section5 .nextButton svg path {
    fill: #fff;
}

.show-in-mobile {
    display: none;
}

.services-section {
    background-image: url(../assets/bg-grey.jpg);
}

.section-2 #menu-icon path,
.section-5 #menu-icon path {
    fill: #df3751;
}

.lableaders-about {
    display: flex;
    align-items: center;
}

.lableaders-about.reverse {
    flex-direction: row-reverse;
    text-align: right;
}

.lableaders-about .avatar {
    width: 270px;
    height: 270px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.lableaders-about .avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.lableaders-info {
    flex: 1;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.42px;
    color: #fff;
    max-width: 475px;
}

.reverse .lableaders-info {
    padding-left: 0;
    padding-right: 30px;
}

.lableaders-info h5 {
    font-size: 26.7px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #271d32;
    margin: 0 0 19px;
    text-transform: uppercase;
}

@media (min-width: 1025px) {

    .section-3 .site-header nav a,
    .section-6 .site-header nav a {
        color: #271d32;
    }

    .section-3 .site-header nav a:hover,
    .section-3 .site-header nav a.current,
    .section-6 .site-header nav a:hover,
    .section-6 .site-header nav a.current {
        color: #df3751;
    }
}

.section-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.box {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 16px;
}

.box-inner {
    background-color: #271d32;
    color: #df3751;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    font-size: 44px;
    width: 100%;
    height: 100%;
    padding-top: 28px;
    min-height: 185px;
    display: flex;
    flex-direction: column;
}

.box-inner p {
    margin: 0;
}

.box-inner.red {
    padding-top: 0;
    background-color: #df3751;
    color: #271d32;
}

.box-inner.red p {
    margin-top: auto;
    padding-bottom: 20px;
    letter-spacing: var(--spacing);
}

.box-inner .white {
    color: #fff;
}

.box.trans {
    margin-top: auto;
    margin-bottom: auto;
}

.box .nextButton {
    position: inherit;
    padding-right: 30px;
}

.section-3 .nextButton svg path {
    fill: #DF3751;
}

.lab-section {
    background-image: url(../assets/bg-red.jpg);
}

.clients-section {
    background-image: url(../assets/bg-purple.jpg);
}

.trusted-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    gap: 6rem 3rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.contact-section {
    background-image: url(../assets/bg-grey.jpg);
}

main section:last-child .nextButton {
    transform: rotate(-180deg);
}

.contact-section h2 {
    font-size: 51.8px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #271d32;
    margin: 0;
}

.contact-section h2 strong {
    font-weight: 800;
    color: #df3751;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
}

.contact-grid > * { 
    width: 50%;
}

.contact-section .social {
    font-size: 25.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #271d32;
    display: flex;
    padding-top: 96px;
}

.contact-section .social a {
    text-decoration: none;
    margin-bottom: 15px;
    color: #271d32;
    display: flex;
    align-items: center;
}

.contact-section .social a img {

  flex: 0;
  margin-right: 7.5px;
}

#contactForm {
    max-width: 355px;
    margin-left: auto;
}

#contactForm label {
    font-size: 16.1px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #271d32;
    display: block;
    margin-bottom: 5px;
}

#contactForm .input-control {
    display: block;
    width: 100%;
    height: 30px;
    border: solid 3px #df3751;
    background-color: #efefef;
}

#contactForm textarea.input-control {
    min-height: 176px;
}

#contactForm .form-group {
    margin-bottom: 18px;
}

#contactForm .form-group.--last{
    padding-top: 17px;
    margin-bottom: 30px;
}

#contactForm input[type=submit] {
    font-size: 23.9px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    width: 170px;
    padding: 8px 10px 5px 10px;
    background-color: #df3751;
    text-align: center;
    margin-left: auto;
    display: block;
    border: none;
    cursor: pointer;
}

.social.show-in-mobile {
    display: none;
}

.form-sent {
    padding: 10px;
    background-color: #271d32;
    color: #fff;
    font-size: 17.6px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: none;
}

@media (max-width: 1200px) {
    .box-inner {
        font-size: 44px;
    }
}

@media (max-width: 1024px) {
    .menu-toggle #close-icon {
        position: relative;
        z-index: 4;
    }

    .menu-toggle #close-icon,
    .menu {
        display: none;
    }

    .menu-open #menu-icon {
        display: none;
    }

    .menu-open #close-icon {
        display: block;
        margin-right: 40px;
    }

    .menu {
        padding: 72px 0 0 0;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 195px;
        flex-direction: column;
        text-align: right;
        background-image: url(../assets/bg-purple.jpg);
        z-index: 3;
    }

    .menu-open .menu {
        display: flex;
    }

    .menu-open:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    .menu-toggle {
        display: block;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;
        outline: 0;
        background: transparent;
        border: none;
        position: relative;
        cursor: pointer;
    }

    body .site-header nav a:hover {
        color: white !important;
    }

    body .site-header nav a.current {
        color: #DF3751 !important;
    }

    .site-header nav a {
        display: block;
        padding: 11px 20px;
    }

    .home-section .home-title {
        display: block;
        text-align: center;
    }

    .home-section .home-fly {
        padding-top: 32px;
        margin: 0 auto;
        max-width: 255px;
    }

    .home-section h1 {
        white-space: normal;
    }

    .nextButton {
        padding-right: 40px;
    }

    .about-text {
        font-size: 16px;
    }

    .about-section h2 {
        font-size: 36px;
    }

    .box {
        width: 50%;
    }

    .box-inner {
        font-size: 44px;
        min-height: 150px;
    }

    .box.trans {
        flex: 1;
    }

    .box.trans .nextButton {
        padding-right: 0;
    }

    .trusted-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-section h2 {
        font-size: 44px;
    }

    .contact-section .social {
        font-size: 20px;
        padding-top: 50px;
    }
}

@media (max-width: 768px) and (min-width: 576px) {

    .section-wrap,
    .site-header nav,
    .nextButton {
        max-width: 540px;
    }
}

@media (max-width: 768px) {
    main {
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
        scroll-snap-type: unset;
    }

    section {
        overflow-y: unset;
        scroll-snap-align: unset;
        padding-top: 152px;
        padding-bottom: 80px;
        display: block;
        min-height: 100vh !important;
        height: auto;
    }

    section.home-section {
        display: flex;
        padding-top: 112px;
        padding-bottom: 0;
    }

    .home-section h1 {
        font-size: 26.3px;
    }

    .home-section h1 span {
        font-size: 33.4px;
    }

    .home-section .home-title {
        max-width: 224px;
        margin: 0 auto;
    }

    .nextButton {
        padding-right: 0;
    }

    .nextButton svg {
        width: 23px;
        height: 23px;
        transform: rotate(90deg);
    }

    .about-content,
    .video-container {
        max-width: 100%;
        width: 100%;
    }
    
    .video-container video {
        height:250px;
    }

    .d-sm-block {
        display: block !important;
    }

    .about-section h2 {
        font-size: 21.8px;
        line-height: 1.3;
        margin-bottom: 15px;
        max-width: 270px;
        margin-bottom: 23px;
    }

    .about-section h2 br {
        display: none;
    }

    .about-text {
        font-size: 13px;
        line-height: 1.35;
        letter-spacing: -0.26px;
        max-width: 285px;
    }

    .show-on-desktop {
        display: none;
    }

    .show-in-mobile {
        display: block;
    }

    .video-container {
        margin-bottom: 23px;
        padding-bottom: 0;
    }

    .box {
        width: 100%;
    }

    .box-inner {
        min-height: 110px;
        font-size: 40px;
    }

    .box-inner {
        padding-top: 14px;
    }

    .box-inner.red p {
        margin-top: auto;
        margin-bottom: auto;
        padding-bottom: 0;
    }

    .section-grid {
        padding-top: 50px;
    }

    .services-section {
        padding-bottom: 40px;
    }

    .lableaders-about {
        display: block;
    }

    .lableaders-about.reverse {
        text-align: left;
    }

    .lableaders-info {
        padding-left: 0;
    }

    .reverse .lableaders-info {
        padding-right: 0;
    }

    .leader-head {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
    }

    .leader-head .avatar {
        width: 110px;
        height: 110px;
    }

    .lableaders-info {
        font-size: 13px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: -0.42px;
    }

    .lableaders-info h5 {
        font-size: 19.3px;
        line-height: 1.15;
        margin-bottom: 0;
        padding-left: 21px;
        width: calc(100% - 180px);
    }

    .lableaders-about {
        padding-bottom: 17px;
    }

    .trusted-logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .contact-grid > * { 
        width: 100%;
    }
    
    #contactForm {
        max-width: 100%;
        margin: 0;
    }

    .contact-left-col {
        display: flex;
        flex-direction: column;
    }

    .show-in-mobile.social {
        display: flex !important;
		justify-content: flex-end;
    }

    .contact-section h2 {
        font-size: 37.2px;
        line-height: 1.25;
        margin-bottom: 38px;
        order: 2;
    }

    #contactForm .form-group {
        margin-bottom: 9px;
    }

    #contactForm .form-group.--last {
        padding-top: 0;
    }

    #contactForm input[type=submit] {
        width: 125px;
        font-size: 17.3662px;
        line-height: 17px;
        padding: 4px 10px 5px 10px;
    }

    #contactForm textarea.input-control {
        min-height: 126px;
    }

    .contact-section .social {
        font-size: 16.3241px;
        line-height: 1;
        padding-bottom: 30px;
        justify-content: center;
        padding-top: 0;
    }

    .contact-section .social a  {
        margin-right: 5px;
        margin-left: 5px;
    }

    .contact-section .social a img {
        width: 28px;
        margin: 0;
    }

    .social.show-on-desktop {
        display: none;
    }

    .site-header {
        background-color: #fff;
        padding-top: 37px;
        padding-bottom: 36px;
    }

    .visible-on-desktop {
        display: none !important;
    }

    .menu-toggle svg path {
        fill: #df3751;
    }

    .home-section .home-fly {
        padding-top: 23.4px;
        max-width: 197.8px;
    }

    .nextButton {
        max-width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
        bottom: 60px;
    }

    .nextButton svg {
        display: inline-block;
        width: 40px;
        height: 33px;
        margin-right: 0 !important;
    }

    .section-3 .site-header,
    .section-6 .site-header {
        background-color: #df3751;
    }

    .section-3 .menu-toggle svg path,
    .section-6 .menu-toggle svg path {
        fill: #fff;
    }

    .section-3 .change-color,
    .section-6 .change-color {
        fill: #fff;
    }

    .box {
        margin-bottom: 10px;
    }

    .nextButton {
        display: none;
    }

    #section1 .nextButton {
        display: block;
    }

    #contactForm label {
        font-size: 12.5px;
    }

    #contactForm .input-control {
        height: 28px;
        font-size: 12px;
    }


    .menu-toggle {
        /*margin-left: 30px;*/
    }
}

@media (max-width: 575px) {

    .section-wrap,
    .site-header nav,
    .nextButton {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-open nav {
        padding-right: 30px;
    }

    .site-header nav a {
        padding: 11px 30px;
    }

    .section-grid {
        padding-top: 0;
    }
}

@media (min-width: 769px) {
    .visible-on-mobile {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .menu {
        display: flex !important;
    }
}

.site-header .cnt-btn {
    min-width: 165px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 24px;
    background-color: rgba(217, 217, 217, 0.56);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: normal;
    text-align: center;
    color: #271d32;
    /*margin-left: auto;*/
}

.section-3 .site-header .cnt-btn,
.section-6 .site-header .cnt-btn {
    background-color: #271d32;
    color: #fff;
}