*,:after,:before {
    border: 0 solid #edf2f7;
    box-sizing: border-box
}


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

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;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

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 {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: 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,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    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 {
    color: #cbd5e0;
    opacity: 1
}

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

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

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

:disabled {
    cursor: default
}

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

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

[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:
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-6 {
    margin-bottom: 1.5rem
}

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

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

.flex {
    display: flex
}

.h-screen {
    height: 100vh
}

.w-48 {
    width: 12rem
}

.w-full {
    width: 100%
}

.max-w-screen-lg {
    max-width: 1024px
}

.flex-row {
    flex-direction: row
}

.justify-center {
    justify-content: center
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 252/var(--tw-bg-opacity))
}

.bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity))
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

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

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

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

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

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

.pt-3 {
    padding-top: .75rem
}

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

.text-center {
    text-align: center
}

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

.text-sm {
    font-size: .875rem
}

.font-bold {
    font-weight: 700
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(113 128 150/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(26 32 44/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(45 55 72/var(--tw-text-opacity))
}

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

.text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248/var(--tw-text-opacity))
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

@media (min-width: 768px) {
    .md\:px-20 {
        padding-left:5rem;
        padding-right: 5rem
    }
}

@media (min-width: 1024px) {
    .lg\:mb-12 {
        margin-bottom:3rem
    }

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

    .lg\:w-64 {
        width: 16rem
    }

    .lg\:py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .lg\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .lg\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem
    }

    .lg\:pb-4 {
        padding-bottom: 1rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }
}

.swiper {
    height: 100%;
    max-width: 750px;
}

.swiper-slide-image{
    width: 100%;
    height: 100%;
}


.swiper .swiper-slide {
    height: 300px;
    width: auto;
}

.swiper-slide img {
    border-radius: 4px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
    transition: opacity .3s ease-in-out;
    width: 100%;
}

.swiper-slide:not(.swiper-slide-active) img {
    transform: scale(.8)
}

.swiper-slide:not(.swiper-slide-active) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.swiper-slide-next img,.swiper-slide-prev img {
    opacity: .75
}

.swiper-slide-active img {
    opacity: 1
}


@media only screen and (max-width: 1023px) {
    .swiper {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .swiper .swiper-slide {
        height:300px
    }

    .swiper-slide:not(.swiper-slide-active) img {
        opacity: .6;
        transform: scale(.85)
    }
}

@media only screen and (max-width: 479px) {
    .swiper .swiper-slide {
        height:275px
    }

    .swiper-slide:not(.swiper-slide-active) img {
        opacity: .8;
        transform: scale(.95)
    }
}

