@charset "UTF-8";html{position:relative;width:100%}html{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}body{display:flex;flex-direction:column;min-height:100vh}.app-layout{flex:1;display:flex;flex-direction:column}html,body{margin:0;font-family:"Inter",Sans-serif;font-size:15px;font-weight:400;line-height:25px}html p,body p{margin:0}html h1,body h1{font-family:"Inter",Sans-serif;font-size:60px;font-weight:700;text-transform:capitalize;line-height:80px;margin:0}html h2,body h2{font-family:"Inter",Sans-serif;font-size:55px;font-weight:700;text-transform:capitalize;line-height:70px;margin:0}html h3,body h3{font-family:"Inter",Sans-serif;font-size:50px;font-weight:700;text-transform:capitalize;line-height:60px;margin:0}html h4,body h4{font-family:"Inter",Sans-serif;font-size:40px;font-weight:700;text-transform:capitalize;line-height:50px;margin:0}html h5,body h5{font-family:"Inter",Sans-serif;font-size:30px;font-weight:700;text-transform:capitalize;line-height:40px;margin:0}html h6,body h6{font-family:"Inter",Sans-serif;font-size:20px;font-weight:700;text-transform:capitalize;line-height:30px;margin:0}html a,body a{color:#000;font-family:"Inter",Sans-serif;text-decoration:none}html a:hover,body a:hover{color:#1a52cd}html .align-right,body .align-right{text-align:right}html .align-center,body .align-center{text-align:center}html .padding-top,body .padding-top{padding-top:20px}html .padding-bottom,body .padding-bottom{padding-bottom:20px}html .padding-bottom-large,body .padding-bottom-large{padding-bottom:40px}html .page-content,body .page-content{display:flex;flex-direction:column;flex:1;align-self:stretch}html .page-content>section,body .page-content>section{margin-top:50px;margin-bottom:50px}html .page-content>*:last-child,body .page-content>*:last-child{margin-top:auto}html .have-more-questions-section,body .have-more-questions-section{background-image:url(/images/Frame-101.webp);background-position:center center;background-repeat:no-repeat;background-size:cover;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;padding:80px 0;border-radius:40px;width:100%;display:flex;color:#fff;text-align:left}html .have-more-questions-section .svg-icon,body .have-more-questions-section .svg-icon{fill:#6a8fdf;transition:fill .3s;margin:0 8px 0 0;height:14px;width:14px}html .have-more-questions-section .flex-item-half-width,body .have-more-questions-section .flex-item-half-width{box-sizing:border-box;padding:0 60px}html .have-more-questions-section ul,body .have-more-questions-section ul{color:#000;list-style:none;margin-left:0;background-color:#fff;padding:10px;border-radius:15px;display:flex;flex-direction:column;gap:8px}html .have-more-questions-section ul li,body .have-more-questions-section ul li{position:relative;margin:0;padding:0}html .button,body .button{background-color:#1a52cd;display:flex;flex-direction:row;gap:5px;justify-content:center;text-transform:capitalize;color:#fff;border-radius:60px;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s;box-shadow:none;border:0;font-weight:700;cursor:pointer}html .button:hover,body .button:hover{background-color:#000;color:#fff}html .button-alt,body .button-alt{display:flex;flex-direction:row;gap:5px;justify-content:center;text-transform:capitalize;border-radius:60px;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s;box-shadow:none;cursor:pointer;background-color:#fff0;font-weight:700;fill:#000;color:#000;border-style:solid;border-width:1px 1px 1px 1px}html .button-alt:hover,body .button-alt:hover{background-color:#1a52cd;color:#fff;border-color:#1a52cd}html .button-alt-2,body .button-alt-2{display:flex;flex-direction:row;gap:5px;justify-content:center;text-transform:capitalize;border-radius:60px;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s;box-shadow:none;cursor:pointer;background-color:#fff;font-weight:700;fill:#000;color:#1a52cd;border:0}html .button-alt-2:hover,body .button-alt-2:hover{background-color:#000;color:#fff}html .hero-buttons,body .hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}html .full-width,body .full-width{width:100%}html .menu-bar,body .menu-bar{position:fixed;height:75px;width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffab;top:0;border-style:solid;border-width:0px 0px 1px 0px;border-color:#dbdbdb;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;z-index:999}html .menu-bar .menu-bar-content,body .menu-bar .menu-bar-content{width:100%;height:100%;display:flex;margin-inline:auto;position:relative}html .menu-bar .menu-bar-content a.active,body .menu-bar .menu-bar-content a.active{color:#1a52cd}html .menu-bar .menu-bar-content .menu-hamburger,body .menu-bar .menu-bar-content .menu-hamburger{display:none}html .menu-bar .menu-bar-content .logo-holder,body .menu-bar .menu-bar-content .logo-holder{width:25%;font-family:"Inter",Sans-serif;font-weight:600;color:#000;display:flex;align-items:center;height:100%;overflow:hidden;padding-left:8px}html .menu-bar .menu-bar-content .logo-image-desktop,body .menu-bar .menu-bar-content .logo-image-desktop{max-height:55px;width:auto;display:block;object-fit:contain}html .menu-bar .menu-bar-content .menu-holder,body .menu-bar .menu-bar-content .menu-holder{width:59%;text-align:center;align-content:center;align-items:center}html .menu-bar .menu-bar-content .menu-holder ul,body .menu-bar .menu-bar-content .menu-holder ul{margin-top:0;height:100%;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;margin-left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html .menu-bar .menu-bar-content .menu-holder ul li,body .menu-bar .menu-bar-content .menu-holder ul li{position:relative;margin:0;padding:0;align-content:center;align-items:center}html .menu-bar .menu-bar-content .menu-holder ul li a,body .menu-bar .menu-bar-content .menu-holder ul li a{font-weight:700;padding-left:15px;padding-right:15px}html .menu-bar .menu-bar-content .action-holder,body .menu-bar .menu-bar-content .action-holder{width:15%;text-align:right;align-content:center;align-items:center}html .mobile-menu,body .mobile-menu{position:fixed;top:75px;left:0;right:0;background-color:#fff;border-bottom:1px solid #dbdbdb;box-shadow:0 4px 12px #0000001a;z-index:998}html .mobile-menu ul,body .mobile-menu ul{list-style:none;margin:0;padding:0}html .mobile-menu ul li,body .mobile-menu ul li{border-bottom:1px solid #f0f0f0}html .mobile-menu ul li:last-child,body .mobile-menu ul li:last-child{border-bottom:0;padding:12px 20px}html .mobile-menu ul li a,body .mobile-menu ul li a{display:block;padding:16px 20px;font-weight:700;font-size:15px}html .mobile-menu ul li a:hover,html .mobile-menu ul li a.active,body .mobile-menu ul li a:hover,body .mobile-menu ul li a.active{color:#1a52cd;background-color:#f8f9ff}html .mobile-menu ul li .button,body .mobile-menu ul li .button{display:block;text-align:center}html .mobile-menu ul li .button:hover,body .mobile-menu ul li .button:hover{background-color:#000;color:#fff}html .mobile-menu-backdrop,body .mobile-menu-backdrop{position:fixed;inset:75px 0 0;z-index:997}@media screen and (max-width:768px){html .menu-bar .menu-bar-content .menu-holder,body .menu-bar .menu-bar-content .menu-holder,html .menu-bar .menu-bar-content .action-holder,body .menu-bar .menu-bar-content .action-holder{display:none}html .menu-bar .menu-bar-content .logo-holder,body .menu-bar .menu-bar-content .logo-holder{width:50%}html .menu-bar .menu-bar-content .menu-hamburger,body .menu-bar .menu-bar-content .menu-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;align-self:center;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:13px 16px 13px 12px;box-sizing:content-box;margin-left:auto}html .menu-bar .menu-bar-content .menu-hamburger span,body .menu-bar .menu-bar-content .menu-hamburger span{display:block;width:100%;height:2px;background-color:#000;border-radius:2px;transition:background-color .3s;flex-shrink:0}}html .content-width,body .content-width{width:100%;max-width:1366px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;box-sizing:border-box}html .screen-only,body .screen-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}html .custom-input,body .custom-input{border:1px solid #69727d;background-color:#fdfeff;border-color:#e0e0e0;border-radius:10px;color:#000;max-width:100%;vertical-align:middle;width:100%;padding:.5rem 1rem;transition:all .3s;min-width:0;box-sizing:border-box;font-family:"Inter",Sans-serif;font-weight:400}html .custom-textarea,body .custom-textarea{border:1px solid #69727d;background-color:#fdfeff;border-color:#e0e0e0;border-radius:10px;color:#000;flex-grow:1;max-width:100%;vertical-align:middle;width:100%;padding:.5rem 1rem;transition:all .3s;min-width:0;box-sizing:border-box;font-family:"Inter",Sans-serif;font-weight:400}html .flex-item-half-width,body .flex-item-half-width{flex:1 1 48%;margin-right:5px;margin-left:5px;margin-bottom:10px}html #application,body #application{scroll-margin-top:95px}html .reward-section,body .reward-section{scroll-margin-top:95px;display:flex;width:75%;margin-left:auto;margin-right:auto}html .main-section,body .main-section{display:flex}html .main-section ul,body .main-section ul{list-style:none;padding-left:0}html .main-section ul li,body .main-section ul li{position:relative;padding-left:1.75rem;cursor:pointer;transition:color .2s ease}html .main-section ul li:before,body .main-section ul li:before{content:"✔";position:absolute;left:0;color:green;transition:color .2s ease}html .main-section ul li:hover,body .main-section ul li:hover{color:#1a52cd}html .main-section ul li:hover:before,body .main-section ul li:hover:before{color:#1a52cd}html .choice-section,body .choice-section{box-sizing:border-box}html .choice-section-holder,body .choice-section-holder{box-sizing:border-box;display:flex}html .how-membership-works-holder,body .how-membership-works-holder,html .our-mission-holder,body .our-mission-holder{display:flex}html .what-members-receive .what-members-receive-section,body .what-members-receive .what-members-receive-section{display:flex;gap:10px;align-items:flex-start}html .stats-row,body .stats-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}html .stats-pill .stat-label,body .stats-pill .stat-label{color:#1a52cd}html .reward-inner,body .reward-inner{position:relative}html .reward-ornament,body .reward-ornament{position:absolute;top:-45px;left:-45px}@keyframes slideUpFadeIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}html .hero-image-holder,body .hero-image-holder{position:relative;overflow:hidden;border-radius:20px}html .hero-image,body .hero-image{height:100%;object-fit:cover}html .hero-stat,body .hero-stat{text-align:center;margin-top:16px;position:absolute;bottom:100px;background:#fff;padding:10px 20px;border-radius:15px;height:120px;width:45%;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:8px;animation:slideUpFadeIn 1s ease-out forwards}html .hero-stat .hero-stat-value,body .hero-stat .hero-stat-value{font-family:"Inter",Sans-serif;font-size:48px;font-weight:800;color:#1a52cd;line-height:1}html .hero-stat .hero-stat-text,body .hero-stat .hero-stat-text{font-weight:700;font-size:20px}html .flex-item-full-width,body .flex-item-full-width{flex:1 1 100%;margin-right:5px;margin-left:5px;margin-bottom:10px}html .body-content,body .body-content{margin-top:75px;flex:1;display:flex;margin-inline:auto;position:relative;align-items:flex-start;justify-content:center}html .how-it-works,body .how-it-works{display:flex;flex-wrap:wrap;margin-bottom:40px}html .how-it-works .join-button-holder,body .how-it-works .join-button-holder{text-align:center;width:100%;flex-direction:column-reverse;align-items:center;margin-top:40px}html .how-it-works .join-button-holder a,body .how-it-works .join-button-holder a{width:50%}html .how-it-works section,body .how-it-works section{width:100%;box-sizing:border-box;display:flex}html .how-it-works section .section-child,body .how-it-works section .section-child{flex:1 1 50%;align-content:center;align-items:center;padding:10px;flex-wrap:wrap;position:relative;width:100%}html .how-it-works section img,body .how-it-works section img{width:100%;border-radius:15px;display:inline-block;vertical-align:middle;border:none;box-shadow:none;height:auto;max-width:100%}html .site-map,body .site-map{display:flex;margin-inline:auto;position:relative;width:100%;flex-direction:row;justify-content:space-around;padding:0 0 20px}html .site-map h6,body .site-map h6{font-size:20px;text-transform:capitalize;line-height:30px;font-family:"Inter",Sans-serif;font-weight:500;color:#5b5b5b;margin-bottom:20px}html .site-map div,body .site-map div{width:20%;padding:10px}html .site-map div ul,body .site-map div ul{background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline;list-style-type:none;margin:0;padding:0}html .site-map div ul li,body .site-map div ul li{box-sizing:border-box;background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline;margin:0;padding:0;position:relative;padding-block-end:5px;align-items:center;display:flex;font-family:"Inter",Sans-serif;font-weight:600}html .footer-copyright,body .footer-copyright{display:flex;margin-inline:auto;position:relative;width:100%;padding:0 0 20px;border-top:1px solid rgb(174,174,174);margin-top:20px}html .footer-copyright .flex-item-half-width,body .footer-copyright .flex-item-half-width{box-sizing:border-box;flex:1 1 50%;align-content:flex-end;align-items:flex-end;padding:10px;flex-wrap:wrap;position:relative;width:100%}html .stats-pill,body .stats-pill{background-color:#f1f5fc;padding:10px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#84a2e4;border-radius:60px;text-align:center;font-family:"Inter",Sans-serif;font-size:16px;font-weight:700;text-transform:capitalize;line-height:26px;width:33.333%;box-sizing:border-box;margin:10px}html .why-choose-us-sections,body .why-choose-us-sections{box-sizing:border-box;background-color:#f5f5f5;border-radius:15px;width:25%;margin:10px;padding:0 10px 10px}html .why-choose-us-sections figure,body .why-choose-us-sections figure{margin-left:0}html .what-members-receive,body .what-members-receive{color:#fff;background-color:#1a52cd;display:flex;padding:40px 20px 20px;border-radius:20px}html .what-members-receive .what-members-receive-section,body .what-members-receive .what-members-receive-section{color:#000;background-color:#fff;padding:10px;border-radius:20px;margin-bottom:10px}html .what-members-receive .what-members-receive-section figure,body .what-members-receive .what-members-receive-section figure{margin:0}html .what-members-receive .flex-item-half-width:last-child figure,body .what-members-receive .flex-item-half-width:last-child figure{align-self:center}html .about-if-holdings,body .about-if-holdings{display:flex;scroll-margin-top:95px}html .about-if-holdings .about-if-holdings-section,body .about-if-holdings .about-if-holdings-section{display:flex;gap:20px;background-color:#fdfeff;padding:20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#e0e0e0;border-radius:20px;margin-bottom:20px}html .about-if-holdings figure,body .about-if-holdings figure{margin:0}html #visn-sec,body #visn-sec{scroll-margin-top:95px}html .how-membership-works,body .how-membership-works{scroll-margin-top:95px;display:flex;text-align:center}html .how-membership-works .how-membership-works-section,body .how-membership-works .how-membership-works-section{box-sizing:border-box;width:25%;padding:20px;text-align:center}html .how-membership-works h5.hover-section,body .how-membership-works h5.hover-section{text-transform:capitalize;line-height:40px;width:40px;border-radius:40px;margin-left:auto;margin-right:auto;background-color:#000;color:#fff;font-family:"Inter",Sans-serif;font-size:15px;font-weight:600}html .how-membership-works section.hover-section,body .how-membership-works section.hover-section{padding:10px;align-items:center;height:150px;display:flex;flex-direction:column;justify-content:space-evenly;margin-bottom:20px}html .how-membership-works .how-membership-works-section:hover .hover-section,body .how-membership-works .how-membership-works-section:hover .hover-section{background-color:#1a52cd;border-radius:20px;color:#fff}html .how-membership-works .how-membership-works-section:hover h5.hover-section,body .how-membership-works .how-membership-works-section:hover h5.hover-section{border-radius:35px}html .how-membership-works .divider-separator,body .how-membership-works .divider-separator{position:static;border-style:solid;color:#aeaeae;border-top-width:1px;border-bottom-width:0;margin:-40px 0 0;z-index:-1}html .our-mission,body .our-mission{scroll-margin-top:95px;display:flex;flex-direction:column}html .our-mission .our-mission-section,body .our-mission .our-mission-section{box-sizing:border-box;width:33%;border-style:solid;border-width:1px 1px 1px 1px;border-color:#e0e0e0;border-radius:15px;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin:5px;padding:20px;text-align:center}html .our-mission .our-mission-section figure,body .our-mission .our-mission-section figure{margin:0}html .our-vision,body .our-vision{display:flex;align-content:center;align-items:center;justify-content:center;gap:10px}html .our-vision .our-vision-section,body .our-vision .our-vision-section{border-style:solid;border-width:1px 1px 1px 1px;border-color:#e0e0e0;border-radius:15px;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;margin-top:5px;margin-bottom:5px;padding:20px;display:flex}html .our-vision .our-vision-section .our-vision-section-piece,body .our-vision .our-vision-section .our-vision-section-piece{width:33%;align-items:stretch;display:flex;flex-direction:column-reverse;justify-content:center;text-align:center}html .our-vision .our-vision-section .our-vision-section-piece .number-section,body .our-vision .our-vision-section .our-vision-section-piece .number-section{font-family:"Inter",Sans-serif;font-size:40px;font-weight:800;line-height:46px;color:#1a52cd}html .sign-up-form,body .sign-up-form{text-align:center;display:flex;flex-direction:column}html .contact-us-header,body .contact-us-header{padding-bottom:20px}html .recaptcha-holder,body .recaptcha-holder{width:100%;display:flex;justify-content:center;padding-bottom:10px}@media screen and (max-width:768px){html .our-vision,html .our-mission,html .our-mission-holder,html .how-membership-works,html .how-membership-works-holder,html .about-if-holdings,html .what-members-receive,html .choice-section,html .choice-section-holder,html .reward-section,html .main-section,html .have-more-questions-section,html .site-map,html .footer-copyright,body .our-vision,body .our-mission,body .our-mission-holder,body .how-membership-works,body .how-membership-works-holder,body .about-if-holdings,body .what-members-receive,body .choice-section,body .choice-section-holder,body .reward-section,body .main-section,body .have-more-questions-section,body .site-map,body .footer-copyright{flex-direction:column!important}html .have-more-questions-section,body .have-more-questions-section{text-align:center;padding:20px!important;box-sizing:border-box}html .flex-item-half-width,body .flex-item-half-width,html .footer-copyright .flex-item-half-width,body .footer-copyright .flex-item-half-width{flex:1 1 100%!important}html .site-map div,body .site-map div,html .how-membership-works .how-membership-works-section,body .how-membership-works .how-membership-works-section{width:100%!important}html .our-mission .our-mission-holder .our-mission-section,body .our-mission .our-mission-holder .our-mission-section{width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box}html .choice-section .choice-section-holder .why-choose-us-sections,body .choice-section .choice-section-holder .why-choose-us-sections{text-align:center;width:100%!important;margin-left:0!important;margin-right:0!important}html .stats-pill,body .stats-pill{width:100%;margin:5px 0}html .about-if-holdings-section,body .about-if-holdings-section{flex-direction:column;align-items:center;text-align:center}html .what-members-receive .flex-item-half-width:first-child,body .what-members-receive .flex-item-half-width:first-child{text-align:center;margin-bottom:24px}html .hero-buttons,body .hero-buttons{flex-direction:column;align-items:center}html .hero-buttons .button,html .hero-buttons .button-alt,body .hero-buttons .button,body .hero-buttons .button-alt{width:100%;box-sizing:border-box;text-align:center}html .footer-copyright,body .footer-copyright{text-align:center;align-items:center}html .footer-copyright>div,body .footer-copyright>div{text-align:center;align-items:center}html .reward-ornament,body .reward-ornament{display:none}html .reward-section,body .reward-section{width:100%}html h1,body h1{font-size:36px;line-height:44px}html h2,body h2{font-size:30px;line-height:38px}html h3,body h3{font-size:26px;line-height:34px}html h4,body h4{font-size:24px;line-height:32px}html h5,body h5{font-size:22px;line-height:30px}html .how-it-works section,body .how-it-works section{flex-direction:column!important}html .how-it-works section .section-child-img,body .how-it-works section .section-child-img{order:-1!important}}
