@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-VariableFont_wght.ttf)format("truetype");font-weight:100 900;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Italic-VariableFont_wght.ttf)format("truetype");font-weight:100 900;font-style:italic}:root{--green-color:#2d5545;--yellow-color:#ffb837;--blue-color:#035b93;--navy-color:#02446e;--color-light-blue:#3c7fc0;--primary-color:#035b93;--secondary-color:var(--yellow-color);--link-color:#1381c6;--white-color:#fff;--black-color:#000;--lt-gray-color:#f8f8f8;--med-gray-color:#bcbbbb;--dark-gray-color:#212529;--primary-font:-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";--font-weight-thin:100;--font-weight-extra-light:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-extra-bold:800;--font-weight-black:900}html{font-size:16px}body{font-family:var(--primary-font);color:var(--dark-gray-color);font-style:normal;font-weight:400}h1,h2,h3,h4,h5,h6{margin:0 0 1rem}h1 a,h2 a,h3 a,.single-post-header a,.blog-roll-card-header a,h4 a,h5 a,h6 a{color:inherit}h1,.h1,h2,.h2{color:var(--dark-gray-color);font-size:2rem;font-weight:500;line-height:1.2em}h3,.h3{font-size:1.5rem;font-weight:500;line-height:1.2em}h4,.h4{font-size:1.25rem;font-weight:500;line-height:1.4em}h5,.h5{color:var(--primary-color);font-size:1.125rem;font-weight:400;line-height:1.4em}h6,.h6{color:var(--primary-color);font-size:1rem;font-weight:400;line-height:1.4em}ul,ol{margin:0 0 1.2rem;padding:0 0 0 2rem}ul{list-style-type:disc}ul li::marker{color:var(--primary-color)}p{font-size:1rem;font-weight:var(--font-weight-regular);margin:0 0 1rem;line-height:1.5}a:hover,a:focus,button.btn-link:hover,button.btn-link:focus{color:var(--link-color);text-decoration:underline}a,button.btn-link{color:var(--link-color);-o-transition:all .3s ease-out 0s;text-decoration:none;transition:all .3s ease-out}i,span,a{display:inline}strong{font-weight:600}.text-primary{color:var(--primary-color)!important}.text-secondary{color:var(--secondary-color)!important}.text-white{color:var(--white-color)!important}.text-black{color:var(--black-color)!important}.text-dark-gray,.text-dark-grey{color:var(--dark-gray-color)!important}.fw-regular,.fw-400{font-weight:var(--font-weight-regular)!important}.fw-medium,.fw-500{font-weight:var(--font-weight-medium)!important}.fw-semi-bold,.fw-600{font-weight:var(--font-weight-semi-bold)!important}.fw-bold,.fw-700{font-weight:var(--font-weight-bold)!important}.white-text,.text-white{color:#fff}.text-uppercase{text-transform:uppercase}.no-underline{text-decoration:none!important}blockquote{padding-left:1.5rem!important}@media (min-width:576px){.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-start{text-align:left!important}}iframe{padding-bottom:1.75rem}button:focus,.btn:focus{outline:revert!important}button.btn-link{text-transform:none;box-shadow:none;background:0 0;border:none}button.btn-link:hover{background:0 0}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px}}html{scroll-behavior:smooth}body{overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a:focus,input:focus,textarea:focus,button:focus,.btn:focus,.btn.focus,.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}.img-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.gray-bg-1{background-color:#fafafa}.gray-bg-2{background-color:#f2f2f2}.error{color:#ff4500}.success{color:green}@media (max-width:767px){.container{padding:0 30px}}@media (max-width:1399px){.container,.container-sm{max-width:unset;padding-left:4%;padding-right:4%}}.primary-btn,.btn{text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;cursor:pointer;z-index:5;font-size:1rem;font-weight:400;line-height:1.5rem;font-family:var(--primary-font);text-transform:none;-o-transition:all .4s ease-in-out;background:linear-gradient(#035b93,#035b93);border:0 solid #0000;border-radius:.25rem;padding:13px 24px;transition:all .4s ease-in-out;display:inline-block;position:relative;overflow:hidden;box-shadow:0 2px #00000029;color:var(--white-color)!important}.primary-btn:before,.btn:before{content:"";z-index:-1;opacity:0;background:linear-gradient(#02446e,#02446e);border-radius:10px;width:100%;height:100%;transition:opacity .4s ease-in-out;position:absolute;top:0;left:0}.primary-btn:hover,.btn:hover{color:var(--white-color);font-weight:400;text-decoration:none}.primary-btn:hover:before,.btn:hover:before{opacity:1}.primary-btn:focus,.primary-btn:focus-visible,.btn:focus,.btn:focus-visible{outline:solid 4px var(--primary-color);outline-offset:4px}.primary-btn:focus:not(:focus-visible),.btn:focus:not(:focus-visible){outline:none;box-shadow:1px 1px 5px #010100b3}.secondary-btn,.btn-secondary{color:#fff;text-shadow:0 0 19px #4a4a4a;background:var(--secondary-color);padding:.7rem 1.26rem .6rem}.secondary-btn:hover,.btn-secondary:hover{background-color:#ffc355;border-color:#ffbf4b}.outline-btn{text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;color:var(--primary-color);cursor:pointer;z-index:5;border:2px solid var(--primary-color);background:var(--white-color);font-size:.9rem;font-weight:400;line-height:1.4rem;font-family:var(--primary-font);text-transform:none;-o-transition:all .4s ease-in-out;border-radius:.25rem;padding:8px 20px;transition:all .4s ease-in-out;display:inline-block;overflow:hidden;box-shadow:0 2px #00000029}.outline-btn:hover{background:var(--primary-color);color:var(--white-color);text-decoration:none}.outline-btn:focus,.outline-btn:focus-visible{outline:solid 4px var(--primary-color);outline-offset:4px}.outline-btn:focus:not(:focus-visible){outline:none;box-shadow:1px 1px 5px #010100b3}.gray-btn{text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;color:var(--black-color);cursor:pointer;z-index:5;background:var(--lt-gray-color);font-size:.9rem;font-weight:400;line-height:1.4rem;font-family:var(--primary-font);text-transform:none;-o-transition:all .4s ease-in-out;border:2px solid #d8d8d8;border-radius:.25rem;padding:8px 20px;transition:all .4s ease-in-out;display:inline-block;overflow:hidden;box-shadow:0 2px #00000029}.gray-btn:hover{background:var(--med-gray-color);color:var(--black-color);border:2px solid var(--med-gray-color);text-decoration:none}.gray-btn:focus,.gray-btn:focus-visible{outline:solid 4px var(--primary-color);outline-offset:4px}.gray-btn:focus:not(:focus-visible){outline:none;box-shadow:1px 1px 5px #010100b3}.scroll-top{color:#fff;z-index:9;cursor:pointer;-o-transition:all .3s ease-out 0s;background:#37c2cc;border-radius:5px;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;transition:all .3s ease-out;display:none;position:fixed;bottom:30px;right:30px}.scroll-top:hover{color:#fff;background:#37c2cccc}@keyframes animation1{0%{transform:translateY(30px)}50%{transform:translateY(-30px)}to{transform:translateY(30px)}}.preloader{z-index:99999;background:#fff;width:100%;height:100%;display:table;position:fixed;top:0;left:0}.preloader .loader{vertical-align:middle;text-align:center;display:table-cell}.preloader .loader .spinner{z-index:18;pointer-events:none;width:64px;margin-left:-32px;position:absolute;top:50%;left:50%}.preloader .loader .spinner .spinner-container{pointer-events:none;width:100%;margin-top:-50%;margin-left:-50%;padding-bottom:100%;animation:1.56824s linear infinite spinner-linspin;position:absolute;top:50%;left:50%}.preloader .loader .spinner .spinner-container .spinner-rotator{width:100%;height:100%;animation:5.332s cubic-bezier(.4,0,.2,1) infinite both spinner-easespin;position:absolute}.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left{position:absolute;inset:0 50% 0 0;overflow:hidden}.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right{position:absolute;inset:0 0 0 50%;overflow:hidden}.preloader .loader .spinner-circle{box-sizing:border-box;border:6px solid #37c2cc;border-bottom-color:#0000001a;border-radius:50%;width:200%;height:100%;position:absolute}.preloader .loader .spinner-left .spinner-circle{border-right-color:#0000001a;animation:1.333s cubic-bezier(.4,0,.2,1) infinite both spinner-left-spin;left:0;right:-100%}.preloader .loader .spinner-right .spinner-circle{border-left-color:#0000001a;animation:1.333s cubic-bezier(.4,0,.2,1) infinite both right-spin;left:-100%;right:0}@keyframes spinner-linspin{to{transform:rotate(360deg)}}@keyframes spinner-easespin{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(1080deg)}}@keyframes spinner-left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@keyframes right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}.hero-section{z-index:1;background:linear-gradient(#c2fbff 0%,#fff0 93.47%);align-items:center;height:780px;display:flex;position:relative;overflow:hidden}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-section{height:650px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section{height:640px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.hero-section{height:auto;padding:100px 0}}.hero-section:after{content:"";z-index:-1;background:#99ecf2;border-radius:50%;width:862px;height:862px;position:absolute;top:-150px;right:-150px}@media only screen and (min-width:1200px) and (max-width:1399px){.hero-section:after{width:780px;height:780px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section:after{width:750px;height:750px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.hero-section:after{display:none}}@media only screen and (min-width:768px) and (max-width:991px){.hero-section .hero-content{padding-top:50px}}.hero-section .hero-content h1{margin-bottom:15px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-section .hero-content h1{font-size:50px}}@media (max-width:767px){.hero-section .hero-content h1{font-size:45px}}.hero-section .hero-content p{color:#0009;margin-bottom:30px;font-size:18px}@media only screen and (min-width:1400px),only screen and (min-width:1200px) and (max-width:1399px){.hero-section .hero-content p{padding-right:115px}}.hero-section .hero-image{padding-top:50px}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:1200px) and (max-width:1399px){.hero-section .hero-image img{width:100%}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.hero-section .hero-image img{max-width:100%;margin:auto}}.feature-section{background-image:url(/images/common-bg.svg);background-position:bottom;background-size:cover;padding-top:180px;padding-bottom:55px;position:relative}.single-feature{margin-bottom:65px}@media only screen and (min-width:1400px){.single-feature{padding-right:65px}}.single-feature:hover .feature-icon:before{background:#37c2cc}.single-feature:hover .feature-icon i{color:#fff}.single-feature .feature-icon{z-index:3;justify-content:center;align-items:center;width:62px;height:66px;margin-bottom:40px;display:flex;position:relative}.single-feature .feature-icon img{width:100%;height:auto}.single-feature .feature-icon:before,.single-feature .feature-icon:after{content:"";border-radius:8px;width:100%;height:100%;position:absolute;transform:skew(-3deg)}.single-feature .feature-icon:before{-o-transition:all .3s ease-out 0s;z-index:-1;background:#d5f1f3;transition:all .3s ease-out}.single-feature .feature-icon:after{z-index:-2;background:0 0;border:2px solid #d5f1f3;top:8px;left:-8px}.single-feature .feature-icon i{color:#000;-o-transition:all .3s ease-out 0s;font-size:40px;transition:all .3s ease-out}.single-feature .feature-content h4{margin-bottom:15px}.cta-section{z-index:1;padding-top:220px;position:relative}@media only screen and (min-width:1200px) and (max-width:1399px){.cta-section{padding-top:150px}}@media only screen and (min-width:992px) and (max-width:1199px){.cta-section{padding-top:130px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.cta-section{padding-top:0}}.cta-section .left-image{bottom:0;left:0}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.cta-section .left-image{width:100%;margin-top:50px;position:static}}.cta-section .left-image img{max-width:100%}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.cta-section .left-image img{max-width:100%;margin:auto}}@media only screen and (min-width:1400px){.cta-section .cta-content-wrapper{padding-right:100px}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.cta-section .cta-image{margin-top:50px}}.cta-section .cta-image img{width:100%}.breadcrumb-nav{flex-direction:column;justify-content:center;margin-top:1em;display:flex}@media only screen and (min-width:550px){.breadcrumb-nav{flex-direction:row}}.breadcrumb-nav li a{color:#37c2cc;text-transform:capitalize;margin-right:15px;padding-right:15px;font-weight:500;display:inline-block;position:relative}.breadcrumb-nav li:after{content:"";font-family:lineIcons;font-size:10px;position:relative;right:11px}.breadcrumb-nav li:last-child:after{content:""}.team-section .single-team{margin-bottom:50px;position:relative}.team-section .single-team .team-image{border-radius:50%;width:100%;max-width:313px}.team-section .single-team .team-image img{width:100%}.team-section .single-team .team-info{text-align:center;background:#fff;min-width:210px;padding:20px 30px;position:absolute;bottom:30px;right:0;box-shadow:0 8px 25px #d3d3d340}.team-section .single-team .team-info h4{margin-bottom:5px;font-size:20px}.team-section .single-team .team-info p{font-size:14px}.testimonial-section{z-index:1;background-image:url(/images/testimonial-bg.svg);background-position:bottom;background-size:cover;border-radius:333px 0;padding-top:75px;padding-bottom:130px;position:relative}@media only screen and (min-width:1200px) and (max-width:1399px){.testimonial-section{border-radius:200px 0}}@media only screen and (min-width:992px) and (max-width:1199px){.testimonial-section{border-radius:100px 0}}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.testimonial-section{border-radius:70px 0}}.testimonial-section .testimonial-active-wrapper{position:relative}@media (max-width:767px){.testimonial-section .testimonial-active-wrapper{padding-bottom:80px}}.testimonial-section .testimonial-active-wrapper .tns-controls{z-index:2;justify-content:flex-end;align-items:center;width:100%;display:flex;position:absolute;bottom:0;right:0}@media (max-width:767px){.testimonial-section .testimonial-active-wrapper .tns-controls{justify-content:center}}.testimonial-section .testimonial-active-wrapper .tns-controls button{color:#000000e6;-o-transition:all .3s ease-out 0s;background:#fff;border:1px solid #37c2cc;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;margin:0 5px;transition:all .3s ease-out;display:flex}.testimonial-section .testimonial-active-wrapper .tns-controls button:hover{color:#fff;background:#37c2cc}.testimonial-section .testimonial-active-wrapper .single-testimonial{text-align:center}.testimonial-section .testimonial-active-wrapper .single-testimonial .quote{color:#37c2cc;margin-bottom:20px;font-size:55px;line-height:1}.testimonial-section .testimonial-active-wrapper .single-testimonial .content{margin-bottom:30px}.testimonial-section .testimonial-active-wrapper .single-testimonial .content p{color:#000000b3;padding:0 15px;font-size:22px;line-height:35px}@media (max-width:767px){.testimonial-section .testimonial-active-wrapper .single-testimonial .content p{padding:0;font-size:18px;line-height:28px}}.testimonial-section .testimonial-active-wrapper .single-testimonial .info h6{margin-bottom:10px;font-size:16px;font-weight:700}.testimonial-section .testimonial-active-wrapper .single-testimonial .info p{font-size:15px}.testimonial-section .testimonial-images .testimonial-image{z-index:-1;max-width:100%;position:absolute}@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.testimonial-section .testimonial-images .testimonial-image{display:none}}.testimonial-section .testimonial-images .testimonial-image.image-1{top:30%;left:10%}.testimonial-section .testimonial-images .testimonial-image.image-2{bottom:5%;left:15%}.testimonial-section .testimonial-images .testimonial-image.image-3{top:5%;right:10%}.testimonial-section .testimonial-images .testimonial-image.image-4{top:40%;right:12%}@media only screen and (min-width:992px) and (max-width:1199px){.testimonial-section .testimonial-images .testimonial-image.image-4{right:8%}}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mt-205{margin-top:205px}.mt-210{margin-top:210px}.mt-215{margin-top:215px}.mt-220{margin-top:220px}.mt-225{margin-top:225px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.mb-205{margin-bottom:205px}.mb-210{margin-bottom:210px}.mb-215{margin-bottom:215px}.mb-220{margin-bottom:220px}.mb-225{margin-bottom:225px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-205{padding-top:205px}.pt-210{padding-top:210px}.pt-215{padding-top:215px}.pt-220{padding-top:220px}.pt-225{padding-top:225px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pb-205{padding-bottom:205px}.pb-210{padding-bottom:210px}.pb-215{padding-bottom:215px}.pb-220{padding-bottom:220px}.pb-225{padding-bottom:225px}.widget{z-index:1;background:#fff;border-radius:14px;margin-bottom:30px;padding:30px;position:relative;overflow:hidden;box-shadow:0 0 50px #b7c7f040}.widget form{position:relative}.widget form input{background-color:#0000;border:1px solid #37c2cc;border-radius:5px;width:100%;height:55px;padding:0 70px 0 30px;font-size:14px;font-weight:400}.widget form button{z-index:1;color:#fff;background:#37c2cc;border:none;border-radius:5px;width:42px;height:42px;font-size:13px;transition:all .3s ease-out;position:absolute;top:6px;right:7px;color:#fff!important;padding:0!important}.widget-title{z-index:1;margin-bottom:24px;font-size:1.75rem;font-weight:400;line-height:1.25em;position:relative}.no-shadow{box-shadow:none!important}hr.short{border:1px solid var(--link-color);opacity:.75;max-width:50px}.card-repeater_card__4eI7Q:hover img{transform:scale(1.1)}
