@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);:root{--font-family:"Poppins",sans-serif;--color-bg:#1b1b1b;--primary-c:#ff1717}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}::-webkit-scrollbar{width:5px}::-webkit-scrollbar:horizontal{width:0}::-webkit-scrollbar-track{background-color:rgba(78,82,88,.4)}::-webkit-scrollbar-thumb{background-color:#ff1717;border-radius:10px}.hack4bengal__navbar{display:flex;overflow-x:hidden;padding:0}.hack4bengal__navbar,.hack4bengal__navbar-hamburger{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1b1b1b;flex-direction:column;position:relative;z-index:1}.hack4bengal__navbar-hamburger{display:none}.hack4bengal__navbar-body{align-items:center;border-image:none;border-image:initial;border-width:.4px 0;display:flex;justify-content:space-evenly;padding:0;top:0}.hack4bengal__navbar-hamburger-body{margin:0 auto;max-width:80rem;padding:0;width:91.6667%}.hack4bengal__navbar-logo{display:flex;height:50px;justify-content:center;width:auto}.hack4bengal__navbar-logo img{height:50px;padding:-5px;width:auto}.hack4bengal__navbar-brochure,.hack4bengal__navbar-brochure-button{align-items:center;display:flex;flex-direction:row;justify-content:center}.hack4bengal__navbar-brochure-button{background-color:#ff1717;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:16px;margin-left:2rem;min-width:110px;padding:10px 20px}.hack4bengal__navbar-brochure-button img{-webkit-filter:invert(100%);filter:invert(100%);width:16px}.hack4bengal__navbar-brochure-button a{font-size:12px;margin-left:8px}.hack4bengal__navbar-brochure-button:hover img{-webkit-filter:invert(0);filter:invert(0)}.hack4bengal__navbar-hamburger-logo{display:flex;height:50px;justify-content:center;width:auto}.hack4bengal__navbar-hamburger-logo img{height:50px;width:auto}.hack4bengal__navbar-hamburger-nav{align-items:center;display:flex;justify-content:space-between;padding:4px}.hack4bengal__navbar-menu{align-items:center;display:flex;flex-direction:row}.hack4bengal__navbar-navlist{display:flex;list-style:none;padding-top:10px}.hack4bengal__navbar-menu-heading{color:#b0b0b0;cursor:pointer;font-family:var(--font-family);font-size:1rem;font-style:normal;font-weight:300;justify-content:space-evenly;letter-spacing:1.5px;line-height:1rem;margin:1.5rem;text-transform:capitalize}.hack4bengal__navbar-menu-heading:hover{color:red}.hack4bengal__navbar-menu-heading:after{border-bottom:2px solid #ff1717;content:"";display:block;margin-top:4px;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.hack4bengal__navbar-menu-heading:hover:after{border-radius:4px;-webkit-transform:scaleX(.8);transform:scaleX(.8)}@media screen and (max-width:2000px){.hack4bengal__navbar-logo img{height:auto;max-width:100%}}@media screen and (max-width:1000px){.hack4bengal__navbar{display:none}.hack4bengal__navbar-hamburger{display:flex;height:auto}.hack4bengal__navbar-hamburger-nav{padding:10px}}@media screen and (max-width:650px){.hack4bengal__navbar-hamburger-logo{height:40px;width:auto}.hack4bengal__navbar-hamburger-logo img{height:auto;max-width:100%}.hack4bengal__navbar{display:none}.hack4bengal__navbar-hamburger{display:flex;height:auto}.hack4bengal__navbar-hamburger-nav{padding:4px}.hack4bengal__navbar-hamburger-brochure-button{width:90%}}.hack4bengal__navbar-hamburger-navlist{align-items:stretch;display:none;flex:1 1;flex-direction:column;list-style:none;padding:12px 34px;transition:all 1s cubic-bezier(.16,1,.3,1)}.hack4bengal__navbar-hamburger-navitem{border-bottom:.4px solid #a3a3a3;padding:16px}.hack4bengal__navbar-hamburger-menu-heading{color:#b0b0b0;cursor:pointer;font-family:var(--font-family);font-size:.8rem;font-style:normal;font-weight:300;justify-content:space-evenly;letter-spacing:1px;line-height:1rem;text-transform:capitalize}.hack4bengal__navbar-container{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:9999}.hack4bengal__footer-container{background-color:#202020;margin-top:10rem;overflow-x:hidden;width:100%}.container{width:100%}.mx-auto{margin-left:auto;margin-right:auto}.background__bg,body{background:var(--color-bg)}a{color:inherit;text-decoration:none}.section__padding{padding:2rem 8rem}.section__margin{margin:4rem 6rem}@media screen and (max-width:700px){.section__padding{padding:2rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:2rem}.section__margin{margin:2rem}}.slide-bottom{-webkit-animation:slide-bottom .6s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .6s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-bottom{0%{opacity:0;-webkit-transform:translateY(-1%);transform:translateY(-1%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{opacity:0;-webkit-transform:translateY(-1%);transform:translateY(-1%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.scale-up-center{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (min-width:350px){.container{max-width:350px}}@media screen and (min-width:450px){.container{max-width:450px}}@media screen and (min-width:640px){.container{max-width:640px}}@media screen and (min-width:768px){.container{max-width:768px}}@media screen and (min-width:1024px){.container{max-width:1024px}}@media screen and (min-width:1300px){.container{max-width:1300px}}@media screen and (min-width:1536px){.container{max-width:1536px}}.hack4bengal__sponsers-carousel-container{background-color:#202020;overflow:hidden;padding-bottom:2.5rem;width:100%}.hack4bengal__sponsers-carousel{-webkit-animation:scrollInfinite 40s linear infinite;animation:scrollInfinite 40s linear infinite;display:inline-block;overflow:hidden;white-space:nowrap;width:800%}.hack4bengal__sponsers-carousel:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.hack4bengal__sponsers-carousel-item{display:inline-block;height:75px;margin:2rem 3rem;object-fit:contain;width:auto}.hack4bengal__sponsers-carousel-item img{display:inline-block;object-fit:cover;vertical-align:middle;width:200px}.codeutsava__sponsers-carousel-item-block{display:inline-block;margin:0 20vw}@-webkit-keyframes scrollInfinite{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-7500px);transform:translateX(-7500px)}}@keyframes scrollInfinite{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-7500px);transform:translateX(-7500px)}}.h4b_reg_text_wrapper{background-color:#242425;color:#e53538;display:flex;font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;justify-content:flex-start;margin-top:20px;overflow:hidden;text-transform:uppercase}.h4b_reg_text_wrapper p{-webkit-animation:move-rtl 6s linear infinite;animation:move-rtl 6s linear infinite;letter-spacing:1px;padding:10px 6rem;white-space:nowrap}@-webkit-keyframes move-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes move-rtl{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.hack4bengal__section1{align-items:center;background:url(/static/media/hero1.785a160c57f7a80e99a2.png) no-repeat;background-size:cover;display:flex;justify-content:center;max-height:100vh;min-height:100vh;padding-bottom:6rem;padding-top:6rem}.hack4bengal__section1-body{padding-left:25px;padding-right:25px}.hack4bengal__section1-body,.hack4bengal__section1-menu{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section1-menu{padding:0 20px}.hack4bengal__section1-heading{color:#fff;font-family:Poppins;font-size:56px;font-style:normal;font-weight:600;line-height:56px;margin:1rem 1rem 2rem}.hack4bengal__section1-subheading{color:#fff;font-family:Poppins;font-size:36px;font-weight:500;letter-spacing:1px;line-height:82px;text-transform:uppercase}.hack4bengal__section1-para{color:#fff;font-family:Poppins;font-size:26px;font-weight:600;letter-spacing:1px;text-align:center;width:60%}.hack4bengal_section1_header{background-color:hsla(0,0%,100%,.909);border-radius:12px;cursor:pointer;display:flex;justify-content:center;margin-bottom:4rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:100%;z-index:1}.hack4bengal_section1_header img{width:120px}.hack4bengal_section1_header h1{color:#ff1717;font-family:Poppins;font-size:72px;font-weight:600;letter-spacing:1px;line-height:72px;padding:1.5rem;text-align:center}.hack4bengal__section1-button-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:3rem 0;width:50%}.hack4bengal__section1-button{align-items:center;background-color:#f3f6fb;border:2px solid transparent;border-radius:4px;color:#000;cursor:pointer;display:flex;font-size:20px;font-weight:300;height:44px;justify-content:center;outline:none;padding:0 32px;white-space:nowrap;width:100%}.hack4bengal__section1-devfolio{height:24px;margin-right:8px;width:24px}.hack4bengal__section1-discord{align-items:center;background-color:hsla(0,0%,100%,.909);border-radius:4px;color:#ff1717;cursor:pointer;display:flex;font-size:large;font-weight:700;justify-content:left;margin-left:14px;padding:9px 14px 8px}.hack4bengal__section1-discord-link img{height:17px;width:auto}#discord{padding:12px 23px}.hack4bengal__section1-discord-link span{margin-top:-15rem}.hack4bengal__section1-register{align-items:center;background-color:hsla(0,0%,100%,.909);border-radius:4px;color:#ff1717;cursor:pointer;display:flex;font-size:large;font-weight:700;justify-content:left;margin-left:14px;padding:12px 22px 13px}.hack4bengal__section1-side-links{bottom:54px;font-size:2.5rem;left:48px;list-style:none;margin:0;padding:0;position:absolute;text-align:center}.hack4bengal__section1-side-links:before{background-color:hsla(0,0%,100%,.4);content:"";display:block;height:42px;margin-bottom:12px;margin-left:auto;margin-right:auto;width:2px}.hack4bengal__section1-side-links a svg:hover{fill:#ff5757;transition:all .2s ease-in-out}.hack4bengal__section1-scrollDown{align-items:center;-webkit-animation:bounce 4s infinite;animation:bounce 4s infinite;-webkit-animation-delay:2s;animation-delay:2s;bottom:4rem;color:#fff;display:flex;flex-direction:column;float:right;justify-content:center;position:absolute;right:2.5rem;-webkit-transform-origin:right top 0;transform-origin:right top 0}.hack4bengal__section1-scrollDown a{background:transparent;color:#fff;display:inline-block;font-family:var(--font-family);font-size:.9rem;letter-spacing:.3rem;margin-bottom:.6rem;position:relative;text-transform:uppercase;-webkit-writing-mode:vertical-lr;writing-mode:vertical-lr}.hack4bengal__section1-scrollDown a:hover{color:#ff1717;transition:all .2s ease-in-out}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@media screen and (max-width:1000px){.hack4bengal__section1-scrollDown,.hack4bengal__section1-side-links,.hack4bengal_section1_header img{display:none}.hack4bengal__section1-para{width:80%}.hack4bengal_section1_header h1{color:#ff1717;font-family:Poppins;font-size:40px;font-weight:600;letter-spacing:1px;line-height:50px;padding:1rem;text-align:center}}@media screen and (max-width:650px){.hack4bengal__section1-button-container{display:flex;flex-direction:column;gap:1rem;justify-content:space-around;width:100%}.hack4bengal__section1{background-position:50%}}@media screen and (max-width:700px){.hack4bengal__section1-heading{font-size:40px}.hack4bengal__section1-para{font-size:20px}}@media screen and (max-width:500px){.hack4bengal__section1-para{width:100%}.hack4bengal_section1_header{margin-bottom:2rem}.hack4bengal_section1_header h1{font-size:40px}}@media screen and (max-width:480px){.hack4bengal_section1_header h1{font-size:25px}.hack4bengal__section1-heading{font-size:28px}}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot);src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/static/media/fontawesome-webfont.20fd1704ea223900efa9.woff2) format("woff2"),url(/static/media/fontawesome-webfont.f691f37e57f04c152e23.woff) format("woff"),url(/static/media/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf) format("truetype"),url(/static/media/fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg#fontawesomeregular) format("svg")}.fa{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571429em}.fa-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.14285714em;position:absolute;text-align:center;top:.14285714em;width:2.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.h4b_about_main{color:#fff;font-family:Poppins;margin-top:5rem}.h4b_about_main h1{color:#fff;font-family:Poppins;font-size:48px;font-style:normal;font-weight:600;letter-spacing:1px;margin-top:8rem;text-align:center}.h4b_about_main hr{border:1px solid #e13b3c;margin:auto auto 2rem;width:10%}.h4b_about_sub{align-items:center;display:flex;gap:3rem;justify-content:center}.playeryoga{width:400px}.h4b_about_textdiv{font-size:20px;width:50%}.h4b_about_textdiv span{color:#e13b3c}.h4b_about_more{display:flex;gap:1rem;padding-top:2rem}.h4b_about_more_element img{display:inline-block;height:3rem;margin-bottom:10px;max-width:100%;vertical-align:middle}.h4b_about_more_element_title{color:#e13b3c!important;font-weight:600;margin-bottom:10px}@media screen and (max-width:1000px){.h4b_about_sub{align-items:center;flex-direction:column;justify-content:center;padding:0 2rem;text-align:center}.h4b_about_textdiv_sub{text-align:center!important}.h4b_about_textdiv{width:100%}}@media screen and (max-width:769px){.h4b_about_more{align-items:center;flex-direction:column}}@media screen and (max-width:430px){.playeryoga{height:auto;margin:auto;width:90vw}}.headers-timeline{flex-direction:column}.headers-timeline,.row-one{align-items:center;display:flex;justify-content:center}.row-one{flex-direction:row;width:100%}.headers{flex:1 1}.boxed,.headers{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.boxed{background-color:rgba(34,34,34,.25);border-radius:10px;box-shadow:0 0 10px 0 #e13b3c;color:#fff;font-family:Poppins;font-weight:700;margin:20px;min-height:110px;position:relative;text-align:center;transition:all .3s ease-in-out;width:80%;z-index:999}.arrow-down{border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #e13b3c;bottom:-15px;height:0;position:absolute;width:0}.active-timelineOne,.boxed:hover{background-color:#e13b3c;box-shadow:0 0 10px 0 #e13b3c;color:#fff}.boxed:hover{cursor:pointer}.timeline-card{background-color:rgba(34,34,34,.25);border:2px solid #e13b3c;border-radius:5px;min-height:200px;width:93%}.timeline-card-header{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:Poppins;font-weight:700;min-height:40%}.col-1{background-color:#e13b3c;width:20%}.col-1,.col-2{display:flex;flex-direction:column;justify-content:center;min-height:50px;padding-left:8px}.col-2{background-color:#343a40;border-top-right-radius:5px;width:80%}.timeline-card-body{color:#fff;font-family:Poppins;font-weight:500;padding:10px}.timeline-card-mobile{display:none}@media (max-width:991px){.row-one,.show-mob-time{align-items:center;display:flex;flex-direction:column;justify-content:center}.hid-mob-time{display:none}.timeline-card-mobile{display:block}.timeline-card-xl{display:none}.row-one{flex-wrap:wrap}.timeline-card{width:85%}.headers{padding:5px;width:100%}.boxed{width:90%}.col-1,.col-2{padding:15px;width:100%}.timeline-card-header{flex-direction:column}}.timer-body{color:#fff;display:grid;font-size:3rem;font-weight:bolder;grid-template-columns:repeat(7,1fr);justify-content:center;justify-items:center;width:60%}.time{width:100%}.time,.timer{align-items:center;display:flex;justify-content:center}.timer{-webkit-animation:glowingt 2s ease-in-out infinite;animation:glowingt 2s ease-in-out infinite;flex-direction:column;line-height:1}.time-label{color:#fff;font-size:1.5rem;font-weight:700}@-webkit-keyframes glowingt{0%{text-shadow:0 0 7px #e13b3c}50%{text-shadow:0 0 14px #e13b3c}to{text-shadow:0 0 7px #e13b3c}}@keyframes glowingt{0%{text-shadow:0 0 7px #e13b3c}50%{text-shadow:0 0 14px #e13b3c}to{text-shadow:0 0 7px #e13b3c}}@media screen and (max-width:991px){.timer-body{font-size:3rem;grid-template-columns:repeat(2,1fr);justify-content:center;justify-items:center;width:100%}.separator{display:none}.timer-mar{margin-top:25px}}.hack4bengal__section3{color:#fff;font-family:Poppins;padding-bottom:4rem;padding-top:4rem}.hack4bengal__section3-body{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section3-title{font-size:48px;font-style:normal;font-weight:600;letter-spacing:1px;text-align:center}.hack4bengal__section3-events-container{max-width:98%}@media (min-width:1024px){.hack4bengal__section3-events-container .slider .slick-list .slick-slide.slick-active.slick-current+.slick-slide{scale:1.1;-webkit-transform:translateY(-30px);transform:translateY(-30px);transition:all 1s ease-out}}@media screen and (max-width:1000px){.hack4bengal__section3-body{margin:0 1rem}.hack4bengal__section3{padding-bottom:0}}@media screen and (max-width:650px){.hack4bengal__section3-events-container .slider .slick-list .slick-slide>div{padding:0}.hack4bengal__section3-slider{padding-top:1rem}.hack4bengal__section3-title{font-size:36px}}.hack4bengal__section3-events-container .slider .slick-list{box-sizing:initial;margin:0 2rem;overflow-y:visible;padding:80px 0}.hack4bengal__section3-events-container .slider .slick-arrow .slick-prev button,.slick-next:before,.slick-prev:before{display:none}.hack4bengal__section3-events-container .slider .slick-list .slick-slide>div{padding:0 35px}@media (min-width:1024px){.hack4bengal__section3-events-container .slider .slick-list .slick-slide.slick-active.slick-current+.slick-slide{scale:1.1;-webkit-transform:translateY(50px);transform:translateY(50px);transition:all 1s ease-out}}.hack4bengal__section3-card{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;padding-bottom:0;position:relative}.hack4bengal__section3-image{cursor:pointer;transition:all .2s ease-in-out;width:100%}.hack4bengal__section3-image:hover{cursor:pointer;-webkit-transform:scale(1.02);transform:scale(1.02);transition:all .2s ease-in-out}.hack4bengal__section3-cardTitle{align-items:center;display:flex;font-weight:600;margin-top:1rem}.hack4bengal__section3-divider{border:.1px solid #e6e6e6;font-weight:lighter;margin-top:.5rem;width:100%}.hack4bengal__section3-details{color:#dcdcdc;margin:1rem 0}.hack4bengal__section4{font-family:Poppins;padding-bottom:2rem;padding-top:2rem}.hack4bengal__section4-body{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section4-title{color:#fff;font-size:48px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:82px;margin-bottom:4rem;text-align:center}.hack4bengal__section4-speakers{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:5rem;justify-content:center;width:100%}@media screen and (max-width:650px){.hack4bengal__section4-speakers{flex-direction:column;gap:2rem}.hack4bengal__section4-title{font-size:36px}}hr{border:1px solid #e13b3c;margin:auto auto 2rem;width:10%}.hack4bengal__section4-speaker-card{align-items:center;background:#fff9f9;border-radius:16px;box-shadow:0 3px 5px 3px rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center;max-height:500px;max-width:370px;min-height:500px;padding:1.5rem 1.5rem .5rem}.hack4bengal__section4-speaker-img-container{display:flex;height:240px;width:240px}.hack4bengal__section4-speaker-img{border-radius:50%;height:240px;height:auto;margin:auto;width:240px}.hack4bengal__section4-speaker-menu{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section4-speaker-menu h1{color:#000;font-size:27px;font-weight:700;line-height:33px;margin-bottom:10px;padding-top:1rem;text-align:center}.hack4bengal__section4-speaker-menu h3{color:#ff1717;font-size:20px;line-height:20px;margin-bottom:20px;margin-top:10px;padding-top:.5rem;text-align:center}.hack4bengal__section4-speaker-menu p{font-size:15px;font-style:normal;line-height:18px;padding:1rem 0;text-align:center}.hack4bengal__section4-speaker-divider{border:1px solid #d7d7d7;width:100%}.hack4bengal__section4-speaker-contact{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 0}.hack4bengal__section4-speaker-contact h3{color:#000;font-size:20px;font-weight:600;line-height:24px;text-align:center}.hack4bengal__section4-speaker-contact-links{flex-direction:row;gap:.8rem;padding-top:.5rem}.hack4bengal__section4-speaker-contact-links,.hack4bengal__section4-speaker-contact-links-image{align-items:center;display:flex;justify-content:center}.hack4bengal__section4-speaker-contact-links img{cursor:pointer;width:28px}@media screen and (max-width:480px){.hack4bengal__section3-events-container .slider .slick-list .slick-slide>div{padding:0}.hack4bengal__section3-events-container .slider .slick-list{margin:0}}@media (min-width:1024px){.hack4bengal__section3-events-container .slider .slick-list .slick-slide.slick-active.slick-current+.slick-slide{scale:1.1;-webkit-transform:translateY(-50px);transform:translateY(-50px);transition:all 1s ease-out}}.hack4bengal__section6{color:#fff;font-family:Poppins;padding-bottom:4rem;padding-top:4rem}.hack4bengal__section6-body{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section6-title{color:#fff;font-size:48px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:82px;margin-top:2rem;text-align:center}.hack4bengal__section6-content{font-size:24px;font-style:normal;line-height:36px;text-align:center;width:85%}.hack4bengal__section6-sponsers{align-items:center;display:flex;flex-direction:column;gap:4rem;justify-content:center;margin:4rem 0}.hack4bengal__section6-sponser-title{font-size:32px;font-style:normal;line-height:44px;text-align:center}.hack4bengal__section6-sponser-list{align-items:center;background-color:#202020;border-radius:.75rem;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;padding:2rem;width:100%}.hack4bengal__section6-sponser-image{width:300px}.hack4bengal__section6-sponser-image img{height:auto;width:100%}.platinum{border:2px solid rgba(18,17,39,.08);transition:all .8s ease}.platinum:hover{border:2px solid #e5e4e2}.gold,.platinum:hover{transition:all .8s ease}.gold{border:2px solid rgba(18,17,39,.08)}.gold:hover{border:2px solid gold}.gold:hover,.silver{transition:all .8s ease}.silver{border:2px solid rgba(18,17,39,.08)}.silver:hover{border:2px solid silver}.bronze,.silver:hover{transition:all .8s ease}.bronze{border:2px solid rgba(18,17,39,.08)}.bronze:hover{border:2px solid #c67b30;transition:all .8s ease}@media screen and (max-width:900px){.hack4bengal__section6-sponser-list{flex-direction:column;max-width:800px}.hack4bengal__section6-sponser-list img{width:100%}.platinum{border:2px solid #e5e4e2}.gold{border:2px solid gold}.silver{border:2px solid silver}.bronze{border:2px solid #c67b30}}@media screen and (max-width:650px){.hack4bengal__section6-content{font-size:16px;line-height:30px}.hack4bengal__section6-sponser-list{max-width:400px}.hack4bengal__section6-title{font-size:36px}}@media screen and (max-width:350px){.hack4bengal__section6-sponser-list{max-width:200px}}.link-us-sponsor{color:#fff;display:inline-block;font-size:1.5rem;font-weight:700;letter-spacing:1px;position:relative;text-transform:uppercase}.link-us-sponsor:after{background-color:#fff;bottom:-5px;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%}.link-us-sponsor:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1)}.sponsorsbox{align-items:center;background-color:#343a40;border-radius:5px;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-top:20px;padding:20px 50px 50px;width:70%}.sponsorsbox:hover{box-shadow:0 0 8px red}.sponsorslist{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;justify-items:center;width:100%}@media screen and (max-width:900px){.sponsorslist{grid-template-columns:repeat(1,1fr)}}.sponsorslist img{background-color:#fff;border-radius:15px;height:auto;padding:20px;width:100%}.sponsorstitle{font-size:2rem;font-weight:700;margin-bottom:40px;position:relative;text-decoration:none}.plat:after{-webkit-animation:glowing-plat 2s ease-in-out infinite;animation:glowing-plat 2s ease-in-out infinite;background-color:#e5e4e2;border-radius:10px;bottom:0;content:"";height:5px;left:0;position:absolute;transition:width 2s ease-in-out;width:0}.box-plat:hover .plat:after{width:100%}@-webkit-keyframes glowing{0%{box-shadow:0 0 0 #e13b3c}50%{box-shadow:0 0 10px #e13b3c}to{box-shadow:0 0 0 #e13b3c}}@keyframes glowing{0%{box-shadow:0 0 0 #e13b3c}50%{box-shadow:0 0 10px #e13b3c}to{box-shadow:0 0 0 #e13b3c}}@-webkit-keyframes glowing-plat{0%{box-shadow:0 0 0 #e5e4e2}50%{box-shadow:0 0 10px #e5e4e2}to{box-shadow:0 0 0 #e5e4e2}}@keyframes glowing-plat{0%{box-shadow:0 0 0 #e5e4e2}50%{box-shadow:0 0 10px #e5e4e2}to{box-shadow:0 0 0 #e5e4e2}}.h4b-gold:after{-webkit-animation:glowing-gold 2s ease-in-out infinite;animation:glowing-gold 2s ease-in-out infinite;background-color:#daa520;border-radius:10px;bottom:0;content:"";height:5px;left:0;position:absolute;transition:width 2s ease-in-out;width:0}.h4b-box-gold:hover .h4b-gold:after{width:100%}@-webkit-keyframes glowing-gold{0%{box-shadow:0 0 0 #daa520}50%{box-shadow:0 0 10px #daa520}to{box-shadow:0 0 0 #daa520}}.h4b-silver:after{-webkit-animation:glowing-silver 2s ease-in-out infinite;animation:glowing-silver 2s ease-in-out infinite;background-color:silver;border-radius:10px;bottom:0;content:"";height:5px;left:0;position:absolute;transition:width 2s ease-in-out;width:0}.h4b-box-silver:hover .h4b-silver:after{width:100%}@keyframes glowing-gold{0%{box-shadow:0 0 0 silver}50%{box-shadow:0 0 10px silver}to{box-shadow:0 0 0 silver}}.h4b-bronze:after{-webkit-animation:glowing-bronze 2s ease-in-out infinite;animation:glowing-bronze 2s ease-in-out infinite;background-color:#cd7f32;border-radius:10px;bottom:0;content:"";height:5px;left:0;position:absolute;transition:width 2s ease-in-out;width:0}.h4b-box-bronze:hover .h4b-bronze:after{width:100%}@-webkit-keyframes glowing-bronze{0%{box-shadow:0 0 0 #cd7f32}50%{box-shadow:0 0 10px #cd7f32}to{box-shadow:0 0 0 #cd7f32}}@keyframes glowing-bronze{0%{box-shadow:0 0 0 #cd7f32}50%{box-shadow:0 0 10px #cd7f32}to{box-shadow:0 0 0 #cd7f32}}@media screen and (max-width:430px){.sponsorsbox{width:90%}.sponsorstitle{text-align:center}}.hack4bengal__section7{color:#fff;font-family:Poppins;margin:0;padding-top:2rem}.hack4bengal__section7-body,.hack4bengal__section7-part1{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section7-title{color:#fff;font-size:48px;font-style:normal;font-weight:600;letter-spacing:-1px;line-height:72px;margin:2rem 0;text-align:center}.hack4bengal__section7-content{font-size:24px;font-style:normal;line-height:36px;text-align:center;width:85%}.hack4bengal__section7-part2{align-items:center;display:flex;flex-direction:row;gap:6rem;justify-content:space-evenly;max-width:80%;min-height:800px}.section7-heading{font-size:23px;margin-bottom:20px;text-transform:uppercase}.section7-accordion{list-style:none}.section7-accordion_item{border-bottom:.5px solid #fff}.section7-button{align-items:center;background-color:#1b1b1b;border:none;color:#fff;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;padding:18px 0;text-align:left;width:100%}.section7-control{font-size:2rem}.section7-answer{background-color:#1b1b1b;font-size:20px;font-weight:300;line-height:normal;padding:4px 0 18px;text-align:left}.section7-question{font-family:Poppins;font-size:28px;font-style:normal;letter-spacing:-.5px;line-height:36px}.section7-accordion_item.active .button{background-color:#15131c}.section7-answer_wrapper{height:0;overflow:hidden;transition:height .2s ease}.hack4bengal__section7-image{width:40%}.hack4bengal__section7-image img{width:100%}.hack4bengal__section7-questions{max-width:70%}@media screen and (max-width:1000px){.section7-question{max-width:90%}.hack4bengal__section7-part2{max-width:100%}.hack4bengal__section7-questions{max-width:90%}.hack4bengal__section7-image{display:none}.hack4bengal__section7-part2{flex-direction:column;gap:2rem;padding:2rem 0}.hack4bengal__section7-questions ul{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section7-image{width:30%}}@media screen and (max-width:650px){.hack4bengal__section7-title{font-size:36px}.hack4bengal__section7-content{font-size:16px}.section7-button{padding:0}.section7-question{font-size:14px;padding:12px 0}.section7-answer{font-size:14px}.section7-control{font-size:1.2rem}}.hack4bengal__section9{color:#fff;font-family:Poppins;margin-top:5rem;padding-bottom:2rem;padding-top:2rem}.hack4bengal__section9-box,.hack4bengal__section9-boxtitle,.hack4bengal__section9-title{color:#fff;font-family:Poppins,sans-serif}.hack4bengal__section9-description{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.hack4bengal__section9-title1{font-size:48px;font-weight:470}.hack4bengal__section9-title1,.hack4bengal__section9-title2{font-style:medium;letter-spacing:1px;line-height:82px;text-align:center}.hack4bengal__section9-title2{font-size:40px;font-weight:370;margin-bottom:1rem}.hack4bengal__section9-box{align-items:center;backdrop-filter:blur(9.5px);-webkit-backdrop-filter:blur(9.5px);background:rgba(34,34,34,.25);border:1px solid hsla(0,0%,100%,.18);border-radius:40px;box-shadow:0 8px 32px 0 rgba(237,238,244,.37);cursor:pointer;display:flex;flex-direction:column;font-size:20px;justify-content:center;margin:2rem 0;padding:4rem;width:40%}.hack4bengal__section9-box:hover{box-shadow:0 8px 32px 0 rgba(135,33,31,.57)}.hack4bengal__section9-boxtitle{color:#e13b3c;font-size:30px;font-style:normal;font-weight:600;margin:1rem 0;padding-bottom:3%;text-align:center}.hack4bengal__section9-title hr{border:1px solid #e13b3c;margin:auto auto 2rem;width:10%}@media screen and (max-width:1000px){.hack4bengal__section9-box{width:80%}}@media screen and (max-width:650px){.hack4bengal__section9-title1{font-size:36px;line-height:normal}.hack4bengal__section9-title2{font-size:16px;line-height:normal}.hack4bengal__section9-box{padding:3.5rem;width:100%}.hack4bengal__section9-boxtitle{font-size:24px}.hack4bengal__section9-boxInfo{font-size:16px}}.prizes_box_main{display:flex;flex-direction:row;gap:2rem;justify-content:center;margin-top:8rem;padding:1rem}.prizebox{border-radius:15px;cursor:pointer;min-height:16rem;min-width:20rem;position:relative;text-align:center}.prizebox img{width:8rem}.prizebox2{display:block;margin-top:0;min-height:10rem}.prizebox3{margin-top:5rem;min-height:16rem}.prizebox4{display:none}.prizebox1{margin-top:5rem;min-height:16rem}.prizebox1_imgdiv{left:0;margin-left:auto;margin-right:auto;margin-top:-4.5rem;right:0;text-align:center;z-index:1}.prizebox1_imgdiv,.prizes_textdiv{display:flex;justify-content:center;position:absolute;width:100%}.prizes_textdiv{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(180deg,#142137,#0b121f 99.99%,rgba(20,33,55,0));border-radius:15px;color:#fff;margin:auto;min-height:95%;padding:.5rem;transition:all .8s ease}.prizes_textdiv:hover{box-shadow:0 0 10px 0 #e13b3c}.prizes_textdiv2{min-height:80%}.prize_textdiv_texts{display:flex;flex-direction:column;font-family:Poppins;font-weight:700;height:100%;justify-content:space-between}.prize_textdiv_texts h1{font-size:4rem;margin-top:1rem}.prize_textdiv_texts h2{font-size:1.75rem}.prizes_btndiv{align-items:center;display:flex;justify-content:center;margin-top:1rem}@media screen and (max-width:1300px){.prizes_box_main{flex-wrap:wrap;margin-top:0}.prizebox1{margin-top:0;min-height:16rem}.prizebox2{display:none}.prizebox4{display:block;margin-top:0;min-height:16rem}.prizes_textdiv2{min-height:95%}.prizebox3{margin-top:0;min-height:16rem}.prizes_textdiv{margin-top:90px;padding-top:40px}.prizebox1_imgdiv{margin-top:3rem}.prizes_btndiv{margin-top:5rem}}.hack4bengal__section8{color:#fff;font-family:Poppins;padding-bottom:2rem;padding-top:4rem}.hack4bengal__section8-body{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section8-title{font-size:48px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:82px;margin-bottom:4rem;text-align:center}.hack4bengal__section8-problems{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.hack4bengal__section8-button{background-color:initial;border:1px solid #d7d7d7;border-radius:10px;color:#d7d7d7;cursor:pointer;font-family:Poppins;font-size:12px;font-style:normal;letter-spacing:1.5px;line-height:22px;margin-top:2rem;padding:12px 40px;text-transform:uppercase;transition:all .2s ease-in-out}.hack4bengal__section8-button:hover{background-color:#38b6ff;border:1px solid #38b6ff;color:#fff;transition:all .2s ease-in-out}@media screen and (max-width:650px){.hack4bengal__section8-title{font-size:36px;line-height:normal}}.hack4bengal__section8-problems-container1,.hack4bengal__section8-problems-container2{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(2,1fr);width:80%}.hack4bengal__section8-problems-container2{margin-top:4rem;transition:display 3s ease-in-out}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.hack4bengal__section8-cardtitle{align-items:center;display:flex;font-weight:600;line-height:24px;margin:.5rem 0;min-height:3rem}.hack4bengal__section8-line{border:.1px solid #e6e6e6;font-weight:lighter;margin:.5rem 0}.hack4bengal__section8-carddetails{color:#dcdcdc;margin:1rem 0}.hack4bengal__section8-image{border-radius:16px;height:20rem;object-fit:cover;transition:all .2s ease-in-out;width:100%}.hack4bengal__section8-image:hover{cursor:pointer;-webkit-transform:scale(.98);transform:scale(.98);transition:all .2s ease-in-out}.hack4bengal__section8-problemModal-body{align-items:center;background:#fff;border-radius:20px;color:#000;display:flex;flex-direction:column;height:80%;justify-content:center;left:10%;position:fixed;top:10%;width:80%;z-index:999}.problemModal-close{color:#fff;cursor:pointer;position:absolute;right:1.5rem;top:1.5rem;width:1.5rem}@media screen and (max-width:650px){.hack4bengal__section8-problems-container1,.hack4bengal__section8-problems-container2{grid-template-columns:repeat(1,1fr)}}.hack4bengal__section10{color:#fff;font-family:Poppins;padding-top:4rem}.hack4bengal__section10-body{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__section10-title{font-size:48px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:82px;text-align:center}.hack4bengal__section10-title2{margin-bottom:3rem}.hack4bengal__section10-button{background-color:initial;border:1px solid #ff1717;border-radius:10px;color:#d7d7d7;cursor:pointer;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;letter-spacing:1.5px;line-height:22px;margin-top:.5rem;padding:12px 40px;text-transform:uppercase;transition:all .2s ease-in-out}.hack4bengal__section10-button:hover{background-color:#ff1717;border:1px solid #ff1717;color:#fff;transition:all .2s ease-in-out}@media screen and (max-width:650px){.hack4bengal__section10-title{font-size:36px;line-height:normal}}.hack4bengal__footer{color:#fff;font-family:var(--font-family);margin:0 auto;max-width:80rem;overflow-y:hidden;width:91.6667%}.hack4bengal__footer-container1{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:2rem;width:100%}.hack4bengal__footer-logos{align-items:center;display:flex;flex-direction:row;justify-content:center}.hack4bengal__footer-logo-hack4bengal{height:auto;width:5rem}.hack4bengal__footer-logo-tcp{height:auto;margin-left:1rem;width:13rem}.hack4bengal__footer-social-container{width:100%}.hack4bengal__footer-social-links-container{display:flex;flex-flow:row wrap;justify-content:flex-end;margin-bottom:.5rem;width:auto}.hack4bengal__footer-social-links-container a svg{margin-left:20px;transition:all .2s ease-in-out}.hack4bengal__footer-social-links-container a svg:hover{fill:#fff;-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .2s ease-in-out}.hack4bengal__footer-social-text{color:#999;font-size:16px;font-weight:400;text-align:right}.hack4bengal__footer-container2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem;overflow-x:hidden}.hack4bengal__footer-container2-left{border-radius:.75rem;margin-left:auto;margin-right:auto;min-height:100%;width:100%}.hack4bengal__footer-container2-left-content{align-items:center;background-color:#000811;border-radius:.75rem;display:flex;flex-direction:row;justify-content:center;padding:1rem}.hack4bengal__footer-container2-left-content img{height:130px;margin-left:1rem;width:auto}.hack4bengal__footer-container2-left-text{display:flex;flex-direction:column;justify-content:center;margin-left:1rem;padding-left:.5rem;padding-right:.5rem}.hack4bengal__footer-container2-left-text h4{font-size:20px;font-weight:400;line-height:24px;margin-top:1rem}.hack4bengal__footer-container2-left-text p{font-size:14px;font-weight:400;line-height:24px;margin-bottom:1rem;margin-top:1rem}.hack4bengal__footer-container2-right{align-items:flex-end;background:transparent;display:flex;flex-direction:column;justify-content:center;padding:10px 0 10px 10px}.hack4bengal__footer-container2-right-links{cursor:pointer;margin-top:.5rem;padding:.5rem 0 .5rem .5rem;text-decoration:none}.hack4bengal__footer-container2-right-text{font-size:24px;font-weight:300;letter-spacing:1px;line-height:20px}.hack4bengal__footer-container3{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:2rem;margin-top:2rem;width:100%}.hack4bengal__footer-social-team a{color:var(--primary-c);text-decoration:underline}.hack4bengal__footer-social-team a:hover{color:#fff}.hack4bengal__footer-back-to-top a{align-items:center;color:#fff;display:flex;justify-content:center;text-decoration:none}.hack4bengal__footer-back-to-top a:hover{color:var(--primary-c)}.hack4bengal__footer-social-map{align-items:center;display:flex;justify-content:center}@media screen and (max-width:650px){.hack4bengal__footer-container1{align-items:center;flex-direction:column;gap:4rem}.hack4bengal__footer-back-to-top{display:none}.hack4bengal__footer-social-links-container{justify-content:center}.hack4bengal__footer-social-text{text-align:center}.hack4bengal__footer-container2{margin:2rem 0}.hack4bengal__footer-container2-left-text h4{font-size:16px}.hack4bengal__footer-container2-left-text p{font-size:12px}.hack4bengal__footer-container2-left-content img{height:80px}.hack4bengal__footer-container2-right{background:transparent;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.hack4bengal__footer-social-map,.hack4bengal__footer-social-team{font-size:12px}.hack4bengal__footer-social-map svg{height:16px;width:16px}}.hack4bengal__navbarTeam-container{position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:9999}.hack4bengal__team{font-family:Poppins;padding-bottom:2rem;padding-top:2rem}.hack4bengal__team-body{align-items:center;display:flex;flex-direction:column;justify-content:center}.hack4bengal__team-header-container{align-items:center;display:flex;flex-direction:column;justify-self:center}.hack4bengal__team-header-container img{height:auto;width:150px}.hack4bengal__team-main-title{color:#fff;font-size:48px;font-style:normal;font-weight:600;letter-spacing:1px;text-align:center}.hack4bengal__team-subtitle{color:#e13b3c;font-size:xx-large;font-weight:500}.hack4bengal__team-subtitle,.hack4bengal__team-title{font-style:normal;letter-spacing:1px;text-align:center}.hack4bengal__team-title{color:#fff;font-size:38px;font-weight:600;margin-bottom:10px;margin-top:4rem}.hack4bengal__team-members{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center;width:100%}@media screen and (max-width:650px){.hack4bengal__team-header-container img{height:auto;width:80px}.hack4bengal__team-main-title{font-size:24px;margin-left:1rem}.hack4bengal__team-speakers{flex-direction:column;gap:2rem}.hack4bengal__team-title{font-size:36px}}.hack4bengal__team-body hr{border:1px solid #e13b3c;margin:auto auto 4rem;width:10%}.hack4bengal__team-card{background-color:#fff;border-radius:20px;max-width:320px;min-width:320px;overflow:hidden;padding:50px 20px;position:relative;text-align:center}.hack4bengal__team-card .hack4bengal__team-card-img{display:inline-block;height:170px;margin-bottom:15px;position:relative;width:170px;z-index:1}.hack4bengal__team-card .hack4bengal__team-card-img:before{background-color:#ff1717;border-radius:50%;bottom:135%;content:"";height:0;left:0;opacity:.9;position:absolute;right:0;-webkit-transform:scale(3);transform:scale(3);transition:all .3s linear 0s;width:100%}.hack4bengal__team-card:hover .hack4bengal__team-card-img:before{height:100%}.hack4bengal__team-card .hack4bengal__team-card-img:after{background-color:#ff1717;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hack4bengal__team-card .hack4bengal__team-card-img img{border-radius:50%;height:100%;object-fit:cover;-webkit-transform:scale(1);transform:scale(1);transition:all .9s ease 0s;width:100%}.hack4bengal__team-card:hover .hack4bengal__team-card-img img{box-shadow:0 0 0 14px #fff;-webkit-transform:scale(.75);transform:scale(.75)}.hack4bengal__team-card .name{color:#ff1717;display:block;font-size:22px;text-transform:capitalize}.hack4bengal__team-card .title{color:#e47b73;display:block;font-size:.85rem;font-style:italic;font-weight:500;margin-top:4px;text-transform:capitalize}.domain3{font-size:.8rem}.hack4bengal__team-card .social{background-color:#ff1717;bottom:-100px;left:0;margin:0;padding:0;position:absolute;transition:all .5s ease 0s;width:100%}.hack4bengal__team-card:hover .social{bottom:0}.hack4bengal__team-card .social li{display:inline-block}.hack4bengal__team-card .social li a{color:#fff;display:block;font-size:17px;padding:10px;text-decoration:none;transition:all .3s ease 0s}.hack4bengal__team-card .social li a:hover{background-color:#f7f5ec;color:#1369ce}.hack4bengal__team-card3{background-color:#fff9f9;border-radius:30px;height:420px;margin:3rem 0;position:relative;width:300px}.hack4bengal__team-card3-img{border-radius:50%;position:relative;text-align:center;top:-35px}.hack4bengal__team-card3-img img{border:8px solid #e13b3c;border-radius:50%;height:200px;object-fit:cover;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;width:200px}.hack4bengal__team-card3-img img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.hack4bengal__team-card3-content{color:#e47b73;font-weight:900;text-align:center}.name3{color:#ff1717;font-size:1.4rem;font-weight:600;top:-10px}.name3,.title3{position:relative}.title3{font-size:.85rem;font-style:italic;font-weight:500;margin-left:10px;margin-right:10px}.domain3{color:#000;font-size:1rem;margin-bottom:1rem;top:-15px}.line{border-top:2px solid #231f20;margin:0 2rem;width:80%}.social3{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly;margin-left:auto;margin-right:auto;margin-top:.6rem;width:70%}.social3 li{list-style:none}.hack4bengal__navbarTeam{display:flex;padding:0}.hack4bengal__navbarTeam,.hack4bengal__navbarTeam-hamburger{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1b1b1b;flex-direction:column;position:relative;z-index:1}.hack4bengal__navbarTeam-hamburger{display:none}.hack4bengal__navbarTeam-body{align-items:center;border-color:hsla(0,0%,61%,.4);border-image:none;border-image:initial;border-style:solid;border-width:.4px 0;display:flex;justify-content:space-evenly;padding:0;top:0}.hack4bengal__navbarTeam-hamburger-body{margin:0 auto;max-width:80rem;padding:0;width:91.6667%}.hack4bengal__navbarTeam-logo{display:flex;height:50px;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hack4bengal__navbarTeam-logo img{height:50px;width:auto}.hack4bengal__navbarTeam-brochure,.hack4bengal__navbarTeam-brochure-button{align-items:center;display:flex;flex-direction:row;justify-content:center}.hack4bengal__navbarTeam-brochure-button{background-color:#e13b3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:16px;margin-left:2rem;min-width:110px;padding:10px 20px}.hack4bengal__navbarTeam-brochure-button img{-webkit-filter:invert(100%);filter:invert(100%);width:16px}.hack4bengal__navbarTeam-brochure-button a{font-size:12px;margin-left:8px}.hack4bengal__navbarTeam-brochure-button:hover img{-webkit-filter:invert(0);filter:invert(0)}.hack4bengal__navbarTeam-hamburger-brochure-button{background-color:#e13b3c;border:none;border-radius:4px;color:#fff;cursor:pointer;margin:4rem auto;padding:20px 24px;width:50%}.hack4bengal__navbarTeam-brochure-button:hover{background-color:rgba(225,0,0,.9);color:#000}.hack4bengal__navbarTeam-hamburger-logo{display:flex;height:50px;justify-content:center;width:auto}.hack4bengal__navbarTeam-hamburger-logo img{height:50px;width:auto}.hack4bengal__navbarTeam-hamburger-nav{align-items:center;display:flex;justify-content:space-between;padding:4px}.hack4bengal__navbarTeam-menu{align-items:center;display:flex;flex-direction:row}.hack4bengal__navbarTeam-navlist{display:flex;list-style:none}.hack4bengal__navbarTeam-menu-heading{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:1rem;font-style:normal;font-weight:300;justify-content:space-evenly;letter-spacing:1.5px;line-height:1rem;margin:1.5rem;text-transform:capitalize}.hack4bengal__navbarTeam-menu-heading:hover{color:#ebe4e4}.hack4bengal__navbarTeam-menu-heading:after{border-bottom:2px solid red;content:"";display:block;margin-top:4px;-webkit-transform:scaleX(0);transform:scaleX(0);transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out}.hack4bengal__navbarTeam-menu-heading:hover:after{border-radius:4px;-webkit-transform:scaleX(.8);transform:scaleX(.8)}@media screen and (max-width:2000px){.hack4bengal__navbarTeam-logo img{height:auto;max-width:100%}}@media screen and (max-width:1000px){.hack4bengal__navbarTeam{display:none}.hack4bengal__navbarTeam-hamburger{display:flex;height:auto}.hack4bengal__navbarTeam-hamburger-nav{padding:10px}}@media screen and (max-width:650px){.hack4bengal__navbarTeam-hamburger-logo{height:40px;width:auto}.hack4bengal__navbarTeam-hamburger-logo img{height:auto;max-width:100%}.hack4bengal__navbarTeam{display:none}.hack4bengal__navbarTeam-hamburger{display:flex;height:auto}.hack4bengal__navbarTeam-hamburger-nav{padding:4px}.hack4bengal__navbarTeam-hamburger-brochure-button{width:90%}}.hamburger{height:60px;width:60px}.hamburger-open{height:100vh}.ham{-webkit-tap-highlight-color:transparent;cursor:pointer;height:60px;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;-webkit-user-select:none;user-select:none;width:auto}.hamRotate.active{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamRotate180.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.line{fill:none;stroke:#fff;stroke-width:4;transition:stroke-dasharray .4s,stroke-dashoffset .4s}.ham8 .top{stroke-dasharray:25 160}.ham8 .middle{stroke-dasharray:60 142;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.ham8 .bottom,.ham8 .middle{-webkit-transform-origin:50%;transform-origin:50%}.ham8 .bottom{stroke-dasharray:25 85;transition:stroke-dashoffset .4s,-webkit-transform .4s;transition:transform .4s,stroke-dashoffset .4s;transition:transform .4s,stroke-dashoffset .4s,-webkit-transform .4s}.ham8.active .top{stroke-dashoffset:-64px}.ham8.active .middle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ham8.active .bottom{stroke-dashoffset:-64px}.hack4bengal__navbarTeam-hamburger-navlist{align-items:stretch;display:none;flex:1 1;flex-direction:column;list-style:none;padding:12px 34px;transition:all 1s cubic-bezier(.16,1,.3,1)}.activeMenu{display:flex;transition:all 1s cubic-bezier(.16,1,.3,1)}.hack4bengal__navbarTeam-hamburger-navitem{border-bottom:.4px solid #d20f0f;padding:16px}.hack4bengal__navbarTeam-hamburger-menu-heading{color:#e13b3c;cursor:pointer;font-family:var(--font-family);font-size:.8rem;font-style:normal;font-weight:300;justify-content:space-evenly;letter-spacing:1px;line-height:1rem;text-transform:capitalize}.prize_main_div{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:5rem}.sponsored_prizes_titlediv{margin-top:2rem}.prize_box{background:linear-gradient(180deg,#142137,#0b121f 99.99%,rgba(20,33,55,0));border-radius:14px;cursor:pointer;padding:2rem;width:40%}.prize_box:hover{box-shadow:0 0 10px 0 #e13b3c;transition:all .3s ease-in-out}.prize_box img{height:30px;max-width:100%}.prize_box_text h1{font-size:30px;font-weight:700;line-height:32px;margin-top:3rem}.prize_box_text h1,.prize_box_text h2{color:#fff;font-family:Poppins;font-style:normal;letter-spacing:.02em}.prize_box_text h2{font-size:16px;font-weight:400;line-height:25px;margin-top:1rem;opacity:.8}@media screen and (max-width:1025px){.prize_box{width:100%}.prize_main_div{padding:0 1rem}}.event_mainparent{color:#fff;font-family:Poppins,sans-serif;font-size:48px;font-weight:470;letter-spacing:1px;margin-bottom:2rem;margin-top:2rem;padding:0 80px;text-align:center}.event_subparent{margin-top:4rem}.events_dateparent{display:flex;font-size:20px;gap:2rem}.events_dateparent p{backdrop-filter:blur(11.5px);-webkit-backdrop-filter:blur(11.5px);background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.18);border-radius:10px;border-radius:4px;cursor:pointer;line-height:22px;padding:10px}.event_detailsparent{display:flex;flex-wrap:wrap;gap:3rem}.event_eventcard{backdrop-filter:blur(11.5px);-webkit-backdrop-filter:blur(11.5px);background:hsla(0,0%,100%,.097);border:1px solid hsla(0,0%,100%,.18);border-radius:10px;display:flex;gap:2rem;height:360px;width:640px}.eventcard_leftdiv{width:250px}.eventcard_leftdiv img{border-radius:10px 0 0 10px;height:360px;object-fit:cover;width:250px}.eventcard_rightdiv h1{color:#e13b3c;font-size:30px;font-weight:500;line-height:36px;margin-bottom:20px;margin-top:1rem;text-align:left}.eventcard_rightdiv h1>span{color:#e62020;font-weight:600}.eventcard_rightdiv:nth-child(2){color:#e13b3c}.eventcard_rightdiv:nth-child(2),.eventcard_time{font-family:Poppins,sans-serif!important;font-size:22px;text-align:left}.eventcard_time{color:#fff;font-weight:600;margin-top:20px}.eventcard_desc{color:#fff;font-size:18px;font-weight:500!important;margin-top:5px}@media screen and (max-width:1300px){.events_dateparent{flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:20px}.events_date{margin-bottom:0;max-height:60px;min-height:60px}.event_detailsparent{justify-content:center}.event_mainparent{padding:0 10px}}@media screen and (max-width:768px){.event_eventcard{flex-direction:column;height:auto;padding-top:20px;width:95vw}.eventcard_leftdiv{width:100%}.eventcard_leftdiv img{border-radius:50%;height:250px;width:250px}.eventcard_rightdiv{padding:0 20px 20px}.eventcard_rightdiv,.eventcard_rightdiv h1,.eventcard_time{text-align:center!important}}
/*# sourceMappingURL=main.5dc9b11b.css.map*/