@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.Home{width:auto;font-weight:700;font-size:17px;padding:1.375rem 1rem}.Home:focus,.Home:hover{color:#ffc107}.test{background-color:pink}@media only screen and (max-width:992px){.Home{padding:0 0 1vh;margin-left:6px}}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}@font-face{font-family:"bootstrap-icons";src:url(/static/media/bootstrap-icons.dfd0ea12.woff2) format("woff2"),url(/static/media/bootstrap-icons.94eeade1.woff) format("woff")}[class*=" bi-"]:before,[class^=bi-]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-alarm-fill:before{content:"\f101"}.bi-alarm:before{content:"\f102"}.bi-align-bottom:before{content:"\f103"}.bi-align-center:before{content:"\f104"}.bi-align-end:before{content:"\f105"}.bi-align-middle:before{content:"\f106"}.bi-align-start:before{content:"\f107"}.bi-align-top:before{content:"\f108"}.bi-alt:before{content:"\f109"}.bi-app-indicator:before{content:"\f10a"}.bi-app:before{content:"\f10b"}.bi-archive-fill:before{content:"\f10c"}.bi-archive:before{content:"\f10d"}.bi-arrow-90deg-down:before{content:"\f10e"}.bi-arrow-90deg-left:before{content:"\f10f"}.bi-arrow-90deg-right:before{content:"\f110"}.bi-arrow-90deg-up:before{content:"\f111"}.bi-arrow-bar-down:before{content:"\f112"}.bi-arrow-bar-left:before{content:"\f113"}.bi-arrow-bar-right:before{content:"\f114"}.bi-arrow-bar-up:before{content:"\f115"}.bi-arrow-clockwise:before{content:"\f116"}.bi-arrow-counterclockwise:before{content:"\f117"}.bi-arrow-down-circle-fill:before{content:"\f118"}.bi-arrow-down-circle:before{content:"\f119"}.bi-arrow-down-left-circle-fill:before{content:"\f11a"}.bi-arrow-down-left-circle:before{content:"\f11b"}.bi-arrow-down-left-square-fill:before{content:"\f11c"}.bi-arrow-down-left-square:before{content:"\f11d"}.bi-arrow-down-left:before{content:"\f11e"}.bi-arrow-down-right-circle-fill:before{content:"\f11f"}.bi-arrow-down-right-circle:before{content:"\f120"}.bi-arrow-down-right-square-fill:before{content:"\f121"}.bi-arrow-down-right-square:before{content:"\f122"}.bi-arrow-down-right:before{content:"\f123"}.bi-arrow-down-short:before{content:"\f124"}.bi-arrow-down-square-fill:before{content:"\f125"}.bi-arrow-down-square:before{content:"\f126"}.bi-arrow-down-up:before{content:"\f127"}.bi-arrow-down:before{content:"\f128"}.bi-arrow-left-circle-fill:before{content:"\f129"}.bi-arrow-left-circle:before{content:"\f12a"}.bi-arrow-left-right:before{content:"\f12b"}.bi-arrow-left-short:before{content:"\f12c"}.bi-arrow-left-square-fill:before{content:"\f12d"}.bi-arrow-left-square:before{content:"\f12e"}.bi-arrow-left:before{content:"\f12f"}.bi-arrow-repeat:before{content:"\f130"}.bi-arrow-return-left:before{content:"\f131"}.bi-arrow-return-right:before{content:"\f132"}.bi-arrow-right-circle-fill:before{content:"\f133"}.bi-arrow-right-circle:before{content:"\f134"}.bi-arrow-right-short:before{content:"\f135"}.bi-arrow-right-square-fill:before{content:"\f136"}.bi-arrow-right-square:before{content:"\f137"}.bi-arrow-right:before{content:"\f138"}.bi-arrow-up-circle-fill:before{content:"\f139"}.bi-arrow-up-circle:before{content:"\f13a"}.bi-arrow-up-left-circle-fill:before{content:"\f13b"}.bi-arrow-up-left-circle:before{content:"\f13c"}.bi-arrow-up-left-square-fill:before{content:"\f13d"}.bi-arrow-up-left-square:before{content:"\f13e"}.bi-arrow-up-left:before{content:"\f13f"}.bi-arrow-up-right-circle-fill:before{content:"\f140"}.bi-arrow-up-right-circle:before{content:"\f141"}.bi-arrow-up-right-square-fill:before{content:"\f142"}.bi-arrow-up-right-square:before{content:"\f143"}.bi-arrow-up-right:before{content:"\f144"}.bi-arrow-up-short:before{content:"\f145"}.bi-arrow-up-square-fill:before{content:"\f146"}.bi-arrow-up-square:before{content:"\f147"}.bi-arrow-up:before{content:"\f148"}.bi-arrows-angle-contract:before{content:"\f149"}.bi-arrows-angle-expand:before{content:"\f14a"}.bi-arrows-collapse:before{content:"\f14b"}.bi-arrows-expand:before{content:"\f14c"}.bi-arrows-fullscreen:before{content:"\f14d"}.bi-arrows-move:before{content:"\f14e"}.bi-aspect-ratio-fill:before{content:"\f14f"}.bi-aspect-ratio:before{content:"\f150"}.bi-asterisk:before{content:"\f151"}.bi-at:before{content:"\f152"}.bi-award-fill:before{content:"\f153"}.bi-award:before{content:"\f154"}.bi-back:before{content:"\f155"}.bi-backspace-fill:before{content:"\f156"}.bi-backspace-reverse-fill:before{content:"\f157"}.bi-backspace-reverse:before{content:"\f158"}.bi-backspace:before{content:"\f159"}.bi-badge-3d-fill:before{content:"\f15a"}.bi-badge-3d:before{content:"\f15b"}.bi-badge-4k-fill:before{content:"\f15c"}.bi-badge-4k:before{content:"\f15d"}.bi-badge-8k-fill:before{content:"\f15e"}.bi-badge-8k:before{content:"\f15f"}.bi-badge-ad-fill:before{content:"\f160"}.bi-badge-ad:before{content:"\f161"}.bi-badge-ar-fill:before{content:"\f162"}.bi-badge-ar:before{content:"\f163"}.bi-badge-cc-fill:before{content:"\f164"}.bi-badge-cc:before{content:"\f165"}.bi-badge-hd-fill:before{content:"\f166"}.bi-badge-hd:before{content:"\f167"}.bi-badge-tm-fill:before{content:"\f168"}.bi-badge-tm:before{content:"\f169"}.bi-badge-vo-fill:before{content:"\f16a"}.bi-badge-vo:before{content:"\f16b"}.bi-badge-vr-fill:before{content:"\f16c"}.bi-badge-vr:before{content:"\f16d"}.bi-badge-wc-fill:before{content:"\f16e"}.bi-badge-wc:before{content:"\f16f"}.bi-bag-check-fill:before{content:"\f170"}.bi-bag-check:before{content:"\f171"}.bi-bag-dash-fill:before{content:"\f172"}.bi-bag-dash:before{content:"\f173"}.bi-bag-fill:before{content:"\f174"}.bi-bag-plus-fill:before{content:"\f175"}.bi-bag-plus:before{content:"\f176"}.bi-bag-x-fill:before{content:"\f177"}.bi-bag-x:before{content:"\f178"}.bi-bag:before{content:"\f179"}.bi-bar-chart-fill:before{content:"\f17a"}.bi-bar-chart-line-fill:before{content:"\f17b"}.bi-bar-chart-line:before{content:"\f17c"}.bi-bar-chart-steps:before{content:"\f17d"}.bi-bar-chart:before{content:"\f17e"}.bi-basket-fill:before{content:"\f17f"}.bi-basket:before{content:"\f180"}.bi-basket2-fill:before{content:"\f181"}.bi-basket2:before{content:"\f182"}.bi-basket3-fill:before{content:"\f183"}.bi-basket3:before{content:"\f184"}.bi-battery-charging:before{content:"\f185"}.bi-battery-full:before{content:"\f186"}.bi-battery-half:before{content:"\f187"}.bi-battery:before{content:"\f188"}.bi-bell-fill:before{content:"\f189"}.bi-bell:before{content:"\f18a"}.bi-bezier:before{content:"\f18b"}.bi-bezier2:before{content:"\f18c"}.bi-bicycle:before{content:"\f18d"}.bi-binoculars-fill:before{content:"\f18e"}.bi-binoculars:before{content:"\f18f"}.bi-blockquote-left:before{content:"\f190"}.bi-blockquote-right:before{content:"\f191"}.bi-book-fill:before{content:"\f192"}.bi-book-half:before{content:"\f193"}.bi-book:before{content:"\f194"}.bi-bookmark-check-fill:before{content:"\f195"}.bi-bookmark-check:before{content:"\f196"}.bi-bookmark-dash-fill:before{content:"\f197"}.bi-bookmark-dash:before{content:"\f198"}.bi-bookmark-fill:before{content:"\f199"}.bi-bookmark-heart-fill:before{content:"\f19a"}.bi-bookmark-heart:before{content:"\f19b"}.bi-bookmark-plus-fill:before{content:"\f19c"}.bi-bookmark-plus:before{content:"\f19d"}.bi-bookmark-star-fill:before{content:"\f19e"}.bi-bookmark-star:before{content:"\f19f"}.bi-bookmark-x-fill:before{content:"\f1a0"}.bi-bookmark-x:before{content:"\f1a1"}.bi-bookmark:before{content:"\f1a2"}.bi-bookmarks-fill:before{content:"\f1a3"}.bi-bookmarks:before{content:"\f1a4"}.bi-bookshelf:before{content:"\f1a5"}.bi-bootstrap-fill:before{content:"\f1a6"}.bi-bootstrap-reboot:before{content:"\f1a7"}.bi-bootstrap:before{content:"\f1a8"}.bi-border-all:before{content:"\f1a9"}.bi-border-bottom:before{content:"\f1aa"}.bi-border-center:before{content:"\f1ab"}.bi-border-inner:before{content:"\f1ac"}.bi-border-left:before{content:"\f1ad"}.bi-border-middle:before{content:"\f1ae"}.bi-border-outer:before{content:"\f1af"}.bi-border-right:before{content:"\f1b0"}.bi-border-style:before{content:"\f1b1"}.bi-border-top:before{content:"\f1b2"}.bi-border-width:before{content:"\f1b3"}.bi-border:before{content:"\f1b4"}.bi-bounding-box-circles:before{content:"\f1b5"}.bi-bounding-box:before{content:"\f1b6"}.bi-box-arrow-down-left:before{content:"\f1b7"}.bi-box-arrow-down-right:before{content:"\f1b8"}.bi-box-arrow-down:before{content:"\f1b9"}.bi-box-arrow-in-down-left:before{content:"\f1ba"}.bi-box-arrow-in-down-right:before{content:"\f1bb"}.bi-box-arrow-in-down:before{content:"\f1bc"}.bi-box-arrow-in-left:before{content:"\f1bd"}.bi-box-arrow-in-right:before{content:"\f1be"}.bi-box-arrow-in-up-left:before{content:"\f1bf"}.bi-box-arrow-in-up-right:before{content:"\f1c0"}.bi-box-arrow-in-up:before{content:"\f1c1"}.bi-box-arrow-left:before{content:"\f1c2"}.bi-box-arrow-right:before{content:"\f1c3"}.bi-box-arrow-up-left:before{content:"\f1c4"}.bi-box-arrow-up-right:before{content:"\f1c5"}.bi-box-arrow-up:before{content:"\f1c6"}.bi-box-seam:before{content:"\f1c7"}.bi-box:before{content:"\f1c8"}.bi-braces:before{content:"\f1c9"}.bi-bricks:before{content:"\f1ca"}.bi-briefcase-fill:before{content:"\f1cb"}.bi-briefcase:before{content:"\f1cc"}.bi-brightness-alt-high-fill:before{content:"\f1cd"}.bi-brightness-alt-high:before{content:"\f1ce"}.bi-brightness-alt-low-fill:before{content:"\f1cf"}.bi-brightness-alt-low:before{content:"\f1d0"}.bi-brightness-high-fill:before{content:"\f1d1"}.bi-brightness-high:before{content:"\f1d2"}.bi-brightness-low-fill:before{content:"\f1d3"}.bi-brightness-low:before{content:"\f1d4"}.bi-broadcast-pin:before{content:"\f1d5"}.bi-broadcast:before{content:"\f1d6"}.bi-brush-fill:before{content:"\f1d7"}.bi-brush:before{content:"\f1d8"}.bi-bucket-fill:before{content:"\f1d9"}.bi-bucket:before{content:"\f1da"}.bi-bug-fill:before{content:"\f1db"}.bi-bug:before{content:"\f1dc"}.bi-building:before{content:"\f1dd"}.bi-bullseye:before{content:"\f1de"}.bi-calculator-fill:before{content:"\f1df"}.bi-calculator:before{content:"\f1e0"}.bi-calendar-check-fill:before{content:"\f1e1"}.bi-calendar-check:before{content:"\f1e2"}.bi-calendar-date-fill:before{content:"\f1e3"}.bi-calendar-date:before{content:"\f1e4"}.bi-calendar-day-fill:before{content:"\f1e5"}.bi-calendar-day:before{content:"\f1e6"}.bi-calendar-event-fill:before{content:"\f1e7"}.bi-calendar-event:before{content:"\f1e8"}.bi-calendar-fill:before{content:"\f1e9"}.bi-calendar-minus-fill:before{content:"\f1ea"}.bi-calendar-minus:before{content:"\f1eb"}.bi-calendar-month-fill:before{content:"\f1ec"}.bi-calendar-month:before{content:"\f1ed"}.bi-calendar-plus-fill:before{content:"\f1ee"}.bi-calendar-plus:before{content:"\f1ef"}.bi-calendar-range-fill:before{content:"\f1f0"}.bi-calendar-range:before{content:"\f1f1"}.bi-calendar-week-fill:before{content:"\f1f2"}.bi-calendar-week:before{content:"\f1f3"}.bi-calendar-x-fill:before{content:"\f1f4"}.bi-calendar-x:before{content:"\f1f5"}.bi-calendar:before{content:"\f1f6"}.bi-calendar2-check-fill:before{content:"\f1f7"}.bi-calendar2-check:before{content:"\f1f8"}.bi-calendar2-date-fill:before{content:"\f1f9"}.bi-calendar2-date:before{content:"\f1fa"}.bi-calendar2-day-fill:before{content:"\f1fb"}.bi-calendar2-day:before{content:"\f1fc"}.bi-calendar2-event-fill:before{content:"\f1fd"}.bi-calendar2-event:before{content:"\f1fe"}.bi-calendar2-fill:before{content:"\f1ff"}.bi-calendar2-minus-fill:before{content:"\f200"}.bi-calendar2-minus:before{content:"\f201"}.bi-calendar2-month-fill:before{content:"\f202"}.bi-calendar2-month:before{content:"\f203"}.bi-calendar2-plus-fill:before{content:"\f204"}.bi-calendar2-plus:before{content:"\f205"}.bi-calendar2-range-fill:before{content:"\f206"}.bi-calendar2-range:before{content:"\f207"}.bi-calendar2-week-fill:before{content:"\f208"}.bi-calendar2-week:before{content:"\f209"}.bi-calendar2-x-fill:before{content:"\f20a"}.bi-calendar2-x:before{content:"\f20b"}.bi-calendar2:before{content:"\f20c"}.bi-calendar3-event-fill:before{content:"\f20d"}.bi-calendar3-event:before{content:"\f20e"}.bi-calendar3-fill:before{content:"\f20f"}.bi-calendar3-range-fill:before{content:"\f210"}.bi-calendar3-range:before{content:"\f211"}.bi-calendar3-week-fill:before{content:"\f212"}.bi-calendar3-week:before{content:"\f213"}.bi-calendar3:before{content:"\f214"}.bi-calendar4-event:before{content:"\f215"}.bi-calendar4-range:before{content:"\f216"}.bi-calendar4-week:before{content:"\f217"}.bi-calendar4:before{content:"\f218"}.bi-camera-fill:before{content:"\f219"}.bi-camera-reels-fill:before{content:"\f21a"}.bi-camera-reels:before{content:"\f21b"}.bi-camera-video-fill:before{content:"\f21c"}.bi-camera-video-off-fill:before{content:"\f21d"}.bi-camera-video-off:before{content:"\f21e"}.bi-camera-video:before{content:"\f21f"}.bi-camera:before{content:"\f220"}.bi-camera2:before{content:"\f221"}.bi-capslock-fill:before{content:"\f222"}.bi-capslock:before{content:"\f223"}.bi-card-checklist:before{content:"\f224"}.bi-card-heading:before{content:"\f225"}.bi-card-image:before{content:"\f226"}.bi-card-list:before{content:"\f227"}.bi-card-text:before{content:"\f228"}.bi-caret-down-fill:before{content:"\f229"}.bi-caret-down-square-fill:before{content:"\f22a"}.bi-caret-down-square:before{content:"\f22b"}.bi-caret-down:before{content:"\f22c"}.bi-caret-left-fill:before{content:"\f22d"}.bi-caret-left-square-fill:before{content:"\f22e"}.bi-caret-left-square:before{content:"\f22f"}.bi-caret-left:before{content:"\f230"}.bi-caret-right-fill:before{content:"\f231"}.bi-caret-right-square-fill:before{content:"\f232"}.bi-caret-right-square:before{content:"\f233"}.bi-caret-right:before{content:"\f234"}.bi-caret-up-fill:before{content:"\f235"}.bi-caret-up-square-fill:before{content:"\f236"}.bi-caret-up-square:before{content:"\f237"}.bi-caret-up:before{content:"\f238"}.bi-cart-check-fill:before{content:"\f239"}.bi-cart-check:before{content:"\f23a"}.bi-cart-dash-fill:before{content:"\f23b"}.bi-cart-dash:before{content:"\f23c"}.bi-cart-fill:before{content:"\f23d"}.bi-cart-plus-fill:before{content:"\f23e"}.bi-cart-plus:before{content:"\f23f"}.bi-cart-x-fill:before{content:"\f240"}.bi-cart-x:before{content:"\f241"}.bi-cart:before{content:"\f242"}.bi-cart2:before{content:"\f243"}.bi-cart3:before{content:"\f244"}.bi-cart4:before{content:"\f245"}.bi-cash-stack:before{content:"\f246"}.bi-cash:before{content:"\f247"}.bi-cast:before{content:"\f248"}.bi-chat-dots-fill:before{content:"\f249"}.bi-chat-dots:before{content:"\f24a"}.bi-chat-fill:before{content:"\f24b"}.bi-chat-left-dots-fill:before{content:"\f24c"}.bi-chat-left-dots:before{content:"\f24d"}.bi-chat-left-fill:before{content:"\f24e"}.bi-chat-left-quote-fill:before{content:"\f24f"}.bi-chat-left-quote:before{content:"\f250"}.bi-chat-left-text-fill:before{content:"\f251"}.bi-chat-left-text:before{content:"\f252"}.bi-chat-left:before{content:"\f253"}.bi-chat-quote-fill:before{content:"\f254"}.bi-chat-quote:before{content:"\f255"}.bi-chat-right-dots-fill:before{content:"\f256"}.bi-chat-right-dots:before{content:"\f257"}.bi-chat-right-fill:before{content:"\f258"}.bi-chat-right-quote-fill:before{content:"\f259"}.bi-chat-right-quote:before{content:"\f25a"}.bi-chat-right-text-fill:before{content:"\f25b"}.bi-chat-right-text:before{content:"\f25c"}.bi-chat-right:before{content:"\f25d"}.bi-chat-square-dots-fill:before{content:"\f25e"}.bi-chat-square-dots:before{content:"\f25f"}.bi-chat-square-fill:before{content:"\f260"}.bi-chat-square-quote-fill:before{content:"\f261"}.bi-chat-square-quote:before{content:"\f262"}.bi-chat-square-text-fill:before{content:"\f263"}.bi-chat-square-text:before{content:"\f264"}.bi-chat-square:before{content:"\f265"}.bi-chat-text-fill:before{content:"\f266"}.bi-chat-text:before{content:"\f267"}.bi-chat:before{content:"\f268"}.bi-check-all:before{content:"\f269"}.bi-check-circle-fill:before{content:"\f26a"}.bi-check-circle:before{content:"\f26b"}.bi-check-square-fill:before{content:"\f26c"}.bi-check-square:before{content:"\f26d"}.bi-check:before{content:"\f26e"}.bi-check2-all:before{content:"\f26f"}.bi-check2-circle:before{content:"\f270"}.bi-check2-square:before{content:"\f271"}.bi-check2:before{content:"\f272"}.bi-chevron-bar-contract:before{content:"\f273"}.bi-chevron-bar-down:before{content:"\f274"}.bi-chevron-bar-expand:before{content:"\f275"}.bi-chevron-bar-left:before{content:"\f276"}.bi-chevron-bar-right:before{content:"\f277"}.bi-chevron-bar-up:before{content:"\f278"}.bi-chevron-compact-down:before{content:"\f279"}.bi-chevron-compact-left:before{content:"\f27a"}.bi-chevron-compact-right:before{content:"\f27b"}.bi-chevron-compact-up:before{content:"\f27c"}.bi-chevron-contract:before{content:"\f27d"}.bi-chevron-double-down:before{content:"\f27e"}.bi-chevron-double-left:before{content:"\f27f"}.bi-chevron-double-right:before{content:"\f280"}.bi-chevron-double-up:before{content:"\f281"}.bi-chevron-down:before{content:"\f282"}.bi-chevron-expand:before{content:"\f283"}.bi-chevron-left:before{content:"\f284"}.bi-chevron-right:before{content:"\f285"}.bi-chevron-up:before{content:"\f286"}.bi-circle-fill:before{content:"\f287"}.bi-circle-half:before{content:"\f288"}.bi-circle-square:before{content:"\f289"}.bi-circle:before{content:"\f28a"}.bi-clipboard-check:before{content:"\f28b"}.bi-clipboard-data:before{content:"\f28c"}.bi-clipboard-minus:before{content:"\f28d"}.bi-clipboard-plus:before{content:"\f28e"}.bi-clipboard-x:before{content:"\f28f"}.bi-clipboard:before{content:"\f290"}.bi-clock-fill:before{content:"\f291"}.bi-clock-history:before{content:"\f292"}.bi-clock:before{content:"\f293"}.bi-cloud-arrow-down-fill:before{content:"\f294"}.bi-cloud-arrow-down:before{content:"\f295"}.bi-cloud-arrow-up-fill:before{content:"\f296"}.bi-cloud-arrow-up:before{content:"\f297"}.bi-cloud-check-fill:before{content:"\f298"}.bi-cloud-check:before{content:"\f299"}.bi-cloud-download-fill:before{content:"\f29a"}.bi-cloud-download:before{content:"\f29b"}.bi-cloud-drizzle-fill:before{content:"\f29c"}.bi-cloud-drizzle:before{content:"\f29d"}.bi-cloud-fill:before{content:"\f29e"}.bi-cloud-fog-fill:before{content:"\f29f"}.bi-cloud-fog:before{content:"\f2a0"}.bi-cloud-fog2-fill:before{content:"\f2a1"}.bi-cloud-fog2:before{content:"\f2a2"}.bi-cloud-hail-fill:before{content:"\f2a3"}.bi-cloud-hail:before{content:"\f2a4"}.bi-cloud-haze-1:before{content:"\f2a5"}.bi-cloud-haze-fill:before{content:"\f2a6"}.bi-cloud-haze:before{content:"\f2a7"}.bi-cloud-haze2-fill:before{content:"\f2a8"}.bi-cloud-lightning-fill:before{content:"\f2a9"}.bi-cloud-lightning-rain-fill:before{content:"\f2aa"}.bi-cloud-lightning-rain:before{content:"\f2ab"}.bi-cloud-lightning:before{content:"\f2ac"}.bi-cloud-minus-fill:before{content:"\f2ad"}.bi-cloud-minus:before{content:"\f2ae"}.bi-cloud-moon-fill:before{content:"\f2af"}.bi-cloud-moon:before{content:"\f2b0"}.bi-cloud-plus-fill:before{content:"\f2b1"}.bi-cloud-plus:before{content:"\f2b2"}.bi-cloud-rain-fill:before{content:"\f2b3"}.bi-cloud-rain-heavy-fill:before{content:"\f2b4"}.bi-cloud-rain-heavy:before{content:"\f2b5"}.bi-cloud-rain:before{content:"\f2b6"}.bi-cloud-slash-fill:before{content:"\f2b7"}.bi-cloud-slash:before{content:"\f2b8"}.bi-cloud-sleet-fill:before{content:"\f2b9"}.bi-cloud-sleet:before{content:"\f2ba"}.bi-cloud-snow-fill:before{content:"\f2bb"}.bi-cloud-snow:before{content:"\f2bc"}.bi-cloud-sun-fill:before{content:"\f2bd"}.bi-cloud-sun:before{content:"\f2be"}.bi-cloud-upload-fill:before{content:"\f2bf"}.bi-cloud-upload:before{content:"\f2c0"}.bi-cloud:before{content:"\f2c1"}.bi-clouds-fill:before{content:"\f2c2"}.bi-clouds:before{content:"\f2c3"}.bi-cloudy-fill:before{content:"\f2c4"}.bi-cloudy:before{content:"\f2c5"}.bi-code-slash:before{content:"\f2c6"}.bi-code-square:before{content:"\f2c7"}.bi-code:before{content:"\f2c8"}.bi-collection-fill:before{content:"\f2c9"}.bi-collection-play-fill:before{content:"\f2ca"}.bi-collection-play:before{content:"\f2cb"}.bi-collection:before{content:"\f2cc"}.bi-columns-gap:before{content:"\f2cd"}.bi-columns:before{content:"\f2ce"}.bi-command:before{content:"\f2cf"}.bi-compass-fill:before{content:"\f2d0"}.bi-compass:before{content:"\f2d1"}.bi-cone-striped:before{content:"\f2d2"}.bi-cone:before{content:"\f2d3"}.bi-controller:before{content:"\f2d4"}.bi-cpu-fill:before{content:"\f2d5"}.bi-cpu:before{content:"\f2d6"}.bi-credit-card-2-back-fill:before{content:"\f2d7"}.bi-credit-card-2-back:before{content:"\f2d8"}.bi-credit-card-2-front-fill:before{content:"\f2d9"}.bi-credit-card-2-front:before{content:"\f2da"}.bi-credit-card-fill:before{content:"\f2db"}.bi-credit-card:before{content:"\f2dc"}.bi-crop:before{content:"\f2dd"}.bi-cup-fill:before{content:"\f2de"}.bi-cup-straw:before{content:"\f2df"}.bi-cup:before{content:"\f2e0"}.bi-cursor-fill:before{content:"\f2e1"}.bi-cursor-text:before{content:"\f2e2"}.bi-cursor:before{content:"\f2e3"}.bi-dash-circle-dotted:before{content:"\f2e4"}.bi-dash-circle-fill:before{content:"\f2e5"}.bi-dash-circle:before{content:"\f2e6"}.bi-dash-square-dotted:before{content:"\f2e7"}.bi-dash-square-fill:before{content:"\f2e8"}.bi-dash-square:before{content:"\f2e9"}.bi-dash:before{content:"\f2ea"}.bi-diagram-2-fill:before{content:"\f2eb"}.bi-diagram-2:before{content:"\f2ec"}.bi-diagram-3-fill:before{content:"\f2ed"}.bi-diagram-3:before{content:"\f2ee"}.bi-diamond-fill:before{content:"\f2ef"}.bi-diamond-half:before{content:"\f2f0"}.bi-diamond:before{content:"\f2f1"}.bi-dice-1-fill:before{content:"\f2f2"}.bi-dice-1:before{content:"\f2f3"}.bi-dice-2-fill:before{content:"\f2f4"}.bi-dice-2:before{content:"\f2f5"}.bi-dice-3-fill:before{content:"\f2f6"}.bi-dice-3:before{content:"\f2f7"}.bi-dice-4-fill:before{content:"\f2f8"}.bi-dice-4:before{content:"\f2f9"}.bi-dice-5-fill:before{content:"\f2fa"}.bi-dice-5:before{content:"\f2fb"}.bi-dice-6-fill:before{content:"\f2fc"}.bi-dice-6:before{content:"\f2fd"}.bi-disc-fill:before{content:"\f2fe"}.bi-disc:before{content:"\f2ff"}.bi-discord:before{content:"\f300"}.bi-display-fill:before{content:"\f301"}.bi-display:before{content:"\f302"}.bi-distribute-horizontal:before{content:"\f303"}.bi-distribute-vertical:before{content:"\f304"}.bi-door-closed-fill:before{content:"\f305"}.bi-door-closed:before{content:"\f306"}.bi-door-open-fill:before{content:"\f307"}.bi-door-open:before{content:"\f308"}.bi-dot:before{content:"\f309"}.bi-download:before{content:"\f30a"}.bi-droplet-fill:before{content:"\f30b"}.bi-droplet-half:before{content:"\f30c"}.bi-droplet:before{content:"\f30d"}.bi-earbuds:before{content:"\f30e"}.bi-easel-fill:before{content:"\f30f"}.bi-easel:before{content:"\f310"}.bi-egg-fill:before{content:"\f311"}.bi-egg-fried:before{content:"\f312"}.bi-egg:before{content:"\f313"}.bi-eject-fill:before{content:"\f314"}.bi-eject:before{content:"\f315"}.bi-emoji-angry-fill:before{content:"\f316"}.bi-emoji-angry:before{content:"\f317"}.bi-emoji-dizzy-fill:before{content:"\f318"}.bi-emoji-dizzy:before{content:"\f319"}.bi-emoji-expressionless-fill:before{content:"\f31a"}.bi-emoji-expressionless:before{content:"\f31b"}.bi-emoji-frown-fill:before{content:"\f31c"}.bi-emoji-frown:before{content:"\f31d"}.bi-emoji-heart-eyes-fill:before{content:"\f31e"}.bi-emoji-heart-eyes:before{content:"\f31f"}.bi-emoji-laughing-fill:before{content:"\f320"}.bi-emoji-laughing:before{content:"\f321"}.bi-emoji-neutral-fill:before{content:"\f322"}.bi-emoji-neutral:before{content:"\f323"}.bi-emoji-smile-fill:before{content:"\f324"}.bi-emoji-smile-upside-down-fill:before{content:"\f325"}.bi-emoji-smile-upside-down:before{content:"\f326"}.bi-emoji-smile:before{content:"\f327"}.bi-emoji-sunglasses-fill:before{content:"\f328"}.bi-emoji-sunglasses:before{content:"\f329"}.bi-emoji-wink-fill:before{content:"\f32a"}.bi-emoji-wink:before{content:"\f32b"}.bi-envelope-fill:before{content:"\f32c"}.bi-envelope-open-fill:before{content:"\f32d"}.bi-envelope-open:before{content:"\f32e"}.bi-envelope:before{content:"\f32f"}.bi-eraser-fill:before{content:"\f330"}.bi-eraser:before{content:"\f331"}.bi-exclamation-circle-fill:before{content:"\f332"}.bi-exclamation-circle:before{content:"\f333"}.bi-exclamation-diamond-fill:before{content:"\f334"}.bi-exclamation-diamond:before{content:"\f335"}.bi-exclamation-octagon-fill:before{content:"\f336"}.bi-exclamation-octagon:before{content:"\f337"}.bi-exclamation-square-fill:before{content:"\f338"}.bi-exclamation-square:before{content:"\f339"}.bi-exclamation-triangle-fill:before{content:"\f33a"}.bi-exclamation-triangle:before{content:"\f33b"}.bi-exclamation:before{content:"\f33c"}.bi-exclude:before{content:"\f33d"}.bi-eye-fill:before{content:"\f33e"}.bi-eye-slash-fill:before{content:"\f33f"}.bi-eye-slash:before{content:"\f340"}.bi-eye:before{content:"\f341"}.bi-eyedropper:before{content:"\f342"}.bi-eyeglasses:before{content:"\f343"}.bi-facebook:before{content:"\f344"}.bi-file-arrow-down-fill:before{content:"\f345"}.bi-file-arrow-down:before{content:"\f346"}.bi-file-arrow-up-fill:before{content:"\f347"}.bi-file-arrow-up:before{content:"\f348"}.bi-file-bar-graph-fill:before{content:"\f349"}.bi-file-bar-graph:before{content:"\f34a"}.bi-file-binary-fill:before{content:"\f34b"}.bi-file-binary:before{content:"\f34c"}.bi-file-break-fill:before{content:"\f34d"}.bi-file-break:before{content:"\f34e"}.bi-file-check-fill:before{content:"\f34f"}.bi-file-check:before{content:"\f350"}.bi-file-code-fill:before{content:"\f351"}.bi-file-code:before{content:"\f352"}.bi-file-diff-fill:before{content:"\f353"}.bi-file-diff:before{content:"\f354"}.bi-file-earmark-arrow-down-fill:before{content:"\f355"}.bi-file-earmark-arrow-down:before{content:"\f356"}.bi-file-earmark-arrow-up-fill:before{content:"\f357"}.bi-file-earmark-arrow-up:before{content:"\f358"}.bi-file-earmark-bar-graph-fill:before{content:"\f359"}.bi-file-earmark-bar-graph:before{content:"\f35a"}.bi-file-earmark-binary-fill:before{content:"\f35b"}.bi-file-earmark-binary:before{content:"\f35c"}.bi-file-earmark-break-fill:before{content:"\f35d"}.bi-file-earmark-break:before{content:"\f35e"}.bi-file-earmark-check-fill:before{content:"\f35f"}.bi-file-earmark-check:before{content:"\f360"}.bi-file-earmark-code-fill:before{content:"\f361"}.bi-file-earmark-code:before{content:"\f362"}.bi-file-earmark-diff-fill:before{content:"\f363"}.bi-file-earmark-diff:before{content:"\f364"}.bi-file-earmark-easel-fill:before{content:"\f365"}.bi-file-earmark-easel:before{content:"\f366"}.bi-file-earmark-excel-fill:before{content:"\f367"}.bi-file-earmark-excel:before{content:"\f368"}.bi-file-earmark-fill:before{content:"\f369"}.bi-file-earmark-font-fill:before{content:"\f36a"}.bi-file-earmark-font:before{content:"\f36b"}.bi-file-earmark-image-fill:before{content:"\f36c"}.bi-file-earmark-image:before{content:"\f36d"}.bi-file-earmark-lock-fill:before{content:"\f36e"}.bi-file-earmark-lock:before{content:"\f36f"}.bi-file-earmark-lock2-fill:before{content:"\f370"}.bi-file-earmark-lock2:before{content:"\f371"}.bi-file-earmark-medical-fill:before{content:"\f372"}.bi-file-earmark-medical:before{content:"\f373"}.bi-file-earmark-minus-fill:before{content:"\f374"}.bi-file-earmark-minus:before{content:"\f375"}.bi-file-earmark-music-fill:before{content:"\f376"}.bi-file-earmark-music:before{content:"\f377"}.bi-file-earmark-person-fill:before{content:"\f378"}.bi-file-earmark-person:before{content:"\f379"}.bi-file-earmark-play-fill:before{content:"\f37a"}.bi-file-earmark-play:before{content:"\f37b"}.bi-file-earmark-plus-fill:before{content:"\f37c"}.bi-file-earmark-plus:before{content:"\f37d"}.bi-file-earmark-post-fill:before{content:"\f37e"}.bi-file-earmark-post:before{content:"\f37f"}.bi-file-earmark-ppt-fill:before{content:"\f380"}.bi-file-earmark-ppt:before{content:"\f381"}.bi-file-earmark-richtext-fill:before{content:"\f382"}.bi-file-earmark-richtext:before{content:"\f383"}.bi-file-earmark-ruled-fill:before{content:"\f384"}.bi-file-earmark-ruled:before{content:"\f385"}.bi-file-earmark-slides-fill:before{content:"\f386"}.bi-file-earmark-slides:before{content:"\f387"}.bi-file-earmark-spreadsheet-fill:before{content:"\f388"}.bi-file-earmark-spreadsheet:before{content:"\f389"}.bi-file-earmark-text-fill:before{content:"\f38a"}.bi-file-earmark-text:before{content:"\f38b"}.bi-file-earmark-word-fill:before{content:"\f38c"}.bi-file-earmark-word:before{content:"\f38d"}.bi-file-earmark-x-fill:before{content:"\f38e"}.bi-file-earmark-x:before{content:"\f38f"}.bi-file-earmark-zip-fill:before{content:"\f390"}.bi-file-earmark-zip:before{content:"\f391"}.bi-file-earmark:before{content:"\f392"}.bi-file-easel-fill:before{content:"\f393"}.bi-file-easel:before{content:"\f394"}.bi-file-excel-fill:before{content:"\f395"}.bi-file-excel:before{content:"\f396"}.bi-file-fill:before{content:"\f397"}.bi-file-font-fill:before{content:"\f398"}.bi-file-font:before{content:"\f399"}.bi-file-image-fill:before{content:"\f39a"}.bi-file-image:before{content:"\f39b"}.bi-file-lock-fill:before{content:"\f39c"}.bi-file-lock:before{content:"\f39d"}.bi-file-lock2-fill:before{content:"\f39e"}.bi-file-lock2:before{content:"\f39f"}.bi-file-medical-fill:before{content:"\f3a0"}.bi-file-medical:before{content:"\f3a1"}.bi-file-minus-fill:before{content:"\f3a2"}.bi-file-minus:before{content:"\f3a3"}.bi-file-music-fill:before{content:"\f3a4"}.bi-file-music:before{content:"\f3a5"}.bi-file-person-fill:before{content:"\f3a6"}.bi-file-person:before{content:"\f3a7"}.bi-file-play-fill:before{content:"\f3a8"}.bi-file-play:before{content:"\f3a9"}.bi-file-plus-fill:before{content:"\f3aa"}.bi-file-plus:before{content:"\f3ab"}.bi-file-post-fill:before{content:"\f3ac"}.bi-file-post:before{content:"\f3ad"}.bi-file-ppt-fill:before{content:"\f3ae"}.bi-file-ppt:before{content:"\f3af"}.bi-file-richtext-fill:before{content:"\f3b0"}.bi-file-richtext:before{content:"\f3b1"}.bi-file-ruled-fill:before{content:"\f3b2"}.bi-file-ruled:before{content:"\f3b3"}.bi-file-slides-fill:before{content:"\f3b4"}.bi-file-slides:before{content:"\f3b5"}.bi-file-spreadsheet-fill:before{content:"\f3b6"}.bi-file-spreadsheet:before{content:"\f3b7"}.bi-file-text-fill:before{content:"\f3b8"}.bi-file-text:before{content:"\f3b9"}.bi-file-word-fill:before{content:"\f3ba"}.bi-file-word:before{content:"\f3bb"}.bi-file-x-fill:before{content:"\f3bc"}.bi-file-x:before{content:"\f3bd"}.bi-file-zip-fill:before{content:"\f3be"}.bi-file-zip:before{content:"\f3bf"}.bi-file:before{content:"\f3c0"}.bi-files-alt:before{content:"\f3c1"}.bi-files:before{content:"\f3c2"}.bi-film:before{content:"\f3c3"}.bi-filter-circle-fill:before{content:"\f3c4"}.bi-filter-circle:before{content:"\f3c5"}.bi-filter-left:before{content:"\f3c6"}.bi-filter-right:before{content:"\f3c7"}.bi-filter-square-fill:before{content:"\f3c8"}.bi-filter-square:before{content:"\f3c9"}.bi-filter:before{content:"\f3ca"}.bi-flag-fill:before{content:"\f3cb"}.bi-flag:before{content:"\f3cc"}.bi-flower1:before{content:"\f3cd"}.bi-flower2:before{content:"\f3ce"}.bi-flower3:before{content:"\f3cf"}.bi-folder-check:before{content:"\f3d0"}.bi-folder-fill:before{content:"\f3d1"}.bi-folder-minus:before{content:"\f3d2"}.bi-folder-plus:before{content:"\f3d3"}.bi-folder-symlink-fill:before{content:"\f3d4"}.bi-folder-symlink:before{content:"\f3d5"}.bi-folder-x:before{content:"\f3d6"}.bi-folder:before{content:"\f3d7"}.bi-folder2-open:before{content:"\f3d8"}.bi-folder2:before{content:"\f3d9"}.bi-fonts:before{content:"\f3da"}.bi-forward-fill:before{content:"\f3db"}.bi-forward:before{content:"\f3dc"}.bi-front:before{content:"\f3dd"}.bi-fullscreen-exit:before{content:"\f3de"}.bi-fullscreen:before{content:"\f3df"}.bi-funnel-fill:before{content:"\f3e0"}.bi-funnel:before{content:"\f3e1"}.bi-gear-fill:before{content:"\f3e2"}.bi-gear-wide-connected:before{content:"\f3e3"}.bi-gear-wide:before{content:"\f3e4"}.bi-gear:before{content:"\f3e5"}.bi-gem:before{content:"\f3e6"}.bi-geo-alt-fill:before{content:"\f3e7"}.bi-geo-alt:before{content:"\f3e8"}.bi-geo-fill:before{content:"\f3e9"}.bi-geo:before{content:"\f3ea"}.bi-gift-fill:before{content:"\f3eb"}.bi-gift:before{content:"\f3ec"}.bi-github:before{content:"\f3ed"}.bi-globe:before{content:"\f3ee"}.bi-globe2:before{content:"\f3ef"}.bi-google:before{content:"\f3f0"}.bi-graph-down:before{content:"\f3f1"}.bi-graph-up:before{content:"\f3f2"}.bi-grid-1x2-fill:before{content:"\f3f3"}.bi-grid-1x2:before{content:"\f3f4"}.bi-grid-3x2-gap-fill:before{content:"\f3f5"}.bi-grid-3x2-gap:before{content:"\f3f6"}.bi-grid-3x2:before{content:"\f3f7"}.bi-grid-3x3-gap-fill:before{content:"\f3f8"}.bi-grid-3x3-gap:before{content:"\f3f9"}.bi-grid-3x3:before{content:"\f3fa"}.bi-grid-fill:before{content:"\f3fb"}.bi-grid:before{content:"\f3fc"}.bi-grip-horizontal:before{content:"\f3fd"}.bi-grip-vertical:before{content:"\f3fe"}.bi-hammer:before{content:"\f3ff"}.bi-hand-index-fill:before{content:"\f400"}.bi-hand-index-thumb-fill:before{content:"\f401"}.bi-hand-index-thumb:before{content:"\f402"}.bi-hand-index:before{content:"\f403"}.bi-hand-thumbs-down-fill:before{content:"\f404"}.bi-hand-thumbs-down:before{content:"\f405"}.bi-hand-thumbs-up-fill:before{content:"\f406"}.bi-hand-thumbs-up:before{content:"\f407"}.bi-handbag-fill:before{content:"\f408"}.bi-handbag:before{content:"\f409"}.bi-hash:before{content:"\f40a"}.bi-hdd-fill:before{content:"\f40b"}.bi-hdd-network-fill:before{content:"\f40c"}.bi-hdd-network:before{content:"\f40d"}.bi-hdd-rack-fill:before{content:"\f40e"}.bi-hdd-rack:before{content:"\f40f"}.bi-hdd-stack-fill:before{content:"\f410"}.bi-hdd-stack:before{content:"\f411"}.bi-hdd:before{content:"\f412"}.bi-headphones:before{content:"\f413"}.bi-headset:before{content:"\f414"}.bi-heart-fill:before{content:"\f415"}.bi-heart-half:before{content:"\f416"}.bi-heart:before{content:"\f417"}.bi-heptagon-fill:before{content:"\f418"}.bi-heptagon-half:before{content:"\f419"}.bi-heptagon:before{content:"\f41a"}.bi-hexagon-fill:before{content:"\f41b"}.bi-hexagon-half:before{content:"\f41c"}.bi-hexagon:before{content:"\f41d"}.bi-hourglass-bottom:before{content:"\f41e"}.bi-hourglass-split:before{content:"\f41f"}.bi-hourglass-top:before{content:"\f420"}.bi-hourglass:before{content:"\f421"}.bi-house-door-fill:before{content:"\f422"}.bi-house-door:before{content:"\f423"}.bi-house-fill:before{content:"\f424"}.bi-house:before{content:"\f425"}.bi-hr:before{content:"\f426"}.bi-hurricane:before{content:"\f427"}.bi-image-alt:before{content:"\f428"}.bi-image-fill:before{content:"\f429"}.bi-image:before{content:"\f42a"}.bi-images:before{content:"\f42b"}.bi-inbox-fill:before{content:"\f42c"}.bi-inbox:before{content:"\f42d"}.bi-inboxes-fill:before{content:"\f42e"}.bi-inboxes:before{content:"\f42f"}.bi-info-circle-fill:before{content:"\f430"}.bi-info-circle:before{content:"\f431"}.bi-info-square-fill:before{content:"\f432"}.bi-info-square:before{content:"\f433"}.bi-info:before{content:"\f434"}.bi-input-cursor-text:before{content:"\f435"}.bi-input-cursor:before{content:"\f436"}.bi-instagram:before{content:"\f437"}.bi-intersect:before{content:"\f438"}.bi-journal-album:before{content:"\f439"}.bi-journal-arrow-down:before{content:"\f43a"}.bi-journal-arrow-up:before{content:"\f43b"}.bi-journal-bookmark-fill:before{content:"\f43c"}.bi-journal-bookmark:before{content:"\f43d"}.bi-journal-check:before{content:"\f43e"}.bi-journal-code:before{content:"\f43f"}.bi-journal-medical:before{content:"\f440"}.bi-journal-minus:before{content:"\f441"}.bi-journal-plus:before{content:"\f442"}.bi-journal-richtext:before{content:"\f443"}.bi-journal-text:before{content:"\f444"}.bi-journal-x:before{content:"\f445"}.bi-journal:before{content:"\f446"}.bi-journals:before{content:"\f447"}.bi-joystick:before{content:"\f448"}.bi-justify-left:before{content:"\f449"}.bi-justify-right:before{content:"\f44a"}.bi-justify:before{content:"\f44b"}.bi-kanban-fill:before{content:"\f44c"}.bi-kanban:before{content:"\f44d"}.bi-key-fill:before{content:"\f44e"}.bi-key:before{content:"\f44f"}.bi-keyboard-fill:before{content:"\f450"}.bi-keyboard:before{content:"\f451"}.bi-ladder:before{content:"\f452"}.bi-lamp-fill:before{content:"\f453"}.bi-lamp:before{content:"\f454"}.bi-laptop-fill:before{content:"\f455"}.bi-laptop:before{content:"\f456"}.bi-layer-backward:before{content:"\f457"}.bi-layer-forward:before{content:"\f458"}.bi-layers-fill:before{content:"\f459"}.bi-layers-half:before{content:"\f45a"}.bi-layers:before{content:"\f45b"}.bi-layout-sidebar-inset-reverse:before{content:"\f45c"}.bi-layout-sidebar-inset:before{content:"\f45d"}.bi-layout-sidebar-reverse:before{content:"\f45e"}.bi-layout-sidebar:before{content:"\f45f"}.bi-layout-split:before{content:"\f460"}.bi-layout-text-sidebar-reverse:before{content:"\f461"}.bi-layout-text-sidebar:before{content:"\f462"}.bi-layout-text-window-reverse:before{content:"\f463"}.bi-layout-text-window:before{content:"\f464"}.bi-layout-three-columns:before{content:"\f465"}.bi-layout-wtf:before{content:"\f466"}.bi-life-preserver:before{content:"\f467"}.bi-lightbulb-fill:before{content:"\f468"}.bi-lightbulb-off-fill:before{content:"\f469"}.bi-lightbulb-off:before{content:"\f46a"}.bi-lightbulb:before{content:"\f46b"}.bi-lightning-charge-fill:before{content:"\f46c"}.bi-lightning-charge:before{content:"\f46d"}.bi-lightning-fill:before{content:"\f46e"}.bi-lightning:before{content:"\f46f"}.bi-link-45deg:before{content:"\f470"}.bi-link:before{content:"\f471"}.bi-linkedin:before{content:"\f472"}.bi-list-check:before{content:"\f473"}.bi-list-nested:before{content:"\f474"}.bi-list-ol:before{content:"\f475"}.bi-list-stars:before{content:"\f476"}.bi-list-task:before{content:"\f477"}.bi-list-ul:before{content:"\f478"}.bi-list:before{content:"\f479"}.bi-lock-fill:before{content:"\f47a"}.bi-lock:before{content:"\f47b"}.bi-mailbox:before{content:"\f47c"}.bi-mailbox2:before{content:"\f47d"}.bi-map-fill:before{content:"\f47e"}.bi-map:before{content:"\f47f"}.bi-markdown-fill:before{content:"\f480"}.bi-markdown:before{content:"\f481"}.bi-mask:before{content:"\f482"}.bi-megaphone-fill:before{content:"\f483"}.bi-megaphone:before{content:"\f484"}.bi-menu-app-fill:before{content:"\f485"}.bi-menu-app:before{content:"\f486"}.bi-menu-button-fill:before{content:"\f487"}.bi-menu-button-wide-fill:before{content:"\f488"}.bi-menu-button-wide:before{content:"\f489"}.bi-menu-button:before{content:"\f48a"}.bi-menu-down:before{content:"\f48b"}.bi-menu-up:before{content:"\f48c"}.bi-mic-fill:before{content:"\f48d"}.bi-mic-mute-fill:before{content:"\f48e"}.bi-mic-mute:before{content:"\f48f"}.bi-mic:before{content:"\f490"}.bi-minecart-loaded:before{content:"\f491"}.bi-minecart:before{content:"\f492"}.bi-moisture:before{content:"\f493"}.bi-moon-fill:before{content:"\f494"}.bi-moon-stars-fill:before{content:"\f495"}.bi-moon-stars:before{content:"\f496"}.bi-moon:before{content:"\f497"}.bi-mouse-fill:before{content:"\f498"}.bi-mouse:before{content:"\f499"}.bi-mouse2-fill:before{content:"\f49a"}.bi-mouse2:before{content:"\f49b"}.bi-mouse3-fill:before{content:"\f49c"}.bi-mouse3:before{content:"\f49d"}.bi-music-note-beamed:before{content:"\f49e"}.bi-music-note-list:before{content:"\f49f"}.bi-music-note:before{content:"\f4a0"}.bi-music-player-fill:before{content:"\f4a1"}.bi-music-player:before{content:"\f4a2"}.bi-newspaper:before{content:"\f4a3"}.bi-node-minus-fill:before{content:"\f4a4"}.bi-node-minus:before{content:"\f4a5"}.bi-node-plus-fill:before{content:"\f4a6"}.bi-node-plus:before{content:"\f4a7"}.bi-nut-fill:before{content:"\f4a8"}.bi-nut:before{content:"\f4a9"}.bi-octagon-fill:before{content:"\f4aa"}.bi-octagon-half:before{content:"\f4ab"}.bi-octagon:before{content:"\f4ac"}.bi-option:before{content:"\f4ad"}.bi-outlet:before{content:"\f4ae"}.bi-paint-bucket:before{content:"\f4af"}.bi-palette-fill:before{content:"\f4b0"}.bi-palette:before{content:"\f4b1"}.bi-palette2:before{content:"\f4b2"}.bi-paperclip:before{content:"\f4b3"}.bi-paragraph:before{content:"\f4b4"}.bi-patch-check-fill:before{content:"\f4b5"}.bi-patch-check:before{content:"\f4b6"}.bi-patch-exclamation-fill:before{content:"\f4b7"}.bi-patch-exclamation:before{content:"\f4b8"}.bi-patch-minus-fill:before{content:"\f4b9"}.bi-patch-minus:before{content:"\f4ba"}.bi-patch-plus-fill:before{content:"\f4bb"}.bi-patch-plus:before{content:"\f4bc"}.bi-patch-question-fill:before{content:"\f4bd"}.bi-patch-question:before{content:"\f4be"}.bi-pause-btn-fill:before{content:"\f4bf"}.bi-pause-btn:before{content:"\f4c0"}.bi-pause-circle-fill:before{content:"\f4c1"}.bi-pause-circle:before{content:"\f4c2"}.bi-pause-fill:before{content:"\f4c3"}.bi-pause:before{content:"\f4c4"}.bi-peace-fill:before{content:"\f4c5"}.bi-peace:before{content:"\f4c6"}.bi-pen-fill:before{content:"\f4c7"}.bi-pen:before{content:"\f4c8"}.bi-pencil-fill:before{content:"\f4c9"}.bi-pencil-square:before{content:"\f4ca"}.bi-pencil:before{content:"\f4cb"}.bi-pentagon-fill:before{content:"\f4cc"}.bi-pentagon-half:before{content:"\f4cd"}.bi-pentagon:before{content:"\f4ce"}.bi-people-fill:before{content:"\f4cf"}.bi-people:before{content:"\f4d0"}.bi-percent:before{content:"\f4d1"}.bi-person-badge-fill:before{content:"\f4d2"}.bi-person-badge:before{content:"\f4d3"}.bi-person-bounding-box:before{content:"\f4d4"}.bi-person-check-fill:before{content:"\f4d5"}.bi-person-check:before{content:"\f4d6"}.bi-person-circle:before{content:"\f4d7"}.bi-person-dash-fill:before{content:"\f4d8"}.bi-person-dash:before{content:"\f4d9"}.bi-person-fill:before{content:"\f4da"}.bi-person-lines-fill:before{content:"\f4db"}.bi-person-plus-fill:before{content:"\f4dc"}.bi-person-plus:before{content:"\f4dd"}.bi-person-square:before{content:"\f4de"}.bi-person-x-fill:before{content:"\f4df"}.bi-person-x:before{content:"\f4e0"}.bi-person:before{content:"\f4e1"}.bi-phone-fill:before{content:"\f4e2"}.bi-phone-landscape-fill:before{content:"\f4e3"}.bi-phone-landscape:before{content:"\f4e4"}.bi-phone-vibrate-fill:before{content:"\f4e5"}.bi-phone-vibrate:before{content:"\f4e6"}.bi-phone:before{content:"\f4e7"}.bi-pie-chart-fill:before{content:"\f4e8"}.bi-pie-chart:before{content:"\f4e9"}.bi-pin-angle-fill:before{content:"\f4ea"}.bi-pin-angle:before{content:"\f4eb"}.bi-pin-fill:before{content:"\f4ec"}.bi-pin:before{content:"\f4ed"}.bi-pip-fill:before{content:"\f4ee"}.bi-pip:before{content:"\f4ef"}.bi-play-btn-fill:before{content:"\f4f0"}.bi-play-btn:before{content:"\f4f1"}.bi-play-circle-fill:before{content:"\f4f2"}.bi-play-circle:before{content:"\f4f3"}.bi-play-fill:before{content:"\f4f4"}.bi-play:before{content:"\f4f5"}.bi-plug-fill:before{content:"\f4f6"}.bi-plug:before{content:"\f4f7"}.bi-plus-circle-dotted:before{content:"\f4f8"}.bi-plus-circle-fill:before{content:"\f4f9"}.bi-plus-circle:before{content:"\f4fa"}.bi-plus-square-dotted:before{content:"\f4fb"}.bi-plus-square-fill:before{content:"\f4fc"}.bi-plus-square:before{content:"\f4fd"}.bi-plus:before{content:"\f4fe"}.bi-power:before{content:"\f4ff"}.bi-printer-fill:before{content:"\f500"}.bi-printer:before{content:"\f501"}.bi-puzzle-fill:before{content:"\f502"}.bi-puzzle:before{content:"\f503"}.bi-question-circle-fill:before{content:"\f504"}.bi-question-circle:before{content:"\f505"}.bi-question-diamond-fill:before{content:"\f506"}.bi-question-diamond:before{content:"\f507"}.bi-question-octagon-fill:before{content:"\f508"}.bi-question-octagon:before{content:"\f509"}.bi-question-square-fill:before{content:"\f50a"}.bi-question-square:before{content:"\f50b"}.bi-question:before{content:"\f50c"}.bi-rainbow:before{content:"\f50d"}.bi-receipt-cutoff:before{content:"\f50e"}.bi-receipt:before{content:"\f50f"}.bi-reception-0:before{content:"\f510"}.bi-reception-1:before{content:"\f511"}.bi-reception-2:before{content:"\f512"}.bi-reception-3:before{content:"\f513"}.bi-reception-4:before{content:"\f514"}.bi-record-btn-fill:before{content:"\f515"}.bi-record-btn:before{content:"\f516"}.bi-record-circle-fill:before{content:"\f517"}.bi-record-circle:before{content:"\f518"}.bi-record-fill:before{content:"\f519"}.bi-record:before{content:"\f51a"}.bi-record2-fill:before{content:"\f51b"}.bi-record2:before{content:"\f51c"}.bi-reply-all-fill:before{content:"\f51d"}.bi-reply-all:before{content:"\f51e"}.bi-reply-fill:before{content:"\f51f"}.bi-reply:before{content:"\f520"}.bi-rss-fill:before{content:"\f521"}.bi-rss:before{content:"\f522"}.bi-rulers:before{content:"\f523"}.bi-save-fill:before{content:"\f524"}.bi-save:before{content:"\f525"}.bi-save2-fill:before{content:"\f526"}.bi-save2:before{content:"\f527"}.bi-scissors:before{content:"\f528"}.bi-screwdriver:before{content:"\f529"}.bi-search:before{content:"\f52a"}.bi-segmented-nav:before{content:"\f52b"}.bi-server:before{content:"\f52c"}.bi-share-fill:before{content:"\f52d"}.bi-share:before{content:"\f52e"}.bi-shield-check:before{content:"\f52f"}.bi-shield-exclamation:before{content:"\f530"}.bi-shield-fill-check:before{content:"\f531"}.bi-shield-fill-exclamation:before{content:"\f532"}.bi-shield-fill-minus:before{content:"\f533"}.bi-shield-fill-plus:before{content:"\f534"}.bi-shield-fill-x:before{content:"\f535"}.bi-shield-fill:before{content:"\f536"}.bi-shield-lock-fill:before{content:"\f537"}.bi-shield-lock:before{content:"\f538"}.bi-shield-minus:before{content:"\f539"}.bi-shield-plus:before{content:"\f53a"}.bi-shield-shaded:before{content:"\f53b"}.bi-shield-slash-fill:before{content:"\f53c"}.bi-shield-slash:before{content:"\f53d"}.bi-shield-x:before{content:"\f53e"}.bi-shield:before{content:"\f53f"}.bi-shift-fill:before{content:"\f540"}.bi-shift:before{content:"\f541"}.bi-shop-window:before{content:"\f542"}.bi-shop:before{content:"\f543"}.bi-shuffle:before{content:"\f544"}.bi-signpost-2-fill:before{content:"\f545"}.bi-signpost-2:before{content:"\f546"}.bi-signpost-fill:before{content:"\f547"}.bi-signpost-split-fill:before{content:"\f548"}.bi-signpost-split:before{content:"\f549"}.bi-signpost:before{content:"\f54a"}.bi-sim-fill:before{content:"\f54b"}.bi-sim:before{content:"\f54c"}.bi-skip-backward-btn-fill:before{content:"\f54d"}.bi-skip-backward-btn:before{content:"\f54e"}.bi-skip-backward-circle-fill:before{content:"\f54f"}.bi-skip-backward-circle:before{content:"\f550"}.bi-skip-backward-fill:before{content:"\f551"}.bi-skip-backward:before{content:"\f552"}.bi-skip-end-btn-fill:before{content:"\f553"}.bi-skip-end-btn:before{content:"\f554"}.bi-skip-end-circle-fill:before{content:"\f555"}.bi-skip-end-circle:before{content:"\f556"}.bi-skip-end-fill:before{content:"\f557"}.bi-skip-end:before{content:"\f558"}.bi-skip-forward-btn-fill:before{content:"\f559"}.bi-skip-forward-btn:before{content:"\f55a"}.bi-skip-forward-circle-fill:before{content:"\f55b"}.bi-skip-forward-circle:before{content:"\f55c"}.bi-skip-forward-fill:before{content:"\f55d"}.bi-skip-forward:before{content:"\f55e"}.bi-skip-start-btn-fill:before{content:"\f55f"}.bi-skip-start-btn:before{content:"\f560"}.bi-skip-start-circle-fill:before{content:"\f561"}.bi-skip-start-circle:before{content:"\f562"}.bi-skip-start-fill:before{content:"\f563"}.bi-skip-start:before{content:"\f564"}.bi-slack:before{content:"\f565"}.bi-slash-circle-fill:before{content:"\f566"}.bi-slash-circle:before{content:"\f567"}.bi-slash-square-fill:before{content:"\f568"}.bi-slash-square:before{content:"\f569"}.bi-slash:before{content:"\f56a"}.bi-sliders:before{content:"\f56b"}.bi-smartwatch:before{content:"\f56c"}.bi-snow:before{content:"\f56d"}.bi-snow2:before{content:"\f56e"}.bi-snow3:before{content:"\f56f"}.bi-sort-alpha-down-alt:before{content:"\f570"}.bi-sort-alpha-down:before{content:"\f571"}.bi-sort-alpha-up-alt:before{content:"\f572"}.bi-sort-alpha-up:before{content:"\f573"}.bi-sort-down-alt:before{content:"\f574"}.bi-sort-down:before{content:"\f575"}.bi-sort-numeric-down-alt:before{content:"\f576"}.bi-sort-numeric-down:before{content:"\f577"}.bi-sort-numeric-up-alt:before{content:"\f578"}.bi-sort-numeric-up:before{content:"\f579"}.bi-sort-up-alt:before{content:"\f57a"}.bi-sort-up:before{content:"\f57b"}.bi-soundwave:before{content:"\f57c"}.bi-speaker-fill:before{content:"\f57d"}.bi-speaker:before{content:"\f57e"}.bi-speedometer:before{content:"\f57f"}.bi-speedometer2:before{content:"\f580"}.bi-spellcheck:before{content:"\f581"}.bi-square-fill:before{content:"\f582"}.bi-square-half:before{content:"\f583"}.bi-square:before{content:"\f584"}.bi-stack:before{content:"\f585"}.bi-star-fill:before{content:"\f586"}.bi-star-half:before{content:"\f587"}.bi-star:before{content:"\f588"}.bi-stars:before{content:"\f589"}.bi-stickies-fill:before{content:"\f58a"}.bi-stickies:before{content:"\f58b"}.bi-sticky-fill:before{content:"\f58c"}.bi-sticky:before{content:"\f58d"}.bi-stop-btn-fill:before{content:"\f58e"}.bi-stop-btn:before{content:"\f58f"}.bi-stop-circle-fill:before{content:"\f590"}.bi-stop-circle:before{content:"\f591"}.bi-stop-fill:before{content:"\f592"}.bi-stop:before{content:"\f593"}.bi-stoplights-fill:before{content:"\f594"}.bi-stoplights:before{content:"\f595"}.bi-stopwatch-fill:before{content:"\f596"}.bi-stopwatch:before{content:"\f597"}.bi-subtract:before{content:"\f598"}.bi-suit-club-fill:before{content:"\f599"}.bi-suit-club:before{content:"\f59a"}.bi-suit-diamond-fill:before{content:"\f59b"}.bi-suit-diamond:before{content:"\f59c"}.bi-suit-heart-fill:before{content:"\f59d"}.bi-suit-heart:before{content:"\f59e"}.bi-suit-spade-fill:before{content:"\f59f"}.bi-suit-spade:before{content:"\f5a0"}.bi-sun-fill:before{content:"\f5a1"}.bi-sun:before{content:"\f5a2"}.bi-sunglasses:before{content:"\f5a3"}.bi-sunrise-fill:before{content:"\f5a4"}.bi-sunrise:before{content:"\f5a5"}.bi-sunset-fill:before{content:"\f5a6"}.bi-sunset:before{content:"\f5a7"}.bi-symmetry-horizontal:before{content:"\f5a8"}.bi-symmetry-vertical:before{content:"\f5a9"}.bi-table:before{content:"\f5aa"}.bi-tablet-fill:before{content:"\f5ab"}.bi-tablet-landscape-fill:before{content:"\f5ac"}.bi-tablet-landscape:before{content:"\f5ad"}.bi-tablet:before{content:"\f5ae"}.bi-tag-fill:before{content:"\f5af"}.bi-tag:before{content:"\f5b0"}.bi-tags-fill:before{content:"\f5b1"}.bi-tags:before{content:"\f5b2"}.bi-telegram:before{content:"\f5b3"}.bi-telephone-fill:before{content:"\f5b4"}.bi-telephone-forward-fill:before{content:"\f5b5"}.bi-telephone-forward:before{content:"\f5b6"}.bi-telephone-inbound-fill:before{content:"\f5b7"}.bi-telephone-inbound:before{content:"\f5b8"}.bi-telephone-minus-fill:before{content:"\f5b9"}.bi-telephone-minus:before{content:"\f5ba"}.bi-telephone-outbound-fill:before{content:"\f5bb"}.bi-telephone-outbound:before{content:"\f5bc"}.bi-telephone-plus-fill:before{content:"\f5bd"}.bi-telephone-plus:before{content:"\f5be"}.bi-telephone-x-fill:before{content:"\f5bf"}.bi-telephone-x:before{content:"\f5c0"}.bi-telephone:before{content:"\f5c1"}.bi-terminal-fill:before{content:"\f5c2"}.bi-terminal:before{content:"\f5c3"}.bi-text-center:before{content:"\f5c4"}.bi-text-indent-left:before{content:"\f5c5"}.bi-text-indent-right:before{content:"\f5c6"}.bi-text-left:before{content:"\f5c7"}.bi-text-paragraph:before{content:"\f5c8"}.bi-text-right:before{content:"\f5c9"}.bi-textarea-resize:before{content:"\f5ca"}.bi-textarea-t:before{content:"\f5cb"}.bi-textarea:before{content:"\f5cc"}.bi-thermometer-half:before{content:"\f5cd"}.bi-thermometer-high:before{content:"\f5ce"}.bi-thermometer-low:before{content:"\f5cf"}.bi-thermometer-snow:before{content:"\f5d0"}.bi-thermometer-sun:before{content:"\f5d1"}.bi-thermometer:before{content:"\f5d2"}.bi-three-dots-vertical:before{content:"\f5d3"}.bi-three-dots:before{content:"\f5d4"}.bi-toggle-off:before{content:"\f5d5"}.bi-toggle-on:before{content:"\f5d6"}.bi-toggle2-off:before{content:"\f5d7"}.bi-toggle2-on:before{content:"\f5d8"}.bi-toggles:before{content:"\f5d9"}.bi-toggles2:before{content:"\f5da"}.bi-tools:before{content:"\f5db"}.bi-tornado:before{content:"\f5dc"}.bi-trash-fill:before{content:"\f5dd"}.bi-trash:before{content:"\f5de"}.bi-trash2-fill:before{content:"\f5df"}.bi-trash2:before{content:"\f5e0"}.bi-tree-fill:before{content:"\f5e1"}.bi-tree:before{content:"\f5e2"}.bi-triangle-fill:before{content:"\f5e3"}.bi-triangle-half:before{content:"\f5e4"}.bi-triangle:before{content:"\f5e5"}.bi-trophy-fill:before{content:"\f5e6"}.bi-trophy:before{content:"\f5e7"}.bi-tropical-storm:before{content:"\f5e8"}.bi-truck-flatbed:before{content:"\f5e9"}.bi-truck:before{content:"\f5ea"}.bi-tsunami:before{content:"\f5eb"}.bi-tv-fill:before{content:"\f5ec"}.bi-tv:before{content:"\f5ed"}.bi-twitch:before{content:"\f5ee"}.bi-twitter:before{content:"\f5ef"}.bi-type-bold:before{content:"\f5f0"}.bi-type-h1:before{content:"\f5f1"}.bi-type-h2:before{content:"\f5f2"}.bi-type-h3:before{content:"\f5f3"}.bi-type-italic:before{content:"\f5f4"}.bi-type-strikethrough:before{content:"\f5f5"}.bi-type-underline:before{content:"\f5f6"}.bi-type:before{content:"\f5f7"}.bi-ui-checks-grid:before{content:"\f5f8"}.bi-ui-checks:before{content:"\f5f9"}.bi-ui-radios-grid:before{content:"\f5fa"}.bi-ui-radios:before{content:"\f5fb"}.bi-umbrella-fill:before{content:"\f5fc"}.bi-umbrella:before{content:"\f5fd"}.bi-union:before{content:"\f5fe"}.bi-unlock-fill:before{content:"\f5ff"}.bi-unlock:before{content:"\f600"}.bi-upc-scan:before{content:"\f601"}.bi-upc:before{content:"\f602"}.bi-upload:before{content:"\f603"}.bi-vector-pen:before{content:"\f604"}.bi-view-list:before{content:"\f605"}.bi-view-stacked:before{content:"\f606"}.bi-vinyl-fill:before{content:"\f607"}.bi-vinyl:before{content:"\f608"}.bi-voicemail:before{content:"\f609"}.bi-volume-down-fill:before{content:"\f60a"}.bi-volume-down:before{content:"\f60b"}.bi-volume-mute-fill:before{content:"\f60c"}.bi-volume-mute:before{content:"\f60d"}.bi-volume-off-fill:before{content:"\f60e"}.bi-volume-off:before{content:"\f60f"}.bi-volume-up-fill:before{content:"\f610"}.bi-volume-up:before{content:"\f611"}.bi-vr:before{content:"\f612"}.bi-wallet-fill:before{content:"\f613"}.bi-wallet:before{content:"\f614"}.bi-wallet2:before{content:"\f615"}.bi-watch:before{content:"\f616"}.bi-water:before{content:"\f617"}.bi-whatsapp:before{content:"\f618"}.bi-wifi-1:before{content:"\f619"}.bi-wifi-2:before{content:"\f61a"}.bi-wifi-off:before{content:"\f61b"}.bi-wifi:before{content:"\f61c"}.bi-wind:before{content:"\f61d"}.bi-window-dock:before{content:"\f61e"}.bi-window-sidebar:before{content:"\f61f"}.bi-window:before{content:"\f620"}.bi-wrench:before{content:"\f621"}.bi-x-circle-fill:before{content:"\f622"}.bi-x-circle:before{content:"\f623"}.bi-x-diamond-fill:before{content:"\f624"}.bi-x-diamond:before{content:"\f625"}.bi-x-octagon-fill:before{content:"\f626"}.bi-x-octagon:before{content:"\f627"}.bi-x-square-fill:before{content:"\f628"}.bi-x-square:before{content:"\f629"}.bi-x:before{content:"\f62a"}.bi-youtube:before{content:"\f62b"}.bi-zoom-in:before{content:"\f62c"}.bi-zoom-out:before{content:"\f62d"}.bi-bank:before{content:"\f62e"}.bi-bank2:before{content:"\f62f"}.bi-bell-slash-fill:before{content:"\f630"}.bi-bell-slash:before{content:"\f631"}.bi-cash-coin:before{content:"\f632"}.bi-check-lg:before{content:"\f633"}.bi-coin:before{content:"\f634"}.bi-currency-bitcoin:before{content:"\f635"}.bi-currency-dollar:before{content:"\f636"}.bi-currency-euro:before{content:"\f637"}.bi-currency-exchange:before{content:"\f638"}.bi-currency-pound:before{content:"\f639"}.bi-currency-yen:before{content:"\f63a"}.bi-dash-lg:before{content:"\f63b"}.bi-exclamation-lg:before{content:"\f63c"}.bi-file-earmark-pdf-fill:before{content:"\f63d"}.bi-file-earmark-pdf:before{content:"\f63e"}.bi-file-pdf-fill:before{content:"\f63f"}.bi-file-pdf:before{content:"\f640"}.bi-gender-ambiguous:before{content:"\f641"}.bi-gender-female:before{content:"\f642"}.bi-gender-male:before{content:"\f643"}.bi-gender-trans:before{content:"\f644"}.bi-headset-vr:before{content:"\f645"}.bi-info-lg:before{content:"\f646"}.bi-mastodon:before{content:"\f647"}.bi-messenger:before{content:"\f648"}.bi-piggy-bank-fill:before{content:"\f649"}.bi-piggy-bank:before{content:"\f64a"}.bi-pin-map-fill:before{content:"\f64b"}.bi-pin-map:before{content:"\f64c"}.bi-plus-lg:before{content:"\f64d"}.bi-question-lg:before{content:"\f64e"}.bi-recycle:before{content:"\f64f"}.bi-reddit:before{content:"\f650"}.bi-safe-fill:before{content:"\f651"}.bi-safe2-fill:before{content:"\f652"}.bi-safe2:before{content:"\f653"}.bi-sd-card-fill:before{content:"\f654"}.bi-sd-card:before{content:"\f655"}.bi-skype:before{content:"\f656"}.bi-slash-lg:before{content:"\f657"}.bi-translate:before{content:"\f658"}.bi-x-lg:before{content:"\f659"}.bi-safe:before{content:"\f65a"}.flag-icon,.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(/static/media/ad.45026b92.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(/static/media/ad.94e81025.svg)}.flag-icon-ae{background-image:url(/static/media/ae.2c530f64.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(/static/media/ae.23c17470.svg)}.flag-icon-af{background-image:url(/static/media/af.458ab7e0.svg)}.flag-icon-af.flag-icon-squared{background-image:url(/static/media/af.867627c5.svg)}.flag-icon-ag{background-image:url(/static/media/ag.5929ca9f.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(/static/media/ag.3f18bb58.svg)}.flag-icon-ai{background-image:url(/static/media/ai.c4699001.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(/static/media/ai.546a12e3.svg)}.flag-icon-al{background-image:url(/static/media/al.3dd8853b.svg)}.flag-icon-al.flag-icon-squared{background-image:url(/static/media/al.090568ab.svg)}.flag-icon-am{background-image:url(/static/media/am.e935f821.svg)}.flag-icon-am.flag-icon-squared{background-image:url(/static/media/am.36fc7db3.svg)}.flag-icon-ao{background-image:url(/static/media/ao.ad6f3c8c.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(/static/media/ao.7ed590a1.svg)}.flag-icon-aq{background-image:url(/static/media/aq.e3fbc5d0.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(/static/media/aq.e6c275d0.svg)}.flag-icon-ar{background-image:url(/static/media/ar.2ff091f8.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(/static/media/ar.5a7c09af.svg)}.flag-icon-as{background-image:url(/static/media/as.3b86b687.svg)}.flag-icon-as.flag-icon-squared{background-image:url(/static/media/as.7ae00cb9.svg)}.flag-icon-at{background-image:url(/static/media/at.1281f451.svg)}.flag-icon-at.flag-icon-squared{background-image:url(/static/media/at.d7b3791e.svg)}.flag-icon-au{background-image:url(/static/media/au.932d9182.svg)}.flag-icon-au.flag-icon-squared{background-image:url(/static/media/au.5b98a120.svg)}.flag-icon-aw{background-image:url(/static/media/aw.98298192.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(/static/media/aw.b478dded.svg)}.flag-icon-ax{background-image:url(/static/media/ax.6651bb25.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(/static/media/ax.c260e9a5.svg)}.flag-icon-az{background-image:url(/static/media/az.d4faca47.svg)}.flag-icon-az.flag-icon-squared{background-image:url(/static/media/az.84126238.svg)}.flag-icon-ba{background-image:url(/static/media/ba.7097f2f8.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(/static/media/ba.d1e732dc.svg)}.flag-icon-bb{background-image:url(/static/media/bb.021629a6.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(/static/media/bb.17738ccf.svg)}.flag-icon-bd{background-image:url(/static/media/bd.d16830cb.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(/static/media/bd.a3ae69de.svg)}.flag-icon-be{background-image:url(/static/media/be.410c4acc.svg)}.flag-icon-be.flag-icon-squared{background-image:url(/static/media/be.914a3c37.svg)}.flag-icon-bf{background-image:url(/static/media/bf.4275eb85.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(/static/media/bf.6fc31e16.svg)}.flag-icon-bg{background-image:url(/static/media/bg.c9c13073.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(/static/media/bg.4f2a9bbb.svg)}.flag-icon-bh{background-image:url(/static/media/bh.ec61516d.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(/static/media/bh.0cfc5619.svg)}.flag-icon-bi{background-image:url(/static/media/bi.3fce551e.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(/static/media/bi.5adb744e.svg)}.flag-icon-bj{background-image:url(/static/media/bj.e8591ed7.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(/static/media/bj.fb3d1c01.svg)}.flag-icon-bl{background-image:url(/static/media/bl.6a6bc7f1.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(/static/media/bl.669bbb82.svg)}.flag-icon-bm{background-image:url(/static/media/bm.e2aa572a.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(/static/media/bm.7dd1b92a.svg)}.flag-icon-bn{background-image:url(/static/media/bn.ad7aafa9.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(/static/media/bn.5fd8c652.svg)}.flag-icon-bo{background-image:url(/static/media/bo.1155c3da.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(/static/media/bo.ee5938f0.svg)}.flag-icon-bq{background-image:url(/static/media/bq.8ff78ac2.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(/static/media/bq.6e5b96f6.svg)}.flag-icon-br{background-image:url(/static/media/br.5ec13287.svg)}.flag-icon-br.flag-icon-squared{background-image:url(/static/media/br.b3663866.svg)}.flag-icon-bs{background-image:url(/static/media/bs.5497678a.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(/static/media/bs.a9ddb124.svg)}.flag-icon-bt{background-image:url(/static/media/bt.eed19cbf.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(/static/media/bt.1372873e.svg)}.flag-icon-bv{background-image:url(/static/media/bv.b789f839.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(/static/media/bv.adee14dc.svg)}.flag-icon-bw{background-image:url(/static/media/bw.8a35721e.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(/static/media/bw.0acc600b.svg)}.flag-icon-by{background-image:url(/static/media/by.ed1fb533.svg)}.flag-icon-by.flag-icon-squared{background-image:url(/static/media/by.da99aaa5.svg)}.flag-icon-bz{background-image:url(/static/media/bz.4eb2d29f.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(/static/media/bz.7826f0d5.svg)}.flag-icon-ca{background-image:url(/static/media/ca.d348137a.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(/static/media/ca.102b45b2.svg)}.flag-icon-cc{background-image:url(/static/media/cc.200233c9.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(/static/media/cc.27d55bfa.svg)}.flag-icon-cd{background-image:url(/static/media/cd.e5fd4d12.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(/static/media/cd.d44809aa.svg)}.flag-icon-cf{background-image:url(/static/media/cf.617adc02.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(/static/media/cf.eb50c5ec.svg)}.flag-icon-cg{background-image:url(/static/media/cg.440e321a.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(/static/media/cg.862f4608.svg)}.flag-icon-ch{background-image:url(/static/media/ch.7a52ef5e.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(/static/media/ch.1113c7e9.svg)}.flag-icon-ci{background-image:url(/static/media/ci.b1030b2b.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(/static/media/ci.6f06682e.svg)}.flag-icon-ck{background-image:url(/static/media/ck.65a80cb3.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(/static/media/ck.d76f3968.svg)}.flag-icon-cl{background-image:url(/static/media/cl.b9ff305a.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(/static/media/cl.303f56a6.svg)}.flag-icon-cm{background-image:url(/static/media/cm.7578267e.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(/static/media/cm.0dcbc4f1.svg)}.flag-icon-cn{background-image:url(/static/media/cn.7977e12a.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(/static/media/cn.f5a6f048.svg)}.flag-icon-co{background-image:url(/static/media/co.59ec93f7.svg)}.flag-icon-co.flag-icon-squared{background-image:url(/static/media/co.4c87d079.svg)}.flag-icon-cr{background-image:url(/static/media/cr.6f2d7bb0.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(/static/media/cr.ebed4600.svg)}.flag-icon-cu{background-image:url(/static/media/cu.ff35f996.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(/static/media/cu.1452c504.svg)}.flag-icon-cv{background-image:url(/static/media/cv.43437330.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(/static/media/cv.1ddd3424.svg)}.flag-icon-cw{background-image:url(/static/media/cw.8e4cecbf.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(/static/media/cw.3fc45037.svg)}.flag-icon-cx{background-image:url(/static/media/cx.b9b5e6cd.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(/static/media/cx.dda4107f.svg)}.flag-icon-cy{background-image:url(/static/media/cy.70de54e6.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(/static/media/cy.bdc1fde2.svg)}.flag-icon-cz{background-image:url(/static/media/cz.8ef2bc6a.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(/static/media/cz.1b3452b8.svg)}.flag-icon-de{background-image:url(/static/media/de.7e82f4c7.svg)}.flag-icon-de.flag-icon-squared{background-image:url(/static/media/de.11d88d2b.svg)}.flag-icon-dj{background-image:url(/static/media/dj.76f4cdf5.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(/static/media/dj.278a5a5f.svg)}.flag-icon-dk{background-image:url(/static/media/dk.f4e8fc53.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(/static/media/dk.c2e570fa.svg)}.flag-icon-dm{background-image:url(/static/media/dm.46675764.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(/static/media/dm.dc345577.svg)}.flag-icon-do{background-image:url(/static/media/do.c05850db.svg)}.flag-icon-do.flag-icon-squared{background-image:url(/static/media/do.64a9810e.svg)}.flag-icon-dz{background-image:url(/static/media/dz.945a413c.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(/static/media/dz.2be2fee6.svg)}.flag-icon-ec{background-image:url(/static/media/ec.3ea7f906.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(/static/media/ec.7be6ca13.svg)}.flag-icon-ee{background-image:url(/static/media/ee.887a78f0.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(/static/media/ee.7b6b8abc.svg)}.flag-icon-eg{background-image:url(/static/media/eg.b3580df9.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(/static/media/eg.c6ff8d6c.svg)}.flag-icon-eh{background-image:url(/static/media/eh.8c8b2743.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(/static/media/eh.905fdd08.svg)}.flag-icon-er{background-image:url(/static/media/er.458bc299.svg)}.flag-icon-er.flag-icon-squared{background-image:url(/static/media/er.ff62e272.svg)}.flag-icon-es{background-image:url(/static/media/es.1a25a96e.svg)}.flag-icon-es.flag-icon-squared{background-image:url(/static/media/es.b3825b28.svg)}.flag-icon-et{background-image:url(/static/media/et.cbe354bb.svg)}.flag-icon-et.flag-icon-squared{background-image:url(/static/media/et.061591dd.svg)}.flag-icon-fi{background-image:url(/static/media/fi.3b522e7f.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(/static/media/fi.eb793b74.svg)}.flag-icon-fj{background-image:url(/static/media/fj.f3d86add.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(/static/media/fj.55dd1c6e.svg)}.flag-icon-fk{background-image:url(/static/media/fk.ddc6bd17.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(/static/media/fk.fe8e733a.svg)}.flag-icon-fm{background-image:url(/static/media/fm.3bfd96ee.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(/static/media/fm.1579e5b6.svg)}.flag-icon-fo{background-image:url(/static/media/fo.f284df39.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(/static/media/fo.8b4db68d.svg)}.flag-icon-fr{background-image:url(/static/media/fr.81d43a15.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(/static/media/fr.c88df329.svg)}.flag-icon-ga{background-image:url(/static/media/ga.4257c8ec.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(/static/media/ga.dec83263.svg)}.flag-icon-gb{background-image:url(/static/media/gb.ba1c7f5d.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(/static/media/gb.35dbacd7.svg)}.flag-icon-gd{background-image:url(/static/media/gd.b446a44d.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(/static/media/gd.1b313417.svg)}.flag-icon-ge{background-image:url(/static/media/ge.98cf9dc1.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(/static/media/ge.7ccc29e2.svg)}.flag-icon-gf{background-image:url(/static/media/gf.695a47d6.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(/static/media/gf.74219f32.svg)}.flag-icon-gg{background-image:url(/static/media/gg.6b23b5b1.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(/static/media/gg.30f47622.svg)}.flag-icon-gh{background-image:url(/static/media/gh.d060e231.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(/static/media/gh.286f4413.svg)}.flag-icon-gi{background-image:url(/static/media/gi.345b700f.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(/static/media/gi.e73af104.svg)}.flag-icon-gl{background-image:url(/static/media/gl.84ac5572.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(/static/media/gl.68756f32.svg)}.flag-icon-gm{background-image:url(/static/media/gm.cdfdf8bc.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(/static/media/gm.65c86e0a.svg)}.flag-icon-gn{background-image:url(/static/media/gn.bf5b0873.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(/static/media/gn.7bf7a35a.svg)}.flag-icon-gp{background-image:url(/static/media/gp.092b6bf9.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(/static/media/gp.30b1d26c.svg)}.flag-icon-gq{background-image:url(/static/media/gq.c2cb1adb.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(/static/media/gq.89421f59.svg)}.flag-icon-gr{background-image:url(/static/media/gr.e2d01167.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(/static/media/gr.c51a52c4.svg)}.flag-icon-gs{background-image:url(/static/media/gs.c19adcdd.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(/static/media/gs.a96857cd.svg)}.flag-icon-gt{background-image:url(/static/media/gt.ccfc27d3.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(/static/media/gt.3d87ccc4.svg)}.flag-icon-gu{background-image:url(/static/media/gu.459831ea.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(/static/media/gu.35820090.svg)}.flag-icon-gw{background-image:url(/static/media/gw.f29eedfe.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(/static/media/gw.f647ba54.svg)}.flag-icon-gy{background-image:url(/static/media/gy.49a30b4f.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(/static/media/gy.43c003e2.svg)}.flag-icon-hk{background-image:url(/static/media/hk.c0a93c08.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(/static/media/hk.5a112207.svg)}.flag-icon-hm{background-image:url(/static/media/hm.fdd5197f.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(/static/media/hm.8b4c33d4.svg)}.flag-icon-hn{background-image:url(/static/media/hn.f53ee3d6.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(/static/media/hn.ebef2cd5.svg)}.flag-icon-hr{background-image:url(/static/media/hr.00a76e1b.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(/static/media/hr.f3f2e25c.svg)}.flag-icon-ht{background-image:url(/static/media/ht.3af38bff.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(/static/media/ht.663996cf.svg)}.flag-icon-hu{background-image:url(/static/media/hu.bcbd2770.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(/static/media/hu.7ae2a1f0.svg)}.flag-icon-id{background-image:url(/static/media/id.e2afd171.svg)}.flag-icon-id.flag-icon-squared{background-image:url(/static/media/id.0b7fa609.svg)}.flag-icon-ie{background-image:url(/static/media/ie.5ecf710f.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(/static/media/ie.1b0ac4e7.svg)}.flag-icon-il{background-image:url(/static/media/il.4c70e232.svg)}.flag-icon-il.flag-icon-squared{background-image:url(/static/media/il.3bc4ce04.svg)}.flag-icon-im{background-image:url(/static/media/im.b21ce587.svg)}.flag-icon-im.flag-icon-squared{background-image:url(/static/media/im.d637f63b.svg)}.flag-icon-in{background-image:url(/static/media/in.e5926cb7.svg)}.flag-icon-in.flag-icon-squared{background-image:url(/static/media/in.e626d1bb.svg)}.flag-icon-io{background-image:url(/static/media/io.e31ca9aa.svg)}.flag-icon-io.flag-icon-squared{background-image:url(/static/media/io.c32d7f9e.svg)}.flag-icon-iq{background-image:url(/static/media/iq.5cd51d2b.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(/static/media/iq.e549011e.svg)}.flag-icon-ir{background-image:url(/static/media/ir.12e7432b.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(/static/media/ir.c945dfdf.svg)}.flag-icon-is{background-image:url(/static/media/is.2dfa14d1.svg)}.flag-icon-is.flag-icon-squared{background-image:url(/static/media/is.1842f1a9.svg)}.flag-icon-it{background-image:url(/static/media/it.290f2fec.svg)}.flag-icon-it.flag-icon-squared{background-image:url(/static/media/it.9938f4b9.svg)}.flag-icon-je{background-image:url(/static/media/je.7a0b4850.svg)}.flag-icon-je.flag-icon-squared{background-image:url(/static/media/je.e1bb30f3.svg)}.flag-icon-jm{background-image:url(/static/media/jm.6bb96bbc.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(/static/media/jm.74ccffca.svg)}.flag-icon-jo{background-image:url(/static/media/jo.f41fe7d2.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(/static/media/jo.e678dae8.svg)}.flag-icon-jp{background-image:url(/static/media/jp.19c631c1.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(/static/media/jp.980c12c5.svg)}.flag-icon-ke{background-image:url(/static/media/ke.74aaf585.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(/static/media/ke.9ea89091.svg)}.flag-icon-kg{background-image:url(/static/media/kg.1fe994c1.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(/static/media/kg.4ad89b3a.svg)}.flag-icon-kh{background-image:url(/static/media/kh.7b33804c.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(/static/media/kh.695ec7a1.svg)}.flag-icon-ki{background-image:url(/static/media/ki.de100d30.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(/static/media/ki.32000b05.svg)}.flag-icon-km{background-image:url(/static/media/km.93ef5e21.svg)}.flag-icon-km.flag-icon-squared{background-image:url(/static/media/km.4c4fa2a7.svg)}.flag-icon-kn{background-image:url(/static/media/kn.a4e974e8.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(/static/media/kn.091a5508.svg)}.flag-icon-kp{background-image:url(/static/media/kp.8d10def4.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(/static/media/kp.2e79afa2.svg)}.flag-icon-kr{background-image:url(/static/media/kr.939387c3.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(/static/media/kr.9406f22f.svg)}.flag-icon-kw{background-image:url(/static/media/kw.2dce482d.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(/static/media/kw.a3a60802.svg)}.flag-icon-ky{background-image:url(/static/media/ky.ef8e1877.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(/static/media/ky.c311ddba.svg)}.flag-icon-kz{background-image:url(/static/media/kz.7194851e.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(/static/media/kz.f528d170.svg)}.flag-icon-la{background-image:url(/static/media/la.8d6ad26b.svg)}.flag-icon-la.flag-icon-squared{background-image:url(/static/media/la.80cf2b55.svg)}.flag-icon-lb{background-image:url(/static/media/lb.75479923.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(/static/media/lb.940cc75a.svg)}.flag-icon-lc{background-image:url(/static/media/lc.c6488de9.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(/static/media/lc.0d361ba5.svg)}.flag-icon-li{background-image:url(/static/media/li.69a1d60c.svg)}.flag-icon-li.flag-icon-squared{background-image:url(/static/media/li.572f9027.svg)}.flag-icon-lk{background-image:url(/static/media/lk.593078c9.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(/static/media/lk.93412c6f.svg)}.flag-icon-lr{background-image:url(/static/media/lr.3a7c494b.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(/static/media/lr.74dcec3f.svg)}.flag-icon-ls{background-image:url(/static/media/ls.0de0f907.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(/static/media/ls.cddead61.svg)}.flag-icon-lt{background-image:url(/static/media/lt.4c19d3a9.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(/static/media/lt.2ea82cfc.svg)}.flag-icon-lu{background-image:url(/static/media/lu.adc8f77e.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(/static/media/lu.b843e643.svg)}.flag-icon-lv{background-image:url(/static/media/lv.9a5d132c.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(/static/media/lv.2ce7f836.svg)}.flag-icon-ly{background-image:url(/static/media/ly.0ea8dfce.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(/static/media/ly.9d867c1b.svg)}.flag-icon-ma{background-image:url(/static/media/ma.363a4f79.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(/static/media/ma.3b79aff1.svg)}.flag-icon-mc{background-image:url(/static/media/mc.a2634c60.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(/static/media/mc.082fc155.svg)}.flag-icon-md{background-image:url(/static/media/md.4d08e48e.svg)}.flag-icon-md.flag-icon-squared{background-image:url(/static/media/md.efdfab01.svg)}.flag-icon-me{background-image:url(/static/media/me.0b785614.svg)}.flag-icon-me.flag-icon-squared{background-image:url(/static/media/me.4c8b84af.svg)}.flag-icon-mf{background-image:url(/static/media/mf.2d96a80b.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(/static/media/mf.c02a78fb.svg)}.flag-icon-mg{background-image:url(/static/media/mg.f9101073.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(/static/media/mg.5bdc14fe.svg)}.flag-icon-mh{background-image:url(/static/media/mh.c0b2e372.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(/static/media/mh.7ec670b4.svg)}.flag-icon-mk{background-image:url(/static/media/mk.31ba11ec.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(/static/media/mk.c370fe88.svg)}.flag-icon-ml{background-image:url(/static/media/ml.18083e46.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(/static/media/ml.d11c3063.svg)}.flag-icon-mm{background-image:url(/static/media/mm.6f93c6d0.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(/static/media/mm.7068544f.svg)}.flag-icon-mn{background-image:url(/static/media/mn.5e4557f7.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(/static/media/mn.291814d6.svg)}.flag-icon-mo{background-image:url(/static/media/mo.ac9b1701.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(/static/media/mo.8d484888.svg)}.flag-icon-mp{background-image:url(/static/media/mp.394b0c91.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(/static/media/mp.b0a5ed44.svg)}.flag-icon-mq{background-image:url(/static/media/mq.e82d6df9.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(/static/media/mq.09c19f65.svg)}.flag-icon-mr{background-image:url(/static/media/mr.3642790a.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(/static/media/mr.7211bfd4.svg)}.flag-icon-ms{background-image:url(/static/media/ms.9474f8cf.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(/static/media/ms.8f7c2042.svg)}.flag-icon-mt{background-image:url(/static/media/mt.c91049a1.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(/static/media/mt.0c23ea35.svg)}.flag-icon-mu{background-image:url(/static/media/mu.97beced4.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(/static/media/mu.d7d71f03.svg)}.flag-icon-mv{background-image:url(/static/media/mv.0329f53c.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(/static/media/mv.91b2c27c.svg)}.flag-icon-mw{background-image:url(/static/media/mw.b4d805ef.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(/static/media/mw.6807c4fd.svg)}.flag-icon-mx{background-image:url(/static/media/mx.bc63d25b.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(/static/media/mx.05c8d697.svg)}.flag-icon-my{background-image:url(/static/media/my.0d298a9e.svg)}.flag-icon-my.flag-icon-squared{background-image:url(/static/media/my.848fbf91.svg)}.flag-icon-mz{background-image:url(/static/media/mz.dac5f7ee.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(/static/media/mz.dcf8977e.svg)}.flag-icon-na{background-image:url(/static/media/na.e241f816.svg)}.flag-icon-na.flag-icon-squared{background-image:url(/static/media/na.27bc2313.svg)}.flag-icon-nc{background-image:url(/static/media/nc.5681de45.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(/static/media/nc.046cebb8.svg)}.flag-icon-ne{background-image:url(/static/media/ne.6fd3ccde.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(/static/media/ne.64f5ff14.svg)}.flag-icon-nf{background-image:url(/static/media/nf.7a4f3d1b.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(/static/media/nf.7c3216dc.svg)}.flag-icon-ng{background-image:url(/static/media/ng.b69ed1e5.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(/static/media/ng.caaf4120.svg)}.flag-icon-ni{background-image:url(/static/media/ni.d30c0377.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(/static/media/ni.52cfeebf.svg)}.flag-icon-nl{background-image:url(/static/media/nl.21eb77dc.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(/static/media/nl.f9d570ec.svg)}.flag-icon-no{background-image:url(/static/media/no.6df96bb2.svg)}.flag-icon-no.flag-icon-squared{background-image:url(/static/media/no.266dbd6f.svg)}.flag-icon-np{background-image:url(/static/media/np.ecc31e52.svg)}.flag-icon-np.flag-icon-squared{background-image:url(/static/media/np.f7885aa6.svg)}.flag-icon-nr{background-image:url(/static/media/nr.dcf2ea3a.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(/static/media/nr.1f7cfffb.svg)}.flag-icon-nu{background-image:url(/static/media/nu.770e6779.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(/static/media/nu.9deebec5.svg)}.flag-icon-nz{background-image:url(/static/media/nz.4dedf09b.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(/static/media/nz.37be84f4.svg)}.flag-icon-om{background-image:url(/static/media/om.716feea5.svg)}.flag-icon-om.flag-icon-squared{background-image:url(/static/media/om.09e65f88.svg)}.flag-icon-pa{background-image:url(/static/media/pa.8788ab50.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(/static/media/pa.69b3b905.svg)}.flag-icon-pe{background-image:url(/static/media/pe.9e2ec84a.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(/static/media/pe.83c26459.svg)}.flag-icon-pf{background-image:url(/static/media/pf.296e9459.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(/static/media/pf.fbd548e6.svg)}.flag-icon-pg{background-image:url(/static/media/pg.dcb8c4ab.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(/static/media/pg.9ebf0bb3.svg)}.flag-icon-ph{background-image:url(/static/media/ph.596b9b66.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(/static/media/ph.374bb0d6.svg)}.flag-icon-pk{background-image:url(/static/media/pk.8f9276eb.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(/static/media/pk.0e17f31b.svg)}.flag-icon-pl{background-image:url(/static/media/pl.7ea4b5b2.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(/static/media/pl.9400273d.svg)}.flag-icon-pm{background-image:url(/static/media/pm.c5a64f87.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(/static/media/pm.7582c30f.svg)}.flag-icon-pn{background-image:url(/static/media/pn.0911edda.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(/static/media/pn.ab7259a9.svg)}.flag-icon-pr{background-image:url(/static/media/pr.7845ecd7.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(/static/media/pr.836bcb81.svg)}.flag-icon-ps{background-image:url(/static/media/ps.77489c5e.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(/static/media/ps.451101ef.svg)}.flag-icon-pt{background-image:url(/static/media/pt.b89a5b80.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(/static/media/pt.5697f297.svg)}.flag-icon-pw{background-image:url(/static/media/pw.5f3d8d8e.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(/static/media/pw.666cd05f.svg)}.flag-icon-py{background-image:url(/static/media/py.51b0bef3.svg)}.flag-icon-py.flag-icon-squared{background-image:url(/static/media/py.b19bb0ae.svg)}.flag-icon-qa{background-image:url(/static/media/qa.90240e60.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(/static/media/qa.c08921ec.svg)}.flag-icon-re{background-image:url(/static/media/re.f05b5f16.svg)}.flag-icon-re.flag-icon-squared{background-image:url(/static/media/re.7e8577e9.svg)}.flag-icon-ro{background-image:url(/static/media/ro.ea966c3d.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(/static/media/ro.51182fc9.svg)}.flag-icon-rs{background-image:url(/static/media/rs.51e6180c.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(/static/media/rs.3b67d7be.svg)}.flag-icon-ru{background-image:url(/static/media/ru.f1c2ba49.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(/static/media/ru.f7600362.svg)}.flag-icon-rw{background-image:url(/static/media/rw.26854553.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(/static/media/rw.02a8a07e.svg)}.flag-icon-sa{background-image:url(/static/media/sa.b9a34657.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(/static/media/sa.dbdc272c.svg)}.flag-icon-sb{background-image:url(/static/media/sb.2c405bb6.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(/static/media/sb.00988e02.svg)}.flag-icon-sc{background-image:url(/static/media/sc.9ba01346.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(/static/media/sc.8357ba15.svg)}.flag-icon-sd{background-image:url(/static/media/sd.090d0e10.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(/static/media/sd.cb3da007.svg)}.flag-icon-se{background-image:url(/static/media/se.22333e71.svg)}.flag-icon-se.flag-icon-squared{background-image:url(/static/media/se.4984ae47.svg)}.flag-icon-sg{background-image:url(/static/media/sg.e6a27ad3.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(/static/media/sg.9751741f.svg)}.flag-icon-sh{background-image:url(/static/media/sh.c5ab8c6e.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(/static/media/sh.acd7b6ef.svg)}.flag-icon-si{background-image:url(/static/media/si.7f576d87.svg)}.flag-icon-si.flag-icon-squared{background-image:url(/static/media/si.d38938fc.svg)}.flag-icon-sj{background-image:url(/static/media/sj.4952c9a6.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(/static/media/sj.bf11a759.svg)}.flag-icon-sk{background-image:url(/static/media/sk.be58e557.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(/static/media/sk.56398576.svg)}.flag-icon-sl{background-image:url(/static/media/sl.4fd17d63.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(/static/media/sl.f1772cd4.svg)}.flag-icon-sm{background-image:url(/static/media/sm.7e23c952.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(/static/media/sm.b57f6605.svg)}.flag-icon-sn{background-image:url(/static/media/sn.1ce79520.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(/static/media/sn.a03bc309.svg)}.flag-icon-so{background-image:url(/static/media/so.d1a7d3e1.svg)}.flag-icon-so.flag-icon-squared{background-image:url(/static/media/so.34b037a7.svg)}.flag-icon-sr{background-image:url(/static/media/sr.69050490.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(/static/media/sr.4ee19081.svg)}.flag-icon-ss{background-image:url(/static/media/ss.e4bf9bb4.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(/static/media/ss.2ad5a2bb.svg)}.flag-icon-st{background-image:url(/static/media/st.72697a87.svg)}.flag-icon-st.flag-icon-squared{background-image:url(/static/media/st.342a4d3c.svg)}.flag-icon-sv{background-image:url(/static/media/sv.3bb132d7.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(/static/media/sv.f4b33140.svg)}.flag-icon-sx{background-image:url(/static/media/sx.aafb13f6.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(/static/media/sx.ce647f25.svg)}.flag-icon-sy{background-image:url(/static/media/sy.6529aa17.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(/static/media/sy.9d13beb5.svg)}.flag-icon-sz{background-image:url(/static/media/sz.d62f5eab.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(/static/media/sz.5d494168.svg)}.flag-icon-tc{background-image:url(/static/media/tc.f4f86583.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(/static/media/tc.0d16f864.svg)}.flag-icon-td{background-image:url(/static/media/td.230eddd3.svg)}.flag-icon-td.flag-icon-squared{background-image:url(/static/media/td.ad4b4469.svg)}.flag-icon-tf{background-image:url(/static/media/tf.cf4959c4.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(/static/media/tf.aaea08de.svg)}.flag-icon-tg{background-image:url(/static/media/tg.f97c4ebe.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(/static/media/tg.4abbb528.svg)}.flag-icon-th{background-image:url(/static/media/th.b6ade2be.svg)}.flag-icon-th.flag-icon-squared{background-image:url(/static/media/th.2ca3db46.svg)}.flag-icon-tj{background-image:url(/static/media/tj.b32f7c01.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(/static/media/tj.e97716ca.svg)}.flag-icon-tk{background-image:url(/static/media/tk.54b9e3f9.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(/static/media/tk.e3d850fb.svg)}.flag-icon-tl{background-image:url(/static/media/tl.503b7926.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(/static/media/tl.c7a146dc.svg)}.flag-icon-tm{background-image:url(/static/media/tm.6de6696b.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(/static/media/tm.44298648.svg)}.flag-icon-tn{background-image:url(/static/media/tn.6cd8c9a4.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(/static/media/tn.8b09464a.svg)}.flag-icon-to{background-image:url(/static/media/to.65dda6ec.svg)}.flag-icon-to.flag-icon-squared{background-image:url(/static/media/to.aaa24511.svg)}.flag-icon-tr{background-image:url(/static/media/tr.2880fc8e.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(/static/media/tr.c3d773f3.svg)}.flag-icon-tt{background-image:url(/static/media/tt.b9a6939e.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(/static/media/tt.4252a958.svg)}.flag-icon-tv{background-image:url(/static/media/tv.99618ffc.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(/static/media/tv.c87adc62.svg)}.flag-icon-tw{background-image:url(/static/media/tw.83324ef7.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(/static/media/tw.a72a85cb.svg)}.flag-icon-tz{background-image:url(/static/media/tz.2218434d.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(/static/media/tz.20af2614.svg)}.flag-icon-ua{background-image:url(/static/media/ua.67a46bf7.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(/static/media/ua.2dd397cb.svg)}.flag-icon-ug{background-image:url(/static/media/ug.83f4207b.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(/static/media/ug.983dd591.svg)}.flag-icon-um{background-image:url(/static/media/um.0f5d59d4.svg)}.flag-icon-um.flag-icon-squared{background-image:url(/static/media/um.c3e06b4d.svg)}.flag-icon-us{background-image:url(/static/media/us.3cc0d38b.svg)}.flag-icon-us.flag-icon-squared{background-image:url(/static/media/us.c95087e1.svg)}.flag-icon-uy{background-image:url(/static/media/uy.4c3f85c5.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(/static/media/uy.091841c8.svg)}.flag-icon-uz{background-image:url(/static/media/uz.6e16292a.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(/static/media/uz.ba79d297.svg)}.flag-icon-va{background-image:url(/static/media/va.6d6a5ae6.svg)}.flag-icon-va.flag-icon-squared{background-image:url(/static/media/va.555e01bd.svg)}.flag-icon-vc{background-image:url(/static/media/vc.e1903424.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(/static/media/vc.26140175.svg)}.flag-icon-ve{background-image:url(/static/media/ve.b8bb0477.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(/static/media/ve.125ee924.svg)}.flag-icon-vg{background-image:url(/static/media/vg.7bc5c832.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(/static/media/vg.76c17dc3.svg)}.flag-icon-vi{background-image:url(/static/media/vi.bad0002a.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(/static/media/vi.1ae3b627.svg)}.flag-icon-vn{background-image:url(/static/media/vn.2301f6f4.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(/static/media/vn.25540177.svg)}.flag-icon-vu{background-image:url(/static/media/vu.25acc797.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(/static/media/vu.87d69c18.svg)}.flag-icon-wf{background-image:url(/static/media/wf.e9a373c6.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(/static/media/wf.55c63880.svg)}.flag-icon-ws{background-image:url(/static/media/ws.a6817aa9.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(/static/media/ws.81cbff3d.svg)}.flag-icon-ye{background-image:url(/static/media/ye.f62afcdd.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(/static/media/ye.2289a38e.svg)}.flag-icon-yt{background-image:url(/static/media/yt.5c77b047.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(/static/media/yt.bf9663ae.svg)}.flag-icon-za{background-image:url(/static/media/za.83099da2.svg)}.flag-icon-za.flag-icon-squared{background-image:url(/static/media/za.3c71a2a2.svg)}.flag-icon-zm{background-image:url(/static/media/zm.79a41234.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(/static/media/zm.a303f51a.svg)}.flag-icon-zw{background-image:url(/static/media/zw.f5ceeff7.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(/static/media/zw.2840e62a.svg)}.flag-icon-es-ca{background-image:url(/static/media/es-ca.2b2d073d.svg)}.flag-icon-es-ca.flag-icon-squared{background-image:url(/static/media/es-ca.a03129ff.svg)}.flag-icon-es-ga{background-image:url(/static/media/es-ga.23a30d01.svg)}.flag-icon-es-ga.flag-icon-squared{background-image:url(/static/media/es-ga.405f1912.svg)}.flag-icon-eu{background-image:url(/static/media/eu.db2e50ad.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(/static/media/eu.1019087b.svg)}.flag-icon-gb-eng{background-image:url(/static/media/gb-eng.1fa89df2.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(/static/media/gb-eng.ebbd69ac.svg)}.flag-icon-gb-nir{background-image:url(/static/media/gb-nir.8ad03581.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(/static/media/gb-nir.f9fcc604.svg)}.flag-icon-gb-sct{background-image:url(/static/media/gb-sct.4743f1b0.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(/static/media/gb-sct.bea4865f.svg)}.flag-icon-gb-wls{background-image:url(/static/media/gb-wls.a69b6bb0.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(/static/media/gb-wls.77f90d8e.svg)}.flag-icon-un{background-image:url(/static/media/un.4c0a34af.svg)}.flag-icon-un.flag-icon-squared{background-image:url(/static/media/un.19c1ad32.svg)}.flag-icon-xk{background-image:url(/static/media/xk.12d14096.svg)}.flag-icon-xk.flag-icon-squared{background-image:url(/static/media/xk.48269c0b.svg)}*{margin:0;padding:0}body,html{color:#8480ae;overflow-x:hidden;overflow-y:inherit;scroll-behavior:smooth;height:auto}body,h1,h2,h3,h4,h5,h6,html{font-family:"Manrope",sans-serif}h1,h2,h3,h4,h5,h6{color:#1f0757;font-weight:700;line-height:1.3}p{font-size:1rem}a,a:focus,a:hover,p{font-family:"Manrope",sans-serif}a,a:focus,a:hover{transition-duration:.5s;text-decoration:none;outline:0 solid transparent;color:#1f0757}img{max-width:100%;height:auto}input:invalid,input:required,textarea:invalid,textarea:required{box-shadow:none!important}button:focus{box-shadow:none;outline:none}.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:320px}@media(min-width:400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:360px}}@media(min-width:480px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:420px}}@media(min-width:576px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:520px}}@media(min-width:768px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:700px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:940px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1120px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1170px}}.mt-120{margin-top:70px}@media only screen and (min-width:992px){.mt-120{margin-top:120px}}.mb-120{margin-bottom:70px}@media only screen and (min-width:992px){.mb-120{margin-bottom:120px}}.mt-70{margin-top:50px}@media only screen and (min-width:992px){.mt-70{margin-top:70px}}.mb-30{margin-bottom:30px}.mb-50,.mb-70{margin-bottom:50px}@media only screen and (min-width:992px){.mb-70{margin-bottom:70px}}.mb-80{margin-bottom:50px}@media only screen and (min-width:992px){.mb-80{margin-bottom:80px}}.mb-100{margin-bottom:70px}@media only screen and (min-width:992px){.mb-100{margin-bottom:100px}}.pt-120{padding-top:70px}@media only screen and (min-width:992px){.pt-120{padding-top:120px}}.pb-120{padding-bottom:70px}@media only screen and (min-width:992px){.pb-120{padding-bottom:120px}}.shadow-sm{box-shadow:0 .125rem .25rem rgba(47,91,234,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(47,91,234,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(47,91,234,.175)!important}.fz-16{font-size:16px!important}.fz-14{font-size:14px!important}.fz-12{font-size:12px!important}ol li,ul li{line-height:1.75}.btn{font-weight:700;padding:.5rem 1rem;border:0!important;font-size:14px}@media only screen and (min-width:768px){.btn{padding:.625rem 1.25rem;border-radius:.3rem}}@media only screen and (min-width:992px){.btn{padding:.875rem 1.75rem;font-size:1rem;border-radius:.375rem}}.btn-group-sm>.btn,.btn-sm{padding:.375rem .75rem;font-size:14px}@media only screen and (min-width:768px){.btn-group-sm>.btn,.btn-sm{padding:.437rem .875rem}}@media only screen and (min-width:992px){.btn-group-sm>.btn,.btn-sm{padding:.5rem 1.25rem}}.btn-link:focus,.btn-link:hover{box-shadow:none}.btn-minimal{padding:0!important;border-radius:0;background-color:transparent;position:relative;color:#8480ae}.btn-minimal:before{width:100%;background-color:#c2d4f8}.btn-minimal:after,.btn-minimal:before{position:absolute;height:2px;bottom:-.125rem;left:0;content:"";border-radius:4px}.btn-minimal:after{transition-duration:.5s;width:0}.btn-minimal i{margin-left:.125rem}.btn-minimal:focus,.btn-minimal:hover{box-shadow:none;background-color:transparent;border-color:transparent}.btn-minimal.btn-primary{color:#0d6efd}.btn-minimal.btn-primary:focus:after,.btn-minimal.btn-primary:hover:after{width:100%;background-color:#0d6efd}.btn-minimal.btn-dark{color:#0c0c0c}.btn-minimal.btn-dark:focus:after,.btn-minimal.btn-dark:hover:after{width:100%;background-color:#0c0c0c}.btn-minimal.btn-success{color:#198754}.btn-minimal.btn-success:focus:after,.btn-minimal.btn-success:hover:after{width:100%;background-color:#198754}.btn-minimal.btn-warning{color:#ffc107}.btn-minimal.btn-warning:focus:after,.btn-minimal.btn-warning:hover:after{width:100%;background-color:#ffc107}.btn-minimal.btn-info{color:#0dcaf0}.btn-minimal.btn-info:focus:after,.btn-minimal.btn-info:hover:after{width:100%;background-color:#0dcaf0}.btn-minimal.btn-danger{color:#dc3545}.btn-minimal.btn-danger:focus:after,.btn-minimal.btn-danger:hover:after{width:100%;background-color:#dc3545}.btn-minimal.btn-light{color:#fff}.btn-minimal.btn-light:focus:after,.btn-minimal.btn-light:hover:after{width:100%;background-color:#fff}.bg-img{background-size:cover;background-position:50%;background-repeat:no-repeat}.bg-fixed{background-attachment:fixed}.bg-overlay{position:relative;z-index:1}.bg-overlay:after{position:absolute;content:"";background-color:#0c0c0c;opacity:.76;top:0;left:0;height:100%;width:100%;z-index:-1}.bg-gray{background-color:#f1f4fd!important}.bg-text-gray{background-color:#c2d4f8!important}@media only screen and (min-width:992px){.curve-shape-top{top:-42px}}@media only screen and (min-width:992px){.curve-shape-bottom,.curve-shape-top{position:absolute!important;width:110%;background-color:#fff;content:"";height:60px;left:-5%;transform:rotate(-1deg);z-index:100!important}.curve-shape-bottom{bottom:-42px}}.section-heading{position:relative;z-index:1;margin-bottom:50px}@media only screen and (min-width:992px){.section-heading{margin-bottom:80px}}.section-heading span{color:#0d6efd}.section-heading h6{color:#8480ae;text-transform:capitalize}@media only screen and (min-width:992px){.section-heading h6{font-size:1.25rem}}.section-heading h6:empty{display:none}.section-heading h2{margin-bottom:1rem;font-weight:700;font-size:1.625rem}@media only screen and (min-width:768px){.section-heading h2{font-size:1.875rem}}@media only screen and (min-width:992px){.section-heading h2{font-size:2.125rem}}@media only screen and (min-width:1200px){.section-heading h2{font-size:2.5rem}}.section-heading h2:empty{display:none}.section-heading p{margin-bottom:0}@media only screen and (min-width:992px){.section-heading p{font-size:18px}}.section-heading p:empty{display:none}.section-heading.white span{color:#ffc107}.section-heading.white h2,.section-heading.white h6,.section-heading.white p{color:#fff}.card{border-color:#e9e9e9;border-radius:8px}.card-img-top{border-top-left-radius:7px;border-top-right-radius:7px}.border,.border-bottom,.border-left,.border-right,.border-top{border-color:#e9e9e9!important}.border-dashed{border-top:2px dashed #e9e9e9!important}#scrollTopButton{bottom:1.25rem;right:1.25rem;transition:all .5s;z-index:9999;width:2rem;height:2rem;font-size:1rem;border-radius:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.625rem;background-color:#0c0c0c}.header-area{transition:all .5s ease;position:fixed!important;width:100%;top:0!important;left:0;right:0;z-index:100000;background-color:#1f0757}@media only screen and (min-width:992px){.header-area{box-shadow:none;background-color:transparent}}.header-area.sticky{background-color:#1f0757;box-shadow:0 1rem 3rem rgba(15,30,150,.175)}.header-area .navbar-toggler{padding:.25rem .5rem;color:#fff!important;border-color:hsla(0,0%,100%,.175)}.header-area .navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.header-area .navbar-toggler:focus{box-shadow:none}.header-area .navbar{padding-top:.5rem;padding-bottom:.5rem}@media only screen and (min-width:992px){.header-area .navbar{height:80px;padding-top:0;padding-bottom:0}}.header-area .navbar .navbar-brand{margin-right:2rem;line-height:1!important}@media only screen and (min-width:992px){.header-area .navbar .navbar-brand{margin-right:3rem}}@media only screen and (min-width:1200px){.header-area .navbar .navbar-brand{margin-right:4rem}}.header-area .navbar-nav{margin-top:1rem;margin-bottom:1rem;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);padding-top:.5rem;padding-bottom:.5rem}@media only screen and (min-width:992px){.header-area .navbar-nav{border-top:0;border-bottom:0;padding-top:0;padding-bottom:0}}.header-area .navbar-nav .nav-item .nav-link{position:relative;display:inline-block;color:red;font-weight:700;font-size:1rem;padding:.375rem .75rem;width:100%}.header-area .navbar-nav .nav-item .nav-link:after{position:absolute;top:50%;transform:translateY(-50%);right:1.5rem;border:0!important;content:"";font-family:bootstrap-icons!important;font-size:10px;line-height:1;vertical-align:initial}@media only screen and (min-width:992px){.header-area .navbar-nav .nav-item .nav-link{width:auto;padding:1.375rem 1rem}.header-area .navbar-nav .nav-item .nav-link:after{position:relative;top:auto;transform:translateY(0);right:0;margin-left:.375rem}}.header-area .navbar-nav .nav-item .nav-link:focus{color:#ffc107}.header-area .navbar-nav .nav-item.dropend .nav-link:after{position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg);right:1.25rem;bottom:0}.header-area .navbar-nav .nav-item .dropdown-menu{background-color:hsla(0,0%,100%,.1);width:100%;border:0;border-radius:.375rem;margin:0;animation-name:dropdownAnimation;animation-duration:.3s;animation-fill-mode:both}@media only screen and (min-width:992px){.header-area .navbar-nav .nav-item .dropdown-menu{padding:1rem 0;width:12.5rem;background-color:#fff!important;box-shadow:0 1rem 3rem rgba(0,0,0,.125);margin-left:.25rem}}.header-area .navbar-nav .nav-item .dropdown-menu a{display:block;transition:all .5s;position:relative;font-size:14px;padding:.375rem 1rem;color:#fff;font-weight:700}@media only screen and (min-width:992px){.header-area .navbar-nav .nav-item .dropdown-menu a{padding:.375rem 1.5rem;color:#8480ae}}.header-area .navbar-nav .nav-item .dropdown-menu a:focus,.header-area .navbar-nav .nav-item .dropdown-menu a:hover{background-color:transparent;color:#ffc107}@media only screen and (min-width:992px){.header-area .navbar-nav .nav-item .dropdown-menu a:focus,.header-area .navbar-nav .nav-item .dropdown-menu a:hover{color:#0d6efd}}.header-area .navbar-nav div .header-1-textcolor{color:#fff}.header-area .navbar-nav div .header-1-textcolor:active,.header-area .navbar-nav div .header-1-textcolor:focus,.header-area .navbar-nav div .header-1-textcolor:hover{color:#ffc107}.header-area.header-2{background-color:#f1f4fd}@media only screen and (min-width:992px){.header-area.header-2{background-color:transparent}}.header-area.header-2 .navbar-toggler{color:#fff!important;border-color:#c2d4f8}.header-area.header-2 .navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.header-area.header-2 .navbar-nav{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding-top:.5rem;padding-bottom:.5rem}@media only screen and (min-width:992px){.header-area.header-2 .navbar-nav{border-top:0;border-bottom:0;padding-top:0;padding-bottom:0}}.header-area.header-2 .navbar-nav div .header-1-textcolor{color:#000}.header-area.header-2 .navbar-nav div .header-1-textcolor:active,.header-area.header-2 .navbar-nav div .header-1-textcolor:focus,.header-area.header-2 .navbar-nav div .header-1-textcolor:hover{color:#ffc107}.header-area.header-2 .nav-item .nav-link{color:#1f0757}.header-area.header-2 .nav-item .nav-link:focus{color:#0d6efd}.header-area.header-2 .nav-item .dropdown-menu{background-color:#fff}@media only screen and (min-width:992px){.header-area.header-2 .nav-item .dropdown-menu{padding:1rem 0;width:12.5rem;background-color:#fff!important;box-shadow:0 1rem 3rem rgba(0,0,0,.125)}}.header-area.header-2 .nav-item .dropdown-menu a{color:#8480ae}.header-area.header-2 .nav-item .dropdown-menu a:focus,.header-area.header-2 .nav-item .dropdown-menu a:hover{background-color:transparent;color:"pink"}@media only screen and (min-width:992px){.header-area.header-2 .nav-item .dropdown-menu a:focus,.header-area.header-2 .nav-item .dropdown-menu a:hover{color:#0d6efd}}.header-area.header-2.sticky{background-color:#f1f4fd}@keyframes dropdownAnimation{0%{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:translateZ(0)}}.background-animation{position:absolute;z-index:-1;top:0;left:0;width:70%;height:100%}.background-animation .item1{position:absolute;border-radius:50%;width:300px;height:300px;top:15%;left:45%;z-index:-1;animation:rotateAnimation 39s linear infinite}.background-animation .item1:after{position:absolute;content:"";top:10%;left:10%;z-index:-1;font-family:bootstrap-icons!important;color:hsla(0,0%,100%,.3);font-size:1rem}.background-animation .item2{position:absolute;border-radius:50%;width:240px;height:240px;top:50%;left:60%;z-index:-1;animation:rotateAnimation 46s linear infinite}.background-animation .item2:after{position:absolute;content:"";top:10%;left:10%;z-index:-1;font-family:bootstrap-icons!important;color:hsla(0,0%,100%,.3);font-size:1rem}.background-animation .item3{position:absolute;border-radius:50%;animation:rotateAnimation 40s linear infinite;width:20%;height:20%;left:30%;top:50%;z-index:-1}.background-animation .item3:after{position:absolute;content:"";z-index:-1;font-family:bootstrap-icons!important;content:"";font-size:1rem;color:#fff}.background-animation .item4{position:absolute;border-radius:50%;animation:rotateAnimation 34s linear infinite;width:180px;height:180px;left:10%;top:10%;z-index:-1}.background-animation .item4:after{font-size:1rem;position:absolute;content:"";font-family:bootstrap-icons!important;top:10%;left:10%;z-index:-1;color:hsla(0,0%,100%,.3)}.background-animation .item5{position:absolute;border-radius:50%;animation:rotateAnimation 37s linear infinite;width:15%;height:18%;left:7%;top:70%;z-index:-1}.background-animation .item5:after{width:18px;height:18px;position:absolute;content:"";z-index:-1;background-color:transparent;border-radius:6px;border:3px solid hsla(0,0%,100%,.3)}@keyframes rotateAnimation{to{transform:rotate(1turn)}}.background-shape .circle1{width:1100px;height:1100px;border-radius:50%;background:hsla(0,0%,100%,.1);position:absolute;z-index:-30;top:-550px;right:-550px}@media only screen and (min-width:992px){.background-shape .circle1{width:1500px;height:1500px;top:-750px;right:-750px}}@media only screen and (min-width:1400px){.background-shape .circle1{width:2200px;height:2200px;top:-1100px;right:-1100px}}.background-shape .circle2{width:850px;height:850px;border-radius:50%;background:hsla(0,0%,100%,.1);position:absolute;z-index:-20;top:-425px;right:-425px}@media only screen and (min-width:992px){.background-shape .circle2{width:1200px;height:1200px;top:-600px;right:-600px}}@media only screen and (min-width:1400px){.background-shape .circle2{width:1700px;height:1700px;top:-850px;right:-850px}}.background-shape .circle3{width:600px;height:600px;border-radius:50%;background:hsla(0,0%,100%,.1);position:absolute;z-index:-10;top:-300px;right:-300px}@media only screen and (min-width:992px){.background-shape .circle3{width:900px;height:900px;top:-450px;right:-450px}}@media only screen and (min-width:1400px){.background-shape .circle3{width:1200px;height:1200px;top:-600px;right:-600px}}.background-shape .circle4{width:350px;height:350px;border-radius:50%;background:hsla(0,0%,100%,.1);position:absolute;z-index:-10;top:-175px;right:-175px}@media only screen and (min-width:992px){.background-shape .circle4{width:600px;height:600px;top:-300px;right:-300px}}@media only screen and (min-width:1400px){.background-shape .circle4{width:700px;height:700px;top:-350px;right:-350px}}.welcome-area{position:relative;z-index:10;height:750px;background-color:#0d6efd;overflow:hidden}@media only screen and (min-width:768px){.welcome-area{height:500px}}@media only screen and (min-width:992px){.welcome-area{height:660px}}@media only screen and (min-width:1200px){.welcome-area{height:750px}}@media only screen and (min-width:1400px){.welcome-area{height:800px}}.welcome-area .background-image{position:absolute!important;width:100%;height:auto;top:0;left:0;z-index:-1}.welcome-area .hero-background-shape{position:absolute!important;top:-1px;right:-1px;z-index:-1}.welcome-area .welcome-content{margin-top:50px}@media only screen and (min-width:992px){.welcome-area .welcome-content{margin-top:80px}}.welcome-area .welcome-content ul{padding-left:0}.welcome-area .welcome-content ul li{position:relative;list-style:none;padding-right:21px;color:#fff;font-weight:700}.welcome-area .welcome-content ul li:after{position:absolute;top:50%;transform:translateY(-50%);right:0;content:"";font-family:bootstrap-icons!important;z-index:1;font-size:20px}.welcome-area .welcome-content ul li:last-child:after{display:none}.welcome-area .welcome-content h2{font-size:2rem;margin-bottom:1rem;font-weight:800;color:#fff;letter-spacing:-1px}@media only screen and (min-width:992px){.welcome-area .welcome-content h2{font-size:2.75rem}}@media only screen and (min-width:1200px){.welcome-area .welcome-content h2{font-size:2.75rem;margin-bottom:1.5rem}}.welcome-area .welcome-content p{font-size:1rem;color:#fff}@media only screen and (min-width:992px){.welcome-area .welcome-content p{font-size:1.25rem}}@media only screen and (min-width:768px){.welcome-area .welcome-thumb{margin-top:50px}}@media only screen and (min-width:992px){.welcome-area .welcome-thumb{margin-top:80px}}.welcome-area.hero2 .hero2-big-circle{width:240px;height:240px;border-radius:50%;border:3rem solid #f1f4fd;position:absolute!important;left:-120px;top:54%;z-index:-1}.welcome-area.hero2 .welcome-content h2{font-size:2rem;color:#1f0757}@media only screen and (min-width:992px){.welcome-area.hero2 .welcome-content h2{font-size:2.75rem}}@media only screen and (min-width:1200px){.welcome-area.hero2 .welcome-content h2{font-size:3.25rem}}.welcome-area.hero2 .welcome-content p{color:#8480ae}.welcome-area.hero2 .background-animation .item1:after{color:rgba(12,82,255,.26)}.welcome-area.hero2 .background-animation .item4:after{border:4px solid rgba(12,82,255,.13)}.welcome-area.hero2 .background-animation .item5:after{background-color:rgba(12,82,255,.11)}.welcome-area.hero3 .welcome3-slide-item{width:100%;height:750px}@media only screen and (min-width:768px){.welcome-area.hero3 .welcome3-slide-item{height:500px}}@media only screen and (min-width:992px){.welcome-area.hero3 .welcome3-slide-item{height:660px}}@media only screen and (min-width:1200px){.welcome-area.hero3 .welcome3-slide-item{height:750px}}@media only screen and (min-width:1400px){.welcome-area.hero3 .welcome3-slide-item{height:800px}}.welcome-area.hero3 .welcome-content h2{font-size:1.75rem}@media only screen and (min-width:992px){.welcome-area.hero3 .welcome-content h2{font-size:2.125rem}}@media only screen and (min-width:1200px){.welcome-area.hero3 .welcome-content h2{font-size:3rem}}.welcome-area.hero4{background-color:#fff}.welcome-area.hero4 .hero4-bg-shape{position:absolute;top:-1px;left:-1px;z-index:-10}.welcome-area.hero4 .hero4-bg-shape2{position:absolute;top:-1px;right:-1px;z-index:-10}.welcome-area.hero4 .welcome-content h2{color:#1f0757;font-size:1.75rem;margin-bottom:1rem}@media only screen and (min-width:992px){.welcome-area.hero4 .welcome-content h2{font-size:2.25rem}}@media only screen and (min-width:1200px){.welcome-area.hero4 .welcome-content h2{font-size:3rem}}.welcome-area.hero4 .welcome-content p{color:#8480ae}.welcome-area.hero4 .key-quote{font-size:14px;padding:.5rem 1rem;background-color:#ffc107;display:inline-block;margin-bottom:1rem;border-radius:.5rem;color:#1f0757}.welcome-area.hero4 .hero-video-card{position:relative;z-index:1;border:0;box-shadow:0 16px 48px 12px rgba(12,82,255,.17);border-radius:1rem;background-color:transparent}.welcome-area.hero4 .hero-video-card .video-shape{position:absolute;bottom:-35px;left:-70px;z-index:-1;animation:slideAnimation 12s linear infinite}@media only screen and (min-width:992px){.welcome-area.hero4 .hero-video-card .video-shape{bottom:-70px}}.welcome-area.hero4 .hero4-slide-controls .tns-nav{margin-bottom:1.5rem;margin-left:.5rem;line-height:1}.welcome-area.hero4 .hero4-slide-controls .tns-nav button{width:.5rem;height:.5rem;background-color:#c2d4f8;border:0;outline:none;margin-right:.5rem;border-radius:50%}.welcome-area.hero4 .hero4-slide-controls .tns-nav button.tns-nav-active{background-color:#0d6efd}@keyframes slideAnimation{50%{bottom:0}}.about-card{box-shadow:0 12px 30px rgba(47,91,234,.05)}.about-card .card-body{padding:2rem}.about-card .icon{display:flex;align-items:center;justify-content:center;transition-duration:.5s;width:4rem;height:4rem;background-color:#1f0757;margin-bottom:1.5rem;text-align:center;color:#fff;border-radius:.75rem}@media only screen and (min-width:992px){.about-content .col-12:nth-child(2) .about-card,.about-content .col-12:nth-child(4) .about-card{transform:translateY(48px)}}.single-about-item .icon img{max-height:3rem}.aboutUs-thumbnail{position:relative;z-index:1;border-radius:.75rem}.aboutUs-thumbnail:before{content:"";position:absolute;width:60%;height:40px;background-color:#ffc107;top:50px;right:70%;z-index:10;border-radius:4px}.aboutUs-thumbnail img{border-radius:.75rem}.single-work-step>span{width:3rem;height:3rem;text-align:center;flex:0 0 3rem;min-width:3rem;margin-right:1rem;background-color:#0d6efd;border-radius:50%;color:#fff;font-size:1.25rem;font-weight:700;line-height:3rem;margin-top:.25rem}.about4 .aboutUs-thumbnail:before{display:none}.about3{background-color:#fff}.about-icon-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:.75rem;text-align:center;background-color:#0d6efd;color:#fff;margin-bottom:1.5rem;font-size:2rem}.hero-card{background-color:#f1f4fd}.hero-card .card-body{padding:1.5rem}.hero-card i{color:#0d6efd;font-size:2.5rem;display:block;margin-bottom:1rem}.newsletter-card .card-body{padding:2rem}@media only screen and (min-width:576px){.newsletter-card .card-body{padding:3rem}}.newsletter-card small{font-size:12px;line-height:1.2}.tab--area .nav-tabs{width:100%;position:relative;z-index:1;border-bottom:none;margin-bottom:30px}.tab--area .nav-tabs:after{content:"";position:absolute;width:100%;height:7px;border-radius:50px;background-color:#f1f4fd;bottom:-20px;left:0;right:0}.tab--area .nav-tabs .nav-item{margin-bottom:0;flex-grow:1}.tab--area .nav-tabs .nav-item .nav-link{position:relative;z-index:1;border:none;text-align:center;font-size:1rem;border-radius:6px;padding:.5rem 1rem;font-weight:700;color:#1f0757;width:100%}@media only screen and (min-width:992px){.tab--area .nav-tabs .nav-item .nav-link{padding:1rem;font-size:1.125rem}}@media only screen and (min-width:992px){.tab--area .nav-tabs .nav-item .nav-link:before{border-radius:0 6px 6px 0;left:50%}}@media only screen and (min-width:992px){.tab--area .nav-tabs .nav-item .nav-link:after,.tab--area .nav-tabs .nav-item .nav-link:before{transition-duration:.5s;content:"";position:absolute;width:0;height:7px;background-color:#ffc107;bottom:-20px}.tab--area .nav-tabs .nav-item .nav-link:after{border-radius:6px 0 0 6px;right:50%}}.tab--area .nav-tabs .nav-item .nav-link.active{background-color:#ffc107}.tab--area .nav-tabs .nav-item .nav-link.active:after,.tab--area .nav-tabs .nav-item .nav-link.active:before{width:50%}.tab--area .tab--text ul li{display:flex;align-items:center;color:#1f0757;font-weight:500}.tab--area .tab--text ul li i,.tab--area .tab--text ul li svg{display:inline-block;width:1.25rem;height:1.25rem;border-radius:50%;text-align:center;margin-right:.5rem;line-height:1.25rem}.tab--area .tab--text .progress{height:5px;background-color:#f1f4fd;margin-bottom:.25rem}.tab--area .tab--text .progress .progress-bar{background-color:#0d6efd}.service-card{transition-duration:.5s;position:relative;z-index:1;padding:30px;text-align:center;box-shadow:0 12px 30px rgba(47,91,234,.05);overflow:hidden}.service-card:after{position:absolute;width:600px;height:600px;background-color:#fff;opacity:.15;top:20px;content:"";left:20px;z-index:-1}.service-card .icon,.service-card:after{transition-duration:.5s;border-radius:50%}.service-card .icon{position:relative;z-index:10;display:block;width:4rem;height:4rem;margin:0 auto 30px;background-color:#1f0757;color:#fff;font-size:1.75rem}.service-card .icon i{line-height:4rem}.service-card h5{transition-duration:.5s;margin-bottom:1rem;font-size:1.125rem}@media only screen and (min-width:992px){.service-card h5{font-size:1.25rem}}.service-card p{transition-duration:.5s;margin-bottom:0}.service-card:focus,.service-card:hover{transform:translateY(-10px);box-shadow:0 18px 56px rgba(47,91,234,.135);background-color:#0d6efd;border-color:#0d6efd}.service-card:focus .icon:after,.service-card:hover .icon:after{border-color:hsla(0,0%,100%,.5)}.service-card:focus .btn-minimal,.service-card:focus h5,.service-card:focus p,.service-card:hover .btn-minimal,.service-card:hover h5,.service-card:hover p{color:#fff}.service2-card{border:0;background-color:transparent}.service2-card .card-body{padding:0}.service2-card .icon{margin-bottom:1.5rem;width:3rem;height:3rem;background-color:#0d6efd;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.pricing-card{position:relative;z-index:1;border-radius:.75rem;padding:40px;background-color:#fff;overflow:hidden}@media only screen and (min-width:992px){.pricing-card{padding:60px 50px}}.pricing-card .pricing-heading .price{width:60%;max-width:60%;flex:0 0 60%}.pricing-card .pricing-heading .price-icon img{max-height:5rem}.pricing-card .pricing-heading .price-quantity{position:relative;z-index:1;margin-right:1rem}.pricing-card .pricing-heading .price-quantity .monthly-price,.pricing-card .pricing-heading .price-quantity .yearly-price{transition:all .4s;position:absolute;top:0;left:0;width:100%;font-size:2.75rem;font-weight:700}.pricing-card .pricing-heading .price-quantity .monthly-price span,.pricing-card .pricing-heading .price-quantity .yearly-price span{display:block;color:#8480ae}.pricing-card .pricing-heading .price-quantity .yearly-price{opacity:0;visibility:hidden}.pricing-card.yearly-plan .pricing-heading .price-quantity .yearly-price{opacity:1;visibility:visible}.pricing-card.yearly-plan .pricing-heading .price-quantity .monthly-price{opacity:0;visibility:hidden}.pricing-card .pricing-desc ul>li{position:relative;z-index:1;font-size:14px;color:#1f0757;margin-bottom:.75rem;padding-left:25px;font-weight:700}.pricing-card .pricing-desc ul>li:before{content:"";font-family:bootstrap-icons!important;position:absolute;top:0;left:0;z-index:1;color:#198754}.pricing-card .pricing-desc ul>li.availability-no:before{content:"";color:#dc3545}.pricing-card .pricing-desc ul>li:last-child{margin-bottom:0}.pricing-card.active{z-index:100;background-color:#fff;transform:scale(1.05);box-shadow:0 0 88px 2px rgba(47,91,234,.125)}@media only screen and (min-width:992px){.pricing-card.active{transform:scale(1.1)}}.saasbox-pricing-plan-area{position:relative;z-index:1}.saasbox-pricing-plan-area.price2 .pricing-card{border:2px solid #fff}.saasbox-pricing-plan-area.price2 .pricing-card.active{border-color:#ffc107;transform:scale(1)}.saasbox-pricing-plan-area.price2 .pricing-heading .price{width:100%;max-width:100%;flex:0 0 100%}.saasbox-pricing-plan-area.price2 .pricing-heading .price>span{display:block;width:4rem;height:4rem;text-align:center;font-size:1.75rem;margin-bottom:1rem;color:#fff;line-height:4rem}.saasbox-pricing-plan-area.price2 .pricing-heading .price-quantity{margin-right:0;min-height:3.5rem}.saasbox-pricing-plan-area.price2 .pricing-heading .price-quantity .monthly-price,.saasbox-pricing-plan-area.price2 .pricing-heading .price-quantity .yearly-price{font-size:2rem}.saasbox-pricing-plan-area.price2 .pricing-desc ul>li{padding-left:0}.saasbox-pricing-plan-area.price2 .pricing-desc ul>li:before{display:none}.saasbox-pricing-plan-area.price2 .pricing-desc ul>li:last-child{margin-bottom:0}.pricing-table-switch{text-align:center}.pricing-table-switch .form-switch .form-check-input{width:3rem;border-radius:8rem;height:1.375rem}.pricing-table-switch label{cursor:pointer}.pricing-table-switch label>span{top:-1.125rem;right:0;transform:translateX(50%)}.feature-card{position:relative;z-index:1;background-color:#fff;transition-duration:.5s;overflow:hidden}.feature-card:after{transition-duration:1s;position:absolute;width:100px;height:100px;border-radius:50%;background-color:#fff;opacity:.1;z-index:-1;content:"";bottom:-120px;right:-120px}.feature-card i{transition-duration:.5s;flex:0 0 45px;min-width:45px;width:45px;height:45px;border-radius:50%;background-color:#1f0757;text-align:center;color:#fff;line-height:45px;font-size:20px;margin-right:15px}.feature-card h5{color:#fff}.feature-card h6{margin-bottom:0;transition-duration:.5s}.feature-card span{transition-duration:.5s;font-size:14px}.feature-card.active,.feature-card:focus,.feature-card:hover{border-color:#1f0757;background-color:#1f0757;box-shadow:0 18px 56px hsla(0,0%,100%,.175)}.feature-card.active:after,.feature-card:focus:after,.feature-card:hover:after{bottom:-50px;right:-40px}.feature-card.active i,.feature-card:focus i,.feature-card:hover i{box-shadow:0 2px 38px hsla(0,0%,100%,.4)}.feature-card.active h6,.feature-card.active span,.feature-card:focus h6,.feature-card:focus span,.feature-card:hover h6,.feature-card:hover span{color:#fff}.feature2-card{border:0}.feature2-card .card-body{padding:2rem}.feature2-card .card-body .feature-icon{font-size:3rem}.feature3-card .icons-wrap{position:relative;z-index:1;margin-bottom:2rem;display:block}.feature3-card .icons-wrap .first-icon{font-size:3rem;color:#1f0757}.feature3-card .icons-wrap .second-icon{font-size:2.5rem;position:absolute;top:20px;left:55%;transform:translateX(-50%);z-index:-9;color:#c2d4f8}.feature--text ul{display:flex;align-items:center;flex-wrap:wrap}.feature--text ul li{flex:0 0 50%;width:50%;max-width:50%;margin-bottom:.75rem}.feature--text ul li>i{width:1.5rem;height:1.5rem;background-color:#c2d4f8;border-radius:50%;display:inline-block;text-align:center;color:#1f0757;line-height:1.5rem}.feature--text ul li:last-child{margin-bottom:0}.feature-area{position:relative;z-index:1;overflow:hidden}.feature-area .background-shape{position:absolute;width:600px;height:600px;border-radius:50%;background-color:hsla(0,0%,100%,.09);transform:rotate(-30deg);top:-300px;left:-250px;z-index:-5}@media only screen and (min-width:992px){.feature-area .background-shape{width:1200px;height:1200px;top:-600px;left:-500px}}.feature-area.feature2{background-color:#fce1b5}.saasbox-team-area{position:relative;z-index:1;background-color:#ffc107;overflow:hidden}.saasbox-team-area .section-heading .dot-pattern{width:100px;height:180px;background-repeat:repeat;position:absolute;top:-40px;left:-50px;z-index:-5;opacity:.8}.team-card{transform:rotateX(-1deg)}.team-card .member-img{position:relative;z-index:1;width:180px;margin:0 auto;padding:.75rem;border:2px dashed #e9e9e9}.team-card .member-img img{border-radius:50%;max-width:100%}.team-card .member-img:before{width:16px;height:16px;position:absolute;content:"";top:34px;left:3px;border-radius:50%;background-color:#ffc107}.team-card .member-img:after{width:calc(100% - 3rem);height:calc(100% - 3rem);position:absolute;content:"";top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%)}.partner-wrapper{display:flex;flex-wrap:wrap;justify-content:center}.partner-wrapper>*{margin:.5rem}@media only screen and (min-width:992px){.partner-wrapper>*{margin:1rem}}.partner-wrapper>* img{max-height:1.5rem}@media only screen and (min-width:992px){.partner-wrapper>* img{max-height:2rem}}.saasbox-portfolio-area{overflow-y:inherit}.portfolio2-wrapper,.portfolio-wrapper{position:relative;z-index:1}.portfolio2-wrapper .tns-controls>button,.portfolio-wrapper .tns-controls>button{transition-duration:.5s;background-color:#fff;color:#1f0757;position:absolute;z-index:100;top:50%;transform:translateY(-50%);border:0;outline:none;width:3rem;height:3rem;border-radius:50%;left:28px;font-size:1.25rem;box-shadow:0 .5rem 2.5rem rgba(0,0,0,.3)}.portfolio2-wrapper .tns-controls>button[data-controls=next],.portfolio-wrapper .tns-controls>button[data-controls=next]{left:auto;right:28px}.portfolio2-wrapper .tns-controls>button[disabled=""],.portfolio-wrapper .tns-controls>button[disabled=""]{opacity:0;visibility:hidden}.single-portfolio-area{position:relative;z-index:1;background-color:#fff;border-radius:12px;transition-duration:.4s;overflow:hidden}.single-portfolio-area img{width:100%;border-radius:10px;transition-duration:.4s}.single-portfolio-area .overlay-content{padding-left:20px;padding-right:20px;transition:all .5s ease-in-out;position:absolute;width:100%;height:60px;background-color:#ffc107;bottom:-100px;left:0;z-index:100;border-radius:0 0 10px 10px;display:flex;align-items:center;justify-content:space-between;opacity:0;visibility:hidden}@media only screen and (min-width:992px){.single-portfolio-area .overlay-content{height:80px}}.single-portfolio-area .overlay-content .portfolio-links{display:flex;align-items:center}.single-portfolio-area .overlay-content .portfolio-links>a{color:#1f0757;padding-left:1rem;font-size:1rem}.single-portfolio-area .overlay-content .portfolio-links>a .bi-link-45deg{font-size:1.5rem}.single-portfolio-area:focus img,.single-portfolio-area:hover img{transform:translateY(-20px)}.single-portfolio-area:focus .overlay-content,.single-portfolio-area:hover .overlay-content{bottom:0;opacity:1;visibility:visible}.creative-porfolio-area{padding-left:5%;padding-right:5%}.creative-porfolio-area,.creative-porfolio-line{position:relative;z-index:1}.creative-porfolio-line .line1,.creative-porfolio-line .line2,.creative-porfolio-line .line3,.creative-porfolio-line .line4,.creative-porfolio-line .line5,.creative-porfolio-line .line6{width:1px;height:100%;position:absolute;top:0;z-index:-5;background-color:#c2d4f8}.creative-porfolio-line .line1{left:14.28%}.creative-porfolio-line .line2{left:28.56%}.creative-porfolio-line .line3{left:42.84%}.creative-porfolio-line .line4{left:57.12%}.creative-porfolio-line .line5{left:71.4%}.creative-porfolio-line .line6{left:85.68%}.project-card{position:relative;z-index:1;background-color:#0d6efd;padding:3rem 1rem;border-radius:12px}@media only screen and (min-width:1200px){.project-card{padding:4rem 1rem}}.project-card span{font-size:120px;color:#fff;position:absolute;z-index:-10;opacity:.1;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:100}.project-card a,.project-card h3,.project-card p{color:#fff}.portfolio-content .row .col-12:nth-child(2) .project-card{background-color:#1f0757}.portfolio-content .row .col-12:nth-child(3) .project-card{background-color:#ffc107}.portfolio-content .row .col-12:nth-child(3) .project-card a,.portfolio-content .row .col-12:nth-child(3) .project-card h3,.portfolio-content .row .col-12:nth-child(3) .project-card p,.portfolio-content .row .col-12:nth-child(3) .project-card span{color:#1f0757}.project-img{position:relative;z-index:1;overflow:hidden;border-radius:.75rem}.project-img img{border-radius:.75rem;transition-duration:.5s}.project-img:focus img,.project-img:hover img{transform:scale3d(1.2,1.2,1)}.project-share-info a{display:inline-block;margin-right:15px;width:36px;height:36px;border:2px solid #e9e9e9;text-align:center;line-height:32px;border-radius:50%;color:#8480ae}.project-share-info a:focus,.project-share-info a:hover{border-color:#0d6efd;background-color:#0d6efd;color:#fff}.project-share-info a:last-child{margin-right:0}.project-details-shots{position:relative;z-index:1}.project-details-shots .video-card{position:absolute;width:100%;top:0;height:100%;background-color:transparent;z-index:10;left:0}.filters-button-group>button.active{background-color:#041a3b}.related-project-area .tns-outer{position:relative;z-index:1}.related-project-area .tns-controls>button{background-color:#c2d4f8;border:0;padding:.25rem .5rem;border-radius:.25rem;position:absolute;z-index:1;top:-55px;right:0;color:#1f0757}@media only screen and (min-width:992px){.related-project-area .tns-controls>button{padding:.5rem 1rem;top:-85px}}.related-project-area .tns-controls>button[data-controls=prev]{right:40px}@media only screen and (min-width:992px){.related-project-area .tns-controls>button[data-controls=prev]{right:60px}}.feedback-2{background-image:linear-gradient(0deg,rgba(255,240,220,0),#fff0dc)}.feedback-card{background-color:#fff}.feedback-card .client-info .client-thumb{flex:0 0 40px;max-width:40px;width:40px;background-color:#0dcaf0}.feedback-card .client-info .client-thumb span{width:1rem;height:1rem;background-color:#0d6efd;color:#fff;position:absolute;top:-4px;right:-4px;text-align:center;line-height:1rem}.feedback-card .ratings>i{margin-right:.125rem}.client-feedback-content .tns-nav{margin-top:1rem;text-align:center}.client-feedback-content .tns-nav button{transition-duration:.3s;border:0;outline:none;width:.5rem;height:.5rem;background-color:#8480ae;margin:0 .25rem;border-radius:50%}.client-feedback-content .tns-nav button.tns-nav-active{background-color:#0d6efd}.circle-testimonial-wrapper{position:relative;z-index:1;width:300px;height:300px;border:1px solid #c2d4f8;margin:0 auto}@media only screen and (min-width:576px){.circle-testimonial-wrapper{width:500px;height:500px}}.circle-testimonial-wrapper .circle-tes-sub-wrap1{width:80%;height:80%;top:10%;left:10%;z-index:1;border:1px solid #c2d4f8}.circle-testimonial-wrapper .circle-tes-sub-wrap2{width:60%;height:60%;top:20%;left:20%;z-index:1;border:1px solid #c2d4f8}.circle-testimonial-wrapper .circle-tes-sub-wrap3{width:40%;height:40%;top:30%;left:30%;z-index:1;border:1px solid #c2d4f8}.circle-testimonial-wrapper .circle-tes-sub-wrap4{width:20%;height:20%;top:40%;left:40%;z-index:1;border:1px solid #c2d4f8}.cir-testimonial{background-color:#fff;border-radius:50%;width:35px;height:35px;position:absolute;box-shadow:0 .25rem 1rem rgba(0,0,0,.15);border:1px solid #e9e9e9;padding:3px;cursor:pointer;z-index:100;animation:tesZoomInOut 2s linear 0s infinite}.cir-testimonial>img{max-width:100%;border-radius:50%}.cir-testimonial.tes1{top:-14px;left:160px}@media only screen and (min-width:576px){.cir-testimonial.tes1{top:-11px;width:41px;height:41px}}.cir-testimonial.tes2{top:91px;left:275px}@media only screen and (min-width:576px){.cir-testimonial.tes2{left:280px}}.cir-testimonial.tes3{top:230px;left:21px}@media only screen and (min-width:576px){.cir-testimonial.tes3{left:28px;width:47px;height:47px}}.cir-testimonial.tes4{bottom:24px;right:90px}@media only screen and (min-width:576px){.cir-testimonial.tes4{bottom:29px}}.cir-testimonial.tes5{bottom:63px;right:183px}@media only screen and (min-width:576px){.cir-testimonial.tes5{right:333px;width:41px;height:41px}}.cir-testimonial.tes6{bottom:185px;right:149px}@media only screen and (min-width:576px){.cir-testimonial.tes6{bottom:181px}}.cir-testimonial.tes7{top:194px;right:-2px}@media only screen and (min-width:576px){.cir-testimonial.tes7{top:137px;width:41px;height:41px}}.cir-testimonial.tes8{top:70px;left:-4px}@media only screen and (min-width:576px){.cir-testimonial.tes8{top:215px;left:190px;width:29px;height:29px}}@keyframes tesZoomInOut{50%{transform:scale(1.1)}}.testimonial-popover{font-family:"Manrope",sans-serif;border:0;border-radius:.4rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.testimonial-popover .popover-header{font-size:.875rem;background-color:#ffc107;color:#1f0757;border-bottom:1px solid transparent;border-top-left-radius:calc(.4rem - 1px);border-top-right-radius:calc(.4rem - 1px)}.testimonial-popover .popover-body{color:#1f0757;font-weight:500}.testimonial-popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.testimonial-popover.bs-popover-bottom>.popover-arrow:before{border-bottom-color:#ffc107;top:1px}.testimonial-popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.testimonial-popover.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#ffc107}.testimonial-popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.testimonial-popover.bs-popover-bottom .popover-header:before{border-bottom:1px solid #ffc107}.poptest{max-width:100vh!important}.video-area{position:relative;z-index:1;width:100%;height:400px}.video-play-btn{position:absolute;z-index:1;box-shadow:0 6px 50px 8px rgba(21,131,233,.15);width:100px;height:100px;display:inline-block;background-color:#ffc107;border-radius:50%;font-size:3rem;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.video-play-btn i{padding-left:5px;line-height:100px}.video-play-btn .video-sonar{position:absolute;width:100%;height:100%;border-radius:50%;top:0;left:0;z-index:-10;background-color:#ffc107;animation:video-sonar 2s linear infinite}.video-play-btn .video-sonar:after{position:absolute;width:130px;height:130px;border-radius:50%;background-color:#ffc107;content:"";top:-15px;left:-15px;z-index:-50}.video-play-btn .video-sonar:before{position:absolute;width:160px;height:160px;border-radius:50%;background-color:rgba(255,193,7,.7);content:"";top:-30px;left:-30px;z-index:-100}@keyframes video-sonar{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.25)}}.cool-facts-wrapper{position:relative;z-index:1}.cool-facts-wrapper .cta-background-image{position:absolute;width:100%;height:100%;opacity:.3;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:-100}.cool-facts-wrapper .cta-background-image img{max-height:100%}.single-cool-fact{text-align:center}.single-cool-fact h2{color:#1f0757;font-size:2rem}@media only screen and (min-width:992px){.single-cool-fact h2{font-size:3rem}}.circle-animation .circle1{top:12%;left:23%;background-color:#ffc107;animation:circleAnimation 4s linear infinite}.circle-animation .circle1,.circle-animation .circle2{position:absolute;width:10px;height:10px;border-radius:50%;z-index:-1}.circle-animation .circle2{top:70%;left:12%;background-color:#1f0757;animation:circleAnimation 7s linear infinite}.circle-animation .circle3{top:60%;left:85%;background-color:#0d6efd;animation:circleAnimation 6s linear infinite}.circle-animation .circle3,.circle-animation .circle4{position:absolute;width:10px;height:10px;border-radius:50%;z-index:-1}.circle-animation .circle4{top:120%;left:90%;background-color:#198754;animation:circleAnimation 3s linear infinite}@keyframes circleAnimation{50%{transform:scale(2)}}.blog-card,.blog-card .image-wrap{position:relative;z-index:1;overflow:hidden}.blog-card .image-wrap{border-radius:.5rem}.blog-card .image-wrap img{transition-duration:.5s}.blog-card .image-wrap .video-play-btn{position:absolute;right:1rem;bottom:1rem;z-index:10;width:48px;height:48px;color:#fff;border-radius:50%;text-align:center;font-size:2rem;background-color:#0d6efd;display:none}.blog-card .image-wrap .video-play-btn.true{display:block}.blog-card .image-wrap .video-play-btn i{line-height:48px}.blog-card .image-wrap .video-play-btn:focus,.blog-card .image-wrap .video-play-btn:hover{background-color:#0d6efd;color:#fff}.blog-card .post-title{font-size:1.25rem;font-weight:700;line-height:1.3}@media only screen and (min-width:1200px){.blog-card .post-title{font-size:1.5rem}}.blog-card .post-author img{width:30px;border-radius:50%;border:2px solid #e9e9e9}.blog-card:focus .image-wrap>a img,.blog-card:hover .image-wrap>a img{transform:scale3d(1.15,1.15,1)}.news2 .blog-card{border-radius:0;box-shadow:none}.news2 .blog-card .post-title:focus,.news2 .blog-card .post-title:hover{color:#0d6efd}.saasbox-pagination-area .page-item .page-link{width:2rem;height:2rem;border-radius:50%;line-height:28px;text-align:center;padding:0;margin:0 .25rem;font-size:14px;font-weight:700}.saasbox-pagination-area .page-item .page-link:focus,.saasbox-pagination-area .page-item .page-link:hover{box-shadow:none}.saasbox-pagination-area .page-item.active .page-link{background-color:#0d6efd;border-color:#0d6efd}.single-widget-area,.single-widget-area .widget-form{position:relative;z-index:1}.single-widget-area .widget-form input{width:100%;height:50px;border:1px solid #e9e9e9;border-radius:0;padding:0 20px;border-radius:6px}.single-widget-area .widget-form input:focus{border-color:#e9e9e9;box-shadow:none}.single-widget-area .widget-form button{position:absolute;transition-duration:.5s;width:80px;height:50px;background-color:#0d6efd;color:#fff;border:none;top:0;right:0;z-index:10;cursor:pointer;border-radius:0 6px 6px 0}.single-widget-area .widget-form button:focus,.single-widget-area .widget-form button:hover{background-color:#1f0757;color:#fff}.single-widget-area .catagories-list{position:relative;z-index:1}.single-widget-area .catagories-list li a{font-size:1rem;display:block;margin-bottom:1rem;font-weight:700}.single-widget-area .catagories-list li a i{padding-right:10px}.single-widget-area .catagories-list li a:focus,.single-widget-area .catagories-list li a:hover{color:#0d6efd}.single-widget-area .catagories-list li:last-child a{margin-bottom:0}.single-widget-area .popular-tags{position:relative;z-index:1;margin-left:-3px}.single-widget-area .popular-tags li{display:inline-block;margin:3px}.single-widget-area .popular-tags li a{font-size:14px;display:inline-block;padding:4px 12px;border:1px solid #e9e9e9;text-transform:lowercase;text-align:center;font-weight:700;color:#8480ae;border-radius:4px}.single-widget-area .popular-tags li a:focus,.single-widget-area .popular-tags li a:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.single-widget-area .single-recent-post{position:relative;z-index:1;margin-bottom:30px}.single-widget-area .single-recent-post:last-child{margin-bottom:0}.single-widget-area .single-recent-post .post-thumb{flex:0 0 100px;max-width:100px;width:100px;margin-right:20px}.single-widget-area .single-recent-post .post-content .post-title{font-size:1rem;display:block;margin-bottom:5px;line-height:1.5;font-weight:700}.single-widget-area .single-recent-post .post-content .post-title:focus,.single-widget-area .single-recent-post .post-content .post-title:hover{color:#0d6efd}.single-widget-area .single-recent-post .post-content .post-date{font-size:.875rem;text-transform:capitalize;color:#8480ae;margin-bottom:0}.comment-wrapper{padding-bottom:10px;border-bottom:1px solid #e9e9e9}.comment-wrapper .comment-content{margin-bottom:48px}.comment-wrapper .comment-content .comment-author{flex:0 0 40px;width:40px;max-width:40px;margin-right:15px;border-radius:50%;height:40px;border:2px solid #e9e9e9}.comment-wrapper .comment-content .comment-author img{border-radius:50%}.comment-wrapper .comment-content .comment-meta{border-left:2px solid #e9e9e9;padding-left:15px}.comment-wrapper .comment-content .comment-meta .post-date{color:#8480ae;font-size:12px;margin-bottom:5px;pointer-events:none}.comment-wrapper .comment-content .comment-meta p{font-size:14px}@media only screen and (min-width:992px){.comment-wrapper .comment-content .comment-meta p{font-size:1rem}}.comment-wrapper .comment-content .comment-meta a.like,.comment-wrapper .comment-content .comment-meta a.reply{display:inline-block;padding:5px 16px;font-size:12px;font-weight:700;text-transform:capitalize;border-radius:30px;background-color:#f1f4fd;color:#1f0757;margin-right:.5rem}.comment-wrapper .comment-content .comment-meta a.like:focus,.comment-wrapper .comment-content .comment-meta a.like:hover,.comment-wrapper .comment-content .comment-meta a.reply:focus,.comment-wrapper .comment-content .comment-meta a.reply:hover{background-color:#0d6efd;color:#fff}.comment-wrapper .children{margin-left:50px}.comment-wrapper .children .single-comment:last-of-type{margin-bottom:0}.post-like{margin-top:1rem;margin-bottom:1rem}.post-like span{font-size:14px}.post-like a{width:44px;height:44px;border-radius:50%;background-color:#f1f4fd;text-align:center;font-size:20px;color:#dc3545;display:block;margin:0 auto 1rem}.post-like a i{line-height:46px}.post-like a:focus,.post-like a:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.footer-area .footer-widget-area ul li a{display:flex;align-items:center;color:#8480ae;margin-bottom:.375rem;font-size:14px;font-weight:700}.footer-area .footer-widget-area ul li a i{color:#1f0757;font-size:12px;margin-right:.5rem}.footer-area .footer-widget-area ul li a:focus,.footer-area .footer-widget-area ul li a:hover{color:#0d6efd}.footer-area .footer-widget-area ul li:last-child a{margin-bottom:0}.footer-area .footer-widget-area .form-control{height:45px;padding:8px 20px}.footer-area .footer-widget-area .btn{padding:.5rem 1.75rem}.footer-area .footer-social-icon>a{font-size:1rem;color:#8480ae;margin-right:1.25rem}.footer-area .footer-social-icon>a:last-child{margin-right:0}.footer-area .footer-social-icon>a:focus,.footer-area .footer-social-icon>a:hover{color:#0d6efd}.footer-area .copywrite-wrapper{background-color:#c2d4f8;padding:1.25rem 1.5rem}@media only screen and (min-width:992px){.footer-area .copywrite-wrapper{padding:.75rem 1.75rem}}.footer-area .copywrite-text p{font-weight:700;font-size:14px;color:#1f0757}.footer-area .copywrite-text a{color:#0d6efd}.footer-area .footer-nav li{line-height:1.5}.footer-area .footer-nav li a{color:#1f0757;margin:0 .5rem;font-size:14px;font-weight:700}@media only screen and (min-width:992px){.footer-area .footer-nav li a{margin:0 .75rem}}.footer-area .footer-nav li a:focus,.footer-area .footer-nav li a:hover{color:#0d6efd}.footer-area .footer-nav li:first-child a{margin-left:0}.footer-area .footer-nav li:last-child a{margin-right:0}.footer-area .language-dropdown .dropdown-toggle{padding:0;font-size:14px;box-shadow:none}.footer-area .language-dropdown .dropdown-toggle:focus{box-shadow:none}.footer-area .language-dropdown .dropdown-menu{min-width:6rem;width:7.5rem;border:1px solid #e9e9e9;border-radius:.25rem;box-shadow:0 .25rem .25rem 0 rgba(15,30,150,.2)}.footer-area .language-dropdown .dropdown-menu .dropdown-item{color:#8480ae;font-size:14px;font-weight:500}.footer-area .language-dropdown .dropdown-menu .dropdown-item:focus,.footer-area .language-dropdown .dropdown-menu .dropdown-item:hover{color:#0d6efd;background-color:transparent}.footer-area.footer-2{background-color:#1f0757}.footer-area.footer-2 .footer-widget-area h5{color:#fff}.footer-area.footer-2 .footer-widget-area ul li a i{color:#c2d4f8}.cta-area .cta-text h2{font-size:1.5rem;color:#fff}@media only screen and (min-width:768px){.cta-area .cta-text h2{font-size:2rem}}@media only screen and (min-width:1200px){.cta-area .cta-text h2{font-size:2.5rem}}.cta-area.cta4 .cta-text h2{font-size:1.5rem;margin-bottom:1rem}@media only screen and (min-width:768px){.cta-area.cta4 .cta-text h2{font-size:1.75rem}}@media only screen and (min-width:992px){.cta-area.cta4 .cta-text h2{font-size:2.125rem}}@media only screen and (min-width:1200px){.cta-area.cta4 .cta-text h2{font-size:2.5rem}}.cta-area.cta4 .cta-thumb-group img{border-radius:12rem}.cta-area.cta4 .cta-thumb-group .col-4:first-child img{transform:translateY(-20px)}@media only screen and (min-width:992px){.cta-area.cta4 .cta-thumb-group .col-4:first-child img{transform:translateY(-50px)}}.cta-area.cta4 .cta-thumb-group .col-4:nth-child(2) img{transform:translateY(20px)}@media only screen and (min-width:992px){.cta-area.cta4 .cta-thumb-group .col-4:nth-child(2) img{transform:translateY(50px)}}.cta-area.cta4 .cta-thumb-group .col-4:nth-child(3) img{transform:translateY(-20px)}@media only screen and (min-width:992px){.cta-area.cta4 .cta-thumb-group .col-4:nth-child(3) img{transform:translateY(-50px)}}.faq--area{position:relative;z-index:1}.faq--area .faq-content h2{font-size:1.75rem;margin-bottom:0}@media only screen and (min-width:992px){.faq--area .faq-content h2{font-size:2.125rem}}@media only screen and (min-width:1200px){.faq--area .faq-content h2{font-size:2.75rem}}.faq--area .faq-content p{font-size:1rem}.faq--accordian .accordion-item{border:0}.faq--accordian .accordion-item button{font-weight:700;font-size:1rem;padding:1.25rem 1.5rem;text-align:left;width:100%;background-color:#0d6efd;color:#fff;border-radius:.375rem}.faq--accordian .accordion-item button:focus{box-shadow:none}.faq--accordian .accordion-item button.collapsed{background-color:#f1f4fd;color:#1f0757}.faq--accordian .accordion-item button:after{display:none}.faq--accordian .accordion-item:first-of-type button{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.faq--accordian .accordion-item:last-of-type button{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.faq--accordian .card-body p{font-size:1rem}.breadcrumb-wrapper{position:relative;z-index:1;height:200px;background-color:#f1f4fd}@media only screen and (min-width:768px){.breadcrumb-wrapper{height:260px}}@media only screen and (min-width:992px){.breadcrumb-wrapper{height:300px}}@media only screen and (min-width:1200px){.breadcrumb-wrapper{height:350px}}.breadcrumb-wrapper .breadcrumb-content{margin-top:50px}@media only screen and (min-width:992px){.breadcrumb-wrapper .breadcrumb-content{margin-top:80px}}.breadcrumb-wrapper .breadcrumb-title{font-size:1.375rem;color:#fff;text-align:center;letter-spacing:-.5px}@media only screen and (min-width:768px){.breadcrumb-wrapper .breadcrumb-title{font-size:1.75rem}}@media only screen and (min-width:992px){.breadcrumb-wrapper .breadcrumb-title{font-size:2.375rem;margin-bottom:1rem}}.breadcrumb-wrapper .breadcrumb{padding:0;margin-bottom:0;background-color:transparent}.breadcrumb-wrapper .breadcrumb .breadcrumb-item{line-height:1;font-weight:700;color:#c2d4f8}.breadcrumb-wrapper .breadcrumb .breadcrumb-item a{font-size:1rem;color:#fff;line-height:1}.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:focus,.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover{color:#ffc107}.breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#fff;content:"";font-family:bootstrap-icons!important;font-size:.75rem;position:relative;top:3px}.breadcrumb-wrapper.breadcrumb-bg-light .breadcrumb-title{color:#1f0757}.breadcrumb-wrapper.breadcrumb-bg-light .breadcrumb .breadcrumb-item{color:#8480ae}.breadcrumb-wrapper.breadcrumb-bg-light .breadcrumb .breadcrumb-item a{color:#1f0757}.breadcrumb-wrapper.breadcrumb-bg-light .breadcrumb .breadcrumb-item a:focus,.breadcrumb-wrapper.breadcrumb-bg-light .breadcrumb .breadcrumb-item a:hover{color:#0d6efd}.breadcrumb-wrapper.breadcrumb-bg-light .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#1f0757}.shop-card{position:relative;z-index:1;transition-duration:.5s}.shop-card .product-img-wrap{position:relative;z-index:1;overflow:hidden;border-radius:6px 6px 0 0}.shop-card .product-img-wrap img{transition-duration:.5s}.shop-card .product-img-wrap .love-product{display:flex;align-items:center;justify-content:center;position:absolute;background-color:#fff;width:36px;height:36px;border-radius:50%;top:30px;left:30px;z-index:10;font-size:1rem;color:#dc3545}.shop-card .product-img-wrap .love-product i{line-height:1}.shop-card .product-img-wrap .love-product.active,.shop-card .product-img-wrap .love-product:focus,.shop-card .product-img-wrap .love-product:hover{background-color:#dc3545;color:#fff}.shop-card .product-name a{font-size:1.125rem;font-weight:700;display:block;margin-bottom:.375rem}.shop-card .price span{text-decoration:line-through;color:#8480ae}.shop-card .product-add-to-cart button{position:relative;z-index:1;display:block;background-color:#ffc107;width:40px;height:40px;border-radius:50%;text-align:center;line-height:40px;font-size:18px;color:#1f0757}.shop-card .product-add-to-cart button:after{transition-duration:.5s;width:130%;height:130%;position:absolute!important;left:50%;top:50%;z-index:-50;content:"";background-color:#ffc107;opacity:.3;border-radius:50%;transform:translate(-50%,-50%)}.shop-card:focus,.shop-card:hover{transform:translateY(-10px);box-shadow:0 .25rem .25rem 0 rgba(15,30,150,.2)}.shop-card:focus .product-img-wrap img,.shop-card:hover .product-img-wrap img{transform:scale3d(1.15,1.15,1)}.shop-card:focus .product-add-to-cart button,.shop-card:hover .product-add-to-cart button{background-color:#0d6efd;color:#fff}.shop-card:focus .product-add-to-cart button:after,.shop-card:hover .product-add-to-cart button:after{animation:cartbtn 1s linear infinite;background-color:#0d6efd}@keyframes cartbtn{0%{width:100%;height:100%;opacity:1}70%{width:150%;height:150%;opacity:0}to{width:100%;height:100%;opacity:0}}.shop-meta select{max-width:150px}.product-meta-title{background-color:#ffc107;width:100%;border-radius:6px 6px 0 0}.product-description-card .product-price{color:#0d6efd}.product-description-card .product-price span{margin-left:1rem;color:#8480ae;text-decoration:line-through}.product-description-card input{width:100px;text-align:center}.product-review-card .ratings-list li{color:#8480ae;font-size:20px;margin:0 2px}.product-review-card .ratings-list li.active{color:#ffc107}.cart-table{text-align:center}.cart-table .table td,.cart-table .table th{vertical-align:middle;border-color:#e9e9e9;color:#8480ae;font-size:14px}.cart-table img{max-width:40px}@media only screen and (min-width:992px){.cart-table img{max-width:70px}}.cart-table .qty-text{border:2px solid #e9e9e9;max-width:50px;text-align:center;height:44px;border-radius:6px;transition-duration:.3s;font-weight:600}.cart-table .qty-text:focus{border-color:#0d6efd}.order-form{border-radius:.5rem;padding:2rem}@media only screen and (min-width:576px){.order-form{padding:3rem}}.order-form input[type=radio]+label{color:#8480ae}.order-form input[type=radio]:checked+label{color:#0d6efd}.order-form .payment-meta{padding-left:28px}.order-form .payment-meta p{font-size:14px}.custom-checkbox .custom-control-label:before{border-radius:5.25rem}.saasbox-error-area{text-align:center}.saasbox-error-area h5{font-size:1.5rem}@media only screen and (min-width:992px){.saasbox-error-area h5{font-size:2rem}}.register-card p>a{color:#0d6efd}.register-form,.register-form .form-group{position:relative;z-index:1}.register-form .form-group .form-control{border:2px solid transparent;font-size:14px}.register-form .form-group .form-control:focus{border-color:#0d6efd}.login-meta-data .forgot-password{color:#0d6efd;font-size:16px}.login-meta-data .custom-checkbox .custom-control-label:before{border-radius:50%}.register-area{position:relative;z-index:1}#comingSoonClock{display:flex;align-items:center;justify-content:center}#comingSoonClock span{font-size:1rem;color:#1f0757;font-weight:700}@media only screen and (min-width:992px){#comingSoonClock span{font-size:1.5rem}}.form-control{transition-duration:.5s;border-color:#e9e9e9;height:52px;padding:15px 20px;font-size:14px}.form-control:focus{box-shadow:none}.contact-form .form-control{border-color:#e9e9e9;background-color:#f1f4fd}.contact-form .form-control:focus{border-color:#0d6efd}.contact-form textarea.form-control{height:150px}.contact-mini-card{display:flex;align-items:center;margin-bottom:1.5rem}.contact-mini-card,.contact-mini-card .contact-mini-card-icon{position:relative;z-index:1}.contact-mini-card .contact-mini-card-icon:after{position:absolute;z-index:-10;width:100%;height:100%;border-radius:50%;top:.25rem;left:.25rem;content:"";background-color:#8480ae}.contact-mini-card .contact-mini-card-icon:before{position:absolute;z-index:-10;width:8px;height:8px;border-radius:50%;bottom:-2px;left:0;content:"";background-color:#1f0757}.contact-mini-card .contact-mini-card-icon i{position:relative;display:block;z-index:1;flex:0 0 50px;max-width:50px;width:50px;height:50px;background-color:#1f0757;text-align:center;color:#fff;border-radius:50%;font-size:1.5rem;line-height:50px}.contact-mini-card p{margin-bottom:0;margin-left:1rem;line-height:1.25rem}.contact-mini-card:nth-child(2) .contact-mini-card-icon:before,.contact-mini-card:nth-child(2) .contact-mini-card-icon i{background-color:#0d6efd}.contact-mini-card:last-child{margin-bottom:0}.contact-mini-card:last-child .contact-mini-card-icon:before{background-color:#ffc107}.contact-mini-card:last-child .contact-mini-card-icon i{background-color:#ffc107;color:#1f0757}.google-maps-wrapper{position:relative;z-index:1}.google-maps-wrapper iframe{width:100%;height:400px;border:none}@media only screen and (min-width:992px){.google-maps-wrapper iframe{height:600px}}textarea.form-control{height:auto}.demo-hero-area{position:relative;z-index:2}.demo-hero .version-number{padding:.25rem .75rem;color:#1f0757;background-color:#fff;display:inline-block;border-radius:30px;font-size:14px}.demo-hero .animated-heading span{font-size:3.5rem;padding:0;color:#fff;font-weight:700}.demo-hero .animated-heading span b{font-weight:700;margin-left:.5rem;color:#ffc107}.single-preview-area h5{transition-duration:.4s}.single-preview-area a{display:block}.single-preview-area a img{transition-duration:.5s;border:1px solid #e9e9e9;border-radius:.5rem}.single-preview-area:focus a img,.single-preview-area:hover a img{transform:translateY(-5px)}.single-preview-area:focus h5,.single-preview-area:hover h5{color:#0d6efd}.demo-single-feature{background-color:#fff;transition-duration:.5s}.demo-single-feature img{max-height:40px}.demo-single-feature:focus,.demo-single-feature:hover{box-shadow:0 10px 71px rgba(47,91,234,.175);transform:scale(1.1);z-index:100}.single-more-feature i{display:inline-block;width:25px;font-size:16px}
/*# sourceMappingURL=main.aeb19258.chunk.css.map */