/*   
Theme Name: Azov
Version: 1.3
*/

@import "assets/fonts/UniformProXcon.css";

.font-uni {
    font-family: 'Uniform Pro Xcon';
}

a {
    color: #f0e500;
}

ul {
    list-style: disc;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.nav-burger-menu-item {
    text-wrap-mode: nowrap;
}

.application-btn {
    width: auto;
}

.hover\:bg-paper:hover {
    background-color: #171717;
}

#path.min-h-screen {
    min-height: 80vh;
}

.about-h2-bgd {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-news-h1 {
    font-size: 5vw;
    font-weight: 200;
    line-height: 0.75;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-transform: uppercase;
}

.unit-commander-h2 {
    font-size: 5vw;
    font-weight: 200;
    line-height: 0.88;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #F0E500;
    text-transform: uppercase;
}

#application-form .mr-4,
#application-form-military .mr-4,
#application-form-en .mr-4 {
    margin-right: 0;
}

#application-form .translate-x-2,
#application-form-military .translate-x-2,
#application-form-en .translate-x-2 {
    margin-left: -1rem;
    --tw-translate-x: 1.5rem;
}

#contract-18 {
    background-image: url("/wp-content/themes/azov/img/best_year.jpg")
}

.about_unit img {
    transition: transform 0.3s ease;
}

.about_unit a {
    transition: color 0.3s ease;
}

.about_unit img:hover {
    transform: scale(1.05);
}

.specialty svg {
    height: 24px;
    width: auto;
}

.specialty.specialty-active svg path {
    fill: #0A0A0A;
}

.specialty:not(.specialty-active):hover svg path {
    fill: #F0E500;
}

#vacancies-search .vacancies-rank-item {
    border: 1px solid #525252;
    color: #525252;
    cursor: pointer;
}

#vacancies-search .vacancies-rank-item.active {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

#vacancies-search .vacancies-rank-item.active svg path {
    fill: #fff;
}

#vacancies-search .vacancies-rank-item svg {
    height: 24px;
    width: 24px;
}

#vacancies-search .vacancies-rank-item svg path {
    fill: #525252;
}

#vacancies-search-input {
    color: #737373;
    height: 48px;
    border: none;
    padding-left: 48px;
}

#vacancies-search-input:hover {
    background-color: #262626;
}

#vacancies-search-input::placeholder {
    color: #737373;
    transform: none !important;
}

.vacancies-list-item-icon svg {
    height: 40px;
    width: auto;
}

.vacancies-list-item-icon svg path {
    fill: #F0E500;
}

.vacancies-list-item-taxonomy svg {
    height: 24px;
    width: auto;
}

.vacancies-list-item-taxonomy svg path {
    fill: #FFFFFF;
}

.vacancies-list-item-content-info svg {
    width: 16px;
    height: auto;
}

.vacancies-list-item-content-info svg path {
    fill: #737373;
}

.vacancies-list-item-border {
    width: 100%;
    border: 1px solid #525252;
}

.vacancies-list-item:hover,
.vacancies-list-item:hover span,
.vacancies-list-item:hover a,
.vacancies-list-item:hover p,
.vacancies-list-item:hover h3 {
    color: #171717;
}

.vacancies-list-item:hover .border-long-dashed {
    --border-color: #171717;
    background-image: repeating-linear-gradient(to right, var(--border-color, white) 0, var(--border-color, white) var(--color-line), transparent calc(var(--transparent-line)), transparent calc(2 * var(--transparent-line)));
}

.vacancies-list-item:hover svg path {
    fill: #171717;
}

.vacancy-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.vacancy-item.show {
    opacity: 1;
    transform: translateY(0);
}

.vacancy-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.load-more-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.vacancies-text h2 {
    font-family: Tactic Sans, sans;
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 1rem 0;
    word-wrap: break-word;
}

.vacancies-text p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 0;
}

.vacancies-text ul {
    list-style: disc;
    padding-left: 2rem;
    padding-bottom: 0;
}

#contract-18 h2,
#contract-18 h3 {
    max-width: 18rem;
    line-height: 0.8;
}

#contract-18 h2 {
    font-size: 4.375rem;
    letter-spacing: -2.1px;
}

#contract-18 h3 {
    font-size: 1.5rem;
}


#anketa-steps ul {
    list-style: disc;
    padding-left: 1.25rem;
    padding-bottom: 1rem;
}

#anketa-steps ol {
    list-style: auto;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

#anketa-steps li span {
    font-family: Tektur, sans;
    font-size: 18px;
    line-height: 28px;
}

#anketa-steps p,
#anketa-steps p span {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 1rem;
}

#anketa-steps p:last-child {
    padding-bottom: 0;
}

.vacancies-accordion-item:hover .vacancies-vacancy-btn {
    visibility: visible;
}

.vacancies-active-accordion {
    background-color: #171717;
    transition: background-color 0.5s ease-in-out;
}

h1.vacancy-title span {
    display: block;
}

#single-vacancy ul {
    list-style: disc;
}

#single-vacancy #vacancy-long-desc h2 {
    /* display/text-3xl/font-black */
    font-family: Tactic Sans, sans;
    font-style: normal;
    font-weight: 900;
    font-size: 2.25rem;
    text-transform: uppercase;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#single-vacancy #vacancy-long-desc ul {
    padding-left: 1rem;
}

.rc-list .rc-block {
    width: 100%;
    height: 320px;
}

.rc-list .rc-block-phones a:hover {
    color: #f0e500;
}

.rc-list .rc-block-phones a:hover svg path {
    stroke: #f0e500;
}

.rc-list .rc-block-more:hover {
    background-color: #f0e500;
    color: black;
    transition: opacity 0.3s ease;
}

.rc-list .rc-block-more:hover .svg-arrow path {
    stroke: none;
}

.rc-list .rc-block-more:hover .svg-arrow path {
    fill: black;
}

.bg-paper {
    background-color: #171717;
}

.text-secondary {
    color: #737373;
}

.bg-neutral-800 {
    background-color: #262626;
}

.tag-item {
    text-transform: lowercase;
}

.iti__search-input {
    color: white;
}

.iti__selected-dial-code {
    line-height: normal;
    color: white;
    font-weight: 600;
}

input[name="acceptance"] {
    margin-left: 1rem;
}

.iti__tel-input::placeholder {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1))
}


.grid-dashed>* {
    position: relative;
    padding: 3rem 0rem;
}

.grid-dashed>*::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    pointer-events: none;
    --border-color: #525252;
    --color-line: 10px;
    --transparent-line: 10px;
    border: none;
    background-image: repeating-linear-gradient(to right, var(--border-color, white) 0, var(--border-color, white) var(--color-line), transparent calc(var(--transparent-line)), transparent calc(2 * var(--transparent-line)));
}

.grid-dashed> :nth-last-child(-n + 1)::after {
    display: none;
}

.grid-dashed>*::before {
    display: none;
}


/* Breadcrumps */
.breadcrumbs li.breadcrumb-item:after {
    padding: 1rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #404040;
    content: '/';
}

.breadcrumbs__current {
    color: #737373;
}

.breadcrumbs {
    font-family: Tektur, sans;
    font-size: 0.75rem;
    line-height: 1rem;
}

.breadcrumbs li {
    display: inline-block;
    padding-bottom: 0.5rem;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    --tw-text-opacity: 1;
    color: rgb(240 229 0 / var(--tw-text-opacity, 1))
}

.grecaptcha-badge {
    display: none;
}

#tag-search svg {
    margin: 16px;
}

#tag-search-input {
    color: #737373;
    height: 56px;
    border: none;
    padding-left: 56px;
}

#tag-search-input:hover {
    background-color: #262626;
}

#tag-search-input::placeholder {
    color: #737373;
    transform: none !important;
}

#tag-suggestions {
    list-style: none;
}

#tag-suggestions li {
    color: #737373;
}

#tag-suggestions li:hover {
    background-color: #262626;
}

.field-valid {
    border: 2px solid #4CAF50 !important;
    /* Green */
}

.field-invalid {
    border: 2px solid #f44336 !important;
    /* Red */
}

/* End Breadcrumps */

/* Subscription */
.subscription-form .wpcf7-not-valid-tip {
    display: none;
}

.subscription-form .wpcf7-response-output {
    display: none;
}

.subscription-form [type=checkbox]:checked {
    background-color: #fff;
}

.subscription-email span {
    display: flex;
}

.subscription-acceptance label {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.subscription-acceptance span {
    width: 100%;
}

.subscription-acceptance svg {
    margin-left: -1rem;
    --tw-translate-x: 1.5rem;
}

.subscription-acceptance input[type="checkbox"] {
    margin-left: 1rem;
}

.subscription-submit {
    min-width: 172px;
    width: 100%;
}

.subscription-submit:hover:disabled {
    background-color: #fff;
}

.subscription-submit svg {
    margin-left: auto;
}

/* End Subscription */

.cky-revisit-bottom-left {
    display: none !important;
}

@media (hover: hover) and (pointer: fine) {
    #vacancies-search .vacancies-rank-item:hover {
        border: 1px solid #fff;
        background-color: #fff;
        color: #0A0A0A;
    }

    #vacancies-search .vacancies-rank-item:hover svg path {
        fill: #0A0A0A;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .category-news-h1 {
        color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
    }

    .unit-commander-h2 {
        color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
    }
}

@media (max-height: 699.99px) {
    .height-less {
        display: none;
    }
}

@media (max-width: 1023.99px) {
    .about-h2-bgd {
        background-size: cover;
    }
}

@media (max-width: 819.99px) {
    .commander-background {
        background: none !important;
    }
}

@media (max-width: 479.99px) {
    .nav-burger-menu-item {
        font-size: 2.25rem;
    }

    #subscription-block {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Tailwind */
.bg-emerald-500 {
    background-color: oklch(0.696 0.17 162.48);
}

.leading-5 {
    line-height: 1.25rem;
}

.bg-red-600 {
    background-color: oklch(0.577 0.245 27.325);
}

.bg-center {
    background-position: center;
}

.w-fit {
    width: fit-content;
}

.w-24 {
    width: 6rem
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    margin: 1rem
}

.min-h-\[50vh\] {
    min-height: 50vh;
}

.max-h-\[80vh\] {
    max-height: 80vh;
}

.h-24 {
    height: 6rem
}

.h-140 {
    height: 35rem;
}

.h-56 {
    height: 14rem;
}

.h-1\/2 {
    height: 50%;
}

.h-\[80vh\] {
    height: 80vh;
}

.bottom-0 {
    bottom: 0;
}

.top-1\/2 {
    top: 50%;
}

.left-1\/2 {
    left: 50%;
}

.translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.align-center {
    align-items: center;
}

.gap-5 {
    gap: 1.125rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-32 {
    gap: 8rem
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.pb-2 {
    padding-bottom: 0.5rem
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.p-14 {
    padding: 3.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.pt-8 {
    padding-top: 2rem;
}

.pt-\[9\.5rem\] {
    padding-top: 9.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pt-20 {
    padding-top: 5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mr-2 {
    margin-right: 0.5rem
}

.mb-3 {
    margin-bottom: 0.75rem
}

.mb-28 {
    margin-bottom: 7rem
}

.-mt-20 {
    margin-top: -5rem
}

.-mb-16 {
    margin-bottom: -4rem
}

.-ml-8 {
    margin-left: -2rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.max-w-\[4rem\] {
    max-width: 4rem;
}

.max-w-\[24rem\] {
    max-width: 24rem;
}

.max-w-\[36rem\] {
    max-width: 36rem;
}

.max-w-\[38rem\] {
    max-width: 38rem;
}

.max-w-\[40rem\] {
    max-width: 40rem;
}

.max-w-\[42rem\] {
    max-width: 42rem;
}

.max-w-\[45rem\] {
    max-width: 45rem;
}

.max-w-\[66rem\] {
    max-width: 66rem
}

.max-w-\[1114px\] {
    max-width: 1114px
}

.max-w-\[70rem\] {
    max-width: 70rem
}

.max-w-\[100rem\] {
    max-width: 100rem
}

.p-8 {
    padding: 2rem
}

.pl-\[56px\] {
    padding-left: 56px;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mb-0 {
    margin-bottom: 0;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pb-40 {
    padding-bottom: 10rem;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.order-first {
    order: -9999;
}

.self-center {
    align-self: center;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-justify {
    text-align: justify;
}

.align-middle {
    vertical-align: middle;
}

.h-28 {
    height: 7rem;
}

.h-115 {
    height: 28.75rem;
}

.h-auto {
    height: auto;
}

.h-\[50vh\] {
    height: 50vh;
}

.unit-hero-h {
    height: calc(50vh + 7rem);
}

.items-end {
    align-items: flex-end;
}

.text-7 {
    font-size: 1.75rem;
}

.text-12 {
    font-size: 3rem;
}

.text-16 {
    font-size: 4rem;
}

.text-3xl\/none {
    font-size: 1.875rem;
    line-height: 1
}

.shrink-0 {
    flex-shrink: 0;
}

.lowercase {
    text-transform: lowercase;
}

.select-none {
    user-select: none;
}

.break-word {
    word-break: break-word;
}

.translate-x-10 {
    --tw-translate-x: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.text-invert {
    color: #171717;
}

.hover\:text-invert:hover {
    color: #171717;
}

@media (min-width: 480px) {
    .grid-dashed>* {
        position: relative;
        padding: 5rem 0rem;
    }

    .sm\:h-140 {
        height: 35rem;
    }

    .sm\:pt-10 {
        padding-top: 2.5rem
    }

    .sm\:text-12 {
        font-size: 3rem;
    }

    .sm\:text-16 {
        font-size: 4rem;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-center {
        text-align: center;
    }

    .sm\:align-center {
        align-items: center;
    }

    .sm\:prose-base :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1em;
        padding: 1.5rem 4rem;
    }
}

@media (min-width: 820px) {
    .grid-dashed>* {
        position: relative;
        padding: 5rem 2rem;
    }

    .grid-dashed>*::before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        pointer-events: none;
        --border-color: #525252;
        --color-line: 10px;
        --transparent-line: 10px;
        border: none;
        background-image: repeating-linear-gradient(to bottom, var(--border-color, white) 0, var(--border-color, white) var(--color-line), transparent calc(var(--transparent-line)), transparent calc(2 * var(--transparent-line)));
    }

    .grid-dashed> :nth-child(2n)::before {
        display: none;
    }

    .grid-dashed>*::after {
        display: none;
    }

    #contract-18 h2,
    #contract-18 h3 {
        max-width: 30rem;
    }

    #contract-18 h2 {
        font-size: 7rem;
        letter-spacing: -3.36px;
    }

    #contract-18 h3 {
        font-size: 3rem;
    }

    .md\:text-12 {
        font-size: 3rem;
    }

    .md\:h-150 {
        height: 37.5rem;
    }

    .md\:max-w-\[26rem\] {
        max-width: 26rem;
    }

    .md\:max-w-\[68rem\] {
        max-width: 68rem;
    }

    .md\:max-w-\[1114px\] {
        max-width: 1114px
    }

    .md\:max-w-\[70rem\] {
        max-width: 70rem;
    }

    .md\:block {
        display: block;
    }

    .md\:float-right {
        float: right;
    }

    .md\:inline {
        display: inline;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1
    }

    .md\:pb-0 {
        padding-bottom: 0;
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .md\:pb-12 {
        padding-bottom: 3rem;
    }

    .md\:gap-1 {
        gap: 0.25rem
    }

    .md\:gap-32 {
        gap: 8rem
    }

    .md\:gap-20 {
        gap: 5rem
    }

    .md\:order-last {
        order: 9999;
    }

    .md\:pt-20 {
        padding-top: 5rem;
    }

    .md\:pt-24 {
        padding-top: 6rem;
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md\:px-5 {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:pl-16 {
        padding-left: 4rem;
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .md\:my-\[-6\] {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .md\:bg-\[url\(\'\/wp-content\/themes\/azov\/img\/recruit-centers\.jpg\'\)\] {
        background-image: url(/wp-content/themes/azov/img/recruit-centers.jpg)
    }

    .md\:w-min {
        width: -moz-min-content;
        width: min-content
    }

    @keyframes slideUp {
        from {
            transform: translateY(50px);
        }

        to {
            transform: translateY(0);
        }
    }

    @keyframes slideDown {
        from {
            transform: translateY(-50px);
        }

        to {
            transform: translateY(0);
        }
    }

    .rc-list .rc-block {
        /* min-width: 320px; */
        height: 320px;
    }

    .rc-list .rc-block .rc-block-phones-wrapper {
        transition: justify-content 0.3s ease;
    }

    .rc-list .rc-block .rc-block-phones {
        animation-fill-mode: forwards;
        animation-duration: 0.1s;
        animation-timing-function: ease;
        animation-name: slideDown;
    }

    .rc-list .rc-block-more .svg-arrow path {
        fill: black;
    }

    .rc-list .rc-block:hover {
        background-color: #f0e500;
        color: black;
    }

    .rc-list .rc-block:hover .rc-block-phones {
        animation: slideUp 0.1s;
    }

    .rc-list .rc-block:hover .rc-block-more {
        display: flex;
        background-color: #f0e500;
        color: black;
    }

    .rc-list .rc-block:hover .rc-block-phones {
        padding-bottom: 0;
    }

    .rc-list .rc-block:hover .rc-block-phones a {
        color: black;
    }
}

@media (min-width: 1200px) {
    #contract-18 h2 {
        max-width: 30rem;
        font-size: 7rem;
        letter-spacing: -3.36px;
    }

    #contract-18 h3 {
        font-size: 3rem;
    }

    .lg\:h-150 {
        height: 37.5rem;
    }

    .lg\:h-\[80vh\] {
        height: 80vh;
    }

    .lg\:max-w-\[32rem\] {
        max-width: 32rem;
    }

    .lg\:text-16 {
        font-size: 4rem;
    }

    .lg\:p-14 {
        padding: 3.5rem;
    }

    .lg\:pt-8 {
        padding-top: 2rem;
    }

    .lg\:-mb-8 {
        margin-bottom: -2rem;
    }

    .lg\:pb-12 {
        padding-bottom: 3rem;
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:px-\[1\.675rem\] {
        padding-left: 1.675rem;
        padding-right: 1.675rem;
    }

    .lg\:py-\[4\] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1584px) {
    .grid-dashed>* {
        position: relative;
        padding: 5rem 8.5rem;
    }

    .xl\:h-200 {
        height: 50rem;
    }

    .xl\:pt-16 {
        padding-top: 4rem;
    }

    .xl\:-mb-16 {
        margin-bottom: -4rem;
    }

    .\@2xl\:max-w-\[48rem\] {
        max-width: 48rem;
    }

    .\@2xl\:text-\[6rem\] {
        font-size: 6rem
    }

    .\@2xl\:px-18 {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .\@2xl\:py-\[1\.675rem\] {
        padding-top: 1.675rem;
        padding-bottom: 1.675rem;
    }

    #contract-18 h2 {
        max-width: 44rem;
        font-size: 11.25rem;
        letter-spacing: -5.4px;
    }

    #contract-18 h3 {
        font-size: 4.375rem;
    }
}