.type_b-content {
    width: 98%;
    font-size: 16px;
}

.link-decoration {
    text-decoration: underline;
    font-weight: 600;
}

.link-decoration:hover {
    background-color: hsl(110.77deg 63.22% 55.04%);
}

.link-font {
    font-weight: 600;
}

.flow-to-use {
    counter-reset: num 0;
}

.flow-block {
    position: relative;
    padding: 0.8em;
    padding-left: 1.2em;
    background: var(--background-white);
    border: solid 2px var(--logo-color);
    border-radius: 20px;
}

.flow-block:not(:last-child) {
    margin-bottom: 2.5em;
}

.flow-block::before {
    counter-increment: num 1;
    content: counter(num);
    position: absolute;
    left: 9px;
    top: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--logo-color);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.flow-block:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 25px auto;
    background: linear-gradient(to top, var(--logo-color), var(--sub-color));
    width: 20px;
    height: 20px;
    clip-path: polygon(30% 0%, 70% 0%, 70% 50%, 100% 50%, 50% 100%, 0% 50%, 30% 50%);
}

.flow-block p {
    line-height: 2em;
    margin: 0 20px;
}

.flow-block-head {
    font-weight: 600;
    border-bottom: dashed 2px var(--logo-color);
    margin-bottom: 0.3em;
}

.contact-wrapper {
    background: linear-gradient(-45deg, #fff 25%, hsl(133deg 77% 80% / 0%) 25%, hsl(133deg 77% 80% / 0%) 50%, #fff 50%, #fff 75%, hsl(133deg 77% 80% / 0%) 75%, hsl(133deg 77% 80% / 0%));
    background-size: 10px 10px;
    margin: 20px auto;
    border-radius: 20px;
    width: 80%;
}

.contact {
    display: flex;
    flex-direction: column;
    margin: 2.5em auto;
    padding: 30px 15px;
    position: relative;
    border-radius: 20px;
    align-items: center;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    background: hsl(127deg 71% 81% / 75%);
}

.contact>div:not(.contact-btn-wrapper) {
    white-space: nowrap;
    text-align: center;
}

.contact>div>.f-gene-icon {
    width: 50px;
}

.contact>div>.f-gene-logo {
    width: 200px;
}

.contact>p {
    font-size: 20px;
    color: var(--background-white);
    background-color: #4cbb7c;
    border-radius: 100vh 0 0 100vh;
    margin: 13px;
    padding: 10px;
    position: relative;
    margin-left: 5px;
    padding-left: 20%;
    box-shadow: 5px 6px 1px hsl(133deg 75% 33%);
    text-shadow: 2px 2px 1px darkgreen;
}

.contact>p::before {
    display: block;
    position: absolute;
    font-family: 'Material Design Icons';
    font-weight: 600;
    content: '\F0E1E';
    font-size: 25px;
    text-align: center;
    color: var(--logo-color);
    left: 15%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #b5e766;
    border-radius: 50%;
    width: 38px;
    line-height: 38px;
    box-shadow: inset -1px -1px 1px 1px;
}

.contact-us>p {
    font-size: 16px;
    color: #47b376;
    text-align: center;
    margin: 0.7em;
    text-shadow: 1px 1px 1px springgreen;
}

.contact-us>p::before {
    content: '\2605';
    color: yellow;
    display: inline-block;
    animation: 3s star linear infinite;
    margin-right: 0.2em;
    text-shadow: 1px 1px 1px black;
}

.contact-us>p::after {
    content: '\2605';
    color: yellow;
    display: inline-block;
    animation: 3s star linear infinite;
    margin-left: 0.2em;
    text-shadow: 1px 1px 1px black;
}

@keyframes star {
    0% {
        transform: rotateY(0deg) translate(0px, -2px);
    }

    100% {
        transform: rotateY(360deg) translate(0px, -2px);
    }
}

.contact-btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: white;
    border-radius: 0.75em;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 0.5em;
}

.contact-btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all 0.3s;
    transform: translate3d(0, 0.75rem, -1rem);
    border: 2px solid #5d9125;
    border-radius: inherit;
    background: #5d9125;
    box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

.contact-btn-front::before {
    font-family: 'Material Design Icons';
    font-size: 2rem;
    font-weight: 400;
    content: '\F01F0';
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.contact-btn-front {
    position: relative;
    display: block;
    padding: 1.5rem 5rem 1.5rem 5rem;
    transition: all 0.3s;
    border: 2px solid hsl(133deg 67.51% 47.48%);
    border-radius: inherit;
    background: #4ed958;
    letter-spacing: 0.2em;
}

.contact-btn:hover {
    transform: translate(0, 0.25rem);
}

.contact-btn:hover::before {
    transform: translate3d(0, 0.5rem, -1rem);
    box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);

}

.contact-btn:hover .contact-btn-front::before {
    content: '\F1870';
}

.contact-btn:active {
    transform: translate(0rem, 0.75rem);
}

.contact-btn:active::before {
    transform: translate3d(0, 0, -1rem);
    box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.contact-btn:active .contact-btn-front::before {
    content: '\F1870';
}

.arrow-right {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-25%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-rendering: auto;
    line-height: 1;
}

.arrow-right::before,
.arrow-right::after {
    display: inline-block;
    font-family: 'Material Design Icons';
    font-size: 2rem;
    font-weight: 400;
    content: '\F0142';
    line-height: 1;
}

.arrow-right::before {
    transform: translateY(-25%);
}

.arrow-right::after {
    transform: translate(-55%, -25%);
}

.contact-btn:hover .arrow-right::before {
    animation: 2s arrow infinite;
}

.contact-btn:hover .arrow-right::after {
    animation: 2s arrow infinite reverse;
}

@keyframes arrow {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.5;
    }

    20% {
        opacity: 0;
    }

    80% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.need-list span,
.highlight {
    font-weight: 600;
    border-bottom: solid hsl(133deg 54% 52%);
}

.need-list {
    position: relative;
    left: 30px;
}

.need-list::before {
    position: absolute;
    font-family: 'Material Design Icons';
    font-weight: 900;
    content: '\F0C52';
    margin: 2px;
    font-size: 25px;
    color: var(--logo-color);
    left: -35px;
    top: -17px;
}

.mdi {
    font-size: 1.3em;
    vertical-align: -6%;
    line-height: 2;
}

.mdi-open-in-new::before {
    margin: -0.3em;
}

h2>span>.f-gene-icon {
    width: 35px;
    vertical-align: -25%;
}

h2>span>.f-gene-logo {
    width: 100px;
    vertical-align: -13%;
}

.blank-line {
    margin: 0.7em !important;
}

@media screen and (min-width: 781px) {
    .contact>p {
        width: 60%;
    }
}

@media screen and (max-width: 780px) {
    .contact>p {
        width: 70%;
    }
}

@media screen and (max-width: 656px) {
    .white-box p span,
    .flow-block p span:not(.mdi),
    .contact>p>span {
        display: inline-block;
    }

    .white-box p a span {
        text-decoration: underline;
    }

    .contact>p {
        font-size: 3.2vw;
        width: 75%;
        padding-left: 21%;
    }

    .contact-btn {
        font-size: 2.5vw;
    }

    .contact-btn-front {
        padding: 1rem 3rem 1rem 3rem;
    }

    .contact-btn-front::before {
        left: 0.5rem;
        font-size: 1.5rem;
    }

    .arrow-right {
        right: 0;
    }

    .arrow-right::before {
        transform: translate(50%, -28%);
    }

    .arrow-right::after {
        transform: translateY(-28%);
    }
}

@media screen and (max-width: 450px) {
    .contact-wrapper {
        width: 95%;
    }

    .contact>p,
    .contact>div>p {
        font-size: 4vw;
    }

    .contact>p {
        margin: 10px;
    }

    .contact>p::before {
        transform: scale(0.9) translate(-60%, -55%);
    }

    .contact-us>p {
        font-size: 3.5vw;
        margin: 0.5em;
    }

    .contact>div>.f-gene-icon {
        width: 15%;
    }

    .contact>div>.f-gene-logo {
        width: 60%;
    }

    h2>span {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-width: 359px) {
    .highlight {
        font-size: 4.5vw;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .contact-btn-front {
        white-space: nowrap;
    }
}

@media print {
    header,
    .breadcrumbs,
    .contact {
        display: none;
    }

    .type_b-content {
        zoom: 0.8;
    }

    .need-list::before {
        top: -15px;
    }
}