*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

* {
    --tw-ring-inset: var(--tw-empty,
        /*!*/
        /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

::moz-focus-inner {
    border-style: none;
    padding: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

a {
    color: inherit;
    text-decoration: inherit
}

body {
    margin: 0;
    font-family: inherit;
    line-height: inherit
}

html {
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

h1,
p {
    margin: 0
}

h1 {
    font-size: inherit;
    font-weight: inherit
}

img {
    border-style: solid;
    max-width: 100%;
    height: auto
}

strong {
    font-weight: bolder
}

img,
svg {
    display: block;
    vertical-align: middle
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.icon {
    font-size: 2rem;
    line-height: 1;
    --tw-fill-opacity: 1;
    fill: rgba(255, 255, 255, var(--tw-fill-opacity));
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .2s
}

.group:focus .icon,
.group:hover .icon {
    --tw-fill-opacity: 1;
    fill: rgba(224, 0, 67, var(--tw-fill-opacity))
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.bg-edinburgh {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 0, 49, var(--tw-bg-opacity))
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 67, var(--tw-bg-opacity))
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 8, 8, var(--tw-bg-opacity))
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-2xl {
    border-radius: 1rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.font-manrope {
    font-family: Manrope, sans-serif
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-medium {
    font-weight: 500
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-sm {
    height: 24rem
}

.text-xs {
    font-size: .75rem
}

.text-xl {
    font-size: 1.425rem
}

.text-4xl {
    font-size: 4rem;
    line-height: 1
}

.text-2xl {
    font-size: 2rem;
    line-height: 1
}

.list-disc {
    list-style-type: disc
}

.my-2 {
    margin-top: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-12 {
    margin-top: 3rem
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-y-auto {
    overflow-y: auto
}

.p-4 {
    padding: 1rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pl-5 {
    padding-left: 1.25rem
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.-top-1\.6rem {
    top: -1.6rem
}

.-right-0 {
    right: 0
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 67, var(--tw-text-opacity))
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-full {
    width: 100%
}

.w-32 {
    width: 8rem
}

.w-64 {
    width: 16rem
}

.w-sm {
    width: 24rem
}

.-z-1 {
    z-index: -1
}

.gap-3 {
    grid-gap: .75rem;
    gap: .75rem
}

.gap-4 {
    grid-gap: 1rem;
    gap: 1rem
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z))
}

.focus\:scale-110:focus,
.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    --tw-scale-z: 1.1
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.line-clamp-12 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12
}

@media (min-width:768px) {
    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:self-start {
        align-self: flex-start
    }

    .md\:order-2 {
        order: 2
    }

    .md\:h-full {
        height: 100%
    }

    .md\:my-0 {
        margin-top: 0
    }

    .md\:mb-0,
    .md\:my-0 {
        margin-bottom: 0
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:pl-12 {
        padding-left: 3rem
    }

    .md\:pt-4 {
        padding-top: 1rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:w-96 {
        width: 24rem
    }

    .md\:w-2xl {
        width: 42rem
    }

    .md\:w-full {
        width: 100%
    }

    .md\:gap-4 {
        grid-gap: 1rem;
        gap: 1rem
    }

    .md\:focus\:scale-110:focus,
    .md\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        --tw-scale-z: 1.1
    }

    .md\:line-clamp-9 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9
    }
}

@media (min-width:1024px) {
    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:self-start {
        align-self: flex-start
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:h-xl {
        height: 36rem
    }

    .lg\:text-xl {
        font-size: 1.425rem
    }

    .lg\:text-3xl {
        font-size: 3.25rem
    }

    .lg\:text-4xl {
        font-size: 4rem;
        line-height: 1
    }

    .lg\:text-2xl {
        font-size: 2rem;
        line-height: 1
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:pt-5 {
        padding-top: 1.25rem
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:w-44 {
        width: 11rem
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-96 {
        width: 24rem
    }

    .lg\:w-4xl {
        width: 56rem
    }

    .lg\:w-xl {
        width: 36rem
    }

    .lg\:line-clamp-8 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8
    }
}

@media (min-width:1280px) {
    .xl\:text-5xl {
        font-size: 4.9rem
    }

    .xl\:text-3xl {
        font-size: 3.25rem
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .xl\:pl-8 {
        padding-left: 2rem
    }

    .xl\:w-xl {
        width: 36rem
    }

    .xl\:w-3xl {
        width: 48rem
    }

    .xl\:line-clamp-12 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 12
    }
}

@media (min-width:1536px) {
    .\32 xl\:h-2xl {
        height: 42rem
    }

    .\32 xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .\32 xl\:w-2xl {
        width: 42rem
    }

    .\32 xl\:w-4xl {
        width: 56rem
    }
}