@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap"); /*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    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
}

body {
    line-height: inherit
}

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;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,:after,:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --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;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@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
    }
}

.absolute {
    position: absolute
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.top-0 {
    top: 0
}

.z-10 {
    z-index: 10
}

.-z-10 {
    z-index: -10
}

.z-\[200\] {
    z-index: 200
}

.z-50 {
    z-index: 50
}

.z-40 {
    z-index: 40
}

.order-2 {
    order: 2
}

.order-1 {
    order: 1
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px
}

.my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px
}

.mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px
}

.my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px
}

.mx-\[25px\] {
    margin-left: 25px;
    margin-right: 25px
}

.my-\[80px\] {
    margin-top: 80px;
    margin-bottom: 80px
}

.mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px
}

.my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-\[60px\] {
    margin-top: 60px
}

.mb-\[40px\] {
    margin-bottom: 40px
}

.mt-\[23\.53px\] {
    margin-top: 23.53px
}

.mt-\[100px\] {
    margin-top: 100px
}

.mt-\[40px\] {
    margin-top: 40px
}

.mt-5 {
    margin-top: 1.25rem
}

.mr-10 {
    margin-right: 2.5rem
}

.ml-\[20px\] {
    margin-left: 20px
}

.mt-\[20px\] {
    margin-top: 20px
}

.mt-12 {
    margin-top: 3rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-3 {
    margin-top: .75rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.mr-\[75px\] {
    margin-right: 75px
}

.mb-\[100px\] {
    margin-bottom: 100px
}

.ml-7 {
    margin-left: 1.75rem
}

.mt-\[80px\] {
    margin-top: 80px
}

.ml-4 {
    margin-left: 1rem
}

.-ml-\[2px\] {
    margin-left: -2px
}

.ml-\[607px\] {
    margin-left: 607px
}

.mb-\[80px\] {
    margin-bottom: 80px
}

.ml-1 {
    margin-left: .25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-\[85vw\] {
    height: 85vw
}

.h-\[448\.5px\] {
    height: 448.5px
}

.h-\[66\.32px\] {
    height: 66.32px
}

.h-\[300px\] {
    height: 300px
}

.h-\[33\%\] {
    height: 33%
}

.h-\[80\%\] {
    height: 80%
}

.h-\[40px\] {
    height: 40px
}

.h-\[35px\] {
    height: 35px
}

.h-\[150px\] {
    height: 150px
}

.h-full {
    height: 100%
}

.h-\[60px\] {
    height: 60px
}

.h-\[447\.98px\] {
    height: 447.98px
}

.h-\[114px\] {
    height: 114px
}

.h-\[80vw\] {
    height: 80vw
}

.h-\[40\%\] {
    height: 40%
}

.h-\[60\%\] {
    height: 60%
}

.h-\[20px\] {
    height: 20px
}

.h-\[18\.7px\] {
    height: 18.7px
}

.h-\[100vh\] {
    height: 100vh
}

.w-auto {
    width: auto
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.w-full {
    width: 100%
}

.w-\[110px\] {
    width: 110px
}

.w-\[269\.02px\] {
    width: 269.02px
}

.w-\[81\.13px\] {
    width: 81.13px
}

.w-\[207\.38px\] {
    width: 207.38px
}

.w-1 {
    width: .25rem
}

.w-\[95\%\] {
    width: 95%
}

.w-\[40\%\] {
    width: 40%
}

.w-\[150px\] {
    width: 150px
}

.grow {
    flex-grow: 1
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin-slow {
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite
}

@-webkit-keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}

.cursor-pointer {
    cursor: pointer
}

.list-disc {
    list-style-type: disc
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    gap: 1rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-8 {
    gap: 2rem
}

.gap-16 {
    gap: 4rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-20 {
    gap: 5rem
}

.overflow-hidden {
    overflow: hidden
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-2xl {
    border-radius: 1rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(255 187 2/var(--tw-border-opacity))
}

.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225/var(--tw-border-opacity))
}

.border-footer {
    --tw-border-opacity: 1;
    border-color: rgb(38 28 21/var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 242/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 187 2/var(--tw-bg-opacity))
}

.bg-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(38 28 21/var(--tw-bg-opacity))
}

.fill-secondary {
    fill: #ffbb02
}

.p-10 {
    padding: 2.5rem
}

.p-2 {
    padding: .5rem
}

.p-6 {
    padding: 1.5rem
}

.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px
}

.px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px
}

.py-\[17\.50px\] {
    padding-top: 17.5px;
    padding-bottom: 17.5px
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.pb-\[60px\] {
    padding-bottom: 60px
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-\[60px\] {
    padding-top: 60px
}

.pt-\[74px\] {
    padding-top: 74px
}

.pt-20 {
    padding-top: 5rem
}

.pl-\[20\.28px\] {
    padding-left: 20.28px
}

.pb-\[80px\] {
    padding-bottom: 80px
}

.pt-\[80px\] {
    padding-top: 80px
}

.pt-16 {
    padding-top: 4rem
}

.pb-2 {
    padding-bottom: .5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-\[36px\] {
    font-size: 36px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[21px\] {
    font-size: 21px
}

.text-\[26px\] {
    font-size: 26px
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[37px\] {
    font-size: 37px
}

.text-\[18px\] {
    font-size: 18px
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-extrabold {
    font-weight: 800
}

.font-semibold {
    font-weight: 600
}

.font-black {
    font-weight: 900
}

.font-normal {
    font-weight: 400
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-none {
    line-height: 1
}

.leading-6 {
    line-height: 1.5rem
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(255 187 2/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184/var(--tw-placeholder-opacity))
}

.placeholder-slate-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184/var(--tw-placeholder-opacity))
}

.placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184/var(--tw-placeholder-opacity))
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-md,.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.outline {
    outline-style: solid
}

.outline-4 {
    outline-width: 4px
}

.outline-secondary {
    outline-color: #ffbb02
}

.outline-black {
    outline-color: #000
}

html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scroll-behavior: smooth
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.cabin {
    font-family: Cabin,sans-serif
}

body {
    font-family: Raleway,sans-serif;
    padding: 0;
    margin: 0
}

.container,.containerBG {
    width: 1120px
}

.footerContainer {
    width: 100%
}

.footerBox {
    width: 1120px
}

hr.solid {
    border-top: 1px solid #f7f7f2
}

.footerEnd,hr.solid {
    width: 100%
}

.footerText {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

.footerLeft {
    height: 100px;
    order: 1;
    width: 20%
}

.footerRight {
    order: 3;
    width: 20%
}

.footerCenter {
    order: 2;
    width: 30%
}

@media (max-width: 1065px) {
    .container {
        padding-left:30px;
        padding-right: 30px;
        width: 100%
    }

    .containerBG {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }

    .hideMob {
        display: none
    }

    .footerItemBox {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .contactMap {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem
    }

    .footerBox {
        margin-inline:30px}

    .mText {
        display: unset
    }

    .dText {
        display: none
    }

    .footerLeft {
        order: 3;
        height: 60px;
        flex-wrap: wrap
    }

    .footerLeft,.footerRight {
        width: 100%;
        align-items: center
    }

    .footerRight {
        order: 1
    }

    .fDownB {
        justify-content: center;
        gap: 30px
    }

    .footerCenter {
        margin-top: 10px;
        order: 2;
        width: 100%
    }

    .abtImg {
        width: 60vw;
        height: auto
    }
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f7f7f2
}

::-webkit-scrollbar-thumb {
    background: #ffbb02;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #261c15
}

.hover-underline-animation {
    display: inline-block;
    position: relative
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffbb02;
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.after\:ml-0\.5:after {
    content: var(--tw-content);
    margin-left: .125rem
}

.after\:ml-0:after {
    content: var(--tw-content);
    margin-left: 0
}

.after\:text-red-500:after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.after\:content-\[\'\*\'\]:after{--tw-content:"*";content:var(--tw-content)}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(247 247 242/var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-secondary:hover{--tw-text-opacity:1;color:rgb(255 187 2/var(--tw-text-opacity))}.hover\:outline:hover{outline-style:solid}.focus\:border-sky-500:focus{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}@media (min-width:640px){.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.lg\:relative{position:relative}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:my-\[90px\]{margin-top:90px;margin-bottom:90px}.lg\:my-\[110px\]{margin-top:110px;margin-bottom:110px}.lg\:my-\[82px\]{margin-top:82px;margin-bottom:82px}.lg\:mx-\[160px\]{margin-left:160px;margin-right:160px}.lg\:my-\[100px\]{margin-top:100px;margin-bottom:100px}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:my-\[109px\]{margin-top:109px;margin-bottom:109px}.lg\:mt-0{margin-top:0}.lg\:mt-4{margin-top:1rem}.lg\:mb-0{margin-bottom:0}.lg\:mt-\[110px\]{margin-top:110px}.lg\:mt-\[50px\]{margin-top:50px}.lg\:mt-5{margin-top:1.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-\[20px\]{margin-top:20px}.lg\:ml-7{margin-left:1.75rem}.lg\:mt-\[40px\]{margin-top:40px}.lg\:mt-\[100px\]{margin-top:100px}.lg\:ml-6{margin-left:1.5rem}.lg\:mr-32{margin-right:8rem}.lg\:-mt-4{margin-top:-1rem}.lg\:mt-3{margin-top:.75rem}.lg\:mb-\[120px\]{margin-bottom:120px}.lg\:mt-\[30px\]{margin-top:30px}.lg\:ml-\[60px\]{margin-left:60px}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-auto{height:auto}.lg\:h-\[416\.09px\]{height:416.09px}.lg\:h-\[85px\]{height:85px}.lg\:h-full{height:100%}.lg\:h-\[420px\]{height:420px}.lg\:h-\[347\.21px\]{height:347.21px}.lg\:h-\[100\%\]{height:100%}.lg\:h-\[200px\]{height:200px}.lg\:h-\[35\%\]{height:35%}.lg\:h-\[455px\]{height:455px}.lg\:h-\[150px\]{height:150px}.lg\:h-\[90\%\]{height:90%}.lg\:w-\[550px\]{width:550px}.lg\:w-\[1240px\]{width:1240px}.lg\:w-\[920px\]{width:920px}.lg\:w-\[495px\]{width:495px}.lg\:w-\[380px\]{width:380px}.lg\:w-\[455px\]{width:455px}.lg\:w-\[835px\]{width:835px}.lg\:w-\[570px\]{width:570px}.lg\:w-\[494\.28px\]{width:494.28px}.lg\:w-\[500px\]{width:500px}.lg\:w-\[1120px\]{width:1120px}.lg\:w-\[599\.32px\]{width:599.32px}.lg\:w-\[420px\]{width:420px}.lg\:w-\[520px\]{width:520px}.lg\:w-\[670px\]{width:670px}.lg\:w-\[265px\]{width:265px}.lg\:w-\[950px\]{width:950px}.lg\:w-\[325px\]{width:325px}.lg\:w-\[454\.2px\]{width:454.2px}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[475px\]{width:475px}.lg\:w-\[141px\]{width:141px}.lg\:w-\[250px\]{width:250px}.lg\:w-\[459\.77px\]{width:459.77px}.lg\:flex-row{flex-direction:row}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-items-start{justify-items:start}.lg\:gap-16{gap:4rem}.lg\:gap-24{gap:6rem}.lg\:gap-0{gap:0}.lg\:gap-3{gap:.75rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-\[20px\]{gap:20px}.lg\:gap-4{gap:1rem}.lg\:rounded-none{border-radius:0}.lg\:rounded-\[20px\]{border-radius:20px}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.lg\:bg-primary{--tw-bg-opacity:1;background-color:rgb(247 247 242/var(--tw-bg-opacity))}.lg\:p-6{padding:1.5rem}.lg\:py-\[120px\]{padding-top:120px;padding-bottom:120px}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-\[41\.95px\]{padding-top:41.95px;padding-bottom:41.95px}.lg\:px-\[90px\]{padding-left:90px;padding-right:90px}.lg\:py-\[100px\]{padding-top:100px;padding-bottom:100px}.lg\:py-\[118px\]{padding-top:118px;padding-bottom:118px}.lg\:py-\[26\.74px\]{padding-top:26.74px;padding-bottom:26.74px}.lg\:py-\[29\.50px\]{padding-top:29.5px;padding-bottom:29.5px}.lg\:pb-0{padding-bottom:0}.lg\:pt-0{padding-top:0}.lg\:pb-\[74px\]{padding-bottom:74px}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-\[150px\]{padding-top:150px}.lg\:pr-\[60px\]{padding-right:60px}.lg\:pb-\[150px\]{padding-bottom:150px}.lg\:pb-12{padding-bottom:3rem}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-right{text-align:right}.lg\:text-\[48px\]{font-size:48px}.lg\:text-\[17px\]{font-size:17px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[15px\]{font-size:15px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-\[25px\]{font-size:25px}.lg\:text-\[46px\]{font-size:46px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[35px\]{font-size:35px}.lg\:text-\[36px\]{font-size:36px}.lg\:text-\[22px\]{font-size:22px}.lg\:text-\[21px\]{font-size:21px}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[31px\]{font-size:31px}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}
/*
     FILE ARCHIVED ON 05:07:28 Jun 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:38:34 Dec 14, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.341
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.014
  esindex: 0.015
  cdx.remote: 20.851
  LoadShardBlock: 159.689 (3)
  PetaboxLoader3.datanode: 260.052 (5)
  PetaboxLoader3.resolve: 110.389 (2)
  load_resource: 226.9
  loaddict: 36.356
*/