.nav_wrapper{display:flex;justify-content:center;position:fixed;top:0;left:0;width:100%;z-index:10;background:#fff;transition:.1s ease}.nav_wrapper.relative_box{position:relative;box-shadow:none!important}.nav_wrapper.nospace{background:transparent}.nav_wrapper.d_fixed{background:#fff;box-shadow:0 0 7px 0 #ced3da}.pd_navbar{display:flex;align-items:center;justify-content:space-between;margin:auto;padding:30px 0;width:90%;max-width:1920px}@media screen and (max-width:600px){.pd_navbar{padding:20px 0}}.pd_navbar .nav_list{display:flex;align-items:center}@media screen and (max-width:980px){.pd_navbar .nav_list{display:none!important}}.pd_navbar .nav_list .single_feature{margin-bottom:25px;display:flex;align-items:center;width:48%;cursor:pointer}.pd_navbar .nav_list .single_feature .cover_startup{border-radius:50%;width:44px;height:44px;margin-right:14px;display:flex;align-items:center;justify-content:center}.pd_navbar .nav_list .single_feature .cover_startup.blue{background-color:var(--pastelblue)}.pd_navbar .nav_list .single_feature .cover_startup.green{background-color:var(--pastelgreen)}.pd_navbar .nav_list .single_feature .cover_startup.pink{background-color:var(--pastelpink)}.pd_navbar .nav_list .single_feature .cover_startup.yellow{background-color:var(--pastelyellow)}.pd_navbar .nav_list .single_feature .cover_startup svg{width:22px}.pd_navbar .nav_list .single_feature .text_box{width:calc(100% - 58px);padding:0!important;margin:0!important}.pd_navbar .nav_list .single_feature .title{color:var(--black01);font-size:18px;line-height:unset!important;margin-bottom:4px!important;margin-top:0!important}.pd_navbar .nav_list .single_feature .description{font-size:14px;color:var(--black03);line-height:22px;width:100%!important;margin:0!important}.pd_navbar .nav_list .list_item{margin-right:40px;font-weight:400;font-size:14px;line-height:26px;color:var(--black01)}.pd_navbar .nav_list .list_item.black_firday{color:var(--primary);display:flex;align-items:center;padding:5px 14px;background:rgba(0,148,68,.13);border-radius:20px}.pd_navbar .nav_list .list_item.black_firday svg{margin-right:6px}@media screen and (max-width:1200px){.pd_navbar .nav_list .list_item{margin-right:10px}}@media screen and (max-width:1000px){.pd_navbar .nav_list .list_item{font-size:12px}}.pd_navbar .nav_list .list_item:last-child{margin-right:0}.pd_navbar .nav_list .list_item a,.pd_navbar .nav_list .list_item button{color:var(--black01);padding:0 3px;font-weight:400;font-size:14px;line-height:26px}.pd_navbar .nav_list .list_item .feature{width:700px;padding:56px 40px;display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:1070px){.pd_navbar .nav_list .list_item .feature{width:650px}}@media screen and (max-width:1040px){.pd_navbar .nav_list .list_item .feature{width:550px}}.pd_navbar .btn_box{display:flex}@media screen and (max-width:980px){.pd_navbar .btn_box{display:none!important}}.pd_navbar .btn_box button{width:128px;padding:8px 0;height:48px;background:none}@media screen and (max-width:1100px){.pd_navbar .btn_box button{width:110px}}.pd_navbar .btn_box button.signup_btn{background:var(--primary);margin-left:8px}@media screen and (max-width:600px){.pd_navbar .logo_icon{width:97px}}.hamburger_btn{display:none!important;margin-top:-5px}@media screen and (max-width:980px){.hamburger_btn{display:block!important;padding-top:0!important}}.pd_mobile_nav{width:100%;height:100vh;z-index:10;overflow-y:auto;background-color:var(--white);position:fixed;top:0;left:0;display:none}@media screen and (max-width:980px){.pd_mobile_nav{display:block!important}}.pd_mobile_nav::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#f0f2f3}.pd_mobile_nav::-webkit-scrollbar{height:4px;width:4px;background:var(--primary)}.pd_mobile_nav::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:var(--primary)}.pd_mobile_nav .logo_flex_box{display:flex;justify-content:space-between;align-items:center;padding:30px 5% 0}.pd_mobile_nav .logo_flex_box .mobile_logo{width:97px}.pd_mobile_nav .line{width:100%;border-bottom:1px solid #e5e5e5;margin:20px 0}.pd_mobile_nav .nav_list_mobile{width:90%;margin:auto}.pd_mobile_nav .nav_list_mobile .mobile_login_btn{display:block;margin:107px auto 0;width:98%;height:48px}.pd_mobile_nav .nav_list_mobile .mobile_login_btn.sign{background-color:var(--primary);margin-top:20px}.pd_mobile_nav .nav_list_mobile .list_item_mobile{color:var(--black01);font-weight:400;font-size:16px;position:relative;line-height:26px;border:1px solid #f2f2f2;border-right:none;border-left:none;padding:20px 0;display:flex}.pd_mobile_nav .nav_list_mobile .list_item_mobile:first-child{border-top:none}.pd_mobile_nav .nav_list_mobile .list_item_mobile.drop{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.pd_mobile_nav .nav_list_mobile .list_item_mobile.drop button{display:flex;background:none;border:none;align-items:center;font-weight:400}.pd_mobile_nav .nav_list_mobile .list_item_mobile.drop button svg{margin-right:5px}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile{border:1px solid #f2f2f2;border-right:none;border-left:none;display:flex;align-items:center;padding:20px 0;width:100%}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile .cover_startup{border-radius:50%;width:44px;height:44px;margin-right:14px;display:flex;align-items:center;justify-content:center}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile .cover_startup.blue{background-color:var(--pastelblue)}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile .cover_startup.green{background-color:var(--pastelgreen)}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile .cover_startup.yellow{background-color:var(--pastelyellow)}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile .cover_startup svg{width:22px}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile .title{color:var(--black01);font-size:14px;margin-bottom:4px;line-height:unset!important;margin-top:0!important}.pd_mobile_nav .nav_list_mobile .list_item_mobile .single_feature_mobile .description{font-size:12px;color:var(--black03);line-height:22px;margin:0!important}.pd_mobile_nav .nav_list_mobile .list_item_mobile .list_item_top_flex{display:flex;width:100%;justify-content:space-between;align-items:center}.pd_mobile_nav .nav_list_mobile .list_item_mobile .list_item_top_flex .arrowsvg{transition:.3s ease}.pd_mobile_nav .nav_list_mobile .list_item_mobile .list_item_top_flex .arrowsvg.open{transform:rotate(90deg)}.pd_mobile_nav .nav_list_mobile .list_item_mobile .feature_mobile_box{display:flex;flex-direction:column;position:absolute;top:50px;background:#fff;z-index:12;width:100%;overflow:hidden}.single_skeleton{display:flex;align-items:center;margin-top:20px}.single_skeleton .circle{margin-right:10px}.single_skeleton .rectangle{flex:1!important}.desk_skeleton{width:100%!important}.dark .drop-down-wrapper .drop-down-content svg{color:#fff}.drop-down-wrapper{position:relative}.drop-down-wrapper .wrapper_container{position:absolute;top:160%;left:0}.drop-down-wrapper .wrapper_container span.arrow{content:"";width:24px;height:24px;background-color:var(--white);z-index:2;display:block;position:absolute;left:50px;top:-10px;transform:rotate(45deg)}.drop-down-wrapper .drop-down-content{overflow-y:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-shadow:0 5px 10px rgba(0,0,0,.25);border-radius:20px;background-color:#fff;transform:scale(0);transform-origin:top left;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:150px;z-index:10;transform:scale(1)}.drop-down-wrapper .drop-down-content .hr{width:100%;border:1px solid #edf2f7}.drop-down-wrapper .drop-down-content>a,.drop-down-wrapper .drop-down-content>button{width:100%;text-align:left;justify-content:flex-start;margin-top:0;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;font-size:.875rem}.drop-down-wrapper .drop-down-content>a:first-child,.drop-down-wrapper .drop-down-content>button:first-child{margin-top:0}.drop-down-wrapper .drop-down-content>a:hover,.drop-down-wrapper .drop-down-content>button:hover{background:none!important}.drop-down-wrapper.right .wrapper_container{transform-origin:top right;left:unset;right:0}.drop-down-wrapper.right .wrapper_container span.arrow{left:unset;right:40px}@media screen and (max-width:560px){.drop-down-wrapper.notification_drop .drop-down-content{left:-140px}}/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.capitalize{text-transform:capitalize!important}a,button,input,select{text-decoration:none;background:none;border:none;outline:none}*{padding:0;margin:0;box-sizing:border-box;font-family:graphik_regular}.title{font-family:freizeit_bold;font-weight:500!important}button{font-family:graphik_regular!important;font-weight:500}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#f0f2f3}body::-webkit-scrollbar{height:0;width:0;background:var(--primary)}body::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:var(--primary)}.main_container{width:100%;overflow:auto;height:auto;max-width:1920px;min-width:360px;margin:0 auto}.main_container::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#f0f2f3}.main_container::-webkit-scrollbar{height:4px;width:4px;background:var(--primary)}.main_container::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:var(--primary)}.qr_code_container{width:556px;background:#fff;margin:auto;display:flex;align-items:center;border-radius:20px;flex-direction:column;padding:84px 57px 60px}.qr_code_container .scan{background:#ebf6f0;border-radius:40px;padding:10px 30px;font-weight:500;font-size:16px;line-height:29px;color:var(--primary);margin-bottom:26px}.qr_code_container .btn_icon_box{margin:28px 0 22px;display:flex;align-items:center;justify-content:center}.qr_code_container .btn_icon_box svg{margin-right:16px!important}.qr_code_container .btn_icon_box svg:last-child{margin-right:0!important}.qr_code_container .last_text{font-size:16px;line-height:19px;text-align:center;color:#767b81}.msg{position:fixed;background-color:#04b604;border-radius:5px;color:#fff;margin:.5rem auto;transform:translateX(150vw);padding:.5rem 4rem .5rem 2rem;width:auto;display:block;top:.5rem;right:2rem;z-index:150;-webkit-animation:msg .5s ease forwards;animation:msg .5s ease forwards}@-webkit-keyframes msg{to{transform:translateX(0)}}@keyframes msg{to{transform:translateX(0)}}@media(max-width:500px){.msg{position:fixed;width:95%;margin:auto;left:0;right:0;padding:.5rem 1.5rem;transform:translate(0);-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0);-webkit-animation:sm-msg .5s ease forwards;animation:sm-msg .5s ease forwards}@-webkit-keyframes sm-msg{to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes sm-msg{to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}}.pd_footer .pd_press_section{margin-bottom:72px}.pd_footer .pd_press_section .pd_header_section{width:90%;margin:auto}@media screen and (max-width:768px){.pd_footer .pd_press_section .pd_header_section{width:90%}}.pd_footer .pd_press_section .logo_flex{display:flex;align-items:center;margin-top:50px}.pd_footer .pd_press_section .logo_flex .overlay{--gradient-width:50px!important}.pd_footer .pd_press_section .logo_flex a{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-right:30px!important}.pd_footer .pd_press_section .logo_flex a:last-child{margin-left:0}.pd_footer .pd_link_section{width:90%;margin:auto;padding-bottom:100px;padding-top:56px;display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:768px){.pd_footer .pd_link_section{width:90%}}.pd_footer .pd_link_section .bumpa_description{width:38%}@media screen and (max-width:768px){.pd_footer .pd_link_section .bumpa_description{width:100%;margin-bottom:30px}}.pd_footer .pd_link_section .bumpa_description p{font-weight:400;font-size:16px;line-height:26px;color:var(--black02)}@media screen and (max-width:768px){.pd_footer .pd_link_section .bumpa_description p{font-size:14px}}.pd_footer .pd_link_section .bumpa_description p.bumpa_description_text{margin-top:8px;width:80%}@media screen and (max-width:1000px){.pd_footer .pd_link_section .bumpa_description p.bumpa_description_text{width:100%}}.pd_footer .pd_link_section .bumpa_description .icon_flex{display:flex;margin:16px 0 24px}.pd_footer .pd_link_section .bumpa_description .icon_flex a{margin-right:20px}.pd_footer .pd_link_section .bumpa_description .icon_flex a:last-child{margin-right:0}.pd_footer .pd_link_section .bumpa_description .icon_flex a svg{width:24px;transition:.6s ease}.pd_footer .pd_link_section .bumpa_description .icon_flex a svg:hover{transform:rotate(1turn)}.pd_footer .pd_link_section .bumpa_description .icon_flex a svg:hover path{fill:var(--primary)}.pd_footer .pd_link_section .bumpa_description .icon_flex a svg.special:hover{transform:rotate(1turn)}.pd_footer .pd_link_section .bumpa_description .icon_flex a svg.special:hover path{fill:#fff}.pd_footer .pd_link_section .bumpa_description .icon_flex a svg.special:hover rect{fill:var(--primary)}.pd_footer .pd_link_section .fast_links{width:19%}.pd_footer .pd_link_section .fast_links .title{font-weight:500;font-size:20px;line-height:22px;color:var(--black01);letter-spacing:-.015em;margin-bottom:18px}@media screen and (max-width:768px){.pd_footer .pd_link_section .fast_links .title{font-size:18px}}.pd_footer .pd_link_section .fast_links .links{display:flex;flex-direction:column}.pd_footer .pd_link_section .fast_links .links a{font-weight:400;font-size:16px;line-height:26px;margin-bottom:15px}@media screen and (max-width:768px){.pd_footer .pd_link_section .fast_links .links a{font-size:14px}}.pd_footer .pd_link_section .fast_links .links a:last-child{margin-bottom:0}@media screen and (max-width:900px){.pd_footer .pd_link_section .fast_links{margin-bottom:36px}}@media screen and (max-width:768px){.pd_footer .pd_link_section .fast_links{width:48%}}.pd_download_section{width:90%;background-color:var(--primary);border-radius:20px;padding:70px 56px 0 58px;margin:auto auto 34px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.pd_download_section{width:90%}}@media screen and (max-width:1250px){.pd_download_section{padding:40px 18px}}.pd_download_section>span{margin-bottom:-2px!important}@media screen and (max-width:1250px){.pd_download_section>span{display:none!important}}.pd_download_section .text_box{width:calc(100% - 602px)}@media screen and (max-width:1250px){.pd_download_section .text_box{width:100%}}@media screen and (max-width:600px){.pd_download_section .text_box{text-align:center}}.pd_download_section .text_box .title{font-weight:500;font-size:40px;line-height:44px;color:var(--white);margin-bottom:8px}@media screen and (max-width:500px){.pd_download_section .text_box .title{font-size:32px;line-height:35px;letter-spacing:-.015em}}.pd_download_section .text_box .description{font-weight:400;font-size:16px;line-height:26px;color:var(--grey04);margin-bottom:36px}@media screen and (max-width:500px){.pd_download_section .text_box .description{font-size:14px;line-height:22px}}.pd_download_section .text_box .link_flex{width:100%;display:flex;flex-wrap:wrap;margin-bottom:40px}@media screen and (max-width:500px){.pd_download_section .text_box .link_flex{flex-direction:column;align-items:center}}.pd_download_section .text_box .link_flex svg{margin-right:16px;cursor:pointer}.pd_download_section .text_box .link_flex svg:last-child{margin-right:0}@media screen and (max-width:500px){.pd_download_section .text_box .link_flex svg{margin-right:0;margin-bottom:12px}.pd_download_section .text_box .link_flex svg:last-child{margin-bottom:0}}.pd_faq_page{padding-top:260px}@media screen and (max-width:768px){.pd_faq_page{padding-top:140px}}.pd_faq_page .pd_hero{margin-bottom:100px}@media screen and (max-width:768px){.pd_faq_page .pd_hero{margin-bottom:76px}}.pd_faq_page .pd_hero .text_box{width:90%;margin:auto}@media screen and (max-width:768px){.pd_faq_page .pd_hero .text_box{width:90%}}.pd_faq_page .pd_hero .title{font-size:48px;line-height:53px;letter-spacing:-.015em;color:var(--black01);margin-bottom:12px;text-align:center}@media screen and (max-width:768px){.pd_faq_page .pd_hero .title{font-size:32px;line-height:46px}}@media screen and (max-width:500px){.pd_faq_page .pd_hero .title{text-align:left}}.pd_faq_page .pd_hero .description{font-size:16px;line-height:29px;color:var(--black03);text-align:center;margin:auto}@media screen and (max-width:768px){.pd_faq_page .pd_hero .description{font-size:14px;line-height:26px}}@media screen and (max-width:500px){.pd_faq_page .pd_hero .description{display:none;text-align:left}}.pd_faq_page .pd_hero .description.mobile{display:none}@media screen and (max-width:500px){.pd_faq_page .pd_hero .description.mobile{display:block}}.pd_faq_page .pd_hero .description a{text-decoration:underline;color:var(--primary)}@media screen and (max-width:900px){.pd_faq_page .pd_hero .description{width:100%}}.pd_faq_page .pd_second_section{border-radius:20px;margin:auto auto 126px;width:70%}@media screen and (max-width:768px){.pd_faq_page .pd_second_section{width:90%}}@media screen and (max-width:950px){.pd_faq_page .pd_second_section{width:90%}}@media screen and (max-width:768px){.pd_faq_page .pd_second_section{padding:0;background:none;width:100%}}.pd_faq_page .pd_second_section .flex_stack{overflow-x:auto;width:100%;background:var(--grey03);padding:24px;border-radius:8px}.pd_faq_page .pd_second_section .flex_stack::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#f0f2f3}.pd_faq_page .pd_second_section .flex_stack::-webkit-scrollbar{height:0;width:0;background:var(--primary)}.pd_faq_page .pd_second_section .flex_stack::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:var(--primary)}.pd_faq_page .pd_second_section .flex_stack .status_chip{margin:0 56px 0 0;font-size:16px;font-weight:400}@media screen and (max-width:768px){.pd_faq_page .pd_second_section .flex_stack .status_chip{margin-right:24px}}.pd_faq_page .pd_second_section .flex_stack .status_chip:last-child{margin-right:0}@media screen and (max-width:768px){.pd_faq_page .pd_second_section .flex_stack .status_chip:last-child{margin-right:0}.pd_faq_page .pd_second_section .flex_stack{padding:16px 20px}}.pd_faq_page .pd_second_section .accordion_section{margin-top:52px}@media screen and (max-width:768px){.pd_faq_page .pd_second_section .accordion_section{padding:0 5%;margin-top:24px}}.pd_faq_page .pd_second_section .accordion_box{background:none;box-shadow:none;border-bottom:1px solid #d4d7db}.pd_faq_page .pd_second_section .accordion_box .title{font-weight:500;font-size:20px;line-height:22px;color:var(--black01);letter-spacing:-.015em}.pd_faq_page .pd_second_section .accordion_box .content{font-weight:400;font-size:16px;line-height:24px;color:var(--black03)}.pd_faq_page .pd_second_section .accordion_box .accordion_title{min-height:unset!important}.pd_faq_page .pd_second_section .accordion_box .accordion_title .MuiAccordionSummary-contentGutters{margin:0!important;padding:16px 0}.pd_faq_page .pd_second_section .accordion_box .MuiAccordionDetails-root{padding-top:0!important}.pd_faq_page .pd_second_section .accordion_box:before{display:none}.pd_faq_page .pd_second_section .accordion_box .accordion_title{padding-left:0;padding-right:0}.pd_faq_page .pd_second_section .accordion_box .MuiAccordionDetails-root{padding-left:0!important}.pd_faq_page .pd_second_section .accordion_box .content{line-height:30px}.pd_header_section .title{font-weight:500;font-size:48px;line-height:53px;margin-bottom:12px;letter-spacing:-.015em;color:var(--black01)}.pd_header_section .title span{color:var(--primary)}@media screen and (max-width:600px){.pd_header_section .title{font-size:32px;line-height:35px}}.pd_header_section .description{font-weight:400;font-size:18px;line-height:29px;color:var(--black03);width:55%}@media screen and (max-width:1100px){.pd_header_section .description{width:100%}}@media screen and (max-width:600px){.pd_header_section .description{font-size:14px;line-height:22px}}.pd_header_section.center .description,.pd_header_section.center .title{text-align:center;margin:auto auto 12px}.pd_header_section.white .title{color:var(--white)}.pd_header_section.white .description{color:var(--grey04)}.pd_header_section.small .title{font-size:32px;line-height:35px}@media screen and (max-width:600px){.pd_header_section.small .title{font-size:24px;line-height:26px}}.pd_not_found{min-height:100vh;width:100%;padding:2rem .5rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.pd_not_found .logo{max-width:300px;max-height:60px}.pd_not_found .inner{display:flex;justify-content:space-between;align-items:center;flex-direction:column;height:80vh;min-height:500px}.pd_not_found .content{text-align:center;max-width:500px}.pd_not_found .content .title_box{display:flex;justify-content:center;align-items:center}.pd_not_found .content .title_box p{font-size:50px}.pd_not_found .content .title_box svg{font-size:4rem;margin-bottom:0}.pd_not_found .content .title{font-weight:900;font-size:2.5rem}@media(max-width:700px){.pd_not_found .content .title{font-size:1.7rem}}.pd_not_found .content p{font-weight:500}@media(max-width:700px){.pd_not_found .content p{font-size:.8rem}}.pd_not_found .content .go-home-btn{min-width:200px;background:var(--primary);margin-top:.5rem}.empty-response-pg{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:3rem auto;height:100%}.empty-response-pg img{max-width:162px;max-height:168px}.empty-response-pg p{font-size:.8rem;color:var(--text-100);margin:1.5rem auto;text-align:center;max-width:350px}.loader_boy{display:flex;justify-content:center;height:100vh;align-items:center}.loader_boy .pd_square{width:100px;height:100px;position:relative;perspective:200px}.loader_boy .pd_square div{position:absolute;top:0;height:50px;width:50px;background:var(--primary);-webkit-animation:flip 2s linear infinite;animation:flip 2s linear infinite;transform-origin:right bottom}.loader_boy .pd_square div:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s;opacity:.5}@-webkit-keyframes flip{0%{transform:rotateX(0) rotateY(0)}25%{transform:rotateX(0) rotateY(180deg)}50%{transform:rotateX(180deg) rotateY(180deg)}75%{transform:rotateX(180deg) rotateY(0deg)}to{transform:rotateX(0) rotateY(0)}}@keyframes flip{0%{transform:rotateX(0) rotateY(0)}25%{transform:rotateX(0) rotateY(180deg)}50%{transform:rotateX(180deg) rotateY(180deg)}75%{transform:rotateX(180deg) rotateY(0deg)}to{transform:rotateX(0) rotateY(0)}}.pd-modal{width:100%;height:100%;position:fixed;top:0;min-height:620px;left:0;background:rgba(0,0,0,.2);z-index:60;overflow:hidden}.pd-modal,.pd-modal .popBox2{display:flex;justify-content:center;align-items:center}.pd-modal .popBox2{position:relative;min-height:300px;flex-direction:column}@media screen and (max-width:650px){.pd-modal .popBox2{width:90vw}}.pd-modal .popBox2 .btn-wrap{display:flex;justify-content:flex-end}.pd-modal .popBox2 .btn-wrap button{min-width:118px}.pd-modal .close-modal-icon{position:absolute;top:1rem;width:unset!important;height:unset!important;border:none!important;right:1rem}@media screen and (max-width:768px){.pd-modal .close-modal-icon{top:.5rem;right:.5rem}}.pd_black_friday button{font-weight:400!important}.pd_black_friday .pd_signup_btn{width:271px;height:48px;background-color:var(--primary)}@media screen and (max-width:600px){.pd_black_friday .pd_signup_btn{display:flex;margin:auto}}.pd_black_friday .nav_wrapper{position:unset;margin-top:78px;top:unset;left:unset}.pd_black_friday .pd_navbar .nav_list .list_item.background{background:rgba(0,148,68,.13);border-radius:20px;padding:5px 12px;color:#009444}@media screen and (max-width:980px){.pd_black_friday .pd_mobile_nav{padding-top:80px}}.pd_black_friday .pd_mobile_nav .nav_list_mobile{padding-top:40px}.pd_black_friday .pd_clock{width:100%;position:fixed;top:0;left:0;padding:10px 0;height:75px;z-index:20;background:var(--primary);display:flex;align-items:center;justify-content:center}.pd_black_friday .pd_clock .live{text-align:center;padding:0 5%;font-size:30px;color:#fff;font-family:IBM Plex Sans,sans-serif;font-weight:600}@media screen and (max-width:600px){.pd_black_friday .pd_clock .live{font-size:18px}}.pd_black_friday .pd_clock .time_box{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex}.pd_black_friday .pd_clock .time_box .single_time{display:flex;flex-direction:column;align-items:center}.pd_black_friday .pd_clock .time_box .single_time .time{font-weight:500;font-size:32px;line-height:42px;text-align:right;color:#fff;font-family:IBM Plex Sans,sans-serif}.pd_black_friday .pd_clock .time_box .single_time .description{font-weight:500;font-size:12px;line-height:13px;text-align:right;color:#fff;opacity:.5}.pd_black_friday .pd_clock .time_box .colon{margin:0 40px;font-weight:500;font-size:32px;line-height:42px;text-align:right;color:#fff;opacity:.5}@media screen and (max-width:550px){.pd_black_friday .pd_clock .time_box .colon{margin:0 20px}}@media screen and (max-width:450px){.pd_black_friday .pd_clock .time_box .colon{margin:0 10px}}.pd_black_friday .big_black_bg{padding-top:127px;padding-bottom:56px;position:relative;background-color:var(--textdark)}.pd_black_friday .big_black_bg .blur{position:absolute;top:668px;display:flex;width:100%;justify-content:center}.pd_black_friday .big_black_bg .blur .blur_box{width:754px;height:754px;border-radius:50%;background:rgba(0,148,68,.7);filter:blur(399.926px)}.pd_black_friday .big_black_bg:before{content:"";position:absolute;top:0;left:0;background-image:url(/images/black/leftbag.png);background-repeat:no-repeat;background-position:50%;background-size:cover;height:430px;width:143px}@media screen and (max-width:650px){.pd_black_friday .big_black_bg:before{display:none}}.pd_black_friday .big_black_bg:after{content:"";position:absolute;top:60px;right:0;background-repeat:no-repeat;background-position:50%;background-size:cover;height:569px;width:169px;background-image:url(/images/black/rightbag.png)}@media screen and (max-width:650px){.pd_black_friday .big_black_bg:after{display:none}}@media screen and (max-width:768px){.pd_black_friday .big_black_bg{padding-top:100px}}.pd_black_friday .pd_hero{padding:0 0 87px;width:100%;z-index:2;position:relative;display:flex;flex-direction:column;align-items:center}@media screen and (max-width:768px){.pd_black_friday .pd_hero{padding:0 0 50px}}.pd_black_friday .pd_hero .bumpa_text{margin:50px 0}@media screen and (max-width:420px){.pd_black_friday .pd_hero .bumpa_text{margin:30px 0}}.pd_black_friday .pd_hero .bumpa_text p{font-weight:500;font-size:68px;line-height:80px;text-align:center;color:#fff}@media screen and (max-width:700px){.pd_black_friday .pd_hero .bumpa_text p{font-size:50px;line-height:60px}}@media screen and (max-width:600px){.pd_black_friday .pd_hero .bumpa_text p{font-size:40px;line-height:50px}}@media screen and (max-width:420px){.pd_black_friday .pd_hero .bumpa_text p{font-size:30px;line-height:40px}}.pd_black_friday .pd_hero .bumpa_text p span{color:var(--primary)}.pd_black_friday .pd_hero .signup{background:#fff;border-radius:8px;width:270px;height:56px;display:block;text-align:center;padding:16px 0;color:var(--primary);margin-bottom:68px}.pd_black_friday .pd_second_section{padding:22px 90px 0 128px;background-color:var(--white);display:flex;z-index:2;position:relative;justify-content:space-between;align-items:center}@media screen and (max-width:1300px){.pd_black_friday .pd_second_section{padding:50px}}@media screen and (max-width:950px){.pd_black_friday .pd_second_section{flex-direction:column-reverse;padding:36px 19px 0}}@media screen and (max-width:540px){.pd_black_friday .pd_second_section>span{width:100%!important;height:400px!important}}.pd_black_friday .pd_second_section .text_box{width:calc(100% - 600px)}@media screen and (max-width:950px){.pd_black_friday .pd_second_section .text_box{width:100%;margin-bottom:20px}}.pd_black_friday .pd_second_section .text_box .grey{font-weight:500;font-size:14px;line-height:15px;letter-spacing:.02em;color:#9e9e9e;margin-bottom:13px}@media screen and (max-width:600px){.pd_black_friday .pd_second_section .text_box .grey{text-align:center}}.pd_black_friday .pd_second_section .text_box .title_text{font-weight:500;font-size:40px;line-height:44px;color:var(--black01);letter-spacing:-.015em;color:var(--textdark)}@media screen and (max-width:900px){.pd_black_friday .pd_second_section .text_box .title_text{font-size:24px;line-height:26px}}.pd_black_friday .pd_second_section .text_box .title_text span{color:var(--primary)}@media screen and (max-width:1250px){.pd_black_friday .pd_second_section .text_box .title_text{display:none}}.pd_black_friday .pd_second_section .text_box .title_text.mobile{display:none}@media screen and (max-width:1250px){.pd_black_friday .pd_second_section .text_box .title_text.mobile{display:block}}@media screen and (max-width:600px){.pd_black_friday .pd_second_section .text_box .title_text.mobile{text-align:center}}.pd_black_friday .pd_second_section .text_box .date{background:#ededed;border-radius:20px;padding:10px 25px;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:17px 0 29px;color:var(--textdark)}.pd_black_friday .pd_second_section .text_box .date span{font-weight:500}@media screen and (max-width:600px){.pd_black_friday .pd_second_section .text_box .date{margin:17px auto 29px}}.pd_black_friday .pd_second_section .text_box .list_box{margin-bottom:36px}.pd_black_friday .pd_second_section .text_box .list_box .each_list{display:flex;margin-bottom:22px;align-items:center}.pd_black_friday .pd_second_section .text_box .list_box .each_list:last-child{margin-bottom:0}.pd_black_friday .pd_second_section .text_box .list_box .each_list svg{width:28px}.pd_black_friday .pd_second_section .text_box .list_box .each_list p{font-weight:400;font-size:16px;line-height:18px;color:var(--textdark);margin-left:8px}.pd_black_friday .pd_third_section{padding:56px 5% 0;position:relative;z-index:2}.pd_black_friday .pd_third_section p.heading{font-weight:500;font-size:18px;line-height:20px;text-align:center;letter-spacing:.02em;color:#fff;margin-bottom:50px;position:relative}.pd_black_friday .pd_third_section .card_section{width:90%;margin:auto}.pd_black_friday .pd_third_section .card_section .single_card{width:90%;margin:auto;border-radius:20px;background-color:var(--primary);padding:5px 5px 14px}@media screen and (max-width:600px){.pd_black_friday .pd_third_section .card_section .single_card{width:100%}}.pd_black_friday .pd_third_section .card_section .single_card.left{margin:24px 0}.pd_black_friday .pd_third_section .card_section .single_card .white_card{padding:54px 10px;border-radius:20px;background-color:#fff}.pd_black_friday .pd_third_section .card_section .single_card .white_card .title_text{font-weight:500;font-size:32px;line-height:50px;text-align:center;color:#1e1e1e}@media screen and (max-width:600px){.pd_black_friday .pd_third_section .card_section .single_card .white_card .title_text{font-size:24px;line-height:30px}}.pd_black_friday .pd_third_section .card_section .single_card .white_card .description{font-weight:400;font-size:18px;line-height:28px;text-align:center;color:#1e1e1e;width:80%;margin:5px auto auto}@media screen and (max-width:600px){.pd_black_friday .pd_third_section .card_section .single_card .white_card .description{font-size:14px;width:100%;line-height:24px}}.pd_black_friday .pd_third_section .youtube{width:100%;height:600px;border:1px solid red;margin-bottom:56px}.pd_black_friday .pd_third_section .sellers_box{background:#fff;border-radius:8px;position:relative;width:100%;display:flex;align-items:center;flex-direction:column;padding:58px 5px 64px;border:1.08px solid}.pd_black_friday .pd_third_section .sellers_box .absolute_line{position:absolute;top:0;height:100%}@media screen and (max-width:900px){.pd_black_friday .pd_third_section .sellers_box .absolute_line{display:none}}.pd_black_friday .pd_third_section .sellers_box .absolute_line.left{left:0;transform:rotate(180deg)}.pd_black_friday .pd_third_section .sellers_box .absolute_line.right{right:0}.pd_black_friday .pd_third_section .sellers_box .title_text,.pd_black_friday .pd_third_section .sellers_box button{position:relative;z-index:2}.pd_black_friday .pd_third_section .sellers_box .title_text{font-weight:500;font-size:32px;line-height:50px;text-align:center;color:var(--textdark);margin-bottom:33px}@media screen and (max-width:900px){.pd_black_friday .pd_third_section .sellers_box .title_text{font-size:28px;line-height:40px}}@media screen and (max-width:500px){.pd_black_friday .pd_third_section .sellers_box .title_text{font-size:24px}}.pd_black_friday .pd_third_section .sellers_box .title_text span{color:var(--primary)}.pd_black_friday .pd_third_section .banner_container{background:hsla(0,0%,100%,.1);border-radius:8px;padding:90px 120px;display:flex;align-items:center;margin-top:56px;justify-content:center}@media screen and (max-width:1200px){.pd_black_friday .pd_third_section .banner_container{padding:58px 30px}}@media screen and (max-width:900px){.pd_black_friday .pd_third_section .banner_container{flex-direction:column-reverse}}@media screen and (max-width:370px){.pd_black_friday .pd_third_section .banner_container>span{width:265px!important}}.pd_black_friday .pd_third_section .banner_container .text_box{margin-left:64px}@media screen and (max-width:900px){.pd_black_friday .pd_third_section .banner_container .text_box{width:100%;margin-bottom:20px;margin-left:0}}.pd_black_friday .pd_third_section .banner_container .text_box .movement{font-weight:500;font-size:14px;line-height:15px;letter-spacing:.02em;color:#fff;margin-bottom:14px}@media screen and (max-width:600px){.pd_black_friday .pd_third_section .banner_container .text_box .movement{text-align:center}}.pd_black_friday .pd_third_section .banner_container .text_box .title_text{font-weight:500;font-size:40px;line-height:50px;color:#fff;margin-bottom:18px}@media screen and (max-width:1260px){.pd_black_friday .pd_third_section .banner_container .text_box .title_text{display:none}}@media screen and (max-width:768px){.pd_black_friday .pd_third_section .banner_container .text_box .title_text{font-size:30px;display:none}}@media screen and (max-width:600px){.pd_black_friday .pd_third_section .banner_container .text_box .title_text{text-align:center}}@media screen and (max-width:400px){.pd_black_friday .pd_third_section .banner_container .text_box .title_text{font-size:25px;line-height:40px}}.pd_black_friday .pd_third_section .banner_container .text_box .title_text.mobile{display:none}@media screen and (max-width:1260px){.pd_black_friday .pd_third_section .banner_container .text_box .title_text.mobile{display:block}}.pd_black_friday .pd_fourth_section{width:90%;margin:auto;padding-bottom:100px}@media screen and (max-width:768px){.pd_black_friday .pd_fourth_section{width:90%}}.pd_black_friday .pd_fourth_section .partner_flex{display:flex;align-items:center;width:100%;margin-top:64px;flex-wrap:wrap}.pd_black_friday .pd_fourth_section .partner_flex>span{margin-right:53px!important}.pd_black_friday .pd_fourth_section .partner_flex>span:last-child{margin-right:0!important}@media screen and (max-width:900px){.pd_black_friday .pd_fourth_section .partner_flex>span{margin-bottom:20px!important}}@media screen and (max-width:768px){.pd_black_friday .pd_fourth_section .partner_flex{display:none}}.pd_black_friday .pd_fourth_section .mobile_partner_flex{margin-top:24px;width:100%}@media screen and (max-width:768px){.pd_black_friday .pd_fourth_section .mobile_partner_flex{display:block}}.pd_black_friday .pd_fourth_section .mobile_partner_flex .row,.pd_black_friday .pd_fourth_section .mobile_partner_flex .row_two{width:100%;display:flex;justify-content:center;align-items:center}.pd_black_friday .pd_fourth_section .mobile_partner_flex .row>span,.pd_black_friday .pd_fourth_section .mobile_partner_flex .row_two>span{margin-right:20px!important}.pd_black_friday .pd_fourth_section .mobile_partner_flex .row>span:last-child,.pd_black_friday .pd_fourth_section .mobile_partner_flex .row_two>span:last-child{margin-right:0!important}.pd_black_friday .pd_fourth_section .mobile_partner_flex .row_two{margin-top:15px}@media screen and (max-width:768px){.pd_black_friday .pd_fourth_section{padding-bottom:40px}}.pd_black_friday .pd_fourth_section .partner_flex{justify-content:center;margin:0}.pd_black_friday .pd_fourth_section .mobile_partner_flex{display:none;justify-content:center;flex-wrap:wrap}@media screen and (max-width:768px){.pd_black_friday .pd_fourth_section .mobile_partner_flex{display:flex;align-items:center}}.pd_black_friday .pd_fourth_section .mobile_partner_flex>span{margin-left:10px!important;margin-bottom:20px!important}.pd_black_friday .pd_fourth_section .title_text{font-weight:500;font-size:18px;line-height:50px;margin:62px 0 53px;text-align:center;color:#1e1e1e}@media screen and (max-width:768px){.pd_black_friday .pd_fourth_section .title_text{margin:30px 0}}.pd_fifth_section_black{background:#009444;padding:56px 5%}.pd_fifth_section_black .title_text{font-weight:500;font-size:18px;line-height:50px;text-align:center;text-transform:uppercase;color:#fff;margin-bottom:40px}.pd_fifth_section_black .faq_box{background:#fbfbfb;border-radius:20px;padding:70px 60px}@media screen and (max-width:600px){.pd_fifth_section_black .faq_box{padding:20px}}.pd_fifth_section_black .accordion_box{padding:36px 0;background:none;box-shadow:none;border-bottom:1px solid #d4d7db}.pd_fifth_section_black .accordion_box .title{font-weight:500;font-size:20px;line-height:22px;color:var(--black01);letter-spacing:-.015em}.pd_fifth_section_black .accordion_box .content{font-weight:400;font-size:16px;line-height:24px;color:var(--black03)}.pd_fifth_section_black .accordion_box .accordion_title{min-height:unset!important}.pd_fifth_section_black .accordion_box .accordion_title .MuiAccordionSummary-contentGutters{margin:0!important;padding:16px 0}.pd_fifth_section_black .accordion_box .MuiAccordionDetails-root{padding-top:0!important}.pd_fifth_section_black .accordion_box:before{display:none}.pd_fifth_section_black .accordion_box .accordion_title{padding-left:0;padding-right:0}.pd_fifth_section_black .accordion_box .accordion_title .title{color:#1e1e1e;font-size:20px;font-weight:500}.pd_fifth_section_black .accordion_box .accordion_title .MuiAccordionSummary-contentGutters{padding:8px 0}.pd_fifth_section_black .accordion_box .accordion_title .title{font-family:graphik_regular}.pd_fifth_section_black .accordion_box .MuiAccordionDetails-root{padding-left:0!important}.pd_fifth_section_black .accordion_box .content{line-height:30px}.pd_fifth_section_black .accordion_box .content a{margin-left:5px;text-decoration:underline;color:#5a5aec}.pd_fifth_section_black .pd_download_section{margin-top:56px;background-color:#fff;width:100%}.pd_fifth_section_black .pd_download_section p{color:var(--textdark)!important}.footer_form{width:100%}.footer_form .form_section{background:var(--textdark);padding:56px 0 80px;display:flex;flex-direction:column;align-items:center}.footer_form .form_section .title_text{font-weight:500;font-size:32px;line-height:35px;text-align:center;color:var(--white)}@media screen and (max-width:600px){.footer_form .form_section .title_text{font-size:25px;line-height:28px}}.footer_form .form_section .description{font-weight:400;font-size:16px;line-height:44px;text-align:center;color:var(--white);margin:4px 0 14px;letter-spacing:-.015em}@media screen and (max-width:600px){.footer_form .form_section .description{font-size:14px;line-height:24px}}.footer_form .form_section form{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:10px}.footer_form .form_section form input{background:#fff;width:500px;border-radius:4px;margin-bottom:16px;padding:19px 28px}@media screen and (max-width:600px){.footer_form .form_section form input{width:90%}}.footer_form .form_section form input::-moz-placeholder{font-weight:400;font-size:16px;line-height:18px;display:flex;align-items:center;letter-spacing:-.015em;color:#444}.footer_form .form_section form input::placeholder{font-weight:400;font-size:16px;line-height:18px;display:flex;align-items:center;letter-spacing:-.015em;color:#444}.footer_form .form_section form input:last-child{margin-bottom:0}.footer_form .form_section form .check_flex{display:flex;margin:23px 0}.footer_form .form_section form .check_flex p{font-weight:400;font-size:16px;line-height:18px;color:var(--white);letter-spacing:-.015em;margin-right:15px}.footer_form .form_section form .check_flex .check_box{display:flex;margin-right:10px}.footer_form .form_section form .check_flex .check_box:last-child{margin-right:0}.footer_form .form_section form .check_flex .check_box input,.footer_form .form_section form .check_flex .check_box span{padding:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.footer_form .form_section form .check_flex .check_box svg{color:var(--white)}.footer_form .form_section form .check_flex .check_box label{font-weight:400;font-size:16px;line-height:18px;color:var(--white);letter-spacing:-.015em;margin-left:6px}.footer_form footer{width:100%;padding:48px 5%;display:flex;justify-content:space-between;flex-wrap:wrap}.footer_form footer a,.footer_form footer p{font-weight:400;font-size:16px;line-height:44px;letter-spacing:-.015em;color:var(--textdark)}.footer_form footer a{margin-right:10px}.footer_form footer a:last-child{margin-right:0}.footer_form footer .link_flex{display:flex;flex-wrap:wrap}.coming_soon{height:100vh;background:#1e1e1e;min-height:800px;overflow-y:hidden;position:relative;flex-direction:column}.coming_soon,.coming_soon .blur{width:100%;display:flex;justify-content:center}.coming_soon .blur{position:absolute;top:-552px}@media screen and (max-width:600px){.coming_soon .blur{top:0}}.coming_soon .blur .blur_box{width:1000px;height:1000px;border-radius:50%;background:rgba(0,148,68,.7);filter:blur(535.179px)}.coming_soon:before{content:"";position:absolute;top:60px;left:0;background-image:url(/images/black/leftbag.png);background-repeat:no-repeat;background-position:50%;background-size:cover;height:430px;width:143px}@media screen and (max-width:650px){.coming_soon:before{display:none}}.coming_soon:after{content:"";position:absolute;top:150px;right:0;background-repeat:no-repeat;background-position:50%;background-size:cover;height:569px;width:169px;background-image:url(/images/black/rightbag.png)}@media screen and (max-width:650px){.coming_soon:after{display:none}}.coming_soon .container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:2;margin-bottom:24px}@media screen and (max-width:600px){.coming_soon .container{margin-bottom:50px}}.coming_soon .container p{background:hsla(0,0%,100%,.13);border-radius:24.6154px;font-size:17.2308px;line-height:32px;margin-top:-10px;padding:5px 20px}.coming_soon .container p,.coming_soon .title_text{font-weight:600;color:#fff;position:relative;z-index:2}.coming_soon .title_text{font-size:68px;line-height:80px;text-align:center;margin-bottom:16px;margin-top:0}@media screen and (max-width:600px){.coming_soon .title_text{font-size:40px;line-height:50px;padding:0 5%}}.coming_soon .description{font-weight:400;font-size:16px;line-height:22px;position:relative;z-index:2;text-align:center;letter-spacing:-.015em;color:#fff}.coming_soon .description span{font-weight:600}@media screen and (max-width:600px){.coming_soon .description{padding:0 5%}}.coming_soon .social_box{display:flex;justify-content:center;position:relative;z-index:2}.coming_soon .social_box a{margin-right:33px}.coming_soon .social_box a:last-child{margin-right:0}.coming_soon .line{border-bottom:2px solid #fff;width:700px;margin:34px auto auto;position:relative;z-index:2}@media screen and (max-width:768px){.coming_soon .line{width:90%}}.coming_soon p.social_text{font-size:16px;line-height:18px;text-align:center;color:#fff;margin:30px 5%;position:relative;z-index:2}.coming_soon .bottom_box{width:100%;display:flex;border-top:2px solid #404040;padding:26px 0;z-index:2;justify-content:center;position:absolute;bottom:0;left:0}.coming_soon .bottom_box a{color:#fff;text-decoration:underline}@media screen and (max-width:980px){.pd_market_place .pd_mobile_nav{padding-top:0}}.pd_market_place button{font-family:graphik_regular;font-weight:400}.pd_market_place .cover_nav{width:100%;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:fixed;top:0;left:0}.pd_market_place .pd_navbar{padding:15px 0;width:90%;max-width:1920px;margin:0 auto;flex-wrap:wrap;gap:4px;row-gap:10px}@media screen and (max-width:880px){.pd_market_place .pd_navbar{flex-direction:column;justify-content:center}}.pd_market_place .pd_navbar .left_side{display:flex;align-items:center;gap:15px}.pd_market_place .pd_navbar .search_box{max-width:548px;height:48px;border:1px solid #d4d7db;border-radius:8px;display:flex;padding:11px;width:100%}@media screen and (max-width:500px){.pd_market_place .pd_navbar .search_box{width:100%;max-width:unset;height:38px}}.pd_market_place .pd_navbar .search_box input{border:none;outline:none;height:100%;background:none;flex:1}.pd_market_place .pd_navbar .search_box .submit_icon_btn{min-width:unset;height:100%;background:none;padding:0;outline:none}.pd_market_place .pd_navbar .btn_box button{width:unset;min-width:128px}.pd_market_place .pd_navbar .btn_box button.learn{width:337px}.pd_market_place .pd_mobile_nav .nav_list_mobile{margin-top:30px}.pd_market_place .pd_mobile_nav .nav_list_mobile button{width:100%}.pd_market_place .filter_section{width:100%;background:#f9f9f9;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;position:fixed;top:57px;z-index:2}@media screen and (max-width:1200px){.pd_market_place .filter_section{flex-direction:column;position:relative;margin-top:0}}.pd_market_place .filter_section .MuiSelect-select{padding-left:0!important}.pd_market_place .filter_section .category_filter{display:flex;align-items:center;flex-wrap:wrap;width:60%}@media screen and (max-width:1200px){.pd_market_place .filter_section .category_filter{width:100%}}.pd_market_place .filter_section .category_filter button{padding:11px 12px;min-width:unset;width:-webkit-max-content;width:-moz-max-content;width:max-content;background:#ededed;margin-bottom:5px;border-radius:8px;color:#0d1821;font-size:14px;margin-right:8px}.pd_market_place .filter_section .category_filter button:last-child{margin-right:0}.pd_market_place .filter_section .category_filter button.active{background:#e2f1e9;color:#009444}.pd_market_place .filter_section .search_filter{display:flex}@media screen and (max-width:1200px){.pd_market_place .filter_section .search_filter{width:100%}}@media screen and (max-width:500px){.pd_market_place .filter_section .search_filter{flex-direction:column}}.pd_market_place .filter_section .search_filter .select_sort{width:150px;padding:12px;margin-right:8px;height:48px}@media screen and (max-width:1200px){.pd_market_place .filter_section .search_filter .select_sort{width:48%}}@media screen and (max-width:500px){.pd_market_place .filter_section .search_filter .select_sort{width:100%;margin-bottom:10px}}.pd_market_place .filter_section .search_filter .filter_box{width:180px}@media screen and (max-width:1200px){.pd_market_place .filter_section .search_filter .filter_box{width:48%}}@media screen and (max-width:500px){.pd_market_place .filter_section .search_filter .filter_box{width:100%}}.pd_market_place .filter_section .search_filter .search_box{width:237px;background:#f2f2f2;height:48px;border:1px solid #d4d7db;border-radius:8px;display:flex;padding:11px}@media screen and (max-width:1200px){.pd_market_place .filter_section .search_filter .search_box{width:48%}}@media screen and (max-width:500px){.pd_market_place .filter_section .search_filter .search_box{width:100%}}.pd_market_place .filter_section .search_filter .search_box input{border:none;outline:none;height:100%;background:none;flex:1}.pd_market_place .filter_section .search_filter .search_box .submit_icon_btn{min-width:unset;height:100%;background:none;padding:0;outline:none}.pd_market_place .display_market{margin:78px 0 0}@media screen and (max-width:880px){.pd_market_place .display_market{margin:124px 0 0}}@media screen and (max-width:500px){.pd_market_place .display_market{margin:114px 0 0}}.pd_market_place .display_market .displaying_box{width:100%;margin-bottom:32px;border-bottom:1px solid #ededed}.pd_market_place .display_market .displaying_box .cover_display{width:90%;margin:auto;padding:30px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.pd_market_place .display_market .displaying_box .cover_display .select-mui{height:40px!important}@media screen and (max-width:600px){.pd_market_place .display_market .displaying_box .cover_display .select-mui{width:100%!important}}.pd_market_place .display_market .displaying_box p{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.pd_market_place .display_market .bg_image_box{width:100%;height:300px;background-image:url(/images/popup-web-banner.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:650px){.pd_market_place .display_market .bg_image_box{height:200px}}@media screen and (max-width:500px){.pd_market_place .display_market .bg_image_box{height:150px}}.pd_market_place .display_market .line{width:100%;margin-top:50px;border-bottom:1px solid #ededed}.pd_market_place .market_grid{width:90%;margin:auto;display:grid;grid-template-columns:19% 19% 19% 19% 19%;gap:20px;justify-content:space-between;row-gap:40px}@media screen and (max-width:768px){.pd_market_place .market_grid{width:90%}}@media screen and (max-width:1350px){.pd_market_place .market_grid{grid-template-columns:24% 24% 24% 24%}}@media screen and (max-width:1200px){.pd_market_place .market_grid{grid-template-columns:32% 32% 32%}}@media screen and (max-width:950px){.pd_market_place .market_grid{grid-template-columns:46% 46%}}@media screen and (max-width:600px){.pd_market_place .market_grid{grid-template-columns:100%}}.pd_market_place .market_grid .single_market{cursor:pointer}@media screen and (max-width:900px){.pd_market_place .market_grid .single_market{max-width:100%}}.pd_market_place .market_grid .single_market .image_box{width:100%;height:242px;margin-bottom:16px;position:relative;border-radius:8px;overflow:hidden}@media screen and (max-width:500px){.pd_market_place .market_grid .single_market .image_box{height:200px}}.pd_market_place .market_grid .single_market .text_box{width:100%}.pd_market_place .market_grid .single_market .text_box .percent{font-weight:500;font-size:18px;line-height:20px;color:var(--primary)}.pd_market_place .market_grid .single_market .text_box .title_text{font-weight:400;font-size:16px;line-height:18px;color:#000;margin:8px 0 6px}.pd_market_place .market_grid .single_market .text_box .description{font-weight:400;font-size:14px;line-height:20px;color:#7b7b7b}.bumpa_power_link{color:var(--primary)!important}.pagination-wrap{display:flex;justify-content:center;align-items:center;margin:40px 0 1.2rem 1rem}@media screen and (max-width:600px){.pagination-wrap{margin:40px auto}}.pagination-wrap p{font-size:14px;color:#718096}.pagination-wrap button{font-size:14px;border-radius:50%;width:40px;height:40px}@media screen and (max-width:600px){.pagination-wrap button{width:30px;height:30px}}.pagination-wrap button.Mui-selected{background-color:var(--primary);color:#fff}.pagination-wrap button.Mui-selected:hover{background:var(--primary)!important}.pagination-wrap li{padding:0;margin:0}.label_box{display:flex;position:relative;cursor:pointer;width:100%}.label_box svg{margin-left:5px;margin-top:3px}.label_box .tooltip{overflow:hidden;position:absolute;top:25px;left:0;border-radius:5px;width:100%;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.25);z-index:3}.label_box .tooltip .cover_tooltip{padding:15px;width:100%}.label_box .tooltip p{font-size:14px;line-height:26px}.upload_box{padding:10px 0}@media screen and (max-width:600px){.upload_box .label_box{font-size:12px!important}}.form-group.file p.file_name{font-weight:400;font-size:16px;line-height:18px;margin-left:13px;color:#c1c1c1}.select-group .MuiSelect-select{padding-left:0!important}@media screen and (max-width:768px){.select-group .MuiSelect-select{min-height:1em}}.input-icon-wrap{box-sizing:border-box;width:100%;height:56px;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;background:#fff;border-radius:8px}@media screen and (max-width:768px){.input-icon-wrap{height:46px}}.input-icon-wrap.border{border:1px solid #c8c8c8}.input-icon-wrap.icon-placeholder input{padding-left:45px!important}.input-icon-wrap.select-wrap .icon{cursor:auto;color:var(--primary);pointer-events:none;padding:0 .1rem}.input-icon-wrap.select-wrap .icon svg{fill:var(--primary);width:18px;height:18px}.input-icon-wrap.select-wrap select{padding-right:1.3rem!important;cursor:pointer}.input-icon-wrap .input select,.input-icon-wrap input{height:100%!important}.form-group-wrap{display:flex;justify-content:space-between;align-items:stretch}.form-group-wrap .form-group{width:48%}.form-group{display:flex;flex-direction:column;align-items:flex-start;padding:10px 0;width:100%}.form-group .label,.form-group label{margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;font-weight:400;font-size:16px;line-height:18px;color:#1e1e1e!important}@media screen and (max-width:600px){.form-group .label,.form-group label{font-size:12px!important}}.form-group .icon{background:transparent;position:absolute;top:0;padding:0 .8rem;bottom:0;border:none;font-size:12px;background-color:inherit;z-index:2;height:90%;margin:.1rem 19px .1rem .1rem;display:flex;justify-content:center;align-items:center;flex-direction:row;color:var(--textClr)}.form-group .icon svg{width:14px;height:14px}.form-group .icon:disabled{pointer-events:none;cursor:text}.form-group .icon.startIcon-left{left:0;border-radius:30px 0 0 30px}.form-group .icon.startIcon-right{right:0;border-radius:30px 0 0 30px}.form-group .icon.icon-right{right:0;cursor:pointer;margin-right:.3rem;border-radius:inherit}.form-group.half-width{width:48%}.filter-select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:197px;text-transform:capitalize!important}.custom-checkbox{border:1px solid var(--primary);margin:.4rem 1rem .4rem 0!important;padding-left:.6rem;border-radius:4px}.custom-checkbox span{font-size:14px}.custom-checkbox svg{font-size:18px}.custom-checkbox.active{border-color:var(--primary)}select::-ms-expand{display:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.upload-pdf{width:100%}.upload-pdf .input{height:45px;max-height:45px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:0 .3rem 0 1rem}.upload-pdf button{height:85%!important;color:#fff!important}.form-group .input,.form-group .select-mui,.form-group .textarea,.form-group input:not([type=checkbox]):not([type=radio]),.form-group select{width:100%;height:100%;max-height:100%;overflow-y:hidden;padding:0 1rem;border-radius:inherit;font-size:16px;flex-grow:2;line-height:22px;color:#1e1e1e;border:1px solid #c8c8c8;background:#fff}.form-group .input::-moz-placeholder,.form-group .select-mui::-moz-placeholder,.form-group .textarea::-moz-placeholder,.form-group input:not([type=checkbox]):not([type=radio])::-moz-placeholder,.form-group select::-moz-placeholder{font-weight:400;font-size:14px;line-height:22px;color:#c1c1c1}.form-group .input::placeholder,.form-group .select-mui::placeholder,.form-group .textarea::placeholder,.form-group input:not([type=checkbox]):not([type=radio])::placeholder,.form-group select::placeholder{font-weight:400;font-size:14px;line-height:22px;color:#c1c1c1}.form-group .input:focus,.form-group .select-mui:focus,.form-group .textarea:focus,.form-group input:not([type=checkbox]):not([type=radio]):focus,.form-group select:focus{border:1px solid #ebebeb;outline:none}.form-group .input:disabled,.form-group .select-mui:disabled,.form-group .textarea:disabled,.form-group input:not([type=checkbox]):not([type=radio]):disabled,.form-group select:disabled{background:#ebebeb}textarea{line-height:22px}textarea::-moz-placeholder{font-weight:400;font-size:14px;line-height:22px;color:#c1c1c1}textarea::placeholder{font-weight:400;font-size:14px;line-height:22px;color:#c1c1c1}::-moz-placeholder{color:#b5b5bd}::placeholder{color:#b5b5bd}.select-mui{padding:0;border-radius:8px!important;background-color:var(--whiteClr);font-size:16px!important}.select-mui svg{fill:var(--iconBg)}.select-mui,.select-mui input{border:none!important;font-size:16px}.select-mui fieldset{border-radius:8px;border-width:1px!important;border-color:#c8c8c8}.select-mui fieldset:focus{border-color:#c8c8c8!important}.menu-item{font-size:16px!important}.menu-item.placeholder{color:#b5b5bd}.menu-item.Mui-selected,.menu-item:hover{background-color:var(--primary)!important;color:#fff!important}textarea{border:none;outline:none;resize:none;width:100%;font-size:16px}.form-group .textarea{height:96px!important;background:#fff;resize:none;border:1px solid #c8c8c8!important;border-radius:8px;padding:10px 1rem;cursor:default;position:relative}.form-group .textarea .count{position:absolute;bottom:10px;right:10px;font-size:14px}@media screen and (max-width:600px){.form-group .textarea .count{font-size:12px}}.is-invalid{border-color:red!important}.input-err-msg{color:#ff0606;width:100%;font-weight:500;font-size:8.51965px;display:flex;justify-content:flex-start;align-items:center;margin-top:10px;text-align:right}.commentInput{margin-bottom:0}.commentInput .input-icon-wrap,.commentInput input{background:transparent;background-color:transparent;border:0;border-radius:0}.commentInput .input-icon-wrap:focus,.commentInput input:focus{background:transparent}.commentInput .input-icon-wrap svg,.commentInput input svg{width:20px}.commentInput .input-icon-wrap{border-top:1px solid rgba(0,0,0,.06)}.commentInput .input-icon-wrap svg path{fill:rgba(0,0,0,.6)}.file-upload-wrap p.label{color:#000;margin-bottom:8px;font-weight:500;font-size:14px;line-height:16px;width:100%}.file-upload-wrap .file-input{display:flex;align-items:center;justify-content:flex-start;padding:.6rem 1rem;width:100%;border:1px dashed #bdbdbd;background-color:#f9fbfb;border-radius:5px;color:#555}.file-upload-wrap .file-input input{width:100%;height:100%;position:absolute;inset:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;visibility:hidden}.file-upload-wrap .file-input.is-invalid{border-color:red}.file-upload-wrap .file-input span{max-width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1.4em;max-height:1.2rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}.file-upload-wrap .file-input svg{margin-right:1rem;color:#555}.file-upload-wrap .file-input.half-width{width:48%}@font-face{font-family:graphik_regular;src:url(/font/Graphik-Regular.otf)}@font-face{font-family:graphik_regular;font-weight:700;src:url(/font/Graphik-Bold.otf)}@font-face{font-family:graphik_regular;font-weight:500;src:url(/font/Graphik-Semibold.otf)}@font-face{font-family:freizeit_bold;font-weight:700;src:url(/font/Freizeit-Bold.otf)}@font-face{font-family:freizeit_bold;font-weight:800;src:url(/font/Freizeit-ExtraBold.otf)}@font-face{font-family:freizeit_bold;font-weight:300;src:url(/font/Freizeit-Light.otf)}@font-face{font-family:freizeit_bold;font-weight:500;src:url(/font/Freizeit-Medium.otf)}@font-face{font-family:freizeit_bold;font-weight:400;src:url(/font/Freizeit-Regular.otf)}@font-face{font-family:freizeit_bold;src:url(/font/Freizeit-Thin.otf)}.slick-next,.slick-prev{display:none!important}.learn_link{font-weight:400;font-size:16px;display:flex;align-items:center;line-height:24px;color:#009444}.learn_link svg{width:14px;margin-left:8px}.tabs_header_chip{cursor:pointer;font-size:14px}.tabs_header_chip.active{color:var(--primary)}.pd_help_survey{border-top:1px solid #f2f2f2;padding-top:36px}.pd_help_survey .question_box .question{font-weight:500;font-size:20px;line-height:32px;margin-bottom:12px}.pd_help_survey .question_box .option_flex{display:flex;margin-bottom:36px}.pd_help_survey .question_box .option_flex button{border:1px solid #f2f2f2;border-radius:8px;background:#fff;margin-right:16px;width:180px;color:var(--black01)}.pd_help_survey .question_box .option_flex button:last-child{margin-right:0}.pd_help_survey .link_container p{font-weight:400;font-size:18px;line-height:29px;margin-bottom:12px;color:var(--black01)}.pd_help_survey .link_container p a{color:var(--primary);margin-left:16px}.pd_help_survey .link_container p:last-child{margin-bottom:0}.hero_image_flex{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){.hero_image_flex{flex-direction:column}}.hero_image_flex .image_box{position:relative;width:436px;height:484px;margin-right:70px}@media screen and (max-width:1200px){.hero_image_flex .image_box{margin-right:0}}@media screen and (max-width:1000px){.hero_image_flex .image_box{width:400px;height:450px}}@media screen and (max-width:768px){.hero_image_flex .image_box{margin:20px auto auto}}@media screen and (max-width:430px){.hero_image_flex .image_box{width:100%}}.hero_image_flex .text_box{width:calc(100% - 570px)}@media screen and (max-width:1000px){.hero_image_flex .text_box{width:calc(100% - 420px)}}@media screen and (max-width:768px){.hero_image_flex .text_box{width:100%}}:root{--primary:#009444;--secondary:#ffb60a;--blue100:#0267ff;--info:#767b81;--success:#39b54a;--warning:#f4a408;--warning:#d90429;--grey01:#9ba2ac;--grey02:#d4d7db;--grey03:#f2f2f2;--grey04:#f8f8f8;--white:#fff;--white03:#fdfdfd;--white02:#fbfbfb;--green01:#02b554;--green02:#02cb5e;--green03:#17db71;--black01:#202021;--balck02:#454545;--black03:#7b7b7b;--black04:#949494;--pastelblue:#edf5fe;--pastelgreen:#ebf6f0;--pastelyellow:#fff8e7;--pastelpink:#fbe6ea;--pastel03:#fff8e7;--pastel04:#fff8e7;--textdark:#1e1e1e}.clr-primary{color:var(--primary)}.bg-primary{background-color:var(--primary)}.fill-primary{fill:var(--primary)}.btn-primary{background-color:var(--primary);color:#fff}.clr-secondary{color:var(--secondary)}.bg-secondary{background-color:var(--secondary)}.fill-secondary{fill:var(--secondary)}.btn-secondary{background-color:var(--secondary);color:#fff}.clr-white{color:var(--white)}.bg-white{background-color:var(--white)}.fill-white{fill:var(--white)}.btn-white{background-color:var(--white);color:#fff}.pd_optin_form{background:#fff;border-radius:16px;width:552px;max-height:700px;overflow-y:auto;padding:48px 0 0;position:relative}.pd_optin_form::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:#f0f2f3}.pd_optin_form::-webkit-scrollbar{height:0;width:0;background:var(--primary)}.pd_optin_form::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3);background:var(--primary)}.pd_optin_form .qr_code_container{padding-top:0}.pd_optin_form .indication_box{background:#f7f7f7;border-radius:8px;padding:10px;display:flex;margin-bottom:24px;align-items:flex-start}.pd_optin_form .indication_box span{color:#009444}.pd_optin_form .indication_box svg{width:13px;margin-top:5px}.pd_optin_form .indication_box p{width:calc(100% - 30px);font-weight:400;margin-left:13px;font-size:14px;line-height:20px;color:#494949}@media screen and (max-width:600px){.pd_optin_form .indication_box p{font-size:12px}}.pd_optin_form .cancel-modal-icon{position:absolute;top:12px;background:#f1f1f1;width:30px;height:30px;right:14px}.pd_optin_form .mask{position:absolute;top:0;left:0;background-color:hsla(0,0%,100%,.8);z-index:3;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.pd_optin_form .mask .load{content:"";width:45px;height:45px;border:5px solid rgba(0,0,0,.302);border-top-color:#000;border-radius:50%;-webkit-animation:loading .75s ease infinite;animation:loading .75s ease infinite}.pd_optin_form .list_box{padding:20px 5%}.pd_optin_form .list_box button{background-color:#009444;margin:20px auto 0;display:block}.pd_optin_form .list_box .pd_check_list .indication_box{width:100%;margin-bottom:10px}.pd_optin_form .list_box .pd_check_list .indication_box:last-child{margin-bottom:0}.pd_optin_form .list_box .pd_check_list .indication_box svg{width:20px}.pd_optin_form .list_box .pd_check_list .indication_box .text_box{width:calc(100% - 30px)}.pd_optin_form .list_box .pd_check_list .indication_box .text_box p.description{width:100%}.pd_optin_form .list_box .pd_check_list .indication_box .text_box p.description a{color:#7979d9;margin:0 2px;text-decoration:underline}.pd_optin_form .list_box .pd_check_list .indication_box .text_box .title_text{font-weight:500;font-size:16px;margin-bottom:10px}.pd_optin_form button{font-weight:400}.pd_optin_form button:disabled{color:#fff}@media screen and (max-width:600px){.pd_optin_form{width:95%}}.pd_optin_form canvas{width:100%;height:100%}.pd_optin_form form{width:90%;margin:auto;padding-bottom:54px}.pd_optin_form form .title_text{margin-bottom:12px;font-weight:500;font-size:24px;line-height:32px;color:#1e1e1e}@media screen and (max-width:600px){.pd_optin_form form .title_text{font-size:20px}}.pd_optin_form form .description{font-weight:400;font-size:16px;line-height:24px;color:#7b7b7b;margin-bottom:13px}@media screen and (max-width:600px){.pd_optin_form form .description{font-size:14px}}.pd_optin_form form .note{font-weight:400;font-size:12px;line-height:20px;color:#009444}@media screen and (max-width:600px){.pd_optin_form form .note{font-size:12px}}.pd_optin_form form .btn_container{margin-top:24px}.pd_optin_form form .btn_container button{background-color:var(--primary)}.pd_optin_form .pd_step_three{display:flex;flex-direction:column;align-items:center}.pd_optin_form .pd_step_three svg{margin-top:100px}@media screen and (max-width:600px){.pd_optin_form .pd_step_three svg{margin-top:0}}.pd_optin_form .pd_step_three .title_text{font-weight:500;font-size:54px;line-height:59px;text-align:center;color:#1e1e1e;margin:36px 0 12px}.pd_optin_form .pd_step_three .description{font-weight:400;font-size:16px;line-height:24px;width:70%;text-align:center;color:#494949;margin-bottom:18px}@media screen and (max-width:600px){.pd_optin_form .pd_step_three .description{width:90%}}.pd_optin_form .pd_step_three button{background:var(--primary)}.pd_optin_form .pd_step_three .last_note{margin-top:40px;font-weight:400;font-size:12px;line-height:24px;width:100%;text-align:center;color:#494949;padding:16px 0;border-top:1px solid #e9e9e9}@-webkit-keyframes loading{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}@keyframes loading{0%{transform:rotate(0turn)}to{transform:rotate(1turn)}}