@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #828D9C;
    text-align: left;
    background-color: #fff;
}

h1 {
    font-family: "Poppins", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    font-size: 40px;
}

.page-wrap {
    margin-top: 45px;
    position: relative;
    width: 100%;
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
}

/* img {
  height: 80%;
  width: 100%;
  top: 0px;
} */

p {
    color: silver;
    font-size: 16px;
}

h2, .h2 {
    font-size: 2.75rem;
}

.logo {
    background: url(../images/workflow/logo_w.png) no-repeat center;
    overflow: hidden;
    text-indent: -99999px;
    display: block;
    width: 141px;
    height: 38px;
    background-size: 100%;
    float: left;
    z-index: 2222;
    position: relative;
}

.logo.white {
    background: url(../images/workflow/logo_w.png) no-repeat center;
    background-size: 100%;
}

.logo.black {
    background: url(../images/workflow/logo_d.png) no-repeat center;
    background-size: 100%;
}

.navigation-wrap {
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 24px;
}

.navigation-wrap button:hover {
    color: deepskyblue;
}

.workflow-page {
    overflow: visible;
}

.nav-button {
    font-size: 14px;
    font-weight: 600;
    color: #828D9C;
    letter-spacing: 0;
    transition: 0.4s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.nav-bar-left {
    width: 50%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 30px;
}

.headed-logo-wrap {
    margin-left: 50px;
}

.nav-bar-right {
    width: 313px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 78px;
}

.board {
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    background-size: cover;
    background-color: transparent;
}

.board.solid_background {
    background: #FAFAFA;
}

.board.background_1 {
    background-image: url("../images/workflow/background 1.svg");
}

.background_2 {
    height: 100px;
    width: 100%;
    background-image: url("../images/workflow/background 2.svg");
}

.sections-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 205px;
}

.info-block-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.info-block-wrap.heading {
    padding: 83px 11%;
}

.info-block-wrap.heading .info-block-content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 97%;
    align-items: flex-start;
    justify-content: space-between;
}

.info-block-wrap.margin-top {
    margin-top: 60px;
}

.info-block-wrap.margin-bottom {
    margin-bottom: 55px;
}

.info-block-wrap.gray-wave {
    top: -80px;
    padding-top: 300px;
    background-image: url('../images/workflow/background 2.svg');
}

.lower-gray-wave {
    top: -80px;
    position: absolute;
    width: 100%;
    background-image: url('../images/workflow/background 1.svg');
    height: 1355px;
    overflow: visible;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #fafafa; */
}

.gray-background {
    position: absolute;
}

.middle-gray-wave {
    top: -44px;
    position: absolute;
    width: 100%;
    background-image: url('../images/workflow/background 1.svg');
    height: 2050px;
    overflow: visible;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-block-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
}

.info-block-content.small {
    max-width: 617px;
    margin-top: 85px;
}

.info-block-content.medium {
    max-width: 1040px;
}

.info-block-content.large {
    max-width: 1161px;
    align-items: flex-start;
    justify-content: space-between;
}

.info-block-page-description {
    display: flex;
    flex-direction: column;
    max-width: 490px;
    align-items: flex-start;
    justify-content: center;
    width: 47%;
}

.info-block-page-description .text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 43px;
    margin-bottom: 53px;
}

.info-block-page-image-wrap {
    position: absolute;
    right: -2.2%;
    width: 50%;
}

.info-block-description {
    display: flex;
    flex-direction: column;
    max-width: 470px;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    width: 50%;
}

.info-block-description.right {
    padding-top: 84px;
    padding-left: 2px;
}

.info-block-description.left {
    padding-left: 70px;
}

.info-block-story-image-wrap {
    position: relative;
    max-width: 530px;
    width: 50%;
}

.info-block-item {
    display: flex;
    flex-direction: column;
    width: 255px;
    align-items: center;
    justify-content: center;
}

.info-block-item-image-wrap {
    padding: 28px;
    width: 120px;
    height: 120px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 12px 36px rgba(24, 29, 51, 0.04);
    box-sizing: border-box
}

.info-block-item-image {
    width: 100%;
    height: 100%;
}

.info-block-item-text {
    max-width: 100%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 16px;
    color: #828D9C;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 25px;
}

.info-block-item-text.large {
    font-size: 22px;
    font-weight: 600;
    color: #828D9C;
    letter-spacing: 0;
    text-align: center;
    line-height: 34px;
    margin-top: 51px;
}

.info-block-item-text.limited {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.info-block-item-text.align-left {
    text-align: left;
}

.info-block-item-text.align-center {
    text-align: center;
    max-width: 300px;
    width: 107%;
}

/* @media screen and (max-width: 768px) {
  .info-block {
    flex-direction: column;
  }
} */

.info-block-title {
    text-align: left;
    max-width: 960px;
    color: #313D4D;
    letter-spacing: 0;
    line-height: 60px;
    margin: initial;
}

.info-block-title.medium {
    font-size: 40px;
    color: #313D4D;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
}

.info-block-title.blue {
    color: #00c3ff
}

.info-block-subtitle {
    width: 100%;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 600;
    font-size: 24px;
    color: #051B3A;
    letter-spacing: 0;
}

.info-block-subtitle.align-left {
    text-align: left
}

.sub-heading {
    font-size: 24px;
    color: #051B3A;
}

.image-wrap {
    width: 50%;
}

.footer-wrap {
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    background-image: url("../images/workflow/background 3.svg");
    background-color: #FAFAFA;
    background-size: cover;
    padding-top: 232px;
    padding-bottom: 122px;
}

.actions-wrap {
    padding-top: 352px;
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 100%;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    height: 746px;
}

.actions-content {
    z-index: 1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dark-gray-wave {
    top: 151px;
    position: absolute;
    width: 100%;
    background-image: url('../images/workflow/background 3.svg');
    height: 1710px;
    overflow: visible;
    z-index: 0;
    height: 596px;
    background-size: cover;
    background-repeat: no-repeat;
}

.actions-wrap .buttons-wrap {
    margin-top: 58px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin-left: 165px; */
}

.actions-info {
    width: 100%;
    margin-top: 120px;
    color: white;
}

.actions-title {
    white-space: nowrap;
    margin-bottom: 14px;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
    max-width: 900px;
    font-size: 44px;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 600;
    margin-top: 31px;
    color: white;
}

.actions-text {
    white-space: nowrap;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: -0.4px;
    text-align: center;
    line-height: 45px;
    margin-top: 19px;
}

footer {
    z-index: 3;
    width: 100%;
    background-color: #313d4d;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    max-width: 1166px;
    width: 100%;
    height: 84px;
}

.footer-meta {
    border-top: 1.7px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0 30px;
    font-size: 0.875em;
    line-height: 1.42;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}

footer .footer-content-wrap .footer-meta .copyright {
    float: right;
}

.footer-buttons-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 385px;
    box-sizing: border-box;
    padding-right: 52px;
}

.footer-button {
    font-size: 14px;
    color: #E6E8EB;
    letter-spacing: 0;
}

.copyright {
    font-size: 14px;
    color: #B4BAC3;
    letter-spacing: 0;
    margin-top: 23px;
    right: 1px;
    position: relative;
}

@media (max-width: 767px) {
    .copyright {
        font-size: 14px;
        color: #B4BAC3;
        letter-spacing: 0;
        margin-top: 11px;
        right: 4px;
        position: relative;
    }

    .logo.white {
        background: url(../images/workflow/logo_w.png) no-repeat center;
        background-size: 100%;
        top: -1px;
        left: 3px;
    }
}

button {
    border: 0;
    cursor: pointer;
    background-color: #ffffff00;
    padding: 10px;
    color: inherit;
    font-size: 14px;
    outline: none;
}

.transparent-button {
    border-radius: 10px;
    border-color: deepskyblue;
    color: deepskyblue;
}

.brand-button {
    white-space: nowrap;
    min-width: 200px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 18px 15px;
    box-shadow: 0 12px 30px rgba(24, 29, 51, 0.0775589);
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.brand-button.right-space {
    margin-right: 24px;
}

.brand-button.primary {
    color: #fff;
    background-color: #00C3FF;
    border-color: #00C3FF;
}

.brand-button.primary:hover {
    background: transparent;
    border-color: #00C3FF;
    color: #00C3FF;
}

.brand-button.secondary {
    padding: 18px 27px;
    box-shadow: 0 12px 30px rgba(24, 29, 51, 0.0775589);
    border: 1px solid #00C3FF;
    color: #00C3FF;
    width: 268px;
}

.brand-button.secondary:hover {
    background: #00C3FF;
    color: #ffffff;
}

.darkened_text {
    color: #051B3A;
}

@media (max-width: 1024px) {
    .info-block-wrap.heading {
        padding: 0px;
    }

    .info-block-page-image-wrap {
        max-width: 757px;
        position: relative;
        right: -4%;
        width: 50%;
    }

    .headed-logo-wrap {
        margin-left: 0px;
    }

    .nav-bar-left {
        margin-left: 20px;
    }

    .info-block-wrap {
        margin-top: 40px !important;
        padding-top: 20px !important;
    }

    .info-block-content {
        align-items: center;
        justify-content: space-between;
        /* height: 560px; */
    }

    .info-block-content.large {
        justify-content: space-between;
    }

    .info-block-story-image-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        left: auto !important;
    }

    /* .info-block-content.medium.reverse .info-block-story-image-wrap {
      margin-right: 112px !important;
    } */
    .info-block-description {
        padding-top: 10px !important;
        width: 42%;
    }

    .info-block-description.left {
        padding-left: 130px;
        padding-right: 0 !important;
    }

    .info-block-description.right {
        padding-left: 0 !important;
        padding-right: 30px;
    }

    .info-block-content.medium .info-block-description {
        padding-right: 30px;
    }

    .info-block-title.medium {
        width: 967px;
        max-width: 70% !important;
    }

    .info-block-page-description {
        /* padding-top: 10px !important; */
        width: 42%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .info-block-title {
        line-height: 47px;
        padding-top: 25px;
    }

    .workflow-image {
        max-height: 340px;
        max-width: 360px;
    }

    .actions-wrap {
        padding-top: 284px;
    }

    .logo-white {
        margin-top: 1px;
    }
}

@media (max-width: 1236px) {
    .workflow-image-page-description {
        width: 100%;
        padding-top: 32px;
    }

    .info-block-content.medium.reverse .info-block-story-image-wrap {
        margin-left: 20px !important;
    }

    .info-block-description.left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-content-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-block-title {
        font-size: calc(28px + (44 - 28) * ((100vw - 375px) / (1200 - 375)));
    }

    .h2 {
        font-size: calc(28px + (44 - 28) * ((100vw - 375px) / (1200 - 375)));
    }
}

@media (max-width: 991px) {
    .info-block-title.medium {
        line-height: 45px;
        font-size: 28px;
        max-width: 500px;
    }

    .sections-wrap {
        padding-top: 142px;
    }

    .actions-title {
        white-space: normal;
        font-size: 30px;
        line-height: 45px;
        max-width: 437px;
    }

    .actions-text {
        white-space: normal;
        margin-top: 10px;
        margin-bottom: 41px;
        font-size: 20px;
        line-height: 33px;
    }
}

@media (max-width: 767px) {
    .page-wrap {
        margin-top: 10px;
    }

    .nav-button {
        display: none;
    }

    .nav-bar-right {
        justify-content: flex-end;
        margin-right: 20px;
    }

    .workflow-image-page-description {
        padding-top: 0px;
    }

    .info-block-title.medium {
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .info-block-story-image-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }

    .info-block-description.left {
        justify-content: center;
        align-items: center;
    }

    .info-block-subtitle.align-left {
        text-align: center;
        width: 100% !important;
    }

    .info-block-item-text.align-left {
        text-align: center;
        width: auto !important;
    }

    .text-wrap .info-block-item-text.align-left {
        text-align: left !important;
    }

    .info-block-content.medium .info-block-story-image-wrap {
        margin-left: 0px !important;
    }

    .info-block-content.medium .info-block-description {
        padding-right: 0px !important;
    }

    .info-block-content.medium.reverse .info-block-description {
        padding-left: 0px !important;
    }

    .info-block-content.medium.reverse .info-block-story-image-wrap {
        margin-right: 0px !important;
    }

    .workflow-image {
        margin-bottom: 20px;
    }

    .info-block-content.large, .info-block-wrap.heading .info-block-content {
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .info-block-item-text.limited {
        width: 100%;
    }

    .info-block-title {
        font-size: 35px;
    }

    .info-block-page-description {
        width: 100%;
        max-width: 100%;
    }

    .info-block-page-image-wrap {
        width: 95%;
    }

    .info-block-content {
        flex-direction: column;
    }

    .info-block-content.small .info-block-item {
        margin-bottom: 30px;
    }

    .info-block-story-image-wrap {
        width: 100%;
    }

    .workflow-image {
        max-height: 375px;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

    .info-block-description {
        max-width: 95%;
        width: 100%;
    }

    .info-block-content.reverse {
        flex-direction: column-reverse
    }

    .footer-buttons-wrap {
        display: none;
    }

    .actions-wrap .buttons-wrap {
        flex-direction: column;
        margin-top: 0px;
    }

    .brand-button.right-space {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0px;
    }

    .brand-button.secondary {
        width: 100%;
    }

    .footer-content-wrap {
        margin-left: 1.5%;
        box-sizing: border-box;
        margin-right: 1.5%;
    }

    .footer-content-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    .open-icon {
        display: none;
    }
}
