@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-black: #000;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        -o-tab-size: 4;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        display: block;
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::-moz-placeholder {
        opacity: 1
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size:1px) {
        ::-moz-placeholder {
            color: currentColor
        }

        ::placeholder {
            color: currentColor
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::-moz-placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }

            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important;
    }
}

@layer components;

@layer utilities {
    .text-black {
        color: var(--color-black)
    }
}

:root {
    color-scheme: light dark;
    color: #ffffffde;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --primary-color: #001767;
    background-color: #242424;
    font-family: Helvetica, system-ui, Avenir, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #fff
    }
}

@font-face {
    font-family: Helvetica;
    src: url(/assets/Helvetica-zhVn_y_h.ttf)format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Helvetica-Bold;
    src: url(/assets/Helvetica-Bold-DbiQUL7g.ttf)format("truetype");
    font-weight: 700;
    font-style: normal
}

html {
    font-size: 62.5%;
    overflow-x: clip;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    flex-direction: column;
    place-items: center;
    width: 100vw;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    position: relative
}

h1,
h2,
h3,
button {
    color: var(--primary-color);
    font-family: Helvetica-Bold, sans-serif
}

h4,
h5,
h6 {
    color: var(--primary-color);
    font-family: Helvetica, sans-serif
}

p {
    font-family: Helvetica-Bold, sans-serif;
    font-size: 20px
}

/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-border-style: solid;
            --tw-space-y-reverse: 0
        }
    }
}

#root {
    background-color: #fff;
    flex-direction: column;
    place-items: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: relative
}

body>main {
    flex-direction: column;
    align-items: center;
    display: flex
}

ul {
    list-style: none;
    display: flex
}

a {
    text-decoration: none
}

h1 {
    font-size: clamp(44px, 3.81944vw, 66px)
}

h2 {
    font-size: clamp(32px, 2.77778vw, 48px)
}

button {
    cursor: pointer;
    --tw-font-weight: var(--font-weight-bold, 700);
    width: clamp(288px, 25vw, 432px);
    height: clamp(61.6px, 5.34722vw, 92.4px);
    font-size: 20px;
    font-weight: var(--font-weight-bold, 700);
    border-radius: 20px;
    margin-top: 3vw
}

@media (hover: hover) {
    button:hover {
        opacity: .9;
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }
}

.primary-btn {
    color: #fff;
    background-color: #001767
}

.secondary-btn {
    color: #001767;
    background-color: #fff
}

#HeroSection {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding: 3vw;
    display: flex
}

#HeroSection img[alt="Header Logo"] {
    width: 16vw;
    min-width: 150px;
    height: auto;
    position: absolute;
    top: 2.5vw;
    left: 2.5vw
}

#HeroSection h2 {
    width: 70%;
    color: var(--color-white, #fff);
    margin-top: 7vw
}

#HeroSection p {
    width: 60%;
    color: var(--color-white, #fff);
    margin-block: 2vw;
}

#TrackingSection {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 6vw;
    display: flex
}

#TrackingSection p {
    text-align: center;
    width: 60%;
    margin-block: 3vw;
}

#TrackingSection input {
    border-radius: var(--radius-3xl, 1.5rem);
    width: clamp(760px, 65.9722vw, 1140px);
    height: clamp(64px, 5.55556vw, 96px);
    padding: calc(var(--spacing, .25rem)*8);
    text-align: center;
    color: var(--color-black, #000);
    border: 2px solid #001767;
    font-size: 1.3vw
}

#TrackingSection input::-moz-placeholder {
    text-align: center;
    color: var(--color-gray-500, oklch(55.1% .027 264.364));
    font-size: 1vw
}

#TrackingSection input::placeholder {
    text-align: center;
    color: var(--color-gray-500, oklch(55.1% .027 264.364));
    font-size: 1vw
}

#TrackingSection input:focus {
    background-color: bg-blue-300
}

#TrackingSection .awb-single-search-result-container {
    margin-top: calc(var(--spacing, .25rem)*4);
    width: 100%
}

#TrackingSection .awb-single-search-result-container h3 {
    margin-top: calc(var(--spacing, .25rem)*8);
    --tw-font-weight: var(--font-weight-bold, 700);
    font-size: 1.3vw;
    font-weight: var(--font-weight-bold, 700)
}

#TrackingSection .awb-single-search-result-container table {
    margin-inline: auto;
    margin-top: calc(var(--spacing, .25rem)*16);
    border-collapse: collapse;
    width: 50%
}

#TrackingSection .awb-single-search-result-container table th,
#TrackingSection .awb-single-search-result-container table td {
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-blue-900, oklch(37.9% .146 265.522));
    padding: calc(var(--spacing, .25rem)*4);
    text-align: left;
    color: var(--color-black, #000);
    font-size: 1vw
}

#TrackingSection .awb-single-search-result-container table th {
    background-color: #caeaff;
    font-family: Helvetica-Bold, sans-serif
}

#WhoWeAreSection {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding: 6vw;
    display: flex
}

#WhoWeAreSection h1+p {
    margin-block: 2.5vw;
}

#WhoWeAreSection p {
    width: 90%
}

#ServicesSection {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding: 3vw;
    display: flex
}

#ServicesSection h1 {
    margin-bottom: 2.5vw
}

#ServicesSection .services-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    width: 100%;
    display: flex
}

#ServicesSection .services-container .single-service {
    text-align: center;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
    place-items: center;
    display: grid
}

#ServicesSection .services-container .single-service div {
    width: 90px;
    height: 90px
}

#ServicesSection .services-container .single-service img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#ServicesSection .services-container .single-service h6 {
    font-family: Helvetica-Bold, sans-serif;
    font-size: max(17px, 1.2vw)
}

#ServicesSection .services-container .single-service span {
    color: var(--color-gray-600, oklch(44.6% .03 256.802));
    font-size: 1.2vw
}

#WhyChooseUsSection {
    justify-content: center;
    align-items: center;
    gap: calc(var(--spacing, .25rem)*0);
    flex-flow: wrap;
    width: 100vw;
    height: auto;
    padding: 3vw;
    display: flex
}

#WhyChooseUsSection h1 {
    text-align: center;
    width: 100%;
    height: 100px;
    margin-bottom: 4vw
}

#WhyChooseUsSection h1+div {
    margin-right: calc(var(--spacing, .25rem)*12);
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 30vw;
    height: auto;
    display: flex
}

#WhyChooseUsSection>:last-child {
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    display: flex
}

:where(#WhyChooseUsSection>:last-child>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing, .25rem)*12)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing, .25rem)*12)*calc(1 - var(--tw-space-y-reverse)))
}

#WhyChooseUsSection>:last-child {
    padding-inline: calc(var(--spacing, .25rem)*12);
}

#WhyChooseUsSection>:last-child>div {
    flex-direction: row;
    display: flex
}

#WhyChooseUsSection>:last-child>div img {
    width: 2vw;
    height: 2vw;
    margin-right: 1vw
}

#WhyChooseUsSection>:last-child>div p {
    color: var(--color-black, #000);
    font-size: 1.5vw
}

#GetInTouchSection {
    text-align: center;
    background-color: #caeaff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 34.7222vw;
    padding: 3vw;
    display: flex
}

#GetInTouchSection h1 {
    margin-bottom: 2vw
}

#GetInTouchSection p {
    margin-bottom: 4vw
}

#GetInTouchSection .contact-info-container {
    flex-direction: column;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    margin-inline: auto;
    display: flex;
}

:where(#GetInTouchSection .contact-info-container>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing, .25rem)*8)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing, .25rem)*8)*calc(1 - var(--tw-space-y-reverse)))
}

#GetInTouchSection .contact-info-container {
    align-self: center
}

#GetInTouchSection .contact-info-container div {
    font-family: Helvetica-Bold, sans-serif;
    font-size: 1.5vw
}

#GetInTouchSection .contact-info-container>div {
    flex-direction: row;
    display: flex
}

#GetInTouchSection .contact-info-container>div div:first-child {
    text-align: right;
    width: 150px;
    color: var(--color-black, #000);
    margin-right: 50px
}

#GetInTouchSection .contact-info-container>div div:last-child {
    color: #001767;
    margin-left: calc(var(--spacing, .25rem)*2);
    text-align: left
}

#ContactUsSection {
    flex-flow: wrap;
    place-content: flex-start center;
    width: 100vw;
    display: flex
}

:where(#ContactUsSection>:not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing, .25rem)*8)*var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing, .25rem)*8)*calc(1 - var(--tw-space-y-reverse)))
}

#ContactUsSection {
    -moz-column-gap: calc(var(--spacing, .25rem)*50);
    column-gap: calc(var(--spacing, .25rem)*50);
    padding: 3vw
}

#ContactUsSection h1 {
    text-align: center;
    width: 100%;
    height: 100px;
    margin-bottom: 4vw
}

#ContactUsSection div {
    width: 30%
}

#ContactUsSection div img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

#ContactUsSection form {
    width: 40%
}

#ContactUsSection form input,
#ContactUsSection form textarea {
    border-radius: var(--radius-2xl, 1rem);
    width: clamp(432px, 37.5vw, 648px);
    height: clamp(56px, 4.86111vw, 84px);
    padding: calc(var(--spacing, .25rem)*8);
    color: var(--color-gray-600, oklch(44.6% .03 256.802));
    border: 2px solid #001767;
    margin-bottom: 2vw;
    font-size: 1.2vw
}

#ContactUsSection form input::-moz-placeholder,
#ContactUsSection form textarea::-moz-placeholder {
    text-align: left;
    color: var(--color-gray-500, oklch(55.1% .027 264.364));
    font-family: Helvetica-Bold, sans-serif;
    font-size: 1vw
}

#ContactUsSection form input::placeholder,
#ContactUsSection form textarea::placeholder {
    text-align: left;
    color: var(--color-gray-500, oklch(55.1% .027 264.364));
    font-family: Helvetica-Bold, sans-serif;
    font-size: 1vw
}

#ContactUsSection form input:focus,
#ContactUsSection form textarea:focus {
    border-style: var(--tw-border-style);
    --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: var(--color-blue-900, oklch(37.9% .146 265.522));
    --tw-outline-style: none;
    border-width: 0;
    outline-style: none
}

#ContactUsSection form textarea {
    resize: none;
    height: clamp(104px, 9.02778vw, 156px) !important
}

#ContactUsSection form button {
    width: clamp(432px, 37.5vw, 648px);
    margin-top: calc(var(--spacing, .25rem)*0)
}

footer {
    background-color: #001767;
    flex-flow: wrap;
    width: 100vw;
    padding-block: 3vw;
    padding-inline: 6vw;
    display: flex;
}

footer .footer-logo-container {
    width: 50%
}

footer .footer-links-container {
    width: 50%;
    height: 100px
}

footer .footer-links-container ul {
    justify-content: flex-start;
    row-gap: calc(var(--spacing, .25rem)*8);
    flex-flow: column wrap;
    height: 100%;
    display: flex
}

footer .footer-links-container ul li {
    cursor: pointer;
    color: var(--color-white, #fff);
    font-size: 1.2vw
}

footer .footer-links-container ul li:hover {
    color: var(--color-blue-300, oklch(80.9% .105 251.813))
}

footer p {
    text-align: center;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    color: var(--color-white, #fff);
    font-size: 1.2vw
}

@media (min-width: 320px) and (max-width:768px) {

    h1,
    h2 {
        font-size: 20px
    }

    p {
        font-size: 12px
    }

    button {
        width: 60vw;
        height: 50px;
        margin-block: calc(var(--spacing, .25rem)*8);
        border-radius: var(--radius-2xl, 1rem);
        font-size: 14px
    }

    input {
        width: 80vw !important;
        padding: 1rem !important;
        font-size: 15px !important
    }

    input::-moz-placeholder {
        font-size: 15px !important
    }

    input::placeholder {
        font-size: 15px !important
    }

    #HeroSection {
        height: auto
    }

    #HeroSection h2 {
        margin-top: 50px
    }

    #HeroSection h2,
    #HeroSection p {
        width: 80%
    }

    #TrackingSection {
        height: auto
    }

    #TrackingSection .awb-single-search-result-container {
        margin-top: calc(var(--spacing, .25rem)*4);
        width: 90%
    }

    #TrackingSection .awb-single-search-result-container h3 {
        margin-top: calc(var(--spacing, .25rem)*0);
        font-size: 20px
    }

    #TrackingSection .awb-single-search-result-container table {
        margin-inline: auto;
        margin-top: calc(var(--spacing, .25rem)*4);
        width: 100%
    }

    #TrackingSection .awb-single-search-result-container table th,
    #TrackingSection .awb-single-search-result-container table td {
        padding: calc(var(--spacing, .25rem)*2);
        font-size: 10px
    }

    #WhoWeAreSection,
    #ServicesSection {
        height: auto
    }

    #ServicesSection .services-container {
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        row-gap: 5vw;
        display: grid
    }

    #ServicesSection .services-container .single-service {
        grid-template-rows: auto 40px auto;
        align-items: center
    }

    #ServicesSection .services-container .single-service div {
        height: calc(var(--spacing, .25rem)*16);
        width: calc(var(--spacing, .25rem)*16)
    }

    #ServicesSection .services-container .single-service h6 {
        font-size: 14px
    }

    #ServicesSection .services-container .single-service span {
        font-size: 10px
    }

    #WhyChooseUsSection {
        flex-flow: column;
        align-items: center;
        height: auto
    }

    #WhyChooseUsSection h1 {
        height: auto
    }

    #WhyChooseUsSection h1+div {
        margin-right: calc(var(--spacing, .25rem)*0);
        margin-bottom: calc(var(--spacing, .25rem)*8);
        justify-content: center;
        width: 100%;
        height: auto;
        display: flex
    }

    #WhyChooseUsSection h1+div img {
        width: 60%;
        height: auto
    }

    #WhyChooseUsSection>:last-child {
        margin-top: calc(var(--spacing, .25rem)*4);
        width: 100%;
        padding-inline: calc(var(--spacing, .25rem)*0);
        align-self: center
    }

    #WhyChooseUsSection>:last-child>div {
        margin-bottom: 16px
    }

    #WhyChooseUsSection>:last-child>div img {
        width: 16px;
        height: 16px;
        margin-right: 8px
    }

    #WhyChooseUsSection>:last-child>div p {
        font-size: 12px
    }

    #GetInTouchSection {
        height: auto
    }

    #GetInTouchSection .contact-info-container {
        width: 100%;
        height: auto
    }

    :where(#GetInTouchSection .contact-info-container>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing, .25rem)*8)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing, .25rem)*8)*calc(1 - var(--tw-space-y-reverse)))
    }

    #GetInTouchSection .contact-info-container div {
        margin-bottom: 8px;
        font-size: 12px
    }

    #GetInTouchSection .contact-info-container>div {
        flex-direction: row;
        display: flex
    }

    #GetInTouchSection .contact-info-container>div div:first-child {
        text-align: right;
        width: 80px;
        color: var(--color-black, #000);
        margin-right: 20px
    }

    #GetInTouchSection .contact-info-container>div div:last-child {
        margin-left: calc(var(--spacing, .25rem)*0);
        text-align: left;
        width: 320px
    }

    #ContactUsSection {
        flex-direction: column;
        align-items: center;
        height: auto
    }

    #ContactUsSection h1 {
        margin-bottom: calc(var(--spacing, .25rem)*4);
        height: auto
    }

    #ContactUsSection div {
        width: 40%;
        height: auto
    }

    #ContactUsSection form {
        margin-left: calc(var(--spacing, .25rem)*2);
        align-self: center;
        width: auto;
        height: auto
    }

    #ContactUsSection form input,
    #ContactUsSection form textarea {
        border-style: var(--tw-border-style);
        border-width: 1px;
        width: 90vw !important;
        height: 50px !important;
        font-size: 12px !important
    }

    #ContactUsSection form input:focus,
    #ContactUsSection form textarea:focus {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    #ContactUsSection form textarea {
        padding: 1rem !important
    }

    #ContactUsSection form input::-moz-placeholder,
    #ContactUsSection form textarea::-moz-placeholder {
        font-size: 12px !important
    }

    #ContactUsSection form input::placeholder,
    #ContactUsSection form textarea::placeholder {
        font-size: 12px !important
    }

    #ContactUsSection form button {
        width: 90vw !important
    }

    footer {
        flex-flow: wrap;
        width: 100vw;
        height: auto;
        padding-block: 3vw;
        padding-inline: 6vw;
        display: flex;
    }

    footer .footer-logo-container {
        width: 100%;
        height: 70%;
        margin-bottom: 20px
    }

    footer .footer-links-container {
        width: 100%;
        height: 60px
    }

    footer .footer-links-container ul {
        justify-content: flex-start;
        row-gap: calc(var(--spacing, .25rem)*4);
        flex-direction: column;
        height: 100%
    }

    footer .footer-links-container ul li {
        cursor: pointer;
        color: var(--color-white, #fff);
        font-size: 12px
    }

    footer .footer-links-container ul li:hover {
        color: var(--color-blue-300, oklch(80.9% .105 251.813))
    }

    footer p {
        margin-top: calc(var(--spacing, .25rem)*4);
        font-size: 10px
    }
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}