{"version":3,"sources":["../../dev/j/secure-identity.js"],"names":["$infoBox","$","length","on","$self","this","$target","targetOpened","hasClass","removeClass","addClass","sliderInfNotiSecMed","tns","container","controlsContainer","preventScrollOnTouch","controlsPosition","controls","navPosition","mouseDrag","speed","center","slideBy","fixedWidth","gutter","loop","responsive","768","1280","1600","sliderInfNotiSecMedRating"],"mappings":"CAAA,WACC,YAEA,IAAIA,GAAWC,EAAE,eAIZD,GAASE,OAAS,GACtBF,EAASG,GAAG,QAAS,WACpB,GAAIC,GAAQH,EAAEI,MACbC,EAAUF,EACVG,IAAiBD,EAAQE,SAAS,SAGnCR,GAASS,YAAY,UAGjBF,EACHD,EAAQG,YAAY,UAEpBH,EAAQI,SAAS,cAMrB,IAAIC,qBAAsBC,KACzBC,UAAa,6BACbC,kBAAqB,sCACrBC,qBAAwB,QACxBC,iBAAoB,SACpBC,UAAY,EACZC,YAAe,SACfC,WAAa,EACbC,MAAS,IACTC,QAAU,EACVC,QAAW,EACXC,WAAc,IACdC,OAAU,GACVC,MAAQ,EACRC,YACCC,KACCL,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXI,MACCN,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXK,MACCP,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,OAKTM,0BAA4BlB,KAC/BC,UAAa,mCACbC,kBAAqB,4CACrBC,qBAAwB,QACxBC,iBAAoB,SACpBC,UAAY,EACZC,YAAe,SACfC,WAAa,EACbC,MAAS,IACTC,QAAU,EACVC,QAAW,EACXC,WAAc,IACdC,OAAU,GACVC,MAAQ,EACRC,YACCC,KACCL,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXI,MACCN,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU,IAEXK,MACCP,QAAW,EACXL,UAAY,EACZM,WAAc,IACdC,OAAU","file":"secure-identity.js","sourcesContent":["(function() {\n\t'use strict';\n\n\tvar $infoBox = $('.js-question');\n\n\n\t// FAQ toggler\n\tif ( $infoBox.length > 0 ) {\n\t\t$infoBox.on('click', function() {\n\t\t\tvar $self = $(this),\n\t\t\t\t$target = $self,\n\t\t\t\ttargetOpened = !!$target.hasClass('expand');\n\n\t\t\t// Close all boxes\n\t\t\t$infoBox.removeClass('expand');\n\n\t\t\t// Check current box for toggle\n\t\t\tif (targetOpened) {\n\t\t\t\t$target.removeClass('expand');\n\t\t\t} else {\n\t\t\t\t$target.addClass('expand');\n\t\t\t}\n\t\t});\n\t}\n})();\n\nvar sliderInfNotiSecMed = tns({\n\t\"container\": \".slider-sliderSliNotiSecSm\",\n\t\"controlsContainer\": \".slider-sliderSliNotiSecSm-controls\",\n\t\"preventScrollOnTouch\": \"force\",\n\t\"controlsPosition\": \"bottom\",\n\t\"controls\": false,\n\t\"navPosition\": \"bottom\",\n\t\"mouseDrag\": true,\n\t\"speed\": 400,\n\t\"center\": false,\n\t\"slideBy\": 1,\n\t\"fixedWidth\": 270,\n\t\"gutter\": 16,\n\t\"loop\": false,\n\t\"responsive\": {\n\t\t\"768\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": false,\n\t\t\t\"fixedWidth\": 290,\n\t\t\t\"gutter\": 32\n\t\t},\n\t\t\"1280\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": true,\n\t\t\t\"fixedWidth\": 290,\n\t\t\t\"gutter\": 64\n\t\t},\n\t\t\"1600\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": true,\n\t\t\t\"fixedWidth\": 290,\n\t\t\t\"gutter\": 64\n\t\t}\n\t}\n});\n\nvar sliderInfNotiSecMedRating = tns({\n\t\"container\": \".slider-sliderSliNotiSecSmRating\",\n\t\"controlsContainer\": \".slider-sliderSliNotiSecSmRating-controls\",\n\t\"preventScrollOnTouch\": \"force\",\n\t\"controlsPosition\": \"bottom\",\n\t\"controls\": false,\n\t\"navPosition\": \"bottom\",\n\t\"mouseDrag\": true,\n\t\"speed\": 400,\n\t\"center\": false,\n\t\"slideBy\": 1,\n\t\"fixedWidth\": 270,\n\t\"gutter\": 16,\n\t\"loop\": false,\n\t\"responsive\": {\n\t\t\"768\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": false,\n\t\t\t\"fixedWidth\": 290,\n\t\t\t\"gutter\": 32\n\t\t},\n\t\t\"1280\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": true,\n\t\t\t\"fixedWidth\": 290,\n\t\t\t\"gutter\": 64\n\t\t},\n\t\t\"1600\": {\n\t\t\t\"slideBy\": 1,\n\t\t\t\"controls\": true,\n\t\t\t\"fixedWidth\": 290,\n\t\t\t\"gutter\": 64\n\t\t}\n\t}\n});\n\n"]}