*{
    scroll-behavior:smooth
}
/*!modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize*/
:root{
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4
}
html{
    line-height:1.15;
    -webkit-text-size-adjust:100%
}
body{
    margin:0;
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
}
hr{
    height:0;
    color:inherit
}
abbr[title]{
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong{
    font-weight:bolder
}
code,kbd,pre,samp{
    font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,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
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
legend{
    padding:0
}
progress{
    vertical-align:baseline
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
summary{
    display:list-item
}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
    margin:0
}
button{
    background-color:transparent;
    background-image:none
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
fieldset,ol,ul{
    margin:0;
    padding:0
}
ol,ul{
    list-style:none
}
html{
    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
}
body{
    font-family:inherit;
    line-height:inherit
}
*,:after,:before{
    box-sizing:border-box;
    border:0 solid #e5e7eb
}
hr{
    border-top-width:1px
}
img{
    border-style:solid
}
textarea{
    resize:vertical
}
input::-moz-placeholder,textarea::-moz-placeholder{
    color:#9ca3af
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#9ca3af
}
input::placeholder,textarea::placeholder{
    color:#9ca3af
}
[role=button],button{
    cursor:pointer
}
table{
    border-collapse:collapse
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:inherit
}
a{
    color:inherit;
    text-decoration:inherit
}
button,input,optgroup,select,textarea{
    padding:0;
    line-height:inherit;
    color:inherit
}
code,kbd,pre,samp{
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}
audio,canvas,embed,iframe,img,object,svg,video{
    display:block;
    vertical-align:middle
}
img,video{
    max-width:100%;
    height:auto
}
p{
    margin-bottom:.75rem
}
section.container{
    padding-left:1rem;
    padding-right:1rem
}
@media(min-width:1024px){
    section.container{
        padding-left:2rem;
        padding-right:2rem
    }
}
@media(min-width:1280px){
    section.container{
        padding-left:4rem;
        padding-right:4rem
    }
}
.container{
    width:100%;
    margin-right:auto;
    margin-left: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
    }
}
.btn{
    background-color:rgba(10,134,255,var(--tw-bg-opacity))
}
.btn,.btn:hover{
    --tw-bg-opacity:1
}
.btn:hover{
    background-color:rgba(3,169,244,var(--tw-bg-opacity))
}
.btn{
    border-radius:.25rem;
    display:block
}
.btn:focus{
    outline:2px solid transparent;
    outline-offset:2px
}
.btn{
    padding:1rem 1.5rem;
    --tw-text-opacity:1;
    color:rgba(255,255,255,var(--tw-text-opacity))
}
.btn.btn-border{
    background-color:transparent
}
.btn.btn-border:hover{
    --tw-bg-opacity:1;
    background-color:rgba(10,134,255,var(--tw-bg-opacity))
}
.btn.btn-border{
    --tw-border-opacity:1;
    border-color:rgba(10,134,255,var(--tw-border-opacity));
    border-width:2px;
    --tw-text-opacity:1;
    color:rgba(10,134,255,var(--tw-text-opacity))
}
.btn.btn-border:hover{
    --tw-text-opacity:1;
    color:rgba(255,255,255,var(--tw-text-opacity))
}
.btn-lg{
    border-radius:.5rem;
    font-weight:500;
    padding-top:1.5rem;
    padding-bottom:1.5rem;
    text-align:center
}
.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*(1 - var(--tw-space-x-reverse)))
}
.bg-black{
    --tw-bg-opacity:1;
    background-color:rgba(0,0,0,var(--tw-bg-opacity))
}
.bg-white{
    --tw-bg-opacity:1;
    background-color:rgba(255,255,255,var(--tw-bg-opacity))
}
.bg-gray-50{
    --tw-bg-opacity:1;
    background-color:rgba(249,250,251,var(--tw-bg-opacity))
}
.bg-gray-100{
    --tw-bg-opacity:1;
    background-color:rgba(243,244,246,var(--tw-bg-opacity))
}
.bg-red-100{
    --tw-bg-opacity:1;
    background-color:rgba(254,226,226,var(--tw-bg-opacity))
}
.bg-red-200{
    --tw-bg-opacity:1;
    background-color:rgba(254,202,202,var(--tw-bg-opacity))
}
.bg-green-100{
    --tw-bg-opacity:1;
    background-color:rgba(209,250,229,var(--tw-bg-opacity))
}
.bg-green-200{
    --tw-bg-opacity:1;
    background-color:rgba(167,243,208,var(--tw-bg-opacity))
}
.bg-green-500{
    --tw-bg-opacity:1;
    background-color:rgba(16,185,129,var(--tw-bg-opacity))
}
.bg-blue{
    --tw-bg-opacity:1;
    background-color:rgba(10,134,255,var(--tw-bg-opacity))
}
.hover\:bg-gray-200:hover{
    --tw-bg-opacity:1;
    background-color:rgba(229,231,235,var(--tw-bg-opacity))
}
.hover\:bg-green-400:hover{
    --tw-bg-opacity:1;
    background-color:rgba(52,211,153,var(--tw-bg-opacity))
}
.hover\:bg-blue-light:hover{
    --tw-bg-opacity:1;
    background-color:rgba(3,169,244,var(--tw-bg-opacity))
}
.hover\:bg-blue-dark:hover{
    --tw-bg-opacity:1;
    background-color:rgba(0,158,235,var(--tw-bg-opacity))
}
.hover\:bg-blue-transparent:hover{
    --tw-bg-opacity:1;
    background-color:rgba(245,250,255,var(--tw-bg-opacity))
}
.focus\:bg-blue-dark:focus{
    --tw-bg-opacity:1;
    background-color:rgba(0,158,235,var(--tw-bg-opacity))
}
.bg-opacity-80{
    --tw-bg-opacity:0.8
}
.border-white{
    --tw-border-opacity:1;
    border-color:rgba(255,255,255,var(--tw-border-opacity))
}
.border-gray-200{
    --tw-border-opacity:1;
    border-color:rgba(229,231,235,var(--tw-border-opacity))
}
.border-gray-400{
    --tw-border-opacity:1;
    border-color:rgba(156,163,175,var(--tw-border-opacity))
}
.border-red-300{
    --tw-border-opacity:1;
    border-color:rgba(252,165,165,var(--tw-border-opacity))
}
.border-red-500{
    --tw-border-opacity:1;
    border-color:rgba(239,68,68,var(--tw-border-opacity))
}
.border-green-300{
    --tw-border-opacity:1;
    border-color:rgba(110,231,183,var(--tw-border-opacity))
}
.border-green-500{
    --tw-border-opacity:1;
    border-color:rgba(16,185,129,var(--tw-border-opacity))
}
.border-blue{
    --tw-border-opacity:1;
    border-color:rgba(10,134,255,var(--tw-border-opacity))
}
.focus\:border-white:focus{
    --tw-border-opacity:1;
    border-color:rgba(255,255,255,var(--tw-border-opacity))
}
.border-opacity-50{
    --tw-border-opacity:0.5
}
.rounded-none{
    border-radius:0
}
.rounded{
    border-radius:.25rem
}
.rounded-lg{
    border-radius:.5rem
}
.rounded-xl{
    border-radius:.75rem
}
.rounded-2xl{
    border-radius:1rem
}
.rounded-3xl{
    border-radius:1.5rem
}
.rounded-full{
    border-radius:9999px
}
.border-2{
    border-width:2px
}
.border-4{
    border-width:4px
}
.border{
    border-width:1px
}
.border-b-2{
    border-bottom-width:2px
}
.border-b-3{
    border-bottom-width:3px
}
.border-t{
    border-top-width:1px
}
.border-r{
    border-right-width:1px
}
.border-b{
    border-bottom-width:1px
}
.cursor-pointer{
    cursor:pointer
}
.block{
    display:block
}
.inline-block{
    display:inline-block
}
.flex{
    display:flex
}
.inline-flex{
    display:inline-flex
}
.table{
    display:table
}
.grid{
    display:grid
}
.hidden{
    display:none
}
.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-end{
    align-items:flex-end
}
.items-center{
    align-items:center
}
.justify-start{
    justify-content:flex-start
}
.justify-end{
    justify-content:flex-end
}
.justify-center{
    justify-content:center
}
.justify-between{
    justify-content:space-between
}
.flex-grow{
    flex-grow:1
}
.flex-shrink-0{
    flex-shrink:0
}
.order-1{
    order:1
}
.order-2{
    order:2
}
.order-3{
    order:3
}
.order-12{
    order:12
}
.font-light{
    font-weight:300
}
.font-medium{
    font-weight:500
}
.font-semibold{
    font-weight:600
}
.font-bold{
    font-weight:700
}
.h-0{
    height:0
}
.h-5{
    height:1.25rem
}
.h-6{
    height:1.5rem
}
.h-8{
    height:2rem
}
.h-10{
    height:2.5rem
}
.h-12{
    height:3rem
}
.h-16{
    height:4rem
}
.h-20{
    height:5rem
}
.h-48{
    height:12rem
}
.h-auto{
    height:auto
}
.h-full{
    height:100%
}
.text-sm{
    font-size:.875rem;
    line-height:1.25rem
}
.text-lg{
    font-size:1.125rem
}
.text-lg,.text-xl{
    line-height:1.75rem
}
.text-xl{
    font-size:1.25rem
}
.text-2xl{
    font-size:1.5rem;
    line-height:2rem
}
.text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
}
.leading-7{
    line-height:1.75rem
}
.leading-relaxed{
    line-height:1.625
}
.m-7{
    margin:1.75rem
}
.my-2{
    margin-top:.5rem;
    margin-bottom:.5rem
}
.my-3{
    margin-top:.75rem;
    margin-bottom:.75rem
}
.my-4{
    margin-top:1rem;
    margin-bottom:1rem
}
.my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
}
.mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
}
.my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
}
.my-8{
    margin-top:2rem;
    margin-bottom:2rem
}
.my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
}
.my-12{
    margin-top:3rem;
    margin-bottom:3rem
}
.my-20{
    margin-top:5rem;
    margin-bottom:5rem
}
.mx-auto{
    margin-left:auto;
    margin-right:auto
}
.-mx-3{
    margin-left:-.75rem;
    margin-right:-.75rem
}
.mb-0{
    margin-bottom:0
}
.mt-1{
    margin-top:.25rem
}
.ml-1{
    margin-left:.25rem
}
.mt-2{
    margin-top:.5rem
}
.mr-2{
    margin-right:.5rem
}
.mb-2{
    margin-bottom:.5rem
}
.ml-2{
    margin-left:.5rem
}
.mt-3{
    margin-top:.75rem
}
.mr-3{
    margin-right:.75rem
}
.mb-3{
    margin-bottom:.75rem
}
.mt-4{
    margin-top:1rem
}
.mr-4{
    margin-right:1rem
}
.mb-4{
    margin-bottom:1rem
}
.ml-4{
    margin-left:1rem
}
.mr-5{
    margin-right:1.25rem
}
.mb-5{
    margin-bottom:1.25rem
}
.mt-6{
    margin-top:1.5rem
}
.mb-6{
    margin-bottom:1.5rem
}
.mt-8{
    margin-top:2rem
}
.mt-10{
    margin-top:2.5rem
}
.mb-10{
    margin-bottom:2.5rem
}
.mt-12{
    margin-top:3rem
}
.ml-12{
    margin-left:3rem
}
.mt-16{
    margin-top:4rem
}
.mb-16{
    margin-bottom:4rem
}
.mt-20{
    margin-top:5rem
}
.mb-20{
    margin-bottom:5rem
}
.mt-24{
    margin-top:6rem
}
.ml-auto{
    margin-left:auto
}
.-ml-1{
    margin-left:-.25rem
}
.-mt-4{
    margin-top:-1rem
}
.-mt-px{
    margin-top:-1px
}
.max-w-sm{
    max-width:24rem
}
.max-w-xl{
    max-width:36rem
}
.max-w-6xl{
    max-width:72rem
}
.max-w-full{
    max-width:100%
}
.min-h-screen{
    min-height:100vh
}
.opacity-25{
    opacity:.25
}
.opacity-75{
    opacity:.75
}
.focus\:outline-none:focus,.outline-none{
    outline:2px solid transparent;
    outline-offset:2px
}
.overflow-hidden{
    overflow:hidden
}
.p-4{
    padding:1rem
}
.p-5{
    padding:1.25rem
}
.p-6{
    padding:1.5rem
}
.p-10{
    padding:2.5rem
}
.py-2{
    padding-top:.5rem;
    padding-bottom:.5rem
}
.px-2{
    padding-left:.5rem;
    padding-right:.5rem
}
.py-3{
    padding-top:.75rem;
    padding-bottom:.75rem
}
.px-3{
    padding-left:.75rem;
    padding-right:.75rem
}
.py-4{
    padding-top:1rem;
    padding-bottom:1rem
}
.px-4{
    padding-left:1rem;
    padding-right:1rem
}
.px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
}
.py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
}
.px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
}
.py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
}
.px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
}
.py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
}
.px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
}
.px-12{
    padding-left:3rem;
    padding-right:3rem
}
.py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
}
.px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
}
.py-16{
    padding-top:4rem;
    padding-bottom:4rem
}
.py-20{
    padding-top:5rem;
    padding-bottom:5rem
}
.pr-3{
    padding-right:.75rem
}
.pb-3{
    padding-bottom:.75rem
}
.pl-3{
    padding-left:.75rem
}
.pt-4{
    padding-top:1rem
}
.pb-4{
    padding-bottom:1rem
}
.pt-6{
    padding-top:1.5rem
}
.pb-6{
    padding-bottom:1.5rem
}
.pt-8{
    padding-top:2rem
}
.pb-10{
    padding-bottom:2.5rem
}
.placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243,244,246,var(--tw-placeholder-opacity))
}
.placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243,244,246,var(--tw-placeholder-opacity))
}
.placeholder-gray-100::placeholder{
    --tw-placeholder-opacity:1;
    color:rgba(243,244,246,var(--tw-placeholder-opacity))
}
.fixed{
    position:fixed
}
.absolute{
    position:absolute
}
.relative{
    position:relative
}
.inset-0{
    top:0;
    right:0;
    bottom:0;
    left:0
}
.top-0{
    top:0
}
.right-0{
    right:0
}
.bottom-0{
    bottom:0
}
.left-0{
    left:0
}
.top-5{
    top:1.25rem
}
.bottom-5{
    bottom:1.25rem
}
.left-5{
    left:1.25rem
}
.bottom-10{
    bottom:2.5rem
}
.bottom-12{
    bottom:3rem
}
.top-28{
    top:7rem
}
.-right-4{
    right:-1rem
}
.-left-12{
    left:-3rem
}
.-bottom-14{
    bottom:-3.5rem
}
.-top-1\/3{
    top:-33.333333%
}
.resize-y{
    resize:vertical
}
*{
    --tw-shadow:0 0 transparent
}
.shadow{
    --tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)
}
.shadow,.shadow-lg{
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}
.shadow-lg{
    --tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)
}
.shadow-xl{
    --tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04)
}
.shadow-blue,.shadow-xl{
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}
.shadow-blue{
    --tw-shadow:0px 0px 1px 0px rgba(0,0,0,0.04),0px 2px 6px 0px rgba(10,134,255,0.12),0px 16px 24px 0px rgba(10,134,255,0.2)
}
.shadow-teal{
    --tw-shadow:0px 0px 1px 0px rgba(0,0,0,0.04),0px 2px 6px 0px rgba(0,167,167,0.12),0px 16px 24px 0px rgba(0,167,167,0.2)
}
.shadow-orange,.shadow-teal{
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}
.shadow-orange{
    --tw-shadow:0px 0px 1px 0px rgba(0,0,0,0.04),0px 2px 6px 0px rgba(255,165,0,0.12),0px 16px 24px 0px rgba(255,165,0,0.2)
}
.shadow-red{
    --tw-shadow:0px 0px 1px 0px rgba(0,0,0,0.04),0px 2px 6px 0px rgba(237,48,62,0.12),0px 16px 24px 0px rgba(237,48,62,0.2)
}
.shadow-green,.shadow-red{
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}
.shadow-green{
    --tw-shadow:0px 0px 1px 0px rgba(0,0,0,0.04),0px 2px 6px 0px rgba(1,164,83,0.12),0px 16px 24px 0px rgba(1,164,83,0.2)
}
.shadow-ored{
    --tw-shadow:0px 0px 1px 0px rgba(0,0,0,0.04),0px 2px 6px 0px rgba(235,49,23,0.12),0px 16px 24px 0px rgba(235,49,23,0.2)
}
.hover\:shadow-none:hover,.shadow-ored{
    box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}
.hover\:shadow-none:hover{
    --tw-shadow:0 0 transparent
}
*{
    --tw-ring-inset:var(--tw-empty,
    /*!*/
    /*!*/
    );
    --tw-ring-offset-width:0px;
    --tw-ring-offset-color:#fff;
    --tw-ring-color:rgba(59,130,246,0.5);
    --tw-ring-offset-shadow:0 0 transparent;
    --tw-ring-shadow:0 0 transparent
}
.text-left{
    text-align:left
}
.text-center{
    text-align:center
}
.text-black{
    --tw-text-opacity:1;
    color:rgba(0,0,0,var(--tw-text-opacity))
}
.text-white{
    --tw-text-opacity:1;
    color:rgba(255,255,255,var(--tw-text-opacity))
}
.text-gray-200{
    --tw-text-opacity:1;
    color:rgba(229,231,235,var(--tw-text-opacity))
}
.text-gray-300{
    --tw-text-opacity:1;
    color:rgba(209,213,219,var(--tw-text-opacity))
}
.text-gray-400{
    --tw-text-opacity:1;
    color:rgba(156,163,175,var(--tw-text-opacity))
}
.text-gray-500{
    --tw-text-opacity:1;
    color:rgba(107,114,128,var(--tw-text-opacity))
}
.text-gray-600{
    --tw-text-opacity:1;
    color:rgba(75,85,99,var(--tw-text-opacity))
}
.text-gray-700{
    --tw-text-opacity:1;
    color:rgba(55,65,81,var(--tw-text-opacity))
}
.text-gray-800{
    --tw-text-opacity:1;
    color:rgba(31,41,55,var(--tw-text-opacity))
}
.text-gray-900{
    --tw-text-opacity:1;
    color:rgba(17,24,39,var(--tw-text-opacity))
}
.text-red-500{
    --tw-text-opacity:1;
    color:rgba(239,68,68,var(--tw-text-opacity))
}
.text-red-600{
    --tw-text-opacity:1;
    color:rgba(220,38,38,var(--tw-text-opacity))
}
.text-red-800{
    --tw-text-opacity:1;
    color:rgba(153,27,27,var(--tw-text-opacity))
}
.text-green-500{
    --tw-text-opacity:1;
    color:rgba(16,185,129,var(--tw-text-opacity))
}
.text-green-600{
    --tw-text-opacity:1;
    color:rgba(5,150,105,var(--tw-text-opacity))
}
.text-green-800{
    --tw-text-opacity:1;
    color:rgba(6,95,70,var(--tw-text-opacity))
}
.text-blue{
    --tw-text-opacity:1;
    color:rgba(10,134,255,var(--tw-text-opacity))
}
.uppercase{
    text-transform:uppercase
}
.underline{
    text-decoration:underline
}
.line-through{
    text-decoration:line-through
}
.hover\:underline:hover{
    text-decoration:underline
}
.antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.tracking-normal{
    letter-spacing:0
}
.tracking-wide{
    letter-spacing:.025em
}
.tracking-wider{
    letter-spacing:.05em
}
.w-5{
    width:1.25rem
}
.w-6{
    width:1.5rem
}
.w-8{
    width:2rem
}
.w-10{
    width:2.5rem
}
.w-12{
    width:3rem
}
.w-16{
    width:4rem
}
.w-20{
    width:5rem
}
.w-40{
    width:10rem
}
.w-44{
    width:11rem
}
.w-56{
    width:14rem
}
.w-64{
    width:16rem
}
.w-auto{
    width:auto
}
.w-1\/2{
    width:50%
}
.w-4\/5{
    width:80%
}
.w-full{
    width:100%
}
.w-screen{
    width:100vw
}
.z-0{
    z-index:0
}
.z-10{
    z-index:10
}
.z-20{
    z-index:20
}
.z-50{
    z-index:50
}
.gap-1{
    gap:.25rem
}
.gap-2{
    gap:.5rem
}
.gap-4{
    gap:1rem
}
.gap-6{
    gap:1.5rem
}
.gap-10{
    gap:2.5rem
}
.grid-cols-1{
    grid-template-columns:repeat(1,minmax(0,1fr))
}
.grid-cols-2{
    grid-template-columns:repeat(2,minmax(0,1fr))
}
.grid-cols-12{
    grid-template-columns:repeat(12,minmax(0,1fr))
}
.transform{
    --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;
    transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.hover\:scale-105:hover{
    --tw-scale-x:1.05;
    --tw-scale-y:1.05
}
.rotate-180{
    --tw-rotate:180deg
}
.hover\:translate-x-3:hover{
    --tw-translate-x:0.75rem
}
.hover\:-translate-y-5:hover{
    --tw-translate-y:-1.25rem
}
.transition{
    transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-duration:.15s
}
.ease-in-out{
    transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.duration-300{
    transition-duration:.3s
}
@-webkit-keyframes spin{
    to{
        transform:rotate(1turn)
    }
}
@keyframes spin{
    to{
        transform:rotate(1turn)
    }
}
@-webkit-keyframes ping{
    75%,to{
        transform:scale(2);
        opacity:0
    }
}
@keyframes ping{
    75%,to{
        transform:scale(2);
        opacity:0
    }
}
@-webkit-keyframes pulse{
    50%{
        opacity:.5
    }
}
@keyframes pulse{
    50%{
        opacity:.5
    }
}
@-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-spin{
    -webkit-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite
}
.animate-bounce{
    -webkit-animation:bounce 1s infinite;
    animation:bounce 1s infinite
}
h1.hero-text{
    font-weight:600;
    font-size:2.25rem;
    line-height:2.5rem;
    max-width:36rem;
    --tw-text-opacity:1;
    color:rgba(31,41,55,var(--tw-text-opacity))
}
@media(min-width:1024px){
    h1.hero-text{
        font-size:3rem;
        line-height:1;
        line-height:1.375
    }
}
span.decoration{
    background:rgba(10,134,255,.3);
    border:2px solid rgba(10,134,255,.4)
}
div.custom-cursor{
    position:absolute;
    bottom:0;
    right:unset;
    left:12.3rem
}
@media(min-width:768px){
    div.custom-cursor{
        left:unset;
        right:78px
    }
    .testimonial_card:after,.testimonial_card:before{
        content:"";
        position:absolute;
        bottom:10px;
        right:10px;
        height:80px;
        width:80px;
        border-radius:50%;
        background:rgba(10,134,255,.12)
    }
    .testimonial_card:before{
        right:50px;
        bottom:20px
    }
}
@media(min-width:1024px){
    div.custom-cursor{
        right:unset;
        left:16.3rem
    }
    .btn-lg{
        min-width:16rem
    }
}
sectiondiv.hr{
    padding-left:1rem;
    padding-right:1rem
}
div.hr{
    width:100%;
    margin-right:auto;
    margin-left:auto
}
@media(min-width:640px){
    div.hr{
        max-width:640px
    }
}
@media(min-width:768px){
    div.hr{
        max-width:768px
    }
}
@media(min-width:1024px){
    div.hr{
        max-width:1024px
    }
}
@media(min-width:1280px){
    div.hr{
        max-width:1280px
    }
}
@media(min-width:1536px){
    div.hr{
        max-width:1536px
    }
}
div.hr{
    border-radius:9999px;
    height:.5rem;
    margin-top:2.5rem;
    margin-bottom:2.5rem;
    background-color:rgba(10,134,255,.1)
}
.dots{
    top:0;
    left:0;
    height:100%;
    width:100%
}
.dots,.dots .dot{
    position:absolute
}
.dots .dot{
    width:15px;
    height:15px;
    border-radius:50%
}
.dots .dot:first-child{
    position:absolute;
    left:-30px;
    box-shadow:0 0 1px 0 rgba(0,0,0,.04),0 2px 6px 0 rgba(10,134,255,.12),0 16px 24px 0 rgba(10,134,255,.2)
}
.dots .dot:nth-child(2){
    bottom:10px
}
.dots .dot:nth-child(2),.dots .dot:nth-child(3){
    position:absolute;
    box-shadow:0 0 1px 0 rgba(0,0,0,.04),0 2px 6px 0 rgba(0,167,167,.12),0 16px 24px 0 rgba(0,167,167,.2)
}
.dots .dot:nth-child(3){
    left:150px;
    bottom:-20px
}
.subtitle{
    font-weight:600;
    font-size:.875rem;
    line-height:1.25rem;
    margin-bottom:2.5rem;
    position:relative;
    text-transform:uppercase
}
.subtitle span.rule{
    display:inline-block;
    height:1px;
    width:71px;
    margin-left:30px;
    margin-bottom:3px;
    background-color:#393939
}
.text-underline-primary:before{
    content:"";
    height:7px;
    position:absolute;
    width:100%;
    bottom:0;
    z-index:-10000;
    left:0;
    border-radius:6px;
    background-color:#0a86ff;
    transition:all .3s ease .1s
}
.img-elements:after,.img-elements:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:90%;
    border-radius:20px;
    z-index:-100;
    background-color:rgba(10,134,255,.12);
    transform:rotate(-12deg)
}
.img-elements:after{
    transform:rotate(12deg)
}
label{
    display:block;
    font-weight:600;
    margin-bottom:.5rem;
    --tw-text-opacity:1;
    color:rgba(0,0,0,var(--tw-text-opacity));
    letter-spacing:.025em
}
.form-control{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    --tw-bg-opacity:1;
    background-color:rgba(255,255,255,var(--tw-bg-opacity));
    --tw-border-opacity:1;
    border-color:rgba(229,231,235,var(--tw-border-opacity));
    border-radius:.5rem;
    border-width:2px;
    font-weight:500;
    line-height:1.25
}
.form-control:focus{
    outline:2px solid transparent;
    outline-offset:2px
}
.form-control{
    padding:1.25rem 1rem;
    --tw-text-opacity:1;
    color:rgba(156,163,175,var(--tw-text-opacity));
    width:100%
}
@media(min-width:768px){
    .form-control{
        padding-left:2rem;
        padding-right:2rem
    }
}
.form-group{
    margin-bottom:1.5rem;
    width:100%
}
@media(min-width:768px){
    .form-group{
        padding-left:.75rem;
        padding-right:.75rem;
        width:100%
    }
}
.form-group.has-error .form-control{
    --tw-border-opacity:1;
    border-color:rgba(239,68,68,var(--tw-border-opacity))
}
.help-block{
    font-weight:600;
    font-size:.75rem;
    line-height:1rem;
    --tw-text-opacity:1;
    color:rgba(220,38,38,var(--tw-text-opacity));
    font-style:italic
}
@media(min-width:640px){
    .sm\:items-center{
        align-items:center
    }
    .sm\:justify-start{
        justify-content:flex-start
    }
    .sm\:px-6{
        padding-left:1.5rem;
        padding-right:1.5rem
    }
    .sm\:pt-0{
        padding-top:0
    }
}
@media(min-width:768px){
    .md\:rounded-2xl{
        border-radius:1rem
    }
    .md\:border-r{
        border-right-width:1px
    }
    .md\:block{
        display:block
    }
    .md\:flex{
        display:flex
    }
    .md\:hidden{
        display:none
    }
    .md\:flex-row{
        flex-direction:row
    }
    .md\:justify-start{
        justify-content:flex-start
    }
    .md\:justify-end{
        justify-content:flex-end
    }
    .md\:text-xl{
        font-size:1.25rem;
        line-height:1.75rem
    }
    .md\:text-3xl{
        font-size:1.875rem;
        line-height:2.25rem
    }
    .md\:leading-normal{
        line-height:1.5
    }
    .md\:mt-0{
        margin-top:0
    }
    .md\:mb-0{
        margin-bottom:0
    }
    .md\:mr-2{
        margin-right:.5rem
    }
    .md\:mt-8{
        margin-top:2rem
    }
    .md\:mb-10{
        margin-bottom:2.5rem
    }
    .md\:mb-20{
        margin-bottom:5rem
    }
    .md\:p-10{
        padding:2.5rem
    }
    .md\:p-12{
        padding:3rem
    }
    .md\:px-0{
        padding-left:0;
        padding-right:0
    }
    .md\:px-3{
        padding-left:.75rem;
        padding-right:.75rem
    }
    .md\:py-6{
        padding-top:1.5rem;
        padding-bottom:1.5rem
    }
    .md\:px-12{
        padding-left:3rem;
        padding-right:3rem
    }
    .md\:px-16{
        padding-left:4rem;
        padding-right:4rem
    }
    .md\:py-20{
        padding-top:5rem;
        padding-bottom:5rem
    }
    .md\:pb-0{
        padding-bottom:0
    }
    .md\:pr-10{
        padding-right:2.5rem
    }
    .md\:pr-16{
        padding-right:4rem
    }
    .md\:pr-20{
        padding-right:5rem
    }
    .md\:absolute{
        position:absolute
    }
    .md\:right-6{
        right:1.5rem
    }
    .md\:top-10{
        top:2.5rem
    }
    .md\:bottom-20{
        bottom:5rem
    }
    .md\:bottom-48{
        bottom:12rem
    }
    .md\:bottom-52{
        bottom:13rem
    }
    .md\:-left-12{
        left:-3rem
    }
    .md\:w-48{
        width:12rem
    }
    .md\:w-56{
        width:14rem
    }
    .md\:w-72{
        width:18rem
    }
    .md\:w-96{
        width:24rem
    }
    .md\:w-2\/3{
        width:66.666667%
    }
    .md\:w-3\/4{
        width:75%
    }
    .md\:w-1\/5{
        width:20%
    }
    .md\:w-4\/5{
        width:80%
    }
    .md\:w-10\/12{
        width:83.333333%
    }
    .md\:w-11\/12{
        width:91.666667%
    }
    .md\:gap-2{
        gap:.5rem
    }
    .md\:gap-4{
        gap:1rem
    }
    .md\:grid-cols-2{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .md\:grid-cols-3{
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .md\:grid-cols-4{
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
}
@media(min-width:1024px){
    .lg\:block{
        display:block
    }
    .lg\:flex{
        display:flex
    }
    .lg\:grid{
        display:grid
    }
    .lg\:hidden{
        display:none
    }
    .lg\:flex-row{
        flex-direction:row
    }
    .lg\:items-center{
        align-items:center
    }
    .lg\:justify-end{
        justify-content:flex-end
    }
    .lg\:justify-between{
        justify-content:space-between
    }
    .lg\:order-1{
        order:1
    }
    .lg\:order-2{
        order:2
    }
    .lg\:text-3xl{
        font-size:1.875rem;
        line-height:2.25rem
    }
    .lg\:text-4xl{
        font-size:2.25rem;
        line-height:2.5rem
    }
    .lg\:mx-0{
        margin-left:0;
        margin-right:0
    }
    .lg\:mt-0{
        margin-top:0
    }
    .lg\:ml-4{
        margin-left:1rem
    }
    .lg\:mb-20{
        margin-bottom:5rem
    }
    .lg\:max-w-5xl{
        max-width:64rem
    }
    .lg\:opacity-75{
        opacity:.75
    }
    .lg\:overflow-auto{
        overflow:auto
    }
    .lg\:p-16{
        padding:4rem
    }
    .lg\:p-20{
        padding:5rem
    }
    .lg\:px-0{
        padding-left:0;
        padding-right:0
    }
    .lg\:px-4{
        padding-left:1rem;
        padding-right:1rem
    }
    .lg\:px-8{
        padding-left:2rem;
        padding-right:2rem
    }
    .lg\:pl-2{
        padding-left:.5rem
    }
    .lg\:pr-3{
        padding-right:.75rem
    }
    .lg\:pr-6{
        padding-right:1.5rem
    }
    .lg\:absolute{
        position:absolute
    }
    .lg\:right-0{
        right:0
    }
    .lg\:left-0{
        left:0
    }
    .lg\:bottom-10{
        bottom:2.5rem
    }
    .lg\:right-14{
        right:3.5rem
    }
    .lg\:-left-10{
        left:-2.5rem
    }
    .lg\:-top-14{
        top:-3.5rem
    }
    .lg\:-left-14{
        left:-3.5rem
    }
    .lg\:text-left{
        text-align:left
    }
    .lg\:whitespace-pre-line{
        white-space:pre-line
    }
    .lg\:w-60{
        width:15rem
    }
    .lg\:w-96{
        width:24rem
    }
    .lg\:w-1\/2{
        width:50%
    }
    .lg\:w-1\/3{
        width:33.333333%
    }
    .lg\:w-5\/12{
        width:41.666667%
    }
    .lg\:w-6\/12{
        width:50%
    }
    .lg\:w-7\/12{
        width:58.333333%
    }
    .lg\:w-8\/12{
        width:66.666667%
    }
    .lg\:gap-3{
        gap:.75rem
    }
    .lg\:gap-10{
        gap:2.5rem
    }
    .lg\:grid-cols-3{
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .lg\:grid-cols-5{
        grid-template-columns:repeat(5,minmax(0,1fr))
    }
}
@media(min-width:1280px){
    .xl\:px-16{
        padding-left:4rem;
        padding-right:4rem
    }
}
